@import"font-awesome.css";
@import "../fonts/pharmacy/flaticon.css";

body{
    font: 16px/16px 'Roboto', sans-serif !important;
}

section{
    margin-top: 4%;
}

#page.hfeed.site{
    margin-top:0px
}

/*************** HEADER *****************/

body.boxed .boxed-wrap .is-sticky {
    width: 1240px;
}

.header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.header.is-sticky {
    width: 100%;
    z-index: 99;
    box-shadow: 0px -1px 25px #ddd;
}

.header .logo {
    margin-top: 40px;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 135px;
    height: 25px;
}

.header.is-sticky .logo {
    margin-top: 23px;
}

.header .logo a {
    display: block;
    height: 100%;
}

/* Header 2
-------------------------------------------------------------- */

.blog #logo, .single-post #logo {
    width: 200px;
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
}

.header-2 {
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.header-2 .header-wrap {
    position: relative;
}

.header-2 .header-wrap .row{
    margin-right: 0px; 
    margin-left: 0px; 
}

.header-2 header {
    height: 104px;
}

.header-2.is-sticky {
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.7);
}

.header-2 .logo {
    margin-top: 20px;
    margin-left: 50px;
    float: left;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-2.is-sticky .logo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.header-2 .logo a {
    display: block;
    height: 100%;
}

/*.header-2 .logo img{
    width: 180px;
}*/

.header-2 #mainnav {
    position: relative;
    display: block;
    float: right;
    margin-right: 5%;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-2 #mainnav ul {
    list-style: none;
    margin: 0;
}

.header-2 #mainnav > ul > li {
    float: left;
    padding: 0 16px;
}

.header-2 #mainnav > ul > li > a:after {
    width: 0;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-2.is-sticky #mainnav > ul > li > a:after {
    bottom: 18px;
}

.header-2 #mainnav > ul > li:hover a:after {
    width: 100%;
}

.header-2.prin #mainnav > ul > li > a {color: #2C4F55;}

.header-2 #mainnav > ul > li > a {
    font-size: 18px;
    color: #2C4F55;
    position: relative;
    display: block;
    font-weight: 400;
    text-decoration: none;
    /*height: 104px;*/
    line-height: 100px;
    outline: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.services-page .header-2 #mainnav > ul > li > a{
    color: #000;
}

.contact-page .header-2 #mainnav > ul > li > a{
    color: #000;
}

.header-2.is-sticky #mainnav > ul > li > a {
    height: 71px;
    line-height: 71px;
    color: #2C4F55;
}

.services-page .header-2.is-sticky #mainnav > ul > li > a{
    color: #fff;
}

.contact-page .header-2.is-sticky #mainnav > ul > li > a{
    color: #fff;
}

.header-2 #mainnav > ul > li:last-child {
    padding-right: 0;
}

.header-2 #mainnav ul li {
    position: relative;
}

.header-2 #mainnav ul li ul {
    width: 199px;
    position: absolute;
    top: 69px;
    left: 15px; 
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainnav ul li ul.submenu.right-submenu {
    left: auto !important;
    right: 0;
}

.header-2.is-sticky #mainnav ul li ul {
    top: 53px;
}

.header-2 #mainnav ul li ul:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

.header-2 #mainnav ul li ul li ul {
    left: 100%;
    top: -3px;
}

.header-2 #mainnav li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-2 #mainnav .submenu {
    z-index: 99999;
    background-color: #fff;
}

.header-2 #mainnav .submenu li a {
    display: block;
    line-height: 30px;
    padding: 7px 18px;
    color: #4c4c4c;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-2 #mainnav .submenu li:hover > a {
    color: #459ce4;
}

.header-2 #mainnav .submenu li:first-child a {
    border-top: 0;
}

.header-2 #mainnav li:hover > ul.submenu {
    left: 0;
}

.header-2 #mainnav li:hover > ul.submenu ul.submenu {
    left: 100%;
    top: -3px;
}

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    /*border-top: 1px solid #252525;*/
    cursor: pointer;
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    color: #000;
}

.btn-menu {
    float: right;
    font-size: 28px;
    color: #000;
    text-align: center;
    cursor: pointer;
    display: none;
    height: 102px;
    line-height: 102px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.activo:after {
    width: 100% !important;
    height: 3px;
    position: absolute;
    content: "";
    bottom: 35px;
    left: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.menu{
    display: table;
    /*padding-top: 14px;*/
}

/************ SLIDER ***********/ 

.roll-slider {
    margin-top: 100px;
    overflow: hidden;
}

.roll-slider .main-slider.full-screen, .roll-slider .main-slider-2.full-screen {
    padding-bottom: 0;
}

.roll-slider .main-slider-2 {
    height: 650px;
}

.roll-slider .main-slider-2 .flex-viewport, .roll-slider .main-slider-2 ul.slides, .roll-slider .main-slider-2 ul.slides li, .roll-slider .main-slider-2 ul.slides li div.img, .roll-slider .main-slider-2 ul.slides li div.content, .roll-slider .main-slider-2 ul.slides li div.row, .roll-slider .main-slider-2 ul.slides li div.col-md-12 {
    height: 100% !important;
    text-align: center;
}

.roll-slider .main-slider-2 ul.slides li div.img {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.roll-slider .main-slider-2 ul.slides li div.col-md-12 div.text {
    position: relative;
    top: 35%;
    z-index: 2;
}

.roll-slider .main-slider-2 ul.slides li div.content .big-text {
    color: #fff;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 68px;
    font-weight: normal;
    line-height: 60px;
    margin-bottom: 17px;
    letter-spacing: 0;
}

.roll-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.roll-slider .main-slider-2 ul.slides li div.content .big-text span {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 80px;
    font-weight: bold;
    line-height: 75px;
}

.roll-slider .main-slider-2 ul.slides li div.content .small-text {
    color: #fff;
    font-family: "HelveticaNeue-Bold", "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 20px;
}

.roll-slider .main-slider-2 .flex-control-nav.flex-control-thumbs {
    position: absolute;
}

.roll-slider .main-slider.full-screen .flex-control-nav, .roll-slider .main-slider-2.full-screen .flex-control-nav {
    bottom: 10px;
}

.roll-slider .main-slider-2 .flex-control-nav.flex-control-thumbs li {
    width: 110px;
    float: none;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-slider .main-slider-2 .flex-control-nav.flex-control-thumbs img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    border: 2px solid #fff;
}

.roll-slider .main-slider-2 .flex-control-nav {
    bottom: 30px;
    z-index: 3;
}
.roll-slider .main-slider .overlay {
    z-index: 1;
}
.overlay {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: #000;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.1;
}

.flex-control-paging li a {
    width: 22px;
    height: 22px;
    display: block;
    background: #FFF;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.flex-control-paging li a.flex-active {
    background: #fff;
    border: 2px solid #2C4F55;
    cursor: default;
}

.flex-control-paging li a:hover {
    background: #fff;
}
/************ FOOTER ***********/ 

#bottom-menu{
    overflow:hidden;
    text-align:right;
    line-height: 20px;
    float: right;
    padding-top: 11px;
    margin: -5px auto 0px;
    text-align: center;
}

#bottom-menu a{
    display:inline-block;
    text-decoration:none;
    text-transform:capitalize;
    color:#fff;
    font-size:14px;
    line-height: 33px;
    font-weight: bold;
    margin: 0;
    -webkit-transition:color .4s ease;
    -moz-transition:color .4s ease;
    -o-transition:color .4s ease;
    transition:.4s ease;
}

#bottom-menu span{
    color:#7b949f;
    font-size:16px;
    font-weight: 300;
    padding: 0px 13px;
}

#bottom-menu a:first-child{margin-left:0;}

.copy{
    position: relative;
    margin-top: -20px !important;
    float: right;
}

.copy a{
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

footer{
    color: #fff;
    padding: 1% 4% 16px 4%;
    width: 100%;
    height: 50%;
    background-color: #585858;
    overflow: auto;
}

.foot-logo{
    max-width: 100px;
}

.copy span{
    color:#7b949f;
    font-size:16px;
    font-weight: 300;
    padding: 0px 2px;
}

.copy a:hover{
    color: #579f95;
    -webkit-transition:color .4s ease;
    -moz-transition:color .4s ease;
    -o-transition:color .4s ease;
    transition:.4s ease;
}
.redes-sociales{
    display: inline-block;
    margin-right: 20px;
}

.redes-sociales ul{
    list-style: none;
    padding-left: 0;
}

.redes-sociales ul li{
    display: inline-block;
    margin-right: 10px;
}
/*.redes-sociales ul li:hover{
    
}*/
.redes-sociales ul li:nth-child(3){
    margin-right: 0;
}
.redes-sociales ul li a{
    border: 2px  solid #fff;
    border-radius: 50%;
    width: 36px;
    font-size: 16px !important;
}
.redes-sociales ul li a:hover{
    background-color: #fff;
    color: #585858 !important;
}
/********** FIN FOOTER *************/

.margin-logo{
    margin-right: auto;
    margin-left: auto;
}

.caja-enlaces{
    width: 100%;
    display: inline-block;
}

.enlaces{
    float: right;
    padding: 29px;
}

.enlaces a {
    text-decoration: none;
    color: #579f95;
}

.enlaces a:hover, .enlaces a:link, .enlaces a:visited {
    color: #579f95;
    text-decoration: none;
}

.centrado{
    overflow: auto;
    display: inline-block;
}

.icon-responsive{
    max-width: 80px;
    max-height: 80px;
}

.seccion{
    /*overflow: auto;*/
    font-weight: 500; 
    line-height: 30px;
    font-size: large;
    margin: 15px;
    border-radius: 20px; 
    padding: 3%;
    background-color: #f4f4f4;
    text-align: center;
}

.seccion i{
    font-size: 17px;
    color: #717175;
    font-weight: 300;
}

.seccion a:hover{
    text-decoration: none
}  

.seccion hr, .slider-promociones hr, .principal_blog hr{
    border: none;
    margin-top: 0px;
    height: 1px;
    background-color: #2C4F55;  
}

.entry-content p, .entry-summary p {
    line-height: 23px;
}

.titulo-sec{
    font-size: 21px;
    font-weight: 400;
    color: #5a5b5a;
    /*padding-bottom: 25px;*/
}

/******************* FACEBOOK FEED *****************/

.col-md-4-face{
    width: auto;
    float: left;
}

.fb_iframe_widget {
    display: block !important; 
    text-align: center;
    margin-bottom: 30px;
}

.fb_iframe_widget iframe{
    border-radius: 5px;
    z-index: 100;
}

/*************** TWITTER FEED ***********/



/*********** PRINCIPAL **********/

.botones-loc-principal{
    text-align: center;
}

.bxslider_prinpipal{
    list-style: none;
}

.bxslider-marcas-line{
    padding: 20px 0;
    position: relative;
}

/*.bxslider-marcas-line:after,
.bxslider-marcas-line:before{
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #ccc;
    left: 0;
    right: 0;
    margin: auto;
}*/

.bxslider-marcas-line:after{
    bottom: 0px;
}

/*.bxslider-marcas-line:before{
    top: 0;
}*/

.slider-prin{
    margin-top: 0px;
}

.slider-marcas{
    width: 100%;
    overflow: auto;
    text-align: center;
}

.slider-marcas h3{
    color: #5a5b5a;
    margin-bottom: 15px;
}

.slider-promociones{
    margin-top: 6%;
    text-align: center;
    margin-bottom: 100px; 
}

.slider-promociones .fa,
.principal_blog .fa,
.contenedor-equipo .fa{
    font-size: 40px;
}

.slider-promociones hr {
    width: 210px;
}

.slider-promociones .bx-wrapper, .principal_blog .bx-wrapper{
    margin-top: 30px;
}

.botones-loc-principal{
    margin-top: 30px;
}

.contenido-foot{
    background-color: transparent;
    margin-top: 0px;
    padding: 0px;
}

.contenido-foot hr{
    width: 230px;
}

#contenedor_principal{
    margin-top: 0
}

.contenedor-principal{
    margin-left: 20%;
    margin-right: 20%;
}

.contenedor-equipo{
    margin-left: 5%;
    margin-right: 5%;
}

.contenedor-rrss{
    margin-left: 10%;
    margin-right: 10%;
}

.map-principal{
    height: 300px !important;
}

.btn_maps{
    margin: 10px !important;
    background-color: #fff;
    padding: 10px;
    display: block;
    color: #000;
}

.principal_dir{
    text-align: center;
    margin-bottom: 6%;
}

.tlf-principal{
    margin-top: 10px;
}

.telefono{
    font-size: 30px;
}

.principal_dir span{
    font-size: medium;
    font-weight: 300;
    line-height: 22px;
} 
.principal_dir button{
    font: 20px/20px 'Roboto', sans-serif;
    font-weight: 400; 
    border: none;
    outline: none;
    color: #fff;
    text-align: center;
    width: 200px;
    height: 40px;
    border-radius: 5px;
}

.s-button{
    margin-left: 20px;
}

.principal_dir button:hover{
    -webkit-transition:.4s ease;
    -moz-transition:.4s ease;
    -o-transition:.4s ease;
    transition:.4s ease;
    background-color: #fff;
}

.principal_dir img{
    margin-bottom: 19px;
    max-width: 80px;
}

.principal_hor{
    margin-bottom: 30px;
}

.principal_hor .seccion{
    text-align: left !important;
}

.principal_hor .hora_desc{
    max-width: 100%;
    font-size: 18px;
    color: #6E6E6E;
}

.principal_hor .info{
    width: 70%;
    float: right;
    display: inline-block;
    font-size: large !important;
}

.cursiva_hor{
    display: block;
    line-height: 23px;
}

/*NOSOTROS*/
.caja-contenido{
    vertical-align: top;
    margin-top: 15px;
    width: 25%;
    margin-left: -4px;
    display: inline-block;
}
.icono-nosotros .flaticon-invierno{
    height: 80px;
}
.icono-nosotros{
    opacity: .7; 
    position: relative;
}

.icono-nosotros:hover,
.icono-nosotros.active{
    opacity: 1;
}
.content-nosotros .icono-nosotros{
    padding: 15px 0 15px;
    text-align: center;
}

.content-nosotros .icono-nosotros .fa{
    font-size: 80px;
}

.desc-nosotros{
    padding: 20px;
}

.desc-nosotros p{
    font-size: 16px;
    color: #8a8a8a;
    line-height: 23px;
}

.desc-nosotros p a{
    font-weight: 600;
    color: #eea236;
}

.desc-nosotros .fa{
    margin-right: 5px;
}

.principal_blog{
    text-align: center;
}

.principal_blog hr {
    width: 370px;
}

.row-equipo{
    margin-top: 30px;
    padding-left: 0px;
}

.row-equipo a{
    position: relative;
}

.row-equipo li{
    margin-top: 30px;
    width: 24%;
    float: none;
    display: inline-block;
    text-align: center;
    color: #767676;
    transition: .4s ease;
}

.row-equipo li i{
    font-weight: 400;
    font-size: 17px;
}

.row-equipo li span{
    font-size: 19px;
}

.row-equipo li img{
    margin-bottom: 10px;
    border-radius: 100%;
}

.row-equipo li .fa{
    display: block;
    text-align: center;
    font-size: 140px;
    margin-bottom: 20px;
}

.seccion-equipo{
    background-color: transparent;
    margin-top: 0px;
    padding-top: 0px;
}

.seccion-equipo hr{
    width: 130px;
}

.textoDestacadas {
    font-size: 14px;
    color: #5d5d5d;
}

.tituloDestacadas {
    color: #717175;
    margin-top: 10px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;   
}

.titulo-principal{
    font-size: 22px;
    color: #5a5b5a;
}

.bxslider-promociones a, .bxslider-blog a{
    text-decoration: none;
    font-weight: 300;
}

#colaboraciones h3{
    color: #5a5b5a;
    margin-bottom: 4%;
    position: relative;
    text-align: center;
}

#colaboraciones h3:before{
    width: 220px;
    height: 1px;
    background: #5a5b5a;
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
}

.logo-colaborador{
    height: 140px;
    margin-top: 20px;
    vertical-align: middle;
    position: relative;
}

.logo-colaborador img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*********** HORARIO **********/

.cerrado{
    padding-left: 10px;
    border-left: 4px solid #C30;
}

.column{
    float: left;
}

.col-izqda{
    padding-right: 20px; 
    border-right: 1px solid #579f95;
    text-align: right;
}

.col-dcha{
    padding-left: 20px;
    text-align: left;
}

.horario-icono-titulo{
    margin-bottom: 10px;
}

.seccion-horario hr{
    width: 180px;
}

.seccion-horario img{
    margin-bottom: 5px;
    display: inline-block;
    max-width: 80px;
}

.días-hor{
    font-weight: 400;
}

.caja-hor-prin{
    margin: 0px 10%;
}

.borde-dcha{
    border-right: 1px solid #16444F;
}

.direccion{
    padding: 0 10px;
}

.hor-estacion{
    font-size: 18px;
}

#btn-loc-prin{
    color: #fff;
}
/***************** CONTACTO *********************/

#contacto{
    margin-top: 50px;
}
.seccion-contacto i{
    line-height: 25px;
    display: block;
    text-align: center;
}

.seccion-contacto i span{
    margin: 0 auto;
    display: block;
    width: 70%;
}

.seccion-contacto hr{
    width: 180px;
}

.formulario{
    margin-bottom: 60px;
}

.formulario h3{
    color: #5a5b5a;
}
.images_express{
    margin: 30px 0;
}
#formulario_pedido_express textarea{
    margin-bottom: 15px !important;
}
#formulario textarea, 
#formulario_citas textarea,
#formulario_pedido_express textarea{
    width:100%;
    height:300px;
    resize:none;
    margin:23px 0 0 0;
    overflow:auto;
    color:#717175;
    outline:none;
    border:none;
    font:400 18px 'Roboto', sans-serif;
    padding:10px 15px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#formulario textarea:focus,
#formulario_citas textarea:focus,
#formulario_pedido_express textarea:focus{
    /*    border: 3px solid #717175 !important;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#formulario input[type="text"],
#formulario_citas input[type="text"],
#formulario_pedido_express input[type="text"]{
    width:100%;
    border:none;
    font:400 18px 'Roboto', sans-serif;
    padding:7px 15px;
    margin:23px 0 0;
    color:#717175;
    outline:none;
    height: 60px;
    border-radius: 2px;
    /*    border: 3px solid #717175;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#formulario input[type="text"]:focus,
#formulario_citas input[type="text"]:focus,
#formulario_pedido_express input[type="text"]:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#formulario button[type="submit"],
#formulario_citas button[type="submit"],
#formulario_pedido_express button[type="submit"]{
    outline:none;
    margin: 23px 0 0 15px;
    cursor:pointer;
    color: #fff;
    text-transform:capitalize;
    font:300 18px 'Roboto', sans-serif;
    padding:10px 25px 10px 15px;
    border: 1px solid #fff;
    -webkit-transition:.2s all ease;
    -moz-transition:.2s all ease;
    -o-transition:.2s all ease;
    transition:.2s all ease;
    border-radius: 3px;
    border-bottom: 3px solid rgba(0,0,0,.15);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#formulario button[type="submit"] .fa,
#formulario_citas button[type="submit"] .fa,
#formulario_pedido_express button[type="submit"] .fa{
    margin-left: 10px;
}
.wrap_priv_cont{margin-top: 15px;}
.wrap_priv_cont label.error{float:right;}
.title_pe{font-size: 40px;}
.comprobar-form{
    margin-top: 20px;
}

.dir-contacto{
    margin-bottom: 60px;
    margin-top: 40px;    
}

.dir-contacto h3{
    margin-bottom: 20px; 
}

.dir-elem{
    position: relative;
    margin: 50px 0;
    font-size: 20px;
    padding: 32px 10px 5px;
    border: 1px solid #E6E0E0;
    line-height: 25px;
}

.dir-contacto h4{
    text-transform: uppercase;
}

.content-icon-contact{
    position: absolute;
    left: 4%;
    top: -22px;
    padding-top: 5px;
    box-shadow: 2px 2px 1px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
}

.dir-elem .fa{
    font-size: 30px;
}

.dir-elem-phones .icono{
    font-size: 25px;
}

.error{
    float: left;
    margin-top: 10px;
}

.success,
.loading{
    color:#579f95;
    padding:10px 0px 0px;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}



/***************** LOCALIZACIÓN *********************/

.map-section{
    height:600px;
}

#map_canvas{
    width:100%;
    height:100%;
}

#content-boolean{
    overflow:hidden;
    background-color:#fff;
    padding:10px;
    padding-top:0px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    color:#062e48;
    line-height: 20px;
}

#content-boolean h1{
    font-size:15px;
    padding-top:0;
}

#content-boolean p{
    font-size:15px;
    margin:0;
}

.localizacion .fa{
    font-size: 45px;
}

.localizacion hr{
    width: 230px
}

.localizacion-elem{

}

/***************** SERVICIOS 1 *********************/

.roll-content-box9 {
    text-align: center;
    position: relative;
}

.roll-content-box9:before {
    content: ' ';
    position: absolute;
    top: -25px;
    left: -25px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*border-right: 1px solid #459ce4;*/
}

.roll-content-box9:after {
    content: ' ';
    position: absolute;
    top: -25px;
    right: -25px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /*border-left: 1px solid #459ce4;*/
}

.roll-content-box9 .background {
    background-color: #f3f3f3;
    padding: 0 36px 24px 36px;
    margin-top: 60px;
}

.roll-content-box9 .background {
    height: 280px;
}

.roll-content-box9 .background i {
    position: relative;
    top: -33px;
    padding-top: 27px;
}

.roll-content-box9 .background p {
    margin-bottom: 33px;
    color: #f3f3f3;
}

.roll-content-box9 .icon-border {
    box-shadow: 0 0 0 3px #fff;
    border-top: 0;
    border-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.roll-content-box9 .icon-border:before {
    font-size: 40px;
    margin-left: 0;
}

.roll-content-box9 i {
    display: inline-block;
    margin-bottom: 15px;
}

.roll-content-box9 .background button i {
    margin-bottom: 0;
    top: 2px;
}

.roll-content-box9 h3 {
    font-size: 22px;
    color: #f3f3f3;
    line-height: normal;
    margin-top: -35px;
    margin-bottom: 19px;
    letter-spacing: 0.4px;
}
.icon-border {
    display: block;
    border: 3px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    width: 70px;
    height: 70px;
    padding: 22px 9px;
    font-size: 30px;
}

/***************** SERVICIOS 2 *********************/
.image_post_header{
    height: 350px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    position: relative;
}
.title_bg_post_header {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    text-align: center;
    padding: 10px;
    height: 80px;
    font-size: 3em;
    font-weight: 900;
    color: #fff;
    background-color: rgba(1,1,1,.5);
    padding-top: 30px;
}
.contenedor-servicios{
    margin-bottom: 7%;
}

.contenedor-servicios hr{
    width: 180px;
}

.seccion-servicio{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.seccion-servicio .flaticon{
    margin-top: 18px;
    display: block;
}

.seccion-servicio span:first-child i{
    color: #848484;
    font-size: 25px;
    font-variant: small-caps;
    font-weight: 400;
}

.seccion-servicio p{
    text-align : justify;
    font-size:17px;
    line-height: 25px !important;
}

.seccion-servicio img{
    margin-top: 17px;
}

.seccion-servicio div{
    margin-top: 20px;
}

.oculta-md{
    visibility: hidden;
}
/******************* CAPTCHA *********************/
.g-recaptcha{
    margin-left: 15px;
}
/******************* BLOQUE INFO SLIDER *********************/
.elem_content_info{margin-bottom:20px;}
.elem_content_info a:hover,
.elem_content_info a:active,
.elem_content_info a:link{
    text-decoration: none;
}
.elem_content_title{margin-bottom:16px;}
.elem_content_title span{
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
}
.elem_content_title span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
    height: 2px;
    width: 124%;
}
.elem_content_subtitle{margin-bottom: 15px;}
.elem_content_text{
    padding: 15px 5px;
    line-height: 19px;
}
/******************* MEDIA QUERYS *********************/


@media only screen and (min-width:1200px){

    .container {
        width: 1200px;
    }

    .icons img{
        width: 20%;
        height: 20%;
        display: inline-block !important;
        margin-right: 10px;
        float: right;
    }

    .main-slider .img{
        background-position: 0px -100px !important;
    }

    .roll-slider .main-slider ul.slides li div.content .big-text{
        font-size: 5vw;
    }

    .p-rigth{
        float: right !important;
    }

    .section-head{
        width: 100%;
        position: relative;
        display: block;
    }

    .logo-header {
        margin-top: 50px;
    }
}
@media only screen and (min-width:2000px){
    .roll-slider .main-slider .flex-viewport, .roll-slider .main-slider ul.slides, .roll-slider .main-slider ul.slides li, .roll-slider .main-slider ul.slides li div.img, .roll-slider .main-slider ul.slides li div.content, .roll-slider .main-slider ul.slides li div.row, .roll-slider .main-slider ul.slides li div.col-md-12{
        height: 850px !important;
    }
    .roll-slider{
        height: 900px !important;
    }
    .roll-slider .main-slider{
        height: 850px;
        padding-bottom: 0px !important;
    }
    .roll-slider .main-slider .flex-control-nav{
        bottom: -250px !important;
    }
    .main-slider .img{
        background-position: 0px 50% !important;
    }
    .roll-slider .main-slider ul.slides li div.col-md-12 div.text {
        top: 15%;
    }
    .roll-slider .main-slider ul.slides li div.content .big-text {
        font-size: 5vw;
        line-height: 4.5vw;
    }

    .row-equipo li{
        width: auto;
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media only screen and (max-width:1200px) {
    .roll-slider .main-slider ul.slides li div.content .big-text{
        font-size: 5vw;
    }
    .dir-elem{
        font-size: 17px;
    }
}

@media only screen and (max-width:1024px) {
    #menu-header{padding-top: 5%;}
}

@media only screen and (max-width:992px){
    .image_post_header {
        height: 250px;
    }
    .activo:after{
        bottom: 0px;
    }

    .header-2 {
        background: rgba(255, 255, 255, 0.7);
        z-index: 999;
        position: relative;
    }

    .header-2 .logo {
        margin-left: 0;
        margin-bottom: 20px;
        margin-top: 5px !important;
    }

    .header2 .logo a{
        text-align: center;
        width: 100%;
    }

    .btn-menu {
        display: block;
        height: 60px;
        line-height: 60px; 
    }
    .icons{
        padding-bottom: 10px;
        position: relative;
        left: 49%;
        transform: translate(-51%);
        -webkit-transform: translate(-51%);
    }


    .icons img{
        display: inline-block !important;
        margin: 10px;
        width: 30px !important;
        height: 30px !important;
    }

    .col-menu{
        padding-right: 0px !important;
    }

    .contenedor-principal {
        margin: 6%;
        border-radius: 10px !important;
    }

    .hora_logo, .hora_desc{
        text-align: center;
    }

    .p-rigth{
        float: none !important;
    }

    #twitter-widget-0{
        margin-bottom: 20px !important;
        margin-left: 10px;
    }

    .roll-slider .main-slider ul.slides li div.content .small-text{
        display: none;
    }
    .roll-slider .main-slider .flex-viewport, .roll-slider .main-slider ul.slides, .roll-slider .main-slider ul.slides li, .roll-slider .main-slider ul.slides li div.img, .roll-slider .main-slider ul.slides li div.content, .roll-slider .main-slider ul.slides li div.row, .roll-slider .main-slider ul.slides li div.col-md-12{
        height: 450px !important;
    }
    .roll-slider{
        /*height: 500px !important;*/
    }
    .roll-slider .main-slider-2{
        /*height: 500px !important;*/
        padding-bottom: 0px !important;
    }
    /*.roll-slider .main-slider.full-screen .flex-control-nav, .roll-slider .main-slider-2.full-screen .flex-control-nav {
        bottom: 15px;
    }*/
    .texto1{
        top: 330px;
    }
    .texto2, .texto3{
        top: 300px;
    }
    .seccion-servicio{
        text-align: center !important;
    }

    .seccion-servicio p{
        margin-top: 10px;
    }

    .seccion-servicio img {
        margin-bottom: 0px; 
        margin-top: 0px; 
    }

    .seccion-servicio span:first-child i {
        margin-left: 0px;
    }

    .oculta-sm{
        display: none;
    }

    .oculta-md{
        visibility: visible;
    }
    .caja-contenido {
        width: 50%;
    }

}

@media only screen and (max-width:877px) {

    .caja-tel{
        display: block;
    }
    .col-md-4-face{
        width: 100%;
        margin-bottom: 20px;
    }

    #twitter-widget-0{
        min-width: 280px !important;
    }

    .seccion-contacto i span{
        width: 80%;
    }
    .roll-slider .main-slider-2 .flex-control-nav.flex-control-thumbs li{
        width: 90px;
    }
}

@media only screen and (max-width:767px) {
    
    #formulario_pedido_express button[type="submit"] {
        margin-top: 15px !important;
    }

    #bottom-menu{
        float: none;
        padding-top: 15px;
    }

    .contenido-foot h3{
        text-align: center;
    }

    .contenido-foot{
        padding-left: 0%;
        padding-right: 0%;
    }

    .copy{
        float: none;
        text-align: center;
        margin-top: -10px !important;
    }

    #formulario button[type="submit"]{
        float: none;
    }

    .foot-logo{
        text-align: center;
        margin: 10px auto;
    }

    .icons img{
        display: inline-block !important;
        margin-right: 10px;
    }

    #menu-header{
        text-align: center;
    }

    #menu-header a{
        font-size: 14px;
        line-height: 30px;
        float: none !important;
    }

    .map-section{
        height:400px;
    }

    .seccion{
        font-size: medium !important;
    }

    .titulo-sec{
        font-size: large;
    }

    .principal_dir span{
        font-size: medium;
        line-height: 25px;
    }

    .principal_dir button{
        font: 18px/18px 'Roboto', sans-serif;
        width: 150px;
        height: 30px;
    }

    .principal_hor .hora_desc i{
        font-size: medium;
    }

    .redes-sociales {
        display: block;
    }

    .seccion-servicio:first-of-type{
        border-top: none;
    }

    .seccion-servicio{
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        text-align: center !important;
    }

    .seccion-servicio span:first-child{
        font-size: medium !important;
    }

    .seccion-servicio p{  
        font-size:15px;
    }

    .seccion-servicio img{
        margin-top: 17px;
    }

    .slider-marcas h3{
        margin-bottom: 6%;
    }

    #twitter-widget-0{
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .localizacion hr{
        width: 140px
    }

    .contenedor-servicios hr {
        width: 130px;
    }

    .seccion-contacto hr{
        width: 130px;
    }

    .row-equipo li{
        width: 49% !important;
    }

    .borde-dcha{
        padding-bottom: 10px;
        margin: 0 auto 10px auto;;
        width: 180px;
        border-right: none;
    }

    .logo-colaborador{
        height: auto;
        position: relative;
    }

    .logo-colaborador img{
        position: relative;
    }
    .roll-slider .main-slider-2 ul.slides li div.content .big-text span{
        font-size: 55px;
    }
}

@media only screen and (max-width:600px) {
    .flex-control-paging li a{
        width: 18px;
        height: 18px;
    }
    .roll-slider .main-slider.full-screen .flex-control-nav, .roll-slider .main-slider-2.full-screen .flex-control-nav{
        bottom: -10px;
    }   
}

@media only screen and (max-width:480px){
    .image_post_header {
        height: 180px;
    }
    .overlay {
        background-color: transparent;
    }
    #legal{
        margin-top: 100px;
    }
    .cerrado{
        font-size: medium;
    }

    .centrado i{
        font-size: small;
    }

    .col-menu{
        padding-right: 0px !important;
    }

    .contenedor-principal {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .enlaces{
        float: none;
        padding: 18px;
        text-align: center;
    }

    footer{
        padding-left: 0%;
        padding-right: 0%;
        padding-bottom: 30px;

    }

    .footer-rrss{
        margin-top: 20% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
        border-radius: 0px !important;
        padding: 0px  !important;
    }

    .footer-rrss h3{
        margin-top: 20px;
    }

    .f-button {
        margin-bottom: 9px;
    }

    .hora_logo, .hora_desc, .pad-resp{
        padding-left: 0px;
        padding-right: 0px;
    }

    #twitter-widget-0{
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #cff.cff-fixed-height{
        height: auto !important;
        overflow-y: hidden;
    }

    .logo-header {
        width: 80%;
        margin-left: auto;
        margin-right: auto; 
    }

    .map-section{
        height:250px;
        margin-top: 20px;
    }

    .principal_hor img{
        min-width: 28%;
        min-height: 28%;
    }

    .principal_hor .info{
        float: left;
        font-size: small !important;
    }

    .seccion-equipo .col-md-3:first-child{
        margin-top: 0px;
    }

    .seccion-equipo .col-md-3{
        margin-top: 30px;
    }

    .seccion{
        font-size: small !important;
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        line-height: 25px;
    } 

    .seccion-contacto i {
        font-size: medium;
    }

    .slider-marcas h3{
        margin-bottom: 8%;
    }

    .slider-promociones {
        margin-top: 45px;
        margin-bottom: 80px;
    }

    .icon-responsive{
        width: 25%;
    }

    .seccion span{
        font-size: large !important;
    }

    .principal_dir span{
        font-size: medium !important;
        line-height: 25px;
        display: block;
    }

    .principal_dir button{
        font: 17px/17px 'Roboto', sans-serif !important;
        width: 120px !important;
        height: 25px !important;
    }
    .roll-slider {
        /*height: 330px !important;*/
    }  
    .roll-slider .main-slider-2 {
        /*height: 330px !important;*/
        padding-bottom: 0px !important;
    }
    /*.roll-slider .main-slider-2 .flex-viewport, .roll-slider .main-slider-2 ul.slides, .roll-slider .main-slider-2 ul.slides li, .roll-slider .main-slider-2 ul.slides li div.img, .roll-slider .main-slider-2 ul.slides li div.content, .roll-slider .main-slider-2 ul.slides li div.row, .roll-slider .main-slider-2 ul.slides li div.col-md-12{
        height: 330px !important
    }*/
    .roll-slider .main-slider-2 ul.slides li div.content .big-text,
    .roll-slider .main-slider-2 ul.slides li div.content .small-text{
        display: none;
    }
    .roll-slider .main-slider-2 ul.slides li div.img {
        background-size: contain;
        background-repeat: no-repeat;
    }
    .main-slider-2 .img {
        /*background-position: 50% 130px !important;*/
    }
    .seccion-servicio{
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
    }

    .seccion-horario hr{
        width: 95% !important;
    }

    .seccion-contacto i span{
        font-size: medium !important;
        width: 100%  !important;
    }

    .row-equipo li {
        width: 100% !important;
    }

    .principal_blog hr {
        width: 95% !important; 
    }
    .telefono{
        font-size: 20px;
    }
    .caja-contenido {
        width: 100%;
    }
}

@media only screen and (max-width:390px){
    .roll-slider {
        /*height: 280px !important;*/
    }
    .roll-slider .main-slider-2 {
        /*height: 280px !important;*/
        padding-bottom: 0px !important;
    }
    /*.roll-slider .main-slider-2 .flex-viewport, .roll-slider .main-slider-2 ul.slides li, .roll-slider .main-slider-2 ul.slides li div.img, .roll-slider .main-slider-2 ul.slides li div.content, .roll-slider .main-slider-2 ul.slides li div.row, .roll-slider .main-slider-2 ul.slides li div.col-md-12{
        height: 280px !important
    }*/
}

@media only screen and (max-width:320px){

    #bottom-menu a{
        margin-right:12px;
        margin-left:12px;
        font-size:12px;
    }
    #bottom-menu span{
        padding: 0 5px;
    }

    .btn-menu-resp{right:21px;}
}

@media only screen and (max-width:1200px) {

    .icons img{
        width: 30px;
        height: 30px;
        display: inline-block !important;
        margin-right: 10px;
        float: right;
    }

    .p-rigth{
        float: right;
    }

    .section-head{
        width: 100%;
        position: relative;
        display: block;
    }

    .contenedor-principal {
        margin-left: 10%;
        margin-right: 10%;
    }

    .contenedor-equipo {
        margin-left: 0% !important;
        margin-right: 0% !important;
    }

    .row-equipo li{
        width: 32%;
    }

}

@-webkit-keyframes roll-slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInLeft {
    -webkit-animation-name: roll-slideInLeft;
    animation-name: roll-slideInLeft;
}

@-webkit-keyframes roll-slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInRight {
    -webkit-animation-name: roll-slideInRight;
    animation-name: roll-slideInRight;
}

@-webkit-keyframes roll-slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInUp {
    -webkit-animation-name: roll-slideInUp;
    animation-name: roll-slideInUp;
}

@-webkit-keyframes roll-slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes roll-slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.flex-active-slide .roll-slideInDown {
    -webkit-animation-name: roll-slideInDown;
    animation-name: roll-slideInDown;
}

@-webkit-keyframes roll-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes roll-fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.flex-active-slide .roll-fadeIn {
    -webkit-animation-name: roll-fadeIn;
    animation-name: roll-fadeIn;
}

@-webkit-keyframes roll-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes roll-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInLeft {
    -webkit-animation-name: roll-fadeInLeft;
    animation-name: roll-fadeInLeft;
}

@-webkit-keyframes roll-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes roll-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInRight {
    -webkit-animation-name: roll-fadeInRight;
    animation-name: roll-fadeInRight;
}

@-webkit-keyframes roll-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes roll-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInUp {
    -webkit-animation-name: roll-fadeInUp;
    animation-name: roll-fadeInUp;
}

@-webkit-keyframes roll-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
 
@keyframes roll-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.flex-active-slide .roll-fadeInDown {
    -webkit-animation-name: roll-fadeInDown;
    animation-name: roll-fadeInDown;
}
.horario-icono-titulo .fa {
    font-weight: 300;
    font-size: 70px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}
.caja-tel .fa{
    font-size: 30px;
    margin-right: 6px;
    display: inline;
}
.caja-tel span{
    font-size: 20px;
    margin-bottom: 16px;
    display: inline-block;
    margin-right: 20px;
}