
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allerta&display=swap');

@font-face {
  font-family: 'SkillGothic';
  src: url('../../webfonts/SKILTGOTHIC/SkiltGothic-Regular.otf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'SkillGothic';
  src: url('../../webfonts/SKILTGOTHIC/SkiltGothic-Bold.otf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SkillGothic';
  src: url('../../webfonts/SKILTGOTHIC/SkiltGothic-Italic.otf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'SkillGothic';
  src: url('../../webfonts/SKILTGOTHIC/SkiltGothic-Light.otf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'SkillGothic';
  src: url('../../webfonts/SKILTGOTHIC/SkiltGothic-SemiBold.otf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'SkillGothic';
  src: url('../../webfonts/SKILTGOTHIC/SkiltGothic-SemiBoldItalic.otf') format('truetype');
  font-weight: 600;
  font-style: italic;
}


@font-face {
  font-family: 'Aller';
  src: url('../../webfonts/ALLER/Aller-Regular.ttf') format('woff2'),
       url('../../webfonts/ALLER/Aller-Regular.ttf') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Aller';
  src: url('../../webfonts/ALLER/Aller-Bold.ttf') format('woff2'),
       url('../../webfonts/ALLER/Aller-Bold.ttf') format('woff');
  font-weight: bold;
  font-style: normal;
}





 :root {
   --color1: #16678d;
   --color2: #fc991a;
   --color3: #f02a15;
   --white: #fff;
   --black: #101A29;
   --color: #4e4351;
   --body-backgroundboton			: #73a4bc;
   --body-backgroundboton2			: #8da49e;
   --gradient1: linear-gradient(90deg, rgba(22,103,141,1) 0%, rgba(57,140,179,1) 50%, rgba(22,103,141,1) 100%);
   --gradient2: linear-gradient(to bottom, #454555, #393a49, #2e2f3e, #232433, #191a28);
   --title: 'SkillGothic', sans-serif;
  --text: 'Aller', sans-serif;

 }





 a{
  cursor: pointer !important;
 }
.btn-whatsapp {
    display: block;
    width: 75px;
    height: 75px;
    color: #333;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    text-align: center;
    z-index: 999;
    font-size: 50px;
    background-image: var(--gradiente1);
    border: 2px solid var(--blanco)
  }
  
  .icono,
  .icono:hover {
    background-image: var(--gradiente1)
  }
  
  .btn-whatsapp i {
    color: var(--blanco);
    transition: .5s;
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  
  .btn-whatsapp span {
    font-size: .2em;
    position: absolute;
    padding-left: 7px;
    padding-right: 7px;
    right: 0;
    top: -20px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #de2f36;
    color: #fff;
    border-radius: 100px;
    line-height: 20px;
    transform: scale(0)
  }
  
  .icono span,
  .icono span p {
    color: var(--blanco) !important;
    margin: auto
  }
  
  @keyframes iconw {
  
    0%,
    100% {
        transform: scale(.8)
    }
  
    50% {
        transform: scale(1)
    }
  }
  
  .btn-whatsapp p {
    background: #f1f1f1;
    position: absolute;
    bottom: 0;
    padding: 10px;
    right: 20px;
    font-size: 14px;
    border: 4px solid rgba(255, 255, 255, .5);
    border-radius: 20px 20px 0;
    box-shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;
    line-height: normal;
    -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    animation: .5s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    width: 200px
  }
  
  .btn-whatsapp .close {
    font-size: .25em;
    position: absolute;
    color: #95a0a8;
    border-radius: 100px;
    -webkit-animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    animation: 1s cubic-bezier(.25, .46, .45, .94) 2s both slide-in-right;
    background-color: #f1f1f1;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    padding: 1px;
    padding-right: 3px;
    padding-left: 3px;
    border: 1px solid #f1f1f1;
    line-height: 1
  }
  
  .wtext {
    transform: scale(0);
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 100;
    transition: .5s ease
  }
  
  @-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }
  
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
  }
  
  @keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0
    }
  
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
  }
  
  .social-bar {
    position: fixed;
    right: 2px;
    bottom: 100px;
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 100
  }
  
  .icono,
  .icono span,
  .icono:hover i {
    position: relative;
    transition: .5s
  }
  
  .icono {
    height: 50px;
    width: 50px;
    display: flex;
    margin-top: 5px;
    border: 2px solid var(--color2);
    border-radius: 10px;
    color: var(--blanco) !important;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    background-image: var(--gradiente1);
  }
  
  .icono span {
    font-size: 16px;
    padding-right: 5px;
    transform: scale(0);
    width: max-content
  }
  
  .icono span p {
    opacity: 0;
    transition: .5s
  }
  
  .icono i {
    position: absolute;
    z-index: 2;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--blanco);
    transition: .5s
  }
  
  .icono:hover span {
    transition: .5s;
    transform: scale(1);
    color: var(--color1)
  }
  
  .icono:hover span p {
    opacity: 1;
    transition-delay: .5s;
    color: var(--color1)
  }
  
  .icono:hover {
    padding: 5px;
    border: 3px solid rgba(255, 255, 255, .5);
    transition: .5s;
    width: 100%;
    background-image: var(--gradiente1);
  }
  
  .subscribe-one__inner .whatsapp-btn,
  .telefono-btn:hover,
  .whatsapp-btn:hover {
    background-image: var(--gradiente2);
    color: var(--negro)
  }
  
  .icono:hover i {
    top: 0;
    left: 0;
    color: var(--blanco);
    transform: translate(0, 0);
    margin: auto 5px
  }
  
  .doctorweb .doc2 {
    width: 120px
  }
  
  .doctorweb .doc1 {
    width: 25px;
    margin-right: 3px;
    margin-left: 5px;
    animation: 10s infinite doc
  }
  
  @keyframes doc {
  
    0%,
    10%,
    100%,
    90% {
        transform: rotate(0)
    }
  
    50% {
        transform: rotate(360deg)
    }
  }
  
  .responsive {
    display: none !important
  }
  
  .show {
    transform: scale(1) !important;
    transition: .5s ease !important
  }


  
  .contacto{
    position: fixed;
    right: -180px;
    bottom: 100px;
    z-index: 99;
    display: flex;
    flex-direction: column;

  }
  .contacto a{
    background: var(--color2);
    border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -ms-border-radius: 10px 0px 0px 10px;
    -o-border-radius: 10px 0px 0px 10px;
    padding: 10px;
    transform: translateX(16%);
    -webkit-transform: translateX(16%);
    -moz-transform: translateX(16%);
    -ms-transform: translateX(16%);
    -o-transform: translateX(16%);
    display: flex;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    margin-bottom: 5px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  .contacto a:hover{
    transform: translateX(-170px);
    -webkit-transform: translateX(-170px);
    -moz-transform: translateX(-170px);
    -ms-transform: translateX(-170px);
    -o-transform: translateX(-170px);
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    background: var(--color1);
  }
  .contacto a{
    color: #fff !important;
  }
  .contacto i{
    margin-right: 20px;
  }
  .fab2{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: var(--color2);
    display: flex;
    z-index: 999;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 10px;
    height: 80px;
    width: 80px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
  }
  
  .fab2 i{
    font-size: 4em;
    color: #fff;
  }
  .fab2:hover{
    background-image: var(--gradient2);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
  }
  
  .neopad{
    padding: 80px 0px;
  }
  .mobile-overlay__logo{
    padding-right: 10px;
  }
  .headerBottom__infos .footer-block__address-text span, .sidebar-block span{
    color: var(--black);
    margin-left: 10px;
  }
  .service h2, .service h3{
    font-weight: 600;
  }
  .seo{
    height:199px;
    overflow-y: scroll;
  }
  .seo a{
    color: var(--white);
  }
  .mobile-buttons {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
    justify-content: space-evenly;
    background: var(--white);
    display: none;
  }
  
  .mobile-buttons a {
    background: var(--color1);
    border-radius: 50px;
    padding: 10px 30px;
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .mobile-buttons a:nth-child(2) {
    background: var(--color2);
  }
  .mobile-buttons a:hover {
    background: linear-gradient(135deg, var(--color1-dark), var(--color1));
    transform: scale(1.05); 
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  }
  
  .mobile-buttons a i {
    margin-right: 10px;
  }

  @media only screen and (min-width: 991px) and (max-width: 1046px){

    .hero-content {
      padding-right: 50px;
      position: relative;
      z-index: 1;
    }
    .hero-images .hero-image-2 {
      margin-bottom: 110px;
      display: none;
  }
  .section-title {
    text-align: left;
    margin-bottom: 47px;
    margin-top: 56px;
}
  }
  #banner-form .formulario{text-align:center}#banner-form .formulario .titulo,#banner-form .profile-info span strong{color:var(--color2);font-weight:900}#banner-form{z-index:9;position:relative;border-radius:20px;padding:10px;margin-top:10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif}#banner-form .formulario .titulo{font-size:16px!important}#banner-form .formulario .texto{font-size:14px!important; margin-bottom: 10px;}#banner-form .input-contenedor{display:flex;justify-content:center}#banner-form .input-contenedor .input-g{display:flex;text-align:center;flex-direction:column;justify-content:center;width:100%;padding:5px}#banner-form .input-contenedor .input-g2{flex-direction:row;justify-content:space-evenly;flex-direction:column;justify-content:center;width:50%;padding:5px}#banner-form .input-contenedor .input-g3{display:flex;flex-direction:row;padding:5px;width:100%;margin-bottom:20px;align-items:center}#banner-form .input-contenedor .input-g3 label{width:90%;font-size:14px!important}#banner-form .formulario .texto strong,#banner-form .input-contenedor .input-g3 label strong{color:var(--color2)}#banner-form .head{display:flex;flex-direction:row;align-items:center;justify-content:center}#banner-form .profile-image{position:relative;height:100px;width:100px;margin-right:20px;margin-bottom:10px}#banner-form .profile-info span{display:block;font-size:16px;color:#000}#banner-form img{border-radius:100px}#banner-form .circle{position:absolute;bottom:0;right:10px;height:15px;width:15px;border-radius:100px;background:var(--color1)}#banner-form .formulario .titulo{margin:0}#banner-form .formulario input,#banner-form .formulario select{border-radius:10px!important;padding:10px 10px 10px 20px;background:#f2f2f2;border:2px solid var(--color2);height:auto!important;display:block!important;line-height:normal!important;width:100%!important;margin:0!important;font-size:14px!important}input[type=checkbox]{border-radius:100px!important}#banner-form .formulario input[type=checkbox]{width:10%!important;height:20px!important}#banner-form .formulario input::placeholder{color:#000}#banner-form .formulario button,#banner-form a{border-radius:100px;padding:10px 20px;color:#fff;border:2px solid #fff;background:#F77F10;font-size:16px;font-weight:600;letter-spacing:1px;transition:.5s;cursor:pointer;text-decoration:none;margin-bottom:5px}#banner-form a{display:inline-block!important;background-color:#F77F10}#banner-form .formulario button:hover{background: #065C86;transition:.5s}#banner-form .formulario a:hover{background:#065C86}#banner-form .respuestaformulario{background:#000;padding:10px;border-radius:10px;color:#fff;margin:10px 0;display:none;font-weight:900}#banner-form .fail{display:block;background:#f36e59}#banner-form .send{display:block;background:var(--azulmedio)}@media (max-width:991px){#banner-form .formulario a,#banner-form .input-g2{display:block!important}#banner-form .input-contenedor{display:flex;flex-direction:column}#banner-form .input-contenedor .input-g2{width:100%}}
  @media only screen and (min-width: 320px) and (max-width: 767px){
    .mobile-buttons{
      display: flex;
    }
    h1{
      font-size: 2em;
    }

    .hero{
      width: auto;
    }
    .hero .container,
    .hero .row,
    .hero .col-lg-6 {
        all: unset; /* elimina TODO estilo heredado */
        display: block;
        width: 100%;
    }

    .hero-content {
        margin: 0 auto;
        width: 90%;
        max-width: 100%;
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
    }

    .hero-content .blanco {
        width: 100%;
        padding: 20px;
        background: #ffffffb8;
        backdrop-filter: blur(12px);
        box-sizing: border-box;
    }
    .section-title{
      text-align: center;
    }
    .neopad{
      padding: 40px 0px;
    }
    .contacto{
      bottom: 0px;
      left: 0px !important;
      width: 100%;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      flex-direction: row;
      justify-content: space-around;
      background: var(--color2);
      padding: 5px 0px;
  }
  .contacto a{
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    background: rgba(255, 255, 255, .1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0px;
    border: 0px;
  }
  .contacto a i{
    margin: 0px;
  }
  .contacto a span{
    display: none;
  }
  .fab{
    bottom: 55px;
  }
  .fullwidth{
    display: none !important;
  }
  .responsive{
    display: block !important;
  }
  .contacto{
    display: none;
  }
  .main-slider-one__btn-group{
    gap: 10px;
    justify-content: center;
  }
  .main-slider-one__content{
    text-align: center;
  }
  .main-slider-one__sub-title{
    width: 100%;
  }
  .solutions-one__main-tab-box .tab-buttons, .sec-title__top{
    justify-content: center;
  }
  .sec-title, .testimonial-card__text{
    text-align: center;
  }
  }




  .img-52 {
    width: 300px;
    padding: 10px !important;
    height: auto;
    border-radius: 20px 0px;
    background: #ffffff;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
  
  .img-522 {
    width: 300px;
   
    height: auto;
  
}




.kinercenter-section {
 
  font-family: inherit;
  color: #232433;
  max-width: 1300px;
  margin: 30px auto;
  padding: 30px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease-out, transform 700ms ease-out;
}

/* Cuando entra en vista */
.kinercenter-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* Título */
.kinercenter-title {
  font-size: 30px;
  margin: 10px 0 16px;
  text-align: left; /* mantiene coherencia con otras secciones */
}

/* Contenido */
.kinercenter-content {
  display: block;
}

/* Primeros 3 párrafos alineados a la izquierda (espaciado controlado) */
.kc-left {
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  margin: 14px 0;
  color: #232433;
  max-width: 100%;
}

/* Frase centrada */
.kc-center {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  margin: 20px 0;
  font-weight: 600;
  color: #232433;
}

/* Hashtag alineado a la derecha y estilo para typing */
.kc-hashtag {
  text-align: right;
  margin-top: 8px;
  font-size: 21px;
  font-weight: bold;
  color: #ff9000;
  min-height: 28px; /* evita salto visual mientras escribe */
}

/* Cursor para efecto typing */
.kc-cursor {
  display: inline-block;
  margin-left: 4px;
  opacity: 1;
  animation: blink 1s steps(2, start) infinite;
  color: #ff9000;
}

/* blink */
@keyframes blink {
  50% { opacity: 0; }
}

/* Responsive */
@media (max-width: 768px) {
  .kinercenter-section {
    padding: 20px;
  }
  .kinercenter-title {
    font-size: 24px;
  }
  .kc-left,
  .kc-center {
    font-size: 18px;
  }
  .kc-hashtag {
    font-size: 18px;
  }
}

/* Pequeñas pantallas */
@media (max-width: 480px) {
  .kinercenter-section {
    padding: 15px;
  }
  .kinercenter-title {
    font-size: 20px;
  }
  .kc-left,
  .kc-center {
    font-size: 16px;
  }
  .kc-hashtag {
    font-size: 16px;
  }
}


/* Animación individual de párrafos */
.kc-animate {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 600ms ease-out,
    transform 600ms ease-out;
}

/* Cuando la sección entra en vista */
.kinercenter-section.in-view .kc-animate {
  opacity: 1;
  transform: translateY(0);
}

/* Aparición escalonada */
.kinercenter-section.in-view .kc-animate:nth-of-type(1) { transition-delay: 120ms; }
.kinercenter-section.in-view .kc-animate:nth-of-type(2) { transition-delay: 260ms; }
.kinercenter-section.in-view .kc-animate:nth-of-type(3) { transition-delay: 400ms; }
.kinercenter-section.in-view .kc-animate:nth-of-type(4) { transition-delay: 540ms; }

/* Refuerzo visual para la frase final */
.kc-strong {
  font-weight: 600;
}












.payment-section-container {
  width: 95%;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  
}

.payment-section-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1em;
  color: var(--color1);
  letter-spacing: -0.02em;
  margin-bottom: 40px;

}

.payment-section-description {
  font-size: 1.2rem;
  color: #000000;
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.6;
}

.payment-cards-wrapper {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
 gap: 10px;

  flex-wrap: nowrap;
}

.payment-card-2 {
  /* background: #f9f9f9; */
  color: black;
  width: 450px;
  height: auto;
     background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  margin-bottom: 20px;
}

.payment-card-img {
  width: 107%; 
  padding: 10px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  overflow: hidden; 
}

/* .payment-card-img img {
  height: auto;
  width: 100%;
} */

.project-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.project-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: wrap;
text-align: center;

}

.lighter {
  font-size: 1em;
  line-height: 30px;
  text-align: center;
  color: #3f3e3e;
}

/* .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

.tag {
  font-weight: lighter;
  color: grey;
}



/* 🔹 RESPONSIVE DESIGN */
@media (max-width: 768px) {
  .payment-section-title {
    font-size: 28px;
  }

  .payment-section-description {
    font-size: 1rem;
    max-width: 90%;
  }

  .payment-cards-wrapper {
    flex-direction: column; /* 🔹 Los cards se apilan en móviles */
    align-items: center;
  }

  .payment-card-2 {
    width: 100%; /* 🔹 Ocupa casi todo el ancho en móviles */
    padding: 10px;
  }
}





.seccion-tratamiento {
  background-color: #B2B2B2;
  color: white;
  text-align: center;
  padding: 50px 20px;
  margin-top: 80px;
}

.contenedor-tratamientos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: auto;
  margin-top: 30px;
}

.tratamiento {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: white;
  overflow: hidden;
  letter-spacing: 0.1em;

}

.tratamiento::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.tratamiento span {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s;
}

.tratamiento::after {
  content: attr(data-info);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: #F77F10;
  color: white;
  padding: 10px;
  text-align: center;
  width: 90%;
  transition: opacity 0.3s;
  text-transform: none;
  letter-spacing: 0.1em;
}

.tratamiento:hover span {
  opacity: 0;
}

.tratamiento:hover::after {
  opacity: 1;
}

/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
  .contenedor-tratamientos {
    grid-template-columns: 1fr; /* Pone los tratamientos en una columna */
  }

  .tratamiento {
    height: 250px; /* Reduce el tamaño de las tarjetas */
  }

  .tratamiento span {
    font-size: 16px; /* Ajusta el tamaño del texto */
  }
}

@media (max-width: 480px) {
  .tratamiento {
    height: 200px; /* Aún más pequeño para pantallas más pequeñas */
  }

  .tratamiento span {
    font-size: 14px; /* Reduce aún más el tamaño del texto */
  }
}



.promo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.promo-box {
  background-color: white;
  padding: 50px;
  margin-top: 50px;
  text-align: center;
  max-width: 800px;
  border-radius: 20px;
  opacity: 0;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(211, 211, 211);
  transform: translateY(-30px);
  animation: fadeInPromo 1.2s forwards ease-out;
  /*background-image: url('../images/home//promociones.jpg');
  */background-size: cover;
  background-position: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

@keyframes fadeInPromo {
  from {
      opacity: 0;
      transform: translateY(-30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.promo-box.glow {
  animation: glowEffect 2s infinite alternate;
}

@keyframes glowEffect {
  0% {
      box-shadow: 0px 0px 15px 5px rgba(0, 255, 255, 0.8);
  }
  100% {
      box-shadow: 0px 0px 30px 10px rgba(0, 255, 255, 0.3);
  }
}

.promo-box h2 {
  color: #F77F10;
  text-shadow: 2px 2px 6px rgb(226 173 128 / 42%);
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.promo-box h3 {
  color: #191a1a;
  font-size: 26px;
  line-height: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); */
}

.promo-box h5 {
  color: #003d5f;
  font-size: 21px;
  font-weight: 400;
  margin: 10px 0;
 
}

.promo-button {
  background-color: #F77F10; /* color principal */
  color: #ffffff;
  padding: 20px 35px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* espacio entre texto e ícono */
  margin-top: 25px;
  border-radius: 100px;
  font-weight: bold;
  font-size: 20px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transition: background 0.3s, transform 0.2s;
  border: 2px solid #D8D8D8;
}

.promo-button i {
  font-size: 20px;
}

.promo-button:hover {
  background-color: #065C86; /* color hover */
  transform: scale(1.05);
  color: #ffffff;
}

/* Estilo alternativo para invertir colores según sección */
.promo-button.invert-style {
  background-color: transparent;
  color: #F77F10;
  border: 2px solid #F77F10;
}

.promo-button.invert-style:hover {
  background-color: #F77F10;
  color: #ffffff;
}

@media (max-width: 768px) {
  .promo-box {
      max-width: 90%;
      padding: 30px;
  }

  .promo-box h2 {
      font-size: 28px;
  }

  .promo-box h3 {
      font-size: 20px;
  }

  .promo-box h5 {
      font-size: 14px;
  }

  .promo-button {
    font-size: 18px;
    padding: 15px 25px;
}
}

.promo-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.6);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.promo-popup-overlay .promo-box {
  position: relative;
}

.promo-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  z-index: 10001;
}



/* General */
.carousel-container {
  width: 100%;
  background-color: #E5E5E5; 
  padding-top: 25px; 
  box-sizing: border-box;
  padding-bottom: 5px;
}

.carrusel-informacion .swiper-slide {
  display: flex; 
  justify-content: center;  
  align-items: center;  
  text-align: center;
  padding: 20px;
  background-color: #f1f5f9;
}

.carrusel-informacion .carousel-caption {
  display: flex;
  flex-direction: column; 
  justify-content: center; 
  align-items: center; 
  padding: 20px;
  background-color: transparent; 
  color: #000; 
  height: 100%; 
  max-width: 90%; 
  margin: auto; 
}

.carrusel-informacion .carousel-caption h5 {
  font-size: 1.5rem;
  font-weight: bold;
}

.carrusel-informacion .carousel-caption p {
  font-size: 1rem;
}

/* Carrusel fijo debajo del header */
#sticky-carousel {
  position: sticky;
  top: 110px; 
  z-index: 999;
  width: 100%;
  background-color: #f1f5f9; 
  box-shadow: 0 4px 2px -2px gray; 
  margin-bottom: 110px;
}

/* Swiper container */
.swiper-container {
  width: 100%;
  height: 100%;
}

/* Estilo para la imagen y el texto */
.carrusel-informacion .swiper-slide img {
  max-width: 100%;
  object-fit: cover;
}

.carrusel-informacion .carousel-caption h5 {
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 20px;
}

.carrusel-informacion .carousel-caption p {
  font-size: 1rem;
}
.desktop-slash {
  display: inline;
}

/* Ajustes responsivos */
@media (max-width: 768px) {
  .carrusel-informacion .carousel-caption h5 {
    font-size: 1.0rem;
  }

  .carrusel-informacion .carousel-caption p {
    font-size: 0.7rem;
  }

  /* General */
  .carousel-container {
    padding-top: 35px; /* Asegura que el carrusel esté debajo del header */
    padding-bottom: 1px;
  }

  .carrusel-informacion .carousel-caption h5 {
    padding-top: 15px;
  }

  .carrusel-informacion .carousel-caption p {
    margin-top: 3px; /* Espacio encima del párrafo */
  }
   .desktop-slash {
    display: none;
  }
  
  .mobile-br {
    display: block;
    line-height: 0;
  }
}

/* --- NUEVAS REGLAS: controlar salto de línea SOLO en móvil --- */
/* Por defecto ocultamos el <br> añadido para mantener una sola línea en escritorio */
.mobile-br {
  display: none;
}

/* En pantallas pequeñas mostramos el <br> como bloque para forzar el salto */
@media (max-width: 768px) {
  .mobile-br {
    display: block;
    line-height: 0; /* evita espacio extra si se requiere */
  }

  /* Aseguramos que el texto pueda romperse adecuadamente */
  .carrusel-informacion .carousel-caption p {
    white-space: normal;
  }
}

.estilo-2{
        border: 3px solid rgb(211, 211, 211);
  }

 
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh; /* Full height of the page */
    padding-top: 20px;
    padding-bottom: 20px;
}

.promociones-btn {
    padding: 10px 25px; /* Increased padding for a bigger button */
    background-color: #FF7F00; /* Orange background */
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    border-radius: 30px; /* Slightly more rounded corners */
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.promociones-btn:hover {
    background-color: #ff5722; /* Darker orange when hovered */
}

@media only screen and (max-width: 991px){
      .button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5vh;
        padding-top: 20px;
        padding-bottom: 20px;
    }

 .promociones-btn {
        padding: 10px 30px; /* Aumentar el tamaño del botón */
        font-size: 14px;
        line-height: 27px;
        margin-top: 20px; /* Ajustar margen para el espaciado */
        text-align: center;
    }
}


.button-container-mini {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.promociones-btn-mini {
    padding: 10px 18px; 
    background-color: #FF7F00; 
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, 
                rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 14px; 
    line-height: 22px;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.promociones-btn-mini:hover {
    background-color: #ff5722;
}

@media only screen and (max-width: 991px){
    .promociones-btn-mini {
        padding: 6px 20px;
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }
}

.button-container-team {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.promociones-btn-team {
    padding: 6px 18px; /* Tamaño compacto */
    background-color: #16678d; /* Color solicitado */
    color: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, 
                rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border-radius: 25px;
    text-decoration: none;
   
    transition: background-color 0.3s ease;
}

.promociones-btn-team:hover {
    background-color: #ffffff; /* Más oscuro al pasar el mouse */
    color: #16678d;
}

@media only screen and (max-width: 991px){
    .promociones-btn-team {
        padding: 6px 20px;
        font-size: 13px;
        line-height: 20px;
        margin-top: 10px;
    }
}





.link-precios {
    color: #FF7F00;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link-precios:hover {
    color: #ff5722; /* Un poco más oscuro en hover */
    text-decoration: underline;
}
