.standardHome{
	padding-top:56px;
}

.collectionInfoLabel{
	color: rgba(255,255,255,.5);
	font-weight: normal;
}

.collectionSubtitlesBadge{
	text-transform: uppercase;
	padding: 5px 5px 5px 5px;
	border-radius: 6px;
	font-weight: bold;
}
p, h1, h2, h3, h4, h5{
	font-weight: normal;
	color:white;
}



.h1SectionsHomepage{
	font-weight: 600;
  font-size: 35px;
}



#htmlDescription{
	/* font-size: 15px; */
}

/* #htmlDescription{
	color:rgba(255,255,255,0.7);
	font-size: 15px;
	font-weight: normal;
	max-height: fit-content;
	max-width: fit-content;
	overflow-y:auto;
	width: fit-content;
} */


.cat-standard{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%; 
	z-index: 9;
  min-height: 600px;
  background: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,.4), transparent) !important;
}

@media screen and (max-width: 992px) {
	.cat-standard{
		min-height: 500px;
	}
 }

.videoBgBox{
	display:none;
	position:absolute;
	width:100%;
	left:0px;
	top:0px;
	height:600px;
	z-index: -3;
	overflow:hidden;
}

.videoCollectionTrailerBg{
	width:100%;
	max-height: 350px;
	background: black;
}

.backgroundImageSeriesHome{
	position: absolute;
	right:0px;
	z-index: -2; 
	margin-top:0px;
	background-size: cover; 
	background-repeat: no-repeat !important;
	width: 746.67px; 
	border-radius: 0px;
	height: 420px; 
	opacity: 1; 
	background-position: center !important;	
	-webkit-mask-image:	-webkit-gradient(linear, right top, left top, color-stop(60%,rgba(0,0,0,1)), to(rgba(0,0,0,0)))
}




.containerCollection{
    padding:0px;
    margin:0px;
    min-height:550px;
    background: #1B1E31; 
    color: white;
}

.collectionInfo{
	margin-top: 100px;
	padding-left: 5%;
}

.collectionInfo .titleCollection{
	color:white; font-weight: light;padding: 0px;
}
.collectionInfo .viewsCollection{
	text-transform: uppercase;font-size: 12px; font-weight: bold; color: rgba(255,255,255,0.6);
}
.collectionInfo .viewsCollection .textViews{
	 margin-right: 30px;
}





.playTrailerBtn{
    position:absolute;
    right:15.5%;
    top:200px;
    z-index:999999;
		z-index:99;
}

.htmlAccess {
	margin-top: 15px !important;
}

@media screen and (max-width: 992px) { 


    #titleSerieSlideShow{
			margin-left: 0px;
    }



    #nVotes{
        margin-left: 6px;
    }
}



.no_series_available{
	margin-top:150px;z-index:999;margin-left: 30px;position:absolute;color:white;
}

.no_series_available .btn-void{
	margin-top:20px;
}


.standardHomeCard{
	padding:0px;margin:0px;height:600px; overflow-y: hidden;
}


.standardHomeCardCollectionInfo{
	position:absolute; 
	left:5.5%; 
	margin-top:100px;
	z-index: 9999;
	text-align: left;
	 max-width: 450px;
}



@media screen and (max-width: 790px) {

	.standardHomeCardCollectionInfo{

		margin-top:140px;

	}

}

.ratingSerie{
	display:none;
}








/* new slider */
 
.slider {
	/* margin-top:80px; */
	background-color:#ffffff00;
} 

.slide {
  position: relative;
}
.slide .slide__img {
  height: auto;
	overflow: hidden;
	background-size:cover !important;
	
}


.slide {
	position: relative;
  width: 100%;
  height: 100%;
  top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	
}


#descriptionHeader{
	height: 115px;
	overflow-y: auto;
	max-width: 60%;
	font-size: 15px;
	/* background: linear-gradient(transparent, rgba(0,0,0,.4), transparent) !important; */
}

.slide .slide__content {
	position: absolute;
	/*top: 100px;*/
	left: 4.8%;
	right: 0px;
	 max-width: 100% !important; 
	z-index: 9;
}

@media screen and (max-width: 790px) {
	.slide .slide__content {
		left: 2.8%;
		right: 2.8%;
	}
}

.slide .slide__content--headings {
  text-align: left;
  color: #FFF;
}
.slide .slide__content--headings h2 {
	margin: 10px 0;
	left:10px;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 5px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 5px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.cardSerieBackgroundSlideShowHome{
	top: 0px;
	left: 0px;
	height: 420px;
	width: 100%;
	border-radius: 15px;
	/* opacity: 0.3; */
	position: absolute;
	/* filter: blur(20px); */
	/* -webkit-filter: blur(20px); */
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,0,0,0.1);
	/* -webkit-mask-image: linear-gradient(270deg, rgba(0, 0, 0, 1), transparent 100%); */
}

#info_serie_header{
	margin-top:2rem;
}

@media screen and (max-width: 900px) {
	#titleSerieSlideShow{
		font-size: 25px;
	}
	.cardSerie {
		margin-top: -70px;
	}

	#info_serie_header{
		margin-top:30px;
	}
	#htmlDescription{
		font-size: 14px;
		padding-right: 0px;
	}

/* 	#htmlDescription{
		font-size: 14px;
		margin-top: 0px;
		max-height: 70px;
	} */

}
/* new code */
/* #info_serie_header {
	margin-top: 100px;
	margin-left: 5.5%;
	z-index: 9999;
	text-align: left;
} */
















@media screen and (max-width: 790px) {

	.backgroundImageSeriesHome{
		width: 480px;
		height: 270px;
	}

}

@media screen and (max-width: 760px) {
	#htmlDescription{
		width:50%;
	}
}

.previewVideoTrailerHome {
	height: 100%;
	margin: 0 auto;
	border-radius: 0px;
	overflow: hidden;
	background-size: cover;
	max-width: 100%;
}

/* .slider > .slick-list > .slick-track > .slide{
	min-height: 400px;
} */

/* @media screen and (min-width: 0px) and (max-width: 379px) {
	.slider > .slick-list > .slick-track > .slide{
		min-height: 450px;
	}
}

@media screen and (min-width: 379px) and (max-width: 590px) {
	.slider > .slick-list > .slick-track > .slide{
		min-height: 500px;
	}
}
@media screen and (min-width: 590px) and (max-width: 789px) {
	.slider > .slick-list > .slick-track > .slide{
		min-height: 320px;
	}
} */




.sliderSlideshow{
	padding-top:0px;
}

@media screen and (max-width: 590px) {

	.backgroundImageSeriesHome{
		position: relative;
    border-radius: 7px;
    -webkit-mask-image: none;
		width: 85vw;
		height: 47.8125vw;
		margin: 0vw auto;
	}

	.sliderSlideshow{
		padding-top:20px;
	}

	#htmlDescription{
		width:100%;
	}

	.previewVideoTrailerHome{
		border-radius: 7px;
	}

}

#videoCollectionTrailerBg{
	height:100%;
	background: black;
}




.previewVideoTrailerHome iframe{

	height:100%;
}







.containerImageResponsive {
  /* max-width: 500px; */
	overflow:hidden;
}



.hero-area-content h1 {
	font-weight: 600;
	line-height: 55px;
	font-size: 45px;
}

@media screen and (max-width: 992px) {

	.hero-area-content h1 {
    line-height: 45px;
    font-size: 35px;
	}

}

/* .hero-area-content{
	padding-left: 7%;
	padding-right: 7%;
} */


.hero-area-content h4 {
	line-height:29px;
}

.hero-area{
	width: 100%;
}

.image-slideshow{
	margin-bottom: 70px;
}

.image-slideshow-item{
	height:430px;
	background-size: cover !important; 
	background-position: center !important;
}
.image-slideshow-item .titleSlideshow{
	padding: 20px;
	padding-top: 100px;
}
.image-slideshow-item .subtitleSlideshow{
	padding: 20px;
}
.image-slideshow a{
	padding: 0px;
}

.headerSectionTextColor{
	color:white !important;
}

/******** FAQ CSS *****/
.panel-group {
	max-width: 700px;
	margin: auto;
}
.panel{
	background-color: transparent !important;
}
.accordion-section .panel-default > .panel-heading {
	border: 0;
	background: #333;
	padding: 0;
	max-width: 700px;
	margin: auto;
	border-radius:4px;
}
.accordion-section .panel-default .panel-title a {
	color: white;
	display: block;
}

.accordion-section .panel-default .panel-title a .ri-arrow-up-s-line{
	display: block;
}
.accordion-section .panel-default .panel-title a .ri-arrow-drop-down-line{
	display: none;
}
.accordion-section .panel-default .panel-title a .ri-arrow-drop-down-line, .accordion-section .panel-default .panel-title a .ri-arrow-up-s-line{
	font-size: 3rem;
	float: right;
	color: white;
	opacity:0.6;
	margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed .ri-arrow-up-s-line{
	display: none;
}
.accordion-section .panel-default .panel-title a.collapsed .ri-arrow-drop-down-line{
	display: block;
}

.accordion-section .panel-default {
	border: none;
}
.panel-collapse .panel-body {
	padding: 20px 30px;
	text-align: justify;
	border:none !important;
	background-color: #333;
	border-top: 0px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
	margin-top: -7px;
}
.panel-heading .ri-arrow-drop-down-line, .panel-heading .ri-arrow-up-s-line {
    margin-top: -18px !important;
}
.panel-default:hover{
	filter: brightness(125%);
}
.panel-title a {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.p-3{
	padding: 30px !important;
}

.panel-heading .ri-arrow-drop-down-line:before {
    content: "+" !important;
    font-weight: 200 !important;
    font-size: 28px !important;
}

.panel-heading .ri-arrow-up-s-line:before {
    content: "–";
    font-weight: 200 !important;
    font-size: 28px !important;
}


.pHomeStandard{
	line-height: 29px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
	.pHomeStandard{
	font-size:16px;
	}
}


.sectionHomeListCategories{
	margin-bottom: 100px;
}

.sectionHomeListCategories .image-grid-cover {
	margin-top: 15px;
	width: 100%;
	background-size: cover;
	/* min-height: 180px; */
	aspect-ratio: 16/9;
	position: relative;
	border-radius: 7px;
	cursor:pointer;
	background: rgba(255, 255, 255, 0.2);
	background-size: cover;
	background-position: center;
	border: 1px solid rgba(255, 255, 255, .2);
	box-shadow: rgb(17 12 46 / 15%) 0px 48px 100px 0px;
}

.survay-image-grid-cover {
	margin-top: 15px;
	background-size: cover !important;
	/* min-height: 180px; */
	aspect-ratio: 16/9;
	position: relative;
	border-radius: 7px;
	cursor:pointer;
	background: rgba(255, 255, 255, 0.2);
	background-position: center;
}

.survay-image-grid-cover-selected{
	outline: 4px solid white;
}


.survay-step-list span{
	outline: 3px solid white;
	border-radius: 50px;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color:white;
	font-weight: 600;
	margin-right: 15px;
	margin-left: 15px;
}

.survay-step-list span.selected{
	outline: 3px solid white;
	background-color: white;
	color:black;
}

.sectionHomeListCategories .grid-item {
	width: 100%;
	background-size: cover;
	position: relative;
	margin-bottom: 30px;
	padding:20px;
	border-radius: 7px;
	cursor: pointer;
	background: rgba(255,255,255,.05);
	border: 1px solid rgba(255, 255, 255, .1);
	text-align: center;
}

.sectionHomeListCategories .grid-item:hover {
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
}


.sectionHomeListCategories .image-grid-clickbox {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	/* height: 100%; */
	aspect-ratio: 16/9;
	z-index: 20;
	background: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, transparent 50%);border-radius: 7px;
	-webkit-transition: 250ms all;
  transition: 250ms all;
}

.survay-image-grid-clickbox {
	position: absolute;
	/* top: 0; */
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	/* height: 100%; */
	aspect-ratio: 16/9;
	z-index: 20;
	background: linear-gradient(360deg, rgba(0,0,0,0.8) 0%, transparent 50%);border-radius: 7px;
	-webkit-transition: 250ms all;
  transition: 250ms all;
}

.sectionHomeListCategories .image-grid-cover:hover > .image-grid-clickbox {
	background: linear-gradient(360deg, rgba(0,0,0,0.4) 0%, transparent 50%);
}
.sectionHomeListCategories .image-grid-cover .cover-wrapper {
	font-size: clamp(16px, 2vw, 18px);
	text-align: center;
	display: block;
	z-index: 21;
	position: relative;
	bottom: 10px;
	left: 15px;
	position: absolute;
}

.survay-image-grid-cover .survay-cover-wrapper {
	font-size: 17px;
	font-weight: 500;
	color: white;
	display: block;
	z-index: 21;
	position: relative;
	bottom: 7px;
	left: 7px;
	position: absolute;
}

.sectionHomeListCategories .grid-item .cover-wrapper {
	font-size: clamp(16px, 3vw, 18px);
	color: #fff;
}
.sectionHomeListCategories .cover-wrapper {
		color: #fff;
}

#headerBackgroundVideoIframe {
	overflow:hidden;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:-9;
}


.brands-section-logo-img {
	max-width: 90%;
	max-height: 70px;
	margin-top: 50px !important;
	margin: 0 auto;
	transform: translateY(-50%) !important;
}











.screens {
	height: 600px;
	margin: 0 auto;
	/* width: 1070px; */
	position:relative;
	max-width:1130px;
}

.screens .device{
	width:100% !important;
	height:100% !important;
	background-size: cover !important;
	position: relative;

}

.screens .screen{
	width:100% !important;
	height:100% !important;
	overflow:hidden !important;
	object-fit: cover;
}

.screens .deviceTV{
	top: 40px;
	width: 600px;
	height: 376px;
	z-index: 1;
	margin: 0 auto;
	z-index: 1;
}

.screens .deviceTablet{
	top: 40px;
	width: 280px;
	height: 203px;
	margin-top:-200px;
	margin-left:5%;
	z-index: 2 !important;
}

.screens .devicePhone{
	width: 100px;
	height: 200px;
	margin-top:-150px;
	margin-left:25%;
}

.screens .devicePC{
	width: 450px;
	height: 260px;
	margin-top:-300px;
	margin-left:60%;
}


.screens .deviceTV .screen{
	padding: 5px;
  max-height: 92%;
}

.screens .devicePhone .screen{
	padding: 5px;
	padding-top: 4px;
	padding-bottom: 3px;
	border-radius: 15px;
	border-radius:15px;
}

.screens .deviceTablet .screen{
	padding: 6px;
  border-radius: 16px;
}

.screens .devicePC .screen{
	padding: 46px;
	padding-bottom: 20px;
	padding-top: 6px;
	margin-left: 2px;
	border-radius:10px;
}


.appDevicesLink{
	margin-right:15px;
	padding:15px;
	border-radius: 5px;
}

.appDevicesLink:hover{
	margin-top:-20px;
	background:rgba(255,255,255,.1);
}

.appDevicesLink img{
	height:25px;
	filter:invert(100);
}


@media (max-width: 890px) { 
	.screens .deviceTV{
		top: 40px;
		width: 350px;
		height: 219px;
		z-index: 1;
		margin: 0 auto;
		z-index: 1;
	}

	.screens .deviceTablet{
		top: 40px;
		width: 140px;
		height: 102px;
		margin-top:-100px;
		margin-left:25%;
		z-index: 2 !important;
	}

	.screens .devicePhone{
		width: 50px;
		height: 100px;
		margin-top:-70px;
		margin-left:35%;
	}

	.screens .devicePC{
		width: 225px;
		height: 130px;
		margin-top:-150px;
		margin-left:55%;
	}


	.screens .deviceTV .screen{
		padding: 3px;
		max-height: 92%;
	}

	.screens .devicePhone .screen{
		padding: 2px;
    border-radius: 8px;
	}

	.screens .deviceTablet .screen{
		padding: 4px;
    border-radius: 8px;
	}

	.screens .devicePC .screen{
		padding: 24px;
    padding-bottom: 10px;
    padding-top: 4px;
		border-radius:10px;
	}

}

@media (max-width: 890px) { 
	.screens .deviceTablet{
		margin-left:22%;
	}
}
@media (max-width: 650px) { 
	.screens .deviceTablet{
		margin-left:15%;
	}
}
@media (max-width: 540px) { 
	.screens .deviceTablet{
		margin-left:12%;
	}
}
@media (max-width: 490px) { 
	.screens .deviceTablet{
		margin-left:0%;
	}
}



/*input email header section*/
.start-with-email{
 max-width: 600px;
 margin-top: 25px !important;
 margin:0 auto;
}

.input-from-send-group {
	width: 100%;
	height: 54px;
	line-height: 1.42857143;
	padding-left: 35px;
	color: white;
	border:0px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.input-from-send-group:hover, .input-from-send-group:focus {
	background: rgba(255, 255, 255, .4);
	transition-duration: 0.5s;
}

.btn-form-send-group {
	color: #fff;
	line-height: 1.33;
	font-size: 1.0625em;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	min-width: 100%;
	height: 54px;
	cursor: pointer;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btnEnviar:hover {
	background: #222;
	transition: all 0.4s ease-out
}


.start-email-form-input,
.start-email-form-button {
	display: inline-block;
	float: left;
}


.start-email-form-input {
	width: 65%;
}

.start-email-form-button {
	width: 35%;
	text-align: left;
}

.input-from-send-group::placeholder {
	color: white;
}

@media screen and (max-width: 790px) {
	.start-email-form-input {
			width: 100%;
		}
	
		.start-email-form-button {
			width: 100%;
		}

		.input-from-send-group{
			border-radius: 5px;
			border-bottom-left-radius: 0px;
			border-bottom-right-radius: 0px;
		}

		.btn-form-send-group{
			border-radius: 5px;
			border-top-left-radius: 0px;
			border-top-right-radius: 0px;
		}
}

/*ned input email header section*/

/*ned input email header section*/


.culumnImageText {
	margin-top: 50px;
	margin-bottom: 50px;
}

.culumnImageText .culumnImageTextItem {
	padding: 30px;
}

.culumnImageText .culumnImageTextItem .column-image {
	max-height: 130px;
	max-width: 90%;
}

.culumnImageText .culumnImageTextItem .column-subtitles {
	opacity: 0.7;
}

.culumnImageText .culumnImageTextItem .column-btn-action {
	margin-top:10px;
}



.hero-centered{
	margin:auto;
}



.imagesItems  .slide {
	min-height: 400px;
	overflow: hidden;
	border-radius: 15px;
}

.imagesItems .slider_images_title{
	font-size: clamp(25px, 7vw, 35px);
}
.imagesItems .slider_images_description{
	font-size: clamp(16px, 2vw, 18px);
}

@media (min-width: 992px) {
  .imagesItems .slider,
  .imagesItems .slide {
    height: 80vh;
		overflow: hidden;
  }
}
.imagesItems .slide {
  position: relative;
}
.imagesItems .slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
	background-position:top center !important;
}
@media (min-width: 992px) {
  /* .imagesItems .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  } */
}
.imagesItems .slide .slide__img img {
  /* max-width: 100%; */
	width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.imagesItems .slide .slide__content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 10%;
	align-items: center;
	z-index: 0;
}
.imagesItems .slide.slide__content--headings {
  text-align: center;
  color: #fff;
}
.imagesItems .slide.slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
}
.imagesItems .slide.slide__content--headings .animated {
  transition: all 0.5s ease;
}
.imagesItems  [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}



.slick-dots li button:before{
	font-size: 0px !important;
}


@media screen and (max-width: 900px) {
	.container .button-primary{
		width: 100% !important;
	}
}



.sliderTestimonialItem{
	text-align: center;
}

.sliderTestimonialItem img{
	margin: 0 auto;
}


.transition-zoom {
	-webkit-transition: all .3s cubic-bezier(.37, .26, .35, 1);
	transition: all .3s cubic-bezier(.37, .26, .35, 1);
}

.transition-zoom:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all .3s cubic-bezier(.37, .26, .35, 1);
	transition: all .3s cubic-bezier(.37, .26, .35, 1);
	z-index: 99999;

}



.control-video-trailer-slider{
	position: absolute;
	top: 5px;
	right: 20px;
}

.header-slideshow-home{
	border-radius: 10px;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	min-height: 420px !important;

}



.header-slideshow-home #titleSerieSlideShow{
	color:white; 
	margin-top: 10%;
}

.sliderSlideshow {
	margin-top:20px;
}


.sliderSlideshow  [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

@media screen and (min-width: 0px) and (max-width: 590px) {
	.header-slideshow-home{
		min-height: 490px !important;
	}
}

.imagesItems .slick-slide {
	margin-left: 12px;
	margin-right: 12px;
	padding-left: 0px;
	padding-right: 0px;
}


.info_collection_box_inside{
padding-left: 60px;
padding-top: 30px;
}

@media screen and (min-width: 0px) and (max-width: 590px) {
	.info_collection_box_inside{
		padding-left: 0px;
		padding-top: 0px;
		}
}



.sliderSlideshow .swiper-slide:not(.swiper-slide-active), .imagesItems .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}


.horizontalVideoGrid [aria-hidden="true"], .sliderSlideshow [aria-hidden="true"], .imagesItems [aria-hidden="true"]{
	opacity: 0.3;
}

.horizontalVideoGrid .slick-disabled, .sliderSlideshow .slick-disabled, .imagesItems .slick-disabled{
	display: none !important;
}




.slick-arrow:hover {
	/*background: rgba(0,0,0,.8);*/
	background: rgba(255, 255, 255, .1) !important;
	opacity: 1;
}

.swiper-button-next,  .swiper-button-prev{
	opacity: 0;
}

.swiper-initialized .swiper-button-next, .swiper-initialized .swiper-button-prev{
	opacity: 1;
}


.swiper-button-next:after,  .swiper-button-prev:after,.swiper-button-prev:after,  .swiper-button-next:after {
	font-size: 22px;
	font-weight: 900;
	color: white;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset,0px);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset,0px);
}


.swiper-button-next, .swiper-button-prev {
	/* position: absolute; */
	/* margin: 0 10px; */
	background: rgba(255, 255, 255, .05) !important;
	width: 40px;
	height: 40px;
	backdrop-filter: blur(15px);
	border-radius: 50px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}


.swiper-horizontal{
	position: relative;
}

.swiper-pagination{
	position: relative;
}



.slide-visible .fadeInUp{
	animation: fadeInUp 0.7s;
}

@keyframes fadeInUp {
	from {
			transform: translate3d(0,40px,0)
	}

	to {
			transform: translate3d(0,0,0);
			opacity: 1
	}
}

@-webkit-keyframes fadeInUp {
	from {
			transform: translate3d(0,40px,0)
	}

	to {
			transform: translate3d(0,0,0);
			opacity: 1
	}
}








.collection-spotlight{
	padding:0px;
	margin:0px;
	padding-top:200px;
	padding-bottom: 200px;
	background: radial-gradient(circle closest-side, rgba(255,255,255,.1) 0, transparent 100%);
	background-size: contain;
}

.collection-spotlight .cs-title{
	margin-bottom: 50px;
	font-size:50px;
	font-weight: 800;
}

.collection-spotlight  .cs-description{
	font-size:16px;
}


.collection-spotlight .cs-left-box{
	padding-left: 7%;
}

.collection-spotlight .cs-right-box{
	margin:0px;
	padding:0px;
}

.listAppDevices{
	overflow-x: hidden;
}