body{
	font-size: 16px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	background-color: #000;
	overflow-x: hidden;
}
dl, ol, ul {
	margin-top: revert!important;
  margin-bottom: 0!important;
}
.container_titulo h1{
	color: #9D9E9E!important;
}
.texto{
	color: #fff;
}
.texto p{
	color: #fff;
}
.texto strong{
	color: #9D9E9E;
}
a {
  color: #cdc2a4;
}
#loader{
	background-color:#000;
}
/*ImageOverLay*/
/*Carousel 4col*/
.lSPager {
	display:none!important;
}

/*Carousel 4col*/
.container_over {
  position: relative;
  width: 50%;
}
.container_over p{
	color: #9D9E9E;
}
.container_over h1{
	color:#fff!important;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container_over:hover .image {
  opacity: 0.3;
}

.container_over:hover .middle {
  opacity: 1;
}

.text {
  background-color: #000;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.lSAction>a {
	height: 53px!important;
}
/*FIM ImageOverLay*/
.slider_home_container{
	height: 100vh;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow:hidden;
}
.breadcrumbs{
	margin-top: 10px;
	margin-bottom: 30px;
}
.breadcrumbs a{
	text-transform: capitalize;
	color:#9D9E9E;
}
a:hover{
	text-decoration: none;
	color: #CDC2A4;
}
.letra_preta{
	color:#000;
}
.testemunhos_topo{
	border-bottom: 1px solid #000;
}
.testemunho p{
	text-align: justify;
}
.slider_home_container footer{
	z-index:2;
	width:100%;
	bottom:0px;
	position: fixed;
}
h1{
	text-transform:uppercase;
	font-size: 24px;
	font-weight:600;
	color: #9D9E9E;
}
h5{
	color: #9D9E9E!important;
}
hr{
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #9D9E9E;
	width: 50%;
}
p{
	color: #9D9E9E;
}
.dropdown-menu {
	background:rgba(255,255,255,0.8);
	border-radius:0px;
}
.slider_home_container{
	padding: 0px 15px!important;
	z-index: -1;
}

#navbarNavDropdown ul, li{
	list-style: none;
	padding:0px;
	margin:0px;
}

#navbarNavDropdown li{
	display:inline-block;
}

#navbarNavDropdown li a {
	padding:10px;
	display:block;
	text-decoration: none;
	text-transform: uppercase;
	color:#ddd;
	position:relative;
}

#navbarNavDropdown li a:after, #navbarNavDropdown .active a:after{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:25%;
}
.no-p{
	padding: 0px 15px!important;
}
#navbarNavDropdown li a:before, #navbarNavDropdown .active a:before{
	content:'';
	width:0%;
	transition:all 0.3s ease;
	left:25%;
}

#navbarNavDropdown li a:hover:after, #navbarNavDropdown .active a:after{
	content:'';
	position:absolute;
	bottom:0px;
	left:25%;
	background:#fff;
	height:3px;
	width:25%;
}

#navbarNavDropdown li a:hover:before, #navbarNavDropdown .active a:before{
	content:'';
	position:absolute;
	bottom:0px;
	left:50%;
	background:#fff;
	height:3px;
	width:25%;
}
input::placeholder,  textarea::placeholder{
	color:#495057!important;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#495057;;
}
textarea::-moz-placeholder, input::-moz-placeholder { /* Firefox 19+ */
  color: #495057;;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;;
}
input, select{
	height: 50px!important;
}
form a{
	color:#fff;
}
.carousel-caption {
	max-width: 550px;
	top: 200px;
	font-weight: 700;
	width: 50%;
	text-align: left;
}
.linha_banner{
	margin-left: 3px;
	margin-bottom: 15px;
	margin-top: 15px;
	width: 200px;
	height: 2px;
	background: #575756;
}
.carousel-caption h3{
	text-align: left;
	font-size: 36px;
	line-height: 56px;
	font-weight: 700;
}
.navbar-nav .nav-item a{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	color:#000;
}
.dropdown-toggle::after {
	display: none!important;
}
.form-control {
	border: 1px solid #949494;
	border-radius: 0px;
}
.btn_azul{
	border-radius: 0px;
  background-color: #CDC2A4;
  color: #000!important;
  width: 150px!important;
  height: 45px;
  border: 1px solid #000;
  font-weight: 700;
  font-size: 20px;
}
.btn_azul:hover{
	background:#6c6d6f;
	color:#fff;
	border:1px solid #6c6d6f;
	transition: 0.3s;;
}
.btn_azul_invertido{
	background-color: #000;
	color:#fff!important;
	width: 200px!important;
	height: 50px;
	border:2px solid #fff;
	font-weight: 700;
	font-size: 20px;
}
.btn_noticia{
	margin: auto;
	text-align: center;
	padding: 5px;
	max-width: 100px;
	max-height: 43px;
}
.btn_azul_invertido:hover{
	background:#fff;
	color:#000!important;
	border:2px solid #fff;
	transition: 0.3s;;
}
.faqs_home{
	text-align: center;
	color:#fff;
	background-color: #000;
}
.faqs_home h2{
	font-weight: 700;
}
.faqs_home p{
	font-size: 18px;
}
.p-15{
	padding: 0px 15px;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose{
	background-image: url('imagens/colorbox/controls.png');
}
#cboxClose{
	top:0%!important;
}
#cboxPrevious, #cboxNext, #cboxSlideshow{
	top:50%!important;
}
#cboxNext{
	background-position: 102px 2px;
	right: 0px;
}
.parallax{
  /* Set a specific height */
  min-height: 700px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.texto_mensagem{
	color:#fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.texto_mensagem p{
	text-shadow:1px 2px 0px rgba(255,255,255,0.6)
}
.btn_telefone{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color:#fff;
	width: 200px;
	height: 50px;
	border-radius: 34px;
}
.fa-phone{
	position: relative;
	top:5px;
	font-size: 28px;
}
/**Comum**/
.img_responsiva {
	max-width: 100%;
}
.separador_medio{
	width: 100%;
	height:35px;
}
.separador_pequeno{
	width: 100%;
	height:15px;
}
.separador_grande{
	width: 100%;
	height:55px;
}
.card-body{
	border-top: 2px solid #000;
}
.card .btn-link{
	text-align: left;
	width: 100%;
	margin-left: 10px;
	color:#000;
	font-weight: 600;
}
.noticia.card{
	border-radius: 0px 0px 0px 0px!important;
	overflow: hidden;
}
.questao{
	background: #000;
	padding: 13px 11px;
	color: #ffffff;
	width: 35px;
	height: 41px;
	position: absolute;
	left: -1px;
	top: 10px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	display: block;
}
.menu_topo a,
.menu_topo a:visited,
.menu_topo a:link{text-decoration:none;color:#000; font-weight: 600;}
.menu_topo a:hover{text-decoration:none;color:#d9dada;}


.breadcrumbs ul{margin-top:5px;padding-left:0px;list-style:none;text-transform:lowercase}
.breadcrumbs ul li{display:inline;}
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:link{text-decoration:none;color:#9D9E9E;}
.breadcrumbs a:hover{text-decoration:none;color:#fff;}
.breadcrumbs ul li:not(:last-child):after{color: #9D9E9E;text-decoration:none;content:" / ";}
.caixa_imagens_pequenas {
	text-align: center;
	width: 100%;
}
.caixa_imagens_pequenas img{
	margin-bottom: 10px;
}
.p-relative{
	position: relative!important;
}
.imagens_pequenas a {
	width: 100%;
}
.imagens_pequenas img {
	max-width:100%;
	border: 1px solid #e4dfdf;
}
.div_logo{
	padding-bottom: 12px;
	border-bottom: 1px solid #fff;
}
.img_centro{
	display: block;
	margin: auto;
}
/*
Tipografia
*/

.weight_500{
	font-weight:500!important;
}
.weight_700{
	font-weight:700!important;
}
.weight_600{
	font-weight:600!important;
}
.weight_400{
	font-weight:400!important;
}

.font-18{
	font-size:18px!important;
}
.font-28{
	font-size: 28px!important;
}
.font-16{
	font-size:16px!important;
}
.font-14{
	font-size:14px!important;
}
.font-20{
	font-size:20px!important;
}
.font-22{
	font-size:22px!important;
}
.font-24{
	font-size:24px!important;
}
.font_36{
	font-size:36px!important;
}
.font-12{
	font-size:12px!important;
}
.font-10{
	font-size:11px!important;
}
.breadcrumbs nav, .menu_topo a{
	font-size: 12px;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 12px/20px 'Open Sans', Arial, sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	color: #fff;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }


.check2 + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.check2:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.check_branca + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}
.check_branca:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border: 1px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.footer_castanho{
	background-color: #CDC2A4!important;
	color: #000!important;
	font-weight: 500;
}
.footer_castanho a{
	color: #000!important;
}

footer{
	background-color: rgba(0, 0, 0, 0.6);
}
footer h2{
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
footer ul{
	padding-left: 0px;
	list-style: none;
}
footer a,
footer a:link,
footer a:visited,
footer a:active{
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
footer a:hover{
	text-decoration: none;
	color:#000;
}
footer nav > ul > li > a:hover, .sub_rodape a:hover {
	color: #b1b1b1;
}
.abre_mob{
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 4;
    color: #fff;
}
.sub_rodape{
	padding: 30px 10px 10px 10px;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.4);
}
.sub_rodape, .sub_rodape li, .sub_rodape ul>li>a {
	font-size:14px!important;
}
.sub_rodape ul{
	text-align: center;
}
.sub_rodape ul li{
	display: inline-block;
}
.letra_azul{
	color:#000;
}
a.letra_vermelha:hover{
	color:#000;
}
.link_preto{
	color:#fff;
}
.white{
	color:#fff;
}
.link_preto i{
	color:#dd2a1b;
}
.fixed{
	position: fixed;
}
#logo{
	position: relative;
	z-index: 2;
	transition: 0.5s;
}
.logo_pequeno{
	transition: 0.7s;
	position: absolute!important;
	left:0px!important;
}
.header_pequeno nav{
	position: absolute;
  top: -10px;
  width: 100%;
}
.espaco_logo{
	width: 140px;
}
.header_pequeno{
	background: #000;
	transition: 0.6s;
	height: 90px;
}
.header_pequeno img{
	height: 70px!important;
}
.slogan{
	width: 100%;
	z-index: 2;
	top: 20%;
	position: absolute;
}
/*
Botoes
*/

.btn_vermelho:link,
.btn_vermelho:visited,
.btn_vermelho:active,
.btn_vermelho{
	border:1px solid #dd2a1b;
	background-color: #dd2a1b;
	display: block;
	cursor: pointer;
	font-size: 18px!important;
	color:#fff!important;

}
.btn_vermelho:hover{
	color:#dd2a1b!important;
	background-color: #fff;
	transition: 0.3s;
	text-decoration: none;
}
.btn_vermelho a{
	color:#fff;
}
.btn_vermelho:hover a{
	text-decoration: none;
	color:#dd2a1b;
}

.btn_topo {	cursor: pointer;
	border: none;
	display: inline-block;
	color: #EBECEC;
	z-index: 85;
	/* IE7 inline-block fix */
	width: auto;
	line-height: 16px;
	margin: 0;
	outline: none;
	position: relative;
	text-align: center;
	text-decoration: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    right: 30px;
    bottom: 30px;
    padding: 5px 10px;

	font-size: 10px;

	/* Fancy box shadows */
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	   -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;

	/* CSS Transitions */
	-webkit-transition: background-color 0.15s ease-in-out;
	   -moz-transition: background-color 0.15s ease-in-out;
         -o-transition: background-color 0.15s ease-in-out;
	        transition: background-color 0.15s ease-in-out;
}

.btn_topo:hover {
	color: #fff;
    background: rgba(157, 158, 158, 1);
}

/*
Paginacao
*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1; /* For IE6/7 (trigger hasLayout) */
}

.alertify-dialog {
    border: solid 4px #000!important;
}
.alertify-button, .alertify-button:active, .alertify-button:visited {
    border: 1px solid #000!important;
}
.alertify-button:hover, .alertify-button:active, .alertify-button:visited {
    background-color: #000;
	background-size: contain!important;
}
.alertify-inner p{
	font-size: 13px;
}
.dropdown-item{
	font-size:16px!important;
	font-weight:500!important;
	text-transform: inherit!important;
}
.dropdown-item:hover{
	background:#000;
}
.dropdown-item:hover{
	color:#fff!important;
}
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 7; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
	background-color: #000; /* Black*/
	background-color: #000000fc;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position: absolute;
	top: -22px;
	right: 3px;
	font-size: 59px;
	margin-left: 50px;
}
.sidenav .dropdown-item{
	margin-left: 30px;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
  position: absolute;
  left: -300px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
.menu_idiomas{
	right: 15px;
	top:15px;
	z-index:4;
	position: absolute;
}
.menu_idiomas a{
	height: 46px;
  width: 46px;
  display: inline-block;
}
.lang{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0px 7px 0px 7px
}
.lang li a{
	color: #fff;
	border: 2px solid #fff;
	font-weight:600;
	padding: 10px;
	background-color: none;
	border-radius: 50%;
	transition: 0.3s;
}
.lang li a:hover{
  color: #000;
	border: 2px solid #fff;
	font-weight: 600;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.3s;
}
.lang_active{
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0px 7px 0px 7px
}

.lang_active li a{
  color: #000;
	border: 2px solid #fff;
	font-weight: 600;
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	transition: 0.3s;
}

/* header */
.lang_header{
	width: 30px;
	height: 30px;
	display: inline-block;
	padding-left: 5px;
	border-radius: 50%;
	border: 2px solid #9D9E9E;
	margin: 0px 5px;
	color: #9D9E9E;
}
.lang_header li a{
	color: #9D9E9E;
	font-weight: 600;
}
.lang_header li a:hover{
  color: #fff;
	font-weight: 600;
}
.lang_active_header{
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 2px 0px 0px 7px;
	border-radius: 50%;
	margin: 0px 5px;
	font-weight:600;
	background: #9D9E9E;
	color: #000;
}
.lang_active_header li a{
	color: #000;
}
.menu_idiomas li{
	display:inline-block;
}
.menu_idiomas_mob li a{
	padding:5px;
}
.menu_idiomas_mob{
	top:100px;
	position: relative;
	text-align:center;
}
.pagina_home .menu_idiomas{position:relative!important;}

.cc-compliance{
	width: unset;
    position: relative;
    top: -20px;
    text-align: center;
    margin: auto;
	display:block!important;
}

.cc-btn{
	    text-align: center;
    padding: 5px 15px!important;
    min-width: 100px!important;
    text-transform: uppercase!important;
    border-radius: 3px!important;
    background: #696969!important;
    border: 1px solid #8c8c8c!important;
    color: #fff!important;
    border-radius: 5px!important;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin:15px!important;
}
.cc-window a{
	color:#fff!important;
}
.cc-window{
	font-size: 16px!important;
    color: #fff!important;
    background: rgba(21, 21, 21, 0.58)!important;
    line-height: 24px!important;
	height:auto!important;
}
.cc-link{
    opacity: .8!important;
    display: inline-block!important;
    height: auto!important;
    padding: .2em!important;
    margin-top: 0px!important;
    margin-bottom: 15px!important;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px!important;
	color:#5B5B5B;
  }
}

@media (min-width: 250px) and  (max-width: 992px){
	.margin-he {
		margin: .5rem!important;
	}
	header{
		z-index: 2;
		width: 100%;
		padding-top: 10px;
		background: black;
		position: relative;
	}
	header .text-center .m-4{
		padding-left:0px;
	}
}
.homepage-content{
	margin-top: -70px;
}




























/* medias */
@media (min-width: 250px) and  (max-width: 567px){
	.imagem_slider{
		width:100%!important;
		margin-left:0%;
	}
	.home_slider .imagem_slider{
		width:300%!important;
		margin-left:-100%;
	}
	#logo{
		max-width: 250px!important;
	}
}
@media (min-width: 567px) and  (max-width: 767px){
	#logo{
		max-width: 250px!important;
	}
}
@media (min-width: 250px) and  (max-width: 767px){
	.w-100xs{
		width:100%!important;
	}
	.sub_rodape, .sub_rodape li, .sub_rodape ul>li>a {
		font-size: 10px!important;
	}
	.form-row .w-50{
		width: 100%!important;
		margin-bottom: 10px;
	}
	.formularios .btn_azul{
		width: 200px!important;
		display: block;
		margin:  auto;
		float: none!important;
	}
	.carousel-caption {
    left: 10px;
    max-width: auto;
    top: 0px;
    font-weight: 700;
    width: auto;
    text-align: left;
	}
	.carousel-caption h3 {
		text-shadow: -1px -2px 0px rgba(255,255,255,0.8);
		text-align: left;
		font-size: 24px;
		line-height: 40px;
		font-weight: 700;
	}
}
@media (min-width: 768px) and  (max-width: 992px) {
	#logo{
		margin-top: 50px;
		height: 170px;
	}
}
@media (min-width: 992px) and  (max-width: 1199px) {
	.navbar-nav .nav-item a {
		font-size:14px;
		padding-left:7px!important;
		padding-right:7px!important;
		font-weight: 500!important;
	}
	.navbar-nav .nav-item:first-child a {
		padding-left:0px!important;
	}
	.navbar-nav .nav-item:last-child a {
		padding-right:0px!important;
	}
	.carousel-caption{
		top:60px;
	}


}
@media (min-width: 992px) {
	.abre_mob{
		display: none;
	}
	header{
		z-index: 2;
		width: 100%;
		padding-top: 10px;
		height: 190px;
		background-image: url("../../imagens/sombra.png");
		background-size: contain;
		position: fixed;
	}
	#logo{
		max-width: 250px!important;
	}
}
@media (min-width: 1200px) {
	.pagina_home #logo{
		max-width: 250px!important;
		margin-bottom: 30px;
	}
	.container-fluid{
		padding-left: 50px;
		padding-right: 50px;
	}
	.margin-he {
		margin: 1.5rem!important;
	}
}
@media (min-width: 1600px) {
	#navbarNavDropdown li{
		margin: 0px 17px;
	}
}
