/**/
 
*{transition: all ease 0.3s;}

@font-face {
    font-family: 'Gobold';
    src: url('../fonte/Gobold.woff2') format('woff2'),
        url('../fonte/Gobold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
a{color: #fff; text-decoration: none;}

body{
	font-family: Montserrat, system-ui;
}
h1, h2, .fontgobold{font-family: 'Gobold', system-ui;;}
.bg-section01{background-image: url(../images/bg-first-section.png); background-attachment: fixed;}
.bg-section02{background-image: url(../images/bg-second-section.png);  background-attachment: fixed;}
.bg-black{background-color: #000;}
.color-red{color:#cd4f44;}
.bg-red{background-color:#cd4f44;}
.color-white{color:#fff;}
.border-radius-top{border-radius: 18vw 18vw 0 0;}
.float-whatsapp{
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 80px;
	z-index: 99;
	opacity: 1;
	transition: all ease 0.2s;
}
.float-whatsapp:hover{
	opacity: 0.9;
	bottom: 20px;
	right: 20px;
	width: 60px;
	transition: all ease 0.2s;
}
.float-whatsapp img{
	width: 100%;
}
.wrap-content-intro{
	width: 100%;
	max-width: 900px;
	margin: 100px auto 0;
	padding: 10vw 7vw;
	color: #fff;
	font-size: 20px;
}
.wrap-content{
	width: 100%;
	max-width: 900px;
	margin: 0 auto 0;
}
.wrap-content-intro p{
	font-size: 25px;
}
.wrap-content-intro .logotipo{
	max-width: 200px;
	width: 100%;
	display: inline;
	margin-bottom: 10px;
}
.button-style{
	font-family: 'Gobold', system-ui;;
	background-color: #cd4f44;
	border-radius: 20px 0 20px;
	color: #000 !important;
	padding: 15px;
	border: none;
	display: block;
}
.marginy-section{
	padding: 100px 0;
}

.section-infos{
	font-size: 20px;
}

.formactive input {
    border: none;
    border-radius: 0px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    background: transparent;
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 30px;
}

.formactive input::placeholder {
    color: #752018;
    font-weight: bold
}
.wrap-form form input::placeholder {
	color: #b2afaf;
}

.wrap-form form input,
.wrap-form form select,
.wrap-form form textarea {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #b2afaf;
    margin: 0 auto 8px;
    background-color: transparent;
    color: #000;
    max-width: 480px;
    font-weight: bold;
    display: block;
}
@media(max-width:768px){
	.area-picanha{
		text-align: center;
	}
}