#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	text-align:left;
	min-height:40px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#212529;
	z-index:99999;
	
	padding: 2em 1em;
	background: #fff;
	border-top: 1px solid rgba(0, 152, 81, 0.3) !important;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.inner #popup-buttons {
    margin: 0;
    max-width: 100%;
    text-align:left;
}

.inner #popup-buttons button {
    color: #212529;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    border: 0;
    margin: 1rem 0 0;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    text-shadow: none;

}

.inner #popup-buttons button.reject{
    padding: 10px 15px;
    border-radius: 4px;
    background: #b50c2c;
    color: #fff;
}
.inner #popup-buttons button.agree{
        background: #008044;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;

}
.inner #popup-buttons button.config{
        background: #fff;
    color:  #008044;
    padding: 10px 15px;
    border-radius: 4px;
    border:.5px solid #008044;

}
.inner a.ok {padding:4px;color:#00ff2e;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#008044;}


#cookie-settings{
    display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1001;
}
#cookie-settings div{

    background:#fff; max-width:500px; margin:10% auto; padding:20px; border-radius:8px;
}

#cookie-settings div button{
    background: #fff;
    color:  #008044;
    padding: 10px 15px;
    border-radius: 4px;
    border:.5px solid #008044;
}

#iam-cookie-control-modal-backdrop.iam-cookie-control-modal-backdrop{
    z-index: 1250;
    height: 100%;
    width: 100%;
    background-color: #0006;
    position: fixed;
    inset: 0;

}