body {
  font-family: "Circular Std", sans-serif;
  color: #fff;
  margin: 0;
  overflow-x: hidden;
}

/*Inicio_Navbar*/
header {
  background: #492f72;
  padding: 20px 25px 20px 50px;
  font-size: larger;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.logo {
  margin-left: -5vw;
}

.options-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 2vw;
}

.dropdown {
  float: right;
  overflow: hidden;
  width: 174px;
  margin-left: 3vw;
  margin-right: -2vw;
}

.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  text-align: center;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-left: 0;
}

.dropdown-content a:hover {
  background-color: #dddddd;
}

.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 0 0 10px 10px;
}

a {
  color: #fff;
  text-decoration: none;
  margin-left: 5vw;
}

/*Reglamento*/

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#cuadranteReg {
  padding-top: 2vw;
  display: block;
  flex-direction: row;
  align-content: space-between;
  align-items: center;
}

#reglamento {
  color: #1c808d;
  font-size: 30px;
  align-items: center;
}

.obj i {
  margin-top: 2vw;
  font-size: 3vw;
}

i.fa-thumbs-down {
  margin-top: 5vw;
}

/*Lista Izquierda*/

#cuadranteReg2 {
  display: flex;
  flex-direction: row;
}

#cuadranteRegL {
  color: #1c808d;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  width: 650px;
  padding-right: 30px;
  text-align: center;
  border: 4px solid rgb(29, 138, 138);
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-width: 3px;
  border-radius: 2px;
  float: left;
}

#cuadranteRegL ul li {
  padding: 10px;
  list-style-type: none;
}

#cuadranteRegL ul {
  list-style-type: none;
}

/*Cuadrante derecho */

#cuadranteRegR {
  color: #1c808d;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  width: 650px;
  text-align: center;
  float: right;
}

#cuadranteRegR ul li {
  padding: 10px;
  list-style-type: none;
}

/*Cuadrante inferior*/

#cuadranteBottom {
  margin-top: 1vw;
  display: flex;
  flex-direction: row;
}

#parrafoInf p {
  color: #1c808d;
  text-align: center;
}

/* Footer */

footer {
  margin-top: 2vw;
  background-color: #492f72;
  height: 14vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: larger;
  text-align: center;
}

footer img {
  padding-top: 1vw;
  margin-bottom: 1vw;
  width: 12vw;
}
