@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html body{padding: 0px;margin: 0px;}
html img{width: 100%;}
main *{font-family: "Inter", sans-serif;}

html section{padding: 30px 10px;background-size: cover;}

.home{
	background-image: url("img/bg-home.png");
    background-position: center;
}
.home h1{
    color: #F8B60F;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
    text-shadow: -1px 4px 4px #000000d1;
}
.home p{
    font-family: "Poppins", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.3;
}
.home #form{
    border: 1px solid #fff;
    border-radius: 12px;
    width: 90%;
    margin: auto;
    background: #00000080;
    padding: 40px 0px 10px;
    box-sizing: border-box;
}
#p-form{
    font-weight: 300;
    padding: 0 10px 20px;
}
#form p:not(#p-form){
	text-align: left;
    width: 90%;
    margin: 25px auto;
    font-weight: bold;
}
#form input{
    background: #F2F2F2;
    border: none;
    font-size: 1.4rem;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
    width: 97%;

}
#form #enviar{
	background: #1DB01A;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    margin: 30px auto 0;
}
#form .wpcf7-spinner{display: none;}
#form .wpcf7-response-output{
	color: #fff;
    font-size: 18px;
}

.beneficios{
	background-image: url("img/bg-beneficios.png");
	padding: 30px;
}
.beneficios h2{
	color: #F8B60F;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.8rem;
    text-align: center;
    text-shadow: -1px 1px 7px #000000d1;
    margin: 0 0 80px
}
.beneficios .item{
	background: #284374;
    padding: 30px 20px;
    border-radius: 12px;
    border: 1px solid #fff;
    color: #fff;
    max-width: 300px;
    box-shadow: 10px 13px 15px #00000078;
    margin: 20px 0;
}
.beneficios i{
    color: #F8B60F;
    font-size: 3rem;
}
.beneficios h3{
    font-size: 1.8rem;
    font-weight: 600;
}
.beneficios p{
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 200;
}
.botao{
	background: #1DB01A;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 20px;
    margin: 30px auto 0;
    display: block;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    border-radius: 12px;
}

.periodo{
    background: #000;
}
.periodo h2{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    margin: 0;
}
.periodo span{color: #F8B60F}

.sobre{
    background-image: url(img/bg-sobre-mobile.png);
    height: 1000px;
    color: #fff;
    padding: 5px 30px 30px;
}
.sobre h2{
    font-size: 2rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.sobre p{
    font-weight: 300;
    font-size: 1.2rem;
}