/*#full-slider .carousel-inner::before {*/
/*    display: block;*/
/*    clear: both;*/
/*    content: "";*/
/*    background: radial-gradient(ellipse at center,rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0.4) 100%);*/
/*    mix-blend-mode: multiply;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*}*/
#full-slider .carousel-caption{
    /*max-width: 1400px !important;*/
    /*margin: auto !important;*/
    left: 8.6% !important;
    right: 8.6% !important;
}
#full-slider .swiper-pagination-bullet{
	background:#fff !important;
}

#full-slider .carousel-caption {
    display: flex;
/*     align-items: center; */
    height: 100%;
    text-align: left;
    padding-top: 100px !important;
    /*margin: 0 !important;*/
    /*padding: 0 !important;*/
    /*z-index: 2;*/
    top: 35%;
    /*-webkit-transform: translateY(-55%);*/
    /*transform: translateY(-55%);*/
    /*text-align: left !important;*/
    /*right: 10% !important;*/
    /*left: 10% !important;*/
}
#full-slider .carousel-caption h2 {
    font-size: 4rem;
    color: #fff !important;
    line-height: 80px;
}
#full-slider .carousel-indicators {
    justify-content: start !important;
    margin-right: 8.6% !important;
    margin-bottom: 2rem !important;
    margin-left: 8.6%;
}

#full-slider .swiper-pagination {
    text-align:left !important;
    margin-right: 8.6% !important;
    margin-bottom: 2rem !important;
    margin-left: 8.6%;
}


#full-slider .swiper-slide {
    height: 88vh;
}
#full-slider .swiper-slide img.d-block {
/*     object-fit: cover; */
    object-position: center;
    width: 100%;
    height: 100vh;
	filter:brightness(0.8);
}
#full-slider .carousel-control-prev, carousel-control-next {
    opacity: 0 !important;
}
#full-slider .carousel-control-prev:hover, carousel-control-next:hover {
    opacity: 100 !important;
    cursor: pointer;
}
#full-slider .carousel-control-next:hover .carousel-control-next-icon{
    opacity: 100 !important;
    cursor: pointer;
}
#full-slider .carousel-control-next-icon {
    opacity: 0 !important;
}
#full-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 15px;
    text-indent: -999px;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    border-radius: 50px;
}
#full-slider .carousel-indicators [data-bs-target]::before {
    content: '';
    width: 20px;
    height: 20px;
    background: transparent;
    position: absolute;
    z-index: 999;
    display: block;
    border-radius: 50px;
    border: solid 2px #fff;
    margin-left: -5px;
    margin-top: -5px;
	opacity: 1!important;
}
#full-slider .carousel-indicators [data-bs-target]{
	opacity: 1!important;
}

#full-slider .box-logos-slider-bootstrap{
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 325px;
    right: 0;
	margin-right: -5px;
	align-items: baseline;
}
#full-slider img.mini-icons-logo{
    width: 100%;
    height: 100%;
    padding: 4px;
    min-height: 100px !important;
    max-width: 100px !important;
    object-fit: contain !important;
}
#full-slider .card-day-tour-futurismo .hz_card.card_img:first-child{
    width: 370px!important;
}
#full-slider .card-day-tour-futurismo .hz_card.card_img:first-child .desc_hz{
    padding-left: 50px!important;
}

/*MOBILE*/
@media (max-width: 767.98px){
	
	#full-slider .carousel-item{margin-top:5rem;}
	
	#full-slider .carousel-caption {
		top: 17%!important;
	}
    #full-slider .box-logos-slider-bootstrap{
        bottom: 30%;
        right: 0;
        left: 0;
        justify-content: center;
    }
    #full-slider .carousel-indicators{
        justify-content: center!important;
    }
	
	#full-slider .swiper-pagination{
        text-align:center !important;
		margin-left:0px !important;
		margin-right:0px !important;
		
    }
	
	#full-slider .swiper-slide img.d-block{
		filter:brightness(0.5);
	}
	
	
    #full-slider .main-carousel-caption-homepage h2{
        font-size: 36px!important;
        text-align: center;
        line-height: 40px;
    }
    #full-slider .main-carousel-caption-homepage p{
        text-align: center;
        line-height: 26px;
    }
    #full-slider .box-logos-slider-bootstrap img{
        width: 23%!important;
        padding: 5px;
    }
    #full-slider .info-scroll-card{
        margin-left: 10px!important;
        margin-right: 10px!important;
    }
	#full-slider .main-carousel-caption-homepage p{
		font-size: 16px!important;
		font-weight: 400;
	}
	
	#full-slider .main-carousel-caption-homepage h2{margin-top:10% !important}
	
	/*#full-slider .mask-mobile{
		position: absolute;
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
		width: 100%;
		height: 100%;
		z-index: 1000;
		top:0;
	}*/
	#full-slider .carousel-control-next, #full-slider .carousel-control-prev,#full-slider .carousel-indicators, #full-slider .box-logos-slider-bootstrap, #full-slider .main-carousel-caption-homepage{z-index:1001}
	#full-slider .banner-default h1,#full-slider .banner-default-icons, #full-slider .banner-default .text-center{z-index:1001;}
}
@media (max-width: 380.98px){
    #full-slider .box-logos-slider-bootstrap {
        bottom: 155px;
    }
	#full-slider .main-carousel-caption-homepage h2{margin-top:-5% !important}
}

/*TABLET*/
@media screen and (min-width: 820px) and (max-width:991.98px){
	#full-slider .box-logos-slider-bootstrap{
        right: 0;
        justify-content: end;
		bottom: 385px;
    }
}
@media screen and (min-width: 766px) and (max-width:819.98px){
	#full-slider .box-logos-slider-bootstrap{
        right: 0;
        justify-content: end;
		bottom: 335px;
    }
}
@media screen and (min-width: 766px) and (max-width:991.98px){
    #full-slider .box-logos-slider-bootstrap img {
        width: 25% !important;
    }
    #full-slider .main-carousel-caption-homepage{
        width: 100%!important;
    }
    #full-slider .carousel-caption h2, .carousel-caption p{
        text-align: center;
    }
}

/*DESKTOP PEQUENO*/
@media screen and (min-width: 1020px) and (max-width:1028px){
    #full-slider .carousel-caption{
        top: 50%!important;
    }
    #full-slider .box-logos-slider-bootstrap{
        bottom: -55%;
    }
}

@media screen and (min-width: 992px) and (max-width:1903px){
	#full-slider .carousel-caption{
		top: 30%;
	}
	#full-slider .box-logos-slider-bootstrap{
		bottom: 222px;
	}
}

#full-slider .carousel-indicators [data-bs-target]:not(.active){
	background-color: transparent!important;
}

#full-slider .main-carousel-caption-homepage p{
	font-size: 18px!important;
	margin-top: 30px;
}
#full-slider .carousel.pointer-event{
    touch-action: manipulation!important;
}




@media only screen and (min-width:769px){
	#full-slider .swiper-slide #slider-bootstrap-display-desktop{
		display: block!important;
	}

	#full-slider .swiper-slide #slider-bootstrap-display-mobile{
		display: none!important;
	}
}

@media only screen and (max-width:768.99px){
	#full-slider .swiper-slide #slider-bootstrap-display-desktop{
		display: none!important;
	}

	#full-slider .swiper-slide #slider-bootstrap-display-mobile{
		display: block!important;
	}
}

