body {
  background-color: black;
}

h1 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  text-shadow: 5px 3px 8px rgb(140, 140, 140);
}
.footer {
  background-color: rgb(255, 255, 255);
  margin-top: 20px;
  bottom: 0;
  width: 100%;
  min-height: 1em;
  border-color: #547800;
  font-family: "Lato", sans-serif;
}
footer {
  margin-top: auto;
}
.logoEz {
  position: relative;
  justify-content: center;
  text-align: center;
}
.QuizContainer {
  background-color: white;
  height: auto;
  margin-top: -100px;
}
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,400&display=swap");
* {
  padding: 0px;
  margin: 0px;
  font-family: "Lato", sans-serif;
}

.button-wrapper {
  margin-top: 50px !important;
}

.boton {
  padding: 15px 30px;
  background-color: #6e8737;
  font-size: 20px;
  color: white;
  text-decoration: none;
  border-bottom: 3px solid #4d5f27;
  border-radius: 3px;
}

.boton-2 {
  padding: 15px 30px;
  background-color: #fc7f3f;
  font-size: 20px;
  color: white;
  text-decoration: none;
  border-bottom: 3px solid #f96115;
  border-radius: 3px;
}

.boton:hover {
  background-color: #ecd200;
  border-bottom: 3px solid #d1b900;
}

.boton-2:hover {
  background-color: #ecd200;
  border-bottom: 3px solid #d1b900;
}

h1 {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 35px;
}

h3 {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
p {
  text-align: center;
}
.textoProgreso {
  font-weight: 700;
  font-size: 24px;
}
.textoHeader {
  color: white;
  justify-items: right;
  position: absolute;
  left: 70vw;
  bottom: 100px;
  font-weight: bolder;
  top: 5%;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

/* div {
  margin-left: 200px;
} */

.home {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 90%;
  margin: auto;
  min-width: 250px;
  justify-content: center;
}

.estiloFondo {
  width: 80%;
  margin: auto;
  background-color: rgb(225, 222, 222);
  margin-top: 15px;
  padding: 1px;
}

.estiloBuho {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  width: 10%;
  margin: auto;
  min-width: 250px;
  justify-content: center;
}
.footer {
  background-color: rgb(255, 255, 255);
  margin-top: 20px;
  bottom: 0;
  width: 100%;
  min-height: 1em;
  font-family: "Lato", sans-serif;
  background-color: #163070;
}
.textoCopyRights {
  margin-left: 15px;
  margin-right: 25px;
  align-items: center;
  font-family: "Lato", sans-serif;
  text-align: center;
  color: white;
}
.logoFooter {
  display: flex;
  flex-wrap: wrap;
  padding-right: 150px;
  /* padding-left: 270px; */
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 10%;
  margin: 10px;
}
.divFooter {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
  margin: auto;
  margin-top: 150px;

  height: auto;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
footer {
  margin-top: auto;
}
.divPrivacy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 50%;
  margin: auto;
  flex-wrap: wrap;
}

.estiloCellphone {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  width: 8%;
  margin: auto;
  /* min-width: 250px; */
  justify-content: center;
}
.imagenBanner {
  width: 100%;
  position: relative;
}

.circuloProgreso {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -150px;
}
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

body {
  font-family: "Roboto", sans-serif;
  background: #212020;
}

.all {
  display: flex;
}

.circle-wrap {
  display: flex;
  grid-template-columns: repeat(1, 160px);
  grid-gap: 80px;
  margin-top: 100px;
  margin-left: 50px;
  width: 150px;
  height: 150px;
  background: #d9d7da;
  border-radius: 50%;
}

.circle-wrap .circle .mask,
.circle-wrap .circle .fill-1,
.circle-wrap .circle .fill-2,
.circle-wrap .circle .fill-3 {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}

.circle-wrap .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}

.circle-wrap .inside-circle {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #ffffff;
  line-height: 120px;
  text-align: center;
  margin-top: 13px;
  margin-left: 13px;
  color: rgb(0, 0, 0);
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 2em;
}
.mask .fill-1 {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #2f9ee9;
}

.mask.full-1,
.circle .fill-1 {
  animation: fill-1 ease-in-out 3s;
  transform: rotate(90deg);
}

.divBannerBoton {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.textoBanner {
  background-color: #fc3f3f;
  color: white;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: left;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
