/* here you can put your own css to customize and override the theme */

@-moz-keyframes rot{
	0%{-moz-transform:scale(1)}
	50%{-moz-transform:scale(1.2)}
	100%{-moz-transform:scale(1)}
}
@-ms-keyframes rot{
	0%{-ms-transform:scale(1)}
	50%{-ms-transform:scale(1.2)}
	100%{-ms-transform:scale(1)}
}
@-o-keyframes rot{
	0%{transform:scale(1)}
	50%{transform:scale(1.2)}
	100%{transform:scale(1)}
}
@keyframes rot{
	0%{transform:scale(1)}
	50%{transform:scale(1.2)}
	100%{transform:scale(1)}
}

a:hover, a:focus{
    color: #000;
    text-decoration: none;
}

p{
	margin: 0px;
	padding: 0px;
}

.center_vertical{
	position: relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
}

#slider_imagens_prev,
#slider_imagens_next {
	position: absolute;
	top: 34%;
	z-index: 1000;
}

#slider_imagens_prev {
	left: 0;
	width: 70px;
}

#slider_imagens_next {
	right: -28px;
	width: 70px;
}

#slider_thumbnails {
	margin-left: 26px;
}

.slider_arrow {
	border: 0 !important;
}

.slider_carrFred_controls {
	position: relative;
}

#newsSliderLeft {
	position: absolute;
	top: -50px;
	left: 60px;
}

#newsSliderRight {
	position: absolute;
	top: -50px;
	left: 110px;
}

.button-more {
	text-transform: uppercase;
	font-weight: bold;
	color: #BEBEBE;
}

.icons-noticias {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.icons-noticias a {
	color: #999999;
}

.icons-noticias a:hover {
	color: #6E6E6E;
	text-decoration: none;
}

.align-left {
	text-align: left;
}

.align-justify {
	text-align: justify;
}

.text-black {
	color: black;
	text-decoration: none;
}

.text-black:hover {
	color: black;
	text-decoration: none;
}

@font-face {
	font-family: 'Dosis Light';
	font-style: normal;
	src: url(/site/fonts/Dosis-Light.woff) format('woff');
}

@font-face {
	font-family: 'Dosis Book';
	font-style: normal;
	src: url(/site/fonts/Dosis-Book.woff) format('woff');
}

@font-face {
	font-family: 'Raleway Light';
	font-style: normal;
	src: url(/site/fonts/Raleway-Light.woff) format('woff');
}

@font-face {
	font-family: 'SourceSansPro Regular';
	font-style: normal;
	src: url(/site/fonts/SourceSansPro-Regular.woff) format('woff');
}



/*  --------------------------------------------------------------------------------------------  */
/*  --------------------------------------------------------------------------------------------  */
/*  --------------------------------------------------------------------------------------------  */

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

.caps{
	text-transform: uppercase;
}

.bold{
	font-weight: bold !important;
}

.overflow{
	overflow: hidden;
}

.shadow{
	text-shadow: 2px 2px #545454;
}

.white{
	color: #fff !important;
}

.black{
	color: #000 !important;
}

h1{
	text-transform: uppercase;
	/* font-family: "Dosis Book"; */
	/*font-family: 'Source Serif Pro', serif;*/
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
	font-size: 17px;
}

.space_down{
	margin-bottom: 50px;
}


/********          ************              *********          ************              *********/
/********          ************              *********          ************              *********/
.margin-0 { margin: 0px; }

.margin-top-0 { margin-top: 0px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-35 { margin-top: 35px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-45 { margin-top: 45px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-55 { margin-top: 55px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-65 { margin-top: 65px; }
.margin-top-70 { margin-top: 70px; }
.margin-top-75 { margin-top: 75px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-85 { margin-top: 85px; }
.margin-top-90 { margin-top: 90px; }
.margin-top-95 { margin-top: 95px; }
.margin-top-100 { margin-top: 100px; }
.margin-bottom-0 { margin-bottom: 0px; }
.margin-bottom-5 { margin-bottom: 5px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-30 { margin-bottom: 30px; }
.margin-bottom-35 { margin-bottom: 35px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-45 { margin-bottom: 45px; }
.margin-bottom-50 { margin-bottom: 50px; }
.margin-bottom-55 { margin-bottom: 55px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-65 { margin-bottom: 65px; }
.margin-bottom-70 { margin-bottom: 70px; }
.margin-bottom-75 { margin-bottom: 75px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-85 { margin-bottom: 85px; }
.margin-bottom-90 { margin-bottom: 90px; }
.margin-bottom-95 { margin-bottom: 95px; }
.margin-bottom-100 { margin-bottom: 100px; }

.padding-0 { padding: 0px; }

.padding-top-0 { padding-top: 0px; }
.padding-top-5 { padding-top: 5px; }
.padding-top-10 { padding-top: 10px; }
.padding-top-15 { padding-top: 15px; }
.padding-top-20 { padding-top: 20px; }
.padding-top-25 { padding-top: 25px; }
.padding-top-30 { padding-top: 30px; }
.padding-top-35 { padding-top: 35px; }
.padding-top-40 { padding-top: 40px; }
.padding-top-45 { padding-top: 45px; }
.padding-top-50 { padding-top: 50px; }
.padding-top-55 { padding-top: 55px; }
.padding-top-60 { padding-top: 60px; }
.padding-top-65 { padding-top: 65px; }
.padding-top-70 { padding-top: 70px; }
.padding-top-75 { padding-top: 75px; }
.padding-top-80 { padding-top: 80px; }
.padding-top-85 { padding-top: 85px; }
.padding-top-90 { padding-top: 90px; }
.padding-top-95 { padding-top: 95px; }
.padding-top-100 { padding-top: 100px; }
.padding-bottom-0 { padding-bottom: 0px; }
.padding-bottom-5 { padding-bottom: 5px; }
.padding-bottom-10 { padding-bottom: 10px; }
.padding-bottom-15 { padding-bottom: 15px; }
.padding-bottom-20 { padding-bottom: 20px; }
.padding-bottom-25 { padding-bottom: 25px; }
.padding-bottom-30 { padding-bottom: 30px; }
.padding-bottom-35 { padding-bottom: 35px; }
.padding-bottom-40 { padding-bottom: 40px; }
.padding-bottom-45 { padding-bottom: 45px; }
.padding-bottom-50 { padding-bottom: 50px; }
.padding-bottom-55 { padding-bottom: 55px; }
.padding-bottom-60 { padding-bottom: 60px; }
.padding-bottom-65 { padding-bottom: 65px; }
.padding-bottom-70 { padding-bottom: 70px; }
.padding-bottom-75 { padding-bottom: 75px; }
.padding-bottom-80 { padding-bottom: 80px; }
.padding-bottom-85 { padding-bottom: 85px; }
.padding-bottom-90 { padding-bottom: 90px; }
.padding-bottom-95 { padding-bottom: 95px; }
.padding-bottom-100 { padding-bottom: 100px; }
/********          ************              *********          ************              *********/
/********          ************              *********          ************              *********/

/*  --------------------------------------------------------------------------------------------  */
/*  --------------------------------------------------------------------------------------------  */
/* HEADER */
/*  --------------------------------------------------------------------------------------------  */

#m1,
#fm1{
	display: none;
}

#header{
	z-index: 9;
	position: absolute;
	/* top: 28px; */
	width: 100%;
}

.navbar-default{
	border: none !important;
	background-color: transparent !important;
	/*margin-top: 4px;*/
	font-size: 16px;
}

.navbar .nav {
	position: absolute !important;
	right: 0 !important;
}

.navbar .nav > li > a:after {
	display: none;
}

.navbar .nav > li > a {
	font-family: "OpenSans Light";
	/*color: #550A15 !important;*/
	text-shadow: none;
	font-weight: normal !important;
	border-bottom: 0px solid #fff;
}
/*
.menu_holder .menu-nav .dropdown>.active>a,
.menu_holder .menu-nav .dropdown>.active>a:hover,
.menu_holder .menu-nav .dropdown>.active>a:focus {
	color: #B81C1A !important;
	background-color: transparent !important;
	text-decoration: underline !important;
}*/

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	font-weight: bold !important;
}

.menu_header{
	list-style: none;
	display: inline-flex;
	width: 100%;
	font-size: 18px;
	font-family: "OpenSans" !important;
	font-weight: bold !important;
	margin-top: 5.5%;
	text-transform: uppercase;
	padding-left: 0%;
}

.menu_header a:hover{
	text-decoration: none;
}

.menu_holder {
	position: relative;
	background: transparent;
	padding: 0;
	width: 100%;
	z-index: 3;
	text-align: center;
}

.menu_holder .col-md-12{
	padding: 0;
}

.navbar-header img{
	padding: 23px 0;
	margin-left: 32px;
}

.menu_holder .menu-toggler{
	background: transparent;
	border: 0;
	width: 35px;
	top: 10px;
	right: 2%;
	cursor: pointer;
	display: none;
}

.menu_holder .menu-toggler span {
	height: 3px;
	width: 100%;
	background-color: #e3861d;
	/*margin-top: 5px;*/
	display: block;
	border-radius: 2px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder .menu-toggler:hover span {
	background-color: #808b92;
	text-decoration: none;
}

.menu_holder .menu{
	margin: 0;
}

.menu_holder .menu-nav{
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
}

.menu_holder .menu-nav .dropdown{
	display: inline-block;
    padding: 20px 9px 20px;
    font-family: "OpenSans" !important;
    font-weight: bold !important;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
    color: #9f8b81;
    font-size: 17px;
    padding: 0 4px;
    font-weight: 100;
    /* font-family: "OpenSans" !important; */
    font-family: "Source Serif Pro";
}


.menu_holder .menu-nav .dropdown:hover,
.menu_holder .menu-nav .dropdown:hover a,
.menu_holder .menu-nav .dropdown.active{
	background-color: #847770 !important;
	text-decoration: none !important;
	color: #fff !important;
}

.menu_holder .menu-nav .dropdown.logo:hover,
.menu_holder .menu-nav .dropdown.logo:hover a,
.menu_holder .menu-nav .dropdown.logo.active{
	background-color: transparent !important;
	text-decoration: none !important;
}

.menu_holder .menu-nav .dropdown.active a{
	color: #fff !important;
}

/*
.dropdown.active,
.dropdown.active a,
.dropdown.active a:hover,
.dropdown.active a:focus {
	text-decoration: none !important;
	font-weight: bold !important;
}*/

.menu_holder .menu {
	/* display: none; */
	background-color: rgba(255, 255, 255, 0.6);
}

.navbar-header{
	float:none;
	display: none;
}

.menu_holder .menu-toggler {
	/* display: block; */
	/*margin-top: 25px;*/
	margin-left: 93%;
}

.fake_banner {
    height: 160px;
    background: #333;
}

#logoimg{
	width: 100px;
}

.menu_holder .menu-nav .dropdown.logo{
	padding: 0;
    height: 40px;
    vertical-align: top;
    margin: 0 10px;
}

.menu_holder .menu-nav .dropdown.logo .holder_logo{
	padding: 30px 40px;
    background-color: #fff;
}

@media screen and (min-width: 993px) {
	.menu_holder .menu{
		/* margin-right: 7% !important; */
		/* margin-top: -45px !important; */
		display: block !important;
	}

	
	.left_menu{
		/* top: 35px; */
	}
	
}


@media screen and (max-width: 992px) {

	.menu_holder .menu-toggler {
		display:block;
	}

	#logoimg {
		width: 100px;
	}

	.right_menu{
		text-align: left !important;
	}

	.left_menu{
		top: 27px;
	}

	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}

	.menu_holder .navbar-header {
		top: -15px;
		display:block;
		float: left;
	}

	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		position: absolute;
		display: none;
		top: 0;
	}

	.menu_holder .menu-nav {
		padding: 0;
		text-align: center;

	}

	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		padding: 23px 7px;
		z-index: 99;
		background-color: rgba(0, 0, 0, 0.61) !important;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
		padding: 0 17%;
		color: #fff;
	}

	.menu_holder .menu-nav .dropdown.bordered {
		border: 0;
	}

	/*
	.left_menu{
		width: 100%;
		top: -75px;
	}
	*/
	
	.menu_holder .menu-nav .dropdown.logo{
		display:none;
	}
	
}

@media screen and (max-width: 768px) {
	.left_menu{
		/* top: -55px; */
	}

	.menu_holder .menu-toggler {
	    margin-left: Calc( 93% - 35px );
	}
	
}



#topcontrol img{
	width: 36px !important;
	height: 56px !important;
	position: relative;
}


@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
.scroll-btn {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 9;
	text-align: center;
}
.home .scroll-btn {
	/*bottom: 193px;*/
}
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #ffffff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 35px;
	height: 55px;
	margin: 0 auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: white;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}


.angle_down_banner i{
	position: absolute;
	bottom: 55px;
	left: 0;
	font-size: 100px;
	color: #fff;
	z-index: 2;
	right: 0;
	margin: auto;
	text-align: center;
}

/*  --------------------------------------------------------------------------------------------  */
/* FOOTER*/
/*  --------------------------------------------------------------------------------------------  */

.footer_grupo_redes a,
.footer_grupo_redes a:hover,
.footer_grupo_redes a:active,
.footer_grupo_redes a:visited,
.footer_grupo_redes a:focus{
	text-decoration: none;
}

.footer{
	position: relative;
	overflow: hidden;
	padding: 40px 0;
}
.lower_footer{
	position: relative;
	overflow: hidden;
	padding-bottom: 60px;
	padding-top: 4px;
	border-top: 3px solid #847770;
}

.bloco_newsletter #form_newsletter input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    background: transparent;
    font-family: "Source Serif Pro", "Open Sans",sans-serif;    
    font-size: 14px;
    padding: 0;
    color: #000;
    box-shadow: none;
    height: 42px;

}

.bloco_newsletter #form_newsletter button {
    background: transparent;
    padding: 0 15px;
    color: #000;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "Source Serif Pro", "Open Sans",sans-serif;
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 0;
    height: 38px;

}

.bloco_newsletter #form_newsletter button:hover {
    background-color: black;
    padding: 0 15px;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: "Source Serif Pro", "Open Sans",sans-serif;    
    font-size: 12px;
    border: 1px solid #000;
    border-radius: 0;
    height: 38px;

}

textarea:focus,
input:focus{
	outline: none;
}

.holder .menu_footer{
	list-style: none !important;
	/* display: inline-flex; */
	padding: 0;
	
	justify-content: space-between;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	
}

.holder .menu_footer .single_menu{
	padding: 0 15px;
	display: inline-block;
}

.single_menu a{
	color: #000;
	font-family: 'Dosis Light';
	font-size: 18px;
	text-transform: uppercase;

}

.footer .single_menu.active a,
.single_menu a:hover,
.single_menu a:visited,
.single_menu a:focus{
	color: #000;
	background-color: transparent;
	text-decoration: underline !important;
	font-weight: bold !important;
}


#twitter{
	margin: 0 8px;
}

.footer h1{
	font-family: "Source Serif Pro", "Open Sans";
}

.footer_newsletter_texto{
	font-size: 16px;
	/* font-family: "Raleway Light"; */
	font-family: "Source Serif Pro", "Open Sans";
	font-weight: 100;
}

.footer_newsletter_texto.bold {
    /* font-family: "Open Sans",sans-serif; */
    font-family: "Source Serif Pro", "Open Sans",sans-serif;
    font-weight: 600 !important;
    font-size: 17px;
    text-transform: uppercase;
}

.footer_copyright_texto{
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: 100;
	margin-top: 5px;
}

.mais_informacao a{
    font-family: "Source Serif Pro", "Open Sans",sans-serif;
    font-size: 14px;
	font-weight: 100;
    text-transform: uppercase;
}

.footer_ling {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #847770;
}

.footer_ling.activo {
    color: #000;
}

.btn_footer{
	background-color: #847770;
    padding: 0 15px;
    color: #fff;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    border: 0;
    border-radius: 0;
    height: 38px;
    font-family: "Source Serif Pro", "Open Sans",sans-serif;
    outline: none;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.btn_footer:hover{
	background-color: #000;
}

#newsletter_response{
	display:block;
}

.teste{
	position: relative;
	bottom: 9px;
	margin-left: 8px;
}

.btn_teste{
	height: 46px !important;
	padding: 0 34px !important;
	font-size: 16px !important;
}

.footer_ling.idioma{
	padding: 7px 6px;
}

.footer_ling.idioma:hover,
.footer_ling.idioma.activo{
	background-color: #847770;
	color: #fff;
	padding: 7px 6px;
}

.lower_footer .col-md-4.text-left{
	padding: 0;
}

.rede_social{
	margin-left: 10px;
}

.rede_social i{
	color: #fff;
	font-size: 13px;
	background-color: #d3b390;
	border-radius: 100%;
	height: 23px;
	width: 23px;
	padding: 4px 0;
	text-align: center;

	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.rede_social i:hover{
	background-color: #000;
}



@media screen and (max-width: 992px) {
	
	.footer h1{
		margin-top: 50px !important;
	}
	
}

@media screen and (max-width: 630px) {
	.holder .menu_footer {
		display: block;
		padding: 0 0;
	}

	.single_menu {
		padding: 10px 15px;
	}
}


/*  --------------------------------------------------------------------------------------------  */
/* HOME */
/*  --------------------------------------------------------------------------------------------  */



.banner_home{
	position: relative;
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner_home ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner_home ul img{
	width: auto;
}

.banner_home ul li{
	width: 100%;
	/*height: 960px;*/
	height: 100vh;

	position: relative;
	overflow: hidden;

}

.banner_home ul li.banner_bloco_img .holder_img{

	width: 120%;
	/*height: 960px;*/
	height: 100vh;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

	/*-webkit-animation: rot 30s infinite linear;
	-moz-animation: rot 30s infinite linear;
	-ms-animation: rot 30s infinite linear;
	-o-animation: rot 30s infinite linear;
	animation: rot 30s infinite linear;*/

}
.banner_home ul li.banner_bloco_img .holder_img:hover{

    -webkit-animation: rot 30s infinite linear;
	-moz-animation: rot 30s infinite linear;
	-ms-animation: rot 30s infinite linear;
	-o-animation: rot 30s infinite linear;
	animation: rot 30s infinite linear;
}
.banner_home .internas li {
	height: 260px;
	background-position: top center;
}

.banner_home #slider_home .col-md-6{
	padding: 0;
}

.banner_home #slider_home .owl-controls {
	float: left;
	text-align: left;
	position: absolute;
	z-index: 2;
	/* margin-left: 26%; */
	left: 0;
	right: 0;
	bottom: 30px;
}

.banner_home .owl-carousel .owl-controls .owl-nav .owl-prev{
	width: 50%;
	text-align: left !important;
	position: absolute;
	left: 1% !important;
}

.banner_home .owl-carousel .owl-controls .owl-nav .owl-next{
	width: 50%;
	text-align: right !important;
	position: absolute;
	right: 1% !important;
}

.banner_home #slider_home .owl-dots {
	position: relative;
	/* bottom: -99px; */
	text-align: center;
	/* margin: -25px auto 0; */
	left: 0;
	right: 0;

}

.banner_home #slider_home .owl-dots .owl-dot {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	/* border: 2px solid #fff !important; */
	background: #fff;
}

.banner_home #slider_home .owl-dots .owl-dot.active {
	background: #898989 !important;
}

.banner_home .conteudo{
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	position: relative;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner_home .conteudo .real_conteudo {
	margin-top: 15%;
}

.banner_home .conteudo .nome{
	color: #fff;
	font-size: 13px;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 25px;
	text-align: left;
	/*padding-left: 13%;*/
	padding-right: 28%;
}

.banner_home .conteudo .titulo{
	color: #fff !important;
	font-size: 26px !important;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	line-height: 46px;
	/*padding-left: 13%;*/
	padding-right: 20%;
}

.banner_home .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.banner_home .conteudo button{
	font-family: 'Muli Light';
	font-weight: normal;
	color: #fff;
	font-size: 30px;
	border: 1px solid #fff;
	height: auto;
	width: 20%;
	padding-top: 23px;
	padding-bottom: 23px;
	background: transparent;
	text-transform: uppercase;
}

.txt_banner_titulo{
	font-family: "Source Serif Pro";
	font-size: 40px;
	/* text-transform: uppercase; */
	/* padding-top: 22%; */
	color: #fff;
	/*padding-top: 40px;*/
    
}

.txt_banner_titulo:after {
	content: "";
	position: absolute;
	height: 125px;
	border-bottom: 3px solid #fff;
	/* top: 0px; */
	width: 295px;
	left: 0;
	right: 0;
	margin: auto;
	box-shadow: 3px 14px 10px -13px rgba(0, 0, 0, 0.75);
	display:none;
}

.banner_bloco_img{
	text-align: center;
}

.banner_bloco_img .center_vertical{
	top: 50%;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	/*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));*/
	padding: 10px 0;
	position: absolute;
	width: 100%;
}

.img_banner_topo .center_vertical{
	top: 60%;
	-webkit-transform: unset;
	-ms-transform: unset;
	transform: unset;
	/*background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));*/
	text-align: center;
	padding: 15px 0;
}

.row_tailor{
	min-height: 477px;
	padding: 0 0px;
}

.row_tailor img{
	width: 100% !important;
}

.box_tailor_right{
	width: 64%;
	height: 100%;
	background: #fff;
	box-shadow: 15px 6px 39px -13px rgba(0, 0, 0, 0.75);
	position: relative;
	left: -8%;
	top: 0;
	text-align: center;
	padding: 40px 80px 40px;
}

.box_tailor_left{
	width: 64%;
	height: 100%;
	z-index: 9;
	background: #fff;
	box-shadow: -15px 6px 39px -13px rgba(0, 0, 0, 0.75);
	position: relative;
	left: 45%;
	top: 0;
	text-align: center;
	padding: 8px 80px 0;
}

.box_tailor_left_titulo:after{
	content: "";
	position: absolute;
	height: 62px;
	border-bottom: 2px solid #ABABAB;
	/* top: 0px; */
	width: 170px;
	left: 0;
	right: 0;
	margin: auto;
	display:none;
}

.box_tailor_right_titulo:after{
	content: "";
	position: absolute;
	height: 62px;
	border-bottom: 2px solid #ABABAB;
	/* top: 0px; */
	width: 170px;
	left: 0;
	right: 0;
	margin: auto;
	display:none;
}

.row_tailor button{
	background: url(/site/imagens/button.png) center center no-repeat;
	color: #000;
	font-size: 18px;
	background-size: cover;
	width: 94px;
	height: 43px;
	font-family: 'Dosis Light';
	text-transform: uppercase;
	border: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

.img_cards{
	/*width: 100%;*/
	height: 477px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.midder {
    height: 500px;
    position: relative;
}

.midder .box_hidden{
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    box-shadow: -5px 5px 15px 10px rgba(0, 0, 0, 0.75);
    width: 50%;
    left: 15px;
    top: 15px;
    bottom: 15px;
    text-align: center;
    padding: 2% 3%;
	max-width: 750px;
}

.ex_tailor_button{
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    color: #333;
}



.testemunhos_home{
	position: relative;
	width: 100%;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.testemunhos_home ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.testemunhos_home ul img{
	width: 100%;
}

.testemunhos_home ul li{
	width: 100%;
	height: 505px;
	padding-top: 130px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.testemunhos_home.internas li {
	height: 260px;
	background-position: top center;
}

.testemunhos_home #slider_testemunhos .owl-controls {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	/*background-color: rgba(0, 0, 0, 0.56);*/
	height: 200px;
	padding-top: 3%;
}

.testemunhos_home #slider_testemunhos .owl-dots {
	position: absolute;
	bottom: 20px;
	text-align: center;
	margin: -25px auto 0;
	left: 0;
	right: 0;
}

.testemunhos_home #slider_testemunhos .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin: 0 10px;
	border-radius: 100%;
	border: 2px solid #fff;
	background: transparent;
}

.testemunhos_home #slider_testemunhos .owl-dots .owl-dot.active {
	background: #fff;
}

.testemunhos_home #slider_testemunhos .owl-prev img,
.testemunhos_home #slider_testemunhos .owl-next img {
	width: 40px !important;
}

.testemunhos_home .conteudo{
	position: absolute;
	/* top: 15%; */
	left: 0;
	background-color: rgba(0, 0, 0, 0.56);
	right: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin: auto;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.testemunhos_home .conteudo .nome{
	color: #111;
	font-size: 40px;
	/*margin-bottom: 25px;*/
	text-transform: uppercase;
}

.testemunhos_home .conteudo .descricao{
	color: #838383;
	font-size: 17px;
	margin-bottom: 50px;
}

.testemunhos_home .conteudo button{
	color: #fff;
	font-size: 15px;
	background: #c18c58;
	border: 0;
	padding: 5px 45px;
	border-radius: 20px;
}



.bck_testemunhos{
	background-color: #9d8b80;
}

.txt_testemunho_titulo {
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.testemunhos_home .txt_testemunho_titulo.fixo_testemunhos{
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	text-align: center;
}

.icon_logo_blocos_home{}

.icon_logo_blocos_home img{
	width: 50px;
	position: relative;
	bottom: 70px;
}

.icon_logo_blocos{}

.icon_logo_blocos img{
	width: 50px;
	position: relative;
	bottom: -30px;
}

.txt_testemunho_texto{
	/* font-family: "Raleway Light"; */
	/*font-family: "Open Sans";*/
	font-family: "Source Serif Pro";
	font-weight: 100;
	font-size: 16px;
	color: #fff;
}

.txt_testemunho_autor{
	font-family: "Source Serif Pro";
	font-size: 14px;
	color: #fff;
	margin-top: 60px;
}

.txt_testemunho_autor:after{
	content: "";
	position: absolute;
	left: Calc( 50% - 30px );
	right: 0;
	bottom: 55px;
	width: 60px;
	border-bottom: 2px solid #fff;
}

.card{
	padding: 40px 0px;
}

.hide{
	display: block;
}

.hidden_visible{
	display: none;
}

.visitar-container{
    text-align: center;
	overflow: hidden;
}

.visitar-container .col-md-3{
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-right: -3px;
}

.visitar-container .col-md-3 img{
    max-width: 100%;
}


@media screen and (max-width: 1826px) {
	.card .texto{
		font-size: 14px;
	}
}

@media screen and (max-width: 1500px) {
	.box_tailor_left{
		padding: 35px 80px 0px;
	}
}

@media screen and (max-width: 1367px) {
	.box_tailor_left,
	.box_tailor_right{
		padding: 35px 55px 0px;
	}
}

@media screen and (max-width: 1240px) {
	.card .texto{
		font-size: 13px;
	}

	.card h1{
		font-size: 30px;
	}
}

@media screen and (max-width: 1170px) {
	.box_tailor_left{
		width: 84%;
		left: 25%;
	}

	.box_tailor_right{
		width: 84%;
	}

	.banner_home ul li{
		/*height: 500px;*/
	}

}

@media screen and (max-width: 992px) {
	.box_tailor_right{
		width: 100%;
		height: auto;
		box-shadow: none;
		position: relative;
		left: unset;
		text-align: center;
		padding: 20px 0px 0;
	}

	.box_tailor_left{
		width: 100%;
		height: auto;
		z-index: 9;
		box-shadow: none;
		position: relative;
		left: unset;
		top: unset;
		text-align: center;
		padding: 20px 0px 0;
	}

	.card .texto{
		font-size: 18px;
		padding: 0px 15px;
	}

	.card h1{
		font-size: 36px;
	}

	.hide{
		display: none;
	}

	.hidden_visible{
		display: block;
	}

	.card {
		height: auto;
	}

	.txt_banner_titulo {
		font-size: 35px;
		/*padding-top: 239px;*/
	}

	.txt_banner_titulo:after {
		height: unset;
		top: 64%;
	}
	
	.midder {
		height: 370px;
	}

	.midder .box_hidden{
		width: 100%;
		max-width: unset;
		top: 0;
		left: 0;
		bottom: 0;
	}

	.midder .box_hidden .texto{
		font-size: 14px;
	}

	
	.testemunhos_home ul li{
		height: 800px;
	}
	
	.testemunhos_home ul li .padding-top-100{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
}

@media screen and (max-width: 490px){
	.txt_banner_titulo {
		font-size: 29px;
		padding-top: 0;
	}

	.txt_banner_titulo:after {
		height: unset;
		top: 64%;
	}
}

@media screen and (max-width: 400px){
	.txt_banner_titulo {
		font-size: 22px;
		padding-top: 0;
	}

	.txt_banner_titulo:after {
		height: unset;
		top: 56%;
		width: 212px;
	}
}



/*  --------------------------------------------------------------------------------------------  */
/* SOBRE NOS */
/*  --------------------------------------------------------------------------------------------  */



.img_banner_topo{
	/*height: 665px;*/
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.img_banner_topo:hover{
	-webkit-animation: rot 30s infinite linear;
	-moz-animation: rot 30s infinite linear;
	-ms-animation: rot 30s infinite linear;
	-o-animation: rot 30s infinite linear;
	animation: rot 30s infinite linear;
}
.img_sobre_nos_seccoes{
	height: 600px;
	min-height: 600px;
	height: auto;
	/*width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
}

.img_sobre_nos_seccoes h1{
	font-family: "Source Serif Pro";
}

.texto{
	/* font-family: "Raleway Light"; */
	font-family: "Open Sans";
	font-weight: 100;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 1.94em;
}

.texto.titulo_solto{
	font-family: "Source Serif Pro";
	font-size: 22px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	color: #847770;
}

.after:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 74px;
	width: 166px;
	border-bottom: 2px solid #000;
	display:none;
}

.img_equipa_white{
	text-align: left;
	height: -webkit-fill-available;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.img_equipa_white:hover{
	-webkit-animation: rot 10s infinite linear;
	-moz-animation: rot 10s infinite linear;
	-ms-animation: rot 10s infinite linear;
	-o-animation: rot 10s infinite linear;
	animation: rot 10s infinite linear;
}

.img_equipa_black{
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

.img_equipa_white img,
.img_equipa_black img{
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 450px;
}

.holder_equipa_black,
.holder_equipa_white{
	padding: 152px 50px;
}

.vinheta_nome_pagina{
	position: absolute;
	bottom: 3px;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
}

.vinheta_nome_pagina .nome{
	padding: 20px 30px;
	background-color: #fff;
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 22px;
	text-transform: uppercase;
	color: #847770;
}

.sobre_nos_titulo{
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 26px;
	text-transform: unset !important;
	color: #847770;
}

.blocos_sobre_nos_portugal{
	height:625px;
	overflow: hidden;
}


.blocos_sobre_nos_portugal .titulo{
	font-family: "Source Serif Pro";
	font-weight: 200;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #847770;
}

.blocos_sobre_nos_portugal .texto{
	font-size: 12px;
}

.blocos_sobre_nos_portugal .titulo,
.blocos_sobre_nos_portugal .texto{
	padding-left: 20px;
	padding-right: 20px;
}

.sobre_nos_portugal_img{
	width: 100%;
	height: 315px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sobre_nos_portugal_img:hover{
	-webkit-animation: rot 10s infinite linear;
	-moz-animation: rot 10s infinite linear;
	-ms-animation: rot 10s infinite linear;
	-o-animation: rot 10s infinite linear;
	animation: rot 10s infinite linear;
}

.titulo_desc{
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 26px;
	color: #847770;
}

.pontos3{
    position: absolute;
    bottom: 0;
    right: 20px;
}

.pontos3 img{
    height:15px;
    cursor:pointer;
}
.aberto{
    bottom:20px;
}


@media screen and (min-width: 993px){
	.img_equipa_white{
		/*position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;*/


        text-align: center;
        /* padding-bottom: 0px; */
        height: 350px;
        width: 300px;
        display: table;
        margin: auto;
        margin-top: 30px;

	}





	.img_sobre_nos_seccoes .col-md-4{
		padding-top: 17px;
	}
}

@media screen and (max-width: 1170px) {
	.img_banner_topo{
		/*height: 500px;*/
	}
}

@media screen and (max-width: 992px) {
	.holder_equipa_black,
	.holder_equipa_white{
		padding: 70px 50px;
	}

	.img_equipa_white{
		text-align: center;
		/* padding-bottom: 0px; */
		height: 350px;
		width: 300px;
		display: table;
		margin: auto;
		margin-top: 30px;

	}

	.img_equipa_black{
		text-align: center;
		padding-top: 0px;
		padding-bottom: 0;
	}

	.blocos_sobre_nos_portugal{
		height: unset;
	}

	.vinheta_nome_pagina .nome {
		font-size: 10px;
		padding: 20px 10px;
	}
}








/*  --------------------------------------------------------------------------------------------  */
/* VIAGEM GENEALOGICA */
/*  --------------------------------------------------------------------------------------------  */




.img_genealogica_box {
    /* height: 350px; */
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.left_bord{
	border-left: 4px solid #fff;
}
.right_bord{
	border-right: 4px solid #fff;
}

.txt_box_genealogica_titulo{
	font-family: "Source Serif Pro";
	font-size: 32px;
	color: #000;
	/* text-transform: uppercase; */
	text-align: center;
	margin-top: 29%;
}

.txt_box_genealogica_titulo:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 60px;
	width: 100px;
	border-bottom: 2px solid #fff;
	display:none;
}

.box_genealogica a,
.box_genealogica a:hover,
.box_genealogica a:focus,
.box_genealogica a:visited{
	text-decoration: none;
}


@media screen and (max-width: 992px) {
	.left_bord{
		border-left: none;
	}

	.right_bord{
		border-right: none;
	}

	.txt_box_genealogica_titulo {
		padding-top: 48%;
	}

	.txt_box_genealogica_titulo:after {
		top: 100%;
	}
}

/*  --------------------------------------------------------------------------------------------  */
/* CONTACTOS */
/*  --------------------------------------------------------------------------------------------  */




.contactos_bolas{
	display: inline-flex;

}

.contactos_bolas img{
	width: 48px;
	height: 48px;
}

.contactos_bolas_texto{
	font-size: 16px;
	/* font-family: "SourceSansPro Regular"; */
	font-family: 'Open Sans';
	margin-left: 10px;
}


.form_control2 {
	height: 50px;
	font-family: "SourceSansPro Regular";
	font-size: 16px;
	border: 1px solid #000;
	border-radius: 0;
}
#seta_baixo{
	height: 20px;
	position: absolute;
	top: 15px;
	right: 20px;
}
.conheceu{
	background-color: #fff!important;
	cursor: pointer!important;
}
.div_conheceu{
	display: none;
	border:1px solid dodgerblue;
	z-index: 99;
	width: 95%;
	background-color: white;
}
.div_conheceu p{
	padding: 5px 10px;

}
.div_conheceu p:hover{
	background-color: #24a4ff;
	cursor: pointer;
}
.btn_enviar{
	color: #fff;
	font-size: 16px;
	font-family: "SourceSansPro Regular";
	border: 1px solid #2B2B2B;
	width: 160px;
	padding: 20px 0;
	background: #2B2B2B;
	text-align: center;
	text-transform: uppercase;
	margin-top: 40px;
}

.banner_contactos{
	position: relative;
}

.banner_contactos .center_vertical{
	position: absolute;
	width: 100%;
	text-align: center;
}



@media screen and (max-width: 992px) {
	#email{
		margin: 15px 0;
	}
}



/*  --------------------------------------------------------------------------------------------  */
/* COMECE SUA VIAGEM */
/*  --------------------------------------------------------------------------------------------  */




.square_img{
	height: 315px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.rectangule_img{
	height: 400px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#pagina_comece_sua_viagem .destino .holder .square_img{
	/*opacity: 0;*//*isScrolledIntoView*/
	
	-moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#pagina_comece_sua_viagem .destino .holder{
	background-color: #9d8b80;
	position:relative;
}

#pagina_comece_sua_viagem .destino .holder:hover .square_img{
	-webkit-animation: rot 10s infinite linear;
	-moz-animation: rot 10s infinite linear;
	-ms-animation: rot 10s infinite linear;
	-o-animation: rot 10s infinite linear;
	animation: rot 10s infinite linear;
}

#pagina_comece_sua_viagem .destino.apper .holder .square_img{
	opacity: 1;
}

.destino_square_img,
.destino_rectangule_img{
	height: 315px;
	width: 100%;
	padding: 0px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0%;
	bottom: 0;
	margin: 0;
	display: flex;
	
	opacity: 1;
	
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.div_destino_interior{
	/*background-color: rgba(0,0,0,0.5);*/
	width: 100%;
	position: relative;
	
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.txt_box_destino_titulo{
	font-family: "Source Serif Pro";
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 38%;
	bottom: 0;
	
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.txt_box_destino_titulo.geneo{
	top: 46%;
}

.txt_box_destino_subtitulo {
    font-family: "Source Serif Pro";
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    bottom: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*
.destino:hover .destino_square_img,
.destino:hover .destino_rectangule_img{
	opacity: 1;
	transform: scale(1);
	
	padding: 20px;
}

.destino:hover .div_destino_interior{
	background-color: rgba(255, 255, 255, 0.8);
}

.destino:hover .destino_square_img .txt_box_destino_titulo,
.destino:hover .destino_square_img .txt_box_destino_subtitulo,
.destino:hover .destino_rectangule_img .txt_box_destino_titulo{
	color: #000;
}
*/

.destino_square_img a,
.destino_square_img a:hover,
.destino_square_img a:focus,
.destino_square_img a:visited,
.destino_rectangule_img a,
.destino_rectangule_img a:hover,
.destino_rectangule_img a:focus,
.destino_rectangule_img a:visited{
	text-decoration: none;
	color: #000;
}

.txt_box_destino_titulo:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 53px;
	width: 100px;
	border-bottom: 2px solid #000;
	display:none;
}

.vinheta_nome_viagem{
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	padding: 16px;
	text-align: center;
	background-color: #fff;
}

.vinheta_nome_viagem .nome{
	/*padding: 20px 30px;*/
	padding: 14px 0;
	background-color: #fff;
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 16px;
	color: #808b92;
	text-transform: uppercase;
}

.vinheta_nome_categoria{
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
	width: 225px;
	background-color: #847770;
	margin: auto;
}

.vinheta_nome_categoria .nome{
	/*padding: 16px 30px;*/
	padding: 14px 0;
	background-color: #847770;
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;


	/*font-family: "Open Sans",sans-serif;
	font-weight: 600;
	font-size: 17px;*/
}

.comece_sua_viagem .texto_1{
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 28px;
	color: #847770;
}

.comece_sua_viagem .texto_2{
	font-family: "Source Serif Pro";
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	color: #847770;
}

.comece_sua_viagem .texto_3{
	font-family: "Source Serif Pro";
	font-weight: 100;
	font-size: 20px;
	text-align: center;
	color: #847770;
	padding: 10px 0 30px 0;
}

.comece_sua_viagem .texto_4{
	padding: 10px 35px 30px 35px;
}

.comece_sua_viagem .texto{
	font-family: "Source Serif Pro";
	font-weight: 100;
	font-size: 22px;
	text-align: center;
	text-transform: unset;
	color: #847770;
}

.regioes .texto_1{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}

.regioes .texto_2{
	font-family: "Source Serif Pro";
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 10px 40px;
}

.visitar .texto_1{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}

.visitar .texto_2{
	font-family: "Source Serif Pro";
	font-size: 24px;
	text-align: center;
	padding: 10px 40px;
	color: #847770;
}

.detalhe_destino .texto_3{
	font-family: "Source Serif Pro";
	font-size: 24px;
	text-align: center;
	padding: 10px 40px;
	color: #847770;
}

.detalhe_destino .texto_4{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
}

.tailor_made .texto_1{
	font-family: "Source Serif Pro";
	font-size: 24px;
	text-align: center;
	color: #fff;
	padding: 10px 40px;
}

.tailor_made .texto_2{
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}











@media screen and (max-width: 992px) {
	#segunda_img{
		margin-top: 40px;
	}

	.vinheta_nome_viagem .nome {
		font-size: 12px;
	}
}


/*  --------------------------------------------------------------------------------------------  */
/* COMO FUNCIONA */
/*  --------------------------------------------------------------------------------------------  */

.tailor_made_como_funciona{
	/*height: 575px;*/
    min-height: 250px;
}

.como_funciona_img{
	position: relative;
	text-align: center;
	width: 100%;
	height: 115px;
}

.como_funciona_img img{
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	/*right: 0;*/
	width: 100px;
}

.tailor_made_como_funciona .titulo{
	font-family: "Source Serif Pro";
	font-size: 22px;
	text-transform: uppercase;
}

.tailor_made_como_funciona .descricao{
	font-family: "Source Serif Pro";
	font-size: 16px;

}


@media screen and (max-width: 992px) {
	.img_sobre_nos_seccoes .container{
		padding-top: 15px !important;
	}

	.img_sobre_nos_seccoes {
		background-position: center left;
	}
}



/*  --------------------------------------------------------------------------------------------  */
/* VISITAR */
/*  --------------------------------------------------------------------------------------------  */


.txt_visitar_thumbs_nome{
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 26px;
	text-transform: uppercase;
	margin-top: 20px;
}


.hipoteses_visita{
	height: 300px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;

}

.hipoteses_visita .img_holder{

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
}

.hipoteses_visita:hover .img_holder{
	-webkit-animation: rot 30s infinite linear;
	-moz-animation: rot 30s infinite linear;
	-ms-animation: rot 30s infinite linear;
	-o-animation: rot 30s infinite linear;
	animation: rot 30s infinite linear;
}

.hipoteses_visita .vinheta_nome_visita{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px;
	text-align: center;
}

.hipoteses_visita .vinheta_nome_visita .nome{
	padding: 20px 30px;
	background-color: #fff;
	text-align: center;
	font-family: "Source Serif Pro";
	font-size: 22px;
	color: #808b92;
	text-transform: uppercase;
}


@media screen and (max-width: 992px) {
	.txt_visitar_thumbs_nome {
		margin-bottom: 20px;
	}

	.hipoteses_visita .vinheta_nome_visita {
		top: -1px;
	}

	.hipoteses_visita .vinheta_nome_visita .nome {
		font-size: 10px;
		padding: 20px 10px;

	}
}

/*  --------------------------------------------------------------------------------------------  */
/* DETALHE DESTINO */
/*  --------------------------------------------------------------------------------------------  */



.link_voltar{
	text-decoration: underline;
	color: #000;
	font-size: 22px;
	font-family: "Source Serif Pro";
	text-transform: uppercase;
}

.detalhe_destino.link_voltar{
	text-decoration: underline;
	color: #9d8b80;
	font-size: 16px;
	font-family: "Source Serif Pro";
	font-weight: 800;
	text-transform: uppercase;
}

.btn_detalhe_destino{
	background-color: #847770;
	color: #fff;
	margin-top: 15px;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	font-family: "Source Serif Pro", "Open Sans",sans-serif;
	outline: none;
	padding: 8px 15px;
	font-size: 13px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}

.btn_detalhe_destino:hover{
	transform: scale(1.1);
}





@media screen and (min-width: 992px) {
	
	.img_sobre_nos_seccoes {
		min-height: initial;
	}
	
	.img_sobre_nos_seccoes > .container-fluid {
		display:flex;
		margin-top: 25px;
	}
	
	.img_sobre_nos_seccoes > .container-fluid > .col-md-5 {
		margin-top: auto;
	}
	
	.img_equipa_black{
		padding-bottom:0;
	}
	
	.img_equipa_white{
		padding-bottom:0;
	}
	
	.holder_equipa_black, .holder_equipa_white {
		padding: 30px 20px;
		/*margin: auto;*/
		padding-left: 55px;
	}
	
}



/*  --------------------------------------------------------------------------------------------  */
/* TERMOS */
/*  --------------------------------------------------------------------------------------------  */

.termos .titulo{}

/*  --------------------------------------------------------------------------------------------  */
/* HOTEL */
/*  --------------------------------------------------------------------------------------------  */

.voltar{
    text-align:center;
}

.voltar a{
        text-decoration: underline;
    color: #9d8b80;
    font-size: 16px;
    font-family: "Source Serif Pro";
    font-weight: 800;
    text-transform: uppercase;
}