@media (max-width:830px){
    .conteudo{
        width: 100%;
        height: 100%;
        padding-top: 40px;
    }
    .conteudo h1{
        width: 100%;
        font-size: 2.5rem;

    }
}

@media (max-width:760px){
    .container{
        height: 200vh;
        width: 100%;
        max-height: 800px;
    }
    .conteudo{
        width: 100%;
        height: 100%;
        padding-top: 10px;
    }
    .conteudo h1{
        width: 100%;
        font-size: 2.5rem;
    }
    .conteudo p{
        width: 100%;
        font-size: 1rem;
    }
    .circulo{
        position: absolute;
        right: -100px;
        top: 400px;
        width: 1000px;
        height: 1000px;
        
    }
    .img{
        height: 100%;
        margin-top: -100px;
    }
    .img img{
        position: relative;
        left: 50%;
        transform: translate(-25%);
        width: 25%;
        top: 0;
    }
    .img1{
        margin-top: -100px;
    }
    .img2 img{
        position: relative;
        width: 22%;
        left: 50%;
        transform: translate(-25%);
        top: -100px;
    }
    .img3 img{
        position: relative;
        width: 18%;
        left: 50%;
        transform: translate(-25%);
        transform: rotate(10deg);
        top: -30px;
    }
    .img-menor{
        bottom: 100px;
        right: -30px; 
        gap: 20px;
    }
    .img-menor img{
        width: 35px;
        bottom: 0;
        cursor: pointer;
        transition: .5s;
    }
    .rede-social{
        top: 250px;
        background-color: #2b5942;
        height:130px;
        width: 40px;
        text-align: center;
        justify-content: center;
        font-size: 22px;
        border-radius: 5px;
        right: -6%;
    }
}
@media (max-width:500px){
    .container{
        height: 200vh;
        max-height: 850px;

    }
    .conteudo h1{
        width: 100%;
        font-size: 1.8rem;
    }
    .conteudo p{
        width: 100%;
        font-size: 1rem;
    }
    .circulo{
        right: -250px;
        top: 430px;
        
    }
    .img-menor{
        bottom: 120px;
    }
    .img2 img{
        width: 20%;
    }
    .img3 img{
        width: 16%;

    }
    .img img{
        width: 23%;

    }
    .listas{
        display: none;
    }
    .hambergue{
        opacity: 1;
    }
    .mostrar{
        display: block;
    }
}