body {
  font-family: "Press Start 2P", cursive;
  background-color: rgb(230, 230, 230);
}

.bold-title {
  font-weight: bold;
}

.navbar-brand {
  font-family: "Ubuntu";
  font-size: 2.5rem;
  font-weight: bold;
  color: black;
}

.navbar {
  padding: 0 0 4.5rem;
  font-size: 1.6rem;
}

.nav-item {
  padding: 0 18px;
}

.nav-link {
  font-size: 1.6rem;
  font-family: "Montserrat";
}

.container-fluid {
  padding: 3% 15%;
}

#title {
  background: transparent;
  color: rgb(0, 0, 0);
}

#title1 {
  margin-top: 100px;
  font-family: "IBM Plex Serif", serif;
  margin-bottom: 20px;
  font-weight: 570;
}

#Description {
  font-family: "IBM Plex Serif", serif;
  font-weight: 300;
  font-size: 1.5rem;
}

hr {
  border-style: none;
  width: 3%;
  border-color: rgb(0, 0, 0);
  border-top-style: dotted;
  border-width: 7px;
  margin: 20px auto 70px auto;
}

#description-item {
  margin-bottom: 30px;
}

.page1 {
  text-align: center;
}

.mainTitle {
  margin-top: 4%;
  margin-bottom: 2%;
}

.tileContainer {
  margin-bottom: 3%;
}

.tileObject {
  height: 330px;
  width: 350px;
  background-color: rgb(221, 221, 221);
  display: inline-block;
  margin: 2% 2%;
  border-color: black;
  border: 0.2rem solid;
  border-radius: 0.5rem;
}

.dateForm {
  margin-bottom: 2%;
}

/* Seccion de Tiles en tileContainer */

.tile_main_title {
  font-size: 1.6rem;
  margin-top: 7%;
  margin-bottom: 10%;
}

.tile_first_title {
  font-size: 1rem;
  text-align: left;
  margin-top: 8px;
  padding-left: 5%;
}

.tile_second_title {
  font-size: 0.9rem;
  text-align: left;
  margin-top: 20%;
  padding-left: 5%;
}

.mainObjectContainer {
  width: 58rem;
  height: 430px;
  border-color: black;
  border: 0.2rem solid;
  border-radius: 0.5rem;
  margin: 4% auto;
  background-color: rgb(216, 216, 216);
}

/* Seccion de Titulos en mainObjectContainer */

.containerMainTitle {
  font-size: 2rem;
  margin-top: 3%;
  margin-bottom: 0.6%;
}

.left_data_title {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 17%;
  line-height: 40px;
}

.right_data_title {
  text-align: left;
  font-size: 1.2rem;
  margin-top: 6.5%;
  line-height: 40px;
}

.leftSection {
  width: 19rem;
  margin-left: 3%;
}

.main_container_1st_title {
  font-size: 1.05rem;
}

.main_container_2nd_title {
  font-size: 1.05rem;
}

.main_container_3rd_title {
  font-size: 1.05rem;
}

.main_container_4th_title {
  font-size: 1.05rem;
}

.main_container_5th_title {
  font-size: 1.05rem;
}
