body,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "charlotte_sans_mediumregular", sans-serif; */
  /* font-family: Helvetica, sans-serif; */
  font-family: "Roboto", sans-serif;
}

/* Header */

#nav-wrapper {
  background-color: #ed4650;
  color: #fff;
}

.activo {
  background-color: #fff;
  color: #ff0000;
}

header {
  color: #fff;
  background-color: #ff0000;
  padding: 50px 0 0 0;
}

header .container {
  padding: 30px 20%;
}

.cabecera {
  width: 100vw;
  margin: 0;
  background-color: #fff;
}

.cabecera img {
  height: 200px;
}

.video-container {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* /Header */

/* Requisitos */

#requisitos,
footer {
  background-color: #f1f1f1;
}

#requisitos ul {
  font-size: 1.2em;
  list-style-image: url("../img/cra.svg");
  list-style-position: inside;
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}

#requisitos ul li {
  position: relative;
}

#requisitos ul li span {
  position: relative;
  position: relative;
  top: -8px;
}

#requisitos .txt-container {
  flex-grow: unset;
}

.icono-cra {
  width: 24px;
  height: 24px;
}

/* /Requisitos */

/* Info y Sumate */

.container {
  display: flex;
  width: 100%;
  padding: 30px 100px;
  justify-content: center;
  align-items: center;
}

.txt-container,
.img-container {
  padding: 70px;
  flex-grow: 1;
}

.img-container img {
  width: 100%;
  height: auto;
}

.botonera {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.btn-formulario {
  text-decoration: none;
  color: #ff0000;
  font-weight: bold;
  border: 2px solid #ff0000;
  padding: 15px;
}

.btn-formulario:hover {
  color: #fff;
  background-color: #ff0000;
}

/* Pop up */

.fondo {
  background-color: #333;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  z-index: 9000;
}

.pop-up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 80%;
  display: none;
  cursor: pointer;
  z-index: 9001;
}

.pop-up > img {
  width: auto;
  max-height: 80vh;
  height: auto;
}

.banners-colecta {
  width: 100%;
  display: block;
  padding-top: 50px;
}

.banners-colecta img {
  margin-top: 50px;
  width: 100%;
  height: auto;
  max-width: 90%;
}

/* /Info y Sumate */

footer a {
  text-decoration: none;
}

@media only screen and (max-width: 1100px) {
  .txt-container,
  .img-container {
    padding: 30px;
  }
}

@media only screen and (max-width: 850px) {
  header .container {
    padding: 30px;
  }

  .container {
    flex-flow: column;
  }

  .img-container {
    order: 1;
  }

  .txt-container {
    order: 2;
  }

  .cabecera img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 500px) {
  header .container {
    padding: 30px;
  }

  .w3-jumbo {
    font-size: 32px !important;
  }

  .container {
    padding: 30px 20px;
    flex-flow: column;
  }

  .img-container {
    order: 1;
  }

  .txt-container {
    order: 2;
  }
}
