/*

Eatery Cafe Template 

http://www.templatemo.com/tm-515-eatery

*/

  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

  /* body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
  } */



  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
  }

  h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
  }

  h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
  }

  h3 {
    font-size: 1.5em;
    margin-bottom: 0;
  }

  h3,
  h3 a {
    color: #454545;
  }

  p {
    font-size: 16px;
    /* line-height: 26px; */
    margin: 0 0 5px;
    display: block;
    color: #494949;
  }



  /*---------------------------------------
     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: #68D4BD;
    outline: none;
  }

  /*::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }*/

  /*::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }*/

  .section-title {
    padding-bottom: 40px;
  }

  .section-title h2 {
    margin: 0;
  }

  .section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
  }

  .overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section {
    position: relative;
    /* padding: 100px 0; */
  }

  #cards {
    text-align: center;
  }

  .calendario-image img,
  .cards-thumb img {
    width: 100%;
  }
  
  #google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
  }

  .top {
    width: 50px;
    height: 50px;
    padding: 15px;
    border: solid 1px #888;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
  }



  /*---------------------------------------
     BUTTONS               
  -----------------------------------------*/

  .section-btn {
    background: #68D4BD;
    border-radius: 20px;
    border: 0;
    color: #f9f9f9 !important;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
  }

  .icon-btn-nav {
    width: 20px;
    fill: #fff;
    position: absolute;
  }

  .label-btn-nav {
    padding-left: 30px;
  }

  /*---------------------------------------
       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              
  -----------------------------------------*/

  .navbar .container {
    width: 100%;
    padding: 0 30px 0 90px;
  }

  .custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 15px 0;
  }

  .custom-navbar .navbar-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
  }

  .custom-navbar .navbar-brand span {
    color: #68D4BD;
  }

  .top-nav-collapse {
    background: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
  }

  .custom-navbar .navbar-nav.navbar-right li a {
    /*padding-right: 12px;
    padding-left: 12px;*/
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    /*margin: 0.2em 0 0 1em;*/
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
  }

  .custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
  }

  .custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
  }

  .custom-navbar .nav li a {
    font-size: 12px;
    color: #000000;
    padding: 4px 0;
    margin: 5px 20px;
    border-bottom: solid 1px #000;
  }

  .custom-navbar .nav li a:hover {
    background: transparent;
    color: #494949;
  }

  .custom-navbar .navbar-nav > li > a:hover,
  .custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
  }

  .custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #68D4BD;
  }

  .custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .custom-navbar .navbar-toggle {
    background-color: transparent;
  }

  .custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
  }

  .svg-logo {
    width: 150px;
  }

  @media(min-width:768px) {
    .custom-navbar {
      border-bottom: 0;
      background: 0 0; 
    }

    .custom-navbar.top-nav-collapse {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 12px 0;
    }

    .top-nav-collapse .navbar-brand {
      color: #454545;
    }

    .top-nav-collapse .nav li a {
      color: #000000;
    }

    .top-nav-collapse .nav .section-btn a {
      color: #ffffff;
    }
  }

  #menu-mobile {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8888;
    padding: 0;
    margin: 0;
    display: none;
  }

  #menu-mobile .nav-mobile {
    position: absolute;
    width: 80%;
    height: 100%;
    background-color: #000;
    padding: 20px 0;
  }

  #menu-mobile .nav-blank {
    position: absolute;
    right: 0;
    width: 20%;
    height: 100%;
  }

  #menu-mobile .nav-mobile li {
    list-style: none;
    padding: 5px 0;
  }

  #menu-mobile .nav-mobile li a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    font-family: poppins_reggular;
    cursor: pointer;
  }

  #menu-mobile .nav-mobile .btn-close-menu {
    padding-bottom: 30px;
  }

  #menu-mobile .nav-mobile .btn-close-menu a {
    cursor: pointer;
  }

  #menu-mobile .nav-mobile .btn-close-menu svg {
    width: 15px;
    height: 15px;
  }

  #menu-mobile .nav-mobile .btn-login-mobile {
    margin-top: 30px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    padding: 10px 0 !important;
  }

  #menu-mobile .nav-mobile .btn-login-mobile a,
  #menu-mobile .nav-mobile .btn-login-mobile svg {
    font-size: 12px;
    margin-left: 15px;
  }

  /*---------------------------------------
      LOGIN
  -----------------------------------------*/

  #div-login {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    padding: 50px;
    background-color: #fff;
    text-align: center;
  }

  #div-login .btn-close-login {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #494949;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  #div-login .btn-close-login:hover {
    color: #000;
  }

  #div-login .row {
    padding-top: 80px;
  }

  #div-login p {
    padding: 15px 0;
    text-align: center;
  }

  #div-login input {
    background-color: none;
    border: none;
    border-bottom: solid 1px #cecece;
    width: 100%;
    font-size: 12px;
  }

  #div-login h4 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1.15px;
    color: #1F1C3D;
  }

  #div-login .error-msg {
    color: #494949;
    font-size: 12px;
    text-align: center;
    padding: 0;
  }

  #div-login .btn-login {
    background-color: #68D4BD;
    color: #fff;
    font-size: 12px;
    padding: 15px 58px;
    border: none;
    border-radius: 100px;
  }

  #div-login .link-login {
    color: #494949;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
  }

  #div-login .link-login:hover {
    color: #000;
  }

  #div-login #login {
    display: none;
  }

  #div-login #recuperar {
    display: none;
  }



  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home {
    padding: 0;
    min-height: 100vh;
  }

  #home h1 {
    color: #ffffff;
    padding-bottom: 30px;
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
  }

  @media (min-width: 768px) {
    .slider .col-md-8 {
      padding-left: 0;
    }
  }

  .slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
  }

  .owl-theme .owl-dots .owl-dot {
    display: block;
  }

  .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    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: left;
    background-color: rgba(20,20,20,0.2);
    min-height: 100vh;
    color: #fff;
    padding: 4em 0 0 2em;
  }

  .slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    min-height: 100vh;
  }

  .slider .item-first {
    background-image: url(../images/saude.png);
  }

  .slider .item-second {
    background-image: url(../images/slider-image2.jpg);
  }

  .slider .item-third {
    background-image: url(../images/slider-image3.jpg);
  }

  .slider .item-second .section-btn {
    background: #292929;
  }

  .slider .item-second .section-btn:hover {
    background: #ffffff;
  }

  .slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
  }

  .slider .item-third .section-btn:hover,
  .slider .item-third .section-btn:focus {
    background: #68D4BD;
    border-color: transparent;
    color: #ffffff;
  }

  .title-slider {
    color: #282828;
    font-weight: 600;
    font-size: 52px;
    text-align: center;
    line-height: 1.3;
    font-family: 'lato_bold';
  }

  .text-slider {
    color: #000;
    font-size: 24px;
    text-align: center;
  }

  /*---------------------------------------
      CALENDARIO
  -----------------------------------------*/

  #calendario {
    padding-bottom: 0;
  }

  .calendario-info {
    padding: 0 6em 5em 0;
  }

  .calendario-info .section-title {
    padding-bottom: 20px;
  }

  .calendario-image {
    position: absolute;
  }

  #calendario h4 {
    color: #000000;
    font-size: 42px;
    margin-top: 2px;
    font-weight: 600;
    text-align: center;
  }

  div.disponibilidad {
    width: 100%;
    height: 170px;
    display: flex;
    overflow-x: auto;
    background-color: #fff;
}   

div.calendarSesiones {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  background-color: #fff;
}   

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

    #calendario .GFSDK-e-meeting {
    width: 250px;
    }
  }

  #calendario .GFSDK-e-meeting {
    background-color: #FAFAFA;
    grid-auto-flow: initial;
    grid-template-columns: 80px 1fr;
    height: initial;
    padding: 0;
    margin-right: 10px;
    min-width: 250px;
    height: 100px;

  }

  #calendario .GFSDK-e-meeting {
    display: grid;
    grid-auto-flow: row;
    row-gap: 15px;
    /* column-gap: 15px; */
    border: 1px solid #EEEEEE;
    justify-items: start;
    align-items: center;
    /* padding: 15px; */
    border-radius: 10px;
    /* background-color: white; */
    margin-bottom: 10px;
    cursor: pointer;
    box-sizing: border-box;
    transition: .3s ease;
    transition-property: border-color;
  }

  #calendario .GFSDK-e-meeting:hover {
    border: 1px solid #68D4BD;
  }


  #calendario .GFSDK-e-meeting__header {
    display: grid;
    align-items: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    border-right: 1px solid #EDEDED;
  }


  #calendario .GFSDK-e-meeting>hr {
    display: none;
  }

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

    #calendario .GFSDK-e-meeting>hr {
      width: 90%;
      height: 1px;
      margin-left: -15px;
    }
  }

  #calendario .GFSDK-e-meeting>hr {
    width: 1px; 
    height: 100%;
    margin: 0;
    background-color: #E9E8E8;
    border: 0 transparent none;
    transition: .3s ease;
    transition-property: background-color;
  }

  #calendario .GFSDK-e-meeting__body {
    display: block;
    /* align-items: center; */
    height: initial;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
  }

  /* .GFSDK-e-meeting__body .this-service, .this-location p {
    font-size: 11px;
    letter-spacing: .1px;
    font-weight: 600;
    color: #BBBBBC;
  } */

  /*Scroll Horizontal */

  /* Tamaño del scroll */
  .disponibilidad::-webkit-scrollbar {
    width: 2px;
    height: 8px;
  }

  /* Estilos barra (thumb) de scroll */
  .disponibilidad::-webkit-scrollbar-thumb {
    background: #68D4BD;
    border-radius: 10px;
  }

  .disponibilidad::-webkit-scrollbar-thumb:active {
    background-color: #68D4BD;
  }

  .disponibilidad::-webkit-scrollbar-thumb:hover {
    background: #68D4BD;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }

  /* Estilos track de scroll */
  .disponibilidad::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 10px;
  }

  .disponibilidad::-webkit-scrollbar-track:hover, 
  .disponibilidad::-webkit-scrollbar-track:active {
    background: #d4d4d4;
  }




  /* scroll calendar*/

/*Scroll Horizontal */

  /* Tamaño del scroll */
  .calendarSesiones::-webkit-scrollbar {
    width: 2px;
    height: 8px;
  }

  /* Estilos barra (thumb) de scroll */
  .calendarSesiones::-webkit-scrollbar-thumb {
    background: #68D4BD;
    border-radius: 10px;
  }

  .calendarSesiones::-webkit-scrollbar-thumb:active {
    background-color: #68D4BD;
  }

  .calendarSesiones::-webkit-scrollbar-thumb:hover {
    background: #68D4BD;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }

  /* Estilos track de scroll */
  .calendarSesiones::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 10px;
  }

  .calendarSesiones::-webkit-scrollbar-track:hover, 
  .calendarSesiones::-webkit-scrollbar-track:active {
    background: #d4d4d4;
  }
  /* scroll calendar fin */
  .reservaciones {
    margin-top: 5em;
  }
  .calendar {
      background-color: #fff;
      width: 100%;
      /* max-width: 600px; */
      margin: 1em auto;
      padding: .5em 0;
  }

  .calendar-info {
      display: flex;
      align-items: center;
      padding: 0 2em;
      font-size: 1.2em;
      text-transform: uppercase;
  }

  .calendar-prev, .calendar-next {
      color: #bcbcbc;
      cursor: pointer;
      font-size: 14px;
  }

  .calendar-prev {
      margin-right: auto;
  }

  .calendar-next {
      margin-left: auto;
  }

  .calendar-prev:hover, .calendar-next:hover {
      color: #000;
  }

  .calendar-week, .calendar-dates {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      grid-gap: 10px;
      cursor: pointer;
      
  }

  .calendar-month, .calendar-year {
      padding: .5em 1em;
  }

  .calendar-item {
      text-align: center;
      line-height: 2;
  }

  .today {
      margin: auto;
      background-color: #68D4BD !important;
      color: white;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      display: grid;
      align-items: center;
      justify-items: center;          
      padding: 3px;          
      line-height: initial;
      font-weight: 400;
  
  }

  .no_disponible {
      margin: auto;
      background-color: #A5A1A1;
      color: white;
      border-radius: 50%;
      height: 30px;
      width: 30px;
      display: grid;
      align-items: center;
      justify-items: center;          
      padding: 3px;          
      line-height: initial;
      font-weight: 400;  
      text-decoration:line-through;         
  }

  .calendar-filter {
      margin-top: 5em;
      display: grid;
      row-gap: .5rem;
      position: relative;
      right: 0;
      z-index: 1;
  }

  .label-filter {
      font-size: 12px;
      letter-spacing: 1.15px;
      font-weight: 300;
      color: #444444;
      margin: 0;
      text-align: left !important;
  }

  .input-filter {
      width: 100%;
      display: inline-grid;
      padding: 0 10px;
      cursor: pointer;
      row-gap: 15px;
      column-gap: 15px;
      justify-items: end;
      grid-auto-flow: column;
      grid-template-columns: initial!important;
  }

  .input-item {
      position: relative;
      display: inline-grid;
      border: 1px solid #000000;
      border-radius: 50px;
      padding: 8px 15px;
      line-height: initial;
      box-sizing: border-box;
      width: 100%;
      align-items: center;
      justify-items: center;
      grid-template-rows: initial;
  }

  .select-filter {
      appearance: none;
      padding: 0 23px 0 0;
      font-size: 11px;
      font-weight: 600;
      outline: none;
      border: 0 transparent none;
      color: #575757;
      background-color: transparent;
      width: 100%;
      height: initial !important;
      cursor: pointer;
      letter-spacing: 1.15px;
  }


  /*---------------------------------------
      CARDS
  -----------------------------------------*/

  #cards {
    background: transparent !important;;
    margin: 50px;
  }

  .cards-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }

  .cards-info {
    padding: 10px 30px 20px 30px;
  }

  .cards-thumb .cards-hover {
    position: absolute;
    background: #1c1c1c;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
  }

  .cards-thumb:hover .cards-hover {
    opacity: 0.95;
    transition-delay: 0.3s;
    transform: translateY(0);
  }

  .cards-thumb img {
    transition: 0.5s 0.2s;
  }

  .cards-thumb:hover img {
    transform: scale(1.2);
  }

  .cards-thumb .social-icon li a {
    background: #292929;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 15px 5px 0 5px;
  }

  .cards-thumb .cards-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .cards-item h4 {
    color: #ffffff;
  }

  .cards-info p {
    color: #bfbdbd;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
  }

  /*#cards .container {
    width: 1484px !important;
  }*/

  #cards span {
    color: #000;
    line-height: 70px;
    font-size: 50px;
  }

  #cards h3 {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
  }

  .border-cards {
    border-right: solid 2px #ebebeb;
  }



  /*---------------------------------------
     PAQUETES             
  -----------------------------------------*/
  .center-pills {
      display: flex;
      justify-content: center;
  }

  .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
      color: #000;
      font-weight: 600;
      letter-spacing: .5px;
      background-color: #fff;
      border-bottom: 2px solid #000;
  }

  .nav-pills>li>a {
    border-radius: 0px;
    padding: 10px 0 !important;
    margin: 0 15px !important;
  }

  .nav a {
      letter-spacing: .5px;
      color: #000;
  }

  .panel {
      padding: 15px 15px 15px 15px;
  }

  .panel h3 {
      white-space: normal;
      font-size: 16px;
      line-height: 1.4;
      font-weight: 600;
      letter-spacing: 1.15px;
      color: inherit;
  }

  .panel-price {
      font-size: 14px;
      font-weight: 300;
      color: #544C4C;
      margin-top: 6.5em !important;
      margin-bottom: 1.5em;
  }

  .prev-price {
      position: absolute;
      text-decoration: line-through;
      font-size: 12px;
      font-weight: 400;
      color: #575757;
  }

  .panel-exp {
      line-height: 1.4;
      font-size: 12px;
      letter-spacing: .85px;
      font-weight: 400;
      font-size: 11px;
      color: #BBBBBD;
  }  

  .panel-descripcion {
      line-height: 1.7;
  }

  .btn-pagar {
      color: #fff;
      background-color: #68D4BD!important;
      text-transform: uppercase;
      border-radius: 100px !important;
      letter-spacing: 1px;
      font-weight: 400 !important;
      padding: 12px 33px !important;
      border: 0 transparent none;
      font-size: 12px;
      cursor: pointer;
      transition-duration: .1s;
  }

  .btn-pagar:hover {
      background-color: #76ecd3!important

  }

  .mt {
      margin-top: 25px;
  }

  #paquetes h4 {
    color: #000000;
    font-size: 42px;
    margin-top: 2px;
    font-weight: 600;
    text-align: center;
  }



  /*---------------------------------------
      TERAPEUTAS
  -----------------------------------------*/

  #terapeutas {
    padding-bottom: 0;
  }

  #terapeutas h4 {
    color: #000000;
    font-size: 42px;
    margin-top: 2px;
    font-weight: 600;
    text-align: center;
  }

  
  .slider-terapeutas {
    padding-top: 90px;
    width: 100%;
  }

  .slider-terapeutas .div-slider-terapeutas {
    height: 350px;
    width: 100%;
  }

  .div-terapeutas {
    height: 350px;
    width: 100%;
    padding: 0 15px;
  }

  .card-terapeutas {
    height: 350px;
    width: 100%;
    background-color: #1F1C3D;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.05);
    border-radius: 23px;
  }

  .card-overlayer {
    background-color: rgba(31, 28, 61, 0.3);
    position: relative;
    height: 350px;
    width: 100%;
    border-radius: 23px;
    cursor: pointer;
  }

  /*.content-card-terapeutas {
    margin: -80px auto 0 auto;
    position: relative;
    z-index: 1;
    width: 100%;
    cursor: pointer;
  }*/

  .info-terapeutas {
    padding-top: 250px;
  }

  .img-circle-terapeutas {
    margin: auto auto 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #fff;
  }

  .text-terapeutas {
    margin: 0 auto 0 auto;
    padding-top: 5px;
    color: #fff !important;
    text-align: center;
  }

  .desc-terapeutas {
    color: #fff;
    display: none;
  }

  /*---------------------------------------
     INSTALACIONES              
  -----------------------------------------*/
  #instalaciones h4 {
    color: #000000;
    font-size: 42px;
    margin-top: 2px;
    font-weight: 600;
    text-align: center;
  }

  #instalaciones {
    background-color: #f8f8fa;
}

.ubicaciones {
    padding-top: 55px !important;
    padding-right: 50px !important;
    padding-bottom: 55px !important;
    padding-left: 50px !important;
}

.ubicaciones-titulo {
    color: #0a0a0a !important;
    font-size: 28px !important;
    text-transform: uppercase !important;
}

.ubicaciones h3 {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
}

#instalaciones p {
    font-size: 16px;
    line-height: 26px;
    margin: 10px auto;
    display: block;
    color: #494949;
}
  

  /*---------------------------------------
     MENU              
  -----------------------------------------*/

  #instalaciones {
    padding-bottom: 0;
  }

  #instalaciones .container {
    /* width: 100%; */
  }

  #instalaciones .col-md-4 {
    margin-top: 20px;
    /* margin: 0;
    padding: 0; */
  }

  .menu-thumb img {
    /* width: 100%; */
    transition: 0.5s;
  }

  .menu-thumb:hover img {
    transform: scale(1.15);
  }

  #instalaciones .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
  }

  .menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
  }

  .menu-info .menu-item {
    float: left;
  }

  .menu-info .menu-price {
    float: right;
  }

  .menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
  }

  .menu-thumb .menu-info h3,
  .menu-thumb .menu-info p,
  .menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
  }

  .menu-thumb .menu-info h3 {
    margin-top: 0;
  }

  .menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .menu-thumb:hover .menu-info h3,
  .menu-thumb:hover .menu-info p,
  .menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
  }

  .menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
  }



  /*---------------------------------------
      TESTIMONIAL             
  -----------------------------------------*/

  #testimonial {
    background: url('https://saude.lat/images/instalaciones/IMG_06.jpg') center center no-repeat;
    background-size: cover;
    margin-top: 100px;
  }

  #testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
  }

  #testimonial .owl-theme .owl-dots .owl-dot,
  #testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
  }

  #testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
  }

  #testimonial h2 {
    color: #ffffff;
  }

  #testimonial p,
  .tst-author h4,
  .tst-author span {
    display: inline;
  }

  #testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
  }

  .tst-author {
    margin-top: 20px;
  }

  .tst-author h4,
  .tst-author span {
    color: #b2b2b2;
  }

  .tst-author span {
    margin-left: 5px;
  }

  .content-center {
    display: table;
    width: 100%;
    height: 100%;
}
.wrap {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.wrap .title {
    color: #ffffff;
    font-size: 32px;
}

.wrap .btn {
    border-color: #69d4bd;
    background-color: #69d4bd;
    color: #ffffff;
    
}

.btn-white {
    white-space: nowrap;
    padding: 15px 25px 14px;
    border-radius: 50px;
    text-decoration: none;
    vertical-align: middle;
    outline: none;
    display: inline-block;
    text-align: center;
}

.wrap .btn:hover {
    border-color: #fff;
    background-color: rgba(255,255,255,0.01);
    color: #ffffff;
    
}



  /*---------------------------------------
      AYUDA            
  -----------------------------------------*/

  #ayuda {
    background-image: url('../images/bg-ayuda.jpg');
    background-color: #cecece;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #ayuda h4 {
    color: #000000;
    font-size: 42px;
    margin-top: 2px;
    font-weight: 600;
  }

  #ayuda .p1 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 2px;
    padding-bottom: 70px;
  }

  #ayuda .p2 {
    color: #000000;
    font-size: 16px;
    margin-bottom: 2px;
    padding-bottom: 10px;
  }

  #ayuda .p3 {
    color: #000;
    font-size: 14px;
    padding-top: 10px;
  }

  #ayuda .section-title {
    padding-bottom: 0;
  }

  #ayuda .text-success,
  #ayuda .text-danger {
    display: none;
  }

  #ayuda .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
  }

  #ayuda .form-control:hover,
  #ayuda .form-control:focus {
    border-bottom-color: #c9c9c9;
  }

  #ayuda input {
    height: 25px;
  }

  #ayuda button#cf-submit {
    background: #ffffff;
    border-radius: 20px;
    border: solid 1px #000000;
    color: #000000;
    height: 40px;
  }

  #ayuda button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
  }

  .ayuda-form {
    background-color: #ffffff;
  }

  #contact-form {
    padding-top: 50px;
  }

  #ayuda .btn-whats {
    grid-template-columns: 1fr auto;
    column-gap: .75rem;
    background-color: #25d366;
    align-items: center;
    color: white;
    padding: 15px;
    border-radius: 40px;
    font-weight: bold;
  }

  #ayuda .btn-whats:hover {
    background: #65db91;
  }

  #ayuda .btn-whats img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-left: 10px;
  }



  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  #reserva {
    background-color: #000;
    padding: 35px 40px;
  }

  #reserva .title {
    color: #fff;
    font-size: 19.6px;
    padding: 0 0 5px 0;
    margin: 0;
  }

  #reserva p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
  }

  #pagina-info {
    background-color: #f8f8fa;
    padding: 0;
  }

  #pagina-info .container {
    padding: 0;
  }

  #pagina-info .container .wrap {
    padding: 30px 0 25px;
    width: inherit;
  }

  #pagina-info .p1 {
    float: left;
    color: #4b4b59;
    font-size: 13px;
  }

  #pagina-info .p2 {
    float: right;
    color: #4b4b59;
    font-size: 13px;
  }

  footer {
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 120px 0;
    padding-bottom: 80px;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #d9d9d9;
  }

  footer address p {
    margin-bottom: 0;
  }

  .footer-info,
  footer .social-icon {
    margin-top: 20px;
  }

  .footer-open-hour {
    background: #68D4BD;
    background: url('../images/footer-open-hour-bg.jpg') center center no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 0;
    padding: 40px 0 40px 80px;
    overflow: hidden;
    position: relative;
    z-index: 22;
    right: 20px;
    bottom: 20px;
  }

  .footer-open-hour::after {
    background: rgba(29,29,29,0.85);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2222;
  }

  .footer-open-hour h2 {
    color: #ffffff;
  }

  .footer-open-hour p {
    color: #d9d9d9;
  }

  .footer-open-hour strong {
    color: #f9f9f9;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #68D4BD;
    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: #68D4BD;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
      margin-left: inherit;
    }

    #reserva .container {
      width: 100%;
    } 

    #pagina-info .container .wrap {
      padding: 30px 15px 25px;
      width: inherit;
    }
  }


  @media only screen and (max-width: 1200px) {
    .calendario-info {
      padding-right: 0;
    }

    .calendario-image {
      position: relative;
    }

    #reserva .container {
      width: 100%;
    } 

    #pagina-info .container .wrap {
      padding: 30px 15px 25px;
      width: inherit;
    }
  }


  @media only screen and (max-width: 992px) {
    section {
      padding: 60px 0;
    }

    .custom-navbar .section-btn {
      margin-left: 1em;
    }

    .slider .item {
      background-position: center;
    }

    .calendario-info {
      padding: 0;
    }

    .cards-info {
      margin-bottom: 50px;
    }

    #instalaciones .menu-thumb {
      width: 103%;
    }

    #testimonial {
      background-position: 50% 0 !important;
    }

    #google-map,
    .footer-info {
      margin-bottom: 50px;
    }

    #reserva .container {
      width: 100%;
    } 

    #pagina-info .container .wrap {
      padding: 30px 15px 25px;
      width: inherit;
    }
  }


  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
      padding-right: 10px;
      padding-left: 10px;
    }

    #reserva .container {
      width: 100%;
    }

    #pagina-info .container .wrap {
      padding: 30px 15px 25px;
      width: inherit;
    }
  }

  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2.5em;
    }

    h1,h2,h3 {
      line-height: normal;
    }

    .custom-navbar {
      background: #ffffff;
      -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
    }

    .navbar .container {
      width: 100%;
      padding: 0 15px 0 40px;
    }

    .svg-logo {
      width: 120px;
      margin-top: 5px;
    }

    .custom-navbar .nav li a {
      line-height: normal;
      padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
      color: #252525;
      font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
      color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
      display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
      display: block !important;
      width: 50%;
      margin: 10px auto 10px auto;
      padding: 10px;
    }

    .custom-navbar .section-btn a {
      color: #ffffff !important;
    }

    .slider .caption {
      padding: 0;
    }

    .menu-thumb .menu-info {
      top: 80%;
    }

    footer {
      padding: 60px 0;
      padding-bottom: 60px;
    }

    .footer-open-hour {
      right: 0;
      bottom: 0;
      margin-top: 30px;
    }

    #reserva .container {
      width: 100%;
    } 

    #pagina-info .container .wrap {
      padding: 20px 10px 15px;
      width: inherit;
    }

    #pagina-info .p1, #pagina-info .p2 {
      float: none;
    }
  }


  @media only screen and (max-width: 580px) {
    h1 {
      font-size: 2.1em;
    }

    h2 {
      font-size: 1.8em;
    }

    .menu-thumb .menu-info {
      top: 60%;
    }

    #reserva .container {
      width: 100%;
    } 

    #pagina-info .container .wrap {
      padding: 20px 10px 15px;
      width: inherit;
    }
  }

  /*---------------------------------------
     SIDE TEXT            
  -----------------------------------------*/

  .vc_row .vc-bg-side-text {
    color: rgba(51, 51, 51, 0.15);
    position: relative;
    font-size: 80px;
    line-height: 100%;
    font-weight: 700;
    margin-right: 2%;
    text-transform: uppercase;
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translateX(100%) rotate(-90deg) translateX(-45%) translateY(-70%);
    -ms-transform: translateX(100%) rotate(-90deg) translateX(-45%) translateY(-70%);
    transform: translateX(100%) rotate(-90deg) translateX(-45%) translateY(-70%);
}

@media screen and (max-width: 1024px) {
    .vc-bg-side-text {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .vc-bg-side-text {
        display: none;
    }
}