*{
	font-family: 'Poppins', sans-serif;
}
a{
	text-decoration: none !important;
}
/* .first-menu .container{
	width: 75%;
} */
.container{
	width: 83.2%;
}
.bg-1{
	background-color: #FFFBF0;
}
.color-white{
	color: #fff;
}
.pd0{
	padding: 0;
}
.pt100{
	padding-top: 100px;
}
.pb100{
	padding-bottom: 100px;
}
.mb50{
	margin-bottom: 50px;
}
.mb30{
	margin-bottom: 30px;
}
.mb0{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px;
}
.bold-text{
	font-weight: 600 !important;
}
.mb20{
	margin-bottom: 20px;
}
.mt-50{
	margin-top: 50px;
}
.bg-red{
	background: #89181B;
}
h2{
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	/* identical to box height */
	letter-spacing: 0.8px;
	color: #3F3333;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif !important;
}

h2 span{
	font-weight: 600;
    font-size: 25px;
}

/*MENU*/
.logo_header img {
    width: 90px;
    height: auto;
}
.main-nav {
    background: #fff;
    height: inherit;
    width: 100%;
    padding: 0 6.481%;
    padding-top: 20px;
    padding-bottom: 20px;
}
.main-nav .a_header a{
	margin-right: 1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3F3333;
}
.navbar-nav li {
	position: relative;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.navbar-nav li a{
	color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.navbar-nav .menu-item-language-current{
	margin-right: 0;
	border: solid #fff 1px;
	padding-right: 26px;
}

.nav-book-mob{
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.64px;
	text-transform: uppercase;
	border-radius: 16px;
	background: #219653;
	padding: 8px 24px;
	grid-area:btn;
	width: fit-content;
	display: flex;
    align-items: center;
}
.b-contact{
	font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.04em;
    background: #219653;
    margin-left: 25px;
    position: absolute;
    right: 0;
    border-radius: 0;
    box-sizing: border-box;
    height: 100%;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub-menu{
	background: #d50f86 !important;
}
.sub-menu li{
	margin-left: 0;
	margin-right: 0;
}
	/* ICON MENU MOBILE */
	.c-nav__trigger {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 0;
		background: transparent none;
		color: currentColor;
		text-align: left;
		display: none;
		position: relative;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 40px;
		height: 100%;
		padding: 30px;
		border: 0;
		margin-left: auto
	}
	
	.c-nav__trigger:focus {
		outline: none
	}
	
	@media (max-width: 991px) {
		.c-nav__trigger {
			display:-ms-flexbox;
			display: flex;
		}
	}
	
	.c-nav__trigger-inner {
		display: block;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-timing-function: cubic-bezier(.55,.055,.675,.19);
		transition-timing-function: cubic-bezier(.55,.055,.675,.19)
	}
	
	.c-nav__trigger-inner,.c-nav__trigger-inner:after,.c-nav__trigger-inner:before {
		position: absolute;
		width: 28px;
		height: 2px;
		background-color: #fff;
		border-radius: 0;
		-webkit-transition-duration: .15s;
		transition-duration: .15s;
		-webkit-transition-property: -webkit-transform;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform,-webkit-transform;
		-webkit-transition-timing-function: ease;
		transition-timing-function: ease
	}
	
	.c-nav__trigger-inner:after,.c-nav__trigger-inner:before {
		content: "";
		display: block
	}
	
	.c-nav__trigger-inner:before {
		top: -8px;
		-webkit-transition: top .1s ease-in .34s;
		transition: top .1s ease-in .34s
	}
	
	.c-nav__trigger-inner:after {
		bottom: -8px;
		-webkit-transition: bottom .1s ease-in .34s,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
		transition: bottom .1s ease-in .34s,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);
		transition: bottom .1s ease-in .34s,transform .3s cubic-bezier(.55,.055,.675,.19);
		transition: bottom .1s ease-in .34s,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)
	}
	button.c-nav__trigger[aria-expanded="true"] .c-nav__trigger-inner {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		-webkit-transition-delay: .14s;
		transition-delay: .14s;
		-webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transition-timing-function: cubic-bezier(.215,.61,.355,1)
	}
	
	button.c-nav__trigger[aria-expanded="true"] .c-nav__trigger-inner:before {
		top: 0;
		-webkit-transition: top .1s ease-out;
		transition: top .1s ease-out
	}
	
	button.c-nav__trigger[aria-expanded="true"] .c-nav__trigger-inner:after {
		bottom: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: bottom .1s ease-out,-webkit-transform .3s cubic-bezier(.215,.61,.355,1) .14s;
		transition: bottom .1s ease-out,-webkit-transform .3s cubic-bezier(.215,.61,.355,1) .14s;
		transition: bottom .1s ease-out,transform .3s cubic-bezier(.215,.61,.355,1) .14s;
		transition: bottom .1s ease-out,transform .3s cubic-bezier(.215,.61,.355,1) .14s,-webkit-transform .3s cubic-bezier(.215,.61,.355,1) .14s
	}
	/* MENU icon BOTON ARRIBA */
@media (max-width: 767px) {
	.b-contact{
		display: none;
	}
}
.intro-text{
	padding-right: 10%;
}
.new-hero {
	height:500px;
    background-size: cover!important;
	margin-top:11vh;
}
nav.autohide{
	background: #D50F86;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);
	padding-top: 15px;
    padding-bottom: 15px;
	
}
.mt-11vh{
	margin-top: 11vh;
}
.what-we-do{
	background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/2022/07/Group-1383.png) no-repeat;
	background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

.bgr_rainbow_banner {
    background:url(https://www.rainbowmountaintravels.com/wp-content/uploads/2022/07/rmt-hero-image.jpg) no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 50%;
    background-blend-mode: normal;
    background-color: rgba(0, 0, 0, 0.35);
	margin-top: 5%;
}
.bgr_rainbow_banner_section{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://www.rainbowmountaintravels.com/wp-content/uploads/2022/07/premium-day-tour-home.jpg);
    width: 100%;
    height: 720px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}
.bgr_rainbow_banner h1{
	font-weight: 700;
	font-size: 48px;
	line-height: normal;
	letter-spacing: 0.96px;
	font-family: 'Poppins', sans-serif !important;
}
.bgr_rainbow_banner p{
	font-size: 20px;
	margin-bottom: 0;
    font-weight: 500;
    line-height: normal;
}
.icons-banner{
	display: flex;
	margin-bottom: 24px;
	flex: 0 0 100%;
}
p.banner-tag{
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	border-radius: 2px;
	background: #D50F86;
	margin-bottom: 4px;
	display: inline-block;
    padding: 4px;
}
.icons-container{
	display: flex;
	margin-right: 20px;
}
.icons-container .icon{
	margin-right: 10px;
}
.icons-container .text-icon p{
	margin-bottom: 0;
}
.buttons-hero{
	display: flex;
}
.view_tour_button{
	background: #FFFFFF;
	border-radius: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 30px;
	color: #219653;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	margin-right: 20px;
}
.book_tour_button{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #219653;
	border-radius: 16px;
	padding: 10px 30px;
	display: inline-block;
}

.view_tour_button:hover, .book_tour_button:hover, .contact-button-home:hover{
	background-color: #FFD600;
	font-weight: 700;
	color: #333333;
}
.info-item p{
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000000;
}
.box-icons-container{
	display: flex;
}
.box-icons{
	border: 1px solid #B4A8A8;
    border-radius: 5px;
    text-align: center;
    padding: 50px 15px;
    margin-right: 15px;
    width: 20%;
}
.box-icons img{
	margin-bottom: 20px;
}
.box-icons p{
	font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #3F3333;
    margin-bottom: 0;
    font-weight: 600;
}
.preference_box{
	position: relative;
}
.preference_box .preference_box_info{
	position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 15px 18px;
    text-align: left;
}
.preference_box .preference_box_info img{
	width: 100%;
}
.preference_box_title{
	    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
}
.preference_box_description{
	    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
}
.preference_box img{
	width: 100%;
	filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.1));
	border-radius: 5px;
}
.ig_box_container h4{
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.02em;
	text-decoration-line: underline;
	color: #3F3333;
}
.ig_box_container h4 i{
	margin-right: 10px;
}
.bgr_rainbow_banner_section_title{
	font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color:#fff;
}
.bgr_rainbow_banner_section_content{
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.button_banner_container{
	display:inherit;
	flex: 0 0 100%;
    justify-content: center;
}
.button_banner_container a{
	display: block;
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}
.banner_section_container{
	position: absolute;
    width: 30.6%;
    transform: translate(22%, 34%);
    background: #333;
    padding: 40px 30px;
    right: 222px;
}
.ig_box{
	width: 20%;
    float: left;
}
.ig_box img{
	width: 100%;
}
.secs-container{
	display: flex;
    width: 100%;

}

.sec-1, .sec-2{
	width: 50%;
    float: left;
    padding-top: 75px;
    padding-bottom: 75px;
}
.what-we-do_contain{
	align-items: center;
    justify-content: center;
}


/*Testimonials*/
#testimonials .img-autor{
	border-radius: 0;
	width: auto;
	height: inherit !important;
}
#testimonials .container{
	width: 100%;
}
.title-testimonials{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #3F3333;
	margin-top: 20px;
}
.date_name{
	font-weight: 300;
	font-size: 12px;
	line-height: 18px;
	color: #3F3333;
}
.testimonialscontent{
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #3F3333;
}
.carousel-item{
	background: #FFFBF0;
    border: 1px solid #B4A8A8;
    border-radius: 5px;
}
#testimonials{
	padding: 0 !important;
}

.svg-inline--fa.fa-w-14{
	margin-right: 10px;
}
footer p{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}

footer .social-networks svg{
	color: #fff;
    font-size: 2rem;
    margin-right: 20px !important;
}
.mobile-icons-what-we-do{
	display: none;
}
.hidden-desktop{
	display: none;
}

.carousel-indicators{
	position: absolute;
    right: 1px;
    bottom: -32px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: right;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
}
.carousel-indicators li{
	position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    border-radius: 100%;
    height: 10px;
    background: #C1C1C1 !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
.preference_box_info{
	position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 49.85%, rgba(51, 51, 51, 0.8) 96.94%);
    width: 100%;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    height: 100%;
}
.preference_box_content{
	    bottom: 15px;
    width: 90%;
    position: absolute;
}
footer p{
	margin-bottom: 0;
	font-weight: 400;
	font-size: 12px;
	line-height: 160%;
}
.ig_box_container{
	background: #F6F6F6;
}

.what-wedo p{
	color: #3F3333;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.stadistic-home{
	display: flex;
	gap:65px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.item-stadistic p{
	color: #3F3333;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.6px;
	margin-bottom: 0;
}

.item-stadistic .data{
	color: #D50F86;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 0;
}


@media (min-width: 1024px) and (max-width: 1280px) {
	.what-we-do{
		background-position-x: -70px;
	}
}
@media (min-width:769px){
	.menu-item-language {
		display: none;
	}
	.nav-book-mob{
		display: none;
	}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.what-we-do {
  		background-position-x: -550px;
  	}
  	.testimonial-buttons{
		display: flex;
	    margin-top: 50px;
	    width: 95%;
	}
	.testimonial-buttons .testimonials-helpers-buttons{
		width: 50%;
		float: left;
		font-size: 14px;
    	line-height: 21px;
    	padding: 10px;
	}
	.testimonial-buttons .testimonials-helpers-buttons.a{
		border: #219653 solid;
		margin-right: 8px;
		margin-bottom: 0;
		text-align: center;
	}
	.banner_section_container{
		width: 80%;
    	top: 17%;
	}
	#testimonials .img-autor{
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.container{
		width: 90%;
	}
	.navbar-toggler{
		margin-right:0;
	}
	.navbar-collapse{
		transition: 0.5s;
		background: #292929;
		width: 100%;
		position: absolute;
		top: 78px;
		left: 0;
		padding: 30px 15px;
		z-index: 1;
	}
	.navbar-nav{
		margin-top:.5rem!important;
		display: grid;
		grid-template-areas:
			'b1 b1 b1'
			'b2 b2 b2'
			'b3 b3 b3'
			'b4 b4 b4'
			'c1 c2 c3'
			'btn btn btn';
		gap: 10px;
		height: 100vh;
    	padding-bottom: 100%;
	}
	#menu-item-134,#menu-item-187,#menu-item-309{
		grid-area: b1;
	}
	#menu-item-1118,#menu-item-186,#menu-item-310{
		grid-area: b2;
	}
	#menu-item-136,#menu-item-1816,#menu-item-1321{
		grid-area: b3;
	}
	#menu-item-2097,#menu-item-1819,#menu-item-2100{
		grid-area: b4;
	}
	#menu-item-wpml-ls-2-en{
		grid-area: c1;
	}
	#menu-item-wpml-ls-2-es{
		grid-area: c2;
	}
	#menu-item-wpml-ls-2-pt-br{
		grid-area: c3;
	}
	.wpml-ls-slot-2.wpml-ls-current-language, .wpml-ls-slot-2.wpml-ls-current-language a, .wpml-ls-slot-2.wpml-ls-current-language a:visited{
		color: #939393!important;
	}
	.navbar-nav li{
		margin:.5rem 0;
	}
	.navbar-nav .menu-item-language-current{
		padding: 0;
		border: none;
	}
	#menu-item-wpml-ls-2-en a:after , #menu-item-wpml-ls-2-es a:after{
		content:'|';
		position: absolute;
		right: 20%;
		border: none;
		top: 0;
		color: white;
	}
	.menu-item-language a span{
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
	}
	.bgr_rainbow_banner{
		margin-top:9.5vh;
	}
	.pt100{
		padding-top: 80px;
	}
	.pb100{
		padding-bottom: 80px;
	}
	.mb30m{
		margin-bottom: 30px;
	}
	.pdr10{
		padding-right: 10px;
	}
	.pdl10{
		padding-left: 10px;
	}
	.hidden-desktop{
		display: block;
	}
	.hidden-mobile{
		display: none;
	}
	.mobile-center{
		text-align: center;
	}
	.mr0{
		margin-right: 0px !important;
	}
	.buttons-hero{
		display: contents;
	}
	.full-width-mobile{
		width: 100% !important;
	}
	.button_banner_container a{
		width: 100% !important;
	}
	.buttons-hero a{
		width: fit-content;
	    text-align: center;
	    margin-bottom: 10px;
	    margin-right: 0;
	    /* font-weight: normal; */
	    font-size: 14px;
	    display: inline-block;
	    padding: 10px 36px;
	}
	.what-we-do{
		background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/2022/07/Group-1384.png) no-repeat;
		background-size: cover !important;
    	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-position-y: -55px;
	}
	.what-wedo p{
		font-size:16px;
	}
	.bgr_rainbow_banner h1{
		font-weight: 700;
		line-height: 40px;
	    text-align: left;
	    font-size: 44px;
	    font-style: normal;
	    margin-bottom: 16px;

	}
	.bgr_rainbow_banner p{
		text-align: left;
		font-size: 16px;
		line-height:normal;
	}
	.box-icons-container {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-gap: 10px;
	}
	.box-icons-container .box-icons{
		width: 95%;
		margin-bottom: 10px;
		padding: 9px;
		margin-right: 0;
	}
	.box-icons-container .box-icons:last-child{
		grid-column: 1 / 3;
		grid-row: 3;
		width: 50%;
		margin: auto;
	}
	.bgr_rainbow_banner_section{
		height: 600px;
	}
	.bgr_rainbow_banner_section_title{
		font-size: 30px;
    	line-height: 45px;
	}
	.banner_section_container .mb50{
		margin-bottom: 30px;
	}
	.icons-container .text-icon p{
		font-size: 14px;
	}
	.bgr_rainbow_banner_section_content{
		font-size: 14px;
    	line-height: 150%;
	}
	.button_banner_container{
		display: grid;
	}
	.view_tour_button{
		text-align: center;
    	width: 58%;
    	margin-bottom: 10px;
	}
	.banner_section_container{
		width: 85%;
    	top: 15%;
    	margin: 0 auto;
    	transform: inherit;
	}
	.preference_box_description{
		display: none;
	}
	.intro-text{
		text-align: center;
    	padding-right: 0;
	}
	.intro-text p{
		font-size: 14px;
    	line-height: 21px;
	}
	.mobile-icons-what-we-do{
		display: flex;
    	margin-top: 80px;
	}
	p.mobile-icons-what-we-do-items-text{
		font-weight: 400;
    	font-size: 12px;
    	line-height: 150%;
	}
	.box-icons p{
		font-size: 12px;
    	line-height: 18px;
	}
	.ig_box_items{
		display: flex;
    	flex-wrap: wrap;
	}
	.ig_box {
	    width: 50%;
	    float: left;
	}
	.everything-container{
		/* display: flex;
    	flex-wrap: inherit; */
		display: grid;
    	grid-template-columns: 50% 50%;
	}
	.everything-container .col-12:last-child{
		grid-column: 1 / 3;
    	grid-row: 2;
	}
	.preference_box_title{
		font-size: 18px;
    	line-height: 27px;
	}
	.footer-items{
		flex-wrap: wrap-reverse;
	}

	.testimonial-buttons{
		display: flex;
	    margin-top: 50px;
	    width: 100%;
    	flex: 1 1 0px;
    	align-items: center;
  		justify-content: center;
	}
	.testimonial-buttons .testimonials-helpers-buttons{
		font-size: 14px;
    	line-height: 21px;
    	padding: 10px;
    	flex: 1 1 0;
	    width: 0;
	    border: #219653 solid;
	}
	.testimonial-buttons .testimonials-helpers-buttons.a{
		border: #219653 solid;
		margin-right: 10px;
		margin-bottom: 0;
	}
	#testimonials .img-autor{
		width: 100%;
	}
	.customers-buttons {
		margin-top: 30px;
		padding: 0;
	}
	.customers-buttons .testimonial-buttons{
		margin-top: 0;
    	width: 100%;
	}
	.testimonialscontent{
		padding: 15px;
		text-align: left;
	}
	.title-testimonials{
		margin-top: 0;
    	margin-bottom: 10px;
    	font-weight: 600 !important;

	}
	.testimonialscontent p{
		 font-weight: 300;
    	font-size: 14px;
    	line-height: 21px;
	}
	.testimonialscontent p.star{
		margin-bottom: 10px;
		text-align: left;
	}
	.testimonialscontent p.date_name{
		font-size: 10px;
    	line-height: 15px;
	}
	.carousel-indicators{
		width: 60%;
		bottom: -40px !important;
	}
	.carousel-indicators li.active{
		background: transparent !important;
    	border: #000 solid 2px;
	}
	.preference_box_content {
		width: 85%;
	}
	.stadistic-home{
		gap:35px;
	}
	.book_tour_button, #what-we-do-tour-info{
		width: 100%;
	}
	.bgr_rainbow_banner .container{
		width: 100%;
	}
	.banner-content{
		display: none;
	}
}