
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --azul:#1F3B73;
  --beige:#F6F3EF;
  --bordo:#972E3F;
  --gris:#BFC1C6;
}

*{box-sizing:border-box}

body{
  margin:0;
  font-family: Inter, "Segoe UI", Roboto, Arial, sans-serif;
  background:var(--beige);
  color:#222;
  -webkit-font-smoothing:antialiased;
}

p{ font-family: "Roboto Flex", sans-serif; margin-bottom:1rem; }
h1,h2,h3,h4,h5,h6,span{ font-family: "Montserrat", sans-serif; }
a{
  text-decoration: none;
}
/* Topbar */
.topbar{
  background:#F4ECE1;
  color:var(--azul);
}
.logo-circle{display:flex;align-items:center;justify-content:center;font-weight:700;}
.logo-circle img{ width: 130px; max-width:100%; height:auto; }

/* Links */
.topLink{ color:var(--azul); font-weight:700; transition: .2s; text-decoration: none;}
.topLink:hover{ color:#972E3F;}

/* Hero */
.hero-p{ font-weight:600; color: #f1f4fb; }
.hero{
  background-image: url('./img/fondo2.jpg');
  background-size: cover;
  background-position: center;
  min-height:80vh;
  display:flex;
  align-items:center;
  position:relative;
  color:white;
}


/* --- Responsive Topbar --- */
@media (max-width: 768px) {
  .topbar .d-flex.align-items-center.gap-3 {
    flex-direction: column;
    text-align: center;
  }

  .topbar .brand-text h2,
  .topbar .brand-text p {
    text-align: center;
  }

  .topbar .container {
    flex-direction: column;
    gap: 0.75rem;
  }

  .topbar .d-none.d-md-flex {
    display: none !important;
  }

  .logo-circle img {
    width: 150px;
  }
}

/* Hero overlay (color azul semitransparente) */
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-color:var(--azul);
  opacity:0.75;
  z-index:1;
}
.hero-content{ position:relative; z-index:2; padding:3rem 0; }
@media (max-width: 768px) {
.hero-content{ position:relative; z-index:2; padding:2rem 10px; }
  }
.display-hero{
  font-size:2.4rem;
  font-weight:900;
  color:#fff;
}

@media (max-width: 576px) {
  .hero .btn {
    width: 100%;
    max-width: 320px;
    text-align: center;
  }
}
.mostrar{
    display: none !important;
}
@media (max-width: 767px) {
  .ocultar{
    display: none !important;
  }
  .mostrar{
    display: flex !important;
}
}

/* Buttons */
.cta-bordo{
  background:var(--bordo);
  color:white;
  border:none;
  transition: all 0.3s !important;
}
.cta-bordo:hover{ background:white; color:#7b2530; }

/* Cards equal height helpers */
.row-eq > [class*='col-'] { display:flex; }
.full-height { display:flex; flex-direction:column; height:100%; }

.card-feature{
  border-left:3px solid var(--azul);
  background:white;
  padding:1rem;
  border-radius:8px;
  box-shadow:0 6px 18px rgba(0,0,0,0.04);
  height:100%;
}

.testimonial{
  background:white;
  border-radius:10px;
  padding:1.25rem;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.contact-card{
  background:linear-gradient(180deg, rgba(31,59,115,0.06), transparent);
  border:1px solid rgba(31,59,115,0.06);
  padding:1rem;
  border-radius:8px;
}

/* Parallax */
.parallax{
  background-image: 
    linear-gradient(rgba(31, 59, 115, 0.85), rgba(31, 59, 115, 0.85)), 
    url('./img/fondo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color:white;
  text-align:center;
  overflow:hidden;
}



/* Footer */
footer{ background:#0f2545; color:#e7e9ee; padding:2rem 0 0 0; }

/* Responsive adjustments */
@media (max-width:991.98px){

  .display-hero{ font-size:1.9rem; }
  .hero{ min-height:56vh; }
}

/* Disable fixed background on small devices for smoother scroll */
@media (max-width:767.98px){
  .parallax, .hero{
    background-attachment: scroll;
  }

  .display-hero{ font-size:1.7rem; }
}

/* Previene conflictos si style.css pisa la fuente de los íconos */
.bi::before {
  font-family: "bootstrap-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
}
section{
    overflow: hidden !important;
}
div{
    overflow: hidden !important;    
}
/* Botón flotante de WhatsApp */
/* Botón flotante de WhatsApp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #20ba5a;
  transform: scale(1.05);
}


.custom-accordion .accordion-item {
  border: none;
  background-color: #1F3B73;
  border: solid 1px #F6F3EF;
}

.custom-accordion .accordion-button {
  background-color: #1F3B73;
  color: #fff;
  box-shadow: none;
  font-size: 1.11rem;
  font-weight: 600;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #1F3B73;
  color: #fff;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-body {
  background-color: #1F3B73;
  color: #fff;
  border-top: none;
}

.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1); /* Hace blanco el ícono de flecha */
}

.link{
  color: #1F3B73;
  transition: 0.3s;
}
.link:hover{
  color: #972E3F;
}

.font-icon{
font-size: 40px;
}

.quienSoy{
  background-color: white;
}

.paddingS{
  padding: 100px 0;

}
.subTitulo{
  font-size: 45px;
}
@media (max-width:991.98px){
.paddingS{
  padding: 50px 0;

}
.subTitulo{
  font-size: 30px;
}
}
strong{
  font-weight: 900 !important;
}

.font-iconF{
font-size: 30px;
}