/* CONTATO */
.total-contato{
	width: 100%;
	padding-top: 94px;
	padding-bottom: 100px;
}
.total-contato .borda-h1{
	width: 80px;
	height: 1px;
	display: table;
	margin: 0 auto;
	background: #4c535a;
	margin-bottom: 18px;
}
.total-contato h1{
	width: 100%;
	text-align: center;
	font-size: 26px;
	line-height: 26px;
	font-weight: 300;
	color: #4c535a;
    margin-bottom: 60px;
}
.contorno-geral-contato{
	width: 100%;
	margin: 0 auto;
}

.contorno-geral-contato h2{
	width: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #979797;
    text-align: left;
    margin-bottom: 24px;
    font-family: 'montserrat';
    text-align: center;
}
.contorno-geral-contato .files{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: stretch;
	gap: 16px;
}
.contorno-geral-contato .files .file{
	width: 100%;
	padding: 24px;
	background: #F9F9F9;
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
	cursor: pointer;
}
.contorno-geral-contato .files .file .icon{
	width: 30px;
	height: 30px;
}
.contorno-geral-contato .files .file p{
	font-size: 18px;
	line-height: 1.2;
	color: #979797;
}

.overflow{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9080;
	background: #3A3A3A;
	opacity: 0.5;
	display: none;
}
.closePopup{
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: -30px;
	filter: shadow(0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1));
}
#popup{
	display: none;
	z-index: 9090;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 575px;
	height: auto;
}
#popup .popup-container{
	background: #4C535A;
	padding: 50px 80px;
	width: 100%;
	height: 100%;
	position: relative;
}
#popup h2{
	font-size: 16px;
	line-height: 1.2;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 24px;
}
#popup form{
	display: flex;
	flex-direction: column;
	gap: 24px;
}
#popup form label{
	width: 100%;
}
#popup form label.checkbox{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
	cursor: pointer;
}
#popup form label p{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 6px;
}
#popup form label.checkbox p{
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 0px;
}
#popup form label.checkbox input[type="checkbox"]{
	width: 24px;
	height: 24px;
	accent-color: #D19B87;
}
#popup form label.checkbox p{
	width: calc(100% - 16px - 24px);
}
#popup form label input:not([type="checkbox"]){
	width: 100%;
	background: transparent;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 1.4;
	padding: 8px;
	height: auto;
	outline: #D19B87;
	transition: border .3s linear;
}
#popup form label input:hover,
#popup form label input:focus{
	border-color: #D19B87;
}
#popup form input[type="submit"]{
	width: max-content !important;
	display: block;
	background: #FFFFFF;
	border: none;
	margin: 0 auto;
	padding: 12px 32px;
	height: auto;
	transition: border .3s linear;
}
#popup form input[type="submit"]:hover{
	background: #D19B87;
}




