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

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

section{
    margin-top: 6%;
}

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

.caja-app{
    background-color: transparent;
    position: fixed;
    top:30%;
    left: 20px;
    z-index: 100;
}

.img-app{
    border-radius: 5px;
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

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

/*************** BARRA SUPERIOR *****************/

.top-bar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #f7f7f8;
    border-bottom: 1px solid #ddd;
    -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;
}
.top-social {
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.top-social a:hover,.top-social a:focus{
    text-decoration: none;
}
ul.top-social li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #87888A;
    border-radius: 100%;
    position: relative;
    margin-right: 10px;
    -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;
}
ul.top-social li i {
    color: #87888A;
    font-size: 18px;
    line-height: 42px;
    display: block;    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    position: absolute;
    bottom: -9px;
    left: 6px;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -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;
}
ul.top-social li i.fa-google-plus{
    left: 2px;
}

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

.header-5 {
    background-color: #fff;
    -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;
}

.header-5 .header-wrap .line-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    background-color: #fff;
}

.header-5 .header-wrap .line-top .line-color {
    height: 100%;
    width: 43%;
    background-color: #459ce4;
}

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

.header-5 .logo {
    margin-top: 18px;
    margin-bottom: 12px;
    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-5 .logo img{
    max-width: 170px;
}

.header-5.is-sticky .logo {
    margin: 13px 10px 10px 0;
}

.header-5 #mainnav {
    position: relative;
    display: block;
    float: right;
    font-size: 16px;
    -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-5 #mainnav ul {
    list-style: none;
}

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

.header-5 #mainnav > ul > li > a {
    color: #292929;
    position: relative;
    display: block;
    font-weight: 500;
    text-decoration: none;
    height: 82px;
    line-height: 82px;
    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;
}

.header-5 #mainnav > ul > li > a:hover{
    outline: none;
    color: #87888A;
    text-decoration: none;
    -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;
}

.header-5 #mainnav > ul > li > a.active,
.header-5 #mainnav > ul > li > a:focus{
    outline: none;
    text-decoration: none;
    -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;
}

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

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

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

.header-5 #mainnav ul li ul {
    width: 199px;
    position: absolute;
    top: 100%;
    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;
}

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

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

.header-5 #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-5 #mainnav .submenu {
    z-index: 99999;
    background-color: #fff;
}

.header-5 #mainnav .submenu li a {
    display: block;
    line-height: 30px;
    padding: 7px 18px;
    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-5 #mainnav .submenu li:first-child a {
    border-top: 0;
}

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

.header-5 #mainnav li:hover > ul.submenu ul.submenu {
    left: 100%;
}
.btn-menu {
    float: right;
    font-size: 28px;
    color: #87888A;
    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;
}
.sticky-wrapper {
    position: absolute;
    width: 100%;
    z-index: 999;
}

/************* MOVIL ***********/

#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background: rgba(28,28,28,0.9);
    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 50px;
    color: #fff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: #161625;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #252525;
    background-color: #222;
}

#mainnav-mobi > ul > li > ul > li >  a {
    padding-left: 70px !important;
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 90px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 0 60px;
    border-top-color: rgba(255,255,255,0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}

#mainnav-mobi ul > li > a:hover,
#mainnav-mobi > ul > li.active > a {
    color: #fff;
}
/************ SLIDER ***********/ 

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

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

.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: 0;
}

.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.2;
}

/************ SECCION PRINCIPAL ***********/ 

.img-horario{
    /*max-width: 75%;*/
}
.services-2 {
    padding: 77px 0 85px 0;
}
.roll-row {
    clear: both;
    display: block;
    position: relative;
    padding: 0;
}

.roll-row .container {
    position: relative;
    z-index: 2;
}

.roll-content-box3 {
    padding: 20px;
    padding-top: 50px;
    text-align: center;
    background-color: #eee;
    height: 260px;
    position: relative;
}

.roll-content-box3 .icon-background {
    border: 7px solid #eee;
    padding-top: 14px;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    margin: auto;
}
.roll-content-box3 i {
    display: inline-block;
    margin-bottom: 15px;
}
.icon-background {
    display: block;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 21px 15px;
    font-size: 35px;
}

.roll-content-box3 h3 {
    font-size: 22px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 19px;
    letter-spacing: 0.4px;
}

.roll-content-box3 p{
    font-size: 17px;
    line-height: 23px;
    text-align: left;
}

.roll-content-box3 p a
.roll-content-box3 p a:link,
.roll-content-box3 p a:visited,
.roll-content-box3 p a:hover{
    text-decoration: none;
}

.roll-content-box3 [class^="flaticon-"]:before, .roll-content-box3 [class*=" flaticon-"]:before, .roll-content-box3 [class^="flaticon-"]:after, .roll-content-box3 [class*=" flaticon-"]:after{
    font-size: 38px;
    margin-left: 1px;
}
.btn-principal{
    width: auto;
    margin: 0 auto;
    outline: none;
    padding: 10px 20px;
    border: none;
    color: #fff;
    vertical-align: bottom;
    display: block;
}
.roll-row .container .row .col-md-3.col-sm-6.col-xs-12 {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.roll-row .container .row .col-md-3 {
    width: 24%;
}

/*------CAJA ESPECIALIDADES-----*/
.roll-content-box3-especialidades {
    padding: 20px;
   /* padding-top: 50px;*/
    text-align: center;
    background-color: #eee;
   /*height: 260px;*/
    position: relative;
}





/************ FOOTER ***********/ 

#bottom-menu{
    overflow:hidden;
    text-align:right;
    line-height: 20px;
    float: right;
    margin: 10px 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: 20px 20px;
    width: 100%;
    height: 50%;
    background-color: #585858;
    overflow: auto;
}

#footer-legal{
    margin-top: 8%;
}

.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;
}

/********** 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: 90px;
    max-height: 90px;
}

.logo{
    margin-top: 20px;
}

.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: #283741;  
}

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

.titulo-sec{
    font-size: 30px;
    font-weight: 400;
    color: #5a5b5a;
}

/******************* 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: 10;
}

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

#twitter-widget-0{
    display: block !important; 
    margin-left: auto !important;
    margin-right: auto !important;
    min-width: 280px !important;
    width: 280px !important;
    height: 320px !important;
}

.timeline-footer{
    background: white !important;
}

/*****************/

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

.banner-precios img{
    margin-bottom: 10px;
    margin-top: 20px;
}

.bxslider_prinpipal{
    list-style: none;
}

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

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

.slider-marcas h3{
    color: #5a5b5a;
    margin-bottom: 40px;
    font-size: 30px;
}

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

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

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

.slider-promociones .bx-wrapper, .principal_blog .bx-wrapper{
    margin: 10px auto;
}

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

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

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

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

.contenedor-equipo .col-md-3 i{
    font-weight: 400;
    font-size: 17px;
}

.contenedor-equipo .col-md-3 span{
    font-size: 19px;
}

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

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

.seccion-contacto{
    background-color: transparent;
}

.seccion-contacto img{
    margin-bottom: 5px;
}

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

.principal_blog{
    text-align: center;
}

.principal_blog hr {
    width: 370px;
}

.bg-video{
    background-color: #130313;
}

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

.row-equipo ul{
    padding-left: 0;
}

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

.row-equipo li i{
    margin-top: 20px;
    display: block;
    font-weight: 400;
    font-size: 17px;
}

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

.row-equipo li .fa{
    display: block;
    font-size: 150px;
    margin-bottom: 20px;
}

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

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

.img-conj-equipo{
    margin: 0 auto;
}

.section-map{
    margin-top: 0px;
    overflow: visible;
}

.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;
}

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

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

.column{
    /*padding: 20px;*/
    float: left;
}

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

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

.seccion-horario{
    margin-bottom: 8%;
}

.seccion-horario hr{
    width: 298px;
}
.todos-dias{
    font-size: 20px;
    font-weight: 600;
}
.container-guardias{
    margin: 60px auto 0;
}
.content-guardias{
    width: 70%;
    margin: 0 auto;
}

/***************** CONTACTO *********************/
#contacto{
    margin-top: 80px;
}
.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 15px 0;
    overflow:auto;
    color:#717175;
    outline:none;
    border:none;
    font:400 18px 'Roboto', sans-serif;
    padding:10px 15px;
    background-color: #e5e5e5;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    -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{
    -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;
    background-color: #e5e5e5;
    height: 80px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    -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: 15px 0 15px 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;
}

#formulario button[type="submit"] .fa,
#formulario_citas button[type="submit"] .fa,
#formulario_pedido_express button[type="submit"] .fa{
    margin-left: 10px;
}

#formulario button[type="submit"]:hover,
#formulario_citas button[type="submit"]:hover,
#formulario_pedido_express button[type="submit"]:hover{
    background-color: #fff;
    clear: both;
}

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

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

.dir-elem{
    margin: 20px 0;
    font-size: 20px;
    line-height: 21px;
}
.guardias-desc{
    display: inline;
    vertical-align: top;
    line-height: 30px;
}
.bloque_auxiliar .fa{font-size: 50px;}
.bloque_auxiliar h3{margin-bottom: 20px;}
.dir-contacto h4{
    text-transform: uppercase;
}

.dir-elem .fa{
    font-size: 35px;
    margin-right: 10px;
}

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

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

.comprobar-form{
    margin-top: 20px;
    margin-left: 15px;
}

.date .input-group{
    display: inline;
}

.input-group.date {
    display: block;
}

.boton-calendario{
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-left: 1px solid #ccc !important;
}

/***************** 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 hr{
    width: 230px
}

/***************** SERVICIOS *********************/
.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;
}
#seccion-servicios{
    margin-top: 50px;
}
#servicios{
    background-color: transparent;
}
.contenedor-servicios{
    margin-bottom: 7%;
}

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

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

.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 .flaticon{
    margin-top: 20px;
    font-size: 50px;
    display: block;
}

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

.oculta-md{
    visibility: hidden;
}
/***************** PRIVACIDAD *********************/

.privacidad{
    margin: 50px 0;
}
/******************* 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;
    color: inherit;
}
.elem_content_info a:hover .elem_content_text{background: #fafafa;}
.elem_content_title{margin-bottom:16px;}
.elem_content_title span{
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    padding: 5px 10px;
    border-left: 4px solid #e84c18;
    background-color: #f3f3f3;
}
.elem_content_subtitle{margin-bottom: 15px;}
.elem_content_text{
    padding: 15px 10px;
    line-height: 19px;
    border: 2px solid #e9e9e9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/******************* MEDIA QUERYS *********************/

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

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

    .btn-principal {
        outline: none;
        padding: 10px 0;
        width: 118px;
        border: none;
        color: #fff;
        vertical-align: bottom;
        display: block;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }

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

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

    .logo-header {
        margin-top: 35px;
    }



}
@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;
    }
    /*.roll-content-box3{
        height: auto;
    }*/
}
@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;
    }

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

    .contenedor-principal {
        margin-left: 10%;
        margin-right: 10%;
    }
    .roll-row .container .row .col-md-3 {
        width: 33%;
    }
    .roll-content-box3 {
        margin-top: 50px;
    }
    .content-guardias{
        width: 100%;
    }
}

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

    /*#menu-header{padding-top: 5%;}*/

}


@media only screen and (max-width:991px){
    .hor_verano{
        margin-top: 20px;
    }

    .services-2 .roll-content-box3:last-child{
        margin-top: 50px;
    }
}
@media only screen and (max-width:992px){

    .header-4 {
        border-bottom: 1px solid #838383;
        background-color: #292929;
        z-index: 999;
        position: relative;
    }
    .header-4 .wrap {
        display: block;
    }
    .header-4 .logo {
        position: absolute;
        left: 0;
        top: -19px;
    }
    .btn-menu {
        height: 60px;
        line-height: 60px;
        display: block;
    }
    .col-menu{
        padding-right: 0px !important;
    }

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

    .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-2{
        padding-bottom: 0px !important;
    }
    .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;
    }

    .contenedor-equipo {
        margin-left: 0%;
        margin-right: 0%;
    }
    .roll-row .container .row .col-md-3 {
        width: 47%;
    }

}

@media only screen and (max-width:877px) {
    .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;
    }
    .foto-equipo, .video{
        width: 80%;
    }

    #bottom-menu{
        float: none;
    }

    .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"],
    #formulario_citas button[type="submit"],
    #formulario_pedido_express button[type="submit"]
    {
        clear: both;
    }

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

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

    .map-section{
        height:400px;
    }

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

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

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

    .seccion-servicio{
        margin-left: auto;
        margin-right: auto;
        max-width: 80%;
        text-align: center !important;
        border-top: 1px #579f95 dotted;
    }

    .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;
    }

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

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

@media only screen and (max-width: 642px){
    .roll-row .container .row .col-md-3 {
        width: 100%;
    }
}

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

    .g-recaptcha{float: left;}
    #contacto{
        margin-top: 100px;
    }
    #contacto h3{
        text-align: center;
    }
    #formulario input[type="text"],
    #formulario_citas input[type="text"],
    #formulario_pedido_express input[type="text"]{
        height: 50px;
    }
    #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%;

    }

    .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;
    }

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

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

    .map-section{
        height:250px;
        margin-top: 20px;
    }
    .overlay{
        background-color: transparent;
    }
    .roll-slider .main-slider-2 {
        padding-bottom: 0px !important;
    }
    .roll-slider .main-slider-2 .flex-control-nav {
        display: none;
    }
    .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;
    }
    .seccion-equipo .col-md-3:first-child{
        margin-top: 0px;
    }
    .seccion-equipo .col-md-3{
        margin-top: 30px;
    }
    .foto-equipo, .video{
        width: 100%;
    }
    .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;
    }

    .seccion-servicio{
        margin-left: auto;
        margin-right: auto;
        max-width: 100% !important;
        padding-top: 20px;
    }

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

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

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

    .logo-header{
        width: 60%;
        margin: 10px auto; 
    }

    .principal_blog hr{
        width: 95% !important; 
    }

    .contenedor-servicios {
        margin-top: 80px;
    }
}

@media only screen and (max-width:390px){
    .roll-slider .main-slider-2 {
        padding-bottom: 0px !important;
    }
}

@-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;
}
.loading {
    position: relative;
    height: 48px;
    width: 11px;
    animation: expand 1.2s infinite ease-in-out;
    animation-delay: -0.32s;
    background: #90A4AE;
    margin: 0 auto;
}

.loading::-webkit-progress-bar {
    background: transparent;
}
.loading::before,
.loading::after,
.loading::-webkit-progress-value {
    content: '';
    position: absolute;
    top: 0;
}
.loading::before {
    left: 36px;
    width: 11px;
    height: 48px;
    background: #90A4AE;
    animation: expand 1.2s infinite ease-in-out;
}

.loading::after {
    left: 18px;
    width: 11px;
    height: 48px;
    background: #90A4AE;
    animation: expand 1.2s infinite ease-in-out;
    animation-delay: -0.16s;
}

.loading::-webkit-progress-value {
    left: 0;
    width: 11px !important;
    height: 100%;
    background: #90A4AE;
}
@keyframes expand {
    0%,
    80%,
    100% {
        box-shadow: 0 0 #90A4AE;
        height: 48px;
    }
    40% {
        box-shadow: 0 -22px #90A4AE;
        height: 58px;
    }
}



/*-------------------------------ESPECIALIDADES----------------------------*/

#especialidades{
display: none;
background-color: white;
width: 100%;
color: black;
font-size: 1.2em;
min-height: 50px;
text-align: center;
padding: 15px;
margin: 20px;
border-radius: 5px;
}