﻿@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, #1A4A9E, #003078, #002060);
  --gradient2: linear-gradient(to bottom, #8FA3C9, #6E85B5, #d49e27);
  --btnwap: #00b96c;
  --brand-blue: #003078;
  --brand-lavender: #6E85B5;
  --brand-gold: #d49e27;
  --brand-blue-soft: #EEF1F8;
  --brand-lavender-soft: #F1F4FA;
  --brand-mint: #6E85B5;
  --brand-mint-soft: #F1F4FA;
  --color1: #003078;
  --color1-dark: #002060;
  --color2: #6E85B5;
  --blanco: #fff;
  --negro: #000;
  --gradiente1: linear-gradient(135deg, #003078, #1A4A9E);
  --gradiente2: linear-gradient(135deg, #6E85B5, #d49e27);
  --hero-soft: linear-gradient(165deg, #F1F4FA 0%, #FBFCFF 42%, #EEF1F8 100%);
}

.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: var(--btnwap);
  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: 100px;
  z-index: 99;
  display: flex;
  flex-direction: column;
}

.contacto a {
  background: var(--header);
  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(--theme);
}

.contacto a {
  color: #fff !important;
}

.contacto i {
  margin-right: 20px;
}

.fab2 {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: var(--btnwap);
  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;
}

.mobile-buttons {
  position: fixed;
  bottom: 0px;
  z-index: 999;
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 10px;
  justify-content: space-evenly;
  background: var(--black);
  display: none;
  background-color: var(--white);
}

.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;
}

#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(--theme);
  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: var(--theme2);
}

#banner-form .formulario button:hover {
  background: var(--theme2);
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

#banner-form .formulario a:hover {
  background: var(--theme)
}

#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 {
    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: var(--theme);
    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;
  }
}
.mobile-buttons {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
    justify-content: space-evenly;
    background: var(--careon-white);
    display: none;
  }
  
  .mobile-buttons a {
    background: var(--theme);
    border-radius: 50px;
    padding: 8px 25px;
    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(--header);
    color: var(--white)!important;
  }
  .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: 320px) and (max-width: 767px){
    .mobile-buttons{
      display: flex;
              background-color: #0000004a;
        border-radius: 30px;
    }
    .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;
  }
  .fab2{
    bottom: 55px;
  }
  .fullwidth{
    display: none !important;
  }
  .responsive{
    display: block !important;
  }
  }

/* ===== Armonía de marca: azul + menta (logo) ===== */

/* Quitar rojo quemado / formas que rompen la paleta */
.hero-1 .bottom-shape {
  display: none !important;
}

.hero-1 .parasuit-shape img,
.hero-1 .left-shape img,
.hero-1 .right-shape img,
.hero-1 .pencil-shape img,
.hero-1 .star-shape img {
  opacity: 0.55;
}

.header-top-section {
  background: #F1F4FA !important;
  border-bottom: none;
}

.header-top-wrapper .contact-list li,
.header-top-wrapper .contact-list li a {
  color: var(--brand-blue) !important;
}

.header-top-wrapper .contact-list li i {
  color: var(--brand-mint) !important;
}

.about-section-2 {
  background: linear-gradient(180deg, #fff 0%, #F1F4FA 100%);
}

.section-bg {
  background: linear-gradient(180deg, #F1F4FA 0%, #F7FBFC 100%);
}

.section-bg-2 {
  background: linear-gradient(180deg, #EEF1F8 0%, #F5F8FC 100%);
}

.clases-items .clases-bg {
  background: linear-gradient(180deg, #ffffff 0%, #F4F6FB 100%);
}

.clases-items .clases-content h4 a {
  color: var(--brand-blue);
}

.clases-items .clases-content p {
  color: var(--text);
}

.clases-section .array-button .array-prev,
.clases-section .array-button .array-next {
  background-color: var(--brand-blue);
  border-color: var(--brand-lavender);
}

.clases-section .array-button .array-prev:hover,
.clases-section .array-button .array-next:hover {
  background-color: var(--brand-lavender);
  color: var(--brand-blue);
}

/* Servicios: fondo azul bajo */
.clases-section.section-servicios-bg {
  background-image: none !important;
  background: #DCE6F5 !important;
  position: relative;
  overflow: visible;
}

.clases-section.section-servicios-bg .clases-shape {
  z-index: 1;
  overflow-x: hidden;
  height: 140px;
  top: -100px;
}

.clases-section.section-servicios-bg .wave {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23DCE6F5' d='M0,64 C240,120 480,0 720,40 C960,80 1200,20 1440,56 L1440,120 L0,120 Z'/%3E%3C/svg%3E") !important;
  background-size: 50% 100%;
  background-repeat: repeat-x;
  filter: none;
  opacity: 1;
}

.clases-section.section-servicios-bg .wave:nth-of-type(1) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23E8EEF8' d='M0,48 C180,100 420,10 720,50 C1020,90 1260,16 1440,60 L1440,120 L0,120 Z'/%3E%3C/svg%3E") !important;
  opacity: 0.95;
}

.clases-section.section-servicios-bg .wave:nth-of-type(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23DCE6F5' d='M0,70 C260,10 520,110 780,55 C1040,5 1240,95 1440,50 L1440,120 L0,120 Z'/%3E%3C/svg%3E") !important;
  opacity: 1;
}

.clases-section.section-servicios-bg .container {
  position: relative;
  z-index: 2;
}

.clases-section.section-servicios-bg .section-title h2 {
  color: #003078 !important;
}

.clases-section.section-servicios-bg .section-title span {
  color: #d49e27 !important;
}

.clases-section.section-servicios-bg .section-title p {
  color: #4A5568 !important;
}

.testimonial-items .testimonial-bg {
  background-color: var(--brand-blue);
}
.doctoralia-style {
    height: 20px;
    margin-right: 10px;
}

.testimonial-items .testimonial-bg.bg-2 {
  background-color: #5A719E;
}

.testimonial-items .testimonial-bg.bg-3 {
  background: linear-gradient(135deg, #003078 0%, #6E85B5 100%);
}

.cta-section-2 {
  background-image: none !important;
  background: linear-gradient(135deg, #003078 0%, #2A4F8A 50%, #6E85B5 100%) !important;
}

.cta-section-2 .bg-shape img {
  filter: hue-rotate(103deg) saturate(0.7) brightness(1.1);
  opacity: 0.9;
}

.footer-section.section-bg {
  background: linear-gradient(180deg, #F7FBFC 0%, #EEF1F8 55%, #D9E6F2 100%);
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3,
.footer-widgets-wrapper .single-footer-widget .list-area li a,
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--brand-blue);
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a,
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  color: var(--brand-mint);
}

.theme-btn {
  background-color: var(--brand-blue);
  box-shadow: 0 10px 24px rgba(0, 48, 120, 0.2);
}

.theme-btn::before,
.theme-btn::after {
  background-color: var(--brand-mint);
}

.theme-btn2 {
  background-color: var(--btnwap);
}

.theme-btn2::before,
.theme-btn2::after {
  background-color: var(--brand-blue);
}

.theme-btn.bg-white {
  color: var(--brand-blue);
}

.theme-btn.bg-white:hover {
  color: var(--white);
}

.section-title h2,
.about-content h2,
.faq-content .accordion-button {
  color: var(--brand-blue);
}

.section-title span,
.about-content span {
  color: var(--brand-gold) !important;
}

.mean-container .mean-nav ul li a.mean-expand,
.header-main .main-menu ul li a:hover,
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--brand-mint);
}

/* Solo barra H1 (breadcrumb) de cada página */
.breadcrumb-wrapper,
.breadcrumb-wrapper.section-soft-bg {
  background-color: #F1F4FA !important;
  background-image: none !important;
  position: relative;
  overflow: hidden;
}

.breadcrumb-wrapper .page-heading h1 {
  color: #003078 !important;
}

.breadcrumb-wrapper .line-shape,
.breadcrumb-wrapper .plane-shape,
.breadcrumb-wrapper .doll-shape,
.breadcrumb-wrapper .parasuit-shape,
.breadcrumb-wrapper .frame-shape,
.breadcrumb-wrapper .bee-shape {
  display: none !important;
}

.breadcrumb-wrapper .section-pedia-icons {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.breadcrumb-wrapper > .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-wrapper .sec-icon {
  position: absolute;
  display: block;
  line-height: 1;
  opacity: 0.12;
}

.breadcrumb-wrapper .sec-icon-1 { top: 8%;  left: 3%;  font-size: 88px; color: #003078; }
.breadcrumb-wrapper .sec-icon-1 i { transform: rotate(-16deg); display: inline-block; }

.breadcrumb-wrapper .sec-icon-2 { top: 18%; right: 5%; font-size: 64px; color: #d49e27; opacity: 0.18; }
.breadcrumb-wrapper .sec-icon-2 i { transform: rotate(12deg); display: inline-block; }

.breadcrumb-wrapper .sec-icon-3 { top: 48%; left: 6%;  font-size: 110px; color: #003078; opacity: 0.09; }
.breadcrumb-wrapper .sec-icon-3 i { transform: rotate(8deg); display: inline-block; }

.breadcrumb-wrapper .sec-icon-4 { bottom: 16%; right: 8%; font-size: 92px; color: #6E85B5; opacity: 0.13; }
.breadcrumb-wrapper .sec-icon-4 i { transform: rotate(-10deg); display: inline-block; }

.breadcrumb-wrapper .sec-icon-5 { bottom: 8%; left: 12%; font-size: 58px; color: #003078; opacity: 0.14; }
.breadcrumb-wrapper .sec-icon-5 i { transform: rotate(18deg); display: inline-block; }

.breadcrumb-wrapper .sec-icon-6 { top: 6%;  right: 22%; font-size: 72px; color: #5A719E; opacity: 0.11; }
.breadcrumb-wrapper .sec-icon-6 i { transform: rotate(-8deg); display: inline-block; }

.breadcrumb-wrapper .sec-icon-7 { bottom: 28%; left: 40%; font-size: 80px; color: #003078; opacity: 0.08; }
.breadcrumb-wrapper .sec-icon-7 i { transform: rotate(14deg); display: inline-block; }

.breadcrumb-wrapper .sec-icon-8 { top: 38%; right: 18%; font-size: 54px; color: #6E85B5; opacity: 0.14; }
.breadcrumb-wrapper .sec-icon-8 i { transform: rotate(-20deg); display: inline-block; }

@media (max-width: 767px) {
  .breadcrumb-wrapper .sec-icon-3,
  .breadcrumb-wrapper .sec-icon-7 {
    display: none;
  }

  .breadcrumb-wrapper .sec-icon-1 { font-size: 56px; }
  .breadcrumb-wrapper .sec-icon-2 { font-size: 44px; }
  .breadcrumb-wrapper .sec-icon-4 { font-size: 60px; }
  .breadcrumb-wrapper .sec-icon-5 { font-size: 40px; }
  .breadcrumb-wrapper .sec-icon-6 { font-size: 48px; }
  .breadcrumb-wrapper .sec-icon-8 { font-size: 38px; }
}

/* ===== Pulido visual (misma estructura) ===== */
.header-top-wrapper {
  padding: 14px 0;
}

.header-top-wrapper .contact-list {
  gap: 28px;
}

.header-top-wrapper .contact-list li {
  font-size: 14px;
  letter-spacing: 0.01em;
  opacity: 0.92;
  transition: opacity 0.25s ease;
}

.header-top-wrapper .contact-list li:hover {
  opacity: 1;
}

.header-top-wrapper .contact-list li i {
  margin-right: 8px;
  font-size: 15px;
}

.header-2 .header-main {
  background-color: #fff !important;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 48, 120, 0.1);
  border: 1px solid rgba(110, 133, 181, 0.28);
  padding: 16px 28px;
}

/* Fondo continuo: header + banner (sin corte) */
.header-2 {
  background-color: #F1F4FA !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.sticky.header-2 {
  background-color: #fff !important;
  box-shadow: 0 8px 24px rgba(0, 48, 120, 0.08);
}

.sticky.header-2 .header-main {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0;
  padding: 12px 0;
}

.hero-1 {
  background-color: #F1F4FA !important;
  background-image:
    radial-gradient(ellipse 55% 40% at 88% 42%, rgba(110, 133, 181, 0.22), transparent 70%),
    radial-gradient(ellipse 38% 45% at 8% 78%, rgba(0, 48, 120, 0.05), transparent 65%) !important;
  margin-top: -8px !important;
  padding-top: 28px !important;
  border: none !important;
}

.header-main .main-menu ul li a {
  position: relative;
  font-weight: 600;
  transition: color 0.25s ease;
}

.header-main .main-menu ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 0;
  height: 2px;
  background: var(--brand-mint);
  border-radius: 2px;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.header-main .main-menu ul li a:hover::after,
.header-main .main-menu ul li.active a::after {
  width: 55%;
}

.header-2 .header-main .header-right .header-button .theme-btn {
  padding: 16px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 48, 120, 0.22);
}

.hero-1 .hero-content h5 {
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.5;
  margin-bottom: 14px;
  color: #d49e27;
  font-weight: 500;
  max-width: 32em;
  letter-spacing: 0.01em;
}

.hero-1 .hero-content h1 {
  font-size: clamp(2.8rem, 5.5vw, 4.4rem) !important;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  font-weight: 800;
}

.hero-1 .hero-content p {
  max-width: 34em;
  line-height: 1.7;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  color: #4A5F6E;
  margin-bottom: 0;
}

.hero-1 .hero-content .hero-button {
  gap: 16px;
  margin-top: 32px;
}

.hero-1 .hero-image {
  position: relative;
}

.hero-1 .hero-image > img {
  filter: drop-shadow(0 22px 40px rgba(0, 48, 120, 0.14));
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

.hero-1 .hero-image:hover > img {
  transform: translateY(-6px);
}

.hero-bubbles {
  position: absolute;
  inset: -6% -10%;
  z-index: 0;
  pointer-events: none;
  overflow: visible;
}

.hero-bubble {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow:
    inset 0 0 18px rgba(255, 255, 255, 0.35),
    0 8px 20px rgba(0, 48, 120, 0.06);
}

.bubble-1 {
  width: 70px;
  height: 70px;
  top: 6%;
  left: -4%;
  background: rgba(0, 48, 120, 0.1);
}

.bubble-2 {
  width: 48px;
  height: 48px;
  top: 18%;
  right: -2%;
  background: rgba(212, 158, 39, 0.14);
}

.bubble-3 {
  width: 92px;
  height: 92px;
  top: 44%;
  left: -10%;
  background: rgba(110, 133, 181, 0.12);
}

.bubble-4 {
  width: 56px;
  height: 56px;
  top: 56%;
  right: -6%;
  background: rgba(0, 48, 120, 0.08);
}

.bubble-5 {
  width: 40px;
  height: 40px;
  bottom: 18%;
  left: 4%;
  background: rgba(212, 158, 39, 0.12);
}

.bubble-6 {
  width: 64px;
  height: 64px;
  bottom: 8%;
  right: 4%;
  background: rgba(110, 133, 181, 0.1);
}

@media (max-width: 991px) {
  .hero-bubbles {
    inset: -2% -2%;
  }

  .bubble-1 { width: 54px; height: 54px; left: 0; }
  .bubble-2 { width: 38px; height: 38px; right: 0; }
  .bubble-3 { width: 70px; height: 70px; left: 0; }
  .bubble-4 { width: 44px; height: 44px; right: 0; }
  .bubble-5 { width: 32px; height: 32px; }
  .bubble-6 { width: 50px; height: 50px; }
}

@media (max-width: 575px) {
  .bubble-3,
  .bubble-5 {
    display: none;
  }
}

.hero-1 .parasuit-shape img,
.hero-1 .left-shape img,
.hero-1 .right-shape img,
.hero-1 .pencil-shape img,
.hero-1 .star-shape img {
  opacity: 0.4;
  filter: hue-rotate(155deg) saturate(0.5) brightness(1.12);
}

.theme-btn {
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(0, 48, 120, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.theme-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(0, 48, 120, 0.28);
}

.theme-btn2 {
  box-shadow: 0 12px 28px rgba(0, 185, 108, 0.28);
}

.theme-btn2:hover {
  box-shadow: 0 16px 32px rgba(0, 185, 108, 0.35);
}

.section-title span {
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #d49e27 !important;
}

.section-title h2 {
  letter-spacing: -0.02em;
}

.clases-items {
  transition: transform 0.35s ease;
}

.clases-items:hover {
  transform: translateY(-8px);
}

.clases-items .clases-bg {
  box-shadow: 0 16px 36px rgba(0, 48, 120, 0.08);
}

.clases-items .clases-content h4 a {
  transition: color 0.25s ease;
}

.clases-items:hover .clases-content h4 a {
  color: var(--brand-mint);
}

.testimonial-items {
  transition: transform 0.35s ease;
}

.testimonial-items:hover {
  transform: translateY(-6px);
}

.feature-value-items .value-icon-items .icon {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 8px 18px rgba(0, 48, 120, 0.06);
}

.feature-value-items .value-icon-items:hover .icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 12px 24px rgba(110, 133, 181, 0.25);
}

.about-content .theme-btn,
.faq-content .theme-btn {
  margin-top: 8px;
}

.cta-section-2 {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.cta-section-2 .section-title h2 {
  letter-spacing: -0.02em;
}

.faq-content .accordion-item {
  border: 1px solid rgba(110, 133, 181, 0.35) !important;
  border-radius: 14px !important;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 6px 18px rgba(0, 48, 120, 0.04);
}

.faq-content .accordion-button:not(.collapsed) {
  background: rgba(110, 133, 181, 0.12) !important;
  color: var(--brand-blue) !important;
  box-shadow: none;
}

@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    gap: 12px;
  }

  .theme-btn {
    width: 100%;
  }
}

/* Header equilibrado: logo | menú | botón */
.header-2 .header-main.style-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.header-2 .header-main .header-left {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 12px;
}

.header-2 .header-main .header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-width: 0;
}

.header-2 .header-main .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 12px;
  padding-left: 12px;
}

.header-2 .header-main .main-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
}

.header-2 .header-main .main-menu ul li {
  margin-inline-end: 0;
  padding: 0 10px;
}

.header-2 .header-main .header-right .header-button {
  display: block;
}

.header-cta-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 10px !important;
  border-radius: 999px;
  background: linear-gradient(135deg, #003078 0%, #1A4A9E 55%, #6E85B5 160%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.01em;
  box-shadow:
    0 10px 24px rgba(0, 48, 120, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  white-space: nowrap;
  overflow: hidden;
}

.header-cta-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.22) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.header-cta-btn:hover {
  color: #fff !important;
  transform: translateY(-3px);
  filter: saturate(1.05);
  box-shadow:
    0 16px 32px rgba(0, 48, 120, 0.28),
    0 0 0 4px rgba(212, 158, 39, 0.25);
}

.header-cta-btn:hover::before {
  transform: translateX(120%);
}

.header-cta-btn .header-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(212, 158, 39, 0.95);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.header-cta-btn .header-cta-icon i {
  margin: 0 !important;
  font-size: 17px;
  color: #003078;
}

.header-cta-btn .header-cta-text {
  padding-right: 14px;
}

@media (max-width: 1399px) {
  .header-2 .header-main .header-right .header-button {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .header-2 .header-main.style-2 {
    gap: 16px;
  }

  .header-2 .header-main .header-center {
    display: none;
  }

  .header-2 .header-main .header-right .header-button {
    display: none !important;
  }
}
/* Credenciales biografía */
.bio-credentials {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.bio-credential-block {
  background: #fff;
  border: 1px solid rgba(0, 48, 120, 0.08);
  border-radius: 18px;
  padding: 18px 20px;
  box-shadow: 0 10px 28px rgba(0, 48, 120, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bio-credential-block:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 48, 120, 0.1);
}

.bio-credential-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.bio-credential-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #003078, #1A4A9E);
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 8px 18px rgba(0, 48, 120, 0.2);
}

.bio-credential-icon--gold {
  background: linear-gradient(135deg, #d49e27, #E8B84A);
  color: #003078;
  box-shadow: 0 8px 18px rgba(212, 158, 39, 0.28);
}

.bio-credential-head h5 {
  margin: 0;
  color: #003078;
  font-size: 18px;
  font-weight: 700;
}

.bio-credential-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.bio-credential-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #F1F4FA;
  color: #4A5568;
  font-size: 14px;
  line-height: 1.45;
}

.bio-credential-list li i {
  margin-top: 2px;
  color: #d49e27;
  font-size: 14px;
  flex-shrink: 0;
}

.bio-credential-list li span {
  color: #334155;
}

@media (min-width: 576px) {
  .bio-credentials {
    grid-template-columns: 1fr;
  }
}
