main {
  background-image: url(/portal/about_us/resources/assets/images/bg_about_us.jpg);
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.section-content{
  display: flex;
  justify-content: center;
  align-items: center;
}

.container_us {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 95%;
  height: 60%;
  gap: 5rem;
  justify-content: center;
  align-items: center;

  .container_us_images {
    height: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
    gap: 30px;
    aspect-ratio: 9/8;
    

    img {
      border-radius: 5px;
      height: 100%;
    }
    #image-us-bottom {
      position: relative;
      top: 50px;
    }
  }

  .container_us_information {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*justify-content: start;*/
    text-align: justify;
    height: auto;
    width: 35%;
    flex-wrap: wrap;
    gap: 1.5rem;

    h1 {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1.5rem;
    }
    
    p {
      font-weight: 500;
      font-size: 16px;
    }
  }  
}

.values-carousel-prev, .achievement-carousel-prev{
  transform: rotateY(180deg);
}
    
.values-carousel-prev,
.values-carousel-next,
.achievement-carousel-prev,
.achievement-carousel-next{
  width: 44px;
  height: 44px;
  background-color: transparent;
  border: 2px solid #ffff;
  border-radius: 50%;
  cursor: pointer;
}

.values-carousel-prev:hover,
.values-carousel-next:hover,
.achievement-carousel-prev:hover,
.achievement-carousel-next:hover{
  background-color: #00B5E5;
  transition: 0.5s;
  border: 0px solid #00B5E5;
}

.our_achievements-container{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 30px 30px;

  > .our_achievement-content{
    display: none;
    width: 100%;
    height: 75%;
    gap: 30px;
    padding: 5px;
    pointer-events: none;
    transition: all 0.5s;
    opacity: 0;

    > .our_achievement_information{
      width: 30%;
      display: flex;
      flex-direction: column;
      text-align: center;
      padding: 30px;

      > #title-achievement{
        color: white;
        font-size: 2.25rem;
        font-weight: bold;
        margin-bottom: 80px;
      }
  
      > #number-archievement{
        width: auto;
        color: #00B5E5;
        font-size: 6rem;
        font-weight: bold;
      }
  
      > #text-archievement{
        color: white;
        font-size: 2rem;
        font-weight: 500;
      }
    }

    > .our_achievement-images_content{
      display: flex;
      flex-direction: row;
      width: auto;
      height: auto;
      gap: 20px;
      padding: 5px;

      > img{
        width: auto;
        min-height: 20vh;
        max-height: 50vh;
        border-radius: 5px;
      }

      > #image-achievement-bottom{
        position: relative;
        top: 30px;
      }

    }
  }

  > .our_achievement-content.active{
    display: flex;
    transition: all 0.5s;
    opacity: 1;
    align-items: center;
    justify-content: center;
  }  

  .achievements-carousel{
    width: 100%;
    height: 25%;
    gap: 4%;
    bottom: 0;
  
    > .achievements-carousel-items{
      gap: 7%;
      width: 70vmin;
      height: 16vmin;
      flex-shrink: 0;
      overflow-x: clip;
      position: relative;
      scroll-behavior: smooth;
      mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
  
      > ::before, > ::after{
        content: "";
        position: absolute;
        top: 0;
        width: 50px; 
        height: 100%;
        z-index: 1;
        pointer-events: none;
      }
  
      > .achievement-carousel-item{
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        width: 14.4vmin;
        height: 12.2vmin;
        display: flex;
        justify-content: end;
        aspect-ratio: 3/2;
        object-fit: contain;
        border-radius: 15%;  
        transition: 0.5s;
        cursor: pointer;
      
        > img{
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 95%;
          justify-content: center;
          pointer-events: none;
          border-radius: 15%;  
          transition: 0.5s;
          z-index: 0;
          object-fit: contain;
        }

        > p{
          position: relative;
          width: 100%;
          z-index: 1;
          color: white;
          font-size: 1.6vh;
          font-weight: bold;
          text-align: center;
          margin-bottom: 3px;
        }
      }
    }
  }
}

.geographic-coverage-map{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65vh;
  flex-direction: column;

  >#img-geographic-coverage-web{
    max-width: 65%;
    max-height: 60vh;
  }

  >#img-geographic-coverage-tablet-movil{
    display: none;
  }
}

.map-legend-container{
  width: 100%;
  height: 50vh;
  position: absolute;
}

.geographic-coverage-title{
  font-size: 2rem;
}

.coverage-wrapper{
  width: 100vw;
    display: flex;
    height: 85vh;
    align-items: flex-end;
    justify-content: flex-start;
}

.coverage-container{
  width: 50vw;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;

    >.physical-coverage-container{
      >p::before{
        content: '';
        width: 2rem;
        height: 2rem;
        background-color: #00B5E5;
        border-radius: 50%;
        margin-right: 0.5rem;
        border-style: solid;
        border-width: thin;
      }

      >ul{
        padding-left: 2rem;
        display: flex;
        flex-direction: column;
        height: 2rem;
        justify-content: center;
        gap: 0.2rem;
      }
    }

    >.online-coverage-container{
      >p::before{
        content: '';
        width: 2rem;
        height: 2rem;
        background-color: #FEA621;
        border-radius: 50%;
        margin-right: 0.5rem;
        border-style: solid;
        border-width: thin;
      }

      >ul{
        padding-left: 2rem;
        display: flex;
        flex-direction: column;
        height: 8rem;
        justify-content: center;
        gap: 0.2rem;
      }
    }
}

.coverage-title{
  font-size: x-large;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.geographic-coverage-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  gap: 5%;
}

.our-history-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.title-timeline {
  height: 10%;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.timeline-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 65%;
}

.timeline-map {
  position: relative;
  width: 85%;
  aspect-ratio: 1000 / 300;
  background: url("/portal/about_us/resources/assets/images/timeline.png") center/contain no-repeat;
}

.event-btn-year {
  position: absolute;
  left: calc(var(--x) * 100%);
  top : calc(var(--y) * 100%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  color: #333;
  transition: all 0.3s ease;
  font-size: 36px;
}

.event-btn-year:focus {
  outline: none;
  box-shadow: none;
}

.btn-1990 { --x: -0.05; --y: 0.50; color: #ffffff; }
.btn-2004 { --x: 0.40; --y: 0.21; color: #9296FF; }
.btn-2008 { --x: 0.62; --y: 0.78; color: #FFE992; }
.btn-2021 { --x: 0.83; --y: 0.21; color: #FF92F6; }

.vision-mission-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  height: 100%;
  gap: 50px;

  .container-mission,
  .container-vision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 280px !important;
    height: 80vh;

     img{
      width: 100%;
      height: 60%;
      object-fit: cover;
      border-radius: 5px;
    }

    .title-mission {
      font-size: 2.25rem;
      margin: 5px 0 1rem 0;
      height: auto;
      font-weight: bold;
    }

    .title-vision {
      font-size: 2.25rem;
      margin: 5px 0 10px 0;
      height: auto;
      font-weight: bold;
    }

    #text-mission, #text-vision {
      text-align: justify;
      width: 100%;
      height: auto;
      font-size: 0.85rem;
    }
    
    #text-mission {
      margin-bottom: 10px;
    }
  }

}

.our-values-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px;

  .value-content {
    flex-direction: row;
    justify-content: center;   
    display: none;
    width: 100%;
    height: 75%;
    gap: 30px;
    padding: 5px;

    .text-value-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: justify;
      width: 30%;
      height: auto;
      gap: 25px;
      padding: 40px 40px;

      #title-general-values {
        color: white;
        font-size: 2.25rem;
        font-weight: bold;
      }

      #text-our-values{
        font-size: 1rem;
        justify-content: start;
        align-items: start;
        text-align: justify;
        padding: 0px 10px;
      }

      #title-value{
        color: white;
        display: flex;
      }
      
      #text-values {
        color: white;
        font-size: 1rem;
        font-weight: normal;
        justify-content: start;
        align-items: start;
        text-align: justify;
        padding: 0px 10px;
      }
    }

    .images-value-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: row;
      width: auto;
      height: 100%;
      gap: 20px;

      img {
        border-radius: 5px;
        width: auto;
        min-height: 20vh;
        max-height: 50vh;
        object-fit: contain;
      }

      #img-values-bottom {
        margin-top: 40px;
      }
    }
  }

  .value-content.active {
    display: flex;
    transition: all 0.5s;
    opacity: 1;
  }

  .values-carousel{
    width: 100%;
    height: 25%;
    gap: 4%;
    bottom: 0;
  
    > .values-carousel-items{
      gap: 7%;
      width: 70vmin;
      height: 16vmin;
      flex-shrink: 0;
      overflow-x: clip;
      position: relative;
      scroll-behavior: smooth;
      mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
      -webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
  
      > ::before, > ::after{
        content: "";
        position: absolute;
        top: 0;
        width: 50px; 
        height: 100%;
        z-index: 1;
        pointer-events: none;
      }
  
      > .values-carousel-item{
        display: flex;
        flex-wrap: wrap;
        align-items: end;
        text-align: end;
        width: 14.4vmin;
        height: 12.2vmin;
        display: flex;
        justify-content: center;
        aspect-ratio: 3/2;
        object-fit: contain;
        border-radius: 15%;  
        transition: 0.5s;
        cursor: pointer;
      
        > img{
          width: 100%;
          position: absolute;
          width: 100%;
          height: 100%;
          justify-content: center;
          pointer-events: none;
          transition: 0.5s;
          margin-bottom: 0;
          z-index: 0;
          object-fit: contain;
        }

        > p{
          position: relative;
          width: 100%;
          z-index: 1;
          color: white;
          font-size: 1.8vh;
          font-weight: bold;
          text-align: center;
          margin-bottom: 2px;
        }


      }
  
    }
  }
}

.tools-container {
  justify-content: center;
  align-items: center;
}

.our-tools-container {
  display: flex;
  height: 100%;
}

.orbit-container-title-text {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  height: 80vh;
  color: #ffffff;
  padding-top: 2%;
  gap: 55%;
  padding-left: 6rem;
}

.orbit-container-title {
  width: auto;
  color: #ffffff;
  text-align: justify;
  z-index: 1;
  order: 1;
}

#orbit-title{
  color: white;
  font-size: 2.25rem;
  font-weight: bold;
  padding-left: 10%;
}

.orbit-container-text-left {
  width: auto;
  height: auto;
  text-align: justify !important;
  color: #ffffff;
  font-size: 1rem;
  order: 2;
}

.orbit-container-text-right {
  position: relative;
  display: flex;
  text-align: justify !important;
  margin-top: 15vh;
  right: 5%;
  width: 25%;
}

.orbit-wrapper {
    width: 48%; 
    position: relative;
    margin: auto;
}

.orbit-container {
  top: 2rem;
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.orbit {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid #ddd;
}

.orbit-1 {
  animation: spinOrbit 40s linear infinite ;
  margin-top: 0px;
}
 
.orbit-2 {
  animation: spinOrbit 20s linear infinite reverse;
  margin-top: 4px;
} 

.orbit-3 {
  animation: spinOrbit 30s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.orbit-item-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orbit-item-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
}

.orbit-item-general {
  position: absolute;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.orbit-item-border{
  position: absolute;
  top: -7px;
  left: -7px;
  right: -7px;
  bottom: -8px;
  border-radius: 50%;
}

.orbit-1-item {
  animation: spinOrbitReverse 40s linear infinite;
}

.orbit-2-item {
  animation:  spinOrbitItem 20s linear infinite;
}

.orbit-3-item {
  animation: spinOrbitReverse 30s linear infinite;
}

@keyframes spinOrbit {
  from { 
    transform: translate(-50%, -50%) rotate(0deg); 
  }
  to { 
    transform: translate(-50%, -50%) rotate(360deg); 
  }
}

@keyframes spinOrbitReverse {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

@keyframes spinOrbitItem {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes stayStill {
  from { 
    transform: translate(calc(var(--x) * 1%), calc(var(--y) * 1%)) rotate(calc(var(--angle) * 1deg)) rotate(0deg);
  }
  to { 
    transform: translate(calc(var(--x) * 1%), calc(var(--y) * 1%)) rotate(calc(var(--angle) * 1deg)) rotate(-360deg);
  }
}

.orbit-item-general img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.orbit-1-item img,
.orbit-2-item img,
.orbit-3-item img {
  background-color: white;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.section-animation-orbit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  pointer-events: none;
  z-index: 2;
}

.orbit-item-general {
  transition: transform 1.5s ease-out, opacity 0.5s ease-out;
}

.orbit-item-general.exploding {
  animation: explodeOut 2.6s linear forwards !important;
  z-index: 100;
}

.orbit-item-general.imploding {
  animation: implodeIn 2.4s linear forwards !important;
  z-index: 100;
}

@keyframes explodeOut {
  0% {
    transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
  }
  
  10% {
    transform: translate(calc(var(--tx) * 0.05), calc(var(--ty) * 0.05)) rotate(calc(var(--rotation) * 0.05)) scale(1.1);
    opacity: 1;
  }
  
  20% {
    transform: translate(calc(var(--tx) * 0.1), calc(var(--ty) * 0.1)) rotate(calc(var(--rotation) * 0.1)) scale(1.15);
    opacity: 0.95;
  }
  
  30% {
    transform: translate(calc(var(--tx) * 0.2), calc(var(--ty) * 0.2)) rotate(calc(var(--rotation) * 0.2)) scale(1.2);
    opacity: 0.9;
  }
  
  40% {
    transform: translate(calc(var(--tx) * 0.3), calc(var(--ty) * 0.3)) rotate(calc(var(--rotation) * 0.3)) scale(1.1);
    opacity: 0.85;
  }
  
  50% {
    transform: translate(calc(var(--tx) * 0.4), calc(var(--ty) * 0.4)) rotate(calc(var(--rotation) * 0.4)) scale(1);
    opacity: 0.8;
  }
  
  60% {
    transform: translate(calc(var(--tx) * 0.5), calc(var(--ty) * 0.5)) rotate(calc(var(--rotation) * 0.5)) scale(0.9);
    opacity: 0.7;
  }
  
  70% {
    transform: translate(calc(var(--tx) * 0.6), calc(var(--ty) * 0.6)) rotate(calc(var(--rotation) * 0.6)) scale(0.8);
    opacity: 0.6;
  }
  
  80% {
    transform: translate(calc(var(--tx) * 0.75), calc(var(--ty) * 0.75)) rotate(calc(var(--rotation) * 0.75)) scale(0.6);
    opacity: 0.4;
  }
  
  90% {
    transform: translate(calc(var(--tx) * 0.9), calc(var(--ty) * 0.9)) rotate(calc(var(--rotation) * 0.9)) scale(0.3);
    opacity: 0.2;
  }

  100% {
    transform: translate(var(--tx), var(--ty)) rotate(var(--rotation)) scale(0);
    opacity: 0;
  }
}

@keyframes implodeIn {
  0% {
    transform: translate(var(--tx), var(--ty)) rotate(var(--rotation)) scale(0);
    opacity: 0;
  }
  
  25% {
    transform: translate(calc(var(--tx) * 0.75), calc(var(--ty) * 0.75)) rotate(calc(var(--rotation) * 0.75)) scale(0.5);
    opacity: 0.4;
  }
  
  50% {
    transform: translate(calc(var(--tx) * 0.5), calc(var(--ty) * 0.5)) rotate(calc(var(--rotation) * 0.5)) scale(0.8);
    opacity: 0.7;
  }
  
  75% {
    transform: translate(calc(var(--tx) * 0.25), calc(var(--ty) * 0.25)) rotate(calc(var(--rotation) * 0.25)) scale(1.1);
    opacity: 0.9;
  }
  
  100% {
    transform: translate(0, 0) rotate(0) scale(1);
    opacity: 1;
  }
}

.orbit-category {
    animation: counterRotate 30s linear infinite;
    border-radius: 20%;
    width: 40%;
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  @keyframes counterRotate {
    from { 
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to { 
      transform: translate(-50%, -50%) rotate(-360deg);
    }
  }
  
.category-content {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  color: #ffffff;
  text-align: center;
  gap: 10px;
  margin: 0 auto;
}

#category-name {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.section-animation-orbit {
  position: absolute;
  top: 0;
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}

.scene, .minis {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.ball {
  position: absolute;
  width: 30%;
  height: 65%;
  top: 7%;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: xploit 5s ease-in-out normal;
}

.minis i {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4px;
  background: white;
  box-shadow: 0 0 5px 1px white,
      0 0 10px 4px #00B5E5,
      0 0 10px 4px #00B5E5,
      0 0 15px 4px #00B5E5,
      0 0 25px 4px #00B5E5;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: particleBase 3s cubic-bezier(0.755, 0.05, 0.855, 0.06) infinite;
}

@keyframes rotate {
  0%, 15%, 30%, 40%, 100% {
      transform: rotate(0deg);
  }
}

@keyframes xploit {
  0%, 13%, 17%, 22%, 25%, 29%, 100% {
      opacity: 0; 
  }

  32%, 45%{
    opacity: 1;
    width: 15%;
    height: 32%;
    top: 20%;
  }

  55%, 65%{
    opacity: 1;
    width: 25%;
    height: 55%;
  }

  90%,95% {
      opacity: 1;
  }
}

@keyframes particleBase {
  0%, 100% {
    background-color: #00B5E5;
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  15%,30%, 40% {
    opacity: 1;
    transform: translate3d(var(--tx), var(--ty), var(--tz));
  }
}

.orbit-button-section{
  display: flex;
  gap: 0.8rem;
}

@media only screen and (max-width: 480px) {
  .title-main{
    width: 80%;
  }

  .container-gap{
    gap: 5%;
  }
  
  .text{
    width: 77%;
  }

  .container_us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 10px;
    margin-top: 5%;

    .container_us_images {
      display: none;
    }
    .container_us_information {
      height: auto;
      width: auto !important;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      padding: 10px 15px;
    }
  }

  .our_achievements-container{
    width: 100%;
    height: 100%;
    padding: 30px 10px;
  
    > .our_achievement-content{
      align-items: center;
      display: none;
      width: 100%;
      height: 60%;
      gap: 0px;
      padding: 5px;
      margin-bottom: 10px;
      opacity: 0;
  
      > .our_achievement_information{
        width: 100%;
        height: 80%;
        text-align: center;
        justify-content: center;
        padding: 20px 20px;
        gap: 0px;
  
        > #title-achievement{
          color: white;
          font-size: 1.5rem;
          font-weight: bold;
          margin-bottom: 80px;
        }
    
        > #number-archievement{
          width: auto;
          color: #00B5E5;
          font-size: 6rem;
          font-weight: bold;
          text-align: center;
        }
    
        > #text-archievement{
          color: white;
          font-size: 1.5rem;
          font-weight: 500;
        }
      }
  
      > .our_achievement-images_content{
        display: none;
      }
    }
  
    > .our_achievement-content.active{
      display: flex;
      transition: all 0.5s;
      opacity: 1;
    }  
  
    .achievements-carousel{
      width: 100%;
      height: 28%;
      gap: 6%;
      bottom: 0;
      
      > .achievement-carousel-prev,
      .achievement-carousel-next{
        width: 30px;
        height: 30px;
      }
    
      > .achievements-carousel-items{
        gap: 12%;
        width: 14rem;
        height: 12rem;
        flex-shrink: 0;
        overflow-x: clip;
        position: relative;
        scroll-behavior: smooth;
    
        > ::before, > ::after{
          content: "";
          position: absolute;
          top: 0;
          height: 100%;
          z-index: 1;
          pointer-events: none;
        }
    
        > .achievement-carousel-item{
          display: flex;
          position: relative;
          width: 6.9rem;
          height: 6rem;
          object-fit: contain;
          border-radius: 15%;  
          transition: 0.5s;
          background-color: var(--item-bg-color, #3F96FF);
        
          > img{
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            justify-content: center;
            pointer-events: none;
            border-radius: 15%;  
            transition: 0.5s;
            z-index: 0;
            object-fit: contain;
          }
  
          > p{
            position: relative;
            z-index: 1;
            color: white;
            font-size: 1.8vh;
            font-weight: bold;
            text-align: center;
            padding: 2px 0.5em; 
            margin-bottom: 0px;
          }
        }
      }
    }
  }

  .geographic-coverage-container{  
    > .geographic-coverage-map{
      width: 75%;

      > #img-geographic-coverage-tablet-movil{
        display: block;
        height: 80% !important;
        object-fit: cover;
      }
      > #img-geographic-coverage-web{
        display: none;
      }
    }
  }

  #title-us-asteci {
    font-size: 1.5rem;
  }

  .container_us {
    height: 80%;
    >.container_us_information {
      >p {
        font-size: 0.875rem;
        width: 100%;
        font-weight: 500;
      }
    }
  }

  .our-history-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    gap: 0;
  }

  .title-timeline {
    font-size: 1.5rem;
  }

  .our-values-container {
    & .value-content {
      & .text-value-content {
        #title-value {
          color: white;
          display: flex;
          margin-top: 2rem;
        }
      }
    }
  }
  .timeline-container {
    width: 100%;
    height: 60vh;
  }

  .vision-mission-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    gap: 20px;

    .container-mission,
    .container-vision {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: auto;
      gap: 7px;

      #img-mission,
      #img-vision {
        display: none;
      }

      .title-mission,
      .title-vision {
        font-size: 1.5rem;
      }

      #text-mission,
      #text-vision {
        width: 100%;
        height: auto;
        font-size: 0.875rem;
        padding: 8px 10px;
      }
    }
  }

  .our-values-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 0px;
    padding: 7px 10px;
    
    .value-content {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 65%;
      gap: 20px;
  
      .text-value-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        height: auto;
        gap: 10px;
        padding: 0 40px;
  
        #title-general-values {
          color: white;
          font-size: 1.5rem;
          font-weight: bold;
        }
        
        #text-values {
          color: white;
          font-size: 1rem;
          font-weight: normal;
        }
      }
  
      .images-value-content {
        display: none;
      }
    }
  
    .value-content.active {
      display: flex;
      transition: all 0.5s;
      opacity: 1;
    }
  
    .values-carousel{
      width: 100%;
      gap: 4%;
      bottom: 0;
      height: 25%;
      margin-top: 0rem;
    
      > .values-carousel-items{
        gap: 10%;
        width: 65vmin;
        height: 35vmin;
    
        > ::before, > ::after{
          content: "";
          position: absolute;
          top: 0;
          width: 50px; 
          height: 100%;
          z-index: 1;
          pointer-events: none;
        }
    
        > .values-carousel-item{
          width: 6.9rem;
          height: 6rem;      
  
          > p{
            font-size: 1.2rem;
          }
        }
      }
    }
  }

  .our-tools-container {
      flex-direction: column;
      width: 100%;
      height: 100%;
      padding: 0 10px;
      gap: 1vh !important;
      overflow: hidden;
      align-items: center;
      justify-content: center;
  }

  .orbit-container-title-text {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    transform: none;
    top: 0% !important;
    gap: 0 !important;
    padding: 1rem 2.5rem !important;
    display: flex;
    text-align: start;
    order: 1;
    margin: 0px;
  }

  .orbit-container-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: none;
    margin-bottom: 5px;
    padding-right: 13px !important;
    font-size: 1.1rem !important;
  }

  .orbit-container-text-left {
    width: auto;
    font-size: 0.8rem;
    text-align: start;
    color: #ffffff;
    height: auto;
  }

  .orbit-container-text-right {
    display: none;
  }

  .orbit-wrapper {
    transform: none;
    aspect-ratio: 1;
    width: 70%;
    order: 2;
    margin: 5% 0;
  }

  .orbit-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  
  .orbit-1-item, .orbit-2-item, .orbit-3-item {
    width: 40px;
    height: 40px;
  }

  .orbit-category {
    position: relative;
    animation: none;
    width: 100% !important;
    order: 3;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    transform: none;
    left: 0%;
    top: 0;
  }
  
  .category-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    color: #ffffff;
    text-align: center;
    gap: 0.5rem;
    margin: 0 auto;
  }

  #category-name{
    width: auto;
    max-width: 64%;
    height: 100%;
    font-size: 1.15rem;
  }
}

@media only screen and (max-width: 480px) and (max-height: 645px){
  .timeline-map {
    width: 75% !important;
  }

  .our-history-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    width: 100%;
    height: 100%;
    gap: 100px;
    padding: 20px 0px;
  }
  
  .timeline-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 35vh;
  }

  .our_achievements-container{
    width: 100%;
    height: 100%;
    padding: 30px 10px;
  
    > .our_achievement-content{
      padding: 5px;
      margin-bottom: 20px;
      opacity: 0;
  
      > .our_achievement_information{
        width: 100%;
        height: auto;
        gap: 0px;
  
        > #title-achievement{
          color: white;
          font-size: 1.5rem;
          font-weight: bold;
          margin-bottom: 70px;
        }
    
        > #number-archievement{
          width: auto;
          color: #00B5E5;
          font-size: 6rem;
          font-weight: bold;
          text-align: center;
        }
    
        > #text-archievement{
          color: white;
          font-size: 1.5rem;
          font-weight: 500;
        }
      }
    }
  
    .achievements-carousel{
      width: 100%;
      height: 30%;
      gap: 6%;
    }
  }

  .geographic-coverage-container{
    height: 80vh;

    >.coverage-wrapper{
      height: 78vh;
    }

    > .geographic-coverage-map {
      width: 70%;
    }
  }
  
  .our-values-container {
    >.value-content {
      .text-value-content { padding: 0 40px; }
    }

    >.values-carousel-items { transform: scale(0.85); }
  }

  .our-tools-container {
    height: 82vh;
    padding: 60px 10px;
  }

  .orbit-wrapper {
    width: 60%;
  }
}

@media (min-width: 481px) and (max-width: 920px) {
  .w-40{
    width: 65%;
  }

  .container_us {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 92vh;
    gap: 5px;

    .container_us_images {
      gap: 27px;
      height: 40vh;
      padding: 20px 20px;
    }

    .container_us_information {
      height: 40vh;
      width: 100%;
      gap: 2rem;
      display: flex;
      position: relative;
      justify-content: center;

      .container_us_information h1 {
        font-size: 2rem;
        font-weight: bold;
        height: auto;
        text-align: center;
      }
      
      .container_us_information p {
        font-size: 16px;
      }
    }
  }

  .our_achievements-container{
    width: 100%;
    height: 100%;
    padding: 30px 30px;
  
    > .our_achievement-content{
      align-items: center;
      display: none;
      width: 100%;
      height: 70%;
      gap: 0px;
      padding: 5px;
      margin-bottom: 0px;
      opacity: 0;
  
      > .our_achievement_information{
        width: 100%;
        height: 80%;
        text-align: center;
        justify-content: center;
        padding: 30px 30px;
        gap: 20px;
  
        > #title-achievement{
          color: white;
          font-size: 2.25rem;
          font-weight: bold;
          margin-bottom: 120px;
        }
    
        > #number-archievement{
          width: auto;
          color: #00B5E5;
          font-size: 6rem;
          font-weight: bold;
          text-align: center;
        }
    
        > #text-archievement{
          color: white;
          font-size: 2rem;
          font-weight: 500;
        }
      }
  
      > .our_achievement-images_content{
        display: none;
      }
    }
  
    > .our_achievement-content.active{
      display: flex;
      transition: all 0.5s;
      opacity: 1;
    }  
  
    .achievements-carousel{
      width: 100%;
      height: 30%;
      gap: 4%;
      bottom: 0;
    
      > .achievements-carousel-items{
        gap: 5%;
        width: 70vmin;
        height: 16vmin;
        flex-shrink: 0;
        overflow-x: clip;
        position: relative;
        scroll-behavior: smooth;
        mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
    
        > ::before, > ::after{
          content: "";
          position: absolute;
          top: 0;
          width: 50px; 
          height: 100%;
          z-index: 1;
          pointer-events: none;
        }
    
        > .achievement-carousel-item{
          display: flex;
          position: relative;
          width: 14vmin;
          height: 12vmin;
        
          > img{
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            justify-content: center;
            pointer-events: none;
            border-radius: 15%;  
            transition: 0.5s;
            z-index: 0;
            object-fit: contain;
          }
  
          > p{
            position: relative;
            z-index: 1;
            color: white;
            font-size: 1rem;
            font-weight: bold;
            padding: 0.5em;
            margin-bottom: 0px;
          }
        }
      }
    }
  }

  .geographic-coverage-container{
    gap: 10px;

    > .geographic-coverage-map{
      width: 100%;

      > #img-geographic-coverage-web{
        display: none;
      }
    
      > #img-geographic-coverage-tablet-movil{
        display: block;
        height: 100% !important;
        object-fit: cover;
      }
    }
  }
  
  .our-history-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    padding: 2px 10px;
    gap: 0;
  }

  .title-timeline {
    margin-top: 2rem;
    color: #fff;
    text-align: center;
    font-size: 2rem;
  }

  .timeline-container {
    width: 100%;
    height: 77%;
  }

  .vision-mission-container{
    .container-mission,
    .container-vision {
      display: flex;
      align-items: start;
      width: 340px;
      gap: 20px;
      padding: 10px 10px;
  
      .title-mission,
      .title-vision {
        font-size: 2rem;
      }

      #text-mission,
      #text-vision {
        width: 100%;
        height: auto;
        font-size: 1rem;
      }
    }

    .container-mission{ margin-bottom: 1rem; }
    .container-vision{ margin-top: 1rem; }
  }

  .our-values-container {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.5rem 30px;
  
    .value-content {
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      gap: 0;
  
      .text-value-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        height: auto;
        gap: 10px;
        padding: 40px 105px;
  
        #title-general-values {
          color: white;
          font-size: 2.25rem;
          font-weight: bold;
        }
        
        #text-values {
          color: white;
          font-size: 1rem;
          font-weight: normal;
        }
      }
  
      .images-value-content {
        height: 50%;
  
        img {
          height: 100%;
          object-fit: cover;
        }
  
        #img-values-bottom {
          margin-top: 30px;
        }
      }
    
    }
  
    .value-content.active {
      display: flex;
      transition: all 0.5s;
      opacity: 1;
    }
  
    .values-carousel{
      width: 100%;
      height: 25%;
      gap: 4%;
      bottom: 0;
    
      > .values-carousel-items{
        gap: 7%;
        width: 70vmin;
        height: 16vmin;
        flex-shrink: 0;
        overflow-x: clip;
        position: relative;
        scroll-behavior: smooth;
        mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
        -webkit-mask-image: linear-gradient(to right, transparent, black 25%, black 60%, transparent);
    
        > ::before, > ::after{
          content: "";
          position: absolute;
          top: 0;
          width: 50px; 
          height: 100%;
          z-index: 1;
          pointer-events: none;
        }
    
        > .values-carousel-item{
          display: flex;
          position: relative;
          width: 14vmin;
          height: 12vmin;
          aspect-ratio: 3/2;
          object-fit: contain;
        
          > p{
            font-size: 1rem;
            font-weight: bold;
            text-align: center;
            padding: 0.5em;
            border-radius: 10px;
          }
        }
      }
    }
  }

  .our-tools-container {
    display: flex;
    position: relative;
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
    width: 100%;
    height: 100vh;
    padding: 10% 5px;
    gap: 0px;
  }

  .orbit-container-title-text {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    transform: none;
    top: 0%;
    gap: 20px;
    padding: 0 17%;
    display: flex;
  }

  .orbit-container-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: none;
    text-align: center;
    z-index: 1;
    order: 1;
  }

  .orbit-container-text-left {
    transform: none;
    width: auto;
    text-align: left;
    color: #ffffff;
    height: auto;
  }

  .orbit-wrapper {
    aspect-ratio: 1/1;
    width: 80%;
    margin: 0 auto;
    order: 2;
  }
  
  .orbit-container {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
  }

  .orbit {
    top: 50%;
    left: 50%;
  }

  .orbit-container-text-right {
    padding: 0 17%;
    text-align: start;
    transform: none;
    height: 10%;
    margin-top: 0;
    width: auto;
    color: #ffffff;
    order: 3;
    right: 0;
    align-items: center;
  }

  #title-value {
    margin-top: 1rem;
    }
}

@media (min-width: 481px)  and (max-width: 920px) and (min-height:1090px) {
  .our-tools-container {
    padding: 20% 5px;
    gap: 10px;
  }
}

@media (min-width: 481px) and (max-width: 1025px) and (min-height: 0px) and (max-height: 915px){
  .our-values-container {
    & .value-content {
      .images-value-content {
        display: none;
      }
    }
  }

  .container_us {
    .container_us_images {
      display: none;
    }
    
    .container_us_information {
      height: 75vh;
    }
  }

  .our_achievements-container {
    > .our_achievement-content.active {
      justify-content: center;
      
      > .our_achievement-images_content {
        display: none;
      }
    }
  }
}

@media screen and (min-width: 920px) and (max-height: 750px) {
  .section-content{
    height: calc(100vh - 97px);
  }

  .our_achievements-container {
    & > .our_achievement-content {
      .our_achievement_information {
        width: 35%;
      }
    }
  }

  .our_achievement-images_content{
    display: none;
  }

  .container_us_images {
    gap: 20px;
    margin-bottom: 15px;
  }
  
  #image-us-bottom {
    position: relative;
    top: 25px;
  }

  .container-mission,
  .container-vision {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 230px;
    height: 80vh;
  }

  .title-mission {
    font-size: 1.75rem;
    margin: 4px 0;
    height: auto;
  }

  .title-vision {
    font-size: 1.75rem;
    margin: 4px 0;
    height: auto;
  }

  #text-mission, #text-vision {
    font-size: 0.86rem;
  }

  #text-mission {
    margin-bottom: 8px;
  }

  .general-values-skills-container {
    gap: 30px;
    padding-top: 15px;
  }

  .values-container {
    height: 55vh;
    gap: 70px;
  }

  .skill-value {
    gap: 7px;
    font-size: 0.9rem;
  }
  
  #title-skill {  
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  #text-skill {
    color: white;
    font-size: 0.9rem;
  }

  .img-skill-container {
    width: 42%;
    display: flex;
    justify-content: center;
  }

  .skill-value img {
    border-radius: 50%;
    padding: 10px;
    width: 90%;
    height: 90%;
    object-fit: cover;
  }

  .orbit {
    top: 40%;
    left: 50%;
  }

  .orbit-container-title-text {
    gap: 140px;
    padding-left: 2rem;
  }

  .orbit-container-text-right {
    position: relative;
    display: flex;
    width: 25%;
    height: auto;
    color: #ffffff;
    order: 4;
  }

  .our-values-container {
    & .value-content {
      .text-value-content{
        width: 35%;
      }
    }
  }
}

@media screen and (min-width: 921px) and (max-width: 1200px) and (min-height: 610px) and (max-height: 700px) {
  .orbit {
    top: 47%;
    left: 50%;
  }

  .orbit-container-text-right {
    position: relative;
    display: flex;
    width: 25%;
    height: auto;
    color: #ffffff;
    order: 4;
  }
}

@media screen and (min-width: 920px) and (max-width: 1200px) and (min-height: 700px) and (max-height: 850px) {  
  .orbit {
    position: absolute;
    top: 45%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid #ddd;
  }
}

@media screen and (min-width: 920px) and (min-height: 850px) {
  .orbit {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid #ddd;
  }
}

/* Cobertura geográfica */
@media (min-width: 1700px) and (min-height: 1000px){
  .orbit-wrapper {
    width: 50%;
  }

  .section-content.flex-column-center.container-gap{
    .subtitle-main{
      font-size: 3rem;
    }
    .title-main{
      font-size: 4.5rem;
    }
    .text.w-40.text-align-center{
      font-size: 1.1rem;
    }
  }

  .container_us{
    .container_us_information{
      >p{
        font-size: 0.9rem;
      }
    }
  }

  .our_achievements-container{
    justify-content: center;
    padding: 4% 30px;
    transform: scale(1.1);

    >.our_achievement-content.active{
      width: 80%;
      justify-content: center;
    }

    > .our_achievement-content{
      margin-bottom: 0;
    }

    > .our_achievement-images_content {
      justify-content: center;
    }

    >.achievements-carousel {
      height: auto;
    }
  }

  .section-content:not(#section3-about_us.section-mask.section-content){
    align-items: center !important;
    justify-content: center !important;
  }

  .vision-mission-container {
    transform: scale(1.09);
  }

  .our-values-container {
    padding-top: 3%;
  }

  .our-values-container {
    gap: 5%;
    transform: scale(1.1);
  }

  .text-mission, .text-vision{
    font-size: 1.2rem;
  }
}

@media (max-width: 500px) and (max-height: 800px){
  .our-values-container {
    .values-carousel {
        width: 100%;
        height: 28%;
        gap: 4%;
        bottom: 0;
        /*margin-bottom: -30%;*/
        /*margin-top: 5rem;*/
    }
  }
}

@media (max-width: 1024px) {
  .coverage-container {
    width: 30vw;
  }

  .container_us{
    gap: 1rem;

    >.container_us_information {
      width: 80%;
    }
  }
}

@media (max-width: 480px){
  .coverage-container {
    width: 50vw;
    padding: 0 0 0 5%;
    height: auto;
  }

  .geographic-coverage-title{
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .coverage-title{
    font-size: large;

    &::before{
      width: 1rem;
      height: 1rem;
    }
  }

  #orbit-title{
    font-size: 1.5rem;
    padding-left: 0;
    font-size: 1.5rem;
  }
}

@media (max-height: 1000px){
  .coverage-container {
    height: 36dvh;    
    gap: 1rem;
  }

  .our-values-container {
    >.values-carousel {
      > .values-carousel-items {
        > .values-carousel-item {
          >p{
            font-size: 1.8vh;
          }
        }
      }
    }
  }
}

@media (max-width: 400px) and (max-height: 800px){
  .geographic-coverage-map{
    min-height: 70dvh;
    max-height: 80dvh;

    >.geographic-coverage-title{
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
    }
  }

  .coverage-wrapper{
    >.coverage-container{
      height: 40dvh;
      gap: 0.5rem;
      padding: 0 0 0 5%;

      >.physical-coverage-container{
        >.coverage-title{
          font-size: large;

          &::before{
            width: 1rem;
            height: 1rem;
          }
        }

        >ul{
          font-size: 0.8rem;
          height: 1.5rem;
        }
      }

      >.online-coverage-container{
        >.coverage-title{
          font-size: large;

          &::before{
            width: 1rem;
            height: 1rem;
          }
        }

        >ul{
          font-size: 0.8rem;
          height: 6rem
        }
      }
    }
  }

  .our-values-container{
    >.value-content{
      height: 65%;
      >.text-value-content{
        >#title-value{
          margin-top: 0;
        }
      }
    }

    >.values-carousel{
      margin: 0;
    }
  }

  .our-tools-container{
    padding: 0.5rem 1rem !important;
    justify-content: center;

    >.orbit-container-title-text{
      padding: 0 1.5rem !important;

      >.orbit-container-title{
        >#orbit-title{
         padding-left: 0; 
        }
      }
    }

    >.orbit-wrapper{
      width: 75%;
      margin: 0;
    }

    >.orbit-category{
      margin-top: 0;
    }
  }
}

@media (max-height: 800px) and (min-height: 700px){
  .our-values-container {
    >.value-content {
      >.text-value-content {
        >#title-value {
          margin-top: 0;
        }
      }
    }

    >.values-carousel{
      margin-bottom: 0;
    }
  }

  .geographic-coverage-map {
    height: 75vh;
  }
}

@media (max-width: 920px){
  .coverage-container{
    width: 45vw;
  }

  .geographic-coverage-title{
    margin-bottom: 2rem;
  }

  .geographic-coverage-container {
    & > .geographic-coverage-map {
      > #img-geographic-coverage-tablet-movil {
        height: 125%;
      }
    }
  }
}

@media (min-width: 1024px) and (max-width: 1750px) {
  .coverage-container {
    width: 40vw;
  }
}

/*Timeline*/
@media(max-width: 920px) and (min-height: 450px){
  .event-btn-year{
    transform: rotate(90deg);
  }

  .timeline-map {
    aspect-ratio: 300 / 1000;
    transform: rotate(-90deg) translateX(1rem);;
  }
  .event-btn-year {
    left:  calc(var(--y) * 100%);
    top:   calc((1 - var(--x)) * 100%);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .btn-1990 { --x: 0.51; --y: -0.04; }
  .btn-2004 { --x: 0.565; --y: 0.36; }
  .btn-2008 { --x: 0.45; --y: 0.58; }
  .btn-2021 { --x: 0.565; --y: 0.78; }
}

@media(max-width: 480px){
  .timeline-map{
    width: 90%;
  }

  .btn-1990 { --x: 0.515; --y: -0.05; }
  .btn-2004 { --x: 0.59; --y: 0.36; }
  .btn-2008 { --x: 0.44; --y: 0.58; }
  .btn-2021 { --x: 0.588; --y: 0.78; }
}

@media(max-width: 400px) and (max-height: 645px){
  .btn-1990 { --x: 0.515; --y: -0.05; }
  .btn-2004 { --x: 0.595; --y: 0.36; }
  .btn-2008 { --x: 0.435; --y: 0.58; }
  .btn-2021 { --x: 0.595; --y: 0.78; }
}

@media(max-height: 1000px) and (max-width: 920px) and (min-width: 480px) and (min-height: 500px){
  .timeline-map{
    width: 55%;
  }

  .btn-1990 { --x: 0.515; --y: -0.05; }
  .btn-2004 { --x: 0.595; --y: 0.36; }
  .btn-2008 { --x: 0.435; --y: 0.58; }
  .btn-2021 { --x: 0.595; --y: 0.78; }
}

@media (max-width: 1500px) and (min-width: 900px){
  .btn-1990 { --x: -0.09; --y: 0.50; color: #ffffff; }
  .btn-2004 { --x: 0.42; --y: 0.21; color: #9296FF; }
  .btn-2008 { --x: 0.64; --y: 0.78; color: #FFE992; }
  .btn-2021 { --x: 0.85; --y: 0.21; color: #FF92F6; }
}

@media(max-height: 450px) and (max-width: 920px){
  .btn-1990 { --x: -0.09; --y: 0.50; color: #ffffff; }
  .btn-2004 { --x: 0.42; --y: 0.21; color: #9296FF; }
  .btn-2008 { --x: 0.64; --y: 0.78; color: #FFE992; }
  .btn-2021 { --x: 0.85; --y: 0.21; color: #FF92F6; }
}

/*About AsTecI*/
@media(max-width: 1024px) and (min-height: 1000px){
  .container_us {
    flex-direction: column;
    gap: 1rem;
    height: 70%;
  }

  .container_us_images {
    height: 70% !important;
  }
}

@media (max-width: 700px) and (max-height: 990px){
  .container_us{
    >.container_us_images {
      display: none;
    }

    >.container_us_information {
      height: 100%;
    }
  }

  #orbit-title {
    font-size: 1.5rem;
  }

  .orbit-container-title-text {
    padding: 0 10%;
  }

  .orbit-container-text-right {
    margin-top: 0;
    height: 15%;
  }
}

/* Orbita */
@media (min-width: 700px) and (max-width: 920px) and (min-height: 700px) and (max-height: 1000px) {
    .orbit-wrapper {
        width: 65%;
    }

    .orbit-container-title-text {
      padding: 0 17%;
    }

    .orbit-container-text-right {
      margin: 0;
    }
}

@media (min-width: 500px) and (max-width: 700px) and (min-height: 500px) {
    .orbit-wrapper {
        width: 50%;
    }
}

@media (min-width: 920px) and (max-width: 1200px) and (min-height: 610px){
.our-values-container {
    .value-content {
      .text-value-content {
        padding: 0;
      }
    }
  }
}

@media (min-width: 920px) and (max-width: 1024px) and (max-height: 800px){
.our-values-container {
    & .value-content {
      .text-value-content {
        width: 80%;
      }
    }
  }
}

@media (min-height: 646px) and (max-width: 480px){
  .our-values-container {
        >.value-content {
            height: 55%;
        }
    }
}