@import url('https://fonts.googleapis.com/css2?family=Source%20Sans%20Pro&display=swap');

a, a:visited h1, a:link h1, a:active h1{
	text-decoration: none;
	color: #fff;
}

.lista {
	color: #000;
}

p a {
	color: #000;
	font-weight: bold;
}

p a:hover {
	color: grey;
	font-weight: bold;
}


a:hover h5{
	text-decoration: none;
	color: grey;
}

.contenedorPie .elemento ul li a {
	color: #000;
}

body, html {
  height: 100%;
  font-family: 'Source Sans Pro';
}

body {
  margin: 0;
  padding: 0;
}

.contenedor {
  background: #EEE;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80%;
  width:100%;
  background-image: url("../img/background.jpg");  
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #fff;
  border-top: 1px solid #fff;
}

.contenedorCabecera {
  background: #000;
  color: #FFF;
  align-items: center;
  display: flex;
  padding-left:20px;
  height: 10%;
}

.contenedorPie {
  background: #FFF;
  color: #000;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 10%;
  width:100%;
}

.elemento {
  height: auto;
  width: auto;
}

.contenedorCabecera .elemento {
  align-items: left;
  display: flex;
  justify-content: left;
	
}

ul li {  list-style:none }

.cookiesTitulo{
	padding:20px;
	background:#000;
	color:#fff;	
	align-items: center;
	display: flex;
	justify-content: center;
	width:50%;
	position: absolute;
	left: 23%;
	top: 20%;
	z-index: 5;
}

.cookiesMensaje{
	padding:20px;
	background:#000;
	color:#fff;	
	align-items: center;
	display: flex;
	justify-content: center;
	width:50%;
	padding-bottom:20px;
	position: absolute;
	left: 23%;
	top: 30%;
	z-index: 5;
}


.cookiesMensaje .botones {
	align-items: right;
	display: flex;
	justify-content: right;	
}

.cookiesMensaje a {
	color: #fff;
	text-decoration: none;
}

.btnaceptar {
	margin-right:10px;	
}

.contenedor .elemento .polCookies {
	margin:50px;
	padding:50px;
	background-color:#fff;
	opacity: 0.75;
}

.contenedor .elemento .ipinfo {	
	margin:50px;
	padding:50px;
	background-color:#fff;
	opacity: 0.75;
}

.contenedorPie .elemento ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.contenedorPie .elemento li {
  float: left;
  margin-right: 10px
}


.btnpolitics{	
}

.negrita {
	font-weight:bold;
}

.primera {
	margin-top:30px;	
}

.hello {
	font-weight: normal;
}
body {
    font-size: 18px;
}
h1, h2, h3 {
    font-size: 1.5em;
}

button, input, select {
    font-size: 1.1em;
    padding: 12px;
    border-radius: 8px;
}

@media (max-width: 600px) {
    .main-container {
        max-width: 95vw;
        padding: 8vw;
    }
    body {
        font-size: 20px;
    }
}