.navbar-marketing .navbar-brand img {
    height: 3rem !important;
}

.text-justify {
    text-align: justify;
}

.toast-header {
    background-color: #e81500 !important;
    color: #ffffff !important;
}

.toast-header .btn-close {
    background-color: #ffffff !important;
}
.toast-body {
    background-color: rgb(255 255 255 / 95%);
    color: var(--bs-toast-header-color) !important;
    font-size: 0.95rem;
}
/* ReCaptcha */
.recaptcha-wrapper {
    transform-origin: top left;
    max-width: 100%;
}

/* Teléfonos pequeños */
@media (max-width: 479px) {
    .recaptcha-wrapper {
    transform: scale(0.88);
        transform: scale(0.75);
    }
}

/* Teléfonos normales */
@media (min-width: 480px) and (max-width: 575.98px) {
    .recaptcha-wrapper {
        transform: scale(0.82);
    }
}

/* Tablets y plegables */
@media (min-width: 576px) and (max-width: 767.98px) {
    .recaptcha-wrapper {
        transform: scale(0.88);
    }
}