*{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}
h1,h2,h3,h4,h5{
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}
.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.color-1{
    color: #99999D;
}
.color-2{
    color: #2383EA;
}
.color-3{
    color: #EBCD00;
}
.color-4{
    color: #4D4D4D;
}
/*STYLOS GENERALES*/
.m-13{
	margin: 13% 0 2em;
}
.ptb-8{
    padding: 8% 0;
}
.style_btn1:hover,
.style_btn2:hover,
.style_btn3:hover,
.style_btn4:hover,
.btn_faq:hover {
	text-decoration: none;
    color: white;
    -webkit-box-shadow: 0px 2px 14px 0px rgba(3, 3, 3, 0.79);
    -moz-box-shadow: 0px 2px 14px 0px rgba(3, 3, 3, 0.79);
    box-shadow: 0px 2px 14px 0px rgba(3, 3, 3, 0.79);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.style_btn1 {
	text-decoration: none;
	background: #2383EA;
	color: white;
	font-weight: bold;
	padding: 1em 2em;
	box-shadow: 0px 0px 4px -1px rgba(71, 69, 69, 0.92);
    /*PARA LA LINEA DE HOVER*/
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);}
.style_btn2{
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #2383EA;
    width: 250px;
    padding: 0.7rem 1.6rem;
    box-shadow: 0px 0px 4px -1px rgba(71, 69, 69, 0.92);
    /*PARA LA LINEA DE HOVER*/
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}
/* STYLE FLAG*/
#flag{
    display: none;
}
.navbar-nav  .menu-item-language-current{
    padding: 0 5px;
    border-radius: 5px;
}
.navbar-nav .menu-item-language-current:hover, .navbar-nav .menu-item-language-current:focus{
    background-color: black ;
    color: white;
}
.navbar-nav  .menu-item-language-current a:hover{
    color: white !important;
}
.navbar-nav .menu-item-language-current a:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    left: 56px;
    top: calc(50% - .175em);
    font-size: 16px;
}
.sub-menu{
    width: 100%;
}
.sub-menu li{
    border-radius: 3px;
    padding: 0 2px;
    text-align: center;
}
.sub-menu li:hover{
    background-color: black;
}
.sub-menu .menu-item a:after {
    content: none;
}
.menu-item-language:hover ul{
    display: block;
}
/* FLAG MOBILE*/
.wpml-ls-statics-shortcode_actions{
    background-color: transparent !important;
}
.wpml-ls-legacy-dropdown{
    width: auto !important;
}
.wpml-ls-legacy-dropdown a{
    margin: 0 !important;
    padding: 2px 4px !important;
}
.wpml-ls-legacy-dropdown a span{
    font-size: 14px;
    font-weight: 300;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
    padding-right: 15px !important;
    padding-left: 8px;
    padding-bottom: 5px!important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    right: 8px !important;
}
.wpml-ls-legacy-dropdown .wpml-ls-flag+span{
    font-size: 16px;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
    background-color: transparent !important;
    border-radius: 40px;
    margin: 0 !important;
}
.wpml-ls-sub-menu {
    background-color: #d50f86 !important;
    padding: 5px!important;
    color: white !important;
    margin-top: 0 !important;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    content:url('https://www.rainbowmountaintravels.com/wp-content/uploads/2023/08/chevron.svg')!important;
    border: none!important;
    top: 0px!important;
    right: 5.5px!important;
}
.wpml-ls-legacy-dropdown{
    border: 1px solid white;
    border-radius: 4px;
}
.wpml-ls-statics-shortcode_actions a{
    background-color: transparent !important;
    color: white !important;
    border: none !important;
}

/* Underline HOVER Left */
.style_btn1:before,.style_btn2:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: white;
    height: 6px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.style_btn1:hover:before,
.style_btn1:focus:before,
.style_btn1:active:before,
.style_btn2:hover:before,
.style_btn2:focus:before,
.style_btn2:active:before {
    right: 0;
}
.style_btn3 {
	text-decoration: none;
	background: transparent;
	color: white;
	padding: 0.5em;
	border: 2px solid white;
}
.style_btn4{
	text-decoration: none;
	background: #EBCD00;
	color: #292929;
	font-weight: bold;
	font-size: 2em;
	padding: 0.2em 2em;
	box-shadow: 0px 0px 4px -1px rgba(71, 69, 69, 0.92);
}
/*TEXTO GENERAL*/
.box_text1 h3{
    font-size: 4.5rem;
    color: white;
}
.box_text1 p{
    font-size: 1.5rem;
    color: white;
    line-height: 1.2;
    width: 50%;
}
.box_text2{
    color: white;
    text-align: right;
}
.box_text2 h3{
    font-size: 3rem;
}
.box_text2 p{
    font-size: 16px;
    line-height: 1.2;
}
/*BACKGROUND GENERALES*/
#bgr_traip, #bgr_discover{
    width: 100%;
    height: 50vh;
    margin:0;
    padding: 3% 0;
    color:white;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-position: 50% 50%;
    background-blend-mode: color;
    background-color: rgba(0, 0, 0, 0.12) !important;
}
/*ICON CAROUSEL*/
#testimonials .carousel-control-next, .carousel-control-prev{
	font-size: 4em;
	color: black;
}
/*HEADER NAV*/
.logo_header img{
    width: 180px;
    height: auto;
}
.main-nav{
	background: #f8f9fab3;
	height: 15vh;
	width: 100%;
    padding: 0 6.481%;
}
.navbar-nav li{
    position: relative;
    margin-bottom: 0;
}
.navbar-nav li:nth-child(4) a span{
    font-size: 16px;
    padding-left: 2px;
}
.sub-menu{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    list-style: none;
    padding: 7px;
    margin: 0;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 1px 1px 14px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 14px rgba(0,0,0,0.2);
    z-index: 100;
    font-size: 1rem;
}
.navbar-nav li .sub-menu li a{
    margin: 0
}
.nav-colored{
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.main-nav .a_header a {
    color: #99999D;
    font-size: 1.4rem;
    margin-right: 1rem;
}
.main-nav .a_header li.text_es a {
    font-size: 1.1rem;
    margin-right: 16px;
}
.main-nav .a_header a:hover{
    text-decoration: none;
    color: rgba(0,0,0,.7);
}
.b-contact{
    background: #EBCD00;
    border: none;
    margin-left: 10px;
}
.b-contact:hover{
    border:none;
    background: #EBCD00;
}
.b-contact:focus, .b-contact:active{
    border: none;
    box-shadow: none;
}
/*BANNER HEADER HOME*/
.bgr_rainbow_banner	{
    background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/img/bgr_home.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: color;
    background-color: rgba(0, 0, 0, 0.12);
}
.bgr_rainbow_banner .container, .bgr_rainbow_banner .row{
    height: 100%
}
.box_text_banner{
    color: white;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box_text_banner h3:nth-child(1){
	font-size: 3rem;
	margin: 0;
	line-height: 0;
	display: block;
    text-align: center;
    margin-left: -7em;
}
.box_text_banner h3:nth-child(2){
    text-align: center;
	font-weight: bold;
	margin: 0;
	display: block;
    font-size: 7.65rem;
}
.box_text_banner h3:nth-child(3){
    font-size: 6.99rem;
    line-height: 0.6;
    text-align: center;
    font-weight: bold;
    margin: 0;
    display: block;
}
.box_text_banner h3:nth-child(4){
	margin: 0;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 3rem;
	line-height: 1.4;
	padding-right: 0.55em;
    margin-right: 9.3em;
}
.box_loct{
	text-align: left;
	width: 100%;
	padding-left: 0.4rem;
	display: inline-block;
	margin-bottom: 7em;
	margin-top: -1.8em;
}
.box_loct img{
	display: inline-block;
	text-align: left;
	padding: 0 0.2em 1em 0;
}
.box_loct p{
	font-size: 2.3rem;
	display: inline-block;
	font-weight: bold;
}
.btn_book{
	font-size: 2em;
	padding: 0.5em 2em;
    margin-top: 6%;
}
.box_logo_aproved img {
    width: 100%
}
.bgr_about2 h2{
    font-size: 9.5em;
    line-height: 0.7;
    font-weight: bold;
    color: #EBCD00;
}
.bgr_about2 h2.text_es{
    font-size: 4.5em;
}
/*SECTION1*/
#slider_info{
	color:white;
	border-bottom: 0.8em solid #EBCD00;
}
.slider-info-wrap {
    position: relative;
    z-index: 20;
    width: 100%;
}
.slider-info-wrap .slider-info-content .slider-info-item {
    float: left;
    width: 50%;
    height: 80px;
    position: relative;
    z-index: 1;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: 0;
    width: 100%;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text {
    position: absolute;
    z-index: 2;
    top: 15%;
    width: 100%;
    padding: 10px 20px;
    line-height: 1;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price,
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp {
    font-size: 22px;
    display: inline-block;
    width: 49%;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price span,
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp span {
    color: #ffc107;
    font-size: 1.5rem;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
    margin-top: 30px;
    line-height: 1.55;
    font-size: 1.5rem;
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    -o-transform: translateY(60%);
    transform: translateY(60%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 13px;
    display: inline-block;
    padding-left: 20px;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title span {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 5px;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title h3{
	font-size: 2rem;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .view {
    font-size: 1.5rem;
    color: white;
    text-transform: uppercase;
    background: transparent;
    border-radius: 3px;
    border: 2px solid white;
    padding: 0.2em 1em;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price {
    text-align: center;
    float: right;
    margin-right: 20px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price span:nth-child(1) {
    color: #ffc107;
    font-size: 2rem;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price span:nth-child(2) {
    color: white;
    font-size: 1rem;
    display: block;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .button {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    font-size: 1.5rem;
    color: #ffc107;
    border: 1px solid #ffc107;
    padding: 1px 10px;
    margin-right: 10px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    display: none;
}
.slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .button:hover {
    color: #ffffff;
    background: #ffc107;
    text-decoration: none;
}
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media {
    padding-top: 50%;
}
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text .info-price,
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text .info-temp,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text .info-price,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text .info-temp {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media .info-item-text p.info-text,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media .info-item-text p.info-text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title .price,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title .price,
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title .view,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title .view{
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-content .main-title .button,
.slider-info-wrap .slider-info-content .slider-info-item.active .info-item-content .main-title .button {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
}

/*SECTION 2*/
#bgr_traip .container {
    height: 100%
}
#bgr_traip .container .row {
    height: 100%
}
#bgr_traip .container .row .box_text2{
    position: relative;
}
#bgr_traip .style_btn2{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 1rem;
}
/*SECTION 3 testimonials*/
#testimonials{
	padding: 3% 0;
}
.box_date_name{
	display: inline-block;
	font-weight: bold;
	font-size: 2rem;
	color: black;
}
.date_name{
	margin: 0;
}
.date_from{
	color: #4D4D4D;
	margin:0;
}
.date_day{
	color: #99999D;
	margin:0;
}
.date_coment{
	color:#99999D;
	margin: 1% 0;
	font-size: 1.5em;
}
#testimonials .img-autor{
    border-radius: 100%;
    height: 100px;
    width: 100px;
}
#testimonials h1 {
    color: #4D4D4D;
    font-weight: bold;
    font-size: 3em;
    border-bottom: 2px solid silver;
    margin-bottom: 50px;
    padding: 15px 0;
    text-transform: uppercase;
}
.date_coment {
    color: #ACACAC;
    text-align: justify;
}
.bullets-t{
    width: 70%;
}
/*SECTION 4 PROVIDE*/
#bgr_traip{
    background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/img/bgr-traip.jpg) no-repeat;
}
#bgr_discover{
    background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/img/hero-dicover.jpg) no-repeat;
}
/*SECTION 5 PROVIDE*/
#provide h2{
	color: black;
}
.content_provide{
	flex-wrap: wrap;
	text-align: center;
}
.text_aprover_p1 p{
	font-size: 2rem;
	padding-left: 0.5rem;
}
.text_aprover_p2 p{
	font-size: 2rem;
	text-align: right;
}
.text_aprover_p2 i{
	color:#017F01 ;
	padding-left: 0.3rem;
}
.box_icon_provide{
	height: 100px;
    text-align: center;
}
.box_icon_provide img{
	height: 100%;
}
.image_tours_width img{
	width: 100%;
	height: 100%;
}
/* Styles LINEAL IMG*/
.image_tours_width {
  position: relative;
  z-index: 1;
}
.box_text_ico {
	color: #4D4D4D;
	text-align: center;
	line-height: 1;
	display: block;
}
.box_text_ico p{
	font-size: 1.5em;
}

/*SECTION 6*/
#bgr_discover .container, #bgr_discover .row{
	height: 100%
}
#bgr_dicover p{
	font-size: 1.8rem;
	color: white;
	margin: 0;
	line-height: 1.3;
}
/*SECTION 6*/
#bgr_content_more{
	width: 100%;
	height: 80vh;
	margin: 0;
	color: white;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
	background-blend-mode: color;
	background-color: rgba(0, 0, 0, 0.17);
    background-repeat: no-repeat;
}
#bgr_content_more .container, #bgr_content_more .row{
	height: 100%;
}
#bgr_content_more .container .row .col-12{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#aproved {
	padding: 5rem 0;
}
/*SECTION COLLAGE*/
#albun_tours .image_tours_width:nth-child(1){
    padding: 0 0.2% 0 0;
}
#albun_tours .image_tours_width:nth-child(2){
    padding: 0 0 0 0.2%;
}
#albun_tours .image_tours_width:nth-child(3){
    padding: 0.4% 0 0.4% 0;
}
#albun_tours .image_tours_width:nth-child(4){
    padding: 0.4% 0.4% 0.4% 0.4%;
}
#albun_tours .image_tours_width:nth-child(5){
    padding: 0.4% 0 0.4% 0;
}
#video{
    display: none;
}
#accordion_1 .header_collapse h5{
    margin-bottom: 0;
    display: inline-block;
}
#accordion_1 .header_collapse .svg-inline--fa{
    position: absolute;
    right: 2%;
    top:35%;
}
/* PAGE REGULAR TOUR */
.price_luxury_tour h1:nth-child(1){
    font-size: 7em;
    font-weight: bold;
    line-height: 1;
    margin-left: -4px;
}
/*FOOTER*/
footer{
	color: white;
	background: #292929;
	padding: 2rem 0;
}
.btn_faq{
	padding: 0.2em 1.2em;
	border-radius: 12px;
	border: 2px solid #EBCD00;
	color: white;
	font-size: 1.75rem;
}

footer ul li{
	display: inline-block;
}

footer .social-networks svg{
	margin: 0rem 0.5rem 1rem;
	color: #EBCD00;
	font-size: 2rem;
}
footer .align_heigth{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer .border-RL{
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0 0.5rem;
}
footer .section-link a{
    color: white;
    text-decoration: none;
    padding: 0 0.5rem;
    font-size: 18px;
}
/*STYLE CONTACT-US*/
.modal-contactUs {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1500; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#modal-up .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%;
}
.modal-contactUs .modal-header img{
    width: 150px;
    height: auto;
}
.modal-contactUs .lr-tour{
  border-top: 2px solid white;
}
.modal-contactUs .lr-tour input[type=radio],
.modal-contactUs .number-travel input[type=radio] {
  visibility: hidden;
  display: none;

}
.modal-contactUs .lr-tour label,
.modal-contactUs .number-travel label {
    color: #949494;
    background: transparent;
    padding: 0.4em 0.4em;
    cursor: pointer;
    transition: 0.2s ease-out;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border: 2px solid #949494
}
.modal-contactUs .lr-tour label{
    width: 100%;
    height: 50px;
}
.modal-contactUs .number-travel label{
    width: 100%;
    height: 50px;
    margin: 0 2%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.modal-contactUs .lr-tour input[type=radio]:checked + label,
.modal-contactUs .number-travel input[type=radio]:checked + label{
    background: #EBCD00;
    border: 2px solid #EBCD00;
    color: #4D4D4D;
}
#faq h2{
    color: #4D4D4D;
    font-weight: bold;
    font-size: 3em;
    border-bottom: 2px solid silver;
    margin-bottom: 50px;
    padding: 15px 0;
    text-transform: uppercase;
}
#faq{
    background: #E6E6E6;
    padding: 2rem 0;
    text-align: justify;
}
.box_date_coment input::placeholder{
    color: #99999D;
}
.box_date_coment input, .box_date_coment textarea{
    width: 100%;
    border-radius: 5px;
    outline: none;
    border: 1px solid gray;
    padding: 0.3em 0.5em;
    color:#99999D;
    background: white;
}
.box_date_coment input:focus, .box_date_coment textarea:focus {
    border: 1px solid #EBCD00;
    box-shadow: 0 0 5px #EBCD00;
}
.submit-footer input{
    border: none;
    background: #2383EA;
    padding: 0.5em 0.2em;
    width: 100%;
}
.submit-footer input[type="submit"]{
    color:white;
    font-weight: bold;
}

@media (max-width: 1400px) {
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 0;
    }
    #flag{
        display: block;
    }
    .main-nav {
        padding: 10px;
        height: inherit;
        background-color:white;
    }
}

@media (max-width: 1200px) {
    .slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media,
    .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media{
        padding-top: 40%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text{
        top: 10%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item {
        width: 100%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 30px;
    }
    #bgr_content_more{
        height: 50vh;
    }
    #bgr_content_more .box_text1 p{
        width: 100%;
    }
}
/*RESPOSIVE GENERAL*/
@media (min-width: 768px) and (max-width: 979px) {
    .main-nav {
        height: inherit;
        padding: 0;
    }
    .b-contact{
        margin: 10px auto;
        width: 35%;
    }
    .main-nav a{
        color: #292929;
        font-size: 1.4rem;
        margin: 0 15px;
    }
    .navbar-toggler{
        margin-right: 15px;
    }
    .style_btn2 {
        width: auto;
    }
    .list-tour-overview ul li {
        font-size: 1.5em !important;
    }
    .menu_luxury_tour ul li a {
        font-size: 1.4em !important;
    }
    .boton_list_tour {
        width: 210px;
    }
    #aproved .box_logo_aproved img {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    /*style general*/

    #modal-up .modal-content{
        width: 100%;
    }
    .content_luxury .text-size{
        font-size: 16px !important;
    }
    .style_btn2_mobile{
        text-align: center;
    }
    .style_btn1{
        font-size: 1em;
        padding: 0.5rem 1rem;
        margin-top: 20%;
    }
    .style_btn2 {
        margin: 0;
        font-size: 1.1em;
        padding: 0.5rem 1rem;
        width: auto;
    }
    .main-nav{
        padding: 0;
        height: inherit;
    }
    .logo_header img {
        width: 120px;
    }
    .box_text1 h3{
        font-size: 2em;
    }
    .box_text1 p{
        font-size: 1.3em;
        width: 100%;
    }
    #bgr_content_more{
        padding: 10% 0;
        height: 100%;
    }
    .style_btn4{
        padding: 0.1em 0.5em;
        font-size: 1.5rem;
    }
    /*HEADER HOME*/
    .main-nav a{
        color: #292929;
        font-size: 1.4rem;
        margin: 0 15px;
    }
    .navbar-toggler{
        margin-right: 15px;
    }
    .b-contact{
        margin: 10px auto;
        width: 35%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .bgr_rainbow_banner{
        background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/2020/08/bgr_home_mobile.jpg) no-repeat;
        background-size: cover;
    }
    .box_text_banner h3:nth-child(1){
        font-size: 2rem;
        line-height: 0.9;
        padding-left: 0.05em;
        margin: 0;
    }
    .box_text_banner h3:nth-child(2){
        font-size: 3.2em;
        line-height: 0.8;
    }
    .box_text_banner h3:nth-child(3){
        font-size: 3rem;
        line-height: 0.8;
    }
    .box_text_banner h3:nth-child(4){
        font-size: 1.5em;
        line-height: 0.9;
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .box_loct {
        margin-top: 0;
    }
    .box_text_banner .box_loct p{
        font-size: 1.5em;
    }
    /*SECTION 2*/
    .slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media,
    .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media{
        padding-top: 60%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price,
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp{
        width: 100%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price span,
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp span{
        color:white;
        font-weight: bold;
        font-size: 1.4rem;
    }
    .slider-info-wrap .slider-info-content .slider-info-item {
        width: 100%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text{
        top: 2%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text p.info-text {
        margin-top: 5px;
        font-size: 1rem;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title span{
        display: none;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .price span:nth-child(2){
        text-align: right;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .title h3{
        font-size: 2em;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .view{
        display: none;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-content .main-title .button{
        top: 35%;
    }
    /*SECTION HOME 2 bgr_traip*/
    #bgr_traip{
        background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/img/bgr-traip-mobile.jpg) no-repeat;
        height: 100%;
        padding: 10% 0;
    }
    #bgr_traip .box_text2 h3{
        font-size: 2rem;
    }
    #bgr_traip .style_btn2{
        position: inherit;
        margin:0;
    }
    /*PAGE ABOUT*/
    .bgr_aboutUs .row{
        padding: 30% 0;
    }
    .bgr_aboutUs .mt-8n{
        margin-top: 0;
    }
    .bgr_aboutUs .pt-8{
        padding-top: 1%;
    }
    .bgr_aboutUs h3{
        font-size: 1.7em;
        margin: 0;
    }
    .bgr_aboutUs h2, .bgr_aboutUs h2.text_es_aboutUs{
        font-size: 3.5em;
    }
    .bgr_aboutUs p{
        font-size: 1em;
    }
    .box_border_B h2{
        font-size: 1em;
        font-weight: bold;
        padding: 6% 0;
    }
    /*SECTION ABOUT US*/
    .bgr_about2 h3{
        font-size: 1.5em;
        margin-left: -3%;
    }
    .bgr_about2 h2{
        font-size: 4.5em;
        margin-bottom: 10%;
        margin-left: -1%;
    }
    .bgr_about2 h2.text_es{
        font-size: 3.5em;
    }
    .bgr_about2 p {
        font-size: 1em;
        padding: 0;
    }
    /*SECTION 4*/
    #aproved{
        padding: 10% 0;
    }
    #aproved br {
        display: none;
    }
    #aproved .row{
        text-align: center;
    }
    #aproved img{
        width: 90%;
    }
    /* SECTION TESTIMONIALS*/
    .date_name {
        font-size: 1rem;
    }
    .bullets-t{
        width:50%;
    }
    .date_coment {
        font-size: 1em;
        margin-top: 20px;
    }
    .date_from, .date_day{
        font-size: 1em;
    }
    .aproved img{
        width: 100%;
    }
    #bgr_discover{
        background: url(https://www.rainbowmountaintravels.com/wp-content/uploads/img/hero-dicover-mobile.jpg) no-repeat;
        height: 100%;
        padding: 10% 0;
    }
    .box_text2 p, .box_text2 h3{
        text-shadow: 2px 2px 4px #000000;
    }
    #prices{
        height: 100%;
    }
    .bgr_aboutUs{
        height: 100%;
    }
    .bgr_about2{
        height: 100%;
    }
    .text-little{
        font-size: 0.8rem;
    }
    .box_logo_aproved p{
        text-align: center;
    }
    .bgr_about2 .row{
        padding: 2rem 0;
    }
    .carousel-control-next {
        right: 0;
        top: -35%;
    }
    .price_luxury_tour h1:nth-child(1) {
        font-size: 5em;
    }
    /*FOOTER*/
    footer{
        text-align: center;
    }
    footer .social-networks {
        justify-content:center;
    }
    footer .section-link{
        padding: 1rem 0;
    }
    footer .section-link a{
        display: block;
        border: none;
    }
    #albun_tours{
        display: none;
    }
    #video{
        display: block;
    }
    #accordion_1 h5{
        font-size: 0.7em;
    }
    .header_collapse{
        padding: 0.5em 0.25em;
    }
}
/*LANDSCAPE*/
@media only screen and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 2){
    .slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media,
    .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media{
        padding-top: 30%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item,
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media{
        height: 70px;
    }
}
/* LANDSCAPE tablet*/
@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px) 
    and (orientation : landscape) {
    .slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media,
    .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media{
        padding-top: 30%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text{
        top: 10%;
    }
}
/*IPHONE 5*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2){
    .slider-info-wrap .slider-info-content .slider-info-item:not(.mobile-on):hover .info-item-media,
    .slider-info-wrap .slider-info-content .slider-info-item.active .info-item-media{
        padding-top: 80%;
    }
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-price span,
    .slider-info-wrap .slider-info-content .slider-info-item .info-item-media .info-item-text .info-temp span{
        font-size: 1.3rem;
    }
}