/*.bloquecookies{width:100%; padding-top: 50px; background-color: rgba(63, 75, 89, 0.8); position: fixed; top: 0px; left: 0px; z-index: 99999; height:230px}*/
	.ocultarCapacookies{display:none;}
	.mostrarCapacookies{ display: block;}
	.bloquecookiescontenido{
		width:100%;  
		margin:0 auto; 
		text-align:left; 
		background-color: #FFF; 
		overflow:hidden; 
		padding: 36px 340px;
		gap: 54px;
		overflow-y: scroll; 
		position:fixed; 
		top:0;
		z-index: 999991;}

			.literalcookies{ font-size: 1rem; line-height:25px;}
				.literalcookies h1{
					color: #005D5D;
					
					font-family: 'Aleo';
					font-style: normal;
					font-weight: 700;
					font-size: 20px;
					line-height: 16px;
					padding-bottom: 10px;
				}
				.literalcookies p{
					font-family: 'Open Sans';
					font-style: normal;
					font-weight: 400;
					font-size: 12px;
					line-height: 16px;
					display: flex;
					align-items: center;
					
					color: #000000;
				}
		.bloqueopciones{
			position: relative;
			float: left;
			background: #007078; 
			width: 134px;
			height: 34px; 
			margin-top: 35px; 
			text-decoration: none; cursor:pointer;
		}
			.botonescookies {width: 100%; text-align:center; }
				.botonescookies a{ color: #fff; }
				.bloqueopciones:hover{ background-color:#3EB7AD; color: #CCC; }
				.botonescookies p {
					color: #FFF;
					font-family: 'Open Sans';
					font-style: normal;
					font-weight: 400;
					font-size: 12px;
					justify-content: center;
					position: absolute;
					top: 50%;
					left: 50%;
					transform: translate(-50%, -50%);

				}




		
@media (max-width: 823px) {
/*.bcerrarmatricula{position: absolute; z-index: 999999; right:5px; top:5px}*/
	.bloquetexto{float: left; width:94%; margin:1%; padding: 3% 2%;}
	.bloqueopciones{float: left; width:94%;  margin:1%; padding:3% 1%;}	
		.botonescookies {padding: 2rem 5%; MARGIN-TOP: 1rem;}
}
@media (max-width: 610px) {
	.bloquecookies{padding-top:0px}

}