@charset "utf-8";
/* CSS Document */

.coDes{
	width:100%;
	display: flex;
	box-sizing: border-box;
	margin-top:14px;
	flex-flow: column wrap;
}
.dest{
	width:100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.tituloBarraDest{
	width:100%;
	max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    background-color: white;
	font-size:2em;
	color:#24388A;
	box-sizing: border-box;
	padding-top: 16px;
}
.nomMedDes{
	width: 100%;
	text-align: center;
	font-size:1.5em;
	color: #24388A;
	font-weight: normal;
	line-height:1em;
    padding: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.nomMedDes small{
	width: 100%;
	font-size:.7em;
	color: #414141;
}
.preMedDes{
	width:100%;
	text-align: center;
	font-size: 1.5em;
	color:#F50000;
	font-weight: normal;
}
/*------------------------------*/
.slider-containerDes {
  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-containerDes::-webkit-scrollbar {
	width:5px;
  
}
.coItmDes{
	display:flex;
	flex: 0 0 24%;
	box-sizing:border-box;
	width: calc(25% - 7px);
	margin: 0px 7px;
	flex-flow: row wrap;
	scroll-snap-align: center;
	position: relative;
}

.slider-containerDes img {
  /*flex: 0 0 100%;*/
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
  
}
.btnDes{
	background-color:#F50000;
	color: white;
	/*position: absolute;*/
	bottom: 25%;
	width: 60%;
	margin: 10px 20%;
	text-align: center;
	box-sizing: border-box;
	padding: 14px;
	border-radius:10px;
	text-decoration: none;
}
.btnDes:hover{
	background-color:#de0000;
}


/*------------------------------*/
.botonesDes {
    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-buttonDes{
  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;
}

/*------------------------------*/

.prMed{
	width:100%;
	text-align: center;
	font-size: 1.5em;
	color:#F50000;
	font-weight: normal;
}
.icDesc{
	box-sizing: border-box;
    position: absolute;
    top: 2%;
    left: 2%;
    width: 1.5em;
    height: 1.5em;
    border-radius: 2em;
    background: rgb(255,2,2);
    background: radial-gradient(circle, rgba(255,2,2,1) 0%, rgba(211,1,1,1) 60%, rgba(142,0,0,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 3.5em;
    border: solid #FFFFFF 4px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    flex-flow: row wrap;
    font-family: 'Bebas Neue', sans-serif;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.45);
}
.nuDes{
	position: absolute;
	top: -0.16em;
	/*right: .15em;*/
	color: white;
	text-shadow: 0px 0px 5px rgba(0,0,0,.5);
	
}
.tiDes{
	font-size: 0.25em;
	font-family: 'Bebas Neue', sans-serif;
	padding: 2.5px;
	position: absolute;
	bottom: 4px;
	box-sizing: border-box;
	background-color: #24388A;
	border-radius: 5px;
	color: #FFFFFF;
}
.prDes{
	 text-decoration:line-through;
	color: grey;
}
@media only screen and (max-width: 1280px) {
	.coItmDes{
	flex: 0 0 32.2%;
	}
}
		
@media only screen and (max-width: 768px) {
	.coItmDes{
	flex: 0 0 49.2%;
	}
	.tituloBarraDest{
	font-size:1.2em;
	}
	.nomMedDes{
	font-size:1.2em;
	}
	.preMedDes{
	font-size: 1.5em;
	}
			
}
		
@media only screen and (max-width: 576px) {
	.coItmDes{
	flex: 0 0 99.2%;
	}
	.itMed{
	width:calc(50% - 8px);
	margin: 4px;
	}
	.itTiMe{
	font-size:.8em;
	font-weight:normal;
	}
	.liMed{
	border-radius:5px;
	}

}
/*------------------------------*/