body{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 14px !important;
	color: #282828 !important;
}
h1, h2, h3, h4{
	font-family: 'Montserrat', sans-serif !important;
}

.hero{
	background-image: url('../img/monteverde-hero.png');
	background-position: center bottom;
	background-size: cover;
    background-repeat: no-repeat;
    padding: 44px 0 114px;
    display: block;
    margin-bottom: -90px;
	position: relative;
	text-align: center;
}
.hero h1{
	font-size: 35px;
	color: #bcd64c;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 800;
}
.hero h1 span{
	font-size: 21px;
	color: #ffffff;
	line-height: 1.4;
    display: inline-block;
    margin-top: 10px;
}
.hero .logo{
	margin-top: 1rem;
	margin-bottom: 2rem;
}
.hero .pareja{
	vertical-align: bottom;
}
.line{
	display: inline-block;
	background-color: #bcd64c;
	width: 143px;
	height: 3px;
}

.sidebar{
	background-color: #ebedee;
    width: 450px;
    padding-top: 100px;
}
.contenido-sidebar{
	background-color: #ebedee;
	bottom: 0;
	flex-flow: column nowrap;
	align-items: flex-start;
}
.fexedSidebar{
	width: 340px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.fixedButton{
	position: fixed;
	top: 0;
	z-index: 99999;
	margin-left: 2px;
}
.contenido-sidebar a{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	margin-top: 2rem;
	color: #282828;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	/*transition: all 0.3s ease-in;*/
	transition: none;
}

.contenido-sidebar a:before{
	content: '';
	display: none;
	background-color: #bcd64c;
	height: 100%;
	width: 25px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	position: absolute;
    right: -19px;
    top: 0;
}

.contenido-sidebar a:hover{
	background-color: #bcd64c;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	/*border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;*/
}
.contenido-sidebar a:hover:before{
	display: inline-block;
}
.contenido-sidebar a:nth-child(1) span{
	display: inline-block;
	padding-left: 3rem;
	color: #8b9e38;
	font-weight: 600;
}
.contenido-sidebar a:nth-child(1):hover span{
	color: #fff;
}
/*.contenido-sidebar a:nth-child(2) span{
	display: inline-block;
	margin-right: 1rem;
	text-align: justify;
	padding-left: 3rem;
	padding-right: 1rem;
	color: #8b9e38;
	font-weight: 600;
}
.contenido-sidebar a:nth-child(2):hover span{
	color: #fff;
}*/
.contenido-sidebar .d-table{
	padding-left: 4rem;
}
.contenido-sidebar .d-table span:nth-child(1) {
	display: table-cell;
	vertical-align: middle;
	padding-right: 8px;
}

#menu-toggle{
	background: #bcd64c;
	border: none;
	padding: 5px 15px;
	font-size: 20pt;
	cursor: pointer;
	outline: none;
}
.rotateFas{
	transform:rotate(180deg);
}

.main{
    padding-top: 100px;
}

.main blockquote{
    margin: 0;
    border: 0 none;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #282828;
    font-style: initial;
	/*padding-left: 0;
	padding-right: 0;*/
	text-align: center;
}

.main blockquote p{
    margin: 0;
    line-height: 1.5;
}

.part-1 h2{
	color: #93a936;
    font-size: 25px;
    font-weight: 700;
}
.part-1 h2 strong{
	color: #282828;
	font-size: 26px;
	font-weight: 800;
}
.part-1 p{
	font-size: 14px;
	text-align: justify;
	line-height: 19px;
	color: #282828;
}

.part-1 blockquote{
    background-color: #e7eeeb;
    padding: 20px 60px;
    font-weight: 400;
    margin-bottom: 30px;
}

.part-1 blockquote p{
    line-height: 1.4;
}

.part-1 img{
    margin-bottom: 30px;
}

.part-1 iframe{
    margin: 30px 0;
}

/*#part2 h2{
	color: #bcd64c;
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 26px;
}
#part2 h2 strong{
	color: #282828;
	font-size: 20px;
	font-weight: 800;
}*/
.part1-1{
	padding-top: 60px;
}

.part1-1 h2{
	color: #93a936;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}
.part1-1 h2 span{
	display: table-cell;
	vertical-align: middle;
}
.part1-1 h2 span .svg-inline--fa{
	font-size: 30pt;
	margin-right: 2rem;
}

.part1-1 p {
    font-size: 14px;
    text-align: justify;
    line-height: 19px;
    color: #282828;
}

.part1-1 img{
	margin-top: 30px;
	margin-bottom: 30px;
}

.part1-1 .recommendations{
	background-color: #e7eeeb;
}

.part1-1 .recommendations .recommendation{
	text-align: center;
}

.part1-1 .recommendations .recommendation figure{
	min-height: 160px;
}

.part1-1 .recommendations .recommendation p{
	font-size: 13px;
	text-align: center;
	margin: 0;
}

@media(min-width: 1200px){
	.part1-1 .recommendations .recommendation{
		width: 33%;
	}
}


.part1-2{
	padding-top: 60px;
}

.part1-2 h3{
	color: #93a936;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.part1-2 img{
	margin-top: 30px;
	margin-bottom: 30px;
}

.part1-2 p {
    font-size: 14px;
    text-align: justify;
    line-height: 19px;
    color: #282828;
}

.part1-2 a{
	color: #93a936 !important;
}

.part1-2 ul{
	list-style: none;
	margin: 0 auto 15px;
    text-align: center;
}

.part1-2 blockquote{
    background-color: #e7eeeb;
    padding: 20px 60px;
    font-weight: 400;
    margin-bottom: 30px;
}

.part1-2 blockquote p{
    line-height: 1.4;
}

.part1-2 .hoteles .hotel{
	font-weight: 700;
    color: #fff;
    margin-top: 25px;
	margin-bottom: 32px;
	text-align: center;
}

.part1-2 .hoteles .hotel header{
	background-size: cover;
    padding: 5px 25px 10px 25px;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-topright: 12px;
    border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	min-height: 200px;
}

.part1-2 .hoteles .hotel header h3{
	font-weight: 900;
	color: #bcd64c;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 22px;
}

.part1-2 .hoteles .hotel header p{
	color: #fff;
	line-height: 1.4;
	font-size: 13px;
}

.part1-2 .hoteles .hotel:nth-child(1) header{
	background-image: url(https://cdn2.hubspot.net/hubfs/5538590/landing-gold-pack/bg-hotel-1.png);
}

.part1-2 .hoteles .hotel:nth-child(2) header{
	background-image: url(https://cdn2.hubspot.net/hubfs/5538590/landing-gold-pack/bg-hotel-2.png)
}

.part1-2 .hoteles .hotel:nth-child(3) header{
	background-image: url(https://cdn2.hubspot.net/hubfs/5538590/landing-gold-pack/bg-hotel-3.png);
}

.part1-2 .hoteles .hotel .content{
	background: #fff;
    padding: 15px 15px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.part1-2 .hoteles .hotel .cta-wrap a{
	color: #fff !important;
    font-weight: 700;
    transition: .3s;
    background: #ce6b00;
    border-radius: 12px;
    display: inline-block;
    padding: 6px;
    width: 85%;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}

.part1-2 .hoteles .hotel .cta-wrap a:hover{
	background: #f1840f;
}

/*part2-2 h3 span{
	display: table-cell;
	vertical-align: middle;
}
#part2-2 h3 span .svg-inline--fa{
	font-size: 30pt;
	margin-right: 2rem;
}

#part2-2 table .cont{
	display: inline-block;
	vertical-align: middle;
}

#part2-2 table thead tr th{
	background: #9ebd18;
	border-radius: 8px;
	overflow: hidden;
	border-collapse: collapse;
	
}
#part2-2 table thead tr th strong{
	display: inline-block;
	color: #282828;
	font-size: 18px;
	line-height: 23px;
	margin-left: 1rem;
}
#part2-2 table thead tr th span{
	font-size: 24px;
}

.tabla-alimentacion{
	overflow-x: auto;
}

.tabla-alimentacion::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.tabla-alimentacion::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.tabla-alimentacion::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bcd64c;
}
.tabla-alimentacion table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
	font-size: 14px;
	line-height: 16px;
}
.tabla-alimentacion table tr{
	color: #282828;
	background-color: #ebedee;
	border-bottom: solid 2pt #fff;
}
.tabla-alimentacion table tr strong{
	color: #a4ba45;
}
.tabla-alimentacion table tr .svg-inline--fa{
	font-size: 14px;
}
.tabla-alimentacion table tr .mtc{
	background: #fff;
	padding: 8px;
}
#part2-2 .contenido{
	margin-top: 3rem;
	font-size: 14px;
	text-align: justify;
}
#part2-2 .contenido h4{
	color: #282828;
	font-size: 20px;
}
#part2-2 .contenido a{
	color: #a4ba45 !important;
	text-decoration: underline;
	font-weight: 600;
}*/

.part1-3{
	padding-top: 60px;
}

.part1-3 h3{
	color: #93a936;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.part1-3 img{
	margin-top: 30px;
	margin-bottom: 30px;
}

.part1-3 p {
    font-size: 14px;
    text-align: justify;
    line-height: 19px;
    color: #282828;
}

.part1-3 a{
	color: #93a936 !important;
}

.part1-3 blockquote{
    background-color: #e7eeeb;
    padding: 20px 60px;
    font-weight: 400;
    margin-bottom: 30px;
}

.part1-3 blockquote p{
	line-height: 1.4;
	margin-bottom: 15px;
}

/*.part1-3 blockquote p+p{
	margin-bottom: 10px;
}*/

/*#part2-3 table .cont{
	display: inline-block;
	vertical-align: middle;
}

#part2-3 table thead tr th{
	background: #9ebd18;
	border-radius: 8px;
	overflow: hidden;
	border-collapse: collapse;
	
}
#part2-3 table thead tr th strong{
	display: inline-block;
	color: #282828;
	font-size: 18px;
	line-height: 23px;
	margin-left: 1rem;
}
#part2-3 table thead tr th span{
	font-size: 24px;
}

.tabla-hospedaje{
	overflow-x: auto;
}

.tabla-hospedaje::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.tabla-hospedaje::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.tabla-hospedaje::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #bcd64c;
}
.tabla-hospedaje table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	table-layout: fixed;
	font-size: 14px;
	line-height: 16px;
}
.tabla-hospedaje table tr{
	color: #282828;
	background-color: #ebedee;
}
.tabla-hospedaje table tr strong{
	color: #a4ba45;
}
.tabla-hospedaje table tr .svg-inline--fa{
	font-size: 14px;
}
.tabla-hospedaje table tr .mtc{
	background: #fff;
	padding: 8px;
}
.tabla-hospedaje table .fmt{
	font-size: 12px;
	text-align: justify;
}

.align-middle{
	vertical-align: middle;
}
.text-left{
	text-align: left;
}
.img-table{
	background-image: url('../img/img-table.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 5rem;
	padding-bottom: 5rem;
}


#part2-3 .contenido{
	margin-top: 3rem;
	font-size: 14px;
	text-align: justify;
}
#part2-3 .contenido h4{
	color: #282828;
	font-size: 20px;
}
#part2-3 .contenido a{
	color: #a4ba45;
	text-decoration: underline;
}
#part2-3 .Jaguarundi h4{
	color: #282828;
	font-size: 20px;
}

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


#part2-3 .hotelHeliconia h4{
	color: #282828;
	font-size: 20px;
}

.hotelHeliconia{
	padding-bottom: 50px;
}

.hotelHeliconia .banner_{
	background-image: url('../img/bg-banner-heliconia.jpg');
	background-position: right;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 2rem 2rem;
}
.hotelHeliconia .banner_ .contBanner{
	display: inline-block;
	max-width: 325px;
	text-align: center;
}
.hotelHeliconia .banner_ .contBanner h2{
	color: #de9632 !important;
	font-size: 23px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
}
.hotelHeliconia .banner_ .contBanner h2 span{
	color: #f0effd;
	font-size: 17px;
	font-weight: 300;
	display: inline-block;
	width: 100%;
}
.hotelHeliconia .banner_ .contBanner p{
	font-size: 13px;
	color: #ffffff;
	text-align: center;
	line-height: 16px;
	font-weight: 300;
}
.hotelHeliconia a{
	color: #9ebd18 !important;
	text-decoration: underline;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif !important;
}*/


.part1-4{
	padding-top: 60px;
}

.part1-4 h3{
	color: #93a936;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 30px;
}

.part1-4 p {
    font-size: 14px;
    text-align: justify;
    line-height: 19px;
    color: #282828;
}

.part1-4 a{
	color: #93a936 !important;
}

.part1-4 blockquote{
    background-color: #e7eeeb;
    padding: 20px 60px;
    font-weight: 400;
    margin-bottom: 30px;
}

.part1-4 blockquote p{
	line-height: 1.4;
}



.part1-5{
	padding-top: 60px;
}

.part1-5 h3{
	color: #93a936;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.part1-5 img{
	margin-top: 30px;
	margin-bottom: 30px;
}

.part1-5 p {
    font-size: 14px;
    text-align: justify;
    line-height: 19px;
    color: #282828;
}

.part1-5 a{
	color: #93a936 !important;
}

.part1-5 blockquote{
    background-color: #e7eeeb;
    padding: 20px 60px;
    font-weight: 400;
    margin-bottom: 30px;
}

.part1-5 blockquote p{
	line-height: 1.4;
	margin-bottom: 15px;
}
/*
#part2-4 .contenido{
	font-size: 14px;
	color: #282828;
}
#part2-4 .contenido a{
	text-decoration: underline;
	font-weight: 800;
	color: #9ebd18 !important;
}
#part2-4 .contenido a:nth-child(2){
	color: #9ebd18 !important;
	text-decoration: none !important;
	font-weight: 800;
}
#part2-4 .listaConsejos{
	margin-top: 2rem;
}
#part2-4 .listaConsejos p{
	font-size: 20px;
	color: #282828;
}
#part2-4 .listaConsejos ul{
	list-style: none;
	margin-left: 7rem;
	margin-bottom: 3rem;
}
#part2-4 .listaConsejos ul li{
	display: table;
	margin-bottom: 1rem;
}
#part2-4 .listaConsejos ul li span{
	display: table-cell;
	vertical-align: middle;
}
#part2-4 .listaConsejos ul li span:nth-child(1){
	width: 40px;
	text-align: center;
}
#part2-4 .listaConsejos ul li span:nth-child(2){
	padding-left: 1rem;
}

#part2-4 .cta_button {
    font-family: 'Montserrat', sans-serif !important;
    margin: 20px 0;
}*/

.banner_pareja{
	background-image: url('../img/bg-banner-familia.jpg');
	background-position: 35% center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

.banner_pareja.parejas{
	background-image: url('../img/bg-banner-pareja.jpg');
}

.banner_pareja h2{
	color: #bcd64c;
	font-size: 23px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
}
.banner_pareja h2 strong{
	color: #ffffff;
	font-size: 32px;
	font-weight: 800;
}
.banner_pareja p{
	color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
}
.banner_pareja p strong{
	text-align: justify;
	text-align-last: center;
	display: inline-block;
}
.banner_pareja p strong span{
	font-size: 25px;
}
.banner_pareja .line{
	width: 216px;
	height: 5px;
}

.banner_pareja .cta_button{
	padding: 0 50px !important;
}


footer{
	text-align: center;
	background-image: url('../img/footer-cta-bg.jpg');	
}

footer h2{
	color: #fff !important;
	text-transform: uppercase;
	font-size: 18px !important;
}

footer a{
	font-family: 'Montserrat', sans-serif !important;
}

@media (max-width: 768px) {
	.contenido-sidebar{
		width: 200px;
	}
	.part-1,
	.part1-1,
	.part1-2,
	.part1-3,
	.part1-4,
	.part1-5{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	/*#part2-4 .listaConsejos ul{
		margin-left: 2rem;
	}*/
	.contenido-sidebar a:nth-child(1) span{
		padding: 5px;
	}
	.contenido-sidebar a:nth-child(2) span{
		padding: 5px;
		margin: 0;
	}
	.contenido-sidebar .d-table{
		padding-left: 8px;
		padding-right: 5px;
	}
	.contenido-sidebar .d-table span:nth-child(1){
		vertical-align: text-bottom;
	}
	.fexedSidebar{
		position: relative;
	}
}



.foogallery .arrow{
    height: 100%;
    width: 30px;
    position: absolute;
    top: 0;    
	padding: 35% 0;
	z-index: 999;
}

@media (min-width: 768px){
	.foogallery .arrow{
		padding: 13% 0;
		width: 40px;
		text-align: center;
	}
}

@media (min-width: 1200px){
	.foogallery .arrow{
		padding: 8.6% 0;
		width: 60px;
		text-align: right;
	}
}

.foogallery .arrow.prev{
	left: 0;
}

@media (min-width: 1200px){
	.foogallery .arrow.prev{
		text-align: right;
	}
	.foogallery .arrow.next{
		text-align: left;
	}
}

.foogallery .arrow.next{
	right: 0;
}

.foogallery .arrow svg{
	width: 30px;
    height: 30px;
}

@media (min-width: 768px){
	.foogallery .arrow svg{
		color: #fff;
	}
}