/*
Theme Name: Travessia
Theme URI: http://www.travessiaexpedicoes.com.br
Description: Template para Travessia
Author:   Rusvel Nantes  
Version: 1.0
License: None
*/
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
} 
textarea:focus, input:focus, input {
    outline: 0;
}                 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/*body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; } 
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
/* geral */
body {
    font-size: 13px;
    line-height: 20px;
	color: #333;
	background: #fff;
	font-family: 'Varela Round', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 400;
	float: left;
	display: block;
	padding-bottom: 10px;
	border-bottom: 10px solid #114b5e;
}
h2 {
	text-transform: uppercase;
	color: #984447;
	font-size: 25px;
	line-height: 30px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #984447;
	font-weight: 400;
}
.home h2, #equipe h2 {
	text-align: center;
	font-size: 35px;
	line-height: 40px;
	letter-spacing: 1px;
	border: 0;
	color: #114b5e;
}
.home h2.breveTitulo {
	font-size: 25px;
	line-height: 30px;
}
.home h2 span,  #equipe h2 span {
	width: 60px;
	display: block;
	margin: 10px auto;
	height: 2px;
	background: #114b5e;
}
h3 {
	color: #984447;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 400;
}
h3 span {
	width: 40px;
	display: block;
	margin: 10px 0 0 0;
	height: 1px;
	background: #b8c480;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	display: block;
	color: #984447;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	line-height: 20px;
}

.botao1 {
		background-color: #F1F1F1;
		font-size: 30px;
		text-align: center;
		width: fit-content;
	    padding: 15px;
	    border: 5px;
	    border-style: solid;
	    border-color: #114B5E;
		text-transform: uppercase; 
	    margin-left: auto;
	    margin-right: auto;
		line-height: normal;
	
	}
	
.social a, header, #menu a, #submenu a, #pagenav a, input, #scrollTop, .addtoany_list a, footer a, .fotoZoom, .overlay, a, .btn, #logo, .post a, .post span, .postFoto a, .btn, .sideBox a, .expedicao a, .galleria-theme-classic.notouch .galleria-image-nav-left, .galleria-theme-classic.notouch .galleria-image-nav-right {
	-moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 100 !important;
}
a:link, a:visited {
	color: #984447;
	text-decoration: initial;
}
a:hover, a:active {
	color: #114b5e;
}

html, body, #wrapper {
	height: 100%;
}
#conteudo ul, #conteudo ol, .galleria {
	margin-bottom: 20px;
}
#conteudo ul {
	list-style-position: inside;
}
#conteudo ol {
	list-style-position: outside;
}
#conteudo ol li {
	list-style-type: decimal;
	margin-left: 25px;
}
#conteudo ul li {
	list-style-type: disc;
	margin-left: 25px;
}
#conteudo #galeria li, #conteudo #bastidores li {
	margin-left: 0;
	list-style: none;
}
blockquote {
	font-style: italic;
	margin: 0 20px 20px 20px;
	font-size: 20px;
	line-height: 30px;
	border-left: 5px solid #b8c480;
	color: #b8c480;
}
blockquote p {
	padding: 0 30px 0 30px;	
}
.wp-caption  {
	background: #F7F7F2;
	padding: 5px;
	clear: both;
	display: block;
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
#conteudo .wp-caption p {
	padding: 5px 10px 0 10px;
	margin: 0;
}
.alignnone, .aligncenter, .wp-caption img, #headerExpedicao img, #homeSlideshow img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
form p {
	margin-bottom: 0;
}
section {
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
section#conteudoWrapper {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
/* centralizar verticalmente */
.outerContainer {
    display: table;
    height: 100%;
	width: 100%;
    overflow: hidden;
}
.innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/* slideshow home */
#homeSlideshow {
	clear: both;
	display: block;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 1000 !important;
}
.bx-wrapper .bx-next {
    background: url(images/next.png) center no-repeat !important;
    opacity: 0.5;
}
.bx-wrapper .bx-prev {
    background: url(images/prev.png) center no-repeat !important;
    opacity: 0.5;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover {
	opacity: 1;
}
/* botão topo */
#scrollTop {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	text-align: center;
	background-color: #114b5e;
	overflow: hidden;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 2000;
	font-size: 25px !important;
	display: none;
}
#scrollTop:hover {
	background: #984447;
}
.galleria {
	height: 450px;
}
.galleria-thumbnails { 
	margin: auto;
}
.galleria-theme-classic .galleria-counter {
	color: #333 !important;
	font-family: 'Varela Round', sans-serif !important;
}
.galleria-theme-classic .galleria-info-title {
	font-family: 'Varela Round', sans-serif !important;
	margin-bottom: 0 !important;
	font-size: 10px !important;
}
.galleria-theme-classic {
	background: #f1f1f1 !important;
}
.galleria-theme-classic .galleria-image-nav-left {
	background: url(images/galeriaPrev.png) center left no-repeat !important;
}
.galleria-theme-classic .galleria-image-nav-right {
	background: url(images/galeriaNext.png) center right no-repeat !important;
}
/* sidebar */
.sideBox {
	padding: 20px;
	overflow: hidden;
	background: #b8c480;
	margin-bottom: 2px;
}
.sideBox h4 {
	color: #114b5e;
	text-transform: uppercase;
}
.sideBox select {
	max-width: 300px;
}
.sideBox a:link, .sideBox a:visited {
	color: #fff;
	text-decoration: none;
}
.sideBox a:hover, .sideBox a:active {
	color: #114b5e;
}
.tagCloud a:link, .tagCloud a:visited {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #fff;
	padding: 2px 8px;
}
.tagCloud a:hover, .tagCloud a:active {
	border: 1px solid #114b5e;
	background: #114b5e;
	color: #fff;
}
/* menu */
#topMenu {
	padding: 10px 0;
	background: #114b5e;
	color: #b8c480;
	font-size: 12px;
	line-height: 20px;
}
#topRight {
	float: right;
}
#topMenu .fa {
	font-size: 16px !important;
}
.topContato .fa {
	margin-right: 5px;
}
.topTelefone, .topEmail, #topMenu .social {
	float: left;
	margin: 0 0 0 20px;
	clear: none;
	overflow: hidden;
}
#topMenu .social li {
	float: left;
	margin: 0 0 0 20px !important;
	display: block;
}
.topEmail, .topTelefone {
	display: none;
}
#topMenu a:link, #topMenu a:visited {
	color: #b8c480;
	text-decoration: none;
}
#topMenu a:hover, #topMenu a:active {
	color: #fff;
}
header, #menuWrapper {
	background: #f1f1f1;
	width: 100%;
}
#logo {
	float: left;
	margin: 10px 0;
	display: block;
	width: auto !important;
	height: 50px !important;
}
.fa-bars {
	display: block;
	height: 70px !important;
	line-height: 70px !important;
	font-size: 30px !important;
	color: #999;
	float: right;
	cursor: pointer;
}
#menu {
	display: none;
	text-align: right;
	clear: both;
	text-transform: uppercase;
	overflow: hidden;
}
#menu li#mInsta {
	text-transform: lowercase;
}
#menu li {
	clear: both;
	display: block;
	padding: 8px 0;
	font-size: 13px;
}
#menu a:link, #menu a:visited {
	color: #114b5e;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover, #menu a:active {
	color: #984447;
}
form#searchform {
	margin: 0 !important;
	float: right;
	clear: both;
	width: 170px;
	padding: 20px 0 30px 0;
	overflow: hidden;
}
form#searchform input#s {
	font-size: 11px;
	padding: 5px 0;
	float: left;
	width: 140px;
	border: 0;
	background-color: transparent;
	border-bottom: 1px solid #999;
	margin: 0 !important;
}
form#searchform input#searchsubmit {
	background: url(images/search.png) center no-repeat !important;
	width: 24px !important;
	height: 24px !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	float: right;
	cursor: pointer;
	overflow: hidden;
	text-indent: -999px;
}
/* rodape */
footer {
	padding: 50px 0;
	overflow: hidden;
	background: #114b5e;
	clear: both;
	color: #fff;
	position: relative;
	z-index: 1000;
}
footer h4 {
	color: #fff;
}
#sb_instagram .sbi_follow_btn a {
	background: #984447 !important;
}
.facebookPlugin {
	text-align: center;
}

/* paginacao */
#pagenav {
	overflow: hidden;
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #b8c480;
	text-align: center;
	font-size: 12px;
}
.page-template-page-blog #pagenav {
	display: none !important;
}
#pagenav a, #pagenav span {
	display: inline-block;
	padding: 2px 10px;
	margin: 0 5px;
}
#pagenav span {
	color: #fff;
	background: #114b5e;
}
#pagenav a:link, #pagenav a:visited {
	background: #f1f1f1;
	color: #984447;
	text-decoration: none;
}
#pagenav a:hover, #pagenav a:active {
	background: #984447;
	color: #fff;
}
#pagenav .fa {
	font-size: 14px !important;
}
/* formularios */
form {
	overflow: hidden;
	padding-bottom: 20px;
}
form p {
	color: #212121;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
	overflow: hidden;
}
label {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}
input[type="text"], input[type="tel"], input[type="date"], input[type="email"], input[type="submit"], input[type="file"], textarea, select {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 13px;
	width: 100%;
	padding: 5px 10px;
	border: 0;
	border: 1px solid #999;
	color: #666;
	font-family: 'Varela Round', sans-serif;
	margin-bottom: 10px;
	display: block;
}
textarea {
	height: 100px;
	resize: none;
}
input[type="text"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="date"].wpcf7-not-valid, input[type="file"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input.wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid,
form span.wpcf7-not-valid {
	border: 1px solid #984447;
	background:#f1f1f1;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
input[type="submit"].wpcf7-submit {
	width: 140px !important;
	padding: 0 !important;
	margin: 0 !important;
	margin: 0 0 10px 0;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	background: #984447;
	border-color: #984447;
	color: #fff;
	text-transform: uppercase;
	float: left;
	font-size: 15px;
	letter-spacing: 1px;
}
input[type="submit"].wpcf7-submit:hover {
	background-color: #114b5e;
	border-color: #114b5e;
	color: #fff;
}
footer input[type="submit"].wpcf7-submit:hover {
	background-color: #fff;
	border-color: #fff;
	color: #984447;
}
.wpcf7-response-output  {
	margin: 20px  auto 20px auto !important;
	clear: both;
	font-size: 12px !important;
}
.wpcf7-form-control-wrap {
	margin-bottom: 0 !important;
	width: 100% !important;
	display: block !important;
}
.wpcf7-not-valid-tip {
	font-size: 12px !important;
}
div.wpcf7 .ajax-loader {
    width: 40px !important;
    height: 40px !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
    margin: 0 0 0 10px !important;
	float: left !important;
}
/* expedicao */
#conteudo p {
	margin-bottom: 20px;
}
#submenu {
	line-height: 25px;
	font-size: 15px;
	margin-bottom: 20px;
}
#submenu li {
	border-bottom: 2px solid #fff;
	background: #b8c480;
}
#submenu li.ficha {
	background: #984447;
}
#submenu a:link, #submenu a:visited {
	display: block;
	text-decoration: none;
	padding: 5px 20px;
	color: #fff;
	background: url(images/bgSubmenu.png) -30px center no-repeat;
}
#submenu a:hover, #submenu a:active {
	color: ##984447;
}
#submenu li.ficha a:hover, #submenu li.ficha a:active {
	color: #b8c480;
}
#submenu li.current a {
	color: #114b5e;
	font-weight: bold;
	padding-left: 25px;
	background: url(images/bgSubmenu.png) 10px center no-repeat;
}
.diaFoto img, #galeria img, #bastidores img, .relato .galleria img {
	width: 100% !important;
	height: auto !important;
	display: block;
}
.bloco {
	overflow: hidden;
	display: block;
	clear: both;
	padding: 0 0 0 0;
}
.dia {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.diaFoto {
	margin-bottom: 20px;
}
#galeria ul, #bastidores ul {
	width: 102%;
	overflow: hidden;
}
#galeria ul li, #bastidores ul li {
	float: left;
	margin: 0 1% 1% 0;
	width: 49%;
}
.col1-4, .col1-3 {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
#titulo {
	background: #fff;
	color: #114b5e;
	padding: 60px 0 0 0;
}


.expedicao {
	width: 100%;
	position: relative;
	background-position: right bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 50px;
	overflow: hidden;
	clear: both;
	position: relative;
}
.postFoto {
	width: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 10px;
	height: 200px;
}
.postFoto a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
p.postData {
	margin-bottom: 10px !important;
	font-weight: bold;
	color: #114b5e;
}
#homeBlog p.postData {
	margin-bottom: 0 !important;
}
.bgBranco {
	background-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.6);
	padding: 100px 00;
}
.resumo, #headerStatus {
	overflow: hidden;
}
#informacoes-gerais {
	color:#114b5e;
}
ul#headerStatus {
	clear: both;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.resumo p {
	margin-bottom: 10px !important;
	font-size: 14px;
	position: relative;
	padding-left: 25px;
}
#headerStatus li {
	background: #f1f1f1;
	position: relative;
	color: #984447;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 10px 20px 10px 35px;
	margin: 0 !important;
}
.resumo .fa, #headerStatus .fa, .infoContato .fa {
	color: #984447;
	width: 20px !important;
	text-align: center !important;
	position: absolute;
	left: 0;
	top: 1px;
}
#headerStatus .fa {
	color: #984447;
	top: 11px;
	left: 10px;
}
.resumo a:link, .resumo a:visited {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 30px 20px 0 20px;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.7);
}
.btn {
	background: #984447;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	width: 110px;
	padding: 5px 0;
	color: #fff !important;
	text-align: center;
}
.resumo .btn {
	margin-bottom: 30px;
}
/* quem somos */
.autorFoto {
	width: 100px;
	height: 100px;
	background-position: center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}
.autorTexto {
	padding: 65px 20px 20px 20px;
	z-index: 1;
	margin-top: -50px;
	z-index: 1;
	position: relative;
	background: #f1f1f1;
}
#homeDepoimentos h5 {
	text-align: right;
	margin-bottom: 0 ;
}
.page-template-page-quem .autor h4 {
	text-align: center;
}
.autorTexto p {
	margin-bottom: 20px;
}
#homeDepoimentos .autorTexto p {
	margin-bottom: 10px;
}

.social {
	text-align: center;
	display: block;
	clear: both;
	margin-bottom: 20px; 
}
.social li {
	display: inline-block;
	margin: 0 10px !important;
	list-style: none !important;
	padding: 0 !important;
}
.social .fa {
	font-size: 16px !important;
}
.autor a:link, .autor a:visited {
	color: #984447;
	text-decoration: none;
}
.autor a:hover, .autor a:active {
	color: #114b5e;
}
.page-template-page-contato aside p {
	margin-bottom: 15px;
}
#homeBlog, #homeDepoimentos, #sobre {
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*#homeBlog section, #homeDepoimentos section {
	background-color: rgba(255, 255, 255, 0.9);
	background: rgba(255, 255, 255, 0.9);
}*/
#equipe {
	background: #fff;
	padding-bottom: 100px;
}
/*#equipe .autorTexto {
	background: #fff;
}*/
.homePost, .post, .autor {
	margin-bottom: 50px;
}
.postFoto .btn {
	float: none;
	margin: 0 auto;
	background: #984447;
	opacity: 0;
}
.postFoto a:hover, .postFoto a:active, .resumo a:hover, .resumo a:active, #homeSlideshow span {
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
}
.breve .resumo a:hover, .breve .resumo a.active {
	background-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.7);
	color: #984447;
}
.postFoto a:hover .btn, .postFoto a:active .btn {
	opacity: 1
}
#homeExpedicoes {
	padding: 100px 0;
}
.postFooter {
	background: #f1f1f1;
}
.postFooter strong {
	color: #984447;
	text-transform: uppercase;
}
.postShare, .postTag, .postCategory {
	padding: 10px 20px;
	border-bottom: 2px solid #fff;
	overflow: hidden;
	line-height: 20px;
}
.addtoany_list a>span {
	background: #114b5e !important;
}
.addtoany_shortcode {
	display: inline-block !important;
	width: auto !important;
}
.infoContato {
	position: relative;
	color: #114b5e;
	padding: 0 0 0 25px;
	margin-bottom: 10px;
}
.infoContato .fa {
	color: #114b5e;
	font-size: 18px !important;
}

.breve a {
	cursor: default !important;
}
.breve .hide {
	visibility: hidden;
}
h2.breveTitulo {
	display: block;
	clear: both;
	padding-top: 30px;
}
.homeIntro {
	background: #114b5e;
	font-size: 20px;
	line-height: 25px;
	padding: 50px 0 30px 0;
	color: #fff;
}
.homeIntro p {
	margin-bottom: 20px;
}
.relato {
	font-size: 18px;
    line-height: 26px;
	margin: 0 1% 2% 10%;

}
.relato p.postData {
	font-size: 13px;
    line-height: 20px;
}
.relato .galleria {
	overflow: hidden;
	display: block;
	height: auto;
}
.single-post #conteudo .galleria li {
	display: block;
	margin: 0 1% 2% 1%;
	float: left;
	clear: none;
	background: none;
	list-style: none;
}
.single-post #conteudo ul.col2 li {
	width: 48%;
}
.single-post #conteudo ul.col3 li {
	width: 31.333%;
}
.single-post #conteudo ul.col4 li {
	width: 23%;
}
.single-post #conteudo ul.col5 li {
	width: 18%;
}

#homeVideo {
	background: #f1f1f1;
	padding: 50px 0;
	overflow: hidden;
	clear: both;
	display: block;
}
#homeVideoWrapper {
	display: block;
}

@media only screen 
and (min-width : 480px) {
.topTelefone {
	display: block;
}
footer .col1-3 {
	width: 320px;
	margin: 0 auto 30px auto;
}
}
@media only screen 
and (min-width : 640px) {
#galeria ul li {
	width: 32.3333%;
}
#bastidores ul li {
	width: 24%;
}
.col1-1, #homeVideoWrapper {
	margin-left: 1%;
	margin-right: 1%;
}
.col1-4, .autor, .homePost, .post {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.post {
	margin: 0 2% 4% 0;
}
.autor {
	margin-bottom: 20px;
}
.topEmail {
	display: block;
}
#homeDepoimentos .autor:last-child {
	display: none;
}


}
@media only screen 
and (min-width : 768px) {

#submenu {
	float: left;
	width: 24%;
}
aside {
	float: right;
	width: 24%;
}
#conteudo {
	width: 74%;
	float: left;
}
.single #conteudo {
	width: 72.5%;
}
.search #conteudo h2, #pagenav {
	width: 98%;
}
.page-template-page-contato #conteudo, .page-template-page-contato aside {
	width: 49%;
}
#conteudo.full {
	width: 100%;
	float: none;
}
.single-expedicao #conteudo {
	float: right;
}
.diaFoto {
	float: left;
	width: 49%;
}
.diaTexto {
	float: right;
	width: 49%;
}
.expedicao {
	float: left;
	width: 48%;
	margin: 0 1% 2% 1%;
	clear: none;
}
.resumo a:link, .resumo a:visited {
	height: 100%;
}
.page-template-page-expedicoes .expedicao {
	width: 49%;
	margin: 0 0 2% 0;
}
.page-template-page-expedicoes .expedicao.odd, .page-template-page-expedicoes .expedicao:nth-child(even) {
	width: 49%;
	float: right;
	margin: 0 0 2% 0;
}
.alignnone, .aligncenter, .wp-caption {
	width: 80% !important;
	margin: 0 auto;
}
.single-post #conteudo .galleria {
	width: 82% !important;
	margin: 0 auto;
}
.wp-caption {
	margin-bottom: 20px;
}
.page-template-page-quem .galleria  {
	float: right;
	margin: 0 1% 2% 3%;
	width: 48%
}
}
@media only screen 
and (min-width : 1024px) {
#homeDepoimentos .autor, footer .col1-3 {
	width: 31.3333%;
	float: left;
	margin: 0 1% !important;
}
#homeDepoimentos .autor:last-child {
	display: block;
}
.fa-bars {
	display: none !important;
}
#menu {
	display: block !important;
	margin: 0;
	float: right;
	clear: none;
	overflow: hidden;
}
#menu ul {
	float: left;
	clear: none;
}
#menu li {
	float: left;
	margin: 0 0 0 25px;
	padding: 0;
	line-height: 70px;
	clear: none;
	font-size: 11px;
}
#menu li#mHome {
	margin: 0 !important;
}
#menu a {
	display: block;
	line-height: 70px;
}
.expedicao {
	padding: 0;
}
.resumo {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
form#searchform {
	clear: none;
	padding: 22px 0 0 40px;
}


.col1-4, .homePost {
	width: 23%;
}
.homePost {
	margin-bottom: 0;
}
section {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.single-expedicao #mExpedicao a, .home #mHome a, .page-template-page-quem #mQuem a, .page-template-page-contato #mContato a, .page-template-page-expedicoes #mExpedicao a, .single-post #mBlog a, .page-template-page-blog #mBlog a, .archive.date #mBlog a, .archive.category #mBlog a, .archive.tag #mBlog a, .page-id-198 #mSaiba a {
	color: #984447;
	background:url(images/bgMenu.png) left top no-repeat;
}
}
@media only screen 
and (min-width : 1366px) {
section {
	width: 1200px;
}
#menu li {
	margin: 0 0 0 45px;
	font-size: 13px;
}
}
@media (max-width: 480px) {
#homeExpedicoes {
    padding: 30px 0;
}
}
/* Joao Pacheco */
.wp-block-image img {
    max-width: 100%;
    height: auto;
}

/* quer mais informação */

.single-expedicao #duvidas{
display: flex;
flex-direction: column;
 text-align: center
}


.single-expedicao .whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background-color: #984447;
  color: #fff;
  padding: 12px 20px;
  box-shadow: 0 8px 18px rgba(5, 58, 63, 0.16);
  font-weight: 700;
  font-size: 15px;
    margin: 0 auto;
}

.single-expedicao .whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(5, 58, 63, 0.2);
}

.single-expedicao .whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}

.single-expedicao .whatsapp-text {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}