@charset "utf-8";
/* CSS Document */
.coPromo{
	margin-bottom: 24px;
}

.coPro{
	width:100%;
	display: flex;
	box-sizing: border-box;
	margin-top:14px;
	flex-flow: column wrap;
}
.prom{
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.tiProm{
	width:100%;
	box-sizing: border-box;
	padding: 14px 14px 0px;
	font-size:2em;
	color:#24388A;
}
.baPtom{
	width:100%;
	box-sizing: border-box;
	padding: 0px 14px 14px;
	font-size:1.2em;
}
/*------------------------------*/
.slider-container {
  display: flex;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  /*height: 100vh;*/
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  overscroll-behavior-x: contain;
  background-color:#FFFFFF;
	position: relative;
}
.slider-container::-webkit-scrollbar {
	width:5px;
  
}
.coItmPro{
	display:flex;
	flex: 0 0 99.2%;
	box-sizing:border-box;
	width: calc(25% - 7px);
	margin: 0px 7px;
	flex-flow: row wrap;
	scroll-snap-align: center;
	position: relative;
	padding-top: 24px;
}

.slider-container img {
  /*flex: 0 0 100%;*/
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
  
}
.slider-container picture{
  /*flex: 0 0 100%;*/
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
  
}
.source{
  width: 100%;
  height: auto
}
.btnProm{
	background-color:#F50000;
	color: white;
	position: absolute;
	bottom: 14px;
	width: 60%;
	margin: 0 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 14px;
	border-radius:10px;
	text-decoration: none;
}
.btnProm:hover{
	background-color:#de0000;
}


/*------------------------------*/
.botones {
    display: flex;
    align-items: center;
    justify-content: space-between;/*manda los botones al extremo de la pantalla*/
	width: 100%;
	position: absolute;
	z-index: 800;
	padding: 16px;
	box-sizing: border-box;
}
.scroll-button{
  border: 0;
  /* cursor: default; */
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-user-select: none; /* for button */
  -webkit-appearance: button; /* for input */
  -moz-user-select: none;
  -ms-user-select: none;
	
	
	
  border-radius: 50%;
  height:2em;
  width:2em;
  text-align:center;
  background:rgba(0,0,0,.3);
  color:rgba(255,255,255,.8);
  cursor: pointer;
}

/*------------------------------*/
@media only screen and (max-width: 1280px) {
	.coItmPro{
	flex: 0 0 99.2%;
	}
	.tiProm{
	font-size:1.2em;
	}
	.baPtom{
		font-size:1em;
	}

}
		
@media only screen and (max-width: 768px) {
	.coItmPro{
	flex: 0 0 99.2%;
	}
	.tituloBarraPromos{
	font-size:1.2em;
}
			
}
		
@media only screen and (max-width: 576px) {
	.coItmPro{
	flex: 0 0 99.2%;
	}		
}
/*------------------------------*/