@media (max-width: 768px) {

    .fp-viewing-experiencias #english>a>p {
        filter: invert(1);
    }

    .fp-viewing-we-work #english>a>p {
        filter: invert(1);
    }

    .fp-viewing-our-services #english>a>p {
        filter: invert(1);
    }

    .fp-viewing-Datos #english>a>p {
        display: none;
    }

    .h3mob {
        font-size: 1.8em !important
    }

    h3,
    .h3 {
        font-size: 2.6em !important
    }


    .form-control {
        border-radius: 0 !important;
        border-width: 3px;
    }

    .btn-default {
        border-width: 3px !important
    }

    .logo-marca-2 {
        position: fixed;
        top: 4% !important;
        left: 5% !important;
        z-index: 99999;
        width: 30% !important;
    }

    .barra-mob {
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 99999;
    }

    .menuimg {
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 99999
    }

    .modal-header {
        padding-top: 15vh
    }

    .modal-content {
        position: relative;
        background-color: #0A218E;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0 !important;
        border-radius: 0;
        outline: 0 !important;
        -webkit-box-shadow: 0 !important;
        box-shadow: 0 !important;
        height: 100vh !important;
    }


    .manito {
        transition: all 2s ease-in-out;
        width: 60px;
        position: relative;
        left: 30%;
        top: 10vh;
        transform: rotate(-40deg);
    }

    .emoji {
        transition: all 2s ease-in-out;
        width: 40px;
        position: relative;
        left: -8%;
        top: 20vh;
    }
    .cora {
        transition: all 2s ease-in-out;
        width: 80px;
        position: relative;
        left: 7%;
        top: 0vh;
        transform: rotate(-15deg) scale(0.8);
    }

    .fp-viewing-meet-lood .menuBurguer .active_menu li:nth-child(3) {
        margin-top: 5px !important;
    }

}