@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');

body{
  margin: 0;
  background-color: black;
}

header{
  background-color: violet;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo{
  margin-left: 20px;
}

.ultima-actualizacion-texto{
  text-align: center;
  color: white;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
}

.titulo{
  color: white;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 70px;
  text-align: center;
}

.terminos{
  padding-top: 60px;
}
  
.contenido{
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 40px auto 0 auto;
  justify-content: center;
}

.politica-privacidad-contenido-aviso{
  color: white;
  font-size: 30px;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 20px;
}

.politica-privacidad-contenido-descripcion{
  color: white;
  font-size: 30px;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 20px;
}

.politica-privacidad-contenido-titulo{
  color: white;
  font-size: 30px;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 30px;
}

.politica-privacidad-contenido-texto{
  color: white;
  font-size: 30px;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 20px;
}

/* MEDIA QUERIES */

/* Media queries de moviles */

@media (max-width: 600px){

.titulo{
  color: white;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 30px;
  text-align: center;
}

.contenido{
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 40px auto 0 auto;
  justify-content: center;
}

.politica-privacidad-contenido-aviso{
  color: white;
  font-size: 30px;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 15px;
}
}

/* Media queries de tablets */

@media (max-width: 1024px){

.titulo{
  color: white;
  font-family: 'Google Sans Flex';
  font-style: normal;
  font-weight: 1 1000;
  font-stretch: 100%;
  font-display: swap;
  font-size: 50px;
  text-align: center;
}

.contenido{
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 40px auto 0 auto;
  justify-content: center;
}
}