@media (max-width: 1462px) {
  #about > div > div.row > div.container > div {
    width: 70%;
  }
}

@media (max-width: 1310px) {
  #about > div > div.row > div.container > div {
    width: 60%;
  }

  #about-slide .slider .slider-wrapper > * {
    justify-content: center!important;
    display: flex!important;
  }
}
@media (max-width: 1440px) {
  #about-slide {
    margin-top: 150px;
  }
}
@media (max-width: 1200px) {
  #about-slide {
    margin-top: 50px;
  }
  #about .row {
    flex-direction: column;
    flex-wrap: wrap;
  }

  #about .row.reverse {
    flex-direction: column-reverse;
  }

  #about > div > div.row > div.container > div {
    border: none;
  }

  #about .row:nth-child(1) .about-text {
    width: 100%;
  }

  #about p {
    line-height: 30px;
  }

  .about-image,
  .structure-image {
    position: relative;
  }
  .about-image{
    max-width: 1200px;
    width: 90%;
  }

  #about .row:nth-child(1) .about-text {
    margin: 58px 0 40px 0;
  }

  #about .about-image {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    display: flex;
  }

  #about .about-image img {
    width: 100%;
    max-width: 100%;
  }

  #about .about-image.one {
    top: 0px;
  }

  #about > div > div.row > div.about-image.left > i > img {
    order: 2;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background: none;
  }
  #about > div > div.row > div.container > div {
    width: 100%;
    order: 1;
    margin: 40px 0;
    padding: 0;
  }

  .about-image.one img {
    border-radius: 8px;
  }

  #about .slider {
    margin: 0 auto;
  }

  #about .slider .slider-wrapper > * img {
    height: 400px;
  
}

.about-image .slider-nav {
  top: 180px;
}

  #structure {
    margin: 24px 0;
  }

  #structure .col-lg-6 {
    width: 100%;
  }

  #structure p {
    line-height: 30px;
  }

  #structure .structure-text p {
    margin: 16px 0 40px 0;
  }

  #structure .structure-image-video {
    display: flex;
    justify-content: center;
  }

  #structure .structure-image-video img {
    width: 100%;
    height: 100%;
  }

  #units .container.row {
    flex-direction: column;
    flex-wrap: wrap;
  }

  #units .col-lg-4 h2 {
    order: 1;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
  }

  #units h4,
  #units h5 {
    font-size: 18px;
    line-height: 26px;
  }

  #units .units-container {
    order: 2;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  #units .col-lg-4 {
    width: 100%;
  }

  #units-responsivo .slider.wait-box {
    margin-top: 16px;
  }

  .units-card {
    /* border-radius: 0px; */
    width: 90%;
    height: 90%;
    margin: 7px auto auto;
  }

  #continuous-cmprovement-slide h2 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
  }

  #continuous-cmprovement-slide .continuous-cmprovement-card-img {
    justify-content: center;
    height: 280px;
  }

  #continuous-cmprovement-slide .timeline-card {
    filter: drop-shadow(-2px -2px 8px rgba(0, 0, 0, 0.1))
      drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.1));
    border-radius: 8px;
    background-color: #d9d9d9;
  }

  #continuous-cmprovement-slide .timeline-card p {
    max-width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
    padding-bottom: 9px;
    border-bottom: 1px solid #7a7a7a;
  }

  #continuous-cmprovement-slide .timeline-card p span {
    color: #e30613;
  }

  .timeline-card p {
    left: 0px;
  }

  #continuous-cmprovement-slide img.icon-red {
    width: 30px;
    margin: 9px 0 15px 0;
    float: right;
  }

  #quality-policy {
    margin: 56px 0;
  }

  #we-want-to-arrive h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 33px;
    text-align: center;
  }

  #we-want-to-arrive img {
    width: 100%;
    height: 100%;
  }

  #we-want-to-arrive .container.row {
    justify-content: center;
  }

  #we-want-to-arrive {
    margin: 72px 0;
  }

  #we-want-to-arrive .container.row {
    background-image: none;
  }

  #timeline {
    margin-top: 60px;
  }

  #timeline .slider-bullets {
    top: -130px;
  }

  #continuous-cmprovement .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

@media (max-width: 781px) {
  #timeline .slider {
    height: 200px;
  }
}
@media (max-width: 767px) {
  #structure .col-lg-6 {
    display: flex;
    justify-content: center;
  }
  #structure .col-lg-6 {
    display: block;
  }
  .units-card {
    border-radius: 10px;
  }

  #continuous-cmprovement-slide .timeline-card {
    box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    width: 90%;
    height: 92%;
    margin: 20px auto;
    background-color: #d9d9d9;
  }

  #continuous-cmprovement-slide img.icon-red {
    margin: 0;
  }

  .continuous-cmprovement-card-img {
    align-items: inherit;
    display: block;
  }

  .continuous-cmprovement-card-img i {
    display: inline !important;
  }
  .continuous-cmprovement-card-img img {
    width: 100% !important;
    height: 100%;
  }

}

@media (max-width: 425px) {
  .units-card {
    width: 100%;
  }

  #units {
    padding: 0 0 56px;
  }

  #units h5 {
    font-size: 10px;
  }
  .slider .slider-wrapper > * {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #about p {
    line-height: 22px;
    font-size: 14px;
}

#structure .structure-text p,
#quality-policy .quality-policy-text p {
  font-size: 14px;
  line-height: 21px;
}

#continuous-cmprovement-slide {
  margin-bottom: 56px;
}
}