.is-app-grey {
    background-color: #FFFFFF !important;
}

.hero-image-composition-1 .image-wrap {
    max-width: none;
}

.hero-body {
    height: calc(100dvh - 65px);
    display: flex;
}

.hero-body .container {
    margin: auto !important;
}

@media screen and (max-width: 768px) {
    .hero-body .has-text-left {
        text-align: center !important;
    }
}

.main-title {
    font-style: normal !important;          
    font-variant: normal !important;        
    font-weight: 900 !important;            
    /* font-size: 50px !important;              */
    /* line-height: 54px !important;            */
    font-family: 'Segoe UI' !important;
}

.hero.is-app-grey .title {
    color: #133483 !important;
}

.hero.is-app-grey .subtitle {
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    /* font-size: 20px !important;
    line-height: 24px !important; */
    font-family: 'Segoe UI' !important;
}

.button-cta {
    font-weight: bold;
}

.navbar-item {
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    /* font-size: 25px !important;
    line-height: 28px !important; */
    font-family: 'Segoe UI' !important;
    color: #858585 !important;
    
}

.navbar-start {
    gap: 20px;
}

.title h2 {
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    /* font-size: 50px !important;
    line-height: 50px !important; */
    font-family: 'Segoe UI' !important;
    color: #133483 !important;
}

.card-custom-header h3 {
    font-weight: bold !important;
    font-family: 'Segoe UI' !important;
}

.box-title {
    font-weight: bold !important;
    font-family: 'Segoe UI' !important;
    color: #133483 !important;
}


.switcher-logo {
    max-height: none !important;
    height: 50px !important;
}

.body-subtitle {
    color: #0168B3;
    font-family: "Segoe UI", sans-serif;
    font-size: 2rem;
    font-weight: bold !important;
}

.is-icon-reveal img {
    max-height: 48px;
}

.body-subtitle2 {
    color: #1B1464;
    font-weight: 600;
    font-size: 20px;
    font-family: 'Roboto' !important;
}

.card-custom {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 12px 36px #00000014;
    border-radius: 20px;
    padding: 70px;
}

@media screen and (max-width: 768px) {
    .card-custom {
        padding: 30px 40px;
        line-height: 1.3;
    }
}

.card-custom-header img{
    width: 120px;
    height: 120px;

}

.card-custom-header h3 {
    color: #0168B3;
    font-family: "Nexa Bold", sans-serif;
    font-size: 1.4rem;
    margin-top: 5px;
}

.card-custom-content ul {
    list-style: disc;
    font-size: 1rem !important;
    margin-top: 10px;
}

.footer-custom {
    position: relative;
    width: 100%;
    height: 20vw;  /* Ajusta esta altura según necesites */
    /* overflow: hidden; */
}

.footer-custom img {
    position: absolute;
    bottom: -23.3957vw;
    left: -43.4492vw;
    width: 100vw;  /* Ancho total del viewport */
    height: auto;
    max-width: none;  /* Evita que la imagen se restrinja al ancho del contenedor */

    transform-origin: bottom left;  /* Punto de origen para la transformación */
    /* Escala la imagen al 200% para mostrar solo un cuadrante */
    transform: scale(1);
}

.btn-primary {
    outline: none !important;
    border: 0;
    background-color: #0168B3 !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out !important;
    border-radius: 0.3rem !important;
    cursor: pointer;
    /* Espaciados por defecto de Bootstrap */
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
}

/* Estilos adicionales solo cuando se usa btn-lg */
.btn-primary.btn-lg {
    font-size: 1.25rem !important;
    padding: 0.5rem 1rem !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #005a9c !important;
    border-color: #005a9c !important;
}

.btn-danger {
    outline: none !important;
    border: 0;
    background-color: #D9534F !important;
    color: #fff !important;
    transition: all 0.5s ease-in-out !important;
    border-radius: 0.3rem !important;
    cursor: pointer;
    /* Espaciados por defecto de Bootstrap */
    font-size: 1rem !important;
    padding: 0.375rem 0.75rem !important;
}

/* Estilos adicionales solo cuando se usa btn-lg */
.btn-danger.btn-lg {
    font-size: 1.25rem !important;
    padding: 0.5rem 1rem !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #c9302c !important;
    border-color: #c9302c !important;
}


