.body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}

.navbar-custom {
    background: rgba(34, 34, 34, 0.3) 0% 0% no-repeat padding-box;
    text-align: left;
    font: normal normal normal 18px/21px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    min-height: 100px;
    position: relative;
}
.navbar-toggler {
    margin-right: 20px;
}

.navbar-brand {
    margin-left: 190px;
}

.navbar-custom .navbar-nav .nav-link {
    color: white !important; /* Set default text color to white */
    font: normal normal normal 16px/0px Roboto;
}

.navbar-custom .navbar-nav .nav-link:hover {
    text-decoration: underline;
}

.nav-item {
    margin-right: 35px;
    margin-left: 35px;
}

.navbar-custom .navbar-nav .nav-item.active .nav-link {
    color: white;
}

.navbar-custom .navbar-nav .nav-item.active {
    background-color: transparent;
}

.navbar-custom .navbar-nav .nav-link:focus {
    color: white;
}

.carousel-item img {
    height: 100vh;
    object-fit: cover;
}
.carousel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.carousel-indicators li {
    width: 13px !important;
    height: 13px !important;
    border-radius: 100%;
}

.content-overlay {
    position: relative;
    z-index: 4;
    margin-top: 120px;
}
.full-width-row {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 120px;
}

.row-footer {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 19px;
}

.card-left {
    background: rgba(0, 0, 0, 0.3) 0% 0% no-repeat padding-box;
    padding-bottom: 24px;
    padding-top: 32px;
    height: 214px;
    width: 748px;
    padding-left: 186px;
    position: relative;
}

.card-title-left {
    font: normal normal bold 42px/17px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 13px;
}

.card-text-left {
    font: normal normal normal 20px/26px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    max-width: 502px;
}

.rectangle-red {
    width: 90px;
    height: 3px;
    background-color: #e51d1d;
}
.rectangle-blue {
    width: 90px;
    height: 3px;
    background-color: #254fdd;
}
.rectangle-green {
    width: 90px;
    height: 3px;
    background-color: #16b401;
}
.rectangle-yellow {
    width: 90px;
    height: 3px;
    background-color: #ffe203;
}

.container-rectangles {
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: absolute;
    bottom: 0;
    right: 0;
}

.card-right {
    padding-top: 54px;
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 35px;
    width: 391px;
    min-height: 466px;
    background-color: white;
    border-radius: 11px;
}

.card-right .alert {
    display: none;
    font: normal normal normal 16px/17px Roboto;
}

.card-right img {
    display: block;
    margin: 0 auto;
    margin-bottom: 47px;
    width: 120px;
    height: 105px;
}

.card-right input {
    background-color: #e6e6e6;
}

.card-right .btn-primary {
    background: #F06B00 0% 0% no-repeat padding-box;
    border-radius: 2px;
    opacity: 1;
    border: 0px;
    font: normal normal medium 16px/17px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
}

.card-right .option-text-container {
    margin-bottom: 32px;
    text-align: center;
}

.option-text {
    font: normal normal normal 16px/17px Roboto;
    color: #5d5d5d;
    letter-spacing: 0px;
    opacity: 1;
    text-decoration: none;
}
.option-text:hover {
    color: #5d5d5d;
    text-decoration: underline;
}

.input-email {
    margin-bottom: 19px;
}

.input-password {
    margin-bottom: 13px;
}

.content {
    flex: 1;
}

.footer {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 3;
}
.background-black {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #454545 0% 0% no-repeat padding-box;
    opacity: 0.3;
    z-index: 1;
}

/* Ensure reCAPTCHA widget and badge render above all page overlays */
.grecaptcha-badge {
    z-index: 9999 !important;
}
.g-recaptcha,
.g-recaptcha iframe,
.g-recaptcha > div {
    position: relative;
    z-index: 10;
}

.footer-background-gray {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 477px;
    opacity: 0.4;
    z-index: -1;
    object-fit: cover;
}

.footer-background-blue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 262px;
    opacity: 0.4;
    z-index: -1;
    object-fit: cover;
}

.footer-background-sm {
    display: none;
    background-color: #263f58;
    height: 303px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.footer .help-text-container {
    z-index: 100;
    color: #ffffff;
    font: normal normal normal 15px/18px Roboto;
    text-wrap: nowrap;
    letter-spacing: 0px;
}

.container-fluid {
    margin-bottom: 20px;
}

.policy-text {
    font: normal normal normal 15px/18px Roboto;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-decoration: none;
}

.policy-text:hover {
    text-decoration: underline;
    color: #ffffff !important;
}

.help-text {
    color: #ffffff;
    font: normal normal normal 15px/18px Roboto;
    text-wrap: nowrap;
    letter-spacing: 0px;
    text-decoration: none;
    margin-right: 37px;
}

.help-text:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer .img-building {
    justify-self: end;
    width: 593px;
    height: 171px;
    object-fit: cover;
}

.carousel-indicators {
    z-index: 3;
}

.modal-content {
    padding: 30px;
    padding-top: 20px;
    padding-right: 5px;
}

.modal-header {
    margin: 0px;
    padding: 0px;
    border: 0px;
    align-items: normal;
    margin-right: 20px;
}

.modal-title {
    font: normal normal normal 20px/42px Roboto;
    letter-spacing: 0px;
    color: #3598db;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 19px;
}
.modal {
    overflow: hidden;
}
.modal-body {
    font: normal normal normal 16px/30px Roboto;
    letter-spacing: 0px;
    color: #5d5d5d;
    opacity: 1;
    padding: 0px;
    overflow-x: hidden;
    padding-right: 20px;
    max-height: 640px;
    text-align: justify;
}

.modal-dialog {
    margin-top: 110px;
}

.modal-title-questions {
    font: normal normal normal 25px/42px Roboto;
    letter-spacing: 0px;
    color: #387bbe;
    opacity: 1;
    margin: 0px;
}

.modal-subtitle {
    text-align: left;
    font: normal normal normal 20px/42px Roboto;
    letter-spacing: 0px;
    color: #3598db;
    opacity: 1;
}

.accordion {
    max-width: 676px;
}

.accordion-button {
    font: normal normal normal 16px/30px Roboto;
    letter-spacing: 0px;
    color: #263f58;
    padding-bottom: 5px;
    padding-top: 20px;
}

.accordion-button.collapsed {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion-button:not(.collapsed) {
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: white;
    color: #263f58;
}

.accordion-body {
    padding: 0px;
    padding-left: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    font: normal normal normal 16px/30px Roboto;
    letter-spacing: 0px;
    color: #5d5d5d;
    opacity: 1;
    text-align: justify;
}

.accordion-button:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.background-image-sm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}

.background-image-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1240px) {
    .row-footer {
        position: initial;
        margin-bottom: 0px;
    }
    .full-width-row {
        margin-bottom: 0px;
    }
    .content-overlay {
        margin-top: 20px;
    }
    .footer-col {
        justify-content: center;
    }
    .img-vti {
        justify-self: center;
        margin-bottom: 30px;
    }

    .img-building {
        margin-bottom: 20px;
        width: 421px !important;
        height: 121px !important;
    }
    .footer .help-text-container {
        margin-bottom: 10px;
    }

    .navbar-brand {
        margin-left: 119px;
    }

    .container-fluid {
        margin-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .carousel-indicators {
        display: none;
    }
    .card-right {
        margin: 20px;
        margin-bottom: 10%;
    }
    .card-left {
        display: none;
    }
    .footer-background-gray {
        display: none;
    }
    .footer-background-blue {
        display: none;
    }
    .footer-background-sm {
        display: flex;
        z-index: -1;
    }
    .img-building {
        width: 306px !important;
        height: 86px !important;
        margin-bottom: 0px;
    }

    .img-vti {
        width: 145px !important;
        height: 45px !important;
        margin-bottom: 23px;
    }
    .navbar-brand {
        margin-left: 0px;
    }
    .navbar {
        justify-content: center;
    }
    .help-text-container {
        margin-bottom: 16px !important;
    }

    .footer {
        height: 314px;
        align-content: end;
    }
    .policy-text {
        margin-bottom: 16px;
    }
    .background-image-sm {
        display: block;
    }
    .carousel {
        display: none;
    }
}

/* Asegurar que el badge de reCAPTCHA sea visible sobre el footer y sus imágenes */
.grecaptcha-badge {
  z-index: 2147483647 !important;
}
