/**
* Edits Tema
*/
html, body {
	font-size: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

.clear {
	clear: both;
}

#content {
	min-height: 100%;
	position: relative;
}

.fancybox-lock body {
	overflow: initial !important;
}

.rowspace.rowspace {
	margin-bottom: 26px;
}

.transicao,
.eff-op,
.eff {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}

.eff:hover {
	box-shadow: 1px 1px 10px #1e5391;
	text-decoration: none;
}

.eff-op:hover {
	opacity: .8;
	text-decoration: none;
}

form select,
form input[type="text"] {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 0 12px;
	height: 36px;
	float: left;
}

form textarea {
	box-sizing: border-box;
	border-radius: 4px;
	padding: 12px;
	height: 120px;
	resize: none;
}

h1 {
	margin: 0 !important;
	font-size: 0px;
}
/* Default Link Styles */
a {
  	font-family: 'Neris', sans-serif;
  	text-decoration: none;
  	line-height: inherit; 
	color: black;
}

a:hover {
   text-decoration: underline; 
}

a img {
   border: none; 
}

/* Default paragraph styles */
p {
  	font-family: 'Neris', sans-serif;
  	text-rendering: optimizeLegibility; 
  	margin-bottom: 16px;
  	line-height: 1.6;
  	text-align: left;
  	font-size: 16px;
  	color: #666666;
}

p.lead {
   font-size: 1.21875rem;
   line-height: 1.6; }
p aside {
   font-size: 0.875rem;
   line-height: 1.35;
   font-style: italic; 
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  	font-family: 'Neris', sans-serif;
  	font-style: normal;
  	text-rendering: optimizeLegibility;
  	margin: 0 0 16px 0;
  	line-height: 1; 
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
   font-size: 60%;
   color: #6f6f6f;
   line-height: 0; 
}

.subheader {
  	line-height: 1.4;
  	color: #6f6f6f;
  	font-weight: normal;
  	margin-top: 0.2rem;
  	margin-bottom: 0.5rem; 
}

hr {
  	border: solid #dadada;
  	border-width: 1px 0 0;
  	clear: both;
  	margin: 30px 0 35px;
  	height: 0; 
}

/* Helpful Typography Defaults */
em,
i {
  	font-style: italic;
  	line-height: inherit; 
}

strong,
b {
  	font-weight: bold;
  	line-height: inherit; 
}

small {
  	font-size: 60%;
  	line-height: inherit; 
}

code {
  	font-family: Consolas, "Liberation Mono", Courier, monospace;
  	font-weight: normal;
  	color: #333333;
  	background-color: #f8f8f8;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #e0e0e0;
  	padding: 0.125rem 0.3125rem 0.0625rem; 
}

/* Lists */
ul,
ol,
dl {
  	font-family: 'Neris', sans-serif;
  	list-style-position: outside;
  	margin-bottom: 16px;
  	line-height: 1.6;
  	font-size: 16px;
  	color: #666;
}
/**
* Header
*/
.wrap-header {
	border-top: 5px solid #dddbd6;
	background-color: #fff;
	padding: 10px 0 0 0;
	width: 100%;
}

.logo {
	padding: 35px 0;
	display: block;
}

@media (max-width: 600px) {
	.mobile-center {
		text-align: center;
	}

	.margin-bottom {
		margin-bottom: 15px;
	}

	.logo {
		display: inline-block;
		max-width: 50%;
	}
}

.header-atendimento {

	margin: 5px 0 15px 0;
	list-style: none;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}

.header-atendimento > li {

	letter-spacing: .5px;
	font-size: 13px;
	color: #898583;
	line-height: 1;
	float: left;
}

.header-atendimento > li a:hover {
	text-decoration: none;
}

.header-atendimento > li:not(:last-child) {

	margin-right: 15px;
}

.header-atendimento > li span {
	margin-right: 30px;
	font-weight: 500;
	color: #ffcf00;
}

.header-atendimento > li img {
	margin: -3px 3px 0 0;
}

.navigation {
	list-style: none;
	margin: 10px 0 0 0;

	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.navigation > li {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 1;
	float: left;
}

.navigation > li > a {
	background-color: transparent;
	padding: 12px 8px 14px;
	padding-bottom: 39px;
	border-radius: 25px;
	display: block;
	color: #898583;
	transition: color .2s;
	font-size: 13px;
}

@media (max-width: 1150px) {

	.navigation > li > a {
		font-size: 12px;
		padding: 12px 5px 14px;
	}
}

.navigation > li:hover > a,
.navigation > li > a.actv {	
	text-decoration: none;
	color: #ffcf00;
}

.navigation > li > a.actv {
	background: url(../img/down-arrow.png) no-repeat center 70%;
}

.navigation .menu-btn,
.navigation > .contact-button {
	background-color: #ffcf00;
	padding: 12px 25px 14px;
	color: white;
}

.navigation .whatsapp-button {
	background-color: #11ae19;
	margin-left: 5px;
	padding: 12px 10px 14px;
	color: white;
	opacity: 1;
	transition: opacity .5s;
}

.navigation .whatsapp-button:hover {
	color: #ffffff;
	opacity: .5;
}

.navigation .menu-btn {

	border-radius: 50%;
	padding: 12px;
	padding-bottom: 38px;
}

.effect {
	position: relative;
	overflow: hidden;
	display: block;
	z-index: 50;
}

.effect:hover {
	text-decoration: none;
}

.effect:before {
	background-color: #333333;
	position: absolute;
	height: 100px;
	width: 100px;
	content: "";
	z-index: -1;
	left: 40%;
	top: 40%;

	border-radius: 50%;

	-webkit-transition: transform .5s ease-in-out, opacity .8s ease-in-out;
	-moz-transition: transform .5s ease-in-out, opacity .8s ease-in-out;
	-ms-transition: transform .5s ease-in-out, opacity .8s ease-in-out;
	transition: transform .5s ease-in-out, opacity .8s ease-in-out;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 1;
}

.effect:hover:before {
	-webkit-transform: scale(8);
	-moz-transform: scale(8);
	-ms-transform: scale(8);
	transform: scale(8);
	opacity: 0;
}

.navigation > li > ul.dropdown {
	background-color: #ffcf00;
	padding: 30px 0;
	position: fixed;
	list-style: none;
	z-index: 3000;
	margin: 0;
	width: 100%;
	left: 0;
	display: none;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.navigation > li > ul.dropdown > li {
	text-transform: none;
	position: relative;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	float: left;
}

.navigation > li > ul.dropdown > li:not(:last-child) {
	margin-right: 25px;
}

.navigation > li > ul.dropdown > li > a {
	position: relative;
	line-height: 1;
	display: block;
	color: white;
}

.navigation > li:hover > ul {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
}

.row-fix.row-fix.row-fix {
	max-width: 1140px;
	margin: 0 auto;
}
/**
* Menu
*/
.carousel {
	margin-bottom: 0;
}

.carousel .each-item {
	display: block;
}

@media (min-width: 1025px) {
	.wrap-banner,
	.each-item {
		height: 450px;
	}
}

@media (max-width: 1024px) {
	.wrap-banner,
	.each-item {
		background-size: cover !important;
		height: 36vw;
	}
}
/**
* Wrap Banner
*/
.wrap-banner {
	overflow: hidden;
	width: 100%;
	z-index: 0;
	top: 0;
}
/**
* Footer
*/
.wrap-footer {
	width: 100%;
	bottom: 0;
	left: 0;
}

.wrap-footer .f-row {
	padding: 38px 0 37px;
}

.wrap-footer .whatsapp-fixed {
	position: fixed;
	right: 4vw;
	bottom: 10vh;
  }

.title-footer {
	font-weight: 500;
	font-size: 14px;
	color: #ffcf00;
}

.socials {
	list-style: none;
	margin: 0 0 30px 0;
}

.socials > li {
	line-height: 1;
	float: left;
}

.socials > li:not(:last-child) {
	margin-right: 10px;
}

.socials > li > a {
	background-color: #7b7674;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	display: block;
	height: 40px;
	color: white;
	width: 40px;
}

.socials > li > a i {
	font-size: 18px;
}

.assinatura {
	background-color: #7b7674;
	padding: 18px 0;
}

.assinatura a,
.assinatura p {
	font-family: Arial, sans-serif;
	text-align: center;
	font-size: 12px;
	color: white;
	margin: 0;
}

.btn-default.btn-small {
	padding: 12px 25px 14px;
	line-height: 1;
}

.list-footer {
	padding-left: 30px;
	margin: 0 0 30px 0;
	list-style: none;
}

.list-footer > li:first-child {
	font-size: 14px;
	color: #ffcf00;
}

.list-footer > li {
	line-height: 1.4;
	font-size: 14px;
	color: #7b7674;
}

.list-footer > li.bigger {
	font-size: 20px;
}

.footer-phone {
	background: url(../img/footer-phone.png) no-repeat 0 5px;
}

.footer-address {
	background: url(../img/footer-marker.png) no-repeat 0 5px;
}

.footer-address span {
	color: #7b7674;
}

iframe {
	width: 100%;
}

.footer-navigator > li > a {
	padding: 12px 10px 14px;
}

.to-top {
	background-color: #ffcf00;
	text-align: center;
	border-radius: 50%;
	line-height: 36px;
	position: fixed;
	display: block;
	color: white;
	bottom: 20px;
	height: 40px;
	right: 20px;
	width: 40px;
	z-index: 3000;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
/**
* MENU CELULAR
*/
.menu-aberto {
	overflow: hidden;
}

.offset-menu {
	background-color: #ffcf00;
	position: fixed;
	width: 280px;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2000;
	padding: 40px 20px;
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	-moz-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	-ms-transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
	transition: all .2s cubic-bezier(0.175,0.885,0.32,1.275);
}

.offset-menu ul {
	list-style: none;
	margin: 0;
}

.offset-menu li {
	border-bottom: 1px solid white;
	text-transform: uppercase;
	width: 100%;
}

.offset-menu li .dropdown {
	background-color: #7a7674;
	padding: 40px 20px;
	position: absolute;
	z-index: 3000;
	width: 280px;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-280px);
	-moz-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	transform: translateX(-280px);
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.menu-aberto .offset-menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sub-aberto-2 .dropdown,
.sub-aberto .dropdown {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.offset-menu li a {
	padding: 8px 0;
	display: block;
	color: white;
}

.offset-menu .open-menu {
	background-color: #ffcf00;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: white;
	position: fixed;
	top: 0;
	right: -50px;
}

@media (max-width: 600px) {
	.tabela-responsiva {
		min-height: .01%;
	    overflow-x: auto;
	    width: 100%;
	    overflow-y: hidden;
	    -ms-overflow-style: -ms-autohiding-scrollbar;
	    border: 1px solid #ddd;
	}

	.tabela-responsiva table {
		margin-bottom: 0;
	}
}

.tabela-responsiva {
	margin-bottom: 40px;
}
/**
* HOME
*/
.container {
	background-color: #fff;
	padding: 45px 0;
	width: 100%;
}

.title {
	text-transform: uppercase;
	margin-bottom: 40px;
	padding-left: 30px;
	font-weight: 500;
	font-size: 20px;
	color: #ffcf00;
}

.card-vitrine {
	background-color: white;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	display: block;
}

.card-crew:hover,
.card-vitrine:hover {
	-webkit-animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
	animation: shadow-drop-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s 1 normal both;
	text-decoration: none;
}

.card-vitrine .wrap-image {
	border-radius: 6px 6px 0 0;
	position: relative;
	overflow: hidden;
	height: 190px;
}

.card-vitrine .wrap-image > .places {
	background-color: #ffcf00;
	display: inline-block;
	border-radius: 20px;
	line-height: 2.2;
	padding: 0 10px;

	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: white;

	position: absolute;
	bottom: 20px;
	left: 20px;
}

.places > img {
	margin: -3px 3px 0 0;
}

.card-vitrine .info {
	padding: 25px;
	padding-bottom: 30px;
}

.each-feriado .info > h3,
.card-vitrine .info > h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 18px;
	color: #898583;

	overflow: hidden;
	height: 50px;
}

.label {
	font-family: "Neris", sans-serif;
	font-size: 14px;
	color: #ffcf00;
}

.go {
	border-radius: 50%;
	text-align: center;
	line-height: 32px;
	color: #898583;
	height: 35px;
	width: 35px;

	position: absolute;
	bottom: 15px;
	right: 15px;

	transition: background .2s;
}

.card-vitrine:hover .go {
	background-color: #ffcf00;
	color: white;
}

@-webkit-keyframes shadow-drop-center{
	0%{
		box-shadow:0 0 0 0 transparent
	} to {
		box-shadow:0 0 20px 0 rgba(0,0,0,.35)
	}
}

@keyframes shadow-drop-center{
	0%{
		box-shadow:0 0 0 0 transparent
	} to {
		box-shadow:0 0 20px 0 rgba(0,0,0,.35)
	}
}

.container.testimonials {
	background: url(../img/bg-testimonials.jpg) no-repeat bottom center;
	background-size: cover !important;
	padding: 60px 0;
}

.sub-title {
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: 500;
	font-size: 18px;
	color: #898583;
}

.sub-title img {
	margin: -4px 3px 0 3px;
}

.carousel-testimonials {
	margin-bottom: 0;
}

.carousel-testimonials p {
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 16px;
	color: #7b7674;
}

.client-name {
	font-family: "Neris", sans-serif;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	color: #ffcf00;
}

.carousel-testimonials .wrap-dots .slick-dots li button {
	background-color: #ffcf00;
}

.newsletter {
	background-color: #0075cf;
	padding: 20px 0;
	width: 100%;
}

.newsletter form {
	position: relative;
}

.newsletter form,
.newsletter form input {
	margin-bottom: 0;
}

.newsletter form input[type="text"] {
	background-color: white;
	border-radius: 50px;
	height: 42px;
}

.newsletter form input[name="email"] {
	padding-right: 100px;
	margin-left: 10px;
}

.newsletter form button {
	font-family: "Neris", sans-serif;
	background-color: #ffcf00;
	text-transform: uppercase;
	border-radius: 50px;
	position: absolute;
	font-weight: 400;
	font-size: 14px;
	padding: 0 15px;
	border: none;
	height: 38px;
	color: white;
	right: -7px;
	top: 2px;
}

@media (max-width: 600px) {
	.newsletter img {
		margin: 0 auto 15px;
		display: block;
	}

	.newsletter input[type="text"] {
		margin-bottom: 15px;
	}

	.newsletter form input[name="email"] {
		margin-left: 0;
	}

	.newsletter form button {
		right: 2px;
	}
}

.news-phone {
	background: url(../img/news-phone.png) no-repeat left;
	padding-left: 45px;
	list-style: none;
	margin: 1px 0;
	float: right;
}

.news-phone > li:first-child {
	font-size: 14px;
}

.news-phone > li {
	font-family: 'Raleway', sans-serif;
	line-height: 1.2;
	font-size: 20px;
	color: white;
}

.flex {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
}

.carousel-feriados {
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.mobile-column {
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.each-feriado {
	background-color: white;
	border-radius: 5px;
	overflow: hidden;
}

.each-feriado img.img-destaque {
	border-radius: 0 5px 5px 0;
	width: 100%;
}

.each-feriado .info {
	padding: 40px;
}

.each-feriado .info .label {
	margin-bottom: 20px;
	display: block;
}

.each-feriado .info p {
	color: #7b7674;
}

.people-icon {
	margin: 20px 0 30px;
	font-size: 14px;
	display: block;
	color: #7b7674;
}

.people-icon i {
	margin: -2px 3px 0 0;
	color: #ffcf00;
}

.btn-default {
	font-family: "Neris", sans-serif;
	background-color: #ffcf00;
	display: inline-block;
	border-radius: 50px;
	line-height: 3.4;
	padding: 0 30px;
	border: none;

	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: white;
}

.container.visita {
	background: url(../img/bg-visitas.jpg) no-repeat center;
	background-size: cover;
	padding: 20px 0;
}

.align-center {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.button-like {
	background-color: #2fa988;
	text-align: center;
	border-radius: 5px;
	line-height: 5;
	display: block;
	width: 100%;
}

.hero {
	background: #0da7d4;
	padding: 30px 0;
	width: 100%;
}

.hero.lista-presentes {
	background-color: #a971c6;
}

.hero p {
	letter-spacing: 1px;
	text-align: center;
	font-style: italic;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 17px;
	color: white;
}

.image:hover {
	opacity: .8;
}

.card-crew {
	background-color: white;
	border-radius: 5px;
	padding: 20px;
}

.card-crew .wrap-image {
	margin-bottom: 30px;
}

.circle-image img {
	border: 10px solid rgba(234, 91, 11, 0.7);
	border-radius: 50%;
	max-height: 150px;
	max-width: 150px;
	margin: 0 auto;
	display: block;
}

.card-crew h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	color: #ffcf00;
}

.card-crew p {
	margin-bottom: 0;
}

.list-testimonials {
	list-style: none;
	margin: 0;
}

.list-testimonials > li {
	border-bottom: 1px solid #dadada;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.card-testimonial .bubble {
	background-color: #fff;
	border-radius: 4px;
	padding: 15px;
}

.card-testimonial .bubble p {
	font-size: 14px;
}

.card-testimonial .testimonial-name {
	font-family: "Neris", sans-serif;
	text-align: right;
	font-weight: 500;
	display: block;
	color: #7a7674;
}

.wrap-box {
	background-color: #7a7674;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 20px;
}

.wrap-box form {
	margin-bottom: 0;
}

.wrap-box label,
.wrap-box p {
	color: white;
}

.wrap-box .tipo-input {
	margin-bottom: 15px;
	display: block;
}

.form-contato input[type="text"] {
	height: 46px;
}

.list-contato {
	margin: 0 0 15px 0;
	list-style: none;
}

.list-contato > li:first-child {
	font-weight: 500;
	color: #ffcf00;
}

/**
* SERVIÇOS
*/
.each-service {
	margin-bottom: 20px;
}

.each-service img {
	margin: 0 20px 0 0;
	display: block;
}

.each-service h4 {
	font-weight: 400;
	margin-bottom: 0;
	font-size: 16px;
}

.large-container {
	padding: 60px 0 30px;
}

.container.white {
	background-color: white;
}

.list-perks {
	list-style: none;
	margin: 0 0 0 15px;
}

.list-perks > li {
	color: #898583;
}

.list-perks > li:first-child {
	text-transform: uppercase;
	font-weight: 600;
}

.m-bottom {
	width: 100%;
	margin-bottom: 15px;
}

.select-year {
	flex: 1;
	margin-bottom: 50px;
}

.select-year span {
	font-family: "Raleway", sans-serif;
	margin-right: 15px;
	font-size: 14px;
	color: #7a7674;
	display: block;
}

.select-year span > i {
	margin-left: 6px;
}

.select-year select {
	margin-bottom: 0;
	width: 40%;

	font-family: "Raleway", sans-serif;
	border-radius: 30px;
	padding: 15px 18px;
	border: none;
	height: auto;
}

.each-person {
	margin-bottom: 20px !important;
	transition: opacity .2s;
}

.each-person img {
	max-height: 80px;
}

.each-person:hover {
	text-decoration: none;
	opacity: .8;
}

.each-person ul {
	margin: 0 0 0 5px;
	list-style: none;
}

.each-person ul > li {
	line-height: 1.4;
}

.each-person ul > li:nth-child(2) {
	font-weight: 600;
	font-size: 14px;
	color: #ffcf00;
}

.info-formatura {
	list-style: none;
	margin: 0 0 18px 0;
}

.info-formatura > li:first-child {
	text-transform: uppercase;
	margin-bottom: 12px;
	font-size: 18px;
	color: #898583;
}

.info-formatura > li {
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffcf00;
}

.presente-info > p {
	font-family: "Raleway", sans-serif;
	margin-bottom: 26px;
	font-weight: 400;
	font-size: 14px;
}

.subtitle {
	font-family: "Neris", sans-serif;
	text-transform: uppercase;
	margin-bottom: 45px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #898583;
}

.tabela-responsiva table {
	font-family: "Neris", sans-serif;
	border-collapse: collapse;
	table-layout: auto;
	border: none;
}

.tabela-responsiva table thead th:nth-child(2) {
	width: 70%;
}

.tabela-responsiva table tr td {
	border-top: 1px solid #ffcf00;
	color: #898583;
}

.tabela-responsiva table tr td,
.tabela-responsiva table tr th {
	text-align: center;
	padding: 10px 10px 13px;
}

.tabela-responsiva table tr th {
	background-color: white;
	white-space: nowrap;
	color: #ffcf00;
}

.tabela-responsiva table tr td:nth-child(2) {
	text-align: left;
}

.tabela-responsiva table tr th:not(:last-child),
.tabela-responsiva table tr td:not(:last-child) {
	border-right: 1px solid #ffcf00;
}

.footer-menu {
	border-top: 1px solid #eae8e3;
	border-bottom: 1px solid #eae8e3;
	padding: 20px 0;
	width: 100%;
}

.footer-navigation {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.footer-navigation > li {
	text-transform: uppercase;
	position: relative;
	font-size: 14px;
	margin: 0 15px;
	line-height: 1;
	float: left;
}

.footer-navigation > li > a {
	padding: 13px 0;
	color: #898583;
	display: block;
}

.footer-navigation > li:last-child > a {
	background-color: #11ae19;
	/* background-color: #ffcf00; antiga cor amarela*/
    padding: 12px 25px 14px;
	border-radius: 25px;
    color: white;
}

.footer-navigation > li ul {
	background-color: #ffcf00;
	position: absolute;
	text-align: left;
	list-style: none;
	z-index: 1000;
	bottom: 40px;
	margin: 0;
	padding: 15px;
	display: none;
	left: 50%;
	width: 200px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.footer-navigation > li:hover ul {
	display: block;
}

.footer-navigation > li ul > li {
	line-height: 1;
	margin: 4px 0;
	float: left;
	width: 100%;
}

.footer-navigation > li ul > li > a {
	color: white;
	display: block;
}

.viagens-title {

	background-color: #e6e0d8;
	padding: 18px 0;
	width: 100%;
}

.viagens-title hgroup {

	text-transform: uppercase;
}

.viagens-title hgroup h3 {
	font-family: "Neris", sans-serif;
	margin-bottom: 4px;
	font-weight: 400;
	line-height: 1.6;
	font-size: 18px;
	color: #898583;
}

.viagens-title hgroup h5 {
	background-color: #ffcf00;
	display: inline-block;
	border-radius: 20px;
	line-height: 2.2;
	font-size: 14px;
	padding: 0 12px;
	color: white;
	margin: 0;
}

.content-area {
	background-color: white;
	margin-bottom: 30px;
	border-radius: 4px;
	padding: 36px;
}

.trip-features  {

	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	padding-left: 26px;
	margin: 0 0 20px 0;
	list-style: none;
}

.trip-features .trip-title {
	position: relative;
	font-weight: 400;
	color: #ffcf00;	
}

.trip-features > li {

	color: #7a7674;
}

.trip-features > li:not(.trip-title) {
	margin-bottom: 6px;
}

.trip-title:before {
	position: absolute;
	margin-top: -8px;
	height: 17px;
	content: "";
	width: 14px;
	left: -20px;
	top: 50%;
}

.uppercased {
	text-transform: uppercase;
}

.trip-title.local:before {
	background: url(../img/ico-marker.png) no-repeat left center;
}

.trip-title.ida:before {
	background: url(../img/ico-ida.png) no-repeat left center;
}

.trip-title.volta:before {
	background: url(../img/ico-volta.png) no-repeat left center;
}

.btns-list {

	margin: 30px 0 0 0;
	list-style: none;
}

.btns-list > li {
	float: left;
	line-height: 1;
}

.btns-list > li > a {
	letter-spacing: 1px;
}

.btns-list > li:not(:last-child) {
	margin-right: 10px;
}

.content-orange {

	background-color: #ffcf00;
	margin-bottom: 30px;
	border-radius: 4px;
	padding: 20px;
}

.share-content h4,
.content-orange h4 {
	font-size: 18px;
	color: white;
}

.share-content h4 {
	text-transform: uppercase;
	font-weight: 400;
	color: #7a7674;
}

.share-content hr,
.content-orange hr {
	border: 1px solid #f27935;
	margin: 15px 0;
}

.shareable hr {
	border: 1px dotted #e7e7e7;
}

.content-orange p,
.content-orange ul {
	color: white;
}

.share-content ul,
.content-orange ul {
	list-style: none;
	margin: 0;
}

.share-content ul > li,
.content-orange ul > li {
	font-weight: 700;
}

.carousel-viagens {
	margin-bottom: 0;
}

.carousel-viagens .slick-slide {
	border-radius: 4px;
	margin: 0 4px;
}

.carousel-viagens .gallery {
	border-radius: 4px;
	overflow: hidden;
	display: block;
}

.carousel-viagens .slick-prev,
.carousel-viagens .slick-next {
	margin-top: -13px;
	height: 26px;
	width: 26px;
}

.carousel-viagens .slick-prev {
	background: url(../img/btn-prev.png) no-repeat center;
	left: -10px;
}

.carousel-viagens .slick-next {
	background: url(../img/btn-next.png) no-repeat center;
	right: -10px;
}

.shareable .navigation {

	display: none;
}
/**
* QUERIES
*/
/*@media only screen and (max-width: 480px) {	
	
}
@media only screen and (max-width: 600px) {
	
}
@media only screen and (min-width: 768px) {
	
} */
@media only screen and (min-width: 1024px) {
	
	.wrap-footer {
		xposition: absolute;
		xheight: 460px;
	}

	#content {
		xpadding-bottom: 460px;
	}
}

.popup {
	max-width: 500px;
}

.popup .title {
	margin: 20px 0;
}

.form-search {

	display: inline-block;
	position: relative;
	margin: 0;
}

.form-search input[type="text"] {

	border-radius: 25px;
	margin-bottom: 0;
}

.form-search button {

	background-color: #ffcf00;
	position: absolute;
	border-radius: 3px;
	color: white;
	border: none;
	height: 32px;
	width: 32px;
	right: 2px;
	top: 2px;
	border-radius: 50%;
}

.rounded-select {

	border-radius: 25px;
}