/*STYLE ABOUT US*/
.bgr_aboutUs{
	width: 100%;
	height: 100vh;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 8%;
	background-repeat: no-repeat;
	color:white;
	background-blend-mode: color;
    background-color: rgba(0,0,0,0.3);
}
.mt-8n{
    margin-top: -8.2%;
}
.pt-8{
    padding-top: 6%;
}
.mt-about2{
	margin-top: -21%;
}
.mt6-about2{
	margin-top: -6.6%;
}
.bgr_aboutUs .container, .bgr_aboutUs .row{
	height: 100%;
}

.bgr_aboutUs h3{
	font-size: 4em;
	margin: 0;
}
.bgr_aboutUs h3.text_es_aboutUs{
	font-size: 3em;
	line-height: 1.5;
}
.bgr_aboutUs h2{
	font-size: 6.9em;
	font-weight: bold;
	line-height: 0.6;
	color: #EBCD00;
}
.bgr_aboutUs h2.text_es_aboutUs{
	font-size: 6em;
	line-height: 0.9;
}
.bgr_aboutUs p{
	font-size: 17px;
	text-align: justify;
}
.more_about .box_border_B{
	border-bottom: 2px solid #99999D;
	padding: 3% 13% 0;
	color:#4D4D4D;
}
.more_about .text_icon_about{
	font-size: 1.2em;
	text-align: justify;
}
/*STYLE REGULAR TOUR*/
#carousel_tour button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
#carousel_tour .slider-for {
	width: 90%;
	height: 450px;
	margin: 3rem auto 1rem;
	overflow: hidden;
}
#carousel_tour img {
	width: 100%;
	min-height: 100%;
}
#carousel_tour .slider-for img {
    height: 450px;
}
.slide-section{
	margin: 5rem 0;
}
.slider-nav {
	width: 90%;
	height: 15vh;
	margin: auto;
	overflow-x: hidden;
}
.slider-nav .item {
	width: 90%;
	height: 15vh;
	overflow: hidden;
	position: relative;
	transform: skewX(-20deg) translateX(18%);
	margin: auto;
	margin-right: 10px;
	background-position: center;
    background-size: cover;
}
.slider-nav .item img{
	width: 150% !important;
	left: -15%;
	position: absolute;
	transform: skewX(20deg);
	margin-left: -10px;
}
.slider-nav .slick-track {
	height: 15vh;
}
.slick-arrow {
	position: absolute;
	top: 0;
	z-index: 50;
	height: 100%;
	width: 5%;
	background: #EBCD00 !important;
    color: white !important;
}
.slick-arrow svg {
	font-size: 3rem
}
.slick-prev {
	left: 0;
}
.slick-prev svg {
	transform: translateX(15%);
}
.slick-prev::after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 40%;
	transform: skew(-20deg);
	background: #EBCD00;
}
.slick-next {
	right: 0;
}
.slick-next svg {
	transform: translateX(-15%);
}
.slick-next::before{
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 40%;
	transform: skew(-20deg);
	background: #EBCD00;
}
.more_about .col-9 p{

}
#accordion_1{
	padding-bottom: 2rem;
}
.header_collapse{
	width: 100%;
	text-align: left;
	position: relative;
	background: #0093d9;
	color: white;
	padding: 1em;
	margin-top: 1.5rem;
}
.card-body{
	background: #e4e4e4;
}
.rmt-regular-tour-blue-dark{
	background-color: #d6eef9;
    position: relative;
    padding: .3em;
    border-radius: 0;
}
.rmt-regular-tour-blue-title{
	font-size: 14px;
	margin-bottom: 0;
}
.rmt-regular-tour-blue-price{
	float: right;
    color: #0093d9;
    font-size: 14px;
    margin-bottom: 0;
}
#collapse8 .svg-inline--fa{
	color: #F2C94C;
    font-size: 20px;
}
.rmt-regular-tour-blue{
	background-color: #e9f6fc;
    position: relative;
    padding: .3em;
    border-radius: 0;
}
/*STYLE SECTION ABOUT*/
.bgr_about2 p{
	font-size: 17px;
    color: white;
    line-height: 1.2;
    text-align: justify;
}

.bgr_about2{
	background-repeat: no-repeat;
	width: 100%;
	height: 90vh;
	margin: 0;
	color: white;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-position: 50% 50%;
}

.bgr_about2 .container .row{
	height: auto
}
.bgr_about2 .container{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgr_about2 h3{
	font-size: 3.5em;
	padding-left: 2.5%;
	line-height: 0.8;
}
.bgr_about2 .pt_z{
	font-size: 2.5em;
}
#bgr_content_more_about .container, #bgr_content_more_about .row{
	height: 100%;
}
@media (max-width: 767px) {
	.slick-arrow {
	    width: 10%;
	}
	.slick-next::before, .slick-prev::after{
    		width: 130%;
	}
	#carousel_tour .slider-for {
		    height: 22vh;
	}
}
@media (min-width: 768px) and (max-width: 979px) { 
	#carousel_tour .slider-for {	
    	height: 30vh;
	}
	.slick-arrow {
    	width: 10%;
	}
}

@media (max-width: 979px) and (orientation: landscape){ 
	#carousel_tour .slider-for {	
    	height: 50vh;
	}
}
