@charset "UTF-8";
@media only screen and (max-width: 2000px){
    body{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-left: 0;
    }
    .section-page01{
        width: 70%;
    }
    .section-page02{
        width: 70%;
    }
    .agency-section h1{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 1350px){
    nav{
        gap: 10rem;
    }
    .nav-2{
        gap: 10rem;
    }
    .agency-section h1{
        font-size: 10rem;
    }
    .img-container img{
        width: 200px;
        height: 300px;
    }
    .title-container h3{
        font-size: 18px;
    }
    .title-container p{
        font-size: 14px;
    }
    .div2-container{
        gap: 3rem;
    }
    .img-shit1{
        width: 140px;
    }
    .img-shit2{
        width: 140px;
    }
    .div-shit h2{
        font-size: 8rem;
    }
    .section-footer{
        flex-direction: column;
    }
    .responsivo{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8rem;
    }
    .section-page02{
        height: 1750px;
        margin-top: 0rem;
    }
}
@media only screen and (max-width: 1350px){
    nav{
        gap: 10rem;
    }
    .nav-2{
        gap: 10rem;
    }
    .agency-section h1{
        font-size: 10rem;
    }
    .img-container img{
        width: 200px;
        height: 300px;
    }
    .title-container h3{
        font-size: 18px;
    }
    .title-container p{
        font-size: 14px;
    }
    .div2-container{
        gap: 3rem;
    }
    .img-shit1{
        width: 140px;
    }
    .img-shit2{
        width: 140px;
    }
    .div-shit h2{
        font-size: 8rem;
    }
    .section-footer{
        flex-direction: column;
    }
    .responsivo{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8rem;
    }
    .section-page02{
        height: 1750px;
        margin-top: 0rem;
    }
}
@media only screen and (max-width: 900px){
    header, .header-2{
        margin-bottom: 2rem;
    }
    nav, .nav-2{
        gap: 4rem;
    }
    .agency-section h1{
        font-size: 5rem;
    }
    .section-page01{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .section-page02{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #container-agency p{
        font-size: 13px;
    }
    .container-section{
        align-items: center;
        justify-content: center;
    }
    .img-container{
        align-items: center;
        justify-content: center;
    }
    .div-about{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        margin-left: 0;
    }
    .div-about2{
        align-items: center;
        justify-content: center;
        padding: 0px;
    }
    .img-shit1{
        width: 60px;
        margin-left: 10px;
    }
    .img-shit2{
        width: 60px;
        margin-right: 0px;
        margin-left: -2em;
    }
    .div-shit h2{
        font-size: 4rem;
    }
    .div-form2 p{
        margin-left: 5rem;
    }
}