/*
Theme Name: PrivateJet
Author: Equipe gCampaner
Author URI: http://www.gcampaner.com.br
Description: por Luiz Reis
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom:20px;
	max-width: 100%;
	text-align:left;
}
	.wp-caption img {
		border: 0 none;
		padding: 0;
		margin: 0;
		display:block;
	}
	.wp-caption p.wp-caption-text {
		line-height: 1.5;
		font-size: 14px;
		color: #757575;
		margin: 0 !important;
		padding-top: 5px;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

/* ==========================
	STYLE - LATITUDES 2016
========================== */
html, body {
    overflow-x: hidden;
}
#main-container {
	padding-top: 98px;
}
body { font-family: 'Raleway', sans-serif; }
.entry-cotent l {
	color: #947b1d;
}
.entry-content p, .entry-content li {
	font-size: 16px;
	line-height: 30px;
	color: #4e4e4f;
}
img {
    max-width: 100%;
    height: auto;
}

.admin-bar .navbar-fixed-top {
    top: 32px;
}

.entry-content pre {
    display: inline-block;
    white-space: initial;
    border: none;
    background: none;
}

/* ==========
	MENU 
========== */
body .navbar-default {
	height: 98px;
	margin: 0;
	background-color: #46413e;
	border-bottom: 7px solid #d2ba81;
}

.navbar-default .navbar-nav .menu-item a {
	position: relative;
	text-transform: uppercase;
	color: #bba666 !important;
	font-size: 13px;
	font-weight: 300;
	padding: 0 13px;
}
.navbar-default .navbar-nav .menu-item a:hover,
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #FFF !important;
	background: none !important;
}
.navbar-default .navbar-nav .menu-item a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 60%;
    background: #bba666;
	transform: translate(0,-50%);
}
.navbar-default .navbar-nav .menu-item:last-child a:before {
	content: none;
}
ul#menu-menu-fixo {
    margin-top: 62px;
}

ul.dropdown-menu {
    padding: 10px 5px;
    background: #46413e;
}
#menu-menu-fixo .dropdown-menu .menu-item a { padding: 5px 5px; }
#menu-menu-fixo .dropdown-menu .menu-item a:before { content: none; }
#menu-menu-fixo.navbar-default .navbar-nav .menu-item a:before { content: none; }



/*Sub Menu*/
ul.sub-menu{
	position: absolute;
	left: 0;
	top: 29px;
	background-color: #46413e;
	text-align: left;
	width: 200px;
	padding: 0;
	display:none;
	border: 1px solid #d2ba81;
}
	ul.sub-menu li{ list-style:none !important; }
		ul.sub-menu li a{
			padding: 5px 10px !important;
			display: block;
			font-size:12px !important;
		}
		ul.sub-menu > li:first-child > a{ padding-top:10px !important; }
		ul.sub-menu > li:last-child > a{ padding-bottom:10px !important; }
		ul.sub-menu ul.sub-menu{ 
			left: 198px;
			top: 10px;
		}

.navbar-default .navbar-nav .sub-menu .menu-item a:before { content: none; }

/* LOGO */
.navbar-brand {
	width: 320px;
	height: 90px;
	text-indent: -9999px;
	background: url(/wp-content/themes/privatejet-gc2016/images/logo-menu.png) no-repeat center;
}
.logo-latitudes-menu.mobile { display: none; }
.logo-latitudes-menu {
    display: inline-block;
    width: 115px;
    height: 45px;
    margin: 32px 0 0 15px;
    text-indent: -9999px;
    background: url(/wp-content/themes/privatejet-gc2016/images/logo-footer.png) no-repeat center;
    background-size: 100%;
}

/* SLIDE */
#slides { margin-bottom: 0; }
#slides .slick-prev, #slides .slick-next {
    position: absolute;
    top: 50%;
    height: 40px;
    transform: translate(0,-50%);
    z-index: 1;
}
#slides .slick-prev:before, #slides .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(/wp-content/themes/privatejet-gc2016/images/arrow-slick.png) no-repeat;
}

#slides .slick-prev { left: 1%; }
#slides .slick-prev:before {
	left: 0;
	background-position: 5px 100%;
}

#slides .slick-next { right: 1%; }
#slides .slick-next:before {
	right: 0;
	background-position: -32px 100%;
}
#slides .slick-dots {
	bottom: 0;
	padding: 0.5% 1.5%;
	text-align: right;
	z-index: 9;
}
#slides .slick-dots li { margin: 0 2.5px; }
#slides .slick-dots li button:before {
	font-size: 44px;
	color: #947b1d;
	opacity: 1;
}
#slides .slick-dots li.slick-active button:before {
    color: #FFF;
}


/* ==========
	POST
========== */
article {
	max-width: 880px;
	margin: 0 auto;
	padding: 0 15px;
}


.entry-content ul {
    list-style: none;
    padding:0;
    margin:0;
}
	.entry-content ul li { 
		position: relative;
		padding-left: 40px;
	}
		.entry-content ul li:before {
			content: '';
			position: absolute;
			left: 25px;
			top: 50%;
			width: 5px;
			height: 5px;
			background-color: #bba666;
			float: left;
			border-radius: 50%;
			transform: translate(0,-50%);
		}
.entry-content h3 { 
	font-size: 30px;
	color: #947b1d;
}

h1.entry-title {
    text-transform: uppercase;
    text-align: center;
}

/* ==========
	PAGE
========== */
.page .entry-header {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
.entry-title {
	font-family: 'Raleway', sans-serif !important;
	font-size: 60px;
	color: #947b1d;
	font-weight: 100;
	margin-top: 20px;
	margin-bottom:10px;
}
.sub-title {
	position: relative;
	margin: 0 0 10px;
	padding: 15px 0 0;
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px;
	color: #947b1d;
	letter-spacing: 8px;
	line-height: 24px;
}
	.sub-title:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width:100%;
		border: 0;
		height: 2px;
		background: #d2ba81;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
		background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
	}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
    font-family: 'Raleway', sans-serif !important;
    color: #947b1d;
    font-weight: 100;
    margin-bottom: 30px;
}

.entry-content h1{ font-size:36px; }
.entry-content h2{ font-size:32px; }
.entry-content h3{ font-size:28px; }
.entry-content h1,
.entry-content h2,
.entry-content h3{
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
	.entry-content h1:before,
	.entry-content h2:before,
	.entry-content h3:before{
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		border: 0;
		height: 2px;
		background: #d2ba81;
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
		background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
		background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
	}

.entry-content a{ color:#947b1d !important; }
.entry-content iframe {
    width: 100%;
    height: 60vw;
    max-height: 500px;
}
.entry-content p{
	margin:0 0 30px !important;
}
.entry-content ol, 
.entry-content ul{
    margin-bottom: 20px !important;
}
.entry-content img{
	margin: 0 !important;
	max-width:100%; 
	height:auto;
}

/*Galeria*/
.cont-galeria{
    padding: 10px 9999px 60px !important;
    margin: 0 -9999px 30px !important;
    background: #f8f6f1;
}
	.cont-galeria h4{
		margin:0 10px 10px !important;
		font-size: 20px !important;
	}
	.cont-galeria .gallery-item {
		margin: 0 10px !important;
		text-align: center;
		outline: none !important;
	}
		.cont-galeria .gallery-item img{
			width: 100%;
			height: auto;
			display: block;
		}
.cont-galeria button.slick-prev, 
.cont-galeria button.slick-next{
	background-color: #eae4d9;
	width: 50px;
	height: 50px;
	margin-top: -25px;
}
.cont-galeria button.slick-prev{
	left: -55px;
	background-image: url("/wp-content/themes/privatejet-gc2016/images/icons/seta-e.png") !important;
}
.cont-galeria button.slick-next{
	right: -55px;
	background-image: url("/wp-content/themes/privatejet-gc2016/images/icons/seta-d.png") !important;
}
	.cont-galeria button.slick-prev:hover, 
	.cont-galeria button.slick-prev:focus, 
	.cont-galeria button.slick-next:hover, 
	.cont-galeria button.slick-next:focus{
		background-color:#625135;
	}
	.cont-galeria .slick-prev:before, 
	.cont-galeria .slick-next:before{ display:none; }
.cont-galeria .slick-dots li{ padding: 0 !important; }
.cont-galeria .slick-dots li:before{ display:none !important; }
	.cont-galeria .slick-dots li button:before{ font-size:30px !important; }



/* ==========
	A VIAGEM
========== */
#destinos {
    margin-top: 15px;
}
#destinos h2 {
    position: relative;
    max-width: 470px;
    margin: 0 0 30px;
    padding: 10px;
    font-size: 36px;
    color: #947b1d;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 12px;
}
#destinos h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    height: 2px;
    background: #d2ba81;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,hsla(0,0%,0%,0)), color-stop(50%,hsla(0,0%,0%,.75)), color-stop(100%,hsla(0,0%,0%,0)));
    background: -webkit-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
    background: -moz-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
    background: -ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
    background: -o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
    background: linear-gradient(left, hsla(0,0%,0%,0) 0%, hsl(40, 23%, 47%) 50%, hsla(0,0%,0%,0) 100%);
}

.destino.last span,
.destino-title:first-letter {
    color: #947b1d;
}
.destino.first span { font-weight: 100; }

.destino {
	display: inline-block;
	width: 100%;
	margin-bottom: 1.5%;
}
.destino-thumbnail, .destino-title {
    display: inline-block;
    vertical-align: middle;
}
.destino-thumbnail { width: 27.5%; }
.destino-title {
	width: 71%;
	margin: 0;
	padding-left: 4%;
	font-size: 18px;
	font-weight: 800;
	line-height: 24px;
}

/* BOTÃO DOWNLOAD */
#cont-download {
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
}
#cont-download .btn-download {
	position: relative;
	display: inline-block;
	padding: 25px 0 35px 85px;
	font-family: Arial;
	font-size: 18px;
	color: #947b1d;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
#cont-download .btn-download:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 70px;
	height: 100%;
	background: url(/wp-content/themes/privatejet-gc2016/images/icon-download.png) no-repeat center;
	background-size: 100%;
	transform: translate(0,-50%);
}

/* PATRIMÔNIOS CULTURAIS */
.cont-patrimonios {
    display: inline-block;
    width: 100%;
    background: #f2f1ea;
}
.img-patrimonio {
	display: inline-block;
	width: 26%;
}
.img-patrimonio img {
    width: 100%;
    height: auto;
}
.patrimonios {
	display: inline-block;
	width: 73%;
	vertical-align: middle;
	padding-left: 1%;
}
.patrimonios p {
	margin: 20px 0px;
	font-size: 15px;
	font-weight: bold;
}
.patrimonios p span{ color: #947b1d; }


/* ==========
	ESPECIALISTAS
========== */
div#especialistas { margin-top: 3%; }
article.especialistas { margin-bottom: 1%; }
article.especialistas .post-thumbnail {
    display: inline-block;
    width: 17.5%;
	vertical-align: top;
}
.cont-especialista {
    display: inline-block;
    width: 82.5%;
	padding-left: 2%;
}
.especialistas .entry-title {
    margin: 0 0 7.5px;
    font-size: 18px;
    font-weight: normal;
}

/* ==========
	ACOMODAÇÕES
========== */
#acomodacoes {
    margin-top: 35px;
}
.acomodacao {
    display: inline-block;
    width: 100%;
    margin-bottom: 2%;
}
.acomodacoes-title {
    margin: 0px;
    font-size: 18px;
    color: #947b1d;
}
.acomodacao p {
    font-size: 16px;
    line-height: 30px;
    color: #4e4e4f;
}

/* ==========
	CONTATO
========== */
.cont-info { text-align: right; }
#info-contato h4 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
}
#info-contato p, #info-contato a {
	margin: 0;
	line-height: 26px;
	color: #4e4e4f;
}
#info-contato .t-ic {
    color: #b4953d;
}
#info-contato .endereco {
    display: inline-block;
    margin: 20px 0;
}

/* ==========
	FOOTER
========== */
div#copyright {
	margin: 40px 0 10px;
	text-align: right;
	font-size: 12px;
}
footer#footer {
    background: #383734;
    border-top: 7px solid #d2ba81;
}

.cont-footer {
    float: left;
    margin: 30px 0;
}
.logo-latitudes-footer {
	display: inline-block;
	width: 230px;
	height: 90px;
	text-indent: -9999px;
	vertical-align: middle;
	background: url(/wp-content/themes/privatejet-gc2016/images/logo-footer.png) no-repeat center;
}
.info-footer {
	display: inline-block;
	margin-left: 15px;
	padding-left: 15px;
	line-height: 25px;
	border-left: 1px solid #d4cdb0;
	vertical-align: middle;
}
.info-footer p, .info-footer a {
	display: block;
	margin: 0;
	color: #ccc4a5;
	text-decoration: none;
}
.info-footer a:hover {
	text-decoration: underline !important;
}

/* BANNER FOOTER */
.banner-footer {
    float: right;
    margin: 30px 0;
    display: none;
}
.banner-footer h3 {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 400;
    color: #ccc4a5;
    letter-spacing: 6px;
    text-align: center;
    text-transform: uppercase;
}


/*Telão*/
.img-bg{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #f8f6f1;
}
.img-d-page {
	height: 400px;
	max-height: 60vw;
	min-height: 200px;
	background-position: center;
	position:relative;
}



/*
 * Especialistas e Hotéis
*/
.cont-h-e h2{ color:#46413e; }

.p-especialista,
.p-hotel{
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
	.p-especialista img {
		float: left;
		width: 170px;
		height: auto;
		margin-right: 20px !important;
	}
	.p-especialista h4{
		margin-bottom:20px;	
	}
	.p-especialista p,
	.p-hotel p {
	    font-size: 14px;
	    line-height: 1.5;
	    margin-bottom: 15px !important;
	    text-align: justify;
	}

	.p-hotel h3,
	.p-hotel h4{
		font-size: 20px !important;
		margin-bottom:15px !important;
		text-transform:uppercase;
		text-align:center;
	}

#catalogo {
    text-align: center;
}
	.p-catalogo a {
		max-width: 320px;
		display: inline-block;
	}
		.p-catalogo a img {
			width: 100%;
			height: auto;
			display: block;
		}




/* =====================
		RESPONSIVE
===================== */
@media screen and (max-width: 1200px) {
	/* MENU */
	body .navbar-default {
		height: 90px;
	}
	.navbar-brand {
		width: 250px;
		height: 80px;
		background-size: 100%;
	}
	
	ul#menu-menu-fixo {
		margin-top: 50px;
	}
	.logo-latitudes-menu { margin: 20px 0 0 15px; }
	
	/* GERAL */
	#main-container {
		padding-top: 90px;
	}
}

@media screen and (max-width: 1080px) {	
	/* MENU */
	.navbar-default .container {
		width: 100%;
		padding: 0;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		position: relative;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	.navbar-header {
		position: relative;
		float: none;
	}
	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	}
	.navbar-nav {
	  float: none!important;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-collapse.collapse.in{
	  display:block !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #d2ba81;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #d2ba81;
	}
	
	.navbar-toggle.collapsed {
		position: absolute;
		left: 2%;
		top: 50%;
		transform: translate(0,-50%);
		margin: 0;
	}
	ul#menu-menu-fixo {
		margin-top: 0;
		background: #46413e;
		position: relative;
		top: 10px;
	}
	.navbar-collapse.collapse {
		top: 90px;
		box-shadow: none !important;
		border: none !important;
		overflow: hidden;
		max-height: initial;
	}
	.navbar-default .navbar-nav .menu-item a:before { content: none; }
	
	.navbar-brand, 
	#custom-search-mobile { display: inline-block; }
	
	.navbar-default .navbar-toggle .icon-bar {
		transition: 0.3s;
	}
	.navbar-default .navbar-toggle.active .icon-bar {
		*background-color: #000 !important;
	}
	.navbar-default .navbar-toggle.active .icon-bar:nth-child(2) {
		opacity: 0;
	}
	.navbar-default .navbar-toggle.active .icon-bar:first-child {
		transform: rotate(45deg) translate(4.5px, 4px);
		-webkit-transform: rotate(45deg) translate(4.5px, 4px);
		-moz-transform: rotate(45deg) translate(4.5px, 4px);
		-o-transform: rotate(45deg) translate(4.5px, 4px);
		-ms-transform: rotate(45deg) translate(4.5px, 4px);
	}
	.navbar-default .navbar-toggle.active .icon-bar:last-child {
		transform: rotate(-45deg) translate(4.5px, -4.5px);
		-webkit-transform: rotate(-45deg) translate(4.5px, -4.5px);
		-moz-transform: rotate(-45deg) translate(4.5px, -4.5px);
		-o-transform: rotate(-45deg) translate(4.5px, -4.5px);
		-ms-transform: rotate(-45deg) translate(4.5px, -4.5px);
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background: none;
	}
	
	.navbar-default .navbar-nav .menu-item a {
		padding: 15px;
		font-size: 16px;
		*border-bottom: 1px solid #d2ba81;
	}
	.navbar-default .navbar-nav .menu-item:last-child a { *border: none; }
	
	.logo-latitudes-menu { display: none; }
	/*
	.logo-latitudes-menu.mobile {
		display: block;
		position: absolute;
		right: 2%;
		top: 50%;
		margin: 0;
		transform: translate(0,-60%);
	}
	*/	
	
	.sub-menu {
		display: block !important;
		position: initial !important;
		width: 100% !important;
		border: none !important;
	}
	ul.sub-menu .menu-item a {
		padding: 10px !important;
		padding-left: 25px !important;
		font-size: 16px !important;
		border-bottom: 1px solid #d2ba81 !important;
	}
	.sub-menu .sub-menu {
		display: none !important;
	}

}

@media screen and (max-width: 992px) {	
	/* POST */
	article {
		padding: 0px 20px;
	}
	.entry-title {
		font-size: 58px;
	}
	.cont-info {
		text-align: center;
		margin-bottom: 20px;
	}
	
	/* PATRIMÔNIOS CULTURAIS */
	.img-patrimonio { display: none; }
	.patrimonios { width: 100%; }
	
	/* FOOTER */
	.cont-footer, .banner-footer {
		float: none;
		text-align: center;
	}
	.info-footer {
		text-align: left;
	}
	
	.banner-footer {
		margin: 50px 0 20px;
	}	

}

@media screen and (max-width: 768px) {
	/* MENU */
	.navbar-default .container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* ESPECIALISTAS */
	article.especialistas {
		margin-bottom: 40px;
	}
	article.especialistas .post-thumbnail {
		display: block;
		width: 250px;
		margin: 15px auto;
	}
	.especialistas .entry-title { text-align: center; }
	.cont-especialista {
		display: inline-block;
		width: 100%;
	}
	
	/* DOWNLOAD */
	#cont-download {
		margin: 30px 0;
	}
	#cont-download .btn-download { padding: 85px 0 0; }
	#cont-download .btn-download:before {
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		background-position: center top;
	}
}
@media screen and (max-width: 580px) {	
	/* MENU */
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		float: right;
		left: 0;
		transform: none;
		margin-right: 10px;
	}
	.navbar-toggle.collapsed {
		left: 20px;
	}
	
	/* POSTS */
	.entry-title {
		font-size: 42px;
	}
	
	
	/* FOOTER */
	.logo-latitudes-footer {
		margin: 0 7.5%;
	}
	.info-footer {
		text-align: center;
		margin: 20px 0;
		padding: 20px 0;
		border: none;
		border-top: 1px solid #d4cdb0;
		border-bottom: 1px solid #d4cdb0;
	}
	.cont-footer { margin: 30px 0 0; }
	.banner-footer { margin: 20px 0; }
	
}
@media screen and (max-width: 400px) {	
	
	.p-especialista{
		text-align:center;
	}
		.p-especialista img {
			float: none;
			width:100%;
			max-width:300px;
			display: block;
			margin: 0 auto 15px !important;
		}
		.p-especialista h4{
			margin: 0 0 15px;
		}

}
