@media (max-width: 1414px){
    body{
        padding-top: 90px;
    }

    .header{
        height: 123px;
    }

    .logo-imagen{
        line-height: 123px;
        width: 150px;
        padding-bottom: 20px;

    }

    section{
        margin-top: 40px;
    }

}


@media (max-width: 1328px){
    body{
        margin-top: 10px;
    }
    .nav-menu{
        flex-direction: column;
        align-items: center;
        margin: 0;
        background-color: rgb(31,72,136);
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;

        height: calc(100% - 60px);
        overflow-y: auto;

        left: 100%;
        transition: left 0.3s;
    }

    .nav-menu-link:hover,
    .nav-menu-link_active{
        background: none;
        color: rgb(32,128,165);
    }

    .nav-menu-link{
        color: white;
    }

    .nav-toggle{
        display: block;
        padding-right: 30px;
        margin-bottom: 25px;
    }

    .nav-menu_visible{
        left: 0;
    }
}

@media (max-width:1200px){

    .representamos{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .epredia, .microm, .richard-allan, .shandon, .simport, .labor-security, .spot-imaging{
        flex-direction: column;
        align-items: center;
        width: 90%;
        height: max-content;
    }
    .epredia-imagen, .representamos-imagen-para-epredia, 
    .microm-imagen,  .representamos-imagen-para-micron,
    .richard-allan-imagen, .representamos-imagen-para-richard-allan,
    .shandon-imagen,  .representamos-imagen-para-shandon,
    .simport-imagen,  .representamos-imagen-para-simport,
    .labor-security-imagen,  .representamos-imagen-para-labor-security,
    .spot-imaging-imagen, .representamos-imagen-para-spot-imaging{
        text-align: center;
        justify-content: center;
        flex-direction: column;
    }

}


@media (max-width:1200px){
    .contenedor-texto-epredia, .contenedor-texto-microm, .contenedor-texto-richard-allan,
    .contenedor-texto-shandon,.contenedor-texto-simport, .contenedor-labor-security,
    .contenedor-texto-spot-imaging{
        width: 90%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        font-size: larger;
        align-items: center;
    }

    .texto-epredia, .texto-microm, .texto-richard-allan
    , .texto-shandon, .texto-simport, .texto-labor-security,
    .texto-spot-imaging{
        width: 90%;
        text-align: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
        font-size: larger;
        padding-bottom: 50px;
    }
}

@media (max-width:1360px){
    .videos-epredia, .videos-labor-security, .video-spot-imaging{
        flex-direction: column;
        align-items: center;
        width: 90%;
        text-align: center;
    }

    .video-epredia-1, .video-epredia-2, .videop, .video-labor-security, .video-spot-imaging{
        width: 90%;
        min-width:400px;
        height: auto;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
    }

    .videop{
        width: 100%;
        min-width:400px;
        height: auto;
        border-radius: 10px;
        align-items: center;
        justify-content: center;
    }


    @media (max-width: 992px){
        .footer-row{
            text-align: center;
        }

        .footer-link{
            width: 100%;
            margin-bottom: 30px;
        }
    }


}

@media (max-width:1343px){
    .footer-link ul li iframe{
        padding-right: 80px;
    }
}

@media (max-width:992px){
    .footer-link ul li iframe{
        padding: 0;
    }
}
