@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

*{
    padding: 0;
    margin: 0;
}

body{
    background-color: #ffffff;
}

header{
    width: 100%;
    display: flex;
    z-index: 100;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    text-decoration: none; 
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

#header1{
    box-shadow: none;
    padding: 30px 0px;
}

.header1 header{
    width: 100%;
    display: flex;
    z-index: 100;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    text-decoration: none; 
}

.links{
    margin-left: 60%;
}

.links,a{
    text-decoration: none;
    color: gray;
    word-spacing: 40px;
    font-size: 1.2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    margin-top: 4px;
    transition: 1s;
}

.links a:hover{
    color: rgb(205, 205, 205);
}

#logo{
    margin-left: 10%;
}

.conteudo1{
    height: 764.5px;
    width: 100%;
    background-color: #dcdada;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.quadrado{

    background-color: rgb(255, 255, 255);
    height: 100px;
    margin-top: 700px;
    margin-left: -634px;
    width: 680px;
    

}   

.mini{
    margin-top: 10px;
    margin-bottom: -5px;
    text-align: center;
    color: #666883;
    font-weight: 400;
    font-size: 25px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;    
}

#layla{
    margin-top: 100px;
    position: absolute;
    right: 0;
    opacity: 0.95;
    z-index: 2;
}

.texto,h1{
    width: 580px;
    position: absolute;
    margin-left: 70px;
    margin-top:120px;
    color: rgb(47, 47, 47);
    font-size: 1.7em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    justify-content: center;
    text-align: center;
    z-index: 4;
}

.paragrafo{
    margin-top:260px;
    margin-left: 150px;
    font-size: 18px;
}

.conteudo2{
    margin-top: 200px;
    height: 1000px;
    display: flex;
}

#fotol{
    margin-left: 180px;
    width: 580px;
    height: 800px;
    border-radius: 10px;
    box-shadow: 10px 1px 70px 1px rgb(142, 142, 142);   
}

.textos{
    margin-top: 120px;
    margin-left: -20px;
}


#titulo2{
    font-weight:620;
    margin-left: -2px;
    margin-top: -65px;
    font-size: 2.5em;
    color: #333333;
}

.partes{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    color: #666883;
    text-align: justify;
    margin-top: 100px;
    margin-left: 110px;
    font-size: 1.2em;
    width: 800px;
    word-spacing: 3px;
}

.textos2{
    margin-top: -30px;
}

.partes,p{
    margin-top: 30px;
}

#form{
    color: #333333;
    font-size: 1.2em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
}

#h2{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-top: 4%;
    text-align: center;
    font-weight: 400;
    font-size: 2em;
}

footer{
    height: 320px;
    align-items: center;display: flex;
    justify-content: center;
    padding: 50px 0;
    color:#f0f9ff;
    background-color:#282d32;
    font-family: sans-serif;
}

footer h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:18px;
    font-weight: 700;

}

footer ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

footer a:hover{
    opacity: 0.8;
}

footer ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
}

footer itens{
    margin-bottom: 36px;
}

.coluna{
        justify-content: space-evenly;
        display: flex;
        flex-direction: row;

}

.itens2{
    margin: 0 auto;
}

.itens2 h3{
    margin-top:50px;
    margin-left: -20px;
    margin-bottom:18px;
    font-weight:bold;
    font-size:25px;
    font-weight: 700;
    text-align: center;
}

.itens2 p{
margin: 0 auto;
font-size: 18px;
width: 1008px;
text-align: justify;
text-decoration:none;
opacity:0.6;
}


.copyright{
    margin-top: 30px;
    opacity: 0.4;
    text-align: center;
}   

.nome{
    margin-left:44%;
    font-weight: 600;
}

.cont{
    margin-left: 740px;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#insta{
    margin-left: 5px;
    margin-top:-10px;
}


#TG{
    color: #ffffff52;
    margin-left: 650px;
    margin-top: 50px;
    font-size: 6em;
}

.expo{
    border: currentColor;
    border-color: white;
    justify-content: space-around;
    display: flex;
    margin-top: 200px;
    width: 100%;
    height: 800px;
    background-color: rgba(235, 235, 235, 0.093);

}

.expo img{
    margin-top: 100px;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    transition: 0.5s;
    opacity: 0.7;
}

.expo img:hover{
    width: 500px;
    height: 280px;
    opacity: 1;
}

#quadrado1{
    margin-top: 120px;
    background-color:#5C7464;
    width: 27%;
    height: 300px;
}

#quadrado2{
    margin-top: 300px;
    margin-left: 80%;
    background-color:#5C7464;
    width: 500px;
    height: 300px;
    margin: 0 auto;
}

#imagemtrat1{
    margin-top: -260px;
    margin-left: 220px;
    width: 600px;
    height: 600px;
}

#imagemtrat2{
    margin-top: -260px;
    margin-left: 63%;
    width: 600px;
    height: 600px;
}
.base{
    margin-top: 300px;
    height: 1580px;
    width: 100%;
    background-color:#5C7464;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-direction: column;
}


.principaltexto{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 120px;
    margin-top: -550px;

    margin-left: 1100px;
    width: 400px;
    font-size: 7em;
}

#tituloo{
    color: rgb(232, 232, 232);
    font-size: 3em;
    width: 800px;
    margin-top: -1200px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

#customizado{
    color: rgb(232, 232, 232);
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    margin-top: -1100px;
    font-family: "Montserrat", sans-serif;
    position: absolute;
}


.quadradinhoconteudo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 190px;
    row-gap: 400px;
    margin-top: 600px;
}

.quadradinho {
    margin-top: -340px;
    background-color: white;
    border-radius: 8px;
    width: 390px;
    box-shadow: 0 14px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    padding: -100px;
    padding-bottom:40px;
    font-size: 1.7em;
    transition: 1s;    
}

.quadradinho:hover {
    transform: translateY(-20px); 
    width: 430px;
    box-shadow: 0 24px 12px rgba(0, 0, 0, 0.1);
}


.quadradinho img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.quadradinho h3 {
    color:#5C7464;
    margin: 15px 0;
    font-family: "Montserrat", sans-serif;
}

.quadradinho p {
    padding: 0 15px;
    font-size: 17px;
    color: #5C7464;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#criador{
    margin-left: -420px;
    word-spacing: 1px;
}


#instaa{
    margin-left:-42%;
    transition: 1s;
}

#instaa:hover{
    width: 32px;
    margin-top: -10px;
}





@media screen and (max-width: 1550px) {
    .links{
        margin-left: 20%;
    }
}

@media screen and (max-width: 700px) {
    .links{
        margin-left: 5%;
    }
    #logo{
        margin-left: 1%;
    }
    .texto{
        margin: 0 auto;
    }
    #layla{
        right: 30%;
        opacity: 0.3;
    }
}    