@media (max-width: 1199px) {

    /* ----------
POWERED STYLES 
------------ */
    .cardNerp .nerpCharacter {
        height: 116%;
        right: -8%;
    }
}

@media (max-width: 991px) {

    /* ----------
NAVBAR STYLES 
------------ */
    .navbar {
        background-color: var(--tertiary-color);
    }

    .navbar .navbar-nav {
        padding: 8px 0;
        border-radius: 0;
        background-color: var(--tertiary-color);
        margin-left: 0;
        margin-top: .5rem;
        border: none;
    }

    .navbar .navbar-nav .nav-link {
        margin-left: 6px;
    }

    .navbar .navbar-nav.socials {
        margin-left: auto;
        margin-right: 6px;
        flex-direction: row;
        border-radius: 100px;
        padding: 8px 10px;
        border: 2px solid var(--fourth-color);
    }

    /* ----------
HOME STYLES 
------------ */
    .videoHome {
        width: 150%;
    }

    /* ----------
CARDS
------------ */
    .cardPrimary {
        flex-direction: row;
    }

    .cardPrimary img {
        margin-right: 14px;
    }

    /* ----------
DIVIDER STYLES 
------------ */
    .textDivider {
        font-size: 40px;
        line-height: 42px;
    }

    /* ----------
POWERED STYLES 
------------ */
    .cardNerp .nerpCharacter {
        height: 116%;
        right: 0;
    }

    .cardNerp .containerInfo p {
        margin-bottom: 0;
        max-width: 70%;
    }
}

@media (max-width:767px) {

    /* ----------
HOME STYLES 
------------ */
    .titleBanner {
        font-size: 50px;
        line-height: 50px;
    }

    .videoHome {
        width: 200%;
    }

    /* ----------
FORMS
------------ */
    .form {
        padding: 60px 8px 60px;
    }

    /* ----------
SERVICIOS STYLES
------------ */
    #servicios {
        padding-top: 80px;
        margin-bottom: 80px;
    }

    /* ----------
CONOCENOS STYLES
------------ */
    #conocenos {
        padding-top: 80px;
    }

    .tickerwrapper {
        margin-top: 80px;
    }

    /* ----------
CONTACTANOS STYLES
------------ */
    #contactanos {
        padding-top: 60px;
    }

    /* ----------
POWERED STYLES
------------ */
    #powered {
        padding-top: 60px;
    }

    /* ----------
CLIENTES STYLES 
------------ */
    #preFooter {
        margin-bottom: 0px;
    }

    .contCertificados {
        padding: 16px;
    }

    .contCertificados img {
        height: 80px;
    }

    /* ----------
PORTAFOLIO STYLES 
------------ */
    #portafolio {
        padding-bottom: 30px;
    }

    .gallery-item {
        margin-bottom: 20px;
    }

    .inside {
        height: 200px;
        border-radius: 15px;
    }

    /* ----------
GALLERY STYLES 
------------ */
    .galleryView .modal-dialog {
        max-width: 80%;
    }
}

@media (max-width:575px) {

    /* ----------
TITLES INTERIOR
------------ */
    h1 {
        line-height: 40px;
    }

    .backH1 {
        line-height: 70px;
    }

    /* ----------
HOME STYLES 
------------ */
    #home {
        min-height: 100vh;
    }

    .videoHome {
        width: 300%;
    }

    /* ----------
FORMS
------------ */
    .form {
        padding: 40px 8px 40px;
        border-radius: 20px;
    }

    #comingsoon .form {
        padding: 20px 6px 30px;
        border-radius: 20px;
    }

    /* ----------
DIVIDER STYLES 
------------ */
    .contDivider {
        border-radius: 0;
        display: flex;
        align-items: center;
    }

    .gifCont {
        position: absolute;
        right: -20%;
        bottom: -10%;
    }


    /* ----------
CONTACTANOS STYLES 
------------ */

    .datosContacto {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: row; */
        overflow: scroll;
        justify-content: center;
        padding-bottom: 20px;
    }

    .datosContacto .btnSecondary {
        min-width: fit-content;
        font-size: 14px;
    }

    .scrollbar-container {
        overflow-y: auto;
        scrollbar-width: thin;
        scrollbar-color: #bad1f5 #e4e4e4;
        /* thumb-color track-color */
    }

    /* WebKit browsers (Chrome, Safari) */
    .scrollbar-container::-webkit-scrollbar {
        width: 20px;
    }

    .scrollbar-container::-webkit-scrollbar-track {
        background-color: #e4e4e4;
    }

    .scrollbar-container::-webkit-scrollbar-thumb {
        background-color: #bad1f5;
        border-radius: 5px;
    }

    .scrollbar-container::-webkit-scrollbar-thumb:hover {
        background-color: #9fa9f8;
    }

    /* Firefox */
    .scrollbar-container {
        scrollbar-color: #bad1f5 #e4e4e4;
        /* thumb-color track-color */
        scrollbar-width: thin;
    }

    .scrollbar-container scrollbar {
        width: 20px;
    }

    .scrollbar-container scrollbar thumb {
        background-color: #bad1f5;
        border-radius: 5px;
    }

    .scrollbar-container scrollbar thumb:hover {
        background-color: #9fa9f8;
    }

    /* ----------
POWERED STYLES 
------------ */
    .cardNerp .nerpCharacter {
        height: 110%;
        right: -6%;
    }

    .cardNerp .containerInfo p {
        margin-bottom: 0;
        max-width: 50%;
    }

    /* ----------
COMING SOON STYLES 
------------ */
    .symbolDots {
        height: 50px;
    }

    .animateNgt .logoSymbol {
        height: 50px;
    }

    .animateNgt .logoSymbolCont {
        margin-right: 12px;
    }

    .animateNgt .logoType.logoN {
        height: 35px;
        margin-right: 7px;
    }

    .animateNgt .logoType.logoG {
        height: 35px;
    }

    .animateNgt .logoType.logoT {
        height: 35px;
    }

    /* ----------
GALLERY STYLES 
------------ */
    .galleryView .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width:430px) {

    /* ----------
POWERED STYLES 
------------ */

    .cardNerp .nerpCharacter {
        height: 110%;
        right: -16%;
    }

    .cardNerp .containerInfo p {
        margin-bottom: 0;
        max-width: 60%;
    }
}

@media (max-width:375px) {

    /* ----------
POWERED STYLES 
------------ */
    .cardNerp .nerpCharacter {
        display: none;
    }

    .cardNerp .containerInfo p {
        margin-bottom: 0;
        max-width: 100%;
    }
}