body {
  font-family: 'Nunito', sans-serif;
  background-color: #ffffff;
  color: #72767a;
}

a:hover {
  color: inherit;
}

header img.logo {
  margin-top: -15vw;
  width: 24vw;
  margin-left: 6.5vw;
}

section.comunicate {
  margin-top: -2.5rem;
}

section.comunicate a {
  color: #737373;
  font-weight: 700;
  background-color: #73ffdf;
  border-radius: 1em 1em 0 0;
  padding: 1em;
  box-shadow: 6px 2px 0px -2px rgba(0, 0, 0, 0.3);
}

section.gris {
  background-color: #737373;
}

section.gris .separador {
  border-left: 4px solid #73ffdf;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 1.5rem;
}

section.gris .lista ul {
  color: #ffffff;
  font-weight: 700;
  list-style: none;
  padding-left: 1rem;
}

section.gris .lista ul li {
  margin: 0.25rem 0;
}

section.gris .lista ul li::before {
  content: "\2022";
  color: #73ffdf;
  font-weight: 800;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

section.gris p.eliminan {
  margin: 0;
  text-align: center;
}

section.gris p.eliminan .text-eliminan {
  color: #73ffdf;
  font-weight: 800;
  font-size: 1.6rem;
}

section.gris p.eliminan .text-porcentaje {
  color: #73ffdf;
  font-weight: 800;
  font-size: 5rem;
  line-height: 4rem;
}

section.gris p.eliminan .text-porcentaje i {
  font-weight: 400;
  font-style: normal;
}

section.gris p.eliminan .text-resto {
  color: #ffffff;
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 0.1rem;
}

div.botonera {
  background-color: #f0f0f0;
  padding-top: 1.5rem;
}

div.botonera a {
  color: #737373;
  font-weight: 800;
  background-color: #73ffdf;
  border-radius: 1em 1em 0 0;
  padding: 1em;
  box-shadow: 6px 2px 0px -2px rgba(0, 0, 0, 0.3);
  min-width: 13rem;
  text-align: center;
}

section.video {
  background-color: #73ffdfff;
  text-align: center;
}

section.video iframe {
  margin-bottom: -7px;
  width: 100%;
  height: 53vw;
}

p {
  text-align: justify;
}

h2,
h3 {
  font-weight: 800;
  font-size: 1.6rem;
  color: #737373;
}

h2 {
  color: #73ffdf;
  font-size: 2.5rem;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li span {
  font-weight: 700;
  padding-right: 0.5rem;
}

.accordion>.card {
  margin-bottom: 0.5em;
  border: 1px solid #73ffdf;
  border-radius: 0;
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 1px solid #73ffdf;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion>.card .card-header {
  background-color: #73ffdf;
  padding: 0.5rem 0.5rem;
  cursor: pointer;
}

.accordion>.card .card-header.collapsed {
  background-color: transparent;
}

.accordion>.card p {
  margin: 0;
  padding: 1rem;
}

footer {
  background-color: #737373ff;
}

footer p {
  color: #ffffff;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
}

footer p strong {
  font-weight: 800;
}

footer a {
  color: #737373;
  font-weight: 800;
  background-color: #73ffdf;
  border-radius: 1em;
  padding: 1em;
  box-shadow: 6px 6px 0px -1px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
}

@media (min-width: 1199px) {
  footer p {
    text-align: left;
  }

  section.gris p.eliminan {
    text-align: left;
  }

  section.gris .lista ul {
    padding-left: 0;
  }

  section.gris img {
    margin-top: -1rem;
  }

  section.video iframe {
    height: 45.5vw;
  }
}

@media (max-width: 1199px) {
  section.video {
    background-color: transparent;
  }
}