.nav-init {
  padding-top: 1.5rem;     /* puedes aumentar este valor */
  padding-bottom: 1.5rem;  /* puedes aumentar este valor */
  min-height: 90px;      /* establece una altura mínima si deseas */
}

/* Elimina la flecha por defecto de Bootstrap */
.dropdown-toggle::after {
  display: none !important;
}

/* Estilo opcional para el ícono */
.custom-dropdown i {
  font-size: 0.90rem;
  color: #0c1c4d; /* o el color que prefieras */
  vertical-align: middle;
}



.wrapper {
         display: flex;
         flex-direction: column;
         min-height: 100vh;
}
main {
        flex: 1;
}

@media screen and (max-width: 768px) {
    div#fila {
        height: auto !important;  /* Quita el height y lo reemplaza por auto */
        padding-bottom: 10px;
    }
}


/* Estilo por defecto */
.swiper-button-prev,
.swiper-button-next {
    color: #002E5E !important;
}

/* Estilo específico solo si están dentro de .swiper-conecta */
.swiper-conecta .swiper-button-prev,
.swiper-conecta .swiper-button-next {
    color: white !important;
}



.custom-dropdown {
  margin-right: 15%!important;
  color: #0c1c4d;
  font-weight: 400;
  text-decoration: none;
  font-size: 20px!important;
}

.accordion-button::after {
  content: '+';
  font-size: 1rem;
  color: white;
  background-color: #f57c00;
  border-radius: 50%;
  width: 18px!important;
  height: 18px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: none !important;
  box-shadow: none;
  transition: all 0.3s ease;
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
  color: white;
  background-color: #f57c00;
}



.accordion-button{
    background: #F0F0F0!important;
}


.underline-orange {
  margin-top: 2%!important;
  width: 10%!important;
  height: 2px;
  background-color: #f57c00;
  border-radius: 3px;
}

.accordion-button {
  background-color: #f8f9fa;
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  border-radius: 0.5rem !important;
}

.accordion-button::after {
  content: '+';
  font-size: 0.8rem;
  color: white;
  background-color: #f57c00;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: none !important;
  box-shadow: none;
  transition: all 0.3s ease;
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  content: '-';
  color: white;
  background-color: #f57c00;
}





.swiper-conecta {
    width: 100%;
    height: 350px;
    position: relative;
}

.slide-conecta {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}

.slide-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 8rem;
}

.slide-texto {
    max-width: 600px;
}

.titulo-conecta {
    font-size: 1.8rem;
    font-weight: bold;
    overflow: hidden;
}


.text-orange {
    color: #f57c00;
}

.subtitulo-conecta {
    font-size: 1rem;
    color: #f1f1f1;
    margin-top: 0.5rem;
    line-height: 1.5;
}

.btn-orange {
    background-color: #f57c00;
    color: white;
    padding: 0.5rem 1.4rem;
    border-radius: 30px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #d96a00;
    color: white;
}

.swiper-button-prev,
.swiper-button-next {
    color: white;
}

.text-dark-cp{
    color:#333333!important;
}

.text-primary-cp{
    color:#002F5D!important;
}
.acerca-nosotros {
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.acerca-nosotros h2 span {
    color: #0c1c4d;
}

.btn-custom-orange {
    background-color: #f57c00;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
    font-weight: 500;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-custom-orange:hover {
    background-color: #d96a00;
    color: white;
}

.btn-custom-second {
    background-color: #121C51;
    color: white;
    padding: 0.6rem 1.5rem;
    border-radius: 5px;
    font-weight: 500;
    border: none;
    transition: background-color 0.3s ease;
}

.btn-custom-second:hover {
    background-color: #121C51;
    color: white;
}

.card-funcionalidad {
    background: #fff;
    border-radius: 1rem;
    padding: 2rem 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* Icono dentro de círculo */
.icono-fondo {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #f1ecec;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Imagen del icono */
.icono-img {
    width: 100%;
    height: 100%;
}

/* Título azul */
.titulo-azul {
    color: #0c1c4d;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1rem;
}

/* Texto */
.card-funcionalidad p {
    font-size: 0.95rem;
    color: #444;
    margin-top: 0.5rem;
}

/* Línea naranja */
.linea-naranja {
    width: 40px;
    height: 4px;
    background-color: #f57c00;
    margin: 0 auto;
    border-radius: 2px;
}

/* Estilo general del slider */
.custom-slider {
    position: relative;
}

/* Cada slide */
.custom-slide {
    position: relative;
    height: 100%;
}

/* Imagen como fondo de slide */
.slide-background {
    width: 100%;
    height: 55vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Contenido del texto sobre imagen */
.slide-content {
    background: #FFFFFF99; /* fondo blanco semitransparente para contraste */
    padding: 3rem;
    margin-left: 5%;
    max-width: 600px;
    border-radius: 0.5rem;
}

/* Tipografías y botón */
.slide-title-orange {
    color: #f57c00;
    font-size: 2rem;
    margin: 0;
}

.slide-title-blue {
    color: #0c1c4d;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 1rem;
}

.slide-description {
    font-size: 1rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.slide-button {
    display: inline-block;
    background: #0c1c4d;
    color: white;
    padding: 0.6rem 1.4rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
    .slide-background {
        justify-content: center;
    }

    .slide-content {
        margin: 0 1rem;
        padding: 2rem;
        text-align: center;
    }
}