*{
    box-sizing: border-box;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.container{
    background-image: url(Images/home-banner.jpg);
    background-repeat: no-repeat;
    height: 94vh;
    width: 100%;
}
header{
    width: 100%;
    display: flex;
}

.cabecalho{
    width: 100%;
    height: 8vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-around;       
}
.font-header{
    font-size: 11px;
    color: white;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
}
.color-header{
    color: #FCDC00;
}
.btn-header{
    display: flex;
    width: 32%;
    justify-content: space-between;
}
.lupa-header{
    height: 2vh;
    cursor: pointer;
}
.image-header{
    padding-right: 15%;
}
.meio{
    display: flex;    
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 60vh;
    flex-direction: column;
}
.quadrado-meio{
    display: flex;   
    padding: 3%;
    background-color: black;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.quadrado-meio> h2{
    color: white;
    font-size: 36px;
    font-weight: 200; 
}
.quadrado-meio > p{
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: 300;
    line-height: 1.5;
}
.btn-meio{
    display: flex;
    padding: 0.7%;
    background-color: yellow;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: -1%;
}
.btn-meio > p{
    font-size: 12px;
    color: black;
    font-weight: 600;
}
main{
   /* height: 210vh; */
    width: 100%;
}
.btn-main{
    display: flex;
    height: 25vh;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: auto;
}
.btn-main > a{
    display: flex;
    text-decoration: none;
    color: black;
    margin-right: 1px;
    padding: 1% 3%;
    font-size: 12px;
    font-weight: 500;
    transition: background-color 0.4s;
}
.a1{
    background-color: #FCDC00;
}
.a2:hover{
    background-color: #FCDC00;
}
.a3:hover{
    background-color: #FCDC00;
}
.a4:hover{
    background-color: #FCDC00;
}
.galeria-main{
    display: flex;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.fotos-main{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.img-main{
    padding: 0 10px;
    margin-bottom: 10px;
}
.btn-main2{
    display: flex;
    background-color: #FCDC00;
    padding: 0.7%;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.btnD-main{
    width: 100%;
    display: flex;
    height: 20vh;
    margin-bottom: 5%;
    align-items: center;
    justify-content: center;
}
.feedback{
    background-color: #FCDC00;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.feedback-text{
    color: black;
    text-align: left;
}
.feedback-text > h2{
    font-size: 34px;
}
.feedback-text > p{
    font-size: 14px;
    line-height: 1.7;
    margin-top: 7%;
}
.media{
    background-color: #FFF;
    display: flex;
    align-items: center;
    gap: 2em;
    padding: 2%;
}
.media-text{
    display: flex;
    flex-direction: column;
}
.media-text > p{
    color: #777777;
    font-size: 14px;
}
.media-text > h2{
    color: black;
    font-size: 16px;
    padding:  2% 2%;
}
section{
    height: 130vh;
    width: 100%;
    display: flex;
    justify-content: center;
}
.area-section{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.area-section > h2{
    color: black;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1%;
    margin-top: 6%;
}
.area-section > p{
    color: #777777;
    font-size: 14px;
}
.container-section{
    width: 63%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 5%;
}
.quadrado-section{
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 32%;
    transition: background-color 0.4s;
}
.quadrado-section > h2{
    font-size: 18px;
    color: black;
    font-weight: 600;
}
.quadrado-section > p{
    font-size: 14px;
    color: #777777;
    margin-top: 5%;
}
.quadrado-section:hover{
    background-color: #FCDC00;
}
.btnA-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-section{
    text-decoration: none;
    color: black;
    background-color: #FCDC00;
    font-size: 14px;
    font-weight: 600;
    padding: 1%;
    margin-top: 5%;
}
.imgs-instagram{
    margin-bottom: 0;
    display: flex;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 1;
}
.imgs-instagram > img{
    width: 15vw;
}
footer{
    height: 50vh;
    background-color: #04091e;
    display: flex;
    align-items: center;
}
.div-footer{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding-left: 10%;
}
.footer1{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.footer1 > h2{
    color: #FFF;
    font-size: 18px;
}
.footer1 > p{
    color: #777777;
    font-size: 14px;
    margin-top: 10%;
}

.footer2{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.footer2 > h2{
    color: #FFF;
    font-size: 18px;
}
.footer2 > p{
    color: #777777;
    font-size: 14px;
    margin-top: 10%;
    margin-bottom: 5%;
}
.input-btn{
    display: flex;
}
.input-btn > input{
    height: 5vh;
    width: 20vw;
}
.enviar-btn{
    display: flex;
    width: 13%;
    height: 4.95vh;
    background-color: #FCDC00;
    margin-left: -1%;
    justify-content: center;
    align-items: center;
}
.enviar-btn > svg{
    height: 4vh;
}

.footer3{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-right: 15%;
}
.footer3 > h2{
    color: #FFF;
    font-size: 18px;
}
.footer3 > p{
    color: #777777;
    font-size: 14px;
    margin-top: 20%;
    margin-bottom: 10%;
}
.logos-footer{
    display: flex;
    fill: #FFF;
    align-items: center;
    justify-content: space-around;
}