/* clases cookies*/

.cln000n1001 {
	position:fixed;
	bottom: 16px;
	left: 16px;
	right: 16px;
	width: 500px;
	background: hsl(210,8%,20%);
    color: white;
    padding: 40px;
    border-radius: .475rem;

}

.cln000n1001 > p {
	text-align: justify;
}
.cln000n1001 > p > a {
	color: gold;
}

.cln000n1002 {
    background: hsl(206,100%,52%);
    padding: 8px 16px;
    width: 100%;
    color: white;
    border-radius: 3px;
    border: none;
    outline: none;
	cursor:pointer;
}

.cln000n1003 {
    background: hsl(205,46%,92%);
    padding: 8px 16px;
    width: 100%;
    color: hsl(205,46%,32%);
    border-radius: 3px;
    border: none;
    outline: none;
	margin-top: 10px;
	cursor:pointer;
}

.cln000n1004 {
    position: fixed;
    z-index: 99999999999999999999999999999999999999999;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: rgba(44,123,229,0.3); */
}

.cln000n1005 {
    position: fixed;
    z-index: 4;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /* background-color: rgba(0,0,0,0.4); */
    background-color: rgba(0,0,0,0.2);
}


@media only screen and (max-width: 1024px){
.cln000n1001 {
	bottom: auto;	
}
}

@media only screen and (max-width: 600px){
.cln000n1001 {
	width: auto;	
}
}