/* Sass Document */
#imagen-premios-y-reconocimientos {
  position: relative;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 80%;
  padding: 0;
}
@media (min-width: 992px) {
  #imagen-premios-y-reconocimientos {
    height: 100%;
  }
}

/*	margin-left: 13rem */
#boton-01 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 30%;
  top: 75%;
}
@media (min-width: 768px) {
  #boton-01 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-01 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-01 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-01:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-01:visited {
  background-color: black;
}

#boton-02 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 42%;
  top: 60%;
}
@media (min-width: 768px) {
  #boton-02 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-02 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-02 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-02:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-02:visited {
  background-color: black;
}

#boton-03 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 50%;
  top: 67%;
}
@media (min-width: 768px) {
  #boton-03 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-03 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-03 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-03:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-03:visited {
  background-color: black;
}
@media (min-width: 992px) {
  #boton-03 {
    left: 54%;
    top: 60%;
  }
}

#boton-04 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 45%;
  top: 91%;
}
@media (min-width: 768px) {
  #boton-04 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-04 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-04 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-04:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-04:visited {
  background-color: black;
}
@media (min-width: 768px) {
  #boton-04 {
    left: 45%;
    top: 93%;
  }
}
@media (min-width: 992px) {
  #boton-04 {
    left: 45%;
    top: 80%;
  }
}

#boton-05 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 53%;
  top: 87%;
}
@media (min-width: 768px) {
  #boton-05 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-05 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-05 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-05:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-05:visited {
  background-color: black;
}
@media (min-width: 768px) {
  #boton-05 {
    left: 55%;
    top: 86%;
  }
}

#boton-06 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 90%;
  top: 69%;
}
@media (min-width: 768px) {
  #boton-06 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-06 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-06 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-06:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-06:visited {
  background-color: black;
}

#boton-07 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 95%;
  top: 65%;
}
@media (min-width: 768px) {
  #boton-07 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-07 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-07 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-07:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-07:visited {
  background-color: black;
}

#boton-08 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 40%;
  top: 20%;
}
@media (min-width: 768px) {
  #boton-08 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-08 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-08 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-08:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-08:visited {
  background-color: black;
}

#boton-09 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 50%;
  top: 15%;
}
@media (min-width: 768px) {
  #boton-09 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-09 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-09 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-09:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-09:visited {
  background-color: black;
}

#boton-10 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 60%;
  top: 20%;
}
@media (min-width: 768px) {
  #boton-10 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-10 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-10 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-10:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-10:visited {
  background-color: black;
}

#boton-11 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 70%;
  top: 30%;
}
@media (min-width: 768px) {
  #boton-11 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-11 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-11 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-11:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-11:visited {
  background-color: black;
}

#boton-12 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 80%;
  top: 25%;
}
@media (min-width: 768px) {
  #boton-12 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-12 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-12 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-12:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-12:visited {
  background-color: black;
}

/*#boton-13
 * @include boton
 * left: 80%
 * top: 25%*/
#boton-13 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 67%;
  top: 87%;
}
@media (min-width: 768px) {
  #boton-13 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-13 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-13 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-13:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-13:visited {
  background-color: black;
}

#boton-14 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 10%;
  top: 20%;
}
@media (min-width: 768px) {
  #boton-14 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-14 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-14 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-14:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-14:visited {
  background-color: black;
}

#boton-15 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 15%;
  top: 25%;
}
@media (min-width: 768px) {
  #boton-15 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-15 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-15 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-15:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-15:visited {
  background-color: black;
}

#boton-16 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 10%;
  top: 30%;
}
@media (min-width: 768px) {
  #boton-16 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-16 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-16 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-16:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-16:visited {
  background-color: black;
}

#boton-17 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 24%;
  top: 35%;
}
@media (min-width: 768px) {
  #boton-17 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-17 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-17 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-17:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-17:visited {
  background-color: black;
}

#boton-18 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 20%;
  top: 40%;
}
@media (min-width: 768px) {
  #boton-18 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-18 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-18 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-18:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-18:visited {
  background-color: black;
}

#boton-19 {
  font-family: "montserrat";
  position: absolute;
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  font-size: 0.5rem;
  padding: 0;
  background-color: #fea100;
  transition: 1s ease;
  border-radius: 50%;
  left: 10%;
  top: 50%;
}
@media (min-width: 768px) {
  #boton-19 {
    font-size: 0.8rem;
    height: 1.5rem;
    width: 1.5rem;
  }
}
@media (min-width: 992px) {
  #boton-19 {
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
  }
}
#boton-19 a {
  text-align: center;
  display: block;
  padding: 0.2rem;
  text-decoration: none;
  color: white;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
#boton-19:hover {
  cursor: pointer;
  background-color: black;
  transition: 1s ease;
  scale: 1.3;
}
#boton-19:visited {
  background-color: black;
}

#go-mostrar {
  font-size: 1rem;
  color: rgba(255, 0, 0, 0.45);
}
#go-mostrar:hover {
  color: blue;
}

.mostrar {
  border: 1px solid yellow !important;
  background-color: red !important;
  width: 2rem !important;
  height: 2rem !important;
  font-size: 1.13rem !important;
  transition: 1s ease;
  transform: rotate(180deg);
  border-radius: 90px;
}

#full-screen {
  font-size: 1rem;
  color: rgba(255, 0, 0, 0.45);
}
#full-screen:hover {
  color: blue;
}

#cancel-full-screen {
  font-size: 1rem;
  color: rgba(255, 0, 0, 0.45);
}
#cancel-full-screen:hover {
  color: blue;
}/*# sourceMappingURL=premios-y-reconocimientos.css.map */