@charset "UTF-8";

/* CSS - Rafael Branco | Ano: 2023 */

/******************* Atribuições Gerais *********************/
* {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased !important;
	-moz-font-smooth:antialiased !important;
	-o-font-smoothing:antialiased;
	-ms-font-smoothing:antialiased;
	font-smoothing:antialiased;
	margin:0;
	padding:0;
}

*::selection,
*::-moz-selection,
*::-webkit-selection {
	background:#c0d445;
	color:#fff;
}

h1,h2,h3,h4,h5 { font-weight: normal; }

a {
	cursor:pointer;
	text-decoration:none;
}

br { clear:both; }

img { border:0; }

input,
textarea,
select { outline: none; }

body {
	/*background-image: url(../img/bg.png);
	background-color: #fff;
	background-position: center top;
  background-size: 100%;*/

	color: #3f3e40;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;

	overflow-x: hidden;
}

.conteudo {
	border:  1px solid transparent;
	box-sizing: border-box;
	width: 1255px;
	margin: 0 auto;
	position: relative;
}

.conteudo2 {
	box-sizing: border-box;
	margin: 0 auto;
	width: 70%;
  	position: relative;
}

.soft-hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 50);
  filter: alpha(opacity = 50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

strong, b { font-weight: 700; }
/******************* Atribuições Gerais *********************/

html {
/*  scroll-behavior: smooth;*/
}
/*html {
  background-image: url(../img/home.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0;
  height: 5273px;
  background-position: top center;
}
*/
/*
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Space Grotesk', sans-serif;
*/

/******************** Atribuições Topo HOME **********************/
header.topo{
	background: #282828;
	height: 121px;
	width: 100%;

	position: fixed !important;
	z-index: 10;
	top: 0;
}

header.topo .logo-header{
	float: left;
	margin-top: 31px;

	max-width: 160px;
}

header.topo #right{
	float: right;
	display: table;
}
header.topo #right i{
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 49px;
}

header.topo nav#menu{
	float: left;
	display: table;
	margin-top: 42px;
	margin-left: 45px;
}

header.topo nav#menu ul{}

/*header.topo nav#menu ul li a{color: #FFFFFF}*/

header.topo nav#menu ul li{
	color: #B2B2B2;
	list-style: none;
	float: left;

	font-family: DM Sans;
	font-size: 15.961px;
	font-style: normal;
	font-weight: 400;
	line-height: 36.834px; /* 230.769% */
	text-transform: capitalize;

	margin-right: 50px;
}

header.topo nav#menu ul li:hover{
  color: #FE0000;
  text-shadow: 1px 0 0 currentColor;
}


header.topo .redes-topo{
	display: table;
	float: right;
	margin-top: 52px;
}

header.topo .redes-topo .rede-icon{
	float: left;
	margin-left: 15px;
}

/******************** Atribuições Topo **********************/

/******************** Atribuições Footer **********************/
footer#rodape{
	background: #282828;
	padding: 60px 0;
}

footer#rodape .itens{
	display: flex;
}
footer#rodape .itens .column{
	flex: 25%;
	box-sizing: border-box;
	padding: 0 70px 0 0;
}


footer#rodape .itens .column:nth-child(1){

}
footer#rodape .itens .column:nth-child(1) img{
	margin-bottom: 34px;
}
footer#rodape .itens .column:nth-child(1) p{
	color: #B2B2B2;
	font-family: DM Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.5px; /* 150% */
}

footer#rodape .itens .column:nth-child(2){

}
footer#rodape .itens .column:nth-child(2) #menu-rodape{

}
footer#rodape .itens .column:nth-child(2) #menu-rodape ul{

}
footer#rodape .itens .column:nth-child(2) #menu-rodape ul li{

	color: #B2B2B2;
	font-family: DM Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;

	list-style: none;
	margin-bottom: 20px;
}
footer#rodape .itens .column:nth-child(2) #menu-rodape ul li:hover{
	color: #A01111;
	font-weight: 700;
}

footer#rodape .itens .column:nth-child(3){

}
footer#rodape .itens .column:nth-child(3) #contato-rodape{

}
footer#rodape .itens .column:nth-child(3) #contato-rodape li{
	background-position: left;
/*	background-size: contain;*/
	background-repeat: no-repeat;
	box-sizing: border-box;

	color: #B2B2B2;
	font-family: DM Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	list-style: none;

	margin-bottom: 20px;
	padding-left: 32px;
}
footer#rodape .itens .column:nth-child(3) #contato-rodape li#telefone{
	background-image: url(../img/telefone.png);
}
footer#rodape .itens .column:nth-child(3) #contato-rodape li#email{
	background-image: url(../img/email.png);
}
footer#rodape .itens .column:nth-child(3) #contato-rodape li#endereco{
	background-image: url(../img/endereco.png);
}

footer#rodape .itens .column:nth-child(4){

}
footer#rodape .itens .column:nth-child(4) #redes-rodape{

}
footer#rodape .itens .column:nth-child(4) #redes-rodape li{
	background-position: left;
/*	background-size: contain;*/
	background-repeat: no-repeat;
	box-sizing: border-box;

	color: #B2B2B2;
	font-family: DM Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	list-style: none;

	margin-bottom: 20px;
	padding-left: 32px;
}
footer#rodape .itens .column:nth-child(4) #redes-rodape li:hover{
	color: #A01111;
	font-weight: 700;
}
footer#rodape .itens .column:nth-child(4) #redes-rodape #facebook{
	background-image: url(../img/facebook-branco.png);
}
footer#rodape .itens .column:nth-child(4) #redes-rodape #instagram{
	background-image: url(../img/instagram-branco.png);
}
footer#rodape .itens .column:nth-child(4) #btn-whatsapp-rodape{
	background: #25D165;
	border: 1px solid #25D165;
	border-radius: 10px;
	
	color: #FFF;
	font-family: DM Sans;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;

	text-align: center;
	line-height: 55px;
	height: 55px;
	width: 158px;
}
footer#rodape .itens .column:nth-child(4) #btn-whatsapp-rodape:hover{
	background: transparent;
	color: #FFF;
}
footer#rodape .itens .column:nth-child(4) #btn-whatsapp-rodape i{
	margin-right: 10px;
}
/******************** Atribuições Footer **********************/