.banner{
	width: 100%;
	z-index: 10;
	padding: 134px 0 100px!important;
	background-color: var(--bg2);
	position: relative;
}
.banner::before{
	content: "";
	width: 100%;
	height: 50px;
	background-image: url('../imagens/bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 4;
	bottom: -30px;
}
.banner .container{
	gap: 50px;
	justify-content: space-between;
}
.banner .texto{
	max-width: 340px;
	width: 100%;
	gap: 15px;
	margin-top: 50px;
}
.banner .texto h6{
	font-weight: 600;
	font-size: 14px;
}
.banner .texto h2{
	font-weight: 500;
	line-height: 1;
}
.banner .texto p{
	font-size: 18px;
	font-weight: 600;
}
.banner .texto .infos{
	margin-top: 50px;
	gap: 15px;
}
.banner .texto .infos a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.banner .texto .infos a .icon {
    border: 1px solid #eee;
    border-radius: 50px;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .texto .infos a .icon i {
    color: var(--cor-2);
    font-size: 14px;
}
.banner .texto .infos a .txt {
    max-width: calc(100% - 47px);
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    transition: ease .3s;
}
.banner .texto .infos a:hover .txt {
    color: var(--cor-2);
    transition: ease .3s;
}

.banner .form{
	max-width: 592px;
	width: 100%;
	height: fit-content;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #eee;
}
.banner .form .botoes-form{
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.banner .form .botoes-form button{
	padding: 20px;
	font-weight: 600;
	font-size: 20px;
	border: 1px solid transparent;
	background-color: #fff;
	color: #000;
}
.banner .form .botoes-form button:nth-child(1){
	border-top-left-radius: 10px;
}
.banner .form .botoes-form button:nth-child(2){
	border-top-right-radius: 10px;
}
.banner .form .botoes-form button.ativo,
.banner .form .botoes-form button:hover{
	border: 1px solid var(--cor-2);
	color: var(--cor-2);
	background-color: var(--bg2);
	transition: ease .3s;
}
.banner form.ativado{
	display: flex!important;
	flex-wrap: wrap;
}
.banner form{
	display: none;
    width: 100%;
    padding: 30px;
    gap: 10px;
    justify-content: space-between;
}
.banner form p{
	max-width: 336px;
	width: 100%;
	font-weight: 600;
	margin-bottom: 10px;
}
.banner form input,
.banner form select{
	width: 100%;
    height: 56px;
    background-color: #ffff;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: var(--cor-1);
    font-size: 14px;
}
.banner form select option{
	color: var(--cor-1);
    font-size: 14px;
}
.banner form textarea{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: var(--cor-1);
    font-size: 14px;
}
.banner form .arquivo{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 56px;
	background-color: #fff;
	border-radius: 10px;
}
.banner form .arquivo input[type="file"] {
    display: none;
}
.banner form .arquivo label {
	width: 100%;
	height: 56px;
    background-color: #ffff;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: var(--cor-1);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    align-items: center;
    cursor: pointer;
}
.banner form .arquivo label i {
	font-size: 20px;
}
.banner form .arquivo label.remove{
	display: none!important;
}
.banner form .arquivo p{
    font-weight: 600;
    font-size: 14px;
    color: var(--cor-1);
    max-width: 100%;
    height: 56px;
    padding: 0 20px;
    display: flex;
    z-index: 1;
    align-items: center;
	position: absolute;
	white-space: nowrap; 
	overflow: hidden; 
	text-overflow: ellipsis; 
	border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 0;
}
.banner form input::placeholder,
.banner form textarea::placeholder{
    color: var(--cor-1);
    font-size: 14px;
}
#form-contato input:nth-child(4){
	width: 100%;
}
#form-contato input:nth-child(5){
	max-width: 336px;
	width: 100%;
}
.banner form .bottom{
    display: flex;
    width: 100%;
    gap: 10px;
}
.banner form .bottom .g-recaptcha{
    max-width: 304px;
    width: 100%;
}
.banner form .bottom button{
    max-width: 216px;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cor-2);
    transition: ease .3s;
}
.banner form .bottom button:hover{
    background-color: var(--cor-2);
    color: #fff;
    transition: ease .3s;
}


.feedback{
	width: 100%;
}
.feedback .container{
	gap: 75px;
}
.feedback .titulo{
	gap: 30px;
}
.feedback .titulo h6{
	color: var(--cor-2);
	font-size: 18px;
	font-weight: 500;
}
.feedback .titulo span{
	background-color: var(--cor-2);
	width: 63px;
	height: 1px;
}
.feedback .titulo h2{
	font-weight: 500;
}
.feedback form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto auto;
    gap: 30px;
    max-width: 100%;
}
.feedback details {
	max-width: 100%;
	width: 100%;
	display: grid;
	position: relative;
}
.feedback details:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.feedback details:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}

.feedback details:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
}

.feedback details:nth-child(4) {
    grid-column: 2;
    grid-row: 1;
}

.feedback details:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}

.feedback summary {
	width: 100%;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
    display: flex;
}
.feedback details summary::-webkit-details-marker,
.feedback details summary::marker {
    display: none; 
    content: "";
}
.feedback details summary::after{
    content: "+";
    color: inherit;
    font-size: 30px;
    color: var(--cor-2);
    transition: ease .3s;
    position: absolute;
    right: 0;
}
.feedback details[open] summary::after{
    content: "-";
    transition: ease .3s;
}
.feedback input[type="text"],
.feedback textarea {
   	width: 100%;
    height: 60px;
    background-color: var(--bg2);
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: var(--cor-1);
    font-size: 14px;
}
.feedback textarea{
	height: 150px;
    padding: 20px;
}
.feedback .botoes{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 2;
    grid-row: 3;
    gap: 30px;
}
.feedback .botoes button {
	max-width: 260px;
    width: 100%;
    height: 78px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cor-2);
    transition: ease .3s;
}
.feedback .botoes button:hover {
    background-color: var(--cor-2);
    color: #fff;
    transition: ease .3s;
}

.feed-f input {
    width: 100%;
}

.formulario-banner{
    width: 100%;
    background-color: var(--bg1);
    position: relative;
}
.formulario-banner::before{
    content: "";
    width: 100%;
    height: 114px;
    background-image: url('../imagens/contato/bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 4;
    top: -25px;
}
.formulario-banner .container{
    justify-content: space-between;
    gap: 50px 0;
}
.formulario-banner .texto{
    max-width: 475px;
    width: 100%;
}
.formulario-banner .texto{
    gap: 30px;
}
.formulario-banner .texto h6{
    color: var(--cor-2);
    font-size: 18px;
    font-weight: 500;
}
.formulario-banner .texto span{
    background-color: var(--cor-2);
    width: 63px;
    height: 1px;
}
.formulario-banner .texto h2{
    font-weight: 500;
}
.formulario-banner .texto p{
    color: var(--cor-1);
}
.formulario-banner form{
    max-width: 592px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px;
    gap: 10px;
    justify-content: space-between;
    background-color: #fff;
}
.formulario-banner form p{
    max-width: 336px;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}
.formulario-banner form input{
    width: 100%;
    height: 56px;
    background-color: #ffff;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: var(--cor-1);
    font-size: 14px;
}
.formulario-banner form input::placeholder,
.formulario-banner form textarea::placeholder{
    color: var(--cor-1);
    font-size: 14px;
}
.formulario-banner form textarea{
    width: 100%;
    background-color: #ffff;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    color: var(--cor-1);
    font-size: 14px;
}
.formulario-banner form .bottom{
    display: flex;
    width: 100%;
    gap: 10px;
}
.formulario-banner form .bottom .g-recaptcha{
    max-width: 304px;
    width: 100%;
}
.formulario-banner form .bottom button{
    max-width: 216px;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--cor-2);
    transition: ease .3s;
}
.formulario-banner form .bottom button:hover{
    background-color: var(--cor-2);
    color: #fff;
    transition: ease .3s;
}
.formulario-banner .bg{
    max-width: 1424px;
    width: 100%;
    margin:  0 auto -20px auto;
    object-fit: contain;
}
.formulario-banner .bg1{
    display: none;
}



/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1210px){
	
}

@media screen and (max-width: 1150px){
    .formulario-banner .container{
        justify-content: center;
    }
    .formulario-banner .texto{
        max-width: 592px;
    }
}

/* MOBILE */
@media screen and (max-width: 1050px){
	.banner{
		padding: 100px 0;
	}
	.banner .container{
		justify-content: center;
	}
    .banner .texto,
    .banner .form{
		max-width: 600px; 
	}
	.banner .form{
		margin-bottom: 0;
	}

    .feedback form{
        display: flex;
        flex-direction: column;
    }
    .formulario-banner form input{
        max-width: 100%!important;
    }
    .feedback .botoes{
        display: flex;
        flex-wrap: wrap;
    }

}

@media screen and (max-width: 800px){
    
}

@media screen and (max-width: 600px){
    .formulario-banner .bg{
        display: none;
    }
    .formulario-banner .bg1{
        display: flex;
        width: 100%;
    }

    .banner form .bottom,
    .formulario-banner form .bottom{
        flex-wrap: wrap;
    }
    .banner form .bottom .g-recaptcha,
    .banner form .bottom button,
    .feedback .botoes button,
    .formulario-banner form .bottom .g-recaptcha,
    .formulario-banner form .bottom button{
        max-width: 100%;
    }
    .banner form .bottom button,
    .formulario-banner form .bottom button{
        height: 60px;
    }
}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){
    .banner .texto .infos a .txt,
    .main-footer .footer-logo .infos a .txt{
        font-size: 14px;
    }
}