/* #################### css padrão ######################### */
a {
	color: #9cb33a;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
a:hover {
	color: #168621;
	text-decoration: none;
}
h1, .h1 {
	font-size: 20px;
	color: #7D7D7D;
}
h2, .h2 {
	font-size: 20px;
	color: #7D7D7D;
	font-family: 'Roboto', sans-serif;
}
h3, .h3 {
	font-size: 18px;
	color: #7D7D7D;
}
body {
	/*prevent modal background jumping*/
	padding-right: 0px !important;
	margin-right: 0px !important;
}
/*prevent modal background jumping*/
body.modal-open {
	overflow: auto;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
}


.modal-content {
    background-color: #000;

}

.modal {
	overflow: hidden;
	top: 50px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
}
.modal:focus {
	outline: none
}
.modal-dialog {
	width: 100% !important;
	max-width: 900px !important;
	margin: 30px auto;
}
.modal-body {
	position: relative;
	padding: 0px;
}

.modal-backdrop.in {
	opacity: 0.8;
}

.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}
.img-center {
	display: inline-block;
}
.bg-conteudo {
	padding-top: 80px;
	padding-bottom: 80px;
}

.bg-conteudo-pg {
	padding-top: 80px;
	
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
/* #################### css padrão ######################### */

/* #################### FORMULARIOS ######################### */
.select-seta {
	position: relative
}
.select-seta::after {
	content: '\25BC';
	position: absolute;
	top: 15px;
	right: 10px;
	bottom: 0;
	color: #a1a1a1 !important;
	pointer-events: none;
}
.select-seta:hover::after {
	color: #333 !important;
}
.formulario-contato {
    width: 100%;
    outline: none;
    height: 50px;
	letter-spacing:0.8px;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
}
.formulario-select {
	outline: none;
	display: block;
	width: 100%;
	height: 50px;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
}
.formulario-contato-mensagem {
    margin-bottom: 20px;
    outline: none;
    width: 100%;
    height: 130px;
    padding: 6px 12px;
	letter-spacing:0.8px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 15px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 1px solid #aa3436;
	background: #fff;
	background-image: none;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase!important;
}
/* Custom Select */
.select {
	position: relative;
	display: block;
	width: 20em;
	height: 3em;
	line-height: 3;
	overflow: hidden;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase!important;
}
select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 .5em;
	color: #999;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 0;
}
select::-ms-expand {
 display: none;
}
.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 1em;
	background: #aa3436;
	color: #fff !important;
	pointer-events: none;
}
.select:hover::after {
	color: #2e99e5;
}
.select::after {
	-webkit-transition: .25s all ease;
	transition: .25s all ease;
}
option {
	color: #333;
}
option:first-child {
	color: #999;
}
.select-options li:hover {
	color: #c0392b;
	background: #fff;
}
.select-options li[rel="hide"] {
	display: none;
}

::-webkit-input-placeholder {
 color:    #999;
 text-transform:uppercase;
 	letter-spacing:0.8px;

}
:-moz-placeholder {
 color:    #999;
 text-transform:uppercase;
 letter-spacing:0.8px;

}
::-moz-placeholder {
 color:    #999;
 text-transform:uppercase;
 letter-spacing:0.8px;

}
:-ms-input-placeholder {
 color:    #999;
 text-transform:uppercase;
 letter-spacing:0.8px;

}
/* #################### FORMULARIOS ######################### */


/* #################### MODULOS VARIAVEIS APAGAR SE NÃO USAR ######################### */


/*<<<<<<<<<<<<<<<<<<<<<<<< IMAGENS PRETO E BRANCO >>>>>>>>>>>>>>>>>>>*/
.img-post {
	opacity: 1;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	-webkit-filter: opacity(0.75);
	/*filtro P/B*/ 
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	/*qualidade*/
	image-rendering: auto;
	transition:all .5s ease;
}
.img-post:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-filter: opacity(1);
	filter: none; /* Firefox 10+ */
	-webkit-filter: grayscale(0%); /* Chrome 19+ & Safari 6+ */
	image-rendering: auto;
}
/*<<<<<<<<<<<<<<<<<<<<<<<< IMAGENS PRETO E BRANCO >>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<< CARROSSEL >>>>>>>>>>>>>>>>>>>*/


.carousel .container {
	overflow: visible
}
.carousel-control {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 3%;
	right: 3%;
	width: 2%;
	font-size: 50px;
	color: #cdcdcd;
	text-align: center;
	text-shadow: none;
	opacity: 1;
	transition: .5s all ease;
	;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	background-repeat: repeat-x;
}
.carousel-control .fa {
	font-size: 70px;
}
.tamanho-seta-1 .fa {
	font-size: 40px !important;
	padding-top: 30px;
}
.tamanho-seta-2 .fa {
	font-size: 40px !important;
	padding-top: 30px;
}
.setinha-1 {
	margin-top: -105px;
	margin-left: -30px;
}
.setinha-2 {
	margin-top: -105px;
	margin-right: -30px;
}
.carousel-control:hover, .carousel-control:focus {
	color: #cdcdcd;
	text-decoration: none;
}
.carousel-control.right {
	left: auto;
	right: 0;
}
.seta-direita {
	left: -55px !important
}
.seta-esquerda {
	left: 5px !important
}
.seta-esquerda-cliente {
	left: 0px !important
}
.carousel-control.left {
	right: auto;
	left: 0;
}
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	width: 30px;
	height: 30px;
	font-size: 50px;
}
.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #cacaca!important;
	background-color: rgba(0,0,0,0);
	margin: 0;
}
.carousel-indicators {
	bottom: 0px;
	margin-top: 40px;
}
.carousel-indicators {
	position: absolute;
	bottom: -40px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #2AAFAE !important;
}
/*<<<<<<<<<<<<<<<<<<<<<<<< CARROSSEL >>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<< MAPA >>>>>>>>>>>>>>>>>>>*/

#mapa {
	width: 100%;
	height: 700px;
	margin-top: 50px;
}
/*<<<<<<<<<<<<<<<<<<<<<<<< MAPA >>>>>>>>>>>>>>>>>>>*/

/*<<<<<<<<<<<<<<<<<<<<<<<< MODAL VIDEO >>>>>>>>>>>>>>>>>>>*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	z-index: 2;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:none;
}
/*<<<<<<<<<<<<<<<<<<<<<<<< MODAL VIDEO >>>>>>>>>>>>>>>>>>>*/

/* #################### MODULOS VARIAVEIS  APAGAR SE NÃO USAR ######################### */


/* #################### SUBMENU ######################### */
.sub-menu {
	position: absolute;
	top: 0px;
	right: 34px;
	z-index: 999;
	background-color: #ffc20e;
	transform: skew(-8deg);
	padding-bottom: 7px;
}
.bg-menu:before {
	content: '';
	background: rgba(0,61,108,0.85);
	padding: 0px;
	width: 100%;
	height: 116px;
	top: 0;
	right: 100px;
	position: absolute;
	transform: skew(-8deg);
	border-radius: 15px;
}
.bg-menu:after {
	content: '';
	background: url(../img/_svg/bg_submenu.svg) repeat-x;
	backface-visibility: visible;
	padding: 0px;
	width: 22%;
	height: 40px;
	top: 0;
	right: 0;
	position: absolute;
}
/* #################### SUBMENU ######################### */

/* #################### MENU ######################### */

.bg-menu {
	padding: 0px;
	position: relative;
	z-index: 999;
}
.logo-mobile {
	margin-top: 10px;
	margin-left: 20px;
	position: relative;
	z-index: 999;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-nav>li>a {
	padding-top: 23px;
	padding-bottom: 10px;
}
.navbar-nav {
	float: right
}
.navbar {
	margin-bottom: 0px;
	border: none;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	font-size: 15px;
	color: #baf0ff;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}
.navbar .nav>li .active_ok {
	color: #ffc20e;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #fff!important;
}
.dropdown-menu>li>a {
	display: block;
	padding: 5px 20px;
	clear: both;
	background: #092b46;
	font-weight: normal;
	line-height: 1.428571429;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	font-size: 15px;
	text-transform: uppercase;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #ffc20e;
	text-decoration: none;
	background-color: transparent;
}
.list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: -1px;
	margin-left: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background-color: #092b46;
	z-index: 999;
}
.navbar-nav>li {
	float: left;
}
.navbar-default .navbar-nav>li>a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ffc20e;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.navbar-default .navbar-nav>li>a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #2e99e5;
}
.navbar-default .navbar-nav>li.menu-off {
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-default .navbar-nav>li {
	font-size: 16px;
	color: #baf0ff;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li.cora>a {
	background: #014679 !important;
	color: #fff !important;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li.corb>a {
	background: #ffc20e !important;
}
.navbar-default .navbar-nav>li.cora>a:hover {
	transition: all .3s ease;
}
.menutopo {
	padding-top: 32px
}
.navbar-default .navbar-nav>li.cor-menu-mobile>a {
	background: #2e99e5 !important;
	color: rgba(255,255,255,1.00) !important;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: transparent;
}
/* #################### MENU ######################### */



/* #################### BREADCRUMB ######################### */
.titulo-beadcrumb {
    margin-top: 193px;
    font-size: 14px;
    text-transform: uppercase;
    color: #5798d0;
    margin-right: 15px;
    letter-spacing: 0.8px;
    font-family: 'Roboto', sans-serif;
}
.titulo-beadcrumb a {
	color: #5798d0;
	transition: all .3s ease;
}
.titulo-beadcrumb a:hover {
	color: #ffc20e;
}
.bg-beadcrumb {
	background: url(../img/navegacao_internas.jpg) 50% 50%;
	background-size:cover;
	min-height: 300px;
	margin-top:-131px
}

.bg-beadcrumb-contato {
	background: url(../img/navegacao_internas_contato.jpg) 50% 50%;
	background-size:cover;
	min-height: 300px;
	margin-top:-131px
}

/* #################### BREADCRUMB ######################### */

/* #################### RODAPE ######################### */

.content-rodape .container {
	overflow: visible;
}
.content-rodape:before {
	content: '';
	position: absolute;
	width: 50%;
	right: 0;
	background: #005088;
	height: 250px;
	z-index: 0;
}
.content-rodape:after {
	content: '';
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 0;
	background: #ffc20e;
	height: 15px;
	z-index: 1;
}
.content-rodape {
	position: relative;
	height: 250px;
}
.bg-coluna-rodape:before {
	content: '';
	position: absolute;
	width: 430px;
	right: 0;
	background: #005088;
	height: 250px;
	z-index: 0;
}
.bg-coluna-rodape:after {
	content: '';
	position: absolute;
	width: 332px;
	right: 0;
	bottom: 0;
	background: #ffc20e;
	height: 15px;
	z-index: 0;
}
.bg-coluna-rodape {
	height: 250px;
}
.bg-coluna-rodape-right:before {
	content: '';
	position: absolute;
	width: 504px;
	right: 0;
	background: #005088;
	height: 250px;
	z-index: 0;
}
.bg-coluna-rodape-right:after {
	content: '';
	position: absolute;
	width: 504px;
	right: 0;
	bottom: 0;
	background: #ffc20e;
	height: 15px;
	z-index: 0;
}
.bg-coluna-rodape-right {
	height: 250px;
	float: right;
}
.bg-coluna-rodape-left:before {
	content: '';
	position: absolute;
	width: 233px;
	right: -44px;
	bottom: -249px;
	background: url(../img/_svg/isotipo.svg);
	background-size: cover;
	height: 371px;
}
.logo-rodape {
	padding-top: 85px;
	text-align: center;
	margin-left: -15px;
	position: relative;
	z-index: 1;
}
.logo-rodape-hover {
	position: relative;
}
.logo-rodape-hover:after {
	content: 'VAI SUBIR';
	font-family: 'Roboto', sans-serif;
	position: absolute;
	top: -17px;
	left: 143px;
	color: #fff;
	font-size: 14px;
	transition: all .5s ease;
	opacity: 0;
}
.logo-rodape-hover:before {
	content: '\2303';
	position: absolute;
	top: -58px;
	left: 176px;
	color: #ffc20e;
	font-size: 43px;
	transition: all .5s ease;
	opacity: 0;
	-webkit-animation-name: floating-arrow;
	animation-name: floating-arrow;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
 @-webkit-keyframes floating-arrow {
 from {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
 65% {
 -webkit-transform: translate(-50%, 15px);
 transform: translate(-50%, 15px);
}
 to {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
}
 @keyframes floating-arrow {
 from {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
 65% {
 -webkit-transform: translate(-50%, 15px);
 transform: translate(-50%, 15px);
}
 to {
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
}
.logo-rodape-hover:hover:before, .logo-rodape-hover:hover:after {
	opacity: 1
}
.logo-rodape img {
	margin: auto
}
.desenvolvedor {
	padding-top: 15px;
	color: #0587c4;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
}
.desenvolvedor a {
	color: #0587c4;
	font-family: 'Roboto', sans-serif;
}
.desenvolvedor a:hover {
	color: #fff;
}
.info-rodape {
	padding-top: 52px;
	position:relative;
}
.phone-rodape {
	position: relative;
	top: -6px;
}
.mail-rodape {
	position: relative;
}
.btn-mail-rodape {
	color: #bad0df;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	transition: all .5s ease;
	font-size: 16px;
	padding-left: 5px;
	padding-bottom: 16px;
}
.btn-mail-rodape:hover {
	color: #0095da;
}
.btn-fone-rodape {
	color: #bad0df;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	transition: all .5s ease;
	font-size: 25px;
	letter-spacing: 1px;
	padding-left: 5px;
	padding-bottom: 8px;
}
.btn-fone-rodape:hover {
	color: #0095da;
}
.num-menor {
	font-size: 13px;
	top: -5px;
	position: relative;
}
.end-rodape {
	color: #71a5bd;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0.7px;
    line-height: 18px;
}
.hover-subir {
	position: relative
}
/* #################### RODAPE ######################### */

/* #################### PAGINA OBRIGADO ######################### */
.pg-obrigado {
	margin-top:150px;
}

.pg-obrigado .titulo{
	color: #1b313c;
	font-size: 100px;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	font-weight:700;
}


.pg-obrigado .texto {
    color: #334d5b;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -12px;
    margin-left: 12px;
    line-height: 34px;
}


.pg-obrigado .link {
    color: #6ac7ff;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
    margin-left: 12px;
    line-height: 34px;
	transition: all .5s ease;

}

.pg-obrigado .link:hover {
    color: #006daf;
   

}
/* #################### PAGINA OBRIGADO ######################### */

/* #################### MODULOS DE TROCA RESPONSIVO ######################### */

.mobile {
	display: none;
}
.desktop {
	display: block;
}
.modulo-mobile {
	display: none;
}
.modulo-desktop {
	display: block;
}

/* #################### MODULOS DE TROCA RESPONSIVO ######################### */

@media (max-width: 1250px) {
.setinha-1 {
	margin-left: -5px !important;
}
.setinha-2 {
	margin-right: -5px !important;
}
}

@media (max-width: 1200px) {
.mobile {
	display: block;
}
.desktop {
	display: none;
}
.dropdown-menu {
	top: 35px;
	position: absolute;
	border-radius: 0px;
	width: 100%;
	border: 0px;
}
.navbar-nav {
	margin: 0px;
}
.topo .col-md-10, .topo2 .col-md-10 {
	width: 100%;
	padding: 0px;
}
.topo .container, .topo2 .container {
	width: 100%;
	padding: 0px;
}
.navbar {
	position: static;
}
.navbar-header {
	float: none;
}
.navbar-default .navbar-toggle {
	display: block;
	background-color: red;
	border-radius: 0px;
	border: none;
	outline: none;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: blue;
}
.navbar-collapse {
	display: none;
	text-align: center;
	max-height: none;
	position: absolute;
	width: 100%;
	left: 0px;
	background: #092b46;
	padding-top: 100px;
	overflow: hidden!important;
}
.navbar-collapse.in {
	display: block;
	position: absolute;
}
.navbar-collapse.collapse {
	display: block;
	height: 0px!important;
	overflow: hidden!important;
	position: absolute;
	margin-left: 0px;
	padding-left: 0px;
}
.navbar-collapse ul.menutopo {
	padding-left: 0px;
	width: 100%;
}
.navbar-collapse a {
	display: inline-block;
	width: 100%;
	border-bottom: transparent;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
.navbar-collapse ul li {
	width: 100%;
}
.navbar-collapse ul {
	padding: 0px;
}
.navbar-collapse ul ul {
	background-color: #043C5F
}
.navbar-default .navbar-nav>li>a {
	padding: 15px 0px 15px 0px!important;
}
.dropdown-menu>li>a {
	background-color: #656565;
	color: #d2d2d2!important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #565656!important;
	color: #d2d2d2!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top: -70px;
	z-index: -1;
}
.bg-coluna-rodape:after {
	width: 282px;
}
.bg-coluna-rodape-left:before {
	right: -32px;
}
.btn-mail-rodape {
	font-size: 14px;
}

.bg-coluna-rodape:before {
	width: 380px;
}
}
@media (max-width: 1199px) {
.setinha-1 {
	margin-top: -95px;
	margin-left: -30px !important;
}
.setinha-2 {
	margin-top: -95px;
	margin-right: -30px !important;
}

}

@media (max-width: 1050px) {
.setinha-1 {
	margin-left: -0px !important;
}
.setinha-2 {
	margin-right: -0px !important;
}
}

@media (max-width: 991px) {

#mapa {
	width: 100%;
	height: 450px;
	margin-top: 50px;
}

.publicidade_mobile {
	display: block;
}
.publicidade_desktop {
	display: none;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding-top: 0px;
}
.dropdown-menu>li>a {
	background-color: #656565;
	color: #d2d2d2!important;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #565656!important;
	color: #d2d2d2!important;
}
.header_mobile {
	display: block;
}
.header_desktop {
	display: none;
}
.img-noticia-home {
	overflow: hidden;
	height: 280px;
}
.modulo-mobile {
	display: block;
}
.modulo-desktop {
	display: none;
}
.content-rodape, .content-rodape:before {
	height: 100%;
	width: 100%;
	z-index: 0;
}
.content-rodape:after {
	width: 90%;
}
.logo-rodape {
	padding-top: 60px;
}
.mail-rodape {
	padding-bottom: 10px;
}
.desenvolvedor {
	padding-top: 15px;
	padding-bottom: 40px;
}
.btn-fone-rodape, .btn-mail-rodape {
	padding-left: 0px;
	padding-bottom: 15px;
}
.bg-rodape {
	position: relative;
}
.bg-rodape:before {
	content: '';
	position: absolute;
	width: 233px;
	top: -118px;
	left: 10%;
	background: url(../img/_svg/isotipo.svg);
	background-size: cover;
	height: 347px;
	
}
.setinha-1 {
	margin-top: -115px;
	margin-left: 10px !important;
}
.setinha-2 {
	margin-top: -115px;
	margin-right: 10px !important;
}
}

@media(max-width: 768px) {
.iconewhats {
	display: -webkit-inline-box;
}
.logo {
	margin-top: 0px
}
.navbar-nav {
	margin: 0px;
}
.topo .col-md-10, .topo2 .col-md-10 {
	width: 100%;
	padding: 0px;
}
.topo .container, .topo2 .container {
	width: 100%;
	padding: 0px;
}
.navbar {
	position: static;
}
.navbar-header {
	float: none;
}
.navbar-collapse {
	text-align: center;
	max-height: none;
	position: absolute;
	width: 100%;
	left: 0px;
	margin-top: 20px;
}
.navbar-collapse.in {
	display: block;
	position: absolute;
}
.navbar-collapse.collapse {
	display: block;
	height: 0px!important;
	position: absolute;
	margin-left: 0px;
	padding-left: 0px;
}
.navbar-collapse ul.menutopo {
	padding-left: 0px;
	width: 100%;
}
.navbar-collapse a {
	display: inline-block;
	width: 100%;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
}
.navbar-collapse ul li {
	width: 100%;
}
.navbar-collapse ul {
	padding: 0px;
}
.navbar-collapse ul ul {
	background-color: #043C5F
}
.navbar-default .navbar-nav>li>a {
	padding: 15px 0px 15px 0px!important;
}
.img-noticia-home {
	overflow: hidden;
	height: 200px;
}
.seta-esquerda {
	left: -7px !important
}
.navbar-nav .open .dropdown-menu {
	position: absolute;
	float: none;
	width: 100%;
	margin-top: 15px;
	background-color: transparent;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	transition: all .5s ease;
}
.setinha-2 {
	margin-right: 25px;
}
.tamanho-seta-2 {
	margin-right: 15px !important;
}

.pg-obrigado .titulo{
	
	font-size: 70px;
	margin-bottom:10px;
}


.pg-obrigado .texto{
	
	font-size: 25px;
	line-height: 29px;

}

.pg-obrigado .link{
	
	font-size: 20px;
	

}


}

@media (max-width: 480px) {
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	padding-top: 0px;
	margin-left: 0px;
}

.bg-beadcrumb-contato {
	background: url(../img/navegacao_internas_contato_mobile.jpg) 50% 50%;
}
.bg-beadcrumb {
	background: url(../img/navegacao_internas_mobile.jpg) 0% 50%;
}
.pg-obrigado .titulo{
	
	font-size: 50px;
	margin-bottom:10px;
}

.pg-obrigado .texto, .pg-obrigado .link{
	margin-left:5px;
}



}

@media (max-width: 1400px) {
.bg-menu:before {
	right: 40px
}
}

@media (max-width: 1250px) {
.bg-menu:before {
	right: 10px
}
}

@media (max-width: 1200px) {
.bg-menu:before {
	right: 70px;
	top: -30px;
}
.bg-menu:after {
	display: none
}
}

@media (min-width: 1920px) {
.bg-menu:after {
	width: 32%;
}
}

@media (min-width: 3000px) {
.bg-menu:after {
	width: 34%;
}
}

@media (min-width: 4000px) {
.bg-menu:after {
	width: 42%;
}
}
