
@font-face {
    font-family: "monteserrat";
    src: url("monteserrat.otf") format("truetype");
}
@font-face {
    font-family: "moon";
    src: url("moon.otf") format("truetype");
}
@font-face {
    font-family: "moon-fina";
    src: url("moon_fina.otf") format("truetype");
}

@font-face {
    font-family: 'Damion';
    src: url('../fonts/Damion-Regular.ttf');
}

.font-damion {
	font-family: 'damion';
}

.color-ciano {
	color: #7CCDF4;
}

.color-laranja {
	color: #FFA235;
}

/* --- Alterações Bootstrap --- */

.row {
	margin-right: 0;
	margin-left: 0;
} /*
.carousel-indicators .active {
	opacity: 1;
}
.carousel-indicators li {
	box-sizing: content-box;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100px;
	height: 10px; 
	margin-left: 10px;
	text-indent: -999px;
	cursor: pointer;
	background-color: transparent; 
	border: 3px solid #fff;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	opacity: .5;
	transition: opacity .6s ease;
}
.carousel-indicators .active {
	opacity: 1;
	border: 3px solid #2BB3D1;
	border-top: 3px solid #2BB3D1;
	border-bottom: 3px solid #2BB3D1;
}*/
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
.bg-light {
	background-color: #017EFF!important;
	/*margin-top: 70px;*/
}
.navbar {
	display: -ms-flexbox;
	/*position: fixed;*/
	z-index: 90;
	width: 100%;
}
.navbar-light .navbar-nav .nav-link { 
	color: #fff;
	font-family: moon-fina, sans-serif;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #fff;
	font-family: moon, sans-serif;
}
.navbar-collapse .mr-auto, .navbar-collapse .mx-auto {
	margin-left: auto!important;
	margin-right: 0!important;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2rem;
	padding-left: 2rem; 
	font-size: 18px;
} 
/* .navbar-light .navbar-nav .nav-link:hover {
  color: #fff; 
} */
/* .navbar-light .navbar-nav .nav-link:focus, .active {
  color: #fff;
	font-family:moon, sans-serif;
} */
textarea.form-control {
	height: auto;
	resize: none;
}
.form-control { 
	border: 1px solid #ddd;
    border-radius: 12px;
    padding: 9px 14px;
    font-size: 14px;
    height: auto;
}
.form-group {
	margin-bottom: 1.5rem;
}
.navbar-nav > li > a {
	font-size: 22px;
	padding-top: 18px;
	padding-bottom: 18px;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.mostrar .navbar-nav > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar {
	padding: 0rem 0rem;
}
.carousel-caption { 
    top: auto;
	bottom: 35%;
	text-align:center;
} 
.carousel-caption h3{
	font-family: moon, sans-serif;
	margin-bottom: 30px; 
	font-size: 40px;
	color: #fff;
}
.carousel-indicators {
	bottom: 13px;
}
.container { 
	padding-right: 0;
	padding-left: 0; 
}
@media (max-width: 1260px){	
	.carousel-caption {
		width: 600px;
		bottom: auto;
		top: 200px;
	}
	.carousel-caption h3 {
		font-size: 33px;
	}
}

@media (max-width: 992px){
	.container {
		max-width: 100%;
	}
}
.navbar-light .navbar-toggler { margin-right: 8px;}

h1{ font-size: 43px; font-family: moon; color: #0d3c8e; margin-bottom: 0;}
h3{ font-weight: bold; color: #0d3c8e; }
/* .w-100 { max-height: 700px;} */
/* --------------- Fecha Altearções no Bootstrap.min --------------------- */
.mostrar .navbar-light .navbar-nav .nav-link { 
	color: #000;
	margin-top: 6px;
}
.preload{
	position: fixed;
	z-index:99999;
	top:0; left:0;
	width:100%; height:100%;
	opacity:1;
	background-color:#fff;
	background-image:url('../../img/loading-mito.gif');
	background-size:80px 80px;
	background-position:center;
	background-repeat:no-repeat;
} 
.banner{ 
	/* background-image: url('../../img/paginas/banner-quemsomos.jpg'); */
	background: url('/img/paginas/curva.png'), #133372;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 230px;
	padding-top: 250px;
}
@media(max-width: 768px)
{
	.banner {
		padding-top: 150px;
	}
}
.banner a{
	color:#fff;
}
.banner a:hover{
	color:#ccc;
} 
.mostrar .logo-menu {
	max-height: 70px;
} 
.show_menu { 
	-webkit-transition:All 0.5s cubic-bezier(0, 0, 0.09, 0.93);
	-moz-transition:All 0.5s cubic-bezier(0, 0, 0.09, 0.93);
	-o-transition:All 0.5s cubic-bezier(0, 0, 0.09, 0.93);
	transition:All 0.5s cubic-bezier(0, 0, 0.09, 0.93);
	background-color: #fff;
    margin-top: -100px;
    position: fixed;
	z-index: 99;
	width: 100%;
}
.mostrar{ 
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
    background-color: #fff;
    margin-top: 0px;
    position: fixed;
	z-index: 99;
	padding: 10px;
}
.mostrar .topo-right {
	padding: 19px 0;
}
.icones-menu{
	text-align: right;
}
.icones-menu i{
    border: 1px solid #333;
    border-radius: 34px;
    text-align: center;
    margin-top: 4px;
    padding: 5px 0;
    height: 25px;
	width: 25px;
	margin-right: 7px;
	color:#000;
}  
.icones-menu i:hover{
    background-color: rgba(0,0,0,0.1);
    /*border-radius: 34px;
    text-align: center;
    margin-top: 4px;
    padding: 5px 0;
    height: 25px;
	width: 25px;
	margin-right: 7px;*/
} 
.infob{
	padding-top: 30px;
    line-height: 1;
}
.infob b{
	color:#0c37ab;
}
.infoc{
	padding-top: 30px;
	line-height: 1.3em;
    font-size: 17px;
}
.infoc .col-sm-4{
	margin-bottom: 15px;
}
.infoc b{
	color:#0c37ab;
}
.infod{
	padding-top: 30px;
	line-height: 1;
	font-size:18px;
	text-align:center;
}
.infod .row{
	width:100%;
	display: block;
	margin-top: 30px;
}

.infod b{
	color:#0c37ab;
}
.btn-vermelho{
	background-color: #f00;
    margin: 14px 21px 13px;
    color: #fff;
    font-family: moon;
    font-size: 15px;
    border-radius: 20px;
}
.btn-vermelho:hover{
	background-color: #d00; 
    color: #fff; 
}
.duvida-slide h3{
	color: #0C37AB;
	text-align: center;
	font-family: moon, sans-serif;
}
.duvida-slide {
    z-index: 20;
	padding: 15px 10px;
    margin-top: -100px;
    position: relative;
    border-radius: 25px;
	background-color: #f0f0f0;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
}
.duvida-slide .form-group {
    margin-bottom: 7px;
}
.duvida-slide .form-control { 
	border: 1px solid #ddd;
    border-radius: 12px;
    padding: 9px 14px;
    font-size: 14px;
    height: auto;
}
.boxtitulo {
	width: auto;
    z-index: 99;
    padding: 26px 90px;
    text-align: center;
    position: relative;
    border-radius: 600px;
    display: inline-block;
    margin: -48px auto 20px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
}
.formulario-bg {
    z-index: 50;
	padding: 40px 27px 30px; 
	position: relative;
	margin-bottom: -40px;
    border-radius: 15px;
	background-color: #1A7BBC;
    box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
} 
.formulario-bg .form-group{
	width: 100%;
	margin-bottom: 15px;
} 
.formulario-bg i{
	float: left;
	font-size: 60px;
	margin-top: -6px;
}
.box3 .formulario-bg{
	position: absolute;
	bottom: 0px;	
} 
.home-greet{ padding: 70px 0 60px; text-align:center;}
.home-greet h3{	color: #0d3c8e; font-size: 45px; font-family: moon-fina;}
.servicos-home{
	padding: 100px 0px 0px;  
	background-color: #F8F7FD;  
}
.maisprocurados h3{
	font-weight: bold;
	color: #0d3c8e;
}
.maisprocurados{
	-webkit-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 18px -4px rgba(0,0,0,0.75);
	background-color: #f0f0f0;
    border-radius: 20px;
    text-align: center;
	padding: 20px 10px;
	margin-bottom: 25px;
}
.maisprocurados img{
	margin-bottom: 10px;
}
.maisprocurados .btn-vermelho {
	margin: 11px auto 9px;
    display: inline-grid;
    position: relative;
	padding: 7px 23px;
	border: none;
}
.parallax1 {
	padding: 95px 10px 95px;
	background-size: cover; 
	background-position: center;
	background-image: url('../../img/paginas/parallax1.jpg');
}

.parallax1 .btn-branco{float: right;}
.btn-branco{
	font-family: moon, sans-serif;
    background-color: #fff;
    border-radius: 20px;
    padding: 7px 25px;
    font-size: 15px;
	margin: 8px auto 0;	
    color: #0d3c8e;

}
.btn-branco:hover{ 
    background-color: #ddd; 
}
.contato-home{
	font-family: moon-fina, sans-serif;
	padding: 65px 0 0px;
	font-size: 14px;
	background-size: cover;
	/* background-image: url('../../img/paginas/contato-bg.jpg'); */
} 
/*.contato-home .infob b{
	position: absolute; 
}*/
.contato-home .infob{
    padding: 10px 0;
    padding-left: 25px;
    border-left: 1px solid #0c3db5;
	line-height: 1.6em;
}
.contato-home .infob .row{ 
	width: 100%;
	margin-top: 15px;
	hyphens: auto;
    font-size: 15px;
}
.rodape{
	background-color: #ffffff;
	padding: 0 0 20px;
	color:#000000;
}
.rodape a{
	color:#000000;
}
.rodape h4{
	font-family: moon, sans-serif;
	font-size: 19px; 
}
.hr {
	width: 200px;
	height: 2px;
	margin: 10px auto;
	background-color: #0c37ab;
}
.servicos2 {
    font-family: moon-fina, sans-serif;
    padding: 65px 0 0px;
    font-size: 14px;
    background-size: cover;
    background-position: bottom;
    background-image: url(../../img/paginas/contato-bg.jpg);
} 
.hvr-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
  }
  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
  }
  .flagshome{ 
	/* border-left: 1px solid #0d3c8e;  */
	text-align: center;
  }
  .flagshome .col-md-2{ 
	line-height: 1;
	margin-bottom: 20px;
  }
  .flagshome img, .servicos-flags img{ 
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .flagshome img:hover,.flagshome img:focus, .servicos-flags img:hover,.servicos-flags img:focus{
	-webkit-transform: scale(0.95);
	transform: scale(0.95); 
  }
  .box-rotativo{
	background-color: transparent;
	text-align: center;
	padding: 15px 0;
	color: #000;
  }  
  .box-rotativo img{
	margin-bottom:15px;
  } 
  .box-rotativo h5{
	font-size: 15px;
	margin-top: 12px;
	font-family: moon-fina, sans-serif;
  }
  
.btn-azul{
	/* font-family: moon, sans-serif; */
	background-color: #1A7BBC;
    padding: 14px 42px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    border-radius: 81px;
}  
.btn-azul:hover{
	background-color: #023080;
	color:#fff;
}
.rodape2{
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	padding: 8px;
	color: #000000;
}  
.rodape2 a{
	color: #000000 !important;
}  
.btn-home{
	font-family: moon-fina, sans-serif;
	background-color: #007dc8;
	border-radius: 0;
	padding: 15px 20px;
	color: #fff;
}  
.btn-home:hover{
	background-color: #00609a;
	color:#fff;
}
.logo-empresa2{
	max-height: 250px; float:left;margin-right: 25px; margin-bottom: 25px;
}
.blueman{
	float: right;
    position: absolute;
	margin-left: -100px;
    bottom: 0;
    max-height: 450px;
}
.servicos-flags .col-md-2{
	margin-bottom:30px
}
.owl-carousel img{
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s; 
}
.owl-carousel img:hover{
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.cartao{ 
	/*background-image:url('../../img/paginas/cartao.jpg');*/
	/*background-image:url('../../img/paginas/bg-pq.png');*/
	background-color: #f6f6f6;
	background-size: contain !important;
	background-position: bottom right;
	background-repeat: no-repeat;
	/* background-size: auto !important; */
	padding:80px 15px;
	color:#000;	
}

.cartao .col-md-6:nth-of-type(2) {
  background-image: url('../../img/paginas/bg-pq.png');
}
.cartao h2, .cartao h3{	color:#000;} 
.cartao h1{	color:#000;	margin-bottom: 70px;} 

.hi-icon{
	height: 80px;
    font-size: 40px;
    text-align: center;
    background-color: #4562a4;
    color: #fff;
    border-radius: 102px;
    width: 80px;
    padding-top: 13px;
	font-family: moon, sans-serif;	
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s; 
}
.numeros:hover .hi-icon { background-color: #d00; color: #fff;}
.numeros:hover h3 {color: #d00;}

.botao-top {
    width: 50px;
    right: 30px;
    height: 50px;
    bottom: 30px;
    z-index: 999;
    position: fixed;
}

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

/* --- LG --- */
@media (max-width: 1199px) {	 
}
 
/* --- MD --- */
@media (max-width: 991px) {	
}

/* --- SM --- */
@media (max-width: 767px) {	 
	.bg-light { background-color: #fff!important; border-bottom: 1px solid #888; margin-bottom: 15px;}
	.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link.active {color: #333; line-height: 0.5em;} 
	.formulario-bg {margin-top: 20px; margin-bottom: 20px;}
	.parallax1 {text-align:center;}
	.parallax1 .btn-branco{float: inherit; margin-top:20px}
	.boxtitulo { padding: 15px 9px; border-radius: 200px; }
	.boxtitulo h1{ font-size: 22px;	}
	.servicos-home{
	padding: 0px 0px 0px;  
}
 
}

/* --- XS --- */
@media (max-width: 575px) { 
	/*.borda-branca { min-height: auto; margin-bottom:10px;	}
	.servicos-home { padding: 65px 10px 80px; }
	.servicos-home .col-sm-6 {padding:0}*/
}

.home-greet {
	background: url('/img/base/bemvindo-e.png'), url('/img/base/bemvindo-d.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: contain;
}

.nossos-servicos {
	background-image: url('/img/paginas/nossos-servicos-bg.png');
	background-size: cover;
	background-position: center;
}

.nossos-servicos .card {
	border-radius: 25px;
	padding: 0;
	margin-bottom: 2rem;
}

@media(min-width: 992px)
{
	.nossos-servicos .card {
		margin-bottom: -3rem;
	}
}

.nossos-servicos .card-img {
	min-height: 10rem;
	background-size: cover;
	background-position: center;
	border-radius: 25px 25px 0 0 ;
}

.btn-destinos
{
	color: black;
	background-color: #FFA235;
	padding: 1rem 2rem;
	border-radius: 40px;
}

.nossos-destinos .destino-esquerda
{
	top: 0;
    bottom: 0;
    margin: auto;
    max-height: fit-content;
	position: absolute;
	text-align: center;
	padding: 0 1rem;
}

.nossos-destinos .destino-esquerda-img {
	background-image: url('/img/paginas/destinos-bg.png');
	background-size: cover;
}

.nossos-destinos .destino-texto {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.nossos-destinos .destino-texto h2 {
	color: black;
	background-color: white;
	padding: 1rem 1rem;
}

.nossos-destinos .destino-item {
	background-color: #017EFF;
}
.nossos-destinos .destino-item img {
	transition: .5s all;
}
.nossos-destinos .destino-item a:hover > img {
	filter: opacity(0.5);
}

@media(max-width: 992px)
{
	.nossos-destinos .destino-esquerda-img {
		min-height: 25rem;
	}
}

.contato-widget {
	background-image: url('/img/paginas/contato-widget-bg.png');
	background-size: cover;
	background-position: center;
}

.rotate-div, .rotate-button {
	min-height: 10rem;
}

.rotate-bg {
	background-image: url('/img/base/vamos-conversar-rotate.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	animation: rotacao 20s linear infinite;
}
  /* Animação de rotação para a div */
  @keyframes rotacao {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* Estilize o link com a imagem clicável no centro */
.imagem-clicavel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.banner .paper-plane {
	background: url('/img/base/bemvindo-e.png'), url('/img/base/bemvindo-d.png');
	background-position: left center, right center;
	background-repeat: no-repeat;
	background-size: contain;

	min-height: 10rem;
    margin-top: -5rem;
}

.banner .paper-plane-d {
	background: url('/img/base/bemvindo-d.png');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;

	height: 20rem;
    margin-top: -10rem;
}

.banner-title
{
	text-align: center;
    margin-top: -5rem;
}
.banner-title h1
{
	color: white !important;
}

@media(min-width: 992px)
{
	.missao-visao-valores .card {
		min-height: 26rem;
	}
}

.banner-servicos {
	background-color: transparent;
	background-image: url('/img/paginas/banner-servicos.png');
	background-size: cover;
	background-position: bottom;
	height: 25rem;
}

.servicos-card-texto {
	background-image: url('/img/paginas/bg-servicos-texto.png');
	background-size: cover;
	background-position: center;
	padding: 2rem;
	border-radius: 25px;
	color: white;
	text-align: center;
}

.filtros {
	background-color: #1A7BBC;
	border-radius: 15px;
	color: white;
	padding: 1rem 2rem;
}

.pacotes .card {
	min-height: 25rem;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
}

.pacotes .text-pacote {
	bottom: 0;
	width: 100%;
	padding: 1rem 1rem .5rem .5rem;
}

.pacotes .text-pacote .pacote-link {
	background-color: white;
	padding: 1rem;
	border-radius: 10px;
	font-weight: bold;
	font-size: 20px;
}

.fade-pacotes {
	background-image: url('/img/paginas/fade-pacotes.png');
	background-size: cover;
	background-position: bottom;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}

.btn-whatsapp {
	background-color: #FFA235;
	padding: 1rem;
	border-radius: 30px;
}

.btn-azul {
	background-color: white;
	color: black;
}