* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: "Helvetica", sans-serif;
  background: #141e30; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #243b55,
    #141e30
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.titulo {
  letter-spacing: 0.125rem;
  line-height: 175%;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.171);
}

.main-container {
  /* background-color: rgb(187, 187, 187); */
  background-color: rgb(255, 255, 255);
}

.texto {
  color: rgb(78, 78, 78);
  font-size: 1.2rem;
}

.borde {
  color: rgb(100, 100, 100);
  padding: .0250rem 0rem;
}

.mapa {
  border-radius: 0.625rem;
}
