body > nav .menu-brand img {
    max-height: 150%;
    margin-left: -10px;
    margin-top: -8px;
}

/*landing-page*/

.menu-classic h1 {
    color: white;
    font-weight: 700;
    line-height: normal;
}

.menu-classic h2 {
    color: #03bfcb;
    font-weight: 600;
    font-size: 20px;
}

nav.menu-classic {
    padding: 15px;
}

nav.menu-classic small {
    font-size: 26px;
}

.cnt-call > i {
    display: block;
    text-align: center !important;
}

/* End landing-page*/

.slider h1.text-uppercase {
    font-size: 38px;
    line-height: 40px;
}

.form-box .cf-loader {
    content: url(../media/loader.svg);
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: -0.8em;
    left: 50%;
    margin-left: -15px;
    z-index: 1044;
}

.form-ajax .data-box {
    display: none;
    margin-top: 20px;
}

.text-danger {
    color: #dc3545 !important;
}

.form-box:not(.form-inline) .g-recaptcha {
    margin-bottom: 0;
}

.responsive-img-dodo {
    width: 70%;
    max-width: 100%;
    height: auto;
}

.responsive-img-iso {
    width: 90%;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

/*Video*/
.video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* Relación de aspecto 16:9 */
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Estilo para los mensajes de validación */
span[data-valmsg-for] {
    display: block; /* Mostrar como bloque para ocupar todo el ancho disponible */
    margin-top: -20px; /* Espacio superior */
    font-size: 0.9em; /* Tamaño de fuente */
}
.terms-accepted {
    display: block;
    line-height: 1.8;
}
/*

/* reCapcha */
.g-recaptcha {
    display: flex;
    justify-content: center;
    max-width: 100%;
}

.boxed-area.form-call {
    width: 100%;
    max-width: auto; /* Ajusta según sea necesario */
    margin: 0 auto; /* Centrar el contenedor */
    overflow: hidden; /* Evita desbordamientos */
}

.form-group.recaptcha-content {
    text-align: center;
}
/* FIN reCapcha */

.whatsapp-button {
    position: fixed;
    bottom: 60px;
    right: 5px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

-------------------------------------------------------------------
MIDDLE AND TOP LOGO - NAVIGATION MENU
-------------------------------------------------------------------
*/
    @media (max-width: 992px) {
        .menu-brand img {
        margin-bottom: -10px;
    }
    .slider h1.text-uppercase {
        font-size: 33px;
        line-height: 45px;
    }
    .cnt-box.boxed .caption {
        min-height: 260px;
    }
    .icon-links, .custom-area {
        display: none;
    }
    .cnt-box.boxed .caption {
        min-height: auto;
    }
    .responsive-img-dodo {
        width: 40%;
    }
    .responsive-img-iso {
        width: 70%;
    }
    .container.whatIsDodo {
        padding-top: 0;
    }

    body > nav.menu-classic {
        height: auto;
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .cnt-box.boxed .caption {
        min-height: auto;
    }
    .icon-links, .custom-area {
        display: none;
    }
    .responsive-img-dodo {
        width: 60%;
    }
    .responsive-img-iso {
        width: 90%;
    }
    .box-steps[data-columns='2'] {
        grid-template-columns: 1fr;
    }
    .container.whatIsDodo {
        padding-top: 0;
    }

    body > nav.menu-classic {
        height: auto;
        padding: 15px;
    }

    /* Información agenda una llamada */
    .send-info.text-list-line li {
        display: contents;
    }
    .send-info.text-list-line hr {
        display: none;
    }
    .send-info.text-list-line li p {
        margin: 0;
        overflow: hidden; /* Evita desbordamientos */
    }
    /* FIN Información agenda una llamada */
    
    /*ReCapcha*/
    .g-recaptcha {
        transform: scale(0.85); /* Reduce el tamaño del reCAPTCHA */
        transform-origin: 0 0; /* Asegura que se mantenga en su posición */
    }
    .form-group.recaptcha-content {
        margin-left: 20px;
    }
    /*FIN ReCapcha*/

    /*Patners*/
    .cnt-box-team {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cnt-box-team > img {
        width: 60%;
    }
    /*FIN Patners*/

    .slider h1.text-uppercase {
        font-size: 34px;
        line-height: 36px;
    }
}