@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');

 :root {
   --gradient1: linear-gradient(to bottom, #00B4C5, #007F8C, #0B5A6B);
   --gradient2: linear-gradient(to bottom, #0B2A4A, #0D3A5C, #061A2E);
  --color4: #0097A7;
  --color5: #00B4C5;
   --title: 'Poppins', sans-serif;
   --text: 'Open Sans', 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: -170px;
    bottom: 260px;
    z-index: 99;
    display: flex;
    flex-direction: column;
  }
  .contacto a{
    background: var(--color5);
    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(--color4);
    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: 200px;
    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: #89858536;
    border-radius: 46px;
    display: none;
  }
  
  .mobile-buttons a {
    background: var(--color4);
    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(--color5);
  }
  .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);
    color: var(--color1);
  }
  
  .mobile-buttons a i {
    margin-right: 10px;
  }
  #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}#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}#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:var(--color4);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:#000}#banner-form .formulario button:hover{background:#000;transition:.5s}#banner-form .formulario a:hover{background:var(--color2)}#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;
    }
    .neopad{
      padding: 40px 0px;
    }
    .contacto{
      display: none;
      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;
  }
  .fab2{
    bottom: 55px;
  }
  .fullwidth{
    display: none !important;
  }
  .responsive{
    display: block !important;
  }
  }

/* =============================================
   Tema Dr. Higuera — colores del logo
   ============================================= */

body {
  background-color: var(--white);
  color: var(--careon-gray);
}

a:hover,
a:focus {
  color: var(--color1);
}

.section-title__tagline {
  color: var(--color2);
}

.section-title__title,
.section-title-two__title,
.section-title-three__title {
  color: var(--careon-black);
}

.main-slider-two__title,
.main-slider-two__sub-title,
.main-slider-two__text-box,
.main-slider-two__text-box p {
  color: var(--white) !important;
}

.main-slider-two__title {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
}

.main-slider-two__sub-title {
  color: #EDEAE4 !important;
}

.main-slider-two__text-box p {
  color: #F4F2EE !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.main-slider-two__thm-btn .thm-btn {
  background-color: var(--color1) !important;
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.9) !important;
  margin-bottom: 10px;
}

.main-slider-two__thm-btn .thm-btn-1 {
  background-color: var(--white) !important;
  color: var(--color1) !important;
  border: 2px solid var(--white) !important;
  margin-bottom: 10px;
}

.main-slider-two__thm-btn a[data-type="whatsapp"],
.main-slider-two__thm-btn a[data-type="whatsapp"].thm-btn-1 {
  background-color: var(--color2) !important;
  color: var(--white) !important;
  border-color: var(--color2) !important;
}

.main-slider-two__thm-btn .thm-btn::before,
.main-slider-two__thm-btn .thm-btn::after {
  background-color: var(--color2) !important;
}

.main-slider-two__thm-btn .thm-btn-1::before,
.main-slider-two__thm-btn .thm-btn-1::after {
  background-color: var(--color1) !important;
}

.main-slider-two__thm-btn .thm-btn:hover,
.main-slider-two__thm-btn .thm-btn-1:hover {
  color: var(--white) !important;
}

.main-menu__wrapper-inner {
  background-color: var(--white);
  border-bottom: 2px solid var(--careon-primary);
  box-shadow: 0 4px 24px rgba(44, 58, 77, 0.08);
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  color: var(--careon-black);
}

.main-menu .main-menu__list > li > a:hover,
.stricky-header .main-menu__list > li > a:hover {
  color: var(--color2);
}

.thm-btn {
  background-color: var(--color2);
  color: var(--white);
  border: 2px solid var(--color2);
  font-weight: 600;
}

.thm-btn:hover {
  color: var(--white);
  border-color: var(--color1);
}

.thm-btn::before,
.thm-btn::after {
  background-color: var(--color1);
}

.thm-btn-1 {
  background: var(--color5);
  color: var(--careon-black);
  font-weight: 600;
}

.thm-btn-1:hover {
  color: var(--white);
}

.thm-btn-1::before,
.thm-btn-1::after {
  background-color: var(--color1);
}

.main-menu__thm-btn .thm-btn {
  background-color: var(--color2);
  color: var(--white);
  border-color: var(--color2);
}

.main-menu__thm-btn .thm-btn-1 {
  background-color: var(--color5);
  color: var(--careon-black);
  border-color: var(--color5);
}

.banner-one::before {
  background-color: rgba(244, 242, 238, 0.82);
}

.banner-one__sub-title {
  color: var(--color1);
  border-color: var(--color5);
  background-color: rgba(255, 255, 255, 0.9);
}

.banner-one__title {
  color: var(--careon-black);
}

.banner-one__call-icon {
  background-color: var(--color1);
  border-color: var(--color1);
}

.banner-one__call-iconwap {
  background-color: var(--color2) !important;
  border-color: var(--color2) !important;
}

.services-three {
  background-color: var(--color3);
}

.services-three__single {
  border: 1px solid var(--careon-bdr-color);
}

.services-three__get-a-quote {
  background-color: var(--color1);
}

.about-three__awards-icon i {
  font-size: 42px;
  color: var(--color1);
  line-height: 1;
}

.services-three__get-a-quote-bg {
  background-position: right center;
}

.services-three__get-a-quote-bg::before {
  background: linear-gradient(
    to right,
    rgba(6, 26, 46, 0.95) 0%,
    rgba(11, 42, 74, 0.82) 30%,
    rgba(0, 127, 140, 0.45) 55%,
    rgba(0, 180, 197, 0.12) 80%,
    rgba(0, 180, 197, 0) 100%
  );
}

.services-three__get-a-quote-sub-title {
  color: #EDEAE4;
}

.services-three__get-a-quote-title,
.services-three__get-a-quote .text-white {
  color: var(--white) !important;
}

.services-three__thm-btn .thm-btn {
  background-color: var(--color5);
  color: var(--careon-black);
  border-color: var(--color5);
}

.services-three__thm-btn .thm-btn::before,
.services-three__thm-btn .thm-btn::after {
  background-color: var(--color2);
}

.services-three__thm-btn .thm-btn:hover {
  color: var(--white);
}

.about-one__content-box {
  background-color: var(--white);
  border: 1px solid var(--careon-bdr-color);
  box-shadow: 0 8px 40px rgba(44, 58, 77, 0.08);
}

.site-footer {
  background-color: var(--color3);
}

.site-footer__newsletter-inner {
  background: linear-gradient(135deg, rgba(44, 58, 77, 0.97) 0%, rgba(61, 80, 104, 0.94) 100%);
  border: 1px solid rgba(196, 165, 116, 0.4);
  box-shadow: 0 18px 50px rgba(44, 58, 77, 0.28);
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-footer__newsletter-inner-title-box {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.site-footer__newsletter-title {
  color: var(--white) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  margin-top: 0;
  margin-bottom: 16px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.site-footer__newsletter-subtitle {
  color: #EDEAE4;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  max-width: 680px;
  margin: 0 auto 28px;
}

.site-footer__newsletter-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.site-footer__newsletter-btns .faq-two__btn-box {
  margin-top: 0;
}

.site-footer__newsletter-btns .thm-btn {
  background-color: var(--color2) !important;
  color: var(--white) !important;
  border: 2px solid var(--color2) !important;
  font-weight: 600;
  min-width: 220px;
  justify-content: center;
}

.site-footer__newsletter-btns .thm-btn-1 {
  background-color: var(--white) !important;
  color: var(--color1) !important;
  border: 2px solid var(--white) !important;
  font-weight: 600;
  min-width: 220px;
  justify-content: center;
}

.site-footer__newsletter-btns .thm-btn::before,
.site-footer__newsletter-btns .thm-btn::after {
  background-color: var(--color1) !important;
}

.site-footer__newsletter-btns .thm-btn-1::before,
.site-footer__newsletter-btns .thm-btn-1::after {
  background-color: var(--color1) !important;
}

.site-footer__newsletter-btns .thm-btn:hover,
.site-footer__newsletter-btns .thm-btn-1:hover {
  color: var(--white) !important;
}

.footer-widget__about-text,
.footer-widget__link li a,
.site-footer__bottom-text {
  color: var(--careon-gray);
}

.footer-widget__title {
  color: var(--careon-black);
}

.footer-widget__link li a:hover {
  color: var(--color2);
}

.faq-one {
  background-color: var(--white);
}

.faq-one-accrodion .accrodion.active .accrodion-title h4,
.faq-one-accrodion .accrodion-title h4 {
  color: var(--careon-black);
}

.faq-one-accrodion .accrodion.active {
  border-color: var(--color2);
}

.testimonial-one {
  background-color: var(--color3);
}

.services-one {
  background-color: var(--white);
}

.page-header__inner h1 {
  color: var(--white);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.mobile-buttons a {
  background: var(--color2);
  color: var(--white);
}

.mobile-buttons a:nth-child(2) {
  background: var(--color1);
  color: var(--white);
}

.mobile-buttons a:hover {
  background: var(--color5);
  color: var(--careon-black);
}

.contacto a {
  background: var(--color1);
}

.contacto a:hover {
  background: var(--color5);
  color: var(--careon-black);
}

.fab2 {
  background: var(--color2);
}

.fab2:hover {
  background: var(--color1);
}

.icono {
  border-color: var(--color5);
  background-color: var(--color1);
  background-image: none;
}

.icono:hover span,
.icono:hover span p {
  color: var(--color1);
}

#banner-form {
  background-color: var(--white);
  border: 2px solid var(--careon-bdr-color);
  box-shadow: 0 12px 40px rgba(44, 58, 77, 0.12);
  padding: 24px;
}

#banner-form .profile-info span,
#banner-form .formulario .texto,
#banner-form .formulario p {
  color: var(--careon-gray) !important;
}

#banner-form .formulario .titulo,
#banner-form .profile-info span strong,
#banner-form .formulario .texto strong,
#banner-form .input-contenedor .input-g3 label strong {
  color: var(--color1) !important;
}

#banner-form .formulario input,
#banner-form .formulario select {
  border-color: var(--color1);
  background: var(--white);
  color: var(--careon-black);
}

#banner-form .formulario input::placeholder {
  color: #667788;
}

#banner-form .formulario button {
  background: var(--color1);
  border-color: var(--color1);
  color: var(--white);
}

#banner-form .formulario button:hover {
  background: var(--color2);
  border-color: var(--color2);
}

#banner-form .formulario a[data-type="whatsapp"] {
  background-color: var(--color2) !important;
  color: var(--white) !important;
  border-color: var(--color2) !important;
}

#banner-form .formulario a[data-type="telefono"] {
  background-color: var(--white) !important;
  color: var(--color1) !important;
  border: 2px solid var(--color1) !important;
}

#banner-form .formulario a[data-type="whatsapp"]:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
}

#banner-form .formulario a[data-type="telefono"]:hover {
  background-color: var(--color1) !important;
  color: var(--white) !important;
}

#banner-form .circle {
  background: var(--color2);
}

@media (max-width: 767px) {
  .site-footer__newsletter-inner {
    padding: 32px 24px;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .site-footer__newsletter-inner-title-box {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .site-footer__newsletter-title {
    font-size: 26px !important;
    line-height: 1.35 !important;
    text-align: center;
  }

  .site-footer__newsletter-subtitle {
    font-size: 16px;
    margin-bottom: 22px;
    padding: 0 4px;
  }

  .site-footer__newsletter-btns {
    flex-direction: column;
    width: 100%;
  }

  .site-footer__newsletter-btns .faq-two__btn-box,
  .site-footer__newsletter-btns .thm-btn,
  .site-footer__newsletter-btns .thm-btn-1 {
    width: 100%;
    min-width: 0;
  }

  .site-footer__bg-shape {
    background-position: 70% center;
  }
}

/* Botones WhatsApp — teal del logo */
a[data-type="whatsapp"],
a[data-type="whatsapp"].thm-btn,
a[data-type="whatsapp"].thm-btn-1,
.services-three__thm-btn a[data-type="whatsapp"],
.site-footer__newsletter-btns a[data-type="whatsapp"],
.mobile-buttons a[data-type="whatsapp"],
.contacto a[data-type="whatsapp"],
.fab2 {
  background: var(--color2) !important;
  background-color: var(--color2) !important;
  color: var(--white) !important;
  border-color: var(--color2) !important;
}

a[data-type="whatsapp"]:hover,
a[data-type="whatsapp"].thm-btn:hover,
a[data-type="whatsapp"].thm-btn-1:hover,
.services-three__thm-btn a[data-type="whatsapp"]:hover,
.site-footer__newsletter-btns a[data-type="whatsapp"]:hover,
.mobile-buttons a[data-type="whatsapp"]:hover,
.contacto a[data-type="whatsapp"]:hover,
.fab2:hover {
  background: var(--color1) !important;
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
  color: var(--white) !important;
}

a[data-type="whatsapp"]::before,
a[data-type="whatsapp"]::after,
a[data-type="whatsapp"].thm-btn::before,
a[data-type="whatsapp"].thm-btn::after,
a[data-type="whatsapp"].thm-btn-1::before,
a[data-type="whatsapp"].thm-btn-1::after {
  background-color: var(--color1) !important;
}

/* Títulos sin división por letras */
.sec-title-animation .title-animation,
.sec-title-animation .title-animation .split-line,
.sec-title-animation .title-animation .split-line > * {
  display: block;
  transform: none !important;
  opacity: 1 !important;
  white-space: normal;
}

.sec-title-animation .title-animation .split-line > * {
  display: inline !important;
}

/* Testimonios */
.testimonial-two--styled {
  padding: 110px 0 100px;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.testimonial-two--styled:before {
  height: 100%;
  background:
    radial-gradient(circle at 10% 20%, rgba(107, 133, 117, 0.12) 0%, transparent 42%),
    radial-gradient(circle at 90% 80%, rgba(196, 165, 116, 0.15) 0%, transparent 40%),
    linear-gradient(180deg, #f8f6f2 0%, var(--white) 55%, #f3f1ed 100%);
}

.testimonial-two__decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.testimonial-two__decor--1 {
  width: 280px;
  height: 280px;
  top: 8%;
  left: -80px;
  background: rgba(61, 80, 104, 0.06);
}

.testimonial-two__decor--2 {
  width: 220px;
  height: 220px;
  bottom: 10%;
  right: -60px;
  background: rgba(107, 133, 117, 0.1);
}

.testimonial-two--styled .container {
  position: relative;
  z-index: 1;
}

.testimonial-two__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(107, 133, 117, 0.12);
  color: var(--color1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 16px;
  border: 1px solid rgba(107, 133, 117, 0.25);
}

.testimonial-two--styled .section-title-two__title {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
}

.testimonial-two--styled .section-title-two__title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--color5), var(--color2));
}

.testimonial-two__intro {
  max-width: 620px;
  margin: 20px auto 0;
  color: var(--careon-gray);
  font-size: 17px;
  line-height: 1.75;
}

.testimonial-two__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.testimonial-two__pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--white);
  color: var(--color1);
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(44, 58, 77, 0.08);
  border: 1px solid rgba(226, 221, 214, 0.9);
}

.testimonial-two__pills i {
  color: var(--color2);
}

.testimonial-two--styled .testimonial-two__left {
  margin-top: 48px;
}

.testimonial-two--styled .testimonial-two__single {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff 0%, #faf9f7 100%);
  border: 1px solid rgba(226, 221, 214, 0.95);
  border-radius: 24px;
  padding: 32px 34px 72px;
  box-shadow:
    0 4px 6px rgba(44, 58, 77, 0.04),
    0 20px 50px rgba(44, 58, 77, 0.1);
  min-height: 340px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonial-two--styled .testimonial-two__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--color1), var(--color2), var(--color5));
}

.testimonial-two--styled .testimonial-two__single:hover {
  transform: translateY(-8px);
  box-shadow:
    0 8px 12px rgba(44, 58, 77, 0.06),
    0 28px 60px rgba(44, 58, 77, 0.14);
}

.testimonial-two__single-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.testimonial-two__quote {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(196, 165, 116, 0.2), rgba(107, 133, 117, 0.15));
  color: var(--color1);
  font-size: 22px;
}

.testimonial-two__rating-pill {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(196, 165, 116, 0.15);
  border: 1px solid rgba(196, 165, 116, 0.35);
}

.testimonial-two__rating-pill span {
  font-size: 13px;
  color: #c49a3c;
}

.testimonial-two__rating-pill em {
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: var(--color1);
  margin-left: 6px;
}

.testimonial-two__watermark {
  position: absolute;
  top: 40px;
  right: 24px;
  font-size: 120px;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(61, 80, 104, 0.06);
  pointer-events: none;
  user-select: none;
}

.testimonial-two--styled .testimonial-two__text {
  position: relative;
  z-index: 1;
  font-size: 19px;
  line-height: 1.8;
  color: var(--careon-black);
  margin: 0 0 30px;
  font-weight: 400;
}

.testimonial-two__footer {
  position: relative;
  z-index: 1;
  padding-top: 22px;
  border-top: 1px dashed rgba(61, 80, 104, 0.15);
}

.testimonial-two--styled .testimonial-two__client-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-two__avatar-wrap {
  padding: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color5), var(--color2), var(--color1));
}

.testimonial-two__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--white);
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
}

.testimonial-two--styled .testimonial-two__client-name {
  font-size: 19px;
  line-height: 1.3;
  margin: 0;
  color: var(--careon-black);
}

.testimonial-two--styled .testimonial-two__client-sub-title {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0;
  font-size: 13px;
  color: var(--color2);
  font-weight: 600;
}

.testimonial-two--styled .testimonial-two__carousel .owl-nav {
  display: none !important;
}

.testimonial-two--styled .testimonial-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
  display: flex;
  gap: 8px;
}

.testimonial-two--styled .testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  width: 28px;
  height: 6px;
  margin: 0;
  border-radius: 999px;
  background: rgba(61, 80, 104, 0.18);
  transition: all 0.35s ease;
}

.testimonial-two--styled .testimonial-two__carousel.owl-carousel .owl-dot.active span {
  width: 42px;
  background: linear-gradient(90deg, var(--color2), var(--color1));
}

.testimonial-two--styled .testimonial-two__right {
  margin-left: 0;
  padding-left: 20px;
}

.testimonial-two__img-frame {
  position: relative;
}

.testimonial-two__img-frame:before {
  content: "";
  position: absolute;
  inset: -16px -16px 16px 16px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(107, 133, 117, 0.18), rgba(196, 165, 116, 0.22));
  z-index: 0;
}

.testimonial-two--styled .testimonial-two__img {
  position: relative;
  z-index: 1;
}

.testimonial-two--styled .testimonial-two__img img {
  border-radius: 24px;
  border: 4px solid var(--white);
  box-shadow: 0 24px 60px rgba(44, 58, 77, 0.18);
  background: var(--white);
}

.testimonial-two__float-card {
  position: absolute;
  left: -10px;
  bottom: 36px;
  z-index: 2;
  background: var(--white);
  padding: 16px 20px;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(44, 58, 77, 0.15);
  border-left: 4px solid var(--color2);
  max-width: 220px;
}

.testimonial-two__float-card strong {
  display: block;
  color: var(--color1);
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 4px;
}

.testimonial-two__float-card span {
  color: var(--careon-gray);
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .testimonial-two--styled .testimonial-two__right {
    padding-left: 0;
    margin-top: 48px;
  }

  .testimonial-two--styled .testimonial-two__single {
    min-height: auto;
    padding-bottom: 58px;
  }

  .testimonial-two__float-card {
    left: 16px;
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  .testimonial-two--styled {
    padding: 75px 0 65px;
  }

  .testimonial-two__pills span {
    font-size: 12px;
    padding: 8px 12px;
  }

  .testimonial-two--styled .testimonial-two__single {
    padding: 26px 22px 58px;
  }

  .testimonial-two--styled .testimonial-two__text {
    font-size: 17px;
  }

  .testimonial-two__watermark {
    font-size: 90px;
    top: 30px;
    right: 16px;
  }

  .testimonial-two__float-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
    max-width: 100%;
  }
}