html, body{
    background: rgb(255, 255, 255);
}

.header{
    position: relative;
    width: 100%;
}
.slide{
    position: relative;
    margin: 40px auto 10px auto;   
    width: 95%;
    height: 300px;
    background-color: rgb(71, 71, 71);
    border-radius: 20px;
}

.slide img{
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    
}

.conteiner_efeito{
    margin: 100px auto;
    text-align: center;
    width: 60%;
    text-align: center;
    padding: 10px;
    border-bottom: solid rgb(109, 109, 110) 1px;
    border-top: solid rgb(109, 109, 110) 1px;;
}

.conteiner_efeito p {
    font-size: 30px;
}


.conteiner_nivel_1{
    position: relative;
    width: 95%;
    margin: 30px auto;

    
}

.conteiner_nivel_2{
    float: left;
    margin: 10px 20px 20px 0;
}

#nivel_2_esquerda{
    width: 20%;
    height: 600px;
    background: rgb(109, 109, 110);
    border-radius: 20px;
}

#nivel_2_esquerda img{
    width: 100%;
    height: 600px;
    border-radius: 20px;
    object-fit: cover;
}

#nivel_2_direita{
    height: 500px;
    padding: 50px;

}

#nivel_2_direita h1{
    margin-bottom: 50px;
}


#nivel_2_direita li{
    font-size: 20px;
    margin-top: 40px;
}

.conteiner_nivel_3{
    float: left;
    margin: 80px 20px 20px 0;
    width: 15vw;
    height: 15vw;
    border-radius: 20px;
}

.conteiner_fotos {
    float: left;
    width: 100%;
    background-color: aliceblue;
    align-items: center;
    margin-top: 200px;
    margin-bottom: 100px;
}

.conteiner_fotos_1{
    display: block;
    margin-left: auto;
    margin-right: auto;

    width: 100%;
    text-align: center;
}


.conteiner_fotos_1 img{
    margin: 30px 10px;
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    border-radius: 20px;
}

.conteiner_nivel_4{
    margin: 0 auto;
    float: left;
    margin: 20px 20px 20px 0;
    width: 15vw;
    height: 15vw;
    border-radius: 20px;
}

.conteiner_nivel_4 img{
    margin: 0 auto;
    float: left;
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    border-radius: 20px;
}


.footer{
    float: left;
    position: relative;
    width: 100%;
    height: 300px;
    background: rgb(71, 71, 71);
    margin-top: 50px;
}

.conteiner_nivel_5{
    width: 70%;
    margin: 100px auto 10px auto;
    align-items: center;
    text-align: center;
    align-content:center ;
}

.conteiner_nivel_6{
    float: left;
    width: 31.5%;
    height: 80px;
    margin: 50px 0 10px 15px;  
     
}

.conteiner_nivel_6 img{
    height: 70%;
    object-fit: cover;
}

.copyright{
    color:aliceblue;
    display: block;
    margin: 80px 0 0 40px;
    font-size: 13px;
}
.copyright p{
    margin-bottom: 10px;
}