@media all and (max-width: 1536px){
    .container-empresa{
        width: 40vw;
        height: auto;
        margin-top: 2vh;
    }
    .empresa-text{
        margin: 3vh 0;
    }
    .container-site{
        width: 70%;
    }
    .site-img{
        width: 60vh;
    }
    .site-img-reverse{
        width: 60vh;
    }
    .site-title{
        font-size: 3vh;
    }
    .site-text{
        width: 80%;
        font-size: 2vh;
    }
    .site-buttom{
        width: 9vw;
        margin: 2vh 0 0 23vh;
        font-size: 1.6vh;
    }
}

@media all and (max-width: 1024px){
    .container-empresa{
        width: 80vw;
    }
    .container-site{
        flex-flow: column;
        height: auto;
        width: 80vw;
        margin: 3vh 0;
    }
    #container1{
        flex-flow: column-reverse;
        margin: 3vh 0;
    }
    .site-content{
        display: flex;
        flex-flow: column;
        align-items: center;
    }
    .site-title{
        margin: 2vh 0;
        font-size: 4vh;
    }
    .site-text{
        width: 85%;
        font-size: 2.3vh;
        margin: 0;
    }
    .site-buttom{
        width: 20vw;
        margin: 3vh;
        font-size: 2vh;
    }
    .site-img{
        width: 100%;
        border-bottom-right-radius: 0;
        border-top-left-radius: 2vh;
    }
    .site-img-reverse{
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 2vh;
    }
}

@media all and (max-width: 414px){
    .empresa-text{
        font-size: 1.8vh;
    }
    .site-title{
        margin: 2vh 0 1vh 0;
        font-size: 3vh;
    }
    .site-text{
        font-size: 1.8vh;
    }
    .site-buttom{
        width: 30vw;
        margin: 2vh;
        font-size: 1.6vh;
    }
}

@media all and (max-width: 375px){
    .empresa-text{
        font-size: 1.8vh;
    }
    .site-buttom{
        font-size: 1.6vh;
    }
}

@media all and (max-width: 360px){
    .container-empresa{
        width: 93%;
    }
}