  @font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.ttf);
  }
  @font-face {
    font-family: RalewayBlack;
    src: url(../fonts/Raleway-Black.ttf);
  }
  @font-face {
    font-family: CaliFI;
    src: url(../fonts/CALIFI.TTF);
  }
  @font-face {
      font-family: Titulo;
    src: url(../fonts/Graphik-Regular.otf);
  }
  @font-face {
    font-family: TituloLight;
    src: url(../fonts/Graphik-Light.otf);
  }
  @font-face {
    font-family: Number;
    src: url(../fonts/MYRIADPRO-REGULAR.woff);
  }
  *{
      margin: 0;
      padding: 0;
      font-family: Raleway;
  }

  strong{
    font-weight: bold;
  }

  .main-section {
    padding: 30px 0 50px 0;

  }

  .justify-content-center {
    justify-content: center !important;
  }

  .main-decorated-box {
    position: relative;
  }

  .text-center {
    text-align: center !important;
  }

  .text-white {
    color: #fff !important;
    margin-bottom: 6px;
  }

  .offset-top-30 {
    margin-top: 30px;
  }
  
  .font-weight-light {
    font-weight: 300;
  }

  .font-weight-light {
    font-weight: 300 !important;
  }

  .d-inline-block {
    display: inline-block !important;
  }
  
  .align-top {
    vertical-align: top !important;
  }  

  h1 .big, .heading-1 .big {
      font-size: 1.8em;
      line-height: 1em;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  }
  
  .bold {
    font-weight: 700 !important;
  }

  .d-inline-flex {
    display: inline-flex !important;
  }

  *, *::before, *::after {
    box-sizing: border-box;
  }

  h1 .biggest, .heading-1 .biggest {
    font-size: 1.8em;
    line-height: 1em;
    letter-spacing: -.02em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  }

  .tabs.tabs-transparent .tab a, .tabs.tabs-transparent .tab.disabled a, .tabs.tabs-transparent .tab.disabled a:hover {
    color: rgb(151 127 102);
  }

  .tabs.tabs-transparent .tab a:hover, .tabs.tabs-transparent .tab a.active {
    color: #dbad74;
  }

  .tabs.tabs-transparent .indicator {
    background-color: #b99494;
  }

  .nav-wrapper ul.tabs {
    overflow: hidden;
  }
  
  .nav-wrapper ul.tabs li {
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .tabs .tab a {
    font-size: 14px;
    padding: 0 11px;
  } 
  

  .rd-navbar-main-outer {
      border-bottom: 1px solid rgb(227 112 10 / 23%);
  }

  .row{
    margin-bottom: 0px;
  }

  .main-decorated-box .decorated-subtitle {
    font-family: "Playfair Display", serif;
    line-height: 1.5;
    font-size: 20px;
    position: relative;
    padding: 8px 0px 10px 0px;
    letter-spacing: .03em;
  }

  .text-italic {
    font-style: italic;
  }

  .main-decorated-box > * {
    position: relative;
  }

  .button-way-point {
    border: 1px solid #ff6a4c;
    border-radius: 50%;
    color: #ffffff;
    transition: all ease .35s;
    background-color: transparent;
  }

  .btn-floating:hover {
    background-color:#ff6a4c;
  }

  .btn-floating-main i:hover {
    color:#f1efef;
  }

  .btn-floating-main i {
    color: #ff6a4c;

  }

  .centered-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .centered-icons li {
    margin: 0 10px; 
  }

  .section-about{
    padding: 50px 0;
    position: relative;
  }


  #partnered img{
    display: inline-block;
    max-width: 200px;
    width: 100%;
    height: auto;
  }

  .margin-30{
    margin: 0px 30px 0px 30px;
  }

  .section-name {
    font-weight: 400;
    letter-spacing: .17em;
    text-transform: uppercase;
  }
  .section-name-tittle {
    font-weight: 400;
    letter-spacing: .17em;
    text-transform: uppercase;
  }

  .devider-bottom {
    position: relative;
    padding-bottom: 0px;
  }

  .text-primary {
    color: #bb6e37 !important;
    font-weight: bold;
    padding: 15px;
  }

  .devider-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 3px;
    background-color: #bb6e37;
    display: none;
  }

  .default-letter-spacing {
    letter-spacing: 0.02em;
  }

  .text-gray-dark {
    color: #404044;
    margin-top: 15px;
    line-height: 2.14286;
    font-weight: bold;
  }

  .text-grey-light{
    color: #535353;
  }

  .button-about{
    margin-top: 30px !important;
  }

  .btn:hover, .btn-large:hover {
    background-color: #ff6a4c !important;
  }

  .btn-color {
    background-color: #bb6e37;
    border-radius: 20px;
  }

  .btn-color-md {
    background-color: #404044bf;
  }

  .section-features{
    position: relative;
    padding: 30px 0px;
  }

  .devider-left {
    position: relative;
  } 

  .row-15 {
    margin-top: 30px;
    margin-bottom: -15px;
  }

  .box-default {
    position: relative;
    padding: 20px;
    font-family: "Poppins", sans-serif;
  }

  .box-default-title {
    color: #bb6e37;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .16em;
  }

  .box-default-icon {
    line-height: 1;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    transition: all linear .35s;
  }

  .icon-lg {
    font-size: 48px !important;
    color: #505cfd !important;
  }

  .icon, .icon-lg {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: inherit;
  }

  .box-default-description{
      margin-top: 15px;
      text-align: justify;
  }

  .image-left-side {
    max-width: 80%;
    margin: 40px auto 0 auto;
  }

  .image-left-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 0px 31px 5px rgba(0, 0, 0, 0.1);
  }
  
  .bg-gray-lighten {
    background-color: #f8f8f8;
  }

  .section-sm, .section-md, .section-lg, .section-xl {
    padding: 50px 0;
  }

  .item-preview {
    min-width: 250px;
    max-width: 250px;
    height: 250px;
    margin-top: 30px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    align-self: center;
  }               

  .item-preview img {
    border-radius: 50%;
  }

  .item-description ul {
    padding: 30px 60px 60px 60px;
    font-size: 18px;
    line-height: 1.586;
    text-align: justify;
  }

  .item-description .item-subsection {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .item-description .item-subsection-title {
    position: relative;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #404044;
    font-size: 18px;
  }

  .devider-left {
    position: relative;
  }

  .item-description .item-subsection-title:before {
    content: '';
    position: absolute;
    left: -220px;
    height: 3px;
    top: 50%;
    transform: translateX(-50%);
  }

  .item-description .item-subsection .devider-left:after {
    left: -88px;
  }

  .devider-left:after {
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 150px;
    height: 3px;
    display: none;
    background-color: #505cfd;
  }

  .row-50 {
    margin-bottom: -50px;
  }

  .row-30 {
    margin-bottom: -30px;
  }

  .bg-gray-dark {
    background-color: #404044;
  }

  .pricing-box {
    position: relative;
    padding: 40px 45px 40px 45px !important;
    text-align: center;
    border-radius:20px;
    max-height: 770px;
    height: 620px;
 
  }

  .pricing-box > * {
    position: relative;
    z-index: 2;
    color: #ffffff;
    border-radius: 20px;
  }

  .pricing-box-tittle {
    letter-spacing: .16em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
  }

  * + p {
    margin-top: 15px;
  }

  .pricing-box hr {
    margin-top: 25px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  hr {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #d7d7d7;
  }

  .pricing-box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: 2px solid rgba(255, 255, 255, 0.4);
    transition: all ease .35s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }

  .pricing-box-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin-top: 40px;
  }

  .pricing-box-label {
    background-color: #48484c;
    margin: 60px auto 0 auto;
    border-radius: 20px;
    font-size: 12px;
    padding: 10px 0;
    letter-spacing: .15em;
    font-weight: 400;
    width: 100%;
  }

  .bg-gray {
    background-color: #48484c;
  }

  .pricing-box-symbol {
    font-size: 30px;
    margin-right: 5px;
    line-height: 1;
  }

  .pricing-box-label + p {
    margin-top: 25px;
    line-height: 22px !important;
    height: 176px;
  }

  .pricing-box:hover:before {
    width: 95%;
    height: 95%;
    opacity: 1;
    transition: all ease .35s;
    border-radius: 10px;
  }

  .client_item{
    margin-top: 80px;
  }

  nav{
      background-color: #4826038c;
      box-shadow: none;
      font-family: Raleway;
      line-height: 56px;      
  }

  .btn-new {
    display: inline-block;
    background-color: #5a3921;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin: 40px auto;
    width: 40%;
  }
  
  .btn-new:hover {
      background-color: #472e1a !important;
  }

  .pricing-box-price {
    font-size: 40px;
    line-height: 1;
    top: 30px;
  }

  .features {
    flex-grow: 1 !important;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  
  .features li {
    margin-bottom: 5px;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    text-align: justify;
    font-size: 12px;
  }

*
  
  .features li::before {
    content: "○";
    margin-right: 10px;
  }

  nav ul a:hover {
    background-color: transparent;
  }

  nav ul.right li a{
      height: 30px;
      line-height: 2;
      color:#653403;
      /*border-right: 1px solid;
      font-style: italic;*/
      padding: 0px 20px 0px 0px;      
      font-size: 16px;
      font-weight: bold;
  }
  
  nav ul.right li:last-child a{
      border:none;

  
  }
  .side-nav li a{
    color: #0b1e1f;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
    font-weight: bold;

  }

  .brand-logo {	
      max-height: 64px;
  }
  
  .brand-logo img{
      width: 40px;
  }
  
  header{
      margin-top: -68px;
      width: 100%;
      position: relative;
  }
  
  /*.slider_banner img{
      width: 100% !important;
  }*/
  
  .slider_banner .slick-next, .slider_banner .slick-prev{
      display: none !important;
  }
  

  #container_info_banner{
     height: 630px;
     min-height: 100%;
     top: 0px;
     z-index: 2;
     right: 0%;
  }
  
  #container_info_banner div p{
      font-family: Titulo;
      font-size: 48pt;
      line-height: 1;
      color: #fff;
      font-style: italic;
  }
  
  /*.container_btn_banner {
      margin-top: 90px;
      margin-left: 76px;
  }*/
  
  .btn-transparent{
    background: #0C7E87;
    border: 1px solid #cbc598;
    color: #fff;
    transition: background 1s;
    border-radius: 30px;
    width: 60%;
    display: inline-table;
    max-width: 300px;
    min-width: 260px;
    margin-top: 10%;
  }
  .btn-transparent h5{ 
    font-family: 'Raleway';
    letter-spacing: 2px;
    font-weight: bold;
    margin: 10px 0px;
  }
  
  .btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active{
      border: 1px solid #cbc598;
      color: #fff;
      background: transparent;
      font-weight: bold;
      transition: background 1s;
  }
  
  #somos{
    min-height: 500px;
    margin-top: 5%;
  }

  #somostxt p{
    margin-top: 30px;
    font-family: 'Raleway';
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #faebd7;
  }

  #somos p {
    font-family: Raleway;
    font-size:40px;
    line-height: 41px;
    text-align: initial;
    color: #faebd7;
  }
  
  #somos hr{
      max-width: 120px;
      margin: 0 auto;
      margin-bottom: 25px;
  }

  #somos h1{
    font-family: Titulo;
    font-style: italic;
    margin-bottom: 5px;
}

  #bienestar{
    margin-bottom: 100px;
  }
  
  #bienestar p {
    font-family: Raleway;
    font-size: 29px;
    line-height: 31px;
    text-align: initial;
    color: #faebd7;
  }

  #bienestar hr{
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#bienestar_isotipo img{
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}


  .txt_serv p {
    font-family: Raleway;
    font-size: 29px;
    line-height: 31px;
    text-align: initial;
    color: #faebd7;
    margin-bottom: 5px;
  }
  
  #container_isotipo img{
      width: 100%;
      max-width: 500px;
      margin-bottom: 30px;
  }

  #container_isotipo_servicio img{
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

  #container_isotipotable img{
    width: 100%;
    max-width: 400px;
    margin-top: 90px;
}
  #container_somos{
    width: 90%;
    margin: 0 auto;
  }
  #container_somos img{
    width: 100%;
    max-width: 680px; 
  }

  #container_2pet img{
    width: 100%;
    max-width: 450px;
    min-width: 330px;  
    float: right;
}

#container_3pet img{
  width: 100%;
  max-width: 450px;
  float: right;
  margin-top: -100px;
}
  
  #redes_somos{
      margin-top: 25px;
  }
  #redes_somos img{
      width: 40px;
  }
  
  .container_service{
      border:1px solid #cbc598;
      border-radius: 10px;
      padding: 10px;
      margin: 0px 5px;
      min-height: 350px;
      color:#fff;
      width: 198px !important;
  }
  .container_img_service, .container_text_service {
      text-align: center;
      padding: 0px 5px;
  }
  .bg_black_service{
      background: #00000066;
      border-radius: 10px;
      min-height: 250px;
      position: relative;
  }
  
  .container_img_service img {
      max-width: 122px;
      margin: 0 auto;
      padding: 20px;
  }
  .container_text_service h3{
      font-family: Raleway;
      font-size: 20px;
      text-transform: uppercase;
  }
  .container_text_service p{
      font-family: Raleway;
      font-size: 10pt;
      line-height: 14px;
      width: 90%;
      margin: 0 auto;
  }
  
  .container_text_service span{
      float: right;
      margin-top: 15px;
      margin-right: 15px;
      font-size: 18px;
      font-family: Number;
      position: absolute;
      bottom: 10px;
      right: 10px;
  }
  
  #servicios, #staff, #galeria, #citas, #contacto, #pre-footer{
      padding: 50px 0px;
      
  }
  
  .container_staff {
      border: 1px solid #e7ac31;
      border-radius: 20px 20px 20px 20px;
      padding: 20px;
      position: relative;
      border-bottom: none;
      background-image: linear-gradient(88deg, #bdb67e , #e7e4cb , #bdb67e);
  }
  #staff .slick-center{
      -moz-transform: scale(1.08);
      -ms-transform: scale(1.08);
      -o-transform: scale(1.08);
      -webkit-transform: scale(1.08);
      transform: scale(1.08);  
      transition: all 300ms ease; 
  }
  
  #staff .slick-center .opacity_profile{
      opacity: 0 !important;
  }
  .container_triangulo{
      margin: 0px 20px;
  }
  .slick-slide:focus{
      outline: none;
  }
  #staff .slick-list{
    padding: 80px 49px !important;
  }
  .container_img_staff{
      max-height: 210px;
      position: relative;
      overflow: hidden;
  }
  .opacity_profile{
      background: #000;
      opacity: 0.4;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;	
  }
  .container_text_staff{
      margin-bottom: 50px
  }
  .container_text_staff h3{
      color: #fff;
      font-family: CaliFB;
      font-size: 23px;
      text-align: center;
  }
  .container_btn_white_staff{
      position: absolute;
      bottom: 25px;
      width: 100%;
      left: 36px;
  }
  .container_btn_white_staff .btn-white{
      background: #0C7E87;
      color: #cbc598;
      width: 70%;
      border-radius: 0;
      font-family: CaliFB;
      font-weight: bold; 
      box-shadow: none;   
      height: 30px;
      border-radius: 34px;
  }
  
  .triangulo {
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 67%;
    background: #A378A1;
    margin-left: 90px;
    margin-top: -394px;
    position: absolute;
    border-bottom-style: groove;
  }
  
  .container_btn_red {
      margin-top: 25px;
  
     text-align: center;
  }
  .text_red{
      color: #aa0801;
      font-weight: bold;
  }
  
  .container-title h1 {
      font-family: Raleway;
      color: #faebd7;
      margin-bottom: 5px;
      text-align: center;
      font-size: 50px;
      margin: 0px;
  }
  
  .container-title hr {
      max-width: 120px;
      margin: 0 auto;
      margin-bottom: 25px;
  }
  
  .container-title-white h1 {
      color: #fff;
      font-family: Titulo;
      font-style: italic;
      margin-bottom: 5px;
      text-align: center;
      font-size: 50px;
      margin-top: 0px;
  }
  
  .container-title-white hr {
      border: .5px solid #fff;
      max-width: 120px;
      margin: 0 auto;
      margin-bottom: 25px;
  }
  
  blockquote, iframe{
      min-width: 0px !important;
  }
  
  .bg-white{
      /*background: url(../../img/background_white.png);*/
      background-repeat: no-repeat;
      background-attachment: fixed;
  }
  .bg-black{
      /*background: url(../../img/background_black.jpg);*/
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
  }
  
  #calendar {
      background: #fff;
      margin-top: 20px;
      font-family: CaliFB;
  }
  
  .fc-today>.fc-day-number {
      background-size: auto !important;
      color: #fff !important;
  }
  
  .dropdown-content li>a, .dropdown-content li>span{
      color: #aa0801;
      font-family: CaliFB;
      line-height: 50px;
  }
  .contenedor_profile_reserva{
      border-radius: 50%;
      float: left;
      overflow: hidden;
      width: 50px;
      height: 50px;
      margin-right: 20px;
  }
  #contenedor-horas #agenda-vacia{
      width: 100%;
      opacity: 0.2;
      padding: 40px;
  }    
  .contenedor_profile_reserva img{
      width: 100%;
  }
  .dropdown-content li{
      min-height: 80px;
  }
  .text_agenda{
      color: #000;
      font-size: 20px;
      font-family: CaliBI;
  }
  .text_agenda span{
      color: #e3c7c9;
      font-weight: 600;
  }
  #contacto input, #contacto textarea{
      color: #fff !important;
      width: calc(100% - 30px);
  }
  
  .text_flooter_contacto ul li h5{
    font-family: Raleway;
    color: white;
    margin-bottom: 5px;
    font-size: 50px;
    margin-top: 0px;
    }
 
  .text_flooter_contacto ul li p{
    font-family: Raleway;
    color: white;
    margin-bottom: 5px;
    margin-top: 0px;
    }
    a{
      font-family: Raleway;
      color: white;
      margin-bottom: 5px;
      margin-top: 0px;
    }

  .text_flooter_horario li span{
    font-family: Raleway;
    color: #faebd7;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 0px;
    } 


  #btn_form_home{
      color: #fff;
      font-family: CaliBI;
      background: none;
      border: none;
      margin-top: 20px;
      font-size: 20px;
  }
  #btn_form_home:active, #btn_form_home:focus{
      outline: 0px solid;
  }
  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
      font-family: CaliBI !important,
      color:#fff;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
      font-family: CaliBI !important,
      color:#fff;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
      font-family: CaliBI !important,
      color:#fff;
  }
  ::placeholder{
      font-family: CaliBI !important,
      color:#fff;
  }
  iframe {
      max-width: 100%;
  }
  #pre-footer h5.black-text{
      font-size: 40px !important;

  }
  #pre-footer p.black-text, #pre-footer p.red-text, #pre-footer span.black-text, #pre-footer span.red-text{
      font-size: 17px;
      font-family: Raleway;
  }
  
  ul li#day_active::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #e3c7c9 ; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */ 
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
  .activo{
    background-image: url(../img/subrayar.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
  }
  #sidenav-overlay{
    z-index: 1 !important;
  }

 input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
  border: 2px solid #ffffff !important;
  border-radius: 5px !important;
  margin: 0px auto auto auto !important;
  height: 30px !important;
  width: calc(100% - 30px);
  padding-left: 15px !important;
  padding-right: 15px !important;
 }
 input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
  border-bottom: 1px solid trasparent !important;
  box-shadow: none !important;
 }
 input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
  border-bottom: 1px solid trasparent !important;
  box-shadow: none !important;
 }
 label.active, label.error{
    color: #ff3c3c !important;
    text-align: left;
    font-weight: bolder;
    padding-left: 10px;
 }
 #img-loading{
  width: 200px; 
  height: 200px;
  border-radius: 50%;
  animation-name: girar_2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 #contenedor-gif{
  width: 220px; 
  height: 220px;
  border: 10px solid #eee;
  border-top: 10px solid #aa0801;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 auto;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes girar_2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
  div#loading {
      width: 100%;
      height: 100%;
      top: 0 !important;
      bottom: 0;
      max-height: 100%;
  }
  .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: none !important;
    padding: 5px;
    pointer-events: none;
  }
  .fc-today>.fc-day-number{
    background: url(../../img/bg-today.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .fc-event{
    position: relative;
    transition: all .5s ease;
  }
  .fc-event:hover{
    border:1px solid #000;
    color: #000;
  }
  .fc-event:hover .contenedor-icon{
    opacity: 1 !important;
  }
  .fc td{
    text-align: center;
  }
  .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead{
    border-color: #fff !important; 
  }
  .fc-day-number{
    color: #000 !important;
    font-size: 20px !important;
  }
  .fc-day-number:hover{
    color: #000 !important;
    text-decoration:none !important;
  }
  .fc-unthemed td.fc-today{
    background: #fff !important; 
  }
  .fc-day, .fc-day-top{
    cursor: pointer;
  }
  .fc-highlight{
    background: #fff !important;
  }
  .fc-toolbar>.fc-center h2{
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .fc-day-grid-container{
    height: 350px !important;
    overflow: hidden !important;
  }
  #contenedor-logo{
    text-align: center;
    background: #fff;
    padding: 15px;
  }
  #contenedor-logo img{
    max-width: 120px;
    width: 100%;
  }
  #contenedor-horas{
    height: 300PX; 
    overflow: auto;
    scrollbar-face-color: blue;
    
  }

  .btn-barbero{
    width: 100%;
    border:1px solid rgba(0, 0, 0, .4);
    background: transparent;
    text-align: left;
    color: #000;
    border-radius: 5px;
    position: relative;
  }
  .btn-barbero:hover, .btn-barbero:active, .btn-barbero:focus{
    background: transparent;
    color: #000;
  }
  .contenedor-icon{
    position: absolute; 
    padding: 3px 10px;
    right: 0;
    top: 0;
  }
  .contenedor-icon img{
    width: 20px;
  }
  .container-img-popup-barber{
    border-radius: 50%;
    width: 140px;
    overflow: hidden;
    height: 140px;
    margin: 20px auto;
  }
  .container-img-popup-barber img{
    width: 140px;
  }

  #name-barber-popup{
    text-transform: uppercase;
    font-weight: bold;
  }
  .modal{
    max-height: 80%;
  }

  .service-image {
    margin: 10px 0; /* Margin between images */
  }

  .row.center {
      text-align: center;
  }

  .service-image {
      max-width: 100%; /* Ensures images are responsive */
      height: auto; /* Maintains aspect ratio */
  }
  .container-mdm {
    position: relative;
    margin-top: 0px;
    margin-bottom: 100px;
    background-color: #717171;
    max-width: 100%;
    align-items: center;
    padding: 20px;
    overflow: hidden;
}

.container-mdm .row {
    width: 100%;
}

.container-mdm .content {
    margin-left: 20px;
}

.container-mdm .section-name {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.container-mdm p {
    color: #fff;
    margin-bottom: 20px;
    text-align: justify;
    position: relative;
}

.container-mdm .btn-whatsapp {
    background-color: #25d366;
    color: #fff;
    padding: 0px 20px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    margin: 40px auto;
}

.container-mdm .btn-whatsapp:hover {
    background-color: #1ebe57;
}

.container-mdm::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: #404044;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 50%);
}

.container-mdm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-left: -10px;
    position: relative;
    margin: 10px auto !important;
}

.planes-container{
  padding: 20px !important;
}

.tittle-container-features{
  position: relative;
  text-align: center;
  margin: 30px;
}
.text-container {
  color: #535353;
  text-align: justify;
  line-height: 24px;
}
.text-container-center {
  color: #535353;
  text-align: center;
  margin-bottom: 30px;
}
.text-footer-planes{
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 10px 0px 10px;
    margin-top: 30px  !important;
  }
  .about-container{
    padding: 45px 60px 30px !important;
  }
  .slider_banner img{
    width:100%;
    max-width:700px;
    margin: 80px auto;
  }

  .card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }
  
  .card-image img {
    height: 150px;
    object-fit: cover;
    width: 100%;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Fondo negro con transparencia */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .card:hover .overlay {
    opacity: 1; /* Mostrar overlay al hacer hover */
  }
  
  /* Estilo para el texto dentro del overlay */
  .overlay h5 {
    margin: 0;
    font-size: 24px;
  }

  .card-more{
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%;
      text-align: center;
      width: 100%;
      height: 100%;  
  }

  .card-more i{
    margin: 120px auto;
  }

  .text-container-card {
    position: absolute;
    color: #f3f3f3;
    width: 100%;
    height: 150px;
    background: #4e2e1766;
    border-radius: 5px;
    margin: auto;
    padding: 32px;
  }

  .side-container{
    background-color: #fefefec2 !important;
    width: 100% !important;
    text-align: center;
  }

  .tap-container{
    margin-top: 50px !important;
  }


  @media only screen and (min-width: 600px) {
      .service-image {
          margin: 15px 0; /* Adjust margin for larger screens */
      }
  }


  @media (min-width: 576px){
    h1 .big, .heading-1 .big {
        font-size: 2em;
    }
  }  

  /*PANTALLA (.L)*/

  @media only screen and (max-width: 600px){
    .bg-black{
        background: url(../../img/background_black_movil.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .planes-container{
      padding: 20px 0px 20px 0px !important;
    }
    .pricing-box-price {
      font-size: 35px;
    }
    .pricing-box-label + p {
      line-height: 20px;
      height: 160px;
    }
    .pricing-box {
      height: 630px;
      padding: 40px 40px 40px 40px !important;
    }
    .button-about {
      margin-top: 0px;
    }
    .tittle-container{
      text-align: center;
    }
    .text-container {
      text-align: justify;
      color: #535353;
    }
    .text-footer-planes{
      text-align: justify;
    }
    .section-name {
      text-align: center;
    }
    .section-name-tittle {
      text-align: center;
    }
    .about-container{
      padding: 15px 10px 10px !important;
    }
    .slider_banner img{
      width:100%;
      max-width:700px;
      margin: 30px auto !important;
    }
    .container-mdm::before {
      clip-path: polygon(0 0, 120% 0, 60% 108%, 0 35%) !important;
      left: 60%;
    }

    .section-name {
      text-align: center;
      font-size: 1.92rem;
    }
  }

  @media (max-width: 700px){
    .section-about {
        padding: 60px 0;
    }

    .section-features {
      padding-top: 60px;
      padding-bottom: 120px;
    }

    .section-md {
      padding: 70px 0;
    }
    .pricing-box-label + p {
      height: 170px !important;
    }
    .main-section h1 {
      font-size: 3.5pc !important;
      line-height: 3.5pc !important;
    }

    #body-bg{
      background: url(../img/background_black_movil.jpg) no-repeat !important;
    }

  }

  /*PANTALLA (.M)*/
  @media (max-width: 992px){
    .devider-bottom {
      text-align: center;
    }
    .section-name{
      text-align: center;
    }
    .section-name-tittle{
      text-align: center;
    }
    
  }
  
  @media (min-width: 992px){
    .main-section {
      padding:  150px 0 50px 0;
    }

    

    .block-sm {
      max-width: 430px;
    }

    .section-features{
      padding: 80px 0 90px;
    }

    .image-left-side {
      left: calc(50% + 150px);
      position: absolute;
      top: 0;
      height: 90%;
      right: 0;
      padding-top: 30px;
    }

    .section-md {
      padding: 80px 0 90px;
    }

    .item-preview {
      margin-top: 0;
      margin-top: 40px;
      align-self: flex-start;
    }
    .service-image {
      margin: 20px 0; /* Adjust margin for even larger screens */
    }
    .pricing-box-label + p {
      line-height: 20px;
    }
    .container-mdm img{
      margin-top: 30px !important;
    }

  }  

  /*PANTALLA (.XL)*/
  @media (min-width: 1200px){
  
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-center {
      text-align: center !important;
    }

    h1, .heading-1 {
      font-size: 60px;
      line-height: 1.36667;
    }

    .main-decorated-box:before {
      display: block;
      width: 576px;
      height: 538px;
      right: -32%;
      top: -25%;
    }

    h1 .prefix-text, .heading-1 .prefix-text {
      font-size: 48px;
    }

    .offset-right-170 {
      margin-right: 170px;
    }

    h1 .biggest, .heading-1 .biggest {
      font-size: 2.5em;
    }

    .d-xl-flex {
      display: flex !important;
    }

    .d-block {
      display: block !important;
    }

    .main-decorated-box .decorated-subtitle:before {
      content: '';
      display: block;
      width: 157px;
      background-color: #bb6e37;
      height: 3px;
      position: absolute;
      top: 56%;
      left: -167px;
      transform: translateY(-50%);
    }

    .main-decorated-box .decorated-subtitle {
      font-size: 30px;
      padding: 8px 10px 10px 38px;
    } 

    .offset-top-75 {
      margin-top: 75px;
    }
    .devider-bottom {
      padding-bottom: 20px;
    }
    h3, .heading-3 {
      font-size: 36px;
      line-height: 1.33333;
    }
    .devider-bottom:after {
      width: 216px;
      left: -40px;
      display: block;
    }
    .offset-xl-40 {
      margin-top: 40px;
      line-height: 25px;
    }

    .offset-xl-10 {
      margin-top: 10px;
      line-height: 2.14286;
    }

    .box-default:hover .box-default-icon {
      top: 50%;
      transition: all linear .35s;
      transform: translateY(-50%);
    }

    .image-left-side {
      left: calc(50% + 260px);
    }
    .item-description .item-subsection {
      padding-left: 150px;
    }

    .devider-left:after {
      display: block;
      width: 63px;
      left: -463px;
      position: absolute;
    }
}







  .activo{
    background-image: url(../img/subrayar.png);
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
  }
  #sidenav-overlay{
    z-index: 1 !important;
  }

 input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea.materialize-textarea{
  margin: 0px auto auto auto !important;
  height: 30px !important;
  width: calc(100% - 30px);
  padding-left: 15px !important;
  padding-right: 15px !important;
 }
 input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
  border-bottom: 1px solid trasparent !important;
  box-shadow: none !important;
 }
 input:not([type]).valid, input:not([type]):focus.valid, input[type=text].valid, input[type=text]:focus.valid, input[type=password].valid, input[type=password]:focus.valid, input[type=email].valid, input[type=email]:focus.valid, input[type=url].valid, input[type=url]:focus.valid, input[type=time].valid, input[type=time]:focus.valid, input[type=date].valid, input[type=date]:focus.valid, input[type=datetime].valid, input[type=datetime]:focus.valid, input[type=datetime-local].valid, input[type=datetime-local]:focus.valid, input[type=tel].valid, input[type=tel]:focus.valid, input[type=number].valid, input[type=number]:focus.valid, input[type=search].valid, input[type=search]:focus.valid, textarea.materialize-textarea.valid, textarea.materialize-textarea:focus.valid{
  border-bottom: 1px solid trasparent !important;
  box-shadow: none !important;
 }
 label.active, label.error{
  color: #f00 !important;
 }
 #img-loading{
  width: 200px; 
  height: 200px;
  border-radius: 50%;
  animation-name: girar_2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 #contenedor-gif{
  width: 220px; 
  height: 220px;
  border: 10px solid #eee;
  border-top: 10px solid #aa0801;
  border-radius: 50%;
  animation-name: girar;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 auto;
}
@keyframes girar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes girar_2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
  div#loading {
      width: 100%;
      height: 100%;
      top: 0 !important;
      bottom: 0;
      max-height: 100%;
  }
  .calendario{
    padding: 15px;
  }
  .fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: none !important;
    padding: 5px;
    pointer-events: none;
  }
  .fc-today>.fc-day-number{
    background-color: #000;
    color: #fff !important;
  }
  .fc-event{
    position: relative;
    transition: all .5s ease;
    cursor: move;
  }
  .fc-event:hover{
    border:1px solid #000;
    color: #000;
  }
  .fc-event:hover .contenedor-icon{
    opacity: 1 !important;
  }
  .fc td{
    text-align: center;
  }
  #agenda .fc-unthemed .fc-content,
  #agenda .fc-unthemed .fc-divider, 
  #agenda .fc-unthemed .fc-list-heading td,
  #agenda .fc-unthemed .fc-list-view,
  #agenda .fc-unthemed .fc-popover,
  #agenda .fc-unthemed .fc-row,
  #agenda .fc-unthemed tbody,
  #agenda .fc-unthemed td,
  #agenda .fc-unthemed th,
  #agenda .fc-unthemed thead{
    border-color: #181818 !important;
  }
  #calendario .fc-basic-view .fc-body .fc-row{
    min-height: 2em !important;
  }
  #calendario td{
    border-color: #ddd0 !important;
  }
  #calendario .fc-past{
    opacity: .5;
  }
  .fc-day-number{
    color: #000 !important;
    font-size: 12px !important;
  }
  .fc-day-number:hover{
    color: #000 !important;
    text-decoration:none !important;
  }
  .fc-unthemed td.fc-today{
    background: #5c65a814 !important; 
  }
  .fc-day, .fc-day-top{
    cursor: pointer;
  }
  .fc-highlight{
    background: #fff !important;
  }
  .fc-toolbar>.fc-center h2{
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    width: 100%;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  #calendario .fc-day-grid-container{
    min-height: 175px !important;
    overflow: hidden !important;
  }
  .fc-day-grid-container{
    min-height: 335px !important;
    overflow: hidden !important;
  }
  #contenedor-logo{
    text-align: center;
    background: #fff;
    padding: 15px;
  }
  #contenedor-logo img{
    max-width: 120px;
    width: 100%;
  }
  #contenedor-horas{
    height: 500px; 
    overflow: auto;
    scrollbar-face-color: blue;
  }

  #partnered{
    display: block;
  }


@media only screen and (min-width: 993px){
}
@media only screen and (min-width: 780px){
}
@media only screen and (min-width: 601px){
  #partnered{
    display: flex;
  }
  .cube-wrapper{
    margin-right: 20% !important;
  }
}
@media only screen and (min-width: 0){
  
}



  .btn-barbero{
    width: 100%;
    border:1px solid rgba(0, 0, 0, .4);
    background: transparent;
    text-align: left;
    color: #000;
    border-radius: 5px;
    position: relative;
  }
  .btn-barbero:hover, .btn-barbero:active, .btn-barbero:focus{
    background: transparent;
    color: #000;
  }
  .contenedor-icon{
    position: absolute; 
    padding: 3px 10px;
    right: 0;
    top: 0;
  }
  .contenedor-icon img{
    width: 20px;
  }
  .container-img-popup-barber{
    border-radius: 50%;
    width: 140px;
    overflow: hidden;
    height: 140px;
    margin: 20px auto;
  }
  .container-img-popup-barber img{
    width: 140px;
  }

  #name-barber-popup{
    text-transform: uppercase;
    font-weight: bold;
  }

 

