*{
    box-sizing: border-box;
    margin: 0;
    font-family: "Poppins", sans-serif;
}
.container{
    background-image: url(Images/home-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 45vh;
    width: 100vw;
    display: flex;
}
header{
    width: 100%;
}
.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%;
}
.header-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
}
.header-text > h2{
    color: white;
    font-size: 46px;
}
.text-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-header > a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    transition: 0.5s;
}
.text-header > p{
    color: white;
    font-size: 14px;
    font-weight: 300; 
    cursor: pointer;
}
.text-header > a:hover{
    color: #FCDC00;  
}
.text-header > p:hover{
    color: #FCDC00;
}
main{
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container-main{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-main > img{
    height: 35vh;
}
.quadrado-main{
    padding: 3% 5%;
    margin-top: -7%;
    text-align: center;
    background-color: white;
}
.quadrado-main > h2{
    font-size: 24px;
    font-weight: 600;
}
.quadrado-main > p{
    font-size: 14px;
    color: #777777;
    font-weight: 300;
    margin-top: 7%;
}

.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;
}