/*


*/

/*------------------------------------------------------------------
    [display none]
------------------------------------------------------------------*/
.off {
    display: none;
}
@media (min-width: 1200px) {
    .off-1200 {
        display: none;
    }

    .on-1200 {
        display: block;
    }
}

@media (max-width: 992px) {
    .off-992 {
        display: none;
    }

    .on-992 {
        display: block;
    }
}

@media (max-width: 880px) {
    .off-880 {
        display: none;
    }

    .on-880 {
        display: block;
    }
}

@media (max-width: 768px) {
    .off-768 {
        display: none;
    }

    .on-768 {
        display: block;
    }
}


@media (max-width: 600px) {
    .off-600 {
        display: none;
    }

    .on-600 {
        display: block;
    }
}

@media (max-width: 480px) {
    .off-480 {
        display: none;
    }

    .on-480 {
        display: block;
    }
}

@media (max-width: 320px) {
    .off-320 {
        display: none;
    }

    .on-320 {
        display: block;
    }
}


/*------------------------------------------------------------------
    [tamaños iconos]
------------------------------------------------------------------*/
.ico-15{
    font-size: 15px;
}
.ico-16 {
    font-size: 16px;
}

.ico-18 {
    font-size: 18px;
}

.ico-20 {
    font-size: 20px;
}

.ico-22 {
    font-size: 22px;
}

.ico-24 {
    font-size: 24px;
}

.ico-26 {
    font-size: 26px;
}

.ico-28 {
    font-size: 28px;
}




@media (max-width: 992px) {/*tablet horizontal y vertical*/
}

@media (max-width: 768px) {/*celular horizontal y vertical - tablet vertical hasta 10"*/
}

@media (max-width: 480px) {/*celular vertical*/
}
/*------------------------------------------------------------------
    [variables]
------------------------------------------------------------------*/
:root {
    --Fuente1: 'Manrope', sans-serif;
    --Color1: #1A76D1; /*azul rey*/
    --Color2: #FFFFFF; /*blanco- */
    --Color3: #f5eee7; /*rosa casi blanco */
    --Color4: #F9F9F9; /*gris background */
    --Color5: #000000; /*negro- */
    --Color6: #efdfd0; /*color rosa  */
    --Color7: #00000080; /*negro 3 - */
    --Color8: #8F8F8F; /*gris claro */
    --Color9: #676767; /*gris oscuro */
    --Color10: #294368; /*azul opaco */
    --Color11: rgba(0, 0, 0, 0);  /*transparente- */
    --Color12: #f9a363; /* naranjo (icono emprende) */
    --Color13: #6acb53; /* verde (icono plus) */
    --Color14: #5aabfc; /* azul (icono advance) */
    --Color15: #ebd300; /* amarillo (icono premium) */
    --Color16: #f2f6ff; /* color de fondo de tabla de precios */

   
}

/*------------------------------------------------------------------
    [Colores principales de la pagina]
------------------------------------------------------------------*/

/*---color---*/

.co-a { /*blanco*/
    color: rgb(255, 255, 255);
}

.co-b { /*negro*/
    color: rgb(12, 12, 12);
}

.co-c { /* azul clinic*/
    color: var(--Color1);
}

.co-d { /* blanco*/
    color: var(--Color2);
}

.co-e { /* rosa casi blanco*/
    color: var(--Color3);
}
.co-f { /* gris- background*/
    color: var(--Color4);
}
.co-g { /* negro 1*/
    color: var(--Color5);
}
.co-h { /* color rosa altaderma*/
    color: var(--Color6);
}
.co-i { /* negro 3*/
    color: var(--Color7);
}
.co-j { /* gris claro*/
    color: var(--Color8);
}
.co-k { /* gris oscuro*/
    color: var(--Color9);
}
.co-l { /* azul opaco*/
    color: var(--Color10);
}
.co-m { /* transparente*/
    color: var(--Color11);
}
.co-n { /* naranjo (icono emprende) */
    color: var(--Color12);
}
.co-o { /* verde (icono plus) */
    color: var(--Color13);
}
.co-p { /* azul (icono advance) */
    color: var(--Color14);
}
.co-q { /* amarillo (icono premium) */
    color: var(--Color15);
}
.co-r { /* color fonod table precios */
    color: var(--Color16);
}




/*---background color---*/

.ba-a { /*blanco*/
    background-color: rgb(255, 255, 255);
}

.ba-b { /*negro*/
    background-color: rgb(12, 12, 12);
}

.ba-c { /* azul clinic*/
    background-color: var(--Color1);
}

.ba-d { /* blanco */
    background-color: var(--Color2);
}
.ba-e { /* rosa casi blanco*/
    background-color: var(--Color3);
}
.ba-f { /*gris- background */
    background-color: var(--Color4);
}
.ba-g {  /*negro- */
    background-color: var(--Color5);
}
.ba-h { /*color rosa altaderma */
    background-color: var(--Color6);
}
.ba-i {  /*negro 3 - */
    background-color: var(--Color7);
}
.ba-k {  /*gris claro- */
background-color: var(--Color8);
}
.ba-l { /*gris oscuro- */
    background-color: var(--Color9);
}
.ba-m { /*azul opaco- */
    background-color: var(--Color10);
}
.ba-o { /*transparente- */
    background-color: var(--Color11);
}
.ba-p { /*naranjo (icono emprende)- */
    background-color: var(--Color12);
}
.ba-q { /*verde (icono plus)- */
    background-color: var(--Color13);
}
.ba-r { /*azul (icono advance)- */
    background-color: var(--Color14);
}
.ba-s { /*amarillo (icono premium)- */
    background-color: var(--Color15);
}
.ba-t { /* color fonod table precios */
    background-color: var(--Color16);
}


/*---border color---*/

.bo-a { /*blanco*/
    border-color: rgb(255, 255, 255);
}

.bo-b { /*negro*/
    border-color: rgb(12, 12, 12);
}
.bo-c { /*  azul clinic*/
    border-color: var(--Color1);
}
.bo-d { /*blanco- */
    border-color: var(--Color2);
}
.bo-e { /*rosa casi blanco- */
    border-color: var(--Color3);
}
.bo-f { /*gris- background */
    border-color: var(--Color4);
}
.bo-g { /*negro- */
    border-color: var(--Color5);
}
.bo-h { /*color rosa altaderma */
    border-color: var(--Color6);
}
.bo-i { /*negro 3 - */
    border-color: var(--Color7);
}
.bo-j { /*gris claro- */
    border-color: var(--Color8);
}
.bo-k { /*gris oscuro- */
    border-color: var(--Color9);
}
.bo-l { /*azul opaco- */
    border-color: var(--Color10);
}
.bo-m { /*transparente */
    border-color: var(--Color11);
}
.bo-n { /*naranjo (icono emprende)- */
    border-color: var(--Color12);
}
.bo-o {  /*verde (icono plus)- */
    border-color: var(--Color13);
}
.bo-p { /*azul (icono advance)- */
    border-color: var(--Color14);
}
.bo-q { /*amarillo (icono premium)- */
    border-color: var(--Color15);
}
.bo-r { /* color fondo table precios */
    border-color: var(--Color16);
}




/*-------*/
.ba-wasap { /*verde wasap*/
    background-color: rgb(12, 190, 59);
}

.ba-pie-firma {
    background-color: var(--Color3);
}




  @import url('https://fonts.googleapis.com/css?family=Poppins:300,400');

  body {
    margin: 0;
    -webkit-perspective: 1000;
    font-family: 'Poppins', sans-serif;
    background: #303030;
  }

body, html {
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: auto;
}

.copyright{
  position: fixed;
  bottom: 0;
  left: 0;
    width:100%;
  z-index: 9999;
  background-color: #000000;
}
.copyright p {
  font-size: clamp(10px, 1.8vh, 14px);
  line-height: 1.2;
  margin: 0;
  padding: 3px 7px;
  background-color: #000000;
}

@media (max-width: 768px) {
   .copyright {
    height: auto;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  


}
@media (max-width: 480px){
   .copyright {
    height: auto;
    min-height: 45px;
    display: flex;
    align-items: center;
  }
}

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: inherit;
  }

  h1 {
    color: #ffffff;
    font-size: 2em;
  }

  h2 {
    color: #353535;
    font-size: 2em;
  }

  p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
  }



  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #202020;
    text-decoration: none !important;
  }

  a,
  input, button,
  .form-control {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #ffffff;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #202020;
  }

  .overlay {
    background: linear-gradient(to top right, #89ebe0, #000000);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .grid {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  /* evitar altura gigantesca que provoca scroll */
  .grid-line {
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.02);
  }

  .google-map iframe {
    border: 0;
    margin-top: 20px;
  }

  .subscribe-form {
    position: relative;
  }

  .subscribe-form .form-control {
    background: #ffffff;
    box-shadow: none;
    border: 0;
    border-radius: 50px;
	width: 340px;
    height: 45px;
    padding: 6px 30px;
  }

  .subscribe-form button[type="submit"] {
    background: transparent;
    border: 0;
    outline: none;
  }

  .subscribe-form .fa {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    color: #d2b48c;
    font-size: 20px;
  }



  /*---------------------------------------
       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);}
  }





  /*---------------------------------------
      HOME          
  -----------------------------------------*/

  #home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: 100vh;
    padding-bottom: 50px; /* altura aprox del copyright */
    box-sizing: border-box;
  }

  #home .container {
    width: 100%;
  }

  /* que el contenedor tome sólo la altura del contenido (contador / imagen) */
  .home-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    overflow: hidden;         /* evita que elementos "salgan" y empujen layout */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;       /* ocupar la altura visible */
    min-height: 100%;   /* asegurar siempre al menos la altura de la ventana */
    margin: 0;           /* <-- quitar margin-top: 5% que provoca el recorte */
    padding: 0;
    height: calc(100vh - 50px); /* restar altura del copyright */
    min-height: unset;    
  }
  
  
  
  .countdown {
    text-align: center;
    margin: 10px 0;
    padding: 0;
  }

  .countdown li {
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin: 0 20px;
  }

  .countdown span {
    font-size: 25px;
  }

  .countdown h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
  }



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
  }

  .social-icon .line {
    background: #ffffff;
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
    bottom: 5px;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 50px;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #d2b48c;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 480px) {

    .home-info {
      padding: 0 1em 0 1em;
    }

    .countdown li {
      margin: 0 12px;
    }

    address {
      margin-top: 50px;
    }
  }

  @media screen and (max-width: 360px) {

    h1 {
      font-size: 1.50em;
    }

    .menu-items {
      margin: 100px 0;
    }

    .countdown span {
      font-size: 20px;
    }

    .countdown h3 {
      font-size: 12px;
    }
  }

  /* Responsive logo: ajusta tamaño según breakpoints */
#hero-logo{
  display: block;
  margin: 0 auto;
  width: auto;
  
  height: auto;
}

/* Pantallas <= 1024px */
@media (max-width: 1024px){
  #hero-logo{
    max-width: 460px;
    width: 50%;
  }
}

/* Pantallas <= 992px */
@media (max-width: 992px){
  #hero-logo{
    max-width: 420px;
    width: 55%;
  }
}

/* Pantallas <= 768px */
@media (max-width: 768px){
  #hero-logo{
    max-width: 340px;
    width: 60%;
  }
}

/* Pantallas <= 425px (móviles pequeños) */
@media (max-width: 425px){
  #hero-logo{
    max-width: 260px;
    width: 70%;
  }
}


.contact-social a {
  display: inline-block;
  transition: transform 0.2s ease;
}

.contact-social a:hover {
  transform: translateY(-3px) scale(1.1);
}

/* ===== Contact CTA y panel con animación "vanish" ===== */

.cta-wrap {
  padding-bottom: 100px;
  text-align: center;
  z-index: 100000;
}

.contact-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 24px;
  cursor: pointer;
  transition: color .22s ease;
}

.contact-close ::after {
     transform: translateY(-3px) scale(1.1);
}

/* botón minimalista */
.contact-btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, transform .12s ease;
  backdrop-filter: blur(4px);
}
.contact-btn:hover {
  background: rgba(17,17,17,0.06);
  transform: translateY(-2px);
}
.contact-btn:active { transform: translateY(0); }

/* Asegurar que el panel de contacto ocupe exactamente la misma área que el home (.home-info) */
.contact-panel {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;                     /* igual que .home-info */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12000;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear .35s, opacity .35s ease;
  background: linear-gradient(135deg, rgba(92, 187, 176, 0.719), rgba(0, 0, 0, 0.534));
  background-color: rgba(12, 12, 12, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-sizing: border-box;
  padding-top: calc(16px + env(safe-area-inset-top));
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

/* La tarjeta interna seguirá centrada pero su ancho y alto se ajustan al contenido principal */
.contact-card {
  width: 500px;
  min-width: 280px;
  max-height: calc(100vh - ( (16px + env(safe-area-inset-top)) + (16px + env(safe-area-inset-bottom)) )); /* evitar overflow */
  margin: 0 16px;
  padding: 28px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.02));
}

/* cuando se active, el panel se muestra (misma lógica previa) */
.contact-panel.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

/* Eliminar reglas conflictivas que ocultaban el contador por completo */
.countdown-wrap {
  /* mantener la regla de fade-in previa (no usar display:none aquí) */
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 200ms;
  will-change: opacity, transform;
}

/* Asegurar que el wrap no quede en display:none (override si quedó antes) */
.countdown-wrap {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 200ms ease, transform 200ms ease, visibility 0s linear 200ms;
}

/* mostrar con fade-in cuando JS agregue la clase */
.countdown-wrap.visible {
  display: block !important;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

/* Mostrar el contador sólo vía JS: oculto por defecto */
.countdown-wrap {
  display: none;
}


/* hero subtitle */

.hero-subtitle {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 400;
}

@media (max-width: 992px) {
.hero-subtitle {
    font-size: 1.4em;
  }
}

@media (max-width: 880px) {
.hero-subtitle {
    font-size: 1.35em;
  }
}

@media (max-width: 768px) {
.hero-subtitle {
    font-size: 1.3em;
  }
}


@media (max-width: 600px) {
.hero-subtitle {
    font-size: 1.2em;
  }

}

@media (max-width: 480px) {
.hero-subtitle {
    font-size: 1.1em;
  }     
}

@media (max-width: 320px) {
.hero-subtitle {
    font-size: 1em;
  } 
}