/*
Theme Name: Impacto Turismo
Author: The 42 Marketing Digital Team
Author URI: http://42marketingdigital.com
Description: Theme created in 2016, by the 42 Marketing Digital Team for Impacto Turismo company.
Version: 1.0
*/
@font-face {
    font-family: nova_egular;
    src: url(fonts/novaegular.otf);
}
@font-face {
    font-family: chunkfiveex;
    src: url(fonts/chunkfiveex.ttf);
}
@font-face {
    font-family: dreamsamericandinerdemo;
    src: url(fonts/dreamsamericandinerdemo.otf);
}
.background_1{
	background-color: rgba(243,226,209,0.8);
	position: relative;
	z-index: 99999;
}
.background_2{
	background-color: #ffffff;
    width:  100%;
}
.background_3{
	background: #ffffff;
	width:  100%;
}
.header-logo{
	margin-top: 50px;
	margin-bottom: 30px;
}
.menu-header .navbar{
    border: none;
    border-radius: 0;
    background-color: transparent;
    margin-bottom: 0px;
    margin-top: 13px;
}
p[id="header-phone"]{
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 0px;
}
.header-social{
	margin-top: 60px;
}
.header-social ul{
	padding:0px;
	margin:100px;
	list-style:none;
}
.header-social ul li{
	display: inline;
}
.menu-header .navbar-default .navbar-nav>li>a {
    color: #000;
	font-weight: bold;
    font-size: 20px;
}
.menu-header .nav>li>a {
    padding: 10px 8px;
}
.menu-header .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: transparent;
}
p[id="footer-offer"]{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 75px;
}
.logo-footer{
	margin-top: 30px;
}
.footer-block{
	background: #c58037;
	margin-top: 45px;
	margin-bottom: 45px;
}
.footer-block p a{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
p[id="credits-footer"]{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-top: 70px;
}
.logo-42{
	margin-top: 60px;
	margin-bottom: 35px;
}
.contato-texto{  
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
.contato-form input{
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #000;
}
.contato-form textarea{
	width: 100%;
	height: 110px;
	border: none;
	border-bottom: 2px solid #000;
}
.contato-form input[type="submit"]{
	border: none;
	background: #c58037;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.contato-mapa{
	margin-top: 70px;
}
.historia-header{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size:cover;
	width:  100%;
	padding-left: 0;
	padding-right:0;
	/*margin-top: -150px; - mudei... tira a transparencia do menu */
}
p[id="contact-title"]{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 60px;
	text-align: right;
	margin-top: 200px;
	margin-bottom: 200px;
	-webkit-text-stroke-width: .50px;
    -webkit-text-stroke-color: #A9A9A9;
}
.blog-thumb img{
	max-width: 100%;
	height: auto; 
	display:block;
}
.blog-category p{
	margin-bottom: 5px;
}
.blog-category p a{
	font-family: 'Poppins', sans-serif;
	color: #9c9c9c;
	font-size: 14px;
	text-decoration: none;
}
.blog-title p a{
	font-family: 'Poppins', sans-serif;
	color: #373737;
	font-size: 26px;
	text-decoration: none;
	line-height: 20px;
}
.blog-title p{
	margin-bottom: 5px;
}
.blog-excerpt p a{
	font-family: 'Poppins', sans-serif;
	color: #373737;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
	line-height: 20px;
}
.blog-excerpt p{
	margin-bottom: 0px;
}
.blog-tags a{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	background: #db812d;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	display: inline-block;
}
.blog-line{
	height: 1px;
	background: #dcdcdc;
	margin-top: 10px;
	margin-bottom: 45px;
}
.load-more{
	overflow: hidden;
}
#blog-more{
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: 20px;
	width: 80%;
	background: #c58037;
	border: none;
	padding-top: 10px;
    padding-bottom: 10px;
}
.load-more{
	margin-bottom: 45px;
}
.search-form input[type="search"]{
	border-top: 3px solid #db812d;
	border-bottom: 3px solid #db812d;
	border-left: 3px solid #db812d;
	height: 38px !important;
}
.search-form .btn-info{
	background: transparent;
	color: #db812d;
	border-top: 3px solid #db812d !important;
	border-bottom: 3px solid #db812d !important;
	border-right: 3px solid #db812d !important;
	border-left: 0px !important;
}
.btn-info:hover{
	background: transparent;
	color: #db812d;
}
.sidebar-line{
	height: 1px;
	background: #dcdcdc;
	margin-top: 25px;
	margin-bottom: 25px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    font-family: 'Poppins', sans-serif;
    color: #c9a22d;
    cursor: default;
    background-color: #F6F6F6;
    border: none;
    border-bottom: 2px solid #c9a22d;
}
.post_tabs .nav>li>a {
    padding: 10px 8px;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav-tabs>li>a {
    font-family: 'Poppins', sans-serif;
    color: #9b9b9b;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
}
.sidebar-title p{
	font-family: 'Poppins', sans-serif;
    color: #24293d;
    font-size: 25px;
    font-weight: 700;
}
.sidebar-categorias ul li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sidebar-categorias ul{
	padding: 0;
	margin: 0;
}
.sidebar-categorias ul li a{
	font-family: 'Poppins', sans-serif;
    color: #373737;
    font-size: 15px;
    font-weight: 300;
}
.sidebar-contato input{
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #db812d;
	padding:5px;
}
.sidebar-contato input[type="submit"]{
	border: none;
	background: #c58037;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
}
.sidebar-redes{
	margin-top: 45px;
}
.news-title p a {
    font-family: 'Poppins', sans-serif;
    color: #494949;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
}
.single_title p{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 26px;
}
.single_thumb{
	margin-top: 80px;
}
.single_thumb img{
	max-width: 100%;
	height: auto; 
	display:block;
}
p[id="relacionados_title"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 26px;
}
.single_content{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-top: 30px;
}
p[class="related-title"] a{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.nav-tabs{
	margin-bottom: 15px;
}
.redes-sociais{
	margin-top: 20px;
}
p[id="next"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
}
.empresa-title p{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 26px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.empresa-title-text p{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
}
p[id="bloco-title"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.impacto-card{
	margin-top: 50px;
}
p[id="equipe-title"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
}
p[id="membro-descri"]{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
}
p[id="membro-email"]{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    text-decoration: underline;
}
p[id="about-clients"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
    font-weight: bold;
	font-size: 25px;
    line-height: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.tucano{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size:cover;
}
p[id="tucano-title"]{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 25px;
	margin-top: 80px;
	margin-bottom: 30px;
}
.fundo-transparente{
	margin-bottom: 100px;
}
.fundo-transparente input[type="text"], input[type="email"]{
	background: transparent;
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #fff;
}
.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}
.depo_name p{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 39px;
}
.depo_photo img{
	margin-top: 35px;
}
.depo_content{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    margin-top: 60px;
}
.glyphicon-chevron-left:before, .glyphicon-triangle-left:before{
	color: #c58037;
}
.glyphicon-chevron-right:before {
    color: #c58037;
}
p[id="clients-page-title"]{
	margin-top: 90px;
	margin-bottom: 90px;
}
p[id="contact-title-home"]{
/*	font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: 50px;
	text-align: right;
	margin-top: 150px;
	line-height: 60px;
}
p[id="home-sub-title"]{
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	color: #FFF;
	text-align: right;
	line-height: 30px;
}
p[id="home-icon1"]{
	font-family: 'Poppins', sans-serif;
    font-size: 13px;
	color: #000;
	margin-top: 30px;
	margin-bottom: 70px;
}
p[id="about-clients-home"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 25px;
	line-height: 20px;
    margin-top: 100px;
	margin-bottom: 30px;
	text-align: right;
}
.home-search{
	margin-top: 100px;
	border: none;
}
.home-search input[type="search"]{
	border: none;
	height: 45px;
	border-color: transparent !important;
    box-shadow: none !important;
	border-bottom: 1px solid #000 !important;
	border-radius: 0px;
}
.home-search .btn-info{
	height: 45px;
	background: transparent;
	color: #db812d;
	border: none;
	font-size: 20px;
	border-radius: 0px;
	border-bottom: 1px solid #000 !important;
}
.home-search .form-control:focus {
  border-color: transparent !important;
  box-shadow: none !important;
  border-bottom: 1px solid #000 !important;
}
.gallery-thumb img{
	max-width: 100%; 
	height: auto;
	display:block;
}
.carousel-control {
    width: 0% !important;
    opacity: 1 !important;
}    
p[id="home-link"]{
	text-align: right;
	margin-bottom: 250px;
}
p[id="home-link"] a{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background: #c58037;
	padding: 10px 45px 10px 45px;
	display: inline-block;
}
.home-pacote-title p{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 25px;
    line-height: 25px;
    padding: 10px;
    margin-bottom: 0px;
}
.home-pacote-descri p{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    padding: 10px;
}
.home-pacote-post{
	margin-bottom: 50px;
	border: 3px solid #c58037;
}
.home-pacote-thumb img{
	max-width: 100%; 
	height: auto;
	display:block;
}
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 3px solid #db812d;
    border-radius: 0px;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 1px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 25px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}
p[id="contato-enviado-message1"]{
	font-family: 'Poppins', sans-serif;
    color: #db812d;
    font-size: 45px;
    margin-top:100px;
}
p[id="contato-enviado-message2"]{
	font-family: 'Poppins', sans-serif;
    color: #272525;
    font-size: 27px;
}
p[id="servico-link"] a{
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	background: #c58037;
	padding: 10px 45px 10px 45px;
	display: inline-block;
}
p[id="servico-faixa-title"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 32px;
	margin-top: 50px;
	margin-bottom: 35px;
}
p[id="servico-faixa-content"]{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 50px;
}
.servico-faixa-img img{
	margin-bottom: 115px;
}
.passeio-border{
	border: 3px solid #00b9b9;
}
.hotel-border{
	border: 3px solid #030737;
}
.cidade-border{
	border: 3px solid #030737;
}
.pacote-formulario input{
	width: 100%;
	border: 3px solid #db812d;
	height: 30px;
	margin-top: 10px;
	padding: 5px;
}
.pacote-formulario select{
	width: 100%;
	border: 3px solid #db812d;
	height: 30px;
	margin-top: 10px;
	padding: 5px;
}
.pacote-formulario textarea{
	width: 100%;
	border: 3px solid #db812d;
	margin-top: 10px;
	padding: 5px;
	height: 130px;
}
p[id="pacote-title"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 30px;
}
.pacote-descricao{
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 15px;
    margin-bottom: 30px;
	position: relative;
}
.pacote-formulario .wpcf7-submit{
	background: #db812d;
	font-family: 'Poppins', sans-serif;
	color: #FFF;
	font-size: 26px;
	height: 53px;
}
.roteiro-item{
	background: #eeecec;
	box-shadow: -2px 3px 15px #888888;
	overflow: hidden;
	margin-bottom: 25px;
}
.roteiro-dia{
	background: #c58037;
	overflow: hidden;
	width: 50px;
	margin-left: 20px;
	border-radius: 0px 3px 4px 4px;
	box-shadow: -2px 3px 15px #888888;
}
p[id="roteiro-dia-numero"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 0px;
}
p[id="roteiro-dia-dia"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 20px;
	line-height: 15px;
	margin-bottom: 5px;
}
#dia-descri{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 15px;
	/*padding: 10px;*/
}
p[id="item-descri-title"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 39px;
	margin-bottom: 15px;
}
p[id="item-descri-texto"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 15px;
}
.item-descri-wrapper{
	margin-bottom: 40px;
}
.pacote-peixes{
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-repeat:no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size:cover;
}
.fundo-branco{
	background: rgba(256, 256, 256, 0.8);
}
p[id="pesquisa"]{
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-size: 22px;
	margin-bottom: 0px;
}
.blog-thumb img{
	max-width: 100%; 
	height: auto;
	display:block;
}
h2[class="screen-reader-text"]{
	display: none;
}
.wp-post-image{
	max-width: 100%;
	height: auto;
	display:block
}

