@media screen and (max-width:1200px) {
  .second-section .title {
    width: 100%;
  }
}

@media screen and (max-width:1000px) {

  .first-section .two-columns {
    flex-direction: column;
  }

  .first-section .text-column {
    margin-right: 0;
    width: 100%;
  }

  .first-section .container {
    padding: 0 7%;
  }

  .first-section img {
    width: 100%;
    margin-top: 50px;
  }


  .list-icons {
    flex-direction: column;
    padding: 0;
  }

  .list-icons li {
    width: 50%;
  }

  .third-section>.text-column {
    padding: 40px 3rem 40px 5rem;
  }

  .nuestros-medios {
    flex-direction: column-reverse;
    padding: 40px 0 0;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .nuestros-medios__text {
    width: 100%;
    padding: 0 7%;
  }

  .nuestros-medios__img {
    width: 100%;
    height: 18rem;
    background-position: center bottom;
  }
}

@media screen and (max-width:800px) {

  .header-content {
    margin-left: 20% !important;
  }

  .header-element {
    display: none;
  }

  .first-section .container {
    margin: 40px 0;
  }

  .second-section {
    flex-direction: column;
    margin-bottom: 8px;
    /* height: 400px; */
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .second-section img {
    display: none;
  }

  .third-section {
    flex-direction: column;
    padding: 0 7%;
  }

  .third-section-img {
    display: none;
  }

  .third-section .text-column {
    width: 100%;
    padding: 40px 1rem;
  }

  .card-container {
    flex-direction: column;
  }

  .card {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:600px) {

  .header {
    height: 450px;
  }

  .header-content {
    margin-left: 7%;
  }

  .header-content {
    top: 40px;
  }

  .header img {
    width: 200px;
  }

  .container {
    padding: 40px 0;
  }

  .second-section {
    height: auto;
  }

  .second-section img:last-of-type {
    width: 100%;
    margin-top: 40px;
  }

  .second-section .title {
    margin-top: 40px;
  }

  .section-img-bg .text-column {
    width: 100%;
    padding: 0 7%;
    margin-bottom: 40px;
  }

  .section-img-bg-2 .text-column {
    width: 100%;
    padding: 0 7%;
    margin-bottom: 40px;
  }

  .section-veil {
    width: 90%;
    padding: 40px 0;
  }

  .section-veil h2 {
    font-size: 20px;
    text-align: center !important;
  }

  .section-blue .text-column {
    width: 100%;
    padding: 0 7%;
  }

  .list-icons li {
    width: 100%;
    padding: 0 7%;
  }

  .second-section {
    flex-direction: column;
  }

  .nuestros-medios {
    padding-bottom: 0;
  }

  .img-first-mb,
  .img-second-mb {
    display: block !important;
  }

  .video {
    width: 300px;
    height: 169px;
  }

  .last-section {
    margin-bottom: 0;
  }

  .section-orange {
    flex-direction: column;
    padding: 7%;
    padding-bottom: 20%;
  }

  .last-section .text-column {
    width: 100%;
  }

  .footer {
    gap: 1rem;
  }

  .rrss {
    padding-left: 0;
  }

  .footer-links {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  h2 {
    text-align: left !important;
  }

  .line {
    margin: initial;
  }

  .first-section p,
  .second-section p,
  .third-section p,
  .section-img-bg .text-column p,
  .section-blue .text-column p,
  .last-section p {
    text-align: left;
  }
}