@import url('https://fonts.googleapis.com/css?family=Metrophobic&display=swap');

body { background: #0a2d41; color: #fff; font-family: 'Metrophobic', sans-serif; text-align: justify; }

li { list-style: none; }

p { line-height: 140%; font-size: 115%; }

h1, h2, h3, h4, h5, h6 { margin-top: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #fff; }

a { color: #fff; cursor: pointer; }

a:hover { color: #e0c669; text-decoration: none; }

a:focus {color: inherit;}

a > small { color: #e0c669; }

hr { border: none; border-bottom: 1px solid #e3d096; }

nav { font-size: 100%; margin-top: 15px; }

header { margin-top: 25px; }

section { margin: 25px 0; }

.pr0{padding-right: 0;}

.bdr0,.form-control{border-radius: 0 !important;}

#nr.carousel .carousel-indicators{bottom: -22px;}
.carousel-indicators li { border: 2px solid #000; height: 15px; width: 15px; }

.carousel-indicators li.active { background: #e0c669; border: 2px solid #000; height: 18px; width: 18px; }

/*

  Menus drop-down horizontal-vertical (hv) e vertical-vertical (vv) até 4 níveis

  by Micox - elmicox.blogspot.com - Ver. 2.0 - 20/02/08 - Creative Commons License

*/    

.menu { position: relative; margin: 7.5% 0; padding: 0; display: block; zoom: 1; text-align: left; text-transform: uppercase; z-index: 99; }

.menu * { margin: 0; padding: 0 ; list-style: none; }

.menu li { position: relative; line-height: 1.2em; vertical-align: top }

.menu a { display: block; zoom: 1; line-height: 1.2em }

.menu li ul { position: absolute; visibility: hidden }

.menu li:hover ul, .menu li.hover ul { visibility: visible }

.menu li:hover ul ul, .menu li.hover ul ul { visibility: hidden }

.menu li li:hover ul, .menu li li.hover ul { visibility: visible }

.menu li li:hover ul ul, .menu li li.hover ul ul { visibility: hidden }

.menu li li li:hover ul, .menu li li li.hover ul { visibility: visible }

/* características horizontal-vertical */

.menu:after,.menu.after { content: "."; line-height: 0px; clear: both; display: block; visibility: hidden }

.menu li { float: left; }

.menu li ul li { float: left; }

.menu li ul li ul { position: absolute; left: 100%; top: 0; }

/* ****************************************

  ALTERE ABAIXO. defina a largura, cor, formatações, etc, dos itens do seu menu abaixo

  ou apague as linhas se for definir em outro lugar

*/

.menu ul { margin: 0 auto; margin-left: 20px; margin-top: 0px; }

.menu ul ul { margin-top: 0; }

.menu li a { color: #fff; padding: 15px 20px; }

.menu li a:hover { background: #107c99; color: #fff; }

.menu li a:active { background: #107c99; color: #fff; }

.menu ul li { margin-left: -20px; width: 160%; }

.menu li ul li a { background: #107c99; color: #fff; }

.menu li ul li a:hover { background: #e0c669; }



/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6

   https://elmicox.blogspot.com/2008/03/ativando-hover-e-first-child-no-ie-6-um.html 

   Deixe isto ao final de tudo do seu CSS pois o Webkit não interpreta nada mais abaixo do expression */

* html * { color: expression( (function(who){ if(!who.MXPC){

 who.MXPC = '1';

 if(who.nodeName != 'A'){

  who.onmouseenter=function(){ who.className += ' hover'};

  who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }

 (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;

} } )(this) , 'auto') }



/* -----------------------> Faixa no topo <----------------------- */



.black { position: relative; margin: 0; padding: 0; display: block; zoom: 1; z-index: 999; }

	.black * { margin: 0; padding: 0 ; list-style: none }

	.black a { color: #fff; padding: 6px 0; }

	.black a:hover { color: #e0c669;}

	.black li ul { background-color: #107c99; line-height: 3em; margin-top: 5px; position: absolute; padding: 15px; visibility: hidden; width: 100%; }

		.black li:hover ul { visibility: visible }



	.black li { display: inline; margin-left: 25px; }

	.black li ul li { display: block; font-size: 120%; text-transform: initial; }

	.black li ul li a:hover { text-decoration: underline; }



.blackbar { background-color: #107c99; font-size: 80%; padding: 5px 0; text-transform: uppercase; }



.social { background: #e0c669; margin: 5% 0; padding: 20px; }

	.social img { background-color: #fff; box-shadow: 4px 4px 10px 0px rgba(0,0,0,0.2); padding: 20px; position: absolute; top: -10vh; width: 45%; }

	.social h1 { color: #8D2421; font-size: 280%; font-weight: bold; margin-top: 20px; padding: 5px 0; text-align: left; }

	.social h3 {color:#fff}


/* -----------------------> Páginas <----------------------- */



.item img { margin: 3% auto; transform: scale(1.2); }



.titlePage { color: #e0c669; font-size: 280%; font-weight: bold; margin-top: 20px; padding: 5px 0; text-align: left; }

.subTitle { color: #e0c669; font-weight: bold; text-align: left; }



.block { height: 230px; overflow: hidden; }

	.block .fakeImg { background: no-repeat 50% 25%; background-size: cover; max-width: 100%; transition: all 0.2s linear; }

		.block .fakeImg:hover { transform: scale(1.1); transition: all 0.2s linear; } 

	.block > .text-item {

		color: #fff;

		font-size: 120%;

		left: 5%;

		padding: 5px 20px;

		position: absolute;

		right: 5%;		

		z-index: 10;		

	}



.titleBlock { color: #e0c669; margin-bottom: 25px; text-align: center; }

.circleBanners { min-height: 300px; }

	.circleBanners div { background: #107c99; border-radius: 100%; box-shadow: -5px 5px #323232; color: #fff; font-size: 350%; height: 150px; margin: 0 auto; padding-top: 35px; width: 150px; }

	.circleBanners div:hover { background: #e0c669; box-shadow: -10px 10px 0px #107c99; color: #000; transition: all 0.2s linear; }

	.circleBanners h3 { color: #e0c669; font-weight: bold; margin: 20px 0; }

	.circleBanners a { color: #fff; }

	.circleBanners p { font-size: 100%; }



.shortBanners { background-color: #0070c9; border: 1px solid #fff; color: #fff; min-height: 150px; padding: 2%; }

	.shortBanners a { color: #fff; }

	.shortBanners h1 { font-size: 500%; margin-top: 1%; }

	.shortBanners h4 { background-color: #e35425; bottom: -10px; left: 0; padding: 2% 3%; position: absolute; width: 100%; }



.shortBannersInternal { border-left: 2px solid #e35425; color: #e35425; height: 50px; margin: 10px; }

	.shortBannersInternal p { line-height: 45px; }

		.shortBannersInternal:hover { background: #e35425; color: #fff; height: 50px; margin: 10px; }



.image-video {

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	height: 50%;

	margin: 20px;

	min-height: 260px;

	margin-left: -2%;

	

	width: 105%;

	transform: scale(1.15);

}

	.link-video i {

		color: #fff;

		cursor: pointer;

		font-size: 400%;

		margin: 22% 0;

		position: absolute;

		z-index: 2;



		text-shadow: 0.1em 0.1em 0.2em black;

	}



/* -----------------------> Formulários <----------------------- */



form {

	background: #107c99;

	box-shadow: -10px 10px 0px #323232;

	padding: 20px;

}



.formY { max-width: 50%; }

	.form h3 {

		color: #e35425;

		text-transform: uppercase;

	}

	.form h4, .formindex h4 {

		background-color: #107c99;

		color: #fff;

		font-weight: 100;

		margin-bottom: 0;

		margin-top: 10px;

		padding: 10px 20px;

		text-align: left;

	}

	.form input, .form textarea, .form select,

	.formindex input, .formindex textarea, .formindex select,

	.formX input, .formX textarea, .formX select,

	.formY input, .formY textarea, .formY select { border: none; border-radius: 0; margin-bottom: 10px; }



	.formindex input { display: inline; width: 30%; }

	.formindex::placeholder { color: #000; }



	.form button,

	.formindex button,

	.formX button,

	.formY button {	border: none; border-radius: 0; box-shadow: -5px 5px 0px #000; font-size: 100%; padding: 10px 25px; }



	.formY input[type=file] { display: none; }

	.selecao-arquivo {

		background-color: #e35425;

		color: #fff;

		cursor: pointer;

		font-weight: 300;

		padding: 8px 20px

	}



.btn-primary { background: #e0c669; color: #fff; transition: all 100ms linear }

	.btn-primary:hover { background: #0a2d41;  }



/* -----------------------> Modal <----------------------- */



.modal {

	margin-top: 20px;

	padding: 30px 0;

}



.modal-content {

	background: #107c99;

	border: none;

	border-radius: 0;

	display: block;

	padding: 2%;

}

	.modal-content a { font-size: 110%; }

	.modal-content > .close, .modal-dialog > .close {

		color: #e35425;

		margin-top: -75px;

		filter:alpha(opacity=1);

		opacity: 1;

		-moz-opacity:1;

		-webkit-opacity:1;

	}

	

.modal span { margin-top: 5px; }



/* -----------------------> Rodapé <----------------------- */



footer { background: #107c99; color: #fff; line-height: 180%; padding: -10px; }

	footer a { color: #fff; }

		footer a:hover { color: #e0c669; }



	.textFotter { padding: 20px 20px 0 20px; }

footer > .row { margin-bottom: 0; }



iframe { margin-bottom: -8px; width: 100%; }



/* -----------------------> Mobile <----------------------- */



@media screen and (max-width: 1024px) {

	header { margin: 0; padding-top: 25px; }

		header img { width: 60%; }



	.carousel li, .carousel li.active { display: none; }



	.item img { margin: 0 auto; transform: none; }



	.titlePage { color: #e35425; padding: 5px 15px; }



	.block { height: 200px; }

	.block img { text-align: center; }



	.spaceBottom { margin: 5px 0; }



	.circleBanners { margin-bottom: 25px; min-height: 150px; }

		.circleBanners div { font-size: 250%; height: 100px; margin-bottom: 10px; padding-top: 25px; width: 100px; }

		.circleBanners h3 { margin: 0; }

	

	.shortBanners h1 { margin-top: 15%; }



	.image-video { margin-bottom: -20px; }

		.link-video i { margin: 25% -5%; }



	.social img { position: relative; top: -30px; }



	.form { margin-bottom: 20px; padding: 10px; }

	.formindex input { display: block; width: 100%; }



	.modal-content { padding: 5%; }

	.modal-content > .close, .modal-dialog > .close { margin-top: -60px; }



	footer { text-align: center; }

}



/* HACK para dimensionamento x qtd de itens do menu */

@media screen and (max-width: 1199px) {

	.menu li a { padding: 15px 8px; }

}



/* -----------------------> Vídeos <----------------------- */



.image-video {

	background-position: center center;

	background-repeat: no-repeat;

	background-size: cover;

	height: 20%;

	margin-bottom: 20px;

	margin-top: 10px;

	min-height: 200px;

	transform: scale(1.09);

	width: 100%;

}



	.link-video i {

		color: #fff;

		cursor: pointer;

		font-size: 500%;

		margin: 15% 42.5%;

		position: absolute;

		text-shadow: 5px 0 15px black;

		z-index: 2;

	}



	.link-video p {

		text-shadow: 1px 1px 10px #323232;

		color: #fff;

		margin: 5px 10px;

		position: absolute;

		z-index: 3;

	} 



/* -----------------------> Outros <----------------------- */



.bx-default-pager { display: hidden; }