.categoria-culster-lineclass{
  display: grid;
  gap: 0.3rem;
  /*grid-auto-flow:dense;*/
  /*grid-auto-rows: minmax(max-content,2fr);*/
   /*grid-auto-rows: repeat(auto-fit, 1fr);*/
  /*grid-template-columns: repeat(auto-fit, minmax(21rem,1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(21rem,1fr));
  padding:0% 3% 0% 3%;
  /*overflow: hidden;*/

}


.categoria-secondsclusters-lineclass{
  display: grid;
  gap: 0.3rem;
  /*grid-auto-flow:dense;*/
  /*grid-auto-rows: minmax(max-content,2fr);*/
   /*grid-auto-rows: repeat(auto-fit, 1fr);*/
  /*grid-template-columns: repeat(auto-fit, minmax(21rem,1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(21rem,1fr));
  padding:0% 0% 10% 0%;
  /*overflow: hidden;*/

}


.categoria-thirdclusters-lineclass{
  display: grid;
  gap: 0.3rem;
  /*grid-auto-flow:dense;*/
  /*grid-auto-rows: minmax(max-content,2fr);*/
   /*grid-auto-rows: repeat(auto-fit, 1fr);*/
  /*grid-template-columns: repeat(auto-fit, minmax(21rem,1fr));*/
  grid-template-columns: repeat(auto-fit, minmax(21rem,1fr));
  padding:0% 0% 0% 0%;
  /*overflow: hidden;*/

}




.divParrafoPortadaClass{
	margin-top:0%;
	padding:0% 3% 0% 3%;
	width:94%;
	text-align: justify; 
	font-size:1.2rem;
	font-family: Roboto,verdana;
}


.divParrafoPortadaClassRecords{
	margin-top:0%;
	padding:0% 3% 0% 3%;
	width:94%;
	text-align: justify; 
	font-size:1.1rem;
	font-family: Roboto,verdana;
}


.divParrafoAmpliadoClass{
	margin-top:0%;
	padding:0% 4% 0% 5%;
	width:90%;
	text-align: left; 
	font-size:0.8rem;
	font-family: Roboto,verdana;
}


.divParrafoAmpliadoClass > a > h3{
    width: 98%;
    transition: box-shadow .3s;
    background-color: #EBF5FB;
    border-radius: 0px 0px 0px 0px;
    padding:7px 10px 7px 10px;
    border: solid 1px silver;
    text-align: left; 
}

.divParrafoAmpliadoClass > .lisColegios{
    color:#0b5aa5;
    text-decoration:none;
    font-weight:bold;
    text-align: left; 
}


.divParrafoAmpliadoClass  > a > h3:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  background-color: #fed13a;
}


.classDataUno{
    background-color:#E8F8F5;
    padding:1%;
    margin:0;
}

.classDataDos{
    background-color:#F8F9F9;
    padding:1%;
    margin:0;
}



.divClassPortadaEtiquetaTitulo{
	margin-top:0%;
	padding:0% 3% 0% 3%;	
	text-align: left; 
	font-size:1.6rem;	
}


.divClassPortadaMarcaTitulo{
	margin-top:0%;
	padding:0% 3% 0% 3%;
	/*padding:2% 3% 0% 3%;*/
	text-align: left; 
	font-size:1.6rem;	
}


.portadaMarcaTituloClass{
    margin:0;
    padding:0;
}


.portadaEtiquetaTituloClass{
    margin:0;
    padding:0;
}


.marca-culster-lineclass{
  display: grid;
  gap: 0.3rem;
  /*grid-auto-rows:25rem;*/
  grid-template-columns: repeat(auto-fill, minmax(21rem,1fr));
  padding:0% 3% 0% 3%;
}

.classImagePortada{
	border: solid red 0px;
	width: 100%;
	/*position: relative; no habia nada */
}


.classImageSecciones{
	border: solid gray 1px;
	width: 100%;
	/*position: relative; no habia nada */
}


.divClassImagePortada{
	border: solid blue 0px;
	height:280px;
	width: 100%;	
}

.divClassImageTopPortada{
	width: 100%;
	border: solid orange 0px;	
	padding:0;
	margin:0;
	margin-top:-5px;
}

.divClassImageComplemento{
    display:none;
}


.divClassVideoComplemento{
        display:block;
    	padding:0% 3% 1% 3%;
    	width:94%;    
    	border: solid orange 0px;	
    	margin:0;
    	margin-top:10px;
}

.divClassVideoComplemento > object{
     	width:100%;   
     	height:100%;
}


.classImageTopPortada{
	width: 100%;
	border: solid yellow 0px;	
	padding:0;
	margin:0;	
}


.classImageComplemento{
    display:none;
}


.divClassInternasTitulo{
	margin-top:0%;
	padding:0% 3% 0% 3%;
	text-align: left; 
	font-size:1.2rem;	
}

.internasTituloClass{
	padding:0;
	margin:1% 0% 0% 0%;
	line-height: 140%;
}

.separador-lineClass{
	margin:0% 3% 2% 3%;
	text-align: left; 
	background-color:rgba(249,249,249,1);
	padding:0.1% 0.1% 0.1% 2%;
	/*height:20px;*/
	/*font-size-adjust: 0.22;
	color:red;
	font-weight:bold;*/
}

.separador-lineClass h2{
	color:red;
	font-size:1.2rem;
	font-weight:bold;
	font-size-adjust: 0.22;
}


.separador-lineClass-oscuro{
	margin:0% 3% 2% 3%;
	text-align: left; 
	background-color:rgba(0,0,0,1);
	padding:0.1% 0.1% 0.1% 2%;
	/*height:20px;*/
	/*font-size-adjust: 0.22;
	color:red;
	font-weight:bold;*/
}

.separador-lineClass-oscuro h2{
	color:#FFC300;
	font-size:1.2rem;
	font-weight:bold;
	font-size-adjust: 0.22;
}

.separador{
	border:0px;
	color:white;
	background:white;
	margin:3%;
}

.separador-sutil{
	border:0px;
	color:white;
	background:white;
	margin:1.3%;
}

.separador-conservador{
	border:0px;
	color:white;
	background:white;
	margin:2%;
}

.separador-medio{
	border:0px;
	color:white;
	background:white;
	margin:3%;
}

.separador-alto{
	border:0px;
	color:white;
	background:white;
	margin:5%;
}

.separador-minimo{
	border:0px;
	color:white;
	background:white;
	margin:0.5%;
}

.linePurchase{
	display: flex;
	margin-top:5px;
}

.linePurchaseSecond{
	display: block;
	margin-top:5px;
}

.linePurchaseSecondHora{
	display: block;
	font-size:0.8rem;
	color:white;
	background:red;
	width:40%;
	border-radius: 50px;
	padding:3px 6px 3px 6px;
	text-align:center;
	margin:5px 0px 0px 25px;
}

.btAmazonCircle {
	border-radius: 20px;
	width: 30px;
	height: 30px;
	background-color: #FFC300;
	margin-right:8px;
	display: flex;
	align-items: center;
}

.btAmazonCircle > span {
	font-size:1rem;
	width:100%;
	text-align:center;
	color:black;
}

.btAmazonSquare {
	border-radius: 6px;
	width: 100%;
	height: 38px;
	background-color: #FFC300;
	margin-right:8px;
	display: flex;
	align-items: center;
	border:solid black 2px;
}


.btAmazonSquare > span {
	font-size:1rem;
	width:100%;
	text-align:left;
	margin:4px 2px 2px 10px;
	color:black;
}

.btAmazonSquare > span > i {
	border:1px white solid;
	color:black;
	padding:3px 5px 3px 5px;
}


.text-amazon{
    padding-left:1%;
    font-weight:bold;
}


.text-amazon  a{
    text-decoration:none;
    color:black;
}


.text-amazon  a:hover{
    text-decoration:none;
    color:white;
}



.btOficialSquare {
	border-radius: 2px;
	width: 100%;
	height: 38px;
	background-color: black;
	margin-right:8px;
	margin-top:3px;
	display: flex;
	align-items: center;
}


.btOficialSquare > span {
	font-size:1rem;
	width:100%;
	text-align:left;
	margin:4px 2px 2px 10px;
	color:white;
}

.btOficialSquare > span > i {
	border:1px white solid;
	color:white;
	padding:3px 5px 3px 5px;
	font-size:0.7rem;
}


.text-oficial{
    padding-left:1%;
    font-weight:bold;
}


.text-oficial  a{
    text-decoration:none;
    color:white;
}


.text-oficial  a:hover{
    text-decoration:none;
    color:#FFC300;
}



.btWsp {
	border-radius: 20px;
	width: 30px;
	height: 30px;
	background-color: #27AE60;
	margin-right:8px;
	display: flex;
	align-items: center;
}

.btWsp > span {
	font-size:1rem;
	width:100%;
	text-align:center;
	color:white;
}


.btStore {
	border-radius: 20px;
	width: 30px;
	height: 30px;
	background-color: black;
	margin-right:8px;
	display: flex;
	align-items: center;
}

.btStore > span {
	font-size:1rem;
	width:100%;
	text-align:center;
	color:white;
}


.compralo{
	font-size:0.8rem;
	font-weight:normal;
	padding-top:5px;
	color:gray;
}


.compralo-news{
	font-size:1rem;
	font-weight:normal;
	padding-top:5px;
	color:gray;
	text-align: justify; 
}


.box-day{
    color:red;
    display:none;
}


.box-subtitle > i{
    color:#3498DB;
}


.higtligthAqua{
	background: aquamarine;
	padding:6px 10px 6px 10px;
	line-height: normal;
	color:white;
	display: inline-block;
}


.higtligthOrange{
	/*background: #F39C12;*/
	background-color:rgba(127,197,54,1);
	padding:6px 10px 6px 10px;
	line-height: normal;
	color:white;
	display: inline-block;
}

.higtligthYellow{
	background: #ffe175;
	padding:6px 10px 6px 10px;
	line-height: normal;
	color:white;
	display: inline-block;
}


.higtligthRed{
	background: red;
	padding:6px 10px 6px 10px;
	line-height: normal;
	color:white;
	display: inline-block;
}


.higtligthBlue{
	background: #AED6F1;
	padding:6px 10px 6px 10px;
	line-height: normal;
	color:white;
	display: inline-block;
}

.higtligthBlack{
	/*background: rgba(213,32,49,1);*/
	background-color:rgba(39,170,225,1);
	padding:6px 10px 6px 10px;
	line-height: normal;
	color:white;
	display: inline-block;
}


li {
    text-align: left !important;
}

li >a{
    text-decoration:none ;
    color:red;
    text-align: left !important;
}

p >a{
    text-decoration:none ;
    color:red;
    text-align: left !important;
    font-weight:bold;
}

div >a{
    text-decoration:none ;
    color:red;
    text-align: left !important;
    font-weight:bold;
}

div >ul >li{
    color:black;
    font-weight:bold;
    font-size:0.8rem;
    /*margin:0.5% 2% 0.5% 3%;*/
    margin:0%;
    
}

div >ul{
    margin: 2% 0 2% 0;
    background-color:#E3F3FE;
    padding:2%;
}

div >ol >li{
    color:black;
    font-weight:bold;
    font-size:0.8rem;
    margin:0%;
    /*margin:0.5% 2% 0.5% 3%;*/
}

div >ol{
    margin: 2% 0 2% 0;
    background-color:#E3F3FE;
    padding:2%;
}




.bodies{
	width: 100%;
	border: 0px;	
	padding:0px;
	margin:0px;	
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;	
}

.menu-superpuesto{
    position: fixed;
    min-height: 90px;
	height:90px;	
    width: 100%;
    text-align: left;
    word-wrap: break-word;
    /*background-color: rgba(213,32,49,1);*/
    background-color: rgba(255,255,255,1);
	top:0px;
	margin-top:0;
	z-index:2;
}

.logo-web{
    position: fixed;
    /*min-height: 90px;*/
	/*height:190px;*/
    width: 300px;
    text-align: right;
    word-wrap: break-word;
	top:0px;
	margin-top:19;
	z-index:2;
	margin-left:8%;
}

.logo-web-institucion{
    position: fixed;
    min-height: 100px;
	/*height:90px;*/
    width: 100px;
    background-color:white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border:2px solid #D52031;
    text-align:center;
    word-wrap: break-word;
	top:0px;
	margin-top:16;
	z-index:3;
	margin-left:calc(50% - 50px);
	padding:20px 10px 0px 10px;
}

.classImageLogo{
    width:100%;
}

.classImageLogo-institucion{
    width:80px;
}


.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    width:94%;
    height:100px;
    margin:2% 3% 2% 3%;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.esconder{
    display:none;
}


.parent {
  display: flex;
}
.narrow {
  width: 610px;
  background: lightblue;
  /* Just so it's visible */
}
.wide {
  flex: 1;
  /* Grow to rest of container */
  background: white;
  padding:0% 2% 1% 2%;
  border-right:0px gray solid;
  /* Just so it's visible */
}


.wide_2 {
  width: 610px;
  background: lightblue;
  /* Just so it's visible */
}
.narrow_2 {
  flex: 1;
  /* Grow to rest of container */
  background: white;
  padding:0% 2% 1% 2%;
  border-right:0px gray solid;
  /* Just so it's visible */
}


.widtotal{
    width:100%;
}

.widtotalCover{
    width:100%;
    max-height:400px;
    object-fit:fill;
    border: 1px dashed silver;
}



.liHref{
    word-wrap: break-word;
    width:100%;
}

.textCluster{
     font-size:1.3rem;   
}

.menu-new-line{
	position: relative;
	width: 40%;
	height:80px;
	z-index: 9999;
	
}

.portadaTituloClass{
	font-size:20px;
}

.headerClass{
	height:80px;
}


.centrado{
        /*position:  inline-block;*/
		position: relative;
		z-index:1;
        background-color:rgba(0,0,0,0.5);
        top: -65%;
        left:0px;
        height:40%;
		font-size-adjust: 0.30;	
		font-weight:bold;
		color:white;
		padding:10% 1% 1% 1%;
}

.centrado:hover{
		animation: fadeMeText 800ms linear forwards;
        position:  inline-block;
        background-color: #F4D03F;
        left:0px;
		font-size-adjust: 0.30;	
		font-weight:bold;
		color:black;
}

.centrado a{
		text-decoration:none;	
		color:white;
		padding:10px;
		font-size:1.3rem;
}

.centrado a:hover{
		text-decoration:none;	
		color:black;
}

i.fas.fa-chevron-circle-right:before{
    color:rgba(127,197,54,1);
}


.centradosecond{
        /*position:  inline-block;*/
		position: relative;
		z-index:1;
        background-color:rgba(0,0,0,0.5);
        top: -75%;
        left:0px;
        height:40%;
		font-size-adjust: 0.30;	
		font-weight:bold;
		color:white;
		padding:10% 1% 1% 1%;
}

.centradosecond:hover{
		animation: fadeMeText 800ms linear forwards;
        position:  inline-block;
        background-color: #F4D03F;
        left:0px;
		font-size-adjust: 0.30;	
		font-weight:bold;
		color:black;
}

.centradosecond a{
		text-decoration:none;	
		color:white;
		padding:10px;
		font-size:1.3rem;
}

.centradosecond a:hover{
		text-decoration:none;	
		color:black;
}







.fa-chevron-circle-right{
	color:red;
}


/*Botones redondos fixeds*/

.boton-fixed{
   position: fixed; 
   height:40px;
   bottom:25px;
   right:5%;
   word-wrap: break-word;
   border:red solid 0px;
   padding:15px;
   background-color:rgba(255,255,255,1);
   margin-top:20%;
   width:40px;
   border-radius: 50%;
   border:1px solid rgba(39,170,225,1);
   display: inline-block;  
   z-index:5;
}

.icon-fixed{
    font-size:34px;
    color:rgba(231, 19, 47,1);
    margin-top:3px;
}

.icon-fixed:hover{
    font-size:34px;
    color:rgba(127,255,212,1);
}

.boton-fixed:hover{
   background-color:rgba(255,255,255,1);
}



.bwtsp-fixed{
   position: fixed; 
   height:40px;
   bottom:100px;
   right:5%;
   word-wrap: break-word;
   border:red solid 0px;
   padding:15px;
   background-color:rgba(0,187,45,1);
   margin-top:20%;
   width:40px;
   border-radius: 50%;
   border:1px solid rgba(39,170,225,1);
   display: inline-block;  
   z-index:5;
}

.iwtsp-fixed{
    font-size:42px;
    color:rgba(255, 255, 255,1);
    margin:0px 3px 3px 2px;
    
}

.iwtsp-fixed:hover{
    font-size:42px;
    color:rgba(0,187,45,1);
}

.bwtsp-fixed:hover{
   background-color:rgba(255,255,255,1);
}


.embalaje-metodos-lineclass{
    display: flex;
    justify-content: space-around;
    align-items:center;
    flex-wrap: wrap; 
    width:90%;
    margin:1% 0 1% 5%;
}

.metodos-pago-container{
    transform:scale(0.7);
}




/*CSS PARA EL MENÚ DE LA PÁGINA*/

:root {
  --primColor: white;
  --secoColor: #555555;
  --cornerRad: 4px;
  --white:white;
  --black:white;
  --primOrange: #21618C;
  --sumborderColor: white;
}

details {
  margin: 20px;
  width:100%;
}
summary {
  writing-mode: vertical-lr;
  width:100%;
  text-align: center;
  padding: 12px 10px;
  width: 23px;
  height: 17px;
  background-color: var(--primOrange);
  border: 2px solid var(--sumborderColor);
  border-radius: var(--cornerRad);
  color: var(--black);
  cursor: pointer;
  user-select: none;
  outline: none;
  transition: transform 200ms ease-in-out 0s;
}
summary::before,
summary::after {
  position: static;
  top: 0;
  left: 0;
}
summary::before {
  content: "";
}
summary::after {
  content: "III";
  letter-spacing: -1px;
}
summary:hover {
  transform: scale(1.1);
}
summary::marker {
  font-size: 0;
}
summary::-webkit-details-marker {
  display: none;
}
details[open] .menu {
  animation-name: menuAnim;
}
details[open] summary::before {
  content: "X";
}
details[open] summary::after {
  content: "";
}


.menu {
  height: 0;
  width: 170px;
  padding-right:3%;
  border-radius: var(--cornerRad);
  background-color: var(--primColor);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  word-wrap: break-word;
  font-size:14px;
  animation: closeMenu 300ms ease-in-out forwards;
}

.menu a {
  padding: 12px 24px;
  margin: 0 16px;
  color: var(--secoColor);
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: left;
  transition: filter 200ms linear 0s;
}
.menu a:nth-of-type(1) {
  padding-top: 24px;
}
.menu a:nth-last-of-type(1) {
  border-bottom: none;
}
.menu a:hover {
  filter: brightness(200%);
}
details::before {
  content: "← ";
  color: var(--white);
  position: absolute;
  margin-left: 50px;
  padding: 10px 10px;
  opacity: 1;
}
details[open]::before {
  animation: fadeMe 300ms linear forwards;
}
@keyframes menuAnim {
  0% {
    height: 0;
  }
  100% {
    height: 200px;
  }
}
@keyframes fadeMe {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeMeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}


/*CERRANDO EL CSS PARA EL MENÚ DE LA PÁGINA
https://html-online.com/articles/image-align-center/
*/



.embalaje-producto-lineclass{
  display: grid;
  gap: 1rem;
  /*grid-auto-rows:25rem;*/
  grid-template-columns: repeat(auto-fill, minmax(15rem,1fr));
  padding:0% 3% 0% 3%;
  height:auto;
}



.embalaje-news-lineclass{
  display: block;
  /*grid-auto-rows:25rem;*/
  width:94%;
  padding:0% 3% 0% 3%;
  height:auto;
}



.embalaje-producto-lineclass-list{
  padding:0% 3% 0% 3%;
  height:auto;    
}


.embalaje-marcas-lineclass{
  width:94%;
  display: grid;
  gap: 2rem;
  /*grid-auto-rows:25rem;*/
  grid-template-columns: repeat(auto-fit, minmax(10rem,1fr));
  padding:1% 1% 0% 1%;
  vertical-align: middle;
  height:auto;
  border-top:0px solid gray;
  border-bottom:1px solid gray;
  background:white;
  margin:0 0 0% 2%;
  justify-content: center;
  align-content:center;
}


.container-carusel-class{
   align-items: center;  
   display:inline-block;
}

.container-producto-class{
	border:pink solid 0px;
	height:auto;
	padding-top:4%;
	
}

.container-producto-class-news{
	border:pink solid 0px;
	height:auto;
	margin: 2% 0px 0px 0px;
}

.container-producto-class-list{
	border:pink solid 0px;
	height:auto;
	padding:1% 3% 1% 3%;
	margin-bottom:2%;
	background-color:rgba(178,235,242,0.3);
	border-radius:12px;
	
}


.containerImg{
	box-sizing: border-box;
	border-top: solid gray 0px;
	border-bottom: dashed gray 1px;
	height:13rem;
    display: table-cell;
    vertical-align: middle;
}

.containerImgMarcas{
	box-sizing: border-box;
	border-top: solid gray 0px;
	border-bottom: dashed gray 0px;
	/*height:11rem;*/
    display: block;
    vertical-align: middle;
    align-items: center;
}

.containerImg img{
	border:orange solid 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	bottom:0px;
	height:auto;
	align-items: center;
}


.containerImgMarcas img{
	border:orange solid 0px;
	margin:0px 0px 0px 0px;
	width:100%;
	bottom:0px;
	height:auto;
	align-items: center;
}


.embalaje-titulo-list{
  color:red;
  border-bottom: solid silver 0px;
  padding:10px;
  overflow:hidden;
}

.embalaje-titulo-list h3{
  color:black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding:0px;
  font-size:1rem;
  margin:0px;
}

.embalaje-titulo-list h4{
  color:red;
  padding:5px 0px 5px 0px;
  margin:0px;
  font-size:1rem;
  font-weight:normal;
}

.embalaje-titulo-list h5{
  color:black;
  padding:0px;
  margin:10px 0px 5px 10px;
  font-size:0.9rem;
  font-weight:bold;
}

.embalaje-titulo-list h6{
  color:gray;
  padding:0px;
  margin:8px 0px 0px 0px;
  font-size:0.8rem;
  margin-bottom:8px;
}



.embalaje-titulo{
  color:red;
  border-bottom: solid silver 1px;
  padding:10px;
  overflow:hidden;
  height:140px;
}

.embalaje-titulo-news{
  color:red;
  border-bottom: solid silver 1px;
  padding:10px;
  height:auto;
}


.embalaje-titulo h3{
  color:black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding:0px;
  font-size:1.1rem;
  margin:0px;
}

.embalaje-titulo-news h3{
  color:black;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  padding:0px;
  font-size:1.1rem;
  margin:0px;
}


.embalaje-titulo h4{
  color:red;
  padding:0px;
  margin:0px;
  font-size:1rem;
  font-weight:normal;
}


.embalaje-titulo-news h4{
  color:red;
  padding:5px 0px 0px 0px;
  margin:0px;
  font-size:1rem;
  font-weight:normal;
}


.embalaje-titulo h5{
  color:black;
  padding:0px;
  margin:10px 0px 5px 10px;
  font-size:0.9rem;
  font-weight:bold;
}

.embalaje-titulo h6{
  color:gray;
  padding:0px;
  margin:8px 0px 0px 0px;
  font-size:0.8rem;
  margin-bottom:8px;
}


.embalaje-titulo:hover > #horarios{
  display: block;
}


#horarios{
  display: none;
  background-color:white;
  margin:-118px 5px 5px -2px;
  position:relative;
  width:98%;
  padding:2%;
  border-radius:10px;
  border:1px solid gray;
}


.divParrafoAmpliadoClass:hover > #desColegio{
  display: block;
}


#desColegio{
  display: none;
  background-color:#FDEDEC;
  /*margin:-118px 5px 5px -2px;*/
  position:relative;
  width:94%;
  padding:3%;
  border-radius:10px;
  border:1px solid gray;
  font-size:1rem;
}




.label-box{
	float:left;
	position:absolute;
	margin-left:0px;
	background-color:#7EC259;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:4px;
}


.label-box a{
	text-decoration:none;
	color:white;
}


.label-box-list{
	margin-left:0px;
	background-color:#7EC259;
	color:white;
	font-size:11px;
	font-weight:bold;
	padding:4px;
}


.label-box-list a{
	text-decoration:none;
	color:white;
}




.embalaje-titulo h6 a{
	color:gray;
	text-decoration:none;
}

.embalaje-titulo h3 a{
	text-decoration:none;
	color:black;
}


/* CSS CARD SECTIONS*/

.bd-callout-orange {
    border: 1px solid #F4F6F6;
    border-left-color:rgba(127,197,54,1);
    background-color:rgba(127,197,54,0.2);
    color:gray;
}

.bd-callout-blue {
    border: 1px solid #F4F6F6;
    border-left-color:#5bc0de;
    background-color: #D0F1FF;
    color:gray;
}

.bd-callout-green {
    border: 1px solid #F4F6F6;
    border-left-color:#7CC912;
    background-color: #EBFFD0;
    color:gray;
}

.bd-callout-magenta {
    border: 1px solid #F4F6F6;
    border-left-color:rgba(39,170,225,1);
    background-color:rgba(39,170,225,0.2);
    color:gray;
}


.bd-callout {
    padding: 0rem;
    padding-left: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-left-width: 2.55rem;
    border-radius: 0.0rem;
}


/* CIERRE CSS CARD SECTIONS*/




/* CSS FOOTER SECTIONS*/
.footerClass {
    width: 100%;
    background-color: rgba(7,77,137,1);
    display: table-row;
}

.footLeft {
    color: white;
    width: 8%;
    display: table-cell;
    font-weight: bold;
    border: solid red 0px;
	padding:3% 0px 3% 3%;
	font-size-adjust: 0.40;
}

.footCenter {
    color: white;
    width: 1%;
    display: table-cell;
    border: solid red 0px;
}

.footRight {
    color: white;
    width: 20%;
    display: table-cell;
    border: solid red 0px;
	padding:3% 0px 3% 3%;
	font-size-adjust: 0.40;	
}

.embalaje-afiliado-lineclass{
    font-size:11px; 
    background-color:silver;
    padding:1% 3% 1% 3%;
    
}

.embalaje-privacity-lineclass{
    font-size:11px; 
    background-color:#fdf8be;
    padding:0.5% 3% 0.5% 3%;
}

/*  CSS VIDEOS YOUTUBE SECTIONS*/

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}


/*ELEMENTOS PARA EL TOP MENU*/



#top ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f3f3f3;
  border: 1px solid #e7e7e7;
}

#top ul.topnav li {float: left;}

#top ul.topnav li a {
  display: block;
  color: #666;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

#top ul.topnav li a:hover:not(.active) {background-color: #ddd;}

#top ul.topnav li a.active {background-color: #21618C;color:white;}

#top ul.topnav li.right {float: right;}

#topInicio{border-radius: 0px;}
#topInicio:hover{border-radius: 5px;}
#topInicio:hover:not(.active){border-radius: 5px;}
#topInicio.active{border-radius: 5px;}







/* CIERRE CSS FOOTER SECTIONS*/


@media (max-width: 767.98px) {
    
    .divClassImageComplemento{
        display:block;
    	padding:0% 3% 1% 3%;
    	width:94%;    
    	border: solid orange 0px;	
    	margin:0;
    	margin-top:10px;
    }
    
    .divClassInternasTitulo{
    	font-size:1rem;	
    }    
    
     .divClassPortadaMarcaTitulo{
    	font-size:1.3rem;	
    }   
    
    .classImageComplemento{
        display:block;
    	width: 100%;
    	border: solid yellow 0px;	
    	padding:0;
    	margin:0;	
    }   
    
    .divClassVideoComplemento > object{
         	width:100%;   
         	height:50%;
    }  
    
    .logo-web{
        position: fixed;
        /*min-height: 150px;*/
    	/*height:190px;*/
        width: 300px;
        text-align: right;
        word-wrap: break-word;
    	top:0px;
    	margin-top:19;
    	z-index:2;
    	margin-left:20%;
    }
    
    
    .logo-web-institucion{
    	margin-left:calc(50% + 80px);
    }
    
    .parent {
        display: block;
    }
    
    .narrow {
      width: 100%;
      background: lightblue;
      /* Just so it's visible */
    }
    
    .wide {
      width:98%;
      /* Grow to rest of container */
      background: white;
      padding:0% 2% 1% 2%;
      border-right:0px;
      /* Just so it's visible */
    }
    
    .wide_2 {
      width: 100%;
      background: lightblue;
      /* Just so it's visible */
    }
    
    .narrow_2 {
      width:98%;
      /* Grow to rest of container */
      background: white;
      padding:0% 2% 1% 2%;
      border-right:0px;
      /* Just so it's visible */
    } 
 
 
    div >ul >li{
    color:black;
    font-weight:bold;
    font-size:1rem;
    margin:0.5% 2% 0.5% 3%;
    }

    div >ul{
        margin: 2% 0 2% 0;
        background-color:#E3F3FE;
        padding:8%;
    }
            
 
    div >ol >li{
    color:black;
    font-weight:bold;
    font-size:1rem;
    margin:0.5% 2% 0.5% 3%;
    }

    div >ol{
        margin: 2% 0 2% 0;
        background-color:#E3F3FE;
        padding:8%;
    } 
 
    .botonDownload {
        width:93%;
    }
    
    #top ul.topnav li.right, 
    #top ul.topnav li {float: none;}
    #topInicio{display:none;}    


        
    
}


