/*cookie*/
/*.cover-cookie{
	position: fixed;
    background-color: transparent;
    z-index: 2000;
    width: 100%;
    height: 100%;
	top: 0;
}*/
.box-wrap{
	max-width: 1170px;
    margin: auto;
}
.box-aviso-ck{
	position: fixed;
	bottom: 20px;
	padding: 40px;
	z-index: 2010;
	background-color: #ffffff;
	border-radius: 8px;
	border: 4px solid #004070;
	max-width: 88%;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 25%);
    margin-left: 6%;
}
.btn-aceite{
	border: none;
	border-radius: 6px;
	background-color: #004070;
	color: #ffffff;
	padding: 10px 35px;
	font-size: 20px;
	font-weight: bold;
	outline: none;
	float: right;
	display: block;
    width: 100%;
}
.btn-aceite:hover{
	opacity: 0.9;
}
.txt-aceite{
	font-size: 18px;
	color: #000;
}
.txt-aceite a{
	color: #000;
	text-decoration: underline;
}
/*mobile*/
@media screen and (max-width: 780px) {

.btn-aceite{
	float: none;
	display: block;
    margin: auto;
    margin-top: 20px;
}
}