@import url('globals.css');
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100vw;
}
section{
  padding: 0 24px;
}

.rdh_banner-legal{
  background-color: rgba(14, 65, 54, 0.8);
  height: 300px;
  background-position: center center;
  background-size: cover;
  color:#fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.rdh_banner-privacy h1{
  margin: 0;
  font-weight: 900;
}

.rdh_banner-privacy p{
  margin: 0 0 1rem;
}

.rdh_mail{
  color: #2FD9B3;
}

h2{
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  text-transform: uppercase;
}

p{
  margin-top: 0;
  margin-bottom: 1rem;
}

.rdh_rights_section{
  margin-bottom: 5rem;
}

/* Extra Small devices (phones) */
@media only screen and (max-width: 599px) {
  /* Estilos para XS */
}

/* Small devices (tablets) */
@media only screen and (min-width: 600px) and (max-width: 959px) {
  /* Estilos para SM */
}

/* Medium devices (desktops) */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  /* Estilos para MD */
}

/* Large devices (large desktops) */
@media only screen and (min-width: 1280px) and (max-width: 1919px) {
  /* Estilos para LG */
}

/* Extra Large devices (extra large desktops) */
@media only screen and (min-width: 1920px) {
  /* Estilos para XL */
}
