@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
* {
	/*font-family: 'Nunito', sans-serif;*/
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin:0;
	box-sizing: content-box;
}
body {
	background-color: #DCDCDC;
}
.top {	
	border-bottom: 1px solid #DAA520;
	background-color: #960e10;
}
.top_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 35px;
	max-width: calc(1200px - 50px);
	margin: auto;
}
.top_logo span {
	position: relative;
	/*display: inline-block;*/
}
.bt_float svg {
	position: fixed;
	left: 15px;
	bottom: 15px;
  	/*transform: translate(-50%, -50%);*/
  	color: white;
  	padding: 7px;
  	background-color: #32CD32;
  	border-radius: 50%;
  	width: 32px;
  	height: 32px;
  	z-index: 2;
 }
 .bt_float {
 	display: none;
 }
.top_block {
	display: flex;
	align-items: center;
}
.top_block_svg {
	margin-right: 20px;
}
.top_block_svg svg {
	width: 36px;
	height: 36px;
	color: #DAA520;
}
.top_block_div {
	color: white;
}
.top_bt a {	
	text-decoration: none;
	color: white;	
	position: relative;
}
.bt_zap {
	position: relative;
	padding: 20px;
	background: #32CD32;
	border-radius: 7px;
	border-bottom-left-radius: 0px;
	border: none;
	color: white;
	cursor: pointer;
}
.bt_zap svg {
	vertical-align: middle;
}
.after {
	width: 0; 
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #32CD32;
	position: absolute;
	left: 0px;
	bottom: -14px;
}
.before {
	position: absolute;
	top: -20px;
	right: 10px;
}
.title {
	padding: 50px;
	text-align: center;
	font-size: 3em;
	color: #333;
}
.body_center {
	padding-left: 25px;
	padding-right: 25px;
	display: flex;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
}
.body_center_ {
	width: calc(45% - 30px);
	margin-right: 30px;
}
.body_center_barra {
	width: 25%;
	padding: 2px;
	background-color: #DAA520;
	display: inline-block;
}
.body_center_title {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.5em;
	display: block;
	font-weight: bold;
}
.body_center_title_right {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.5em;
	display: block;
	font-weight: bold;
	color: white;
}
.body_center_subtitle {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.1em;
}
.body_center_foot {
	width: 100%;
	background-image: url("../img/calculo.jpeg");
	object-fit: cover;
	background-size: cover;
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.body_center_foot div {
	text-align: center;
	margin: 25px;
	font-size: 2.5em;
	font-weight: bold;
	text-shadow: 2px 0px 6px #FFFFFF;
}
.body_center_right {
	/*background-image: url("../img/fundo1.jpg");
	object-fit: cover;
	background-size: cover;*/
	/*height: auto;*/
	background-color: #960e10;
}
.body_center_barra_right {
	width: calc(100% - 4px);
	padding: 2px;
	background-color: #DAA520;
	display: inline-block;
}
.body_center_svg {
	text-align: center;
	margin-bottom: 30px;
}
.body_center_svg svg {
	width: 48px;
	height: 48px;
	color: #DAA520;
	transform: rotate(180deg);
}
.input {
	display: block;
	width: calc(95% - 14px);
	margin: auto;
	padding: 7px;
	margin-bottom: 10px;
	font-size: 1em;
}
.bt_form {
	display: block;
	padding: 10px;
	background-color: #DAA520;
	width: calc(65% - 14px);
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: auto;
	font-size: 0.9em;
	color: white;
	cursor: pointer;
}
.form {
	text-align: center;
}
.display-inline {
	margin: auto;
	padding: 20px;
	background: #32CD32;
	border-radius: 7px;
	color: white;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.display-inline svg {
	vertical-align: middle;
}
.before_foot {
	padding: 25px;
	background-color: white;
	margin-top: 25px;
}
.before_foot_ {
	text-align: center;
	font-size: 2em;
	max-width: 1200px;
	margin: auto;
}
.before_foot__ {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.before_foot__ a {
	text-decoration: none;
	color: unset;
}
.before_foot__ span svg {
	vertical-align: middle;
	margin-right: 5px;
}
.before_foot__ span {
	padding: 15px;
	color: white;
	background-color: #32CD32;
}
.footer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	background-color: #960e10;
}
.footer_bottom {
	width: 100%;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	color: white;
}
.footer_left {
	max-width: 370px;
	margin: 10px;
	display: flex;
	align-items: center;
	color: white;
	margin-top: 20px;
}
.footer_right {
	max-width: 330px;
	margin: 10px;
	color: white;
	margin-top: 20px;	
}
.footer_right_ a , .footer_right_1{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.footer_right_ a {
	text-decoration: none;
	color: unset;
}
.footer_left svg {
	margin-right: 10px;
	vertical-align: middle;
}
.footer_right_ svg {
	margin-right: 10px;
	vertical-align: middle;
}
.present {
	/*animation: color-change 1s infinite;*/
}
@keyframes color-change {
  0% { width: 48px;
	height: 48px;}
  50% { width: 50px;
	height: 50px;}
  100% { width: 52px;
	height: 52px;}
}
.block_ende {
	/*font-size: 0.9em;*/
}
.confirmacao {
	margin-top: 25px;
	margin-bottom: 25px;
}
.confirmacao_ {
	width: calc(95% - 60px);
	margin: auto;
	background-color: white;
	padding: 30px;
}
.confirmacao_ div {
	text-align: center;
}
.confirmacao_ div svg {
	color: #DAA520;
}
.sucesso {
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 2em;
	color: #32CD32;
	font-weight: bold;
}
.sucesso_ {
	color: #DAA520;
	font-size: 1.5em;
	font-weight: bold;
}
.top_1 {
	background: rgb(150,14,16);
	background: -moz-linear-gradient(0deg, rgba(150,14,16,1) 0%, rgba(150,14,16,1) 35%, rgba(128,10,11,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(150,14,16,1) 0%, rgba(150,14,16,1) 35%, rgba(128,10,11,1) 100%);
	background: linear-gradient(0deg, rgba(150,14,16,1) 0%, rgba(150,14,16,1) 35%, rgba(128,10,11,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#960e10",endColorstr="#800a0b",GradientType=1);
	padding: 7px;
}
.centro_top {
	margin-left: 13%;
	margin-right: 13%;
	position: relative;
}
.endereco {
	display: flex;
	align-items: flex-end; 
	justify-content:flex-end;
}
.end, .contact {
	color:white;
	display: inline-block;
	margin-left: 20px;
	float: right; 
	padding: 5px;
}
.end img, .contact img{
	vertical-align: middle;
	margin-right: 3px;
}
.body_top_center1 {
		display: none;
}
.top_3 {
	background-color: #4b4a57;
	padding-top: 6.5px;
	padding-bottom: 6.5px;
	text-transform: uppercase;
	text-align: center;
}
#menu_cel {
	background-color: #c21b1e;
	padding: 8.5px;
	padding-bottom: 8.5px;
	border-radius: 5px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: none;
	z-index: 1000000000000000;
}
#menu_topo div a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1em;
	padding-right: 7.5px;
}
#menu_topo div a span{
	color: #ffffff;
}
#menu_topo div a span:hover {
	color: #a5a49a;
}
.children_top_1 {
	text-align: right;
}
@media (max-width: 800px) {
	body {
		font-size: 1.4em;
	}
	.img_res {
	    height:unset !important;
	    width:100% !important;
	}
	#menu_cel {
		display: inline-block;
	}
	.top_3 {
		background-color: unset;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#menu_topo {
		position: fixed;
		display: none;
		width: 70%;
		top:0;
		left: 0;
		background-color: #960e10;
		padding-left: 30px;
		padding-top: 30px;
		text-align: left;
		height: calc(100% - 30px);
		z-index: 100000000;
	}
	#menu_topo div a{
		display: block;
		font-size: 1.4em;
	}
	.endereco {
		display: none;
	}
	.top_ {
		justify-content: center;
		flex-wrap: wrap;
		text-align: center;
	}
	.top_logo {
		width: 100%;
	}
	.top_bt {
		margin-top: 20px;
	}
	.top_block {
		display: none;
	}
	.body_center {
		/*padding-left: 25px;
		padding-right: 25px;
		display: flex;
		justify-content: center;
		max-width: 1200px;
		margin: auto;*/
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}
	.body_top_center, .body_center_subtitle {
		display: none;
	}
	.body_top_center1 {
		display: unset;
	}
	.body_center_ {
		width: calc(100% - 0px);
		margin-right: 0px;
	}
	.body_center_right {
		margin-top: 30px;
	}
	.title {
		font-size: 2.5em;
	}
	.body_center_foot {
		margin-top: 20px;
	}
	.body_center_foot div {
		font-size: 2em;
	}
	.before_foot_ {
		font-size: 1.5em;
	}
	.bt_form {
		white-space: pre-line;
		text-overflow: ellipsis;
	}
	.bt_float {
	 	display: unset;
	 }
	.bt_link {
		display: none;
	}
}
@media (max-width: 250px) {
	.before_foot__ {
		font-size: 0.8em;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: calc(100% - 10px);
	}
	.display-inline {
		padding: 10px;
		font-size: 0.8em;
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: calc(100% - 10px);
	}
}