/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
    line-height: inherit;
  }

  h1,h2,h3,h4 {
    letter-spacing: -1px;
  }

  h5 {
    font-weight: 500;
  }

  h1 {
    color: #252525;
    font-size: 5em;
  }

  h2 {
    color: #272727;
    font-size: 3em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  h4 {
    color: #454545;
    font-size: 1.8em;
    padding-bottom: 2px;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }


  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #A18F82;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #a18f82;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    margin-top: 4em;
    padding-top: 2.5em;
  }

  .btn-oferta {
    background: #393939;
  }

  .btn-blue {
    background: #870f43;
  }

  .servicios-thumb {
    background: #ffffff;
    border-radius: 10px;
  }

  .servicios-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .servicios-info {
    padding: 30px;
    text-align: left;
  }
  .servicios-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .servicios-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }


  #about, #team, #servicios {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  #servicios {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }


  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 45px;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 13px;
    line-height: 24px;
    padding-top: 12px;
  }

  header a,
  header span {
    color: #747474;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 11px 15px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 19px;
    padding-left: 19px;
  }

  header span i {
    color: #A18F82;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
  }

  .navbar-default .navbar-brand {
    color: #393939;
    font-weight: 500;
  }

  .navbar-default .navbar-brand .fa {
    color: #A18F82;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #a18f82;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #ab3c70;
    color: #ffffff !important;
  }

  .navbar-default .navbar-nav li a {
    color: #555555;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .navbar-default .navbar-nav > li a:hover {
    color: #393939 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }


  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    width: 100%;
  }

  .slider .owl-dots {
      position: absolute;
      top: 575px;
      width: 100%;
      justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }

  .slider .item-first {
    background-image: url(../images/Local_6.jpg);
  }

  .slider .item-second {
    background-image: url(../images/oferta_dic_2025.png);
  }


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/

  #about {
    background: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  #aboutsmall {
    display:none;
    background: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }



  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
    background-color: #f9f9f9;
    border-radius: 0 0 10px 10px;
    position: relative;
    overflow: hidden;
  }

  .team-info {
    padding: 20px 30px 0 30px;
  }

  .team-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .team-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .team-contact-info p {
    margin-bottom: 2px;
  }

  .team-contact-info a {
    color: #757575;
  }

  .team-thumb .social-icon li {
    font-weight: 500;
  }

  .team-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .team-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .team-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }


  /*---------------------------------------
      SERVICIOS             
  -----------------------------------------*/

  #servicios, #servicios-detail {
    background: #f9f9f9;
  }

  #servicios-detail blockquote {
    margin: 30px 0;
  }

  .servicios-content {
    padding:20px;
  }

  .servicios-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .servicios-content p  {
    text-align: justify;
  }

  .servicios-image {
    width: 100%;
    height: 100%;   
    overflow:hidden;
  }

  .servicios-image img {
    height:100%;
    object-fit:contain;
  }


  /*---------------------------------------
      SERVICIOS DESPLEGABLE           
  -----------------------------------------*/

  #tiposdeservicios {
     background:#f9f9f9;
  }

  .servicios-tipos {
    padding:20px;
    border-bottom: 1.5px solid grey;    
    text-align: left;
    color:grey;
    font-size:1.5em;
    font-weight:500;
    cursor: pointer;
  }

  .servicios-tipos2 {
    margin:30px;
    border-left: 3px solid grey; 
    padding-left:10px;
    text-align: left;
    color:grey;
    font-size:1.5em;
    font-weight:300;
    cursor: pointer;
  }


@keyframes fadeIn {
    from{opacity: 0;}
    to{opacity: 1;}
}

.stoculto { 
  background:white;
  display: inline-block;
  width:100%;
  text-align:justify; 
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px, rgba(0, 0, 0, 0.04) 0px 5px 5px 0px;
  animation: fadeIn 1s;
}

.stoculto.hide { 
   opacity: 0;
}

.stoculto p {
  color:grey;
  margin:30px;
  margin-top:10px;
  margin-bottom:20px;
}

.columnoculto {
  height:420px;
}

.columnoculto img {
   width: 100%;
   height: 100%;
   object-fit:cover;
}


  /*---------------------------------------
      CHEQUES REGALO Y BONOS           
  -----------------------------------------*/


#bonoscheques {
    background: #f9f9f9;
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
  }

 .chequeizquierda ul {
    margin: 32px 12px 22px 0px;
  }

 .chequeizquierda h3 {
    margin-bottom: 8px;
  }

.chequeizquierda ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .cheques-image {
    margin-bottom: 30px;
    position: relative;
  }

  .cheques-image img {
    width: 100%;
    border-radius: 10px;
  }

  .chequederecha {
    margin-top: 16px;
  }



  /*---------------------------------------
      OFERTA DEL MES           
  -----------------------------------------*/


#ofertames {
    position: relative;
}

#ofertames .container {
   width:100%;
}


.ofertamesbanner {
   height:400px;
   background-image: url(../images/oferta_dic_2025.png);
   background-position: center top;
   background-repeat: no-repeat;
   background-attachment: local;
   background-size: cover;
}


 .ofertamesbanner .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.3);
    height: 100%;
    color: #fff;
    font-color:white;
  }


 .ofertamesbanner .caption h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }


 .ofertamesbanner .caption h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }


#ofertamesdesc {
    background: #f9f9f9;
    padding-top:50px;
    padding-bottom: 100px;
    padding:30px;
}

.ofertamestexto {
   margin-top:30px;
   margin-bottom:30px;
   text-align: center;
}


.ofertamestexto ul {
    margin: 32px 12px 22px 0px;
  }

.ofertamestexto h3 {
    margin-bottom: 8px;
  }

.ofertamestexto ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }



  /*---------------------------------------
      BOTÓN RESERVA           
  -----------------------------------------*/

  .reserva {
    text-align: center;
    padding-top: 22px;
  }

  .reserva .btn {
    border-radius: 100px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .reserva .btn-primary {
    background: black;
  }

  .reserva .btn-success {
    background: green;
  }

  .reserva .btn-danger {
    background: #dd4b39;
  }

  .reserva a .fa {
    padding-right: 4px;
  }



  /*---------------------------------------
      NAVODÉ           
  -----------------------------------------*/


.navodebanner {
   height:400px;
   background-image: url(../images/navode01.png);
   background-position: center;
   background-repeat: no-repeat;
   background-attachment: local;
   background-size: cover;
}


 .navodebanner .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: rgba(20,20,20,0.3);
    height: 100%;
    color: #fff;
    font-color:white;
  }


 .navodebanner .caption h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
  }


 .navodebanner .caption h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }


  .compra {
    text-align: center;
    padding-top: 22px;
  }

  .compra .btn {
    border-radius: 100px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .compra .btn-primary {
    background: #9f97cb;
  }

  .compra .btn-success {
    background: orange;
  }

  .compra .btn-danger {
    background: #dd4b39;
  }

  .compra a .fa {
    padding-right: 4px;
  }


  /*---------------------------------------
      VÍDEOS            
  -----------------------------------------*/

.video {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
  background: #f9f9f9;
}

.video-titulo {
  color: black;
  text-align: center;
  font-weight: 400;
  font-size: 3rem;
  margin-top: 30px;
  margin-bottom: 30px;
}

.video-container {
    text-align:center;
}

  /*---------------------------------------
      MISIÓN            
  -----------------------------------------*/
 
 #misionbig  {
  background-image: url(../images/mision02.png);
  background-repeat: no-repeat;
  background-size: 62% 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

#misionbig .mision-info {
  margin-left:700px;
}

#misionsmall  {
  width:100%;
  height:50%;
  background: white;
  display: none;
}

 .mision-image {
   padding:0;
   margin:0;
   width:70%;
}

 .mision-image img {
   height:100%;
  }

#misionsmall .container {
   padding:0;
   margin:0;
}

  #misionsmall .misiontexto {
    padding:50px;
}


 /*---------------------------------------
     PROVEEDORES              
  -----------------------------------------*/

  #proveedores {
    background: #f9f9f9;
  }

  #proveedores .prvtitulo {
    text-align: center;
    padding:50px;
  }

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  footer h4 {
    padding-bottom: 5px;
  }

  footer a {
    color: #757575;
  }

  footer a:hover {
    color: #A18F82;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }


  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #a18f82;
    color: #ffffff;
  }


  /*---------------------------------------
     PRIVACIDAD             
  -----------------------------------------*/

 #privacidad  {
    background: #f9f9f9;
  }

 #privacidad blockquote {
    margin: 30px 0;
  }

 .privacidad-texto h1  {
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
  }

 .privacidad-texto h2  {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

 .privacidad-texto p  {
    padding-left: 20px;
    padding-right: 20px;
  }

 .privacidad-texto ul li  {
    list-style: circle;
    color: #757575;
  }




  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
    h1 {
      font-size: 4em;
    }
    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }

    #misionbig .mision-info {
      margin-left:450px;
    }

  }

  @media only screen and (max-width: 992px) {
    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }

    #misionbig .mision-info {
      margin-left:0px;
      text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
             1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    }

    #misionbig {
      background-size:100% 100%;
    }
  }

  @media only screen and (max-width: 767px) {
   .columnoculto {
      height:300px;
   }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .chequederecha {
      margin-top: 2em;
    }

   #misionbig { 
    display: none; 
  } 
   
   #misionsmall { 
    display: block; 
  } 

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }

    .copyright-text {
      margin-top: 10px;
    }

    #about {
    background: #f6f6f6;
    background-position: 0px 0px;
    padding-top:50px;
    padding-bottom: 0px;
  }

  #aboutsmall {
    display:block;
    background: url('../images/about-bg.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 160%;
    padding-top: 300px;
    padding-bottom: 200px;
  }

  }

  @media only screen and (max-width: 639px) {
    h1 {
      font-size: 3em;
      line-height: 1.2em;
    }
    h2 {
      font-size: 2.1em;
    }
    h4 {
      font-size: 1.4em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

  }

