#fondo_aviso_cookies
{
position:fixed;
z-index:9999999;
top:0;
left:0;
width:100%;
height:100%;
background:#b19e9e80;
display: none;
}
#header_aviso_cookies{
width: 100%;
padding: 10px;
padding-left: 10%;
font-size: 20px;
position: absolute;
top: 0;
height: auto;
}
#aviso_cookies_dobuss img {
max-width: 80%;
width: 100%;
height: auto;
}
#aviso_cookies_dobuss{
position: relative;
background: #fff;
width: 100%;
max-width: 500px;
min-height: 300px;
position: absolute;
top: 50%;
left: 50%;
max-height: 80vh;
transform: translate(-50%, -50%);
overflow: hidden;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
align-items: center;
}
#contenido_aviso_cookies_dobuss{
padding: 20px 40px;
height: 80vh;
text-align: center;
overflow: auto;
padding-top: 10%;
margin-top: 8%;
margin-bottom: 50px;
max-height: 400px;
font-size: 15px;
height: 100%;
}
#avl_dobuss{
position: absolute;
bottom: 0;
width: 100%;
text-align: center;
border-bottom: #0000001a solid 1px;
display: flex;
justify-content: center;
align-content: center;
flex-direction: row;
align-items: center;
}
#aceptar_aviso_cookies_dobuss{
margin-top: 10px;
margin-bottom: 10px;
cursor: pointer;
border: none !important;
width: 200px;
font-weight: bold;
font-size: 18px;
}
#mas_informacion_cookies{
margin-left: 10px;
font-size: 14px;
}
#aceptar_aviso_cookies_dobuss, #mas_informacion_dobuss{
padding: 10px;
}
@media only screen and (max-width: 550px) {
#aviso_cookies_dobuss{
max-width: 350px;
}
}
@media only screen and (max-width: 350px) {
#aviso_cookies_dobuss{
max-width: 250px;
}
#contenido_aviso_cookies_dobuss{
margin-top: 12%;
}
#avl_dobuss{
flex-direction: column;
}
#mas_informacion_cookies {
order: 1;
}
#aceptar_aviso_cookies_dobuss {
order: 2;
}
}