.itens_mobile{display: none !important;}
.itens_main{display: block !important;}

/*----------------------------------------------------------------- HEADER*/
     header {
  width: 100%;
  height: 130px;
  position: absolute;
  z-index: 3;
  background-color: #fff;
		 top: 0;
}

header nav a {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}
header::before{
	content: "";
    width: 1200px;
    height: 1px;
    background-color: #918E8E;
    position: absolute;
    z-index: 2;
    margin-top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#logo {
  position: absolute;
  background: url("../../imagens/Grupo 55.png") no-repeat center center;
  text-indent: -99999px;
  overflow: hidden;
  width: 180px !important;
  height: 200px !important;
  left: 50%;
  margin-left: -90px;
  margin-top: 30px;
  transition: 0.3s;
  z-index: 4;
  background-size: contain;
}
#logo:hover {
  transform: scale(1.1)
}
.header_borda {
  float: left;
  align-items: center;
  display: flex;
  width: 35%;
  height: 75px;
  margin-top: 45px;
}

#nav > div:nth-child(4) {
  float: right;
}
.header_borda a {
  transition: 0.3s;
}
.header_borda a:hover {
  color:#CD9D53;
}

.redes{transition: 0.3s;}

.redes img{
filter: brightness(0) saturate(100%) invert(70%) sepia(55%) saturate(423%) hue-rotate(354deg) brightness(85%) contrast(87%);
	width:15px;height:15px;
}

.redes:hover{transform: scale(1.06)}

.dropdown {
	display: none;
	position: absolute;
	top: 105px;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	width: 255px;
    height: auto;
    left: 50%;
    margin-left: -390px;
}
.alt{
	position: fixed;
	z-index: 3;
	top: 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@keyframes dropdownAnimationShow {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}
@keyframes dropdownAnimationHide {
	from { opacity: 1; transform: translateY(0); }
	to { opacity: 0; transform: translateY(-10px); }
}

#dropdown div{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	justify-content: center;
	text-align: center;
}

#dropdown div a{
	width: 80%;
	padding-bottom: 2px;
	font-size: 13px;
	color: #1C5D97;
	border-bottom: 1px solid #1C5D97;
	height: auto;
	transition: 0.3s;
	margin-bottom: 15px;
}

#dropdown div a:hover{transform: scale(1.04)}

.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
	    position: absolute;
    right: 0;
    top: 8px;

}

.contacts {
  display: flex;
  align-items: center;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: #000;
}

.contact-item img {
  width: 15px;
  height: 15px;
}

.divider {
  width: 1px;
  height: 30px;
  background-color: #aaa;
}

.socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.socials img {
  width: 20px;
  height: 20px;
}
/*----------------------------------------------------------------- HEADER*/


/*----------------------------------------------------------------- FOOTER*/
/* - - - - - NEWSLETTER - - - - - */
.newsletter{
	width: 100%; 
	height: 66px; 
	position: relative; 
	box-sizing: border-box;
	border-bottom: 1px #FE0100 solid;
	background: #FE0100;
	background: -moz-linear-gradient(left, #FE0100 0%, #FE0100 50%, #100F0F 50%, #100F0F 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #FE0100), color-stop(50%, #FE0100), color-stop(50%, #100F0F), color-stop(100%, #100F0F));
	background: -webkit-linear-gradient(left, #FE0100 0%, #FE0100 50%, #100F0F 50%, #100F0F 100%);
	background: -o-linear-gradient(left, #FE0100 0%, #FE0100 50%, #100F0F 50%, #100F0F 100%);
	background: -ms-linear-gradient(left, #FE0100 0%, #FE0100 50%, #100F0F 50%, #100F0F 100%);
	background: linear-gradient(to right, #FE0100 0%, #FE0100 50%, #100F0F 50%, #100F0F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE0100', endColorstr='#100F0F', GradientType=1 );
}
.newsletter form.central{height: 65px; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: center;}

.newsletter form.central > *{height: 65px; position: relative; box-sizing: border-box; margin: 0; font-size: 15px; transition: 0.3s;}

.newsletter form.central p{color: #fff; font-weight: bold; text-transform: uppercase; line-height: 65px; text-align: center; width: 400px;}
.newsletter form.central p img{
	height: 30px;
	width: auto; 
	position: relative; 
	display: inline-block; 
	vertical-align: middle;
	margin-right: 15px;
	filter: invert(1);
}

.newsletter form.central input{background-color: #100F0F; border: none; width: 570px; color: #D5D5D5; font-style: italic; padding: 0 25px;}
.newsletter form.central input::placeholder,.form select::placeholder{color: #CFCFCF; opacity: 1;}
.newsletter form.central input:-ms-input-placeholder,.form select:-ms-input-placeholder{color: #CFCFCF;}
.newsletter form.central input::-ms-input-placeholder,.form select::-ms-input-placeholder{color: #CFCFCF;}


.newsletter form.central button{background-color: #FE0100; color: #fff; text-transform: uppercase; font-weight: bold; border: none; width: 230px; cursor: pointer;}
.newsletter form.central button:hover{background-color: #5F84A1;}
/* - - - - - NEWSLETTER - - - - - */


/* - - - - - FOOTER - - - - - */
footer{width: 100%; height: auto; position: relative; display: block; box-sizing: border-box; background-color: #000000;}
footer .central{height: auto; display: flex; flex-wrap: wrap; justify-content: center;}

footer:before,footer:after{content: ""; display: block; position: absolute; box-sizing: border-box; left: 0; width: 100%; z-index: 1;}
footer:before{height: 165px; background: url("../../imagens/bg-info-footer.png") top center no-repeat; bottom: 230px;}
footer:after{height: 45px; background-color: #FE0100; bottom: 0;}


/* - - - Footer - content_footer - - - */
footer .content_footer{display: flex; flex-wrap: wrap; align-content: space-around; width: 100%; height: auto; position: relative; box-sizing: border-box; padding: 75px 0 50px 0;}

/* - content_footer - li - */
footer .content_footer li{width: calc((100% - 210px) / 3); height: auto; position: relative; box-sizing: border-box; padding-right: 25px; border-right: 1px #5F84A1 solid;font-style: normal;}
footer .content_footer li:last-child{padding-right: 0; border-right: 0;}
footer .content_footer li > *:not(.title_footer){font-size: 14px; color: #fff; display: block; margin: 0 auto; height: auto; position: relative; transition: 0.3s;}
footer .content_footer li > *:last-child{margin: 0 auto !important;}

/* logo */
footer .content_footer li .logo{width: 150px; margin: 0 auto 20px 0;}
footer .content_footer li .logo img{width: 100%; height: auto; position: relative; display: block; object-fit: cover;}
/* logo */

/* title_footer */
footer .content_footer li .title_footer{
	width: 100%; 
	height: auto; 
	position: relative; 
	box-sizing: border-box;
	display: block; 
	color: #5F84A1;
	text-transform: uppercase;
	font-size: 16px; 
	font-weight: 700; 
	padding: 0 0 10px;
	margin: 0 auto 15px;
}
footer .content_footer li .title_footer:before,footer .content_footer li .title_footer:after{content: ""; display: block; position: absolute; bottom: 0;}

footer .content_footer li:nth-child(2) .title_footer:nth-child(3){margin-top: 15px;}

footer .content_footer li .title_footer:before{width: 100%; height: 1px; left: 0; background-color: #5F84A1;}
footer .content_footer li .title_footer:after{width: 45px; height: 3px; left: 0; background-color: #5F84A1;}
/* title_footer */

/* footer - block */
footer .content_footer li .block{width: 100%; position: relative; margin-bottom: 20px; display: flex !important;}

footer .content_footer li .block .link{margin-bottom: 10px;}
/* header - block */

footer .content_footer li .descricao{font-size: 13px; font-weight: 400; margin-bottom: 20px;}

footer .content_footer li .info{}
footer .content_footer li .info b{display: block;}

footer .content_footer li .item{margin-bottom: 5px;}
footer .content_footer li .item span{color: #707070; display: block;}
footer .content_footer li .item:hover{color: #5F84A1;}

footer .content_footer li .mapa{width: 100%; margin-right: 0;}
/* - content_footer - li - */

/* - - - Footer - content_footer - - - */


/* - - - Footer - info_footer - - - */
footer .info_footer{
	width: 100%;
	height: 165px;
	position: relative; 
	box-sizing: border-box; 
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-around;
	align-items: center;
	z-index: 2;
}

/* - - li - - */
footer .info_footer li{width: auto; height: 50px; position: relative; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;}
footer .info_footer li > *{position: relative; box-sizing: border-box;}
footer .info_footer li > *:last-child{margin-right: 0;}

footer .info_footer li img{height: 100%; width: auto; filter: brightness(0) invert(1); margin-right: 10px;}
footer .info_footer li p{color: #fff; font-size: 16px;}
footer .info_footer li .titulo{margin-right: 15px;}
footer .info_footer li .titulo b{display: block; font-weight: 900; font-size: 20px; color: #FE0100;}
/* - - li - - */

/* - - - Footer - info_footer - - - */

/* - - - Footer - block.redes_footer - - - */
footer .redes_footer{width: 100%; height: 185px; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-content: center; text-align: center; margin: 0;}

footer .redes_footer .titulo{width: 100%; font-size: 20px; margin-bottom: 20px; height: auto; color: #FE0100;}

footer .redes_footer a{height: 35px; margin: 0 10px}
footer .redes_footer img{
    width: auto;
	height: 100%;
	position: relative;
	display: inline-block;
	transition: 0.2s;
filter: brightness(0) saturate(100%) invert(12%) sepia(91%) saturate(7069%) hue-rotate(355deg) brightness(89%) contrast(126%);
}
footer .redes_footer img:hover{
    filter: invert(1);
}
/* - - - Footer - block.redes_footer - - - */

/* - - Footer - assinatura - - */
footer .assinatura{width: 100%; height: 45px; position: relative; display: block; z-index: 2;}
footer .assinatura > *{position: absolute; height: 45px; line-height: 45px;}
footer .logo_class{background: url(../../imagens/class-logo.png) center center no-repeat; text-indent: -999999px; overflow: hidden; width: 80px; left: 0;}
footer .direitos{right: 0; width: auto; font-size: 14px; color: #fff; font-weight: 500; letter-spacing: 0.5px;}
/* - - Footer - assinatura - - */

/* - - - - - FOOTER - - - - - */

#logo_footer{
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#logo_footer a{
	color: #818080;
	font-size: 50px;
}

/*----------------------------------------------------------------- FOOTER*/