/* cookies.css 1.1 (2023.03.08)*/
#aviso {
  position: fixed;
  top: 10%;
  background-color: #E8E8E8;
  color: rgba(83,83,83,1.00);
  display: block;
  width: 70%;
  left: 14%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  z-index: 5000;
  border-top: medium solid #005598;
  padding-left: 1%;
  padding-right: 1%;
  -webkit-box-shadow: 3px 3px 10px #2b2f50;
  box-shadow: 3px 3px 10px #2b2f50;
  z-index: 9999;
}
#fondoaviso {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: 9998;
}
#banner {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: .5em;
  background-color: #fff;
  border: 1px solid #005598;
}
#banner>a { cursor: pointer; }
#politica_cookies {
  height: 33vh;/*150px;*/
  overflow-y: scroll;
}
#politica_cookies>article>div { margin: 0; }
.cookieBot {
  font-size: 15px;
  width: 100%;
  text-align: center;
  margin-top: 1%;
  margin-left: auto;
  margin-right: auto;
}

#ez {
  display: inline-block;
  font-size: 15px;
  width: 10em;
  text-align: center;
  /*position: absolute;
  top: 0px;*/
  /*margin-right: 15px;
  text-align: center;*/
  cursor: pointer;
  margin-top: 7px;
  color: #005598;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid #005598;
}
#ez:hover {
  color: #fff;
  background-color: #005598;
  border-color: #000000;
}
#bai {
  display: inline-block;
  font-size: 15px;
  background-color:  #005598;
  color: #fff;
  text-align: center;
  width: 10em;
  cursor: pointer;
  margin-top: 7px;
  padding: 4px;
  border-radius: 4px;
  border: 1px solid  #005598;
}

#bai:hover {
  color: #005598;
  background-color: #ffffff;
  border-color: #005598;
}

#cookieinfo {
  color: #005598;
  text-decoration: none;
  cursor: pointer;
}
#cerrar_politica {
  z-index: 9999;
  /*width: 65px;
  height: 15px;
  margin-left: auto;
  margin-right: auto;*/
  margin-top: 0.5em;
  /*background-image: url('../media/img/flechacerrar.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;*/
  cursor: pointer;
  display: inline-block;
}
.frase_portada.frase_avisos {
  margin-top: 1.5em;
  font-size: 1.1em;
  color: #a64747;
  text-align: center;
}
#aviso h3 {
  color: #a64747;
}
#titulos_politica2 {
  font-size: 1.3em;
  color: #a64747;
  text-align: center;
  margin-top: 1em;
}
.avisos_lpd {
  margin-left: 1em;
}
.avisos_lpd h3 {
  color: #a64747;
  margin-bottom: .5em;
}
.avisos_lpd a {
  color:  #884141;
}
/*#aviso h4 {
  color: #a64747;
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 17px;
  margin-top: 10px;
}*/
#aviso h4   {
  color: #005598;
  font-size: 1.3em;
  text-align: center;
  /*margin-bottom: 17px;*/
  margin: 1em 0 0 0;
}
/*#politica_cookies {
  margin-bottom: 40px;
}*/

#mapalt {
  height: 540px;
  width: 80%;
  background-image: url('../images/mapa.png');
  background-position: center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
}


@media all and (max-width: 1200px) {
  #aviso {
    font-size: 12px;
  }
  /*#politica_cookies {
    height: 300px;
  }*/
}
@media all and (max-width: 1023px) {
  #mapalt {
    height: 500px;
    width: 100%;
  }
}
@media all and (max-width: 830px) {
  #aviso {
    /*font-size: 14px;*/
    width: 100%;
    left: 0;
    top: 0;
  }
}
@media all and (max-width: 630px) {
  #aviso {
    /*font-size: 14px;*/
    width: 100%;
    left: 0;
    top: 0;
  }
  #aviso p {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  /*#politica_cookies {
    height: 300px;
  }*/
  .avisos_lpd h3 {
    margin-top: 2em;
    text-align: center;
  }
}
@media only screen and (max-height: 450px) {
  #politica_cookies { height: 20vh; }
  /*#aviso { top: 0; }*/
}
/*@media only screen and (max-height: 800px) {
  #politica_cookies { height: 20vh; }
  / *#aviso { top: 0; }* /
}*/

