@font-face {
    font-family: AdamBold;
    src: url(../fonts/Adam-Bold.ttf);
}

@font-face {
    font-family: AdamMedium;
    src: url(../fonts/Adam-Medium.ttf);
}

@font-face {
    font-family: CalibriBold;
    src: url(../fonts/calibri-bold.ttf);
}

@font-face {
    font-family: Number;
    src: url(../fonts/MYRIADPRO-REGULAR.woff);
}

@font-face {
    font-family: Mont-RegularItalic;
    src: url(../fonts/mont/Mont-RegularItalic.otf);
}

* {
    margin: 0;
    padding: 0;
}
html{
    overflow-x: hidden;
}
body{
    overflow: hidden;
}

nav {
    background: #f5f5f5;
    box-shadow: none;
    font-family: CalibriBold;
    -webkit-box-shadow: 0px -2px 43px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 43px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 43px 0px rgba(0,0,0,0.75);
}

.btn-2:hover,
.btn-2:focus,
.btn-2-large:hover {
  background-color:  #E7AC31 !important;
  color: white !important;
  box-shadow: none !important;
}

nav ul.right li a {
    height: 30px;
    margin: 15px 0px;
    line-height: 2;
    padding: 0px 25px;
    font-style: italic;
    font-size: 17px;
}

nav ul.right li:last-child a {
    border: none;
}
nav a {
    color: black !important;
}
.side-nav {
    background:#ffffffa1 !important;
}
.side-nav li>a {
    font-family: system-ui;
    font-size: 18px;
}
.nav-movil{
    top: 120px !important;
}
.color-t a {
    color: #1b1a1a; 
    font-size:18px;
}
.color-t a:hover {
    color: #7aa3ee; 
}
#container-logo {
    background: #046cb3db;
    width: 340px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 0;
    text-align: center;
    right: 0;
    padding: 20px 40px;
    height: 200px;
}

.brand-logo-redes {
    padding: 10px 24px !important;
    display: grid;
    position: absolute;
    z-index: 2;
    height: 120px;
    right: 0;
    top: 120px;
    width: 100px;
}

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

.brand-logo{
    position: absolute;
    top:10px;
    left: 30px;
    height: 60px;
}

.brand-logo img {
    width: 100px;
    padding: 10px;
}

header {
    margin-top: 0px;
    width: 100%;
    position: relative;
}

#whatsapp_float {
    position: fixed;
    right: 26px;
    z-index: 3;
    bottom: 40px;
    display: none;
}

.slider_banner img {
    width: 100% !important;
}

.slider_banner .slick-next,
.slider_banner .slick-prev {
    display: none !important;
}

#container_info_banner {
    position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    z-index: 2;
}

#container_info_banner div p {
    font-family: Titulo;
    font-size: 48pt;
    line-height: 1;
    color: #fff;
    font-style: italic;
}

.container_btn_banner {
    margin-top: 25px;
}

.btn-transparent {
    background: #aa0801;
    border: 1px solid #aa0801;
    color: #fff;
    font-family: Titulo;
    border-radius: 5px;
    transition: background 1s;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    border: 1px solid #aa0801;
    color: #fff;
    background: transparent;
    font-weight: bold;
    transition: background 1s;
}

#container-nav {
    background: url(img/subrayar.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1.5;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#somos {
    position: relative;
    min-height: 500px;
    background-size: 130%;
    background-position: -160px 0px;
}

.somos-video{
    height: 100%;
    min-height:  500px;

}

.somos-text{
    height: 100%;
    color: #6e7981;
    text-align: center;  

}

.btn-somos{
    width: 220px;
    border-radius: 20px;
    background-color: #046cb3;
    font-weight: bold;
}

.btn-brochue{
    width: 220px;
    border-radius: 20px;
    background-color: #046cb3;
    font-weight: bold;
    bottom: 90px;
}

.btn-form-home{
    width: 220px;
    border-radius: 20px;
    background-color:  #046cb3;                                                                                          ;
    font-weight: bold;
    margin-top: 30px;
    
}
.btn-form-yakari{
    width: 220px;
    border-radius: 20px;
    background-color: #528500;                                                                                          ;
    font-weight: bold;
    margin-top: 30px;
    
}

.gale-text{
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    max-width: 800px;
    margin: 0 auto;
}


.planos-text{
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    max-width: 800px;
    margin: 0 auto;
}

.tabs .tab a {
    text-transform: none;
    display: block;
}

.video-movil{
    margin: 170px 60px 40px 60px;
}
.video-frame{
    border-radius: 20px !important;
    position: relative !important;
    padding-bottom: 30% !important;
    height: 240px !important;
    overflow: hidden !important;
}
.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 20px;

}
.image-container img {
    max-width: 100%;
    height: auto;
    border-radius:20px;
}
.valign-efect {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

/* Nueva clase para la animación */
.animate-slide-in-up {
    opacity: 0;
    transform: translateY(100%);
    animation: slideInUpScroll 1s ease-out forwards;
}

@keyframes slideInUpScroll {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Agregamos la clase para el efecto al hacer scroll */
.animated-scroll {
    animation: slideInUpScroll 1s ease-out forwards;
}


#somos h1 {
    font-family: AdamBold;
    color: #046cb3;
}

.cotizacion-text{
    width: 100%;
    text-align: center;
    margin: 0px 40px 70px;
    color: #6e7981;
}


.contacto-text h4 {
    width: 100%;
    text-align: center;
    color: #6e7981;
}

.yakary-text  {
    font-size: 17px;
    line-height: 22px;
    text-align: justify;
    color: #666;
    margin: 30px 65px 30px 30px;
    font-family: system-ui;
}


.yakary1-text{
    width: 100%;
    text-align: center;
    color: #6e7981;
}
.yakary1-text h4{
    margin: 30px !important;
}

.testimonio-text {
    color: #6e7981;
    text-align: center;
    
}
.aliados-text {
    color: #6e7981;
    text-align: center;
    
}
.galeria-text {
    color: #6e7981;
    text-align: center;
    margin-bottom: 50PX;
}
.aprt-text {
    color: #6e7981;
    text-align: center;
    margin-bottom: 50PX;
}

.torre-text{
    color: #6e7981;
    text-align: left;
    font-weight: bold;
    padding-left:380px;
    
}

.aliados-text {
    color: #6e7981;
    text-align: center;
    margin-bottom: 50PX;
}

#staff h1 {
    font-family: AdamBold;
    color: #046cb3;
}

#somos p {
    font-family: system-ui;
    font-size: 20px;
    line-height: 25px;
}

#somos hr {
    max-width: 230px;
    margin: 0;
    margin-bottom: 25px;
}

.testimonios div{
    text-align: center;
    height: 350px;
    margin: 80px 30px;
    background: lightgray;
}

#galeria h1 {
    font-family: AdamBold;
    margin-bottom: 5px;
    color: #046cb3;
}

#galeria h5 {
    font-family: AdamBold;
    margin-bottom: 5px;
    color: #046cb3;
    margin-left: 10%;
}

#galeria p {
    font-family: AdamMedium;
    font-size: 20px;
    line-height: 25px;
    text-align: right;
    margin-right: 30px;
}

#galeria hr {
    max-width: 230px;
    margin: 0;
    margin-bottom: 25px;
}


.slider_generic_somos {
    width: 100%;
}

#container_isotipo img {
    width: 100%;
    max-width: 600px;
    opacity: 0.8;
}

#redes_somos {
    margin-top: 25px;
}

#redes_somos img {
    width: 40px;
}

.container_somos {
    padding: 10px;
    margin: 0 20px;
    color: #fff;
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 38px 0;
    font-size: 1.2em;
    top:0px;
}

#modal-somos {
    background: #e8e8e8 url(img/background-somos.png) no-repeat;
    background-size: contain;
}

.estilo-modal2 {
    height: 53%;
    width: 40%;
}

.img-modal img {
    position: absolute;
    width: 101%;
    left: -6px;
    top: 0%;
    padding: 0px;
    margin: 0px;
}

.container_service {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
    margin: 0 20px;
    min-height: 450px;
    color: #fff;
}

.container_img_service,
.container_text_service {
    text-align: center;
}

.bg_black_service {
    position: relative;
}

.container_img_service img {
    max-width: 150px;
    margin: 0 auto;
    padding: 20px;
}

.container_text_service h3 {
    font-family: Titulo;
    font-size: 20px;
    text-transform: uppercase;
}

.container_text_service p {
    font-family: CaliFI;
    font-style: italic;
    font-size: 13pt;
    line-height: 20px;
    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;
}

.Binferior {
    padding: 0 !important;
    position: absolute;
    bottom: -60px;
}

.Binferior img {
    width: 100% !important;
    padding: 0;
}



#servicios,
#staff,
#galeria,
#citas,
#contacto,
#footer {
    padding: 0px 0px 0px 0px;
}

.brand-footer {
    display: block;
    margin: 20px 0px;
}

.brand-footer img {
    width: 45px;

}

.caracteristicasimg {
    position: relative;
    margin-bottom: 40px;
}

.caracteristicasimg img {
    width: 100%;
}

.caracteristicasmap {
    position: relative;
    min-height: 416px;
}

.caracteristicasmap iframe {
    border-radius: 20px; 
    box-shadow: 0 17px 40px #00000045;     
}

.container_staff {
    border: 1px solid #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    position: relative;
    border-bottom: none;
}

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

#container-staff .m3:hover {
    padding: 30px;
}

#staff .slick-center .opacity_profile {
    opacity: 0 !important;
}

.container_triangulo {
    margin: 0px 20px;
}

.slick-slide:focus {
    outline: none;
}

#staff .slick-list {
    padding: 20px 50px !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: 0;
    width: 100%;
    left: 0;
}

.container_btn_white_staff .btn-white {
    background: #fff;
    color: #000;
    width: 100%;
    border-radius: 0;
    font-family: CaliFB;
    font-weight: bold;
    box-shadow: none;
    height: 50px;
}

.triangulo {
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    margin: 0 auto;
}

.container_btn_red {
    margin-top: 25px;

    text-align: center;
}

.text_red {
    color: #aa0801;
    font-weight: bold;
}

.ubicanos-title h4 {
    color: #6e7981;
    text-align: center;
    margin-top: 80px;

}

p.box1 a {
    padding: 7px;
    border-left: 2px solid #046cb3;
    border-bottom: 2px solid #046cb3;
    color: #046cb3;
}

.container-title hr {
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.container-title-white h1 {
    color: #fff;
    font-family: AdamBold;
    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;
}

.bg-white {
    background: url(#);
    background-repeat-x: no-repeat;
    background-attachment: fixed;
}

.bg-black {
    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: #aa0801;
    font-weight: 600;
}

#contacto input,
#contacto textarea {
    color: #fff !important;
    width: calc(100% - 30px);
}

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

#list-footer {
    color: white;
    line-height: 42px;
}

#list-footer ul li i{
    vertical-align: middle;
}

::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%;
}

.page-footer {
    color: #000;
    background-color: #006cb2;
    margin-left: -2%;
    margin-top: 20px;
}

.page-footer a{
    color: #fff;
}

.grid-container {
    display: grid;

    grid-column-gap: 50px;
}

#pre-footer h5.black-text {
    font-size: 40px !important;
    color: white !important;
    text-align: initial;
    height: 60px;
}

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

ul li#day_active::before {
    content: "\2022";
    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red;
    /* 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) */
}
@media only screen and (min-width: 992px){
    #container-nav{
        z-index: 2;
    }
}
@media only screen and (max-width: 1000px){
    .image-container img {
        height: 300px !important;
    }
    .image-container {
        margin-top: 10px !important;
    }


}
@media only screen and (min-width: 601px){
    #container-nav{
        z-index: 2;
    }
}

@media only screen and (max-width: 600px) {
    .container-title h1 {
        font-size: 40px;
        text-align: center;
        margin: 0;
    }

    .Binferior {
        bottom: -30px;
    }
    #list-footer, #list-footer ul{
        color: white;
        text-align: center;
    }
    #container-nav{
        top: 0;
        z-index: 2;
    }
    #container-staff .m3 {
        padding: 20px;
    }
    #container-staff .m3:hover {
        padding: 20px;
    }
    .somos-video{
        min-height:  350px !important;
    
    }
    #testimonios h1 {
        font-family: AdamBold;
        color: #046cb3;
        margin: 0;
        font-size: 40px;
        
    }
    .cotizacion{
        margin: 70px 40px 70px;
    }
    .yakary-text {

        margin: 30px 30px 30px 30px;
    }
    .tabs .tab a {

        padding: 5px !important;

    }
    .video-movil{
        margin: 170px 20px 40px 20px;
    }
    .planos-text {
        text-align: justify;
        max-width: 337px;
    }
    .gale-text{
        text-align: justify;
        max-width: 337px;
    }
    .torre-text{
        color: #6e7981;
        text-align: center;
        font-weight: bold;
        padding-left: 0px;       
    }
}

@media only screen and (max-width: 399px) {
    .video-movil{
        margin: 170px 20px 40px 20px;
    }
}

  .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{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 }
 
 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%;
  }
  .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: 500px; 
    overflow: auto;
    scrollbar-face-color: blue;
  }


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

}
@media only screen and (min-width: 601px){
 
}
@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;
  }
  .modal{
    max-height: 80%;
    border-radius: 20px !important;
  }
