@import url("../fonts/ReenieBeanie/styles.css");
@import url("../fonts/Raleway/styles.css");
@import url("../fonts/RalewayLight/styles.css");
@import url("../fonts/WorkSans-Bold/stylesheet.css");


html body {
	border: 0;
	padding: 0;
	margin: 0;
	
	font-family: "Raleway";
	color: #6d6e71;
	
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.clearfix {
	clear: both;
}

.container-fluid {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

h1, h2, h3, h4, h5 {
	font-family: "Reenie Beanie";
	color: #949494;
}

h1 {
    font-size: 60px;
	line-height: 50px;
	margin-bottom: 30px;
}

.slick-slider * {
	outline: none !important;
}

/*
.landing-wrap {
	position: fixed !important;
	top: 0 !important;
	width: 100%;
	z-index: 1;
}

.container-fluid {
	background-color: #fff;
}
*/

@media (min-width: 800px) {

	.home .landing-item {
		background-attachment: fixed;
		background-size: cover;
	}

}

@media (min-width: 768px) {
	.desk-hide-768 {
		display: none;
	}
}


@media (max-width: 768px) {
	.mob-hide-768 {
		display: none;
	}
}

@media (max-width: 500px) {
	.mob-hide-500 {
		display: none;
	}
}

/*** BTN ***/

.btn {
	border: 2px solid #a7a9ac;
	color: #a7a9ac;
	text-transform: uppercase;
	border-radius: 0;
	font-family: "Raleway";
	font-weight: 700;
	min-width: 230px;
}

.btn:hover {
	text-decoration: none;
	color: inherit;
	background-color: #a7a9ac;
	color: #fff;
}

.btn-white {
	border: 2px solid #fff;
	color: #fff;
}
.btn-white:hover {
	background-color: #fff;
	color: #a7a9ac;
}

.btn-gray-bg {
	border-color: #555;
	background-color: #555;
	color: #fff;
}

.btn-gray-bg:hover {
	border: 2px solid #555;
	background-color: #fff;
	color: #555;
}

/*** HEADER ***/

.header {
	position: fixed;
	top: 0;
	width: 100%;
/* 	height: 40px; */
	background-color: rgba(255,255,255,0);
/* 	color: #555555; */
	color: #fff;
/* 	border-bottom: 1px solid #949494; */
	padding: 25px 90px;
	z-index: 1000;
	
	text-align: center;
	
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.header-small {
	background-color: rgba(255,255,255,1);
	
	border-bottom: 1px solid #949494;
	
	padding: 10px 90px;
}

.header .headerleftcontent {
	float: left;
	padding-top: 20px;
	color: #fff;
	
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.header .headerleftcontent-small {
	padding-top: 4px;
	color: #555555;
}

.header .headerleftcontent .header-item{
	float: left;
	margin-right: 40px;
}

.header .headerrightcontent {
	float: right;
	padding-top: 20px;
	color: #fff;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.header .headerrightcontent-small {
	padding-top: 4px;
	color: #555555;
}

.header .headerrightcontent .header-item{
	float: right;
	margin-left: 40px;
}

.header .header-item {
/* 	font-weight: 700; */
	vertical-align: middle;
}

.header .header-item:hover {
	text-decoration: underline;
}

.header .header-item img{
	margin-right: 5px;
}

.header .header-menu-btn {
	cursor: pointer;
/* 	display: none; */
}

.header .header-logo {
	float: left;
	margin-right: 60px;
	height: 100px; /* 60px; */
/*
	width: auto;
	
	background-image: url(../img/logo_big.png);
	background-size: cover;
*/
	
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */

}

.header .header-logo-small {
/* 	background-image: url(../img/logo.png); */
	height: 40px;
	width: auto;
}

.header .header-logo img {
	height: 100%;
	width: auto;
}

@media (max-width: 1300px) {
/*
	.header {
		padding: 20px 30px;
	}
*/
}

@media (max-width: 1200px) {
/*
	.header .headerleftcontent .header-item {
		margin-right: 30px;
	}
	
	.header .headerrightcontent .header-item {
		margin-left: 30px;
	}
*/
	
}

@media (max-width: 1000px) {
/*
	.header-menu-btn {
		display: block !important;
	}
	
	.headerleftcontent {
		display: none;
	}
*/
}



@media (max-width: 768px) {
	.landing-wrap .landing-hm-logo {
		top: 11% !important;
		left: 10% !important;
		width: 300px !important;
	}
	
	.landing-info .frase {
	    top: 35% !important;
	    left: 50% !important;
	    font-size: 80px !important;
	    width: 100% !important;
	    transform: translate(-50%, 0%) !important;
	}
}

@media (max-width: 768px) {
	.landing-wrap .landing-hm-logo {
		width: 220px !important;
	}
}

@media (max-width: 550px) {
	.landing-wrap .landing-hm-logo {
		margin-top: 15px;
		width: 180px !important;
	}
}

@media (max-width: 400px) {
	.landing-wrap .landing-hm-logo {
		width: 150px !important;
	}
}



/*** FOOTER ***/

.footer {
	width: 100%;
	height: 195px;
	text-align: center;
	padding: 0px 0px 40px;	
}

.footer .container {
/* 	padding: 20px 0px; */
}

.footer .footer-containercontacts {
	background-color: #555;
	color: #fff;
	text-align: right;
}

.footer .footer-containercontacts img{
	margin: 0px 20px;
}

.footer .footer-containercontacts .container {
	padding: 0px;
}

.footer .footer-containercontacts .contacts {
	padding: 20px 20px;
	color: #555555;
/* 	background-image: url(../img/home/contactos-bg.jpg); */
	background-position: center right;
    background-repeat: no-repeat;
    background-color: #fff;
}

.footer .footer-map {
	padding-right: 0px;
}

.footer #map {
	height: 265px; /* 250px; */
}

/*
.footer .row:nth-child(1) {
	
}
*/

/*
.footer .row:nth-child(2) {
	border-bottom: 1px solid #949494;
}
*/
/*

.footer .row:nth-child(3) {
	text-align: center;
	padding: 20px 0px;
}
*/


.footer .footer-social-items {
	margin-bottom: 25px;
	text-align: left;
/* 	padding: 20px 20px; */
    padding: 6px 0px 0px 28px;
}

.footer .footer-social-items i {
	font-size: 20px;
	margin-right: 10px;
}

.footer .footer-social-items img {
	margin: 0px 15px;	
}

.footer .footer-container-newsletter {
	background-color: rgba(0,0,0,0.9);
	color: #fff;
}

.footer .footer-newsletter {
	padding: 20px 20px;
	text-align: center;
}

.footer .footer-newsletter input {
	margin-left: 10px;
	color: #555;
}

.footer .footer-social {
	border-bottom: 1px solid #949494;
}

.footer .footer-item {
	margin-bottom: 12px;
	font-size: 13px;
	
	text-align: left;
}

.footer .footer-social-item {
	float: right;
	margin-left: 30px;
/* 	margin-bottom: 20px; */
}


.footer .footer-copyright {
	padding-top: 20px;
}


.footer .footer-social-items a:nth-child(1) .footer-social-item {
	margin-left: 0px;
}

.footer .footer-social-items a:nth-child(last) .footer-social-item {
	float: none;
}

.footer .footer-logos img {
	margin: 10px 50px;
}

.premio-footer
{
	margin-right: 30px !important;
}

@media (max-width: 768px) {
	.footer .footer-social .footer-social-items, .footer .footer-newsletter {
		
		text-align: center;
		padding: inherit;
		padding-top: 20px;
	}
	
	.footer .footer-newsletter {
		padding-bottom: 20px;
	}
}

@media (max-width: 640px) {
	.footer .col-xs-6 {
		float: none;
		width: 100%;
	}
}


/*** MENU BTN ***/

.menu-btn-wrap {
	position: fixed;
	right: 0px;
	top: 100px; /* 12%; */ /* 7%; */
/* 	transform: translateY(-50%); */

	z-index: 999;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;

	overflow: hidden;
}

.menu-btn-wrap .outline {
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-right: none;
	padding: 2px 0px 2px 2px;
}

.menu-btn-wrap .wrap {
/* 	width: 295px; */
/* 	height: 180px; */
	padding: 13px 13px;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #555;
	cursor: pointer;
}

.menu-btn-wrap .wrap img {
	
}


/*** MENU ***/

.menu-wrap {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	min-width: 300px;
/* 	width: 100%; */
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 999;
	text-align: left;
	padding: 70px 35px;
/* 	padding: 90px 35px; */
	
	margin-right: -300px;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	
/* 	display: none; */
}

.menu-wrap-open {
	margin-right: 0px;
}

.menu-wrap .menu-logo {
	width: 180px;
    margin: 0px auto 40px;
}

.menu-wrap .menu-close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 15px;
	cursor: pointer;
	z-index: 995;
}

.menu-wrap .menu-close-btn img {
	width: 100%;
}


.menu-wrap .menu-logo img {
	width: 100%;
}

.menu-wrap .menu-item {
/* 	color: #000; */
/* 	font-family: "Reenie "; */
	font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #555;
    
    cursor: pointer;
}

.menu-wrap .menu-item:hover {
	text-decoration: underline;
}

.menu-item-active {
	font-weight: bold;	
}

.menu-wrap .menu-lang {
/*
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 20px;
*/

	position: absolute;
	top: 25px;
	left: 30px;
/* 	width: 15px; */
/* 	cursor: pointer; */
	z-index: 995;
	color: #fff;
}

.menu-wrap .menu-lang .active {
	font-weight: bold !important;
}


/*
.menu-wrap .mobmenureservarbtn {
	margin-bottom: 20px;
}

.menu-wrap .mobmenubooking .form{
	float: left;
    padding: 0 30px 0 50px;
    text-transform: uppercase;
    color: #555;
}
*/


.menu-wrap-black {
	background-color: rgba(0, 0, 0, 0.8) !important;
}

.menu-wrap-black .menu-item {
	color: #fff !important;
}

.menu-wrap-black .mobmenureservarbtn {
	border: none;
	background-color: #fff;
	color: #555;
}

.menu-wrap-black .mobmenureservarbtn:hover {
	border: none;
	background-color: #555;
	color: #fff;
}

@media (max-width: 768px) {
	
	.menu-wrap .menu-lang .active {
	    display: none;
	}
	
	.menu-wrap .menu-lang slash {
		display: none;
	}
	
}

@media (max-width: 767px) {
	.menu-btn-wrap {
/* 		top: 4%; */
	}
}

@media (max-width: 500px) {
	.menu-btn-wrap {
		top: 0;
		right: inherit;
		left: 0;
		transform: none;
		margin-top: inherit;
	}
	
	.menu-btn-wrap .outline {
		border: 2px solid rgba(255, 255, 255, 0.8);
		border-left: none;
		border-top: none;
		padding: 0 2px 2px 0px;
	}
	
	.menu-btn-wrap .wrap {
/* 		padding: 15px 15px; */
		padding: 11px 15px;
	}
	
	.menu-wrap {
		padding: 30px 35px !important;
		right: inherit;
		left: 0px;
		
		margin-left: -300px;
	}
	
	.menu-wrap-open {
		margin-left: 0px;
	}
	
	.menu-wrap .menu-logo {
		width: 140px !important;
	    margin: 0px auto 20px !important;
	}
}

@media (max-width: 400px) {
	.menu-wrap .menu-item {
		margin-bottom: 14px !important;
	}
}

@media (max-width: 320px) {
	.menu-wrap .menu-item {
		margin-bottom: 10px !important;
	}
}



/*** Botão Reserva ***/

.btn-lateral {
	position: fixed;
	right: -250px;
/* 	top: 150px; */
	top: 190px; /* 22%; */ /* 30%; */
/* 	margin-top: -31px; */
	
	
/* 	transform: translateY(-70%); */
	
	
	z-index: 999;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */

/* 	overflow: hidden; */
}


.btn-lateral-open {
	right: 0px;
}
/*
.btn-lateral:hover {
	right: 0px;
}
*/

.btn-lateral .outline {
	border: 2px solid #fff;
	border-right: none;
	padding: 2px 0 2px 2px;
}

.btn-lateral .wrap {
	width: 295px;
	height: 180px;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #555;
}

.btn-lateral .wrap .label {
	float: left;
    height: 41px;
    width: 178px;
    /* background-color: rgba(255,255,255,0.7); */
    /* padding: 25px 15px; */
/*     background-color: aqua; */
    position: absolute;
    top: 39%;
    font-size: 17px;
    left: -62px;
    cursor: pointer;
    color: #555;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 35px;
}

.btn-lateral .wrap .label img {
	height: 100%;
}

.btn-lateral .wrap .form {
	float: left;
	padding: 0 30px 0 50px;
	
	text-transform: uppercase;
	color: #555;
}

/**Guestcentric booking widget**/
.btn-lateral .gc_horizontalSh {
	background: none;
	width: inherit;	
}


.btn-lateral .shortHandTitle, .btn-lateral .shortHandDate, .btn-lateral .shortHandNrNights, .btn-lateral .shortHandButton {
/*
	float: none !important;
	width: inherit !important;
*/
	color: #555;
	font-size: 14px !important;
}


.btn-lateral .shortHandButton {
	margin-top: 10px !important;
}


.btn-lateral .gc_sh .startDay {
    width: 75px;
}

.btn-lateral .gc_sh .yui-calcontainer {
	width: 150px;
}



.home-prov .btn-lateral .wrap {
	width: 320px;
	height: 350px;
}

.home-prov .btn-lateral .outline {
	padding: 10px 0 10px 10px;
}


.btn-lateral #reserve_content {
	padding-top:60px;min-height:200px;width:246px;text-align:center;color:#7C7C7C;
}




.btn-lateral-black .wrap {
	background-color: rgba(0, 0, 0, 0.8);
}

.btn-lateral-black .outline {
	border: 2px solid rgba(0, 0, 0, 0.8);
}

.btn-lateral-black .wrap .label {
	color: #fff !important;
}

.btn-lateral-black .wrap .form * {
	border: none !important;
}

.btn-lateral-black .shortHandTitle, 
.btn-lateral-black .shortHandDate, 
.btn-lateral-black .shortHandNrNights, 
.btn-lateral-black .shortHandButton {
	color: #fff !important;
}

.btn-lateral-black .shortHandTitle input, 
.btn-lateral-black .shortHandDate input,
.btn-lateral-black .shortHandNrNights button {
	color: #000 !important;
}


/*** Botão Reserva Mobile ***/

.btn-lateral-mob-wrap {
	position: fixed;
	right: 0px;
	top: 0;
/* 	transform: translateY(-50%); */
	z-index: 999;
	
/*
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
*/

/* 	overflow: hidden; */
	display: none;
}

.btn-lateral-mob-wrap-active {
	display: block;	
}

.btn-lateral-mob-wrap .outline {
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-top: none;
	border-right: none;
	padding: 0px 0px 2px 2px;
}

.btn-lateral-mob-wrap .wrap {
/* 	width: 295px; */
/* 	height: 180px; */
    padding: 3px 15px;
	background-color: rgba(255, 255, 255, 0.8);
/* 	border: 1px solid #555; */
	cursor: pointer;
}

.btn-lateral-mob-wrap .wrap .label {
/*     height: 41px; */
    width: 178px;
    /* background-color: rgba(255,255,255,0.7); */
    /* padding: 25px 15px; */
/*     background-color: aqua; */
    font-size: 17px;
    cursor: pointer;
    color: #555; /* #fff; */
    text-transform: uppercase;
    font-weight: bold;
    line-height: 35px;
}

@media (max-width: 767px) {
	.btn-lateral {
/* 		top: 30%; */
	}
}

@media (max-width: 500px) {
	.btn-lateral {
		display: none;
	}
	
	.btn-lateral-mob-wrap {
		display: block;
	}
}

@media (max-width: 400px) {
	
	.btn-lateral {
/* 		display: none; */
        top: 200px;
	}
	
	.home-prov .btn-lateral {
		display: block;
	}
	
	.btn-lateral .wrap {
		width: 295px !important;
		height: 200px !important;
	}
	
	.btn-lateral .outline {
	    padding: 2px 0 2px 2px !important;
	}
}


/*** BTN OFERTAS ***/

.btn-lateral-ofertas {
	top: 410px; /* 45%; */
}


/*** BTN OFERTAS MOB ***/

.ofertas-mob {
	width: 100%;
	height: 10vh;
	background-image: url(../img/ofertas-bg-mob.jpg);
	background-position: center center;
	background-size: cover;
	
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
    font-weight: bold;
    padding-top: 18px;
    
	display: none;
}

@media (max-width: 500px) {
	.ofertas-mob {
		display: block;
	}
}



/*** LANDING ***/

.landing-wrap {
	position: relative;
/* 	height: 1000px; */
	height: 100vh;
}

.landing-item {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	/* V2 */
	background-attachment: fixed;
	background-size: 2000px;
	background-position: top center !important;
}

.landing-info {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	padding-top: 20%;
	
	font-family: "Reenie Beanie";
}

.landing-info .copy {
	position: absolute;
    top: 40%;
    left: 55%;
    font-size: 80px;
    line-height: 80px;
    transform: translate(-50%,0%);
    width: 100%;
}



.landing-info .frase {
	position: absolute;
    top: 45%;
    left: 50%;
    font-size: 80px;
    line-height: 80px;
    width: 700px;
    transform: translate(-40%, 0%);
}

.landing-info .frase img {
	position: inherit;
	height: inherit;
	width: 100%;
	left: inherit;
/* 	transform: inherit; */
}

.landing-info .frase small {
	font-size: 60px;
}

.landing-wrap .landing-hm-logo {
	position: absolute; /*fixed*/
	top: 10%;
	left: 15%;
	z-index: 9;
	width: 214px;
}

.landing-wrap .landing-hm-logo img{
	width: 100%;
}

.landing-wrap .godown-btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%,0%);
	
	width: 60px;
	height: 60px;
/*
	background-color: rgba(0,58,112,0.5);
	border-radius: 50%;
*/
	
	z-index: 998;
	cursor: pointer;
}

.landing-wrap .godown-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 55px;
	cursor: pointer;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}



.landing-wrap .menu-lang {
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 995;
	color: #fff;
}

.landing-wrap .menu-lang .active {
	font-weight: bold !important;
}

@media (max-width: 767px) {
	.landing-wrap .menu-lang {
		right: 75px;
	}
	
	.landing-info .frase small {
		font-size: 40px;
	}
}

@media (max-width: 500px) {
	.landing-wrap .godown-btn {
		bottom: 20px;
	}
	
	.landing-wrap .menu-lang {
		right: inherit;
		left: 75px;
		top: 14px;
	}
	
	.landing-wrap {
		height: 80vh;
	}
	
	.landing-info .frase small {
		font-size: 30px;
	}
}

@media (max-width: 340px) {
	.landing-info .frase small {
		font-size: 24px;
	}
}

/*** LANDING HEADER ***/


.landing-header-wrap {
	position: relative;
/* 	height: 1000px; */
	height: 500px;
}

.landing-header-wrap .landing-hm-logo {
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: 9;
    width: 180px;
}

.landing-header-wrap .landing-hm-logo img {
	width: 100%;
}

.landing-header-wrap .landing-info .copy {
	top: 50%;
    right: inherit;
    left: 50%;
    transform: translate(-50%,-50%);
}

.landing-header-wrap .menu-lang {
	position: absolute;
	top: 25px;
	right: 30px;
	z-index: 995;
	color: #fff;
}

.landing-header-wrap .menu-lang .active {
	font-weight: bold !important;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 100%; 	/* 1062px; */ /* 700px; */
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  	position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  

@media (max-width: 768px) {
	.landing-item {
/* 		background-size: inherit; */
		background-position: center center;
		
		background-attachment: inherit;
		background-size: cover;
	}
	
	.landing-info {
		margin: 40px 0px 10px;
		padding-top: 120px;
	}
	
	.landing-info .stars-5 {
		max-width: 140px;
	}
	
	.landing-info landingtitle {
		font-size: 40px;
	}
	
	.landing-info subtitle {
		font-size: 12px;
	}
	
	
	.landing-header-wrap {
		height: 300px;
	}
	
	.landing-header-wrap .landing-hm-logo {
		width: 150px;
	}
	
	.landing-info .copy {
		top: 40% !important;
		font-size: 55px;
		line-height: 55px;
	}
}



/*** CONTAINER TEXTO ***/


.containerhomeintro {
/* 	background-image: url(../img/home/home_intro_bg.jpg); */
	background-position: center center;
	background-size: cover;
}
	
	
.pag-title {
	font-family: "WorkSans-Bold";
	font-size: 22px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 50px;
	color: #000000;
}	
	
.matinha_logo_frase {
	width: 300px;
	padding-bottom: 60px;
}

@media (max-width: 768px) {
	.matinha_logo_frase {
		padding-bottom: 40px;
	}
}

@media (max-width: 500px) {
	.matinha_logo_frase {
		width: 250px;
		padding-bottom: 30px;
	}
	
	.pag-title {
		font-size: 18px;
		padding-bottom: 30px;
	}
}


.containertexto {
	padding: 70px 6% 50px; /*  0px; */
	text-align: center;
	font-size: 16px; /* 23px; */
	color: #000;
/* 	width: 1300px; */
}

.containertexto h1 {
/* 	font-family: "Reenie Beanie"; */
/* 	font-size: 60px; */
	color: #949494;
	margin-top: 0px;
	
	font-family: "Worksans-Bold";
    font-size: 32px;
}

.containertext-2col {
	text-align: left;
}

.containertext-2col h1 {
	font-size: 70px; /* 90px; */
	line-height: 70px; /* 80px; */
	
	margin-bottom: 0px;
	
	font-size: 50px;
	line-height: 50px;
	font-family: "WorkSans-Bold";
}

.containertext-2col .row div:nth-child(2) {
	padding-left: 60px;
}

/*Adicionado por Alex*/
/*Container background*/
.containerbg
{
	background-image: url(../img/ofertas/ofertas-pattern-bg.png);
}

@media (min-width: 1400px) {
	.containertexto {
		width: 1300px;
	}
	
	.actividades .containertexto {
		width: 1000px;
	}
}

@media (max-width: 768px) {
	.containertexto {
		padding: 40px 6% 30px;
/* 		padding: 40px 0 30px; */
	}
	
	.containertexto h1 {
		font-size: 42px;
		margin-bottom: 10px;
		
		text-align: center;
		
	}
	
	.containertext-2col {
/* 		padding-left: 0px; */
	}
	
	.containertext-2col .row div:nth-child(2) {
	    padding-left: inherit;
	}
}

@media (max-width: 500px) {
	.containertexto h1 {
		font-size: 32px;
	}	
}


/*** CONTAINER OFERTAS HOME ***/

.containerofertas2 {
/* 	padding: 160px 0; */
	padding: 100px 0px;
}

.containerofertas2 .contentoferta {
	position: relative;
/* 	height: 400px; */
	text-align: center;
/* 	min-height: 280px; /* 512px; */
}

.containerofertas2 .contentoferta .contentoferta-title {
/* 	font-family: "Reenie Beanie"; */
	font-family: "WorkSans-Bold";
    font-size: 24px; /* 48px; */
    margin-bottom: 25px;
    line-height: 30px; /* 60px; */
    color: #000;
}

.containerofertas2 .contentoferta .contentoferta-bg {
	position: absolute;
	top: 50px;
	width: 150%;
	left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.containerofertas2 .contentoferta .contentoferta-bg img {
	width: 100%;
}

.containerofertas2 .contentoferta .btn {
	background-color: #fff;
	border: none;
}

.containerofertas2 .contentoferta .btn:hover {
	color: #fff;
}


.containerofertas2 .contentoferta:nth-child(1) .btn {
 background-color: #c7c390;
 color: #ffffff;
}
.containerofertas2 .contentoferta:nth-child(2) .btn {
 background-color: #91c0a9;
 color: #ffffff;
}
.containerofertas2 .contentoferta:nth-child(3) .btn {
 background-color: #d2a889;
 color: #ffffff;
}

.containerofertas2 .contentoferta:nth-child(1) .btn:hover {
 background-color: #c7c390;
}
.containerofertas2 .contentoferta:nth-child(2) .btn:hover {
 background-color: #91c0a9;
}
.containerofertas2 .contentoferta:nth-child(3) .btn:hover {
 background-color: #d2a889;
}


@media (max-width:768px) {
	.containerofertas2 {
	    padding: 12vw 0;
	}
	
	.containerofertas2 .contentoferta {
	    height: 165px;
	}
	
	.containerofertas2 .contentoferta .contentoferta-bg {
		width: 300px;
	}
	
}

@media (max-width: 400px) {
	.containerofertas2 .contentoferta .contentoferta-title {
		font-size: 6vw;
	}
	
	
}


/*** CONTAINER VIDEO ***/

.containervideo .videowrap {
/* 	position: absolute; */
	position: relative;
    width: 100%;
    height: 700px;
    background-color: #000;
    background-position: center center;
    background-size: cover;
/*
    top: 17%;
    left: 50%;

    transform: translate(-50%,0);
*/
}

.containervideo .bgoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}

.containervideo .videowrap .playbtn {
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 7%;
	cursor: pointer;
}

.containervideo .videowrap .playbtn {
	font-size: 55px;
	color: #fff;
}

.containervideo .videowrap .playbtn img {
	width: 100%;
}

.yu2fvl-close {
    top: -30px;
    right: -6px;
    font-size: 20px;
}

@media (max-width: 768px) {
	.containervideo .videowrap {
		height: 400px !important;
	}
}

@media (max-width: 500px) {
	.containervideo .videowrap {
		height: 300px !important;
	}
}


/*** Borderbox ***/


.containerborderbox .row {
	margin: 40px -15px;
}

.containerborderbox .row .col-sm-4, .col-sm-6 {
	padding: 0 10px;
}

.borderbox {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	color: #a7a9ac;
	
	transition: all 0.5s; 
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	
	background-size: cover;
}

.borderbox:hover {
	background-color: #f2f2f2;
	border: 1px solid rgba(222, 222, 222, 0);
/* 	background-size: 150%; */
}

.borderbox:hover .bbcontent {
/* 	transform: translate(-50%, -60%); */
}

.borderbox .bbcontent {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.borderbox .bbcontent:hover {
/* 	transform: translate(-50%, -60%); */
}

.borderbox .bbcontent .bbtitle {
/* 	font-family: "Reenie Beanie"; */
	font-family: "WorkSans-Bold";
	letter-spacing: 2px;
    font-size: 28px; /* 60px; */
    margin-bottom: 25px;
    line-height: 60px;
}

.borderboxphoto {
	border: none;
	color: #fff;
	background-position: center center;
	
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari and Chrome */
	-o-transition: all 1s; /* Opera */
}

.borderboxphoto:hover {
/* 	background-color: #f2f2f2; */
/* 	background-size: 200%; */
	background-position: center right 70%;
	background-position-x: 70%;
}

.borderboxphoto:hover .bgoverlay{ 
	background-color: rgba(0, 0, 0, 0.6) !important;
}

.borderboxphoto .bbcontent {
	transform: translate(-50%, -50%) !important;
}


.bgoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}

.bgoverlay-10 {
	background-color: rgba(0,0,0,0.1);
}
.bgoverlay-20 {
	background-color: rgba(0,0,0,0.2);
}
.bgoverlay-30 {
	background-color: rgba(0,0,0,0.3);
}
.bgoverlay-40 {
	background-color: rgba(0,0,0,0.4);
}


.borderbox-height-30p {
	height: 30% !important;
}

.borderbox-height-70p {
	height: 70% !important;
}

.col-height-180px {
	height: 180px;
}

.col-height-230px {
	height: 230px;
}

.col-height-600px {
	height: 600px;
}

.col-height-940px {
	height: 940px;
}


.contentgaleria {
/* 	margin: 40px auto; */
	text-align: center;
/* 	margin: 20px auto 60px; */
	padding: 40px 0;	
/* 	background-image: url(../img/home/home_gal_bg.jpg); */
	background-position: center center;
	background-size: cover;
}

.contentgaleria .btn {
	margin-top: 30px;
}

.gallery {
	width: 100%;
	height: 690px;
	text-align: center;
}

.gallery-item {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}


.galeria .gallery-item {
	visibility: hidden;
}
.galeria .gallery-item.animated {
	visibility: visible;
}


@media (max-width: 1024px) {
	.gallery {
		height: 500px;
	}
}

@media (max-width: 768px) {
	.gallery {
		height: 400px;
	}
}

@media (max-width: 500px) {
	.gallery {
		height: 200px;
	}
}

.containerfeed {
/*
	background-color: #e9e9e9;
	padding: 40px 0px;
*/
}

.containerfeed .contentfeed {
	padding: 40px 40px;
	
	visibility: hidden;
	min-height: 435px; /* 415px; */
}
.containerfeed .contentfeed.animated {
	visibility: visible;
}

.containerfeed .contentfeed .contentcontainer {
	max-width: 800px;
	width: 100%;
	float: left;
}

.containerfeed .contentfeed:nth-child(1) .contentcontainer {
	max-width: 600px;
	float: right;
}

.containerfeed .contentfeed:nth-child(1) {
	background-color: #fff5d6;
}
.containerfeed .contentfeed:nth-child(2) {
	background-color: #ffefde;
}


@media (max-width: 768px) {
	.containerfeed .contentfeed {
		min-height: inherit;
	}
	.containerfeed .contentfeed .contentcontainer {
	    float: none !important;
	}
}

/*
.containerfeed .contentfeed:nth-child(1){
	border-right: 1px solid #b3b4b7;
}
*/

.contentfeed {
	color: #555555;
	font-family: "Raleway Light";
}

.contentfeed .title {
	text-align: center;
/* 	font-family: "Reenie Beanie"; */
	font-family: "WorkSans-Bold";
	font-size: 24px; /* 50px; */
	margin-bottom: 12px;
}

.contentfeed h4 {
	font-family: "Raleway";
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
}

.contentfeed h5 {
	font-family: "Raleway";
	font-size: 13px;
	line-height: 20px;
}

.contentfeed .feed-noticias .noticia-img{
	margin-top: 15px;
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}


.gallery3col {
	margin: 20px auto;
}

.gallery3col .row div {
	height: 450px;
}

.containertextphoto {
	padding: 80px 0px;
}

.containertextphoto .text {
	color: #000;
	font-size: 16px;
}

.containertextphoto .text h1 {
	margin: 0px auto 10px;
	
	font-family: "Worksans-Bold";
	font-size: 34px;
	line-height: 43px;
}

.containertextphoto .photo {
	height: 555px;
}


@media (max-width: 1200px) {
	.containertextphoto {
		padding: 40px 0px;
	}
	
	.containertextphoto .text h1 {
	    font-size: 50px;
		line-height: 45px;
		text-align: center;
		
		font-size: 32px;
		line-height: 40px;
	}
}

@media (max-width: 1024px) {
	.borderbox .bbcontent .bbtitle {
		font-size: 24px; /* 37px; */
		line-height: 20px; /* 37px; */
	}
}

@media (max-width: 990px) {
	.containertextphoto {
		padding: 40px 0px 0px;
	}
	
	.containertextphoto .photo {
		height: 300px;
		margin: 20px !important;
	}
	
	.containertextphoto .text {
		padding: 0 30px !important;
	}
}

@media (max-width: 768px) {
	.containerofertas .col-height-180px {
	    height: 150px !important;
	}
	
	.gallery3col .row div {
		height: 100px !important;
	}
}

@media (max-width: 500px) {
	.gallery3col .row div {
	    height: 200px !important;
	}
	
	.containertextphoto .text h1 {
		font-size: 26px;
		line-height: 30px;
	}
}

/*** PHOTO  TILES ***/


.container-photo-tiles .row {
	position: relative;
	margin: 40px -15px;
}

.container-photo-tiles .row div {
	padding: 0px 10px;
}

.container-photo-tiles .photo-container {
	height: 600px;
}

.container-photo-tiles .photo-item {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.container-photo-tiles .row div:nth-child(2) .photo-item:nth-child(1) {
	height: 65% ;
	border-bottom: 20px solid #fff;
}
.container-photo-tiles .row div:nth-child(2) .photo-item:nth-child(2) {
	height: 35% ;
}

.container-photo-tiles .row div:nth-child(3) .photo-item:nth-child(1) {
	height: 35% ;
	border-bottom: 20px solid #fff;
}
.container-photo-tiles .row div:nth-child(3) .photo-item:nth-child(2) {
	height: 65% ;
}

/*
@media (max-width: 768px) {
	.container-photo-tiles .photo-container {
		height: inherit;
	}
	
	.container-photo-tiles .photo-item {
		height: 200px !important;
	}
}
*/


/*** GALLLERY  TILES ***/


.container-gallery-tiles .row {
	position: relative;
	margin: 40px -15px;
}

.container-gallery-tiles .row div {
	padding: 0px 10px;
}

.container-gallery-tiles .row div:nth-child(2) a:nth-child(1) .gallery-item {
	height: 65% !important;
	border-bottom: 20px solid #fff;
}
.container-gallery-tiles .row div:nth-child(2) a:nth-child(2) .gallery-item {
	height: 35% !important;
}

.container-gallery-tiles .row div:nth-child(3) a:nth-child(1) .gallery-item {
	height: 35% !important;
	border-bottom: 20px solid #fff;
}
.container-gallery-tiles .row div:nth-child(3) a:nth-child(2) .gallery-item {
	height: 65% !important;
}


/***Cavalos ***/
.container-boxes
{
	background-image: url(../img/ofertas/ofertas-pattern-bg.png);
}

.container-boxes .post-item
{
	margin-bottom: 30px;
	height: 660px;
}
.container-boxes .container-photo-tiles .row
{
	margin-bottom: 0px;
}

.container-boxes .item-firstLine
{
	/*margin-top: 30px;*/
}

@media (max-width: 1200px)
{
	.container-boxes .post-item
	{
		height: 775px;
	}
}

@media (max-width: 992px)
{
	.container-boxes .post-item
	{
		height: 1005px;
	}
}

@media (max-width: 768px)
{
	.container-boxes .post-col
	{
		/*width: 100%;*/
	}

	.container-boxes .post-item
	{
		height: auto;
	}
	
	.hidebgimg {
		background-image: none;
		}

	.containerbg
	{
		background-image: url(../img/ofertas/ofertas-pattern-bg.png) !important;
	}
	
}

/*** Cavalos End ***/

/*** POST ITEM ***/

.container-post-items {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-post-items .containertexto {
	padding-top: 0px;
}

.container-post-items .containertexto h1 {
	margin: 0px auto;
}

.container-post-items .containertexto .texto {
/* 	padding-top: 40px; */
}

.post-item {
	width: 100%;
	background-color: #fff;
}

.post-col:nth-child(3n+1) {
	clear: both;
}

@media (max-width: 768px) {
	.post-col:nth-child(3n+1) {
		clear: inherit;
	}
	.post-col:nth-child(2n+1) {
		clear: both;
	}
}

.post-item .photo-title{
	position: relative;
	width: 100%;
	height: 200px; /*300px*/
	background-position: center center;
	background-size: cover;
}

.post-item .photo-title .title {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-family: "Reenie Beanie";
	font-size: 45px;
	margin-bottom: 40px;
	color: #fff;
}



.post-item .text {
	min-height: 234px; /* 190px; */ /* 275px; */
	padding: 15px;
	color: #000;
}

.post-item .text .title {
/*     font-family: "Reenie Beanie"; */
/*     font-size: 45px; */
    line-height: 43px;
    color: #555555;
    
	font-family: "Worksans-Bold";
    font-size: 24px !important;
    line-height: 28px;
    padding-bottom: 10px;
}

.post-item .btn-wrap {
	text-align: center;
}

.post-item .btn-wrap .btn {
	margin: 20px auto;
	min-width: inherit;
	max-width: 230px;
	width: 100%
}

@media (max-width: 1024px) {
	.quartos .post-item .text {
	    min-height: 150px !important;
	}
}

@media (max-width: 768px) {
	.quartos .post-item .text {
	    min-height: 150px !important;
	}
	
	.quartos .post-item .photo-title {
		height: 200px;
	}
	
/*
	.quartos .post-col:nth-child(2n+1) {
	    clear:both;
	}
	
	.centrohipico .post-col:nth-child(3n+1) {
		clear: inherit;
	}
	
	.post-col:nth-child(3n+1) {
		clear: inherit;
	}
*/

}

@media (max-width: 500px) {
	.quartos .post-col {
		width: 100%;
	}
	.quartos .post-item .text {
	    min-height: inherit !important;
	}
	
	.quartos .post-item .photo-title .title {
		font-size: 38px;
	}
	
	.centrohipico .post-col {
		width: 100%;
	}
	.centrohipico .post-col:nth-child(3n+1) {
		clear: inherit;
	}
}

@media (max-width: 320px) {
	.quartos .post-item .photo-title .title {
		font-size: 34px;
	}
}
	

/*** HOME ****/

.home .containerservicos .borderbox-container {
	height: 940px;
}

.home .containerservicos .row {
	margin: 100px -15px 0px;
}

.home .containerservicos .row div:nth-child(2) .borderbox:nth-child(1) {
	border-bottom: 20px solid #fff;
}

.home .containerservicos .row div:nth-child(3) .borderbox:nth-child(2) {
	border-top: 20px solid #fff;
}


.home .containerofertas {
/* 	background-image: url(../img/ofertas/landing-ofertas.jpg); */
}

.containerofertas .borderbox-container {
	height: 180px;
}

.containerofertas .container .row .borderbox-container:nth-child(1) {
	margin-bottom: 20px;
}

.home .containerofertas .borderbox {
	color: #fff;
	border-color: #fff;
	background-color: rgba(0,0,0,0.3);
/* 	background-color: #e9e9e9; */

	margin-bottom: 20px;
}

.home .containerofertas .borderbox:hover {
    background-color: #fff;
    border: 1px solid #fff;
    
    border-color: #e9e9e9;
}

.home .containerofertas .borderbox:hover .bbcontent {
	color: #949494;
}

.home .containerofertas .borderbox:hover .bbcontent .btn {
	color: #949494;
	border-color: #949494;
}
	
	
@media (max-width: 1024px) {
/*  	.home .containerservicos .borderbox-container { */ 
	.containerservicos .borderbox-container {
		height: 600px !important;
	}
	
	.containerservicos .borderbox {
/* 		height: 200px !important; */
	}
}

@media (max-width: 768px) {
	.containerservicos .borderbox-container {
		height: inherit !important;
	}
	.containerofertas .borderbox-container {
		height: inherit !important;
	}
	
	.borderbox {
		height: 200px !important;
		margin-bottom: 10px;
		border-top: none !important;
		border-bottom: none !important;
	}
	
	.containerofertas .borderbox {
		height: 120px !important;
	}
	
	.home .containerservicos .row {
		margin: 40px -15px 0px;
	}	
}

@media (max-width: 500px) {
	.borderbox {
		height: 150px !important;
	}
}

/*** EVENTOS ***/

.eventos .container-post-items {
	background-image: url(../img/ofertas/ofertas-pattern-bg.png); 
    padding-top: 30px;
}

.eventos .post-item {
	background-color: white;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.eventos .post-item {
		margin-bottom: 20px;
	}
	
	.eventos .post-item .text {
		min-height: inherit;
	}
}


/*** TERAPIAS ***/

.terapias .btn {
	margin-top: 40px;
}

.terapias .container-photo-tiles .row {
	margin: 0px -15px;
}

.terapias .container-photo-tiles {
	margin-bottom: 20px;
}

/*** CENTRO HIPICO ***/

.centrohipico .containertextphoto .photo {
	height: 350px;
}

.centrohipico .containertextphoto .btn {
    margin: 20px 15px 0px;
} 


/*** QUARTOS ***/

.quartos .post-item {
	background-color: #e9e9e9;
	margin-bottom: 30px;
}

.quartos .post-item .text {
	min-height: 155px; /* 120px; */
}

/*** GASTRONOMIA ***/

.gastronomia .post-item .text {
    min-height: 256px; /* 220px; */
    padding: 15px;
    color: #000;
}

@media (max-width: 768px) {
	.container-post-items {
		padding-top: 40px !important;
	}
	
	.gastronomia .post-item .text {
		min-height: inherit;
	}
	
	.container-post-items .post-item {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 500px) {
	.container-post-items {
		padding-top: 20px !important;
	}
	
	.container-post-items .post-item .photo-title {
		height: 200px !important;
	}
}



/*** EXPERIENCIAS / ACTIVIDADES ***/

.actividades .container-actividades-herdade {
	background-color: #f3ebde;
}

.actividades .container-actividades-regiao {
	background-color: #e7e4e2;
}

.actividades .post-item {
	margin-bottom: 40px;
}

.actividades .btn-vertodas-wrap {
	text-align: center;
	margin-top: 10px;
}

.actividades .btn-vertodas {
	font-family: "Reenie Beanie";
	font-size: 34px;
/*     text-transform: uppercase; */
    border-bottom: 1px solid #555;
    cursor: pointer;
}

.actividades .container-vertodas {
	display: none;
}

@media (max-width: 500px) {
	.actividades .post-col {
		width: 100% !important;
	}
	
	.post-item .text {
		min-height: inherit !important;
	}
}


/*** CENTRO HIPICO ***/

@media (max-width: 768px) {
	.centrohipico .containertextphoto {
		padding: 20px 0px 0px;
	}
}

@media (max-width: 500px) {
	.centrohipico .containertextphoto .photo {
	    height: 300px;
	} 
}

/*** GALERIA ***/

.galeria .container-gallery-tiles .row {
    margin: 20px -15px;
}

.galeria .container-gallery-tiles:nth-child(odd) .row {
	margin: 20px -15px;
}

.galeria .container-gallery-tiles:nth-child(odd) .row div:nth-child(1) {
	float: right;
}

@media (max-width: 768px) {
	.galeria .container-gallery-tiles:nth-child(odd) .row div:nth-child(1) {
		float: inherit;
	}
}



/*** OFERTAS / VOUCHERS ***/

.ofertas {
	background-image: url(../img/ofertas/ofertas-pattern-bg.png);
	background-attachment: fixed;
}

.container-promos {
	margin-bottom: 80px;
}

.container-promo {
	position: relative;
/* 	border: 4px solid #a7a9ac; */
	border: 4px solid #fff;
	padding: 30px 20px;
	margin-bottom: 20px;
	
	color: #fff;
	background-color: #e9e9e9;
	background-position: center center;
	background-size: cover;
	
	box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.6);
	
	
	/** V2 **/
	color: #000;
	background-color: #fff;
	box-shadow: none;
	padding: 0px;
	border: none;
}

.container-promo h1 {
	margin: 0px !important;
	margin-bottom: 10px !important;
	
	color: #fff;
    font-size: 45px;
    line-height: 45px;
/* 	min-height: 100px; */

	/* V2 */
	color: #555;
	padding: 10px 15px;
	margin-bottom: 0px !important; 
}

.container-promo .container-promo-image {
	/* V2 */
	width: 100%;
	height: 200px;
	background-position: center center;
	background-size: cover;
}

.container-promo .container-promo-text {
	min-height: 260px;
	
	/* V2 */
	padding: 0px 15px;
}

.container-promo .container-promo-btn-wrap {
	width: 100%;
	text-align: center;
	
	/* V2 */
	padding-bottom: 15px;
}

.container-promo .promo-vermais {
	margin-top: 10px;
	min-width: inherit;
	font-weight: bold;
	
}

.container-vouchers .container-promo-image {
	height: 300px;
}

@media (max-width: 1200px) {
	.container-promo .container-promo-text {
		min-height: 280px;
	}
}

@media (max-width: 990px) {
	.container-promo h1 {
		min-height: 90px;
	}
	
	.container-promo .container-promo-text {
		min-height: 320px;
	}
}

@media (max-width: 768px) {
	.container-promo .container-promo-text {
		min-height: inherit;
	}
	
	.container-promo .container-promo-btn-wrap {
		margin-top: 20px;
	}
	
	.container-promo  h1 {
		margin: 0px !important;
		margin-bottom: 10px !important;
		
		min-height: inherit;
	}
}



.warning-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #ffffff;
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	padding: 20px;
	z-index: 9;
	font-size: 18px;
	max-width: 800px;
	width: 100%;
}

@media (max-width: 550px) {
	.warning-container {
		font-size: 14px;
	}
}