body {
	background: #F5F5F5;
	color: #999;
	background-image: url(../imagens/topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: justify;
	font-size: 16px !important;
}
body.interno{
	background-image: inherit;
}
body.interno header{
	background-image: url(../imagens/topo.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 40px;
}
.topo {
	border-top: 3px solid #375FAB;
	padding-top: 30px;
	padding-bottom: 30px;
/*	background: #FFF;*/
	padding-bottom: 120px;	
}
.interno .topo {
	padding-bottom: 30px;
}
.menu_ul {
/*	background: url(../imagens/fundo-menu.png) no-repeat top center;
	height: 30px;*/
	border-radius: 5px;
	margin-top: 25px;
	margin-left: 0;
	float: right;
}
.menu_ul li {
	list-style: none;
	float: left;
}
.menu_ul li a {
display: block;
    text-align: center;
    color: #f5f5f5;
    font-family: 'Oswald', sans-serif;
    line-height: 30px;
    border-radius: 5px;
    padding: 2px 13px;
    font-size: 16px;
}
.menu_ul li a:hover {
	text-decoration: none;
	    background: #ec268f;
}

.menu-suspenso {
	margin-top: 15px;
}
.menu-suspenso a:hover {
	text-decoration: none;
}
.menu-suspenso a {
	font-family: 'Oswald', sans-serif;
	text-align: right;
	display: block;
	color: #fff;
}
.menu-suspenso a img {
	margin-right: 3px;
}
/* BUSCA */

.busca {
/*	background: url(../imagens/fundo-busca.jpg) no-repeat center #2a5aaa;*/
	margin-top: 0px;
}

.busca .nav-tabs {
	border-bottom: none;
	margin-bottom: 0;
}


.busca .nav-tabs > .active > a, .busca .nav-tabs > .active > a:hover {
	background: #00389f;
	cursor: pointer;
	color: #FFF;
	line-height: 50px;
	border:none;
	margin-top: 0;
	text-align: center;
}


.busca .nav-tabs > li {
	width: 50%;
}

.busca .nav-tabs > li > a {
	border:none;
	background: #033b57;
	line-height: 40px;
	font-family: 'Oswald', sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;	
	padding: 0;
	margin-right: 0;
	color: #fff;
}


.box-busca {
	margin-top: -80px;
	position: relative;
	z-index: 100;
}

.busca .tab-content {
	border: 5px solid #3E6BC1;
	margin-bottom: 40px;
	background: #FFF;
	border-radius: 0 0 10px 10px;
}
.busca .form  {
	padding: 20px 20px 60px 20px;
}
.busca .form form {
	margin: 0;
}

.busca .form span {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

.busca .form .coluna {
	float: left;
	width: 50%;
}
.busca .form .coluna input[type="text"]{
	padding: 4px 2%;
	width: 90%;
	}
.busca .form .coluna3 {
	width: 30%;
	margin-right: 3%;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.busca .form .coluna label {
	line-height: 20px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.busca .form .coluna3 .texto {
	float: left;
	line-height: 15px;
	width: 50%;
}

.busca .form .coluna3 .texto + .select {
	float: left;
	width: 50%;
}
.busca .form .coluna3 .texto span{
	font-size: 8px;
	font-weight: normal;
	line-height: 10px;
	color: #999;
}
.busca .form .coluna3 .texto + .select select {
	width: 100%;
}

.busca .botao button {
	width: 100%;
}



.busca #myTab2 {
	width: 60%;
	margin: 20px 20% 10px; 
}

.busca #myTab2 > .active > a, #myTab2 > .active > a:hover {
	line-height: 30px;
	background: #ccc;
	color: #999;
	border-radius: 5px;
}

.busca #myTab2 > li > a {
	width: 80%;
	border:1px solid #999;
	color: #999;
	background: none;
	margin: 0 10%;
	border-radius: 5px;
	text-transform: none;
	line-height: 30px;
	}

.busca #myTab3 {
	width: 60%;
	margin: 20px 20% 10px; 
}

.busca #myTab3 > .active > a, #myTab2 > .active > a:hover {
	line-height: 30px;
	background: #ccc;
	color: #999;
	border-radius: 5px;
}

.busca #myTab3 > li > a {
	width: 80%;
	border:1px solid #999;
	color: #999;
	background: none;
	margin: 0 10%;
	border-radius: 5px;
	text-transform: none;
	line-height: 30px;
	}
.busca .tab-content .tab-content {
	border:none;
	margin-bottom: 0;
}




.viagens-index h1 {
	text-align: center;
	color: #2a5aaa;
	font-size: 28px;
	font-family: 'Oswald', sans-serif;
	margin-top: 0px;
}

.viagens-index h2 {
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
	color: #3E6BC1;
}

.viagem {
	margin-bottom: 30px;
}

.viagem a {
	display: block;
}
.viagem a:hover {
	text-decoration: none;
	box-shadow: 2px 2px 5px #DEDEde;
}
.viagem a .bloco .nome {
	padding: 15px;
	background: #FFF;
	border-radius: 0 0 5px 5px;
	}

	.viagem a .bloco .nome h3{
		font-size: 18px !important;
		color: #3E6BC1;
		margin: 0;
		font-family: 'Oswald', sans-serif;
		line-height: 15px;
}
	.viagem a .bloco img {
		width: 100%;
		border-radius: 5px 5px 0 0;
	}

	.unslider {
		position: relative;
		overflow: hidden;
	}
	.unslider-arrow {
		position: absolute;
		text-indent: -2999px;
	}

	.unslider-arrow.next {
		top: 50%;
		width: 40px;
		height: 40px;
		background: url(../imagens/setas.png) no-repeat right top;
	}
	.unslider-arrow.next:hover {
		background: url(../imagens/setas.png) no-repeat right bottom;
}	
	.unslider-arrow.prev {
		top: 50%;
		width: 40px;
		height: 40px;
		background: url(../imagens/setas.png) no-repeat left top;
	}	
		.unslider-arrow.prev:hover {
		background: url(../imagens/setas.png) no-repeat left bottom;
}	





/* Rodape */

.rodape {
	background:transparent;
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.rodape + .rodape {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #ece9e4;
	margin-top: 0;
}
.rodape  .menu-principal {
	margin: 20px 0 0 0;
	padding: 0;
}
.rodape .menu-principal li {
	list-style: none;
	float: left;
	width: 13.28571428571429%;
	margin-left:1%;
}
.rodape .menu-principal li a {
	display: block;
	text-align: center;
	color: #FFF;
	line-height: 30px;
	border-radius: 8px 0 8px 0;
	font-weight: bold; 
    transition: all 0.2s linear;
    background: url(../imagens/fundo-telefone.jpg) repeat-y center;
}
.rodape .menu-principal li a:hover {
     transition: all 0.2s linear;
   background: url(../imagens/fundo-telefone.jpg) repeat-y -50px;
}
.rodape h4{
	margin-top: 0;
	margin-bottom: 20px;
	color: #395eac;
	font-family: 'Oswald', sans-serif;
}
.rodape h4 + p, .rodape h4 + p + p {
	line-height: 18px;
	color:#999;
}
.rodape h5{
	margin-top: 0;
	margin-bottom: 10px;
	color: #067E3F;
}
.rodape h5 + p {
	font-size: 12px;
	line-height: 14px;
	color:#999;
}

.rodape .localiza {
	display: block;
	text-align: center;
    background: url(../imagens/fundo-telefone.jpg) repeat-y center;
	color: #FFF;
	padding: 15px;
	border-radius: 8px 0 8px 0;
	min-height: 32px;
	font-weight: bold;
    transition: all 0.2s linear;
	line-height: 14px;
}
.rodape .localiza:hover {
    transition: all 0.2s linear;
   background: url(../imagens/fundo-telefone.jpg) repeat-y -50px;
}


.flag h2{color:#6a6a6a;font-size:2.6em;font-weight:normal;margin-top:77px;text-align:center} 
.flag h3{color:#a5a5a5;font-size:1.6em;font-weight:normal;margin-top:12px;text-align:center} 
.flag p{font-size:14px;font-family:Arial;color:#999;text-align:center} 
.flag ul{margin:0;padding:0;list-style-type:none;margin-top:45px;text-align:center} 
.flag ul li{border:1px solid #e3e3e3;border-radius:4px;display:inline-block;font-size:1.2em;height:30px;line-height:30px;margin:0 5px;width:124px} ul li a{display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none} 
.flag ul li.selected{border-color:#6ebd45;background-color:#6ebd45} 
.flag ul li.selected a{color:#fff} .flag{text-align:center;margin-top:10px;overflow:hidden} 
.flag span{background-image:url("../imagens/flags.png"); text-indent: -2999px;background-repeat:no-repeat;border:1px solid #eee;display:inline-block;float:left;height:44px;margin:0 7px 18px 0;position:relative;width:73px}
.flag span.parcel:after{background-color:#f9880c;border-radius:50%;color:#fff;display:block;font-size:1.1em; text-indent:1; display:none;font-weight:bold;height:26px;line-height:26px;position:absolute;text-align:center;width:26px;bottom:-13px;right:-13px} 
.flag span.x3:after{content:"4x"} 
.flag span.x6:after{content:"6x"} 
.flag span.x10:after{content:"10x"} 
.flag span.x12:after{content:"12x"} 
.flag span.x18:after{content:"18x"} 
.flag span.visa{background-position:-18px -12px} 
.flag span.mastercard{background-position:-18px -83px} 
.flag span.americanexpress{background-position:-18px -153px} 
.flag span.hipercard{background-position:-19px -223px} 
.flag span.diners{background-position:-20px -293px} 
.flag span.elo{background-position:-20px -363px} 
.flag span.aura{background-position:-21px -433px} 
.flag span.plenocard{background-position:-17px -493px} 
.flag span.personalcard{background-position:-17px -573px} 
.flag span.cardban{background-position:-17px -633px} 
.flag span.valecard{background-position:-17px -713px} 
.flag span.brasilcard{background-position:-19px -785px} 
.flag span.fortbrasil{background-position:-19px -855px} 
.flag span.Cabal{background-position:-17px -923px} 
.flag span.mais{background-position:-17px -992px} 
.flag span.avista{background-position:-17px -1064px} 
.flag span.grandcard{background-position:-17px -1134px} 
.flag span.sorocred{background-position:-17px -1204px} 
.flag span.maestro{background-position:-18px -1273px} 
.flag span.banricompras{background-position:-17px -1333px} 
.flag span.visaelectron{background-position:-19px -1414px} 
.flag span.cabaldebito{background-position:-17px -1473px} 
.flag span.hsbc{background-position:-19px -1553px} 
.flag span.bradesco{background-position:-19px -1764px} 
.flag span.itau{background-position:-19px -1694px} 
.flag span.bb{background-position:-19px -1624px} 
.flag span.banrisul{background-position:-17px -1833px} 
.flag span.boleto{background-position:-19px -1902px} 
.flag span.ticket{background-position:-17px -1973px}


.rodape .artigo span {
	float: left;
	margin-right: 10px;
	display: block;
	overflow: hidden;
	height: 50px;
}
.rodape .artigo {
	margin-bottom: 20px;
	border-bottom-color: #EEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 15px;
}
.rodape  .artigo a {
	line-height: 16px;
	margin: 0px;
	min-height:50px;
	display:block;
	color: #888;
	text-decoration: none;
}
.rodape .artigo a:hover {
	color:#151515;
}

.rodape input[type="email"] {
	width: 94%;
	padding: 3%;
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #ece9e4;
	box-shadow: none !important;
}

.rodape .newsletter__send {
    background: #eeeeee;
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    width: 100%;
    height: 30px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    border: none;
    border-radius: 8px 0 8px 0;
    cursor: pointer;
    color: #999;
}

.rodape .newsletter__send:hover {
	    background: #DDD;
}
.rodape .politicas p {
/*	font-size: 12px;*/
}
.rodape .conheca {
	display: block;
    text-align: center;
    background: #eeeeee;
    color: #999;
    border-radius: 8px 0 8px 0;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    transition: all 0.2s linear;
}
.rodape .conheca:hover {
	    background: #DDD;
}
.rodape .borda-baixo {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
}

.rodape-fim {
        padding: 20px 0;
    color: #FFF;
    background: rgb(3,59,87);
    background: -moz-linear-gradient(left, rgba(3,59,87,1) 0%, rgba(5,108,157,1) 50%, rgba(3,59,87,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(3,59,87,1)), color-stop(50%,rgba(5,108,157,1)), color-stop(100%,rgba(3,59,87,1)));
    background: -webkit-linear-gradient(left, rgba(3,59,87,1) 0%,rgba(5,108,157,1) 50%,rgba(3,59,87,1) 100%);
    background: -o-linear-gradient(left, rgba(3,59,87,1) 0%,rgba(5,108,157,1) 50%,rgba(3,59,87,1) 100%);
    background: -ms-linear-gradient(left, rgba(3,59,87,1) 0%,rgba(5,108,157,1) 50%,rgba(3,59,87,1) 100%);
    background: linear-gradient(to right, rgba(3,59,87,1) 0%,rgba(5,108,157,1) 50%,rgba(3,59,87,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033b57', endColorstr='#033b57',GradientType=1 );
}


.rodape-fim a{
	color: #FFF;
}



#backtop {
    position: fixed;
    left:auto;right: 20px;top:auto;bottom: 100px;
    outline: none;
    overflow:hidden;
    color:#fff;
    text-align:center;
    background-color:rgba(25, 151, 87,0.84);
    height:40px;
    width:40px;
    line-height:40px;
    font-size:14px;
    border-radius:8px 0 8px 0;
    cursor:pointer;
    transition:all 0.3s linear;
    z-index:8;

    opacity:1;
    display:none;
}
#backtop:hover {
    background-color:#2bb16c;
}
#backtop.mcOut {
    opacity:0;
}



.fone {
	color: #fff;
	    font-family: 'Oswald', sans-serif;
}
.fone span.maior{
	font-size: 22px;
    margin-top: 6px;
    display: block;
}
.fone img {
    margin-right: 9px;
    margin-top: 10px;
}
.interno .busca {
	    padding: 16px 0;
    margin-bottom: 60px;
}

.interno h1 {
    color: #FFF;
    font-size: 28px;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    }

 .interno .viagens-index h2 {
 	font-size: 24px;
 	margin-bottom: 30px;
 }

 .bread {
 	color: #ccc;
  	    font-family: 'Oswald', sans-serif;
}
 .bread a {
 	color: #FFF;
 	    font-family: 'Oswald', sans-serif;
 }

 .text-institucional {
 /*	border:0px solid #ece9e4;
 	border-radius: 6px;
 	padding: 30px;
 	background: #FFF;*/
 }

 .accordion-heading .accordion-toggle {
    background: url(../imagens/fundo-busca.jpg) no-repeat center #2a5aaa;
    border-radius: 6px;
    border:none;
    font-size: 18px;
        padding: 15px 15px;
        font-family: 'Oswald', sans-serif;
    color: #FFF;
 }
 .accordion-heading .accordion-toggle:hover {
 	text-decoration: none;
}
.accordion-group {
	border:none;
	margin-bottom: 20px;
}
.accordion-inner {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	margin-top: 5px;
	background: #F9F9F9;
}
 .interno .viagens-index h3 {
    font-size: 24px !important;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #3E6BC1;
}



.contatos button {
    padding: 10px 0;
    background-color: #395eac;
    color: #fff;
    margin-left: auto;
    margin-top: 20px;
    width: 100%;
    height: auto !important;
    display: block;
    border-radius: 5px;
    margin-right: auto;
    border: none;
    cursor: pointer;
    outline: none;
}
.post {
	margin-bottom: 30px;
}
.post:hover {
	background: #F9F9F9;
}
.postagem-aberta .post:hover {
	background: #FFF;
}
.post .postagem {
	float: left;
	width: 77%;
	margin-left: 3%;
}
.post .postagem h3 {
	margin-top: 0;
}
.post .imagem {
	float:left;
	width:20%;
}
.post .imagem img {
	border-radius: 5px;
}
.post a {
	display: block;
}

.post a p {
	color: #666;
}


.form-passagem .label, .form-passagem .badge {
    background-color: #FFF;
    padding: 15px 3%;
    width: 94%;
    border: 1px solid #ece9e4;
    font-size: 14px !important;
    margin-bottom: 5px !important;
    border-radius: 5px;
    color: #3a5fad;
    font-weight: bold;
}

.form-passagem select {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 3px 3%;
    width: 93%;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
  /*  border-bottom: 1px solid transparent;*/
    margin: 10px 0 0px 0;
    box-shadow: none!important;
    font-size: 14px;
    color: #2B2F34;
}


.form-passagem input[type="text"] {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 3px 3%;
    width: 93%;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
  /*  border-bottom: 1px solid transparent;*/
    margin: 10px 0 0px 0;
    box-shadow: none!important;
    font-size: 14px;
    color: #2B2F34;
}
.form-passagem textarea {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 7px 3%;
    width: 93%;
    position: relative;
    border: none;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 10px 0 0px 0;
    box-shadow: none!important;
    font-size: 14px;
    color: #2B2F34;
}
.form-passagem button {
    padding: 10px 0;
    background-color: #395eac;
    color: #fff;
    margin-left: auto;
    margin-top: 0px;
    width: 100%;
    height: auto !important;
    display: block;
    border-radius: 5px;
    margin-right: auto;
    border: none;
    cursor: pointer;
    outline: none;
}

.viagem h3 {
    color: #3a5fad;
    font-size: 24px;
    font-weight: normal;
    font-family: 'Oswald', sans-serif;
    margin-top: 0px;
}

.form-passagem h3 {
	border: 1px solid #ece9e4;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    background: #FFF;
}



.cota .coluna3 {
	width: 30%;
	margin-right: 3%;
	float: left;
	margin-bottom: 0px;
	margin-top: 20px;
}
.cota .coluna label {
	line-height: 20px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
.cota .coluna3 .texto {
	float: left;
	line-height: 15px;
	color: #999;
	width: 50%;
}

.cota .coluna3 .texto + .select {
	float: left;
	width: 50%;
}
.cota .coluna3 .texto + .select input {
	margin-top: 0;
}
.cota .coluna3 .texto span{
	font-size: 8px;
	font-weight: normal;
	line-height: 10px;
	color: #999;
}
.cota .coluna3 .texto + .select select {
	width: 100%;
}
div.linguas{
	margin-top: 0px;
}

div.linguas a{
	height: 30px;
	width: 30px;
	background: url(../imagens/bandeiras.png) no-repeat;
	background-size: auto 30px;
	float: right;
	margin-left: 10px;
}

div.linguas a.pt-br{
	background-position: 0 0;
}

div.linguas a.en-us{
	background-position: -39px 0;
}
nav.menu{
	background: rgb(235,67,164);
	background: -moz-linear-gradient(top,  rgba(235,67,164, 1) 0%, rgba(201,0,116,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(235,67,164,1)), color-stop(100%,rgba(201,0,116,1)));
	background: -webkit-linear-gradient(top,  rgba(235,67,164,1) 0%,rgba(201,0,116,1) 100%);
	background: -o-linear-gradient(top,  rgba(235,67,164,1) 0%,rgba(201,0,116,1) 100%);
	background: -ms-linear-gradient(top,  rgba(235,67,164,1) 0%,rgba(201,0,116,1) 100%);
	background: linear-gradient(to bottom,  rgba(235,67,164,1) 0%,rgba(201,0,116,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be4015', endColorstr='#e1501e',GradientType=0 );
	width: 100%;
	display: block;
	border-radius: 10px;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.6);
	position: relative;
	z-index: 100;
}
nav.menu ul {
    float: left;
    margin: 0px;
}

nav.menu li.home {
  background: url(../imagens/images/icons.png) no-repeat 20px 50%;
    width: 50px;
    height: 60px;
    overflow: hidden;
}
nav.menu li.home a {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
nav.menu li {
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    line-height: 60px;
}
nav.menu ul.itens li.voos {
    background: url(../imagens/images/icons.png) no-repeat -95px 50%;
}
nav.menu ul.itens li.pacotes {
    background: url(../imagens/images/icons.png) no-repeat -280px 50%;
}
nav.menu ul.itens li.hoteis {
    background: url(../imagens/images/icons.png) no-repeat -470px 50%;
}

nav.menu ul.itens li a {
    color: #c1c1c1;
    text-transform: uppercase;
    font-size: 12px;
    float: left;
    line-height: 16px;
    padding: 15px;
    padding-left: 40px;
}
nav.menu ul.itens li a span {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#liveadmin {
       position: absolute;
    right: -35px;
    top: -48px;
}
form.search{
	    float: right;
    position: relative;
    margin: 0px 22px 0 0;
}

form.search input{
	     height: 36px;
    margin-top: 12px;
    border-radius: 10px;
    padding: 0;
    float: right;
    min-width: 200px;
    border: 0;

}

form.search button{
    height: 35px;
    width: 35px;
    border-radius: 10px;
    margin-top: 12px;
    float: right;
    position: absolute;
    padding: 0;
    text-align: center;
    right: 0px;
    border: 0px;
}
@media (max-width: 800px){
   #liveadmin{
   	display: none;
   }
} 

.slide-res{
	width: 1400px;
	margin: auto;
	display: block;
}
.slide-res-int{
	width: 1400px;
	margin: auto;
	    margin-top: -45px;
	display: block;
	position: relative;
	overflow: hidden;
}

.slide-res-int .background{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: none;
    width: 1400px;
    text-align: center;
    float: left;
    z-index: 0;
}
.slide-res-int .container-fluid.busca{
  position: relative;
  z-index: 2;
}
.slide-res-int h1{
	color: #CB0376 !important;
}
.slide-res-int .title{
  text-align: left;
    font-size: 12px;
}
.slide-res-int .bread{
	color: #d81d89 !important;
	margin-top: 10px !important;
}
.slide-res-int .bread a{
	color: #000;
}

@media (max-width: 1400px){
   .slide-res{
   	width: 100% !important;
   	display: block !important;
   }
   .slide-res-int{
   	width: 100% !important;
   	display: block !important;
   }
} 
footer{
	background-image: url(../imagens/footer.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.companhias {
       width: auto;
    background: #fff;
    border-radius: 10px;
    margin-top: -75px;
    position: relative;
    display: block;
    z-index: 100;
        -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    /* box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4); */
    padding: 15px 15px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;

}
.companhias .owl-theme .owl-controls{
	display: none !important;
}
div.faixa {
    height: auto;
        margin-top: 35px;
    /* background: #eeeeee; */
    -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    /* box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.4); */
    padding-top: 20px;
}
div.faixa h3.subtitle {
    color: #222;
    font-size: 22px;
    line-height: 20px;
}
div.faixa blockquote {
    font-size: 16px;
    font-style: italic;
    margin-top: 5px;
}
div.faixa blockquote span {
    font-size: 42px;
    float: left;
    line-height: 0px;
    height: 15px;
    width: 20px;
}

img.image-interna {
    position: relative;
    margin-top: -130px;
    left: 0;
}

@media (max-width: 767px){
 .image-interna{
 	display: none;
 }
 div.faixa h3.subtitle{
 	padding: 20px;
 }
}