/* =============================================
   MOBILE / RESPONSIVE
============================================= */

/* Tablet */
@media (max-width: 992px) {

    .desktop {
        display: none!important;
    }

    .mobile {
        display: flex !important;
    }

    h2 {
        font-size: 20px;
    }

    nav#principal ul li a.nav-link {
        padding: 0;
    }

    body {
        font-size: 14px;
    }

    /* Header */
    .navbar-toggler {
        border: none;
    }

    header .logo img {
        max-width: 80%;
    }

    .main-navigation {
        display: flex;
        justify-content: flex-end;
    }

    .metaslider .caption {
        line-height: 30px;
    }

    .caption-wrap {
        background: transparent !important;
        top: 36%;
    }

    div#principal-navbarNavDropdown-container {
        position: absolute;
        top: 71px;
        z-index: 100;
        right: 0;
        background: #fff;
        padding: 20px 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        min-width: 290px;
    }

    .nosotros-contenido .texto {
        display: flex;
        height: auto;
        align-items: center;
        font-size: 16px;
        font-weight: bold;
        padding: 20px 0;
        text-align: center;
    }

    img.img-nosotros {
        position: relative;
        top: unset;
        right: unset;
        height: auto;
        width: 100%;
    }

    div#principal-navbarNavDropdown ul {
        flex-direction: column;
        display: flex;
        gap: 0;
        align-items: flex-start;
    }
    header .botones button.btn{
        margin: 10px 0;
    }
    .botones.mobile {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    /* Slider */

    #metaslider_container_69 .caption-wrap {
        max-width: 100%;
        left: unset !important;
        font-size: 22px;
        padding: 0 25px;
    }

    .servicios-destacados .servicio-item .servicio-icono {
        width: 110px;
        height: 110px;
    }

    /* Nosotros */

    .servicios-destacados .servicio-item .servicio-icono img {
        width: 60px;
        height: 60px;
    }

    .nosotros-contenido .left {
        position: unset;
        display: flex;
        align-items: flex-end;
    }


    /* Servicios */
    #servicios {
        padding: 50px 0 20px;
        background: #fff;
    }

    .servicio-item {
        margin-bottom: 30px;
    }

    .servicios-destacados {
        margin: 0;
    }
    .owl-carousel .servicio-item .bajada {
        padding: 5px !important;
    }
    /* Propuesta / Alcance */

    .propuesta-imagen,
    .alcance-imagen {
        flex: auto;
        height: auto;
        overflow: hidden;
    }

    .guarda {
        display: none;
    }

    #propuesta h2,
    #alcance h2 {

        font-size: 20px;

    }

    #contacto h2 {
        font-size: 30px;
        text-align: center;
    }

    #contacto .texto {
        text-align: center;
        max-width: 80%;
        display: block;
        margin: auto;
    }

    #contacto .contacto-datos {
        width: 90%;
    }

    #contacto {
        padding-top: 30px;
    }
    .propuesta-imagen img{
        max-width: 100%;
    }
    footer .logo,footer .menu, footer .botones {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    footer button{
        margin: 20px 0;
    }
    .footer .logo img{
        height: unset;
    }
    form.wpcf7-form.init {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    input
}