main {
  margin-top: 15vh;
}

.masthead h1 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}


.banner {
  margin-top: 20vh;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}


.section-question h2 {
  padding-bottom: 2rem;
  margin-top: 4rem;
  color: var(--primary-blue);
  padding: 0.5rem 0;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: start;
}

.art-question {
  height: 30vh;
  overflow: auto;
  scrollbar-width: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.question-item {
  padding: 1rem;
  border: 2px solid var(--primary-green);
  border-radius: 5px;
  margin-bottom: 2rem;
}


.question-item h4 {
  font-size: 1.2rem;
}

.question-item ul {
  font-size: 1.2rem;
}

.question-item svg {
  height: 1.8rem;
  width: 1.8rem;
}

.text-contac2 {
  margin-left: 1rem;
}

.call-to-action {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 0.2fr 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}


.call-to-action h2 {
  background-color: var(--primary-blue);
  color: white;
  padding: 0.5rem 0 0.5rem 1rem;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: start;
  grid-area: 1 / 1 / 2 / 3;
}


.call-to-action h4 {
  font-weight: 600;
  font-size: 1.5rem;
}

.call-to-action article {
  text-align: left;
  margin-top: 1rem;
}

.icon-toggle {
  width: 2rem;
  height: 2rem;
}



.toggle-correos,
.toggle-question {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.toggle-question-item,
.toggle-correos-item {
  list-style-type: none;
  padding-left: 0;
}

.toggle-question-item li,
.toggle-correos-item li {
  display: flex;
  align-items: center;
  margin-top: 1rem;

}


.toggle-correos-item li {
  margin-bottom: 1rem;
}

.correos-collapse,
.question-collapse {
  transition: max-height 0.4s ease;
}

.correos-collapse.show {
  display: block;
}

.d-none {
  display: none;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.showcase-text.text-contac {
  padding: 2rem;
}

.text-contac li {
  font-weight: 500;
}

.icon-with-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.text-contac a {
  margin-bottom: 0;
  color: var(--primary-black);
  font-size: 1.1rem;
}

.text-contac a:hover {
  color: var(--primary-blue);
}

.text-contac a:hover svg {
  fill: var(--primary-blue);
}


.contact-icon {
  font-size: 1.5rem;
  padding-right: 0.5rem;
  color: var(--primary-black);
}

.call-to-action svg {
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
}


.responsive-text {
  text-align: center;
}

.contact-list {
  list-style: none;
  padding-left: 0;
}


/* Media Queries */
@media (max-width: 800px) and (min-height: 400px) {

  main {
    margin-top: 0;
  }

  section.masthead {
    height: 90svh;
  }

  .box-banner {
    padding-top: 40vh;
  }

  .banner {
    margin-top: 10vh;
    padding: 0.5rem 0 0.5rem 2rem;
    display: block;
  }


  section.masthead h1 {
    margin-top: 0;
    margin-left: 0;
  }


  .art-question {
    height: 50vh;
  }

  .section-question h2 {
    font-size: 1.5rem;
  }

  .question-item h4 {
    font-size: 1.1rem;
  }

  .question-item ul {
    font-size: 1.1rem;
  }

  .text-contac2 {
    margin-left: 0;
  }


  .text-contac a {
    font-size: 1rem;
  }

  .call-to-action {
    padding-top: 3rem;
    padding-bottom: 3rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }


  .map-iframe {
    padding-top: 1rem;
  }

  .contact-icon {
    padding-right: 0;
    font-size: 1rem;
  }

  .call-to-action svg {
    height: 1.5rem;
    width: 1.5rem;
  }

  .call-to-action h2 {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 1.5rem;
  }


  .box-call-to.row,
  footer.footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .section-download2 h5 span {
    white-space: normal;
  }
}

/* Móviles chicos */
@media (max-width: 480px) {

  main {
    margin-top: 0;
  }

  .box-banner {
    padding: 40vh 6dvw 0 6dvw;
  }
}


@media (min-width: 801px) and (orientation: portrait) {
  .banner {
    margin-top: 5vh;
  }

  .main {
    margin-top: 0;
  }
}

@media (min-width: 1800px) and (min-height: 1081px) {

  main {
    margin-top: 0;
  }

  .banner {
    margin-top: 5vh;
  }
}