html {
  scroll-behavior: smooth;
}
body {
  font-family: "Cairo", sans-serif;
  color: #334d95;
  font-style: normal;
  background-color: rgb(255, 255, 255);
  max-width: 100%;
  overflow-x: hidden;
}
.titulo {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}
.subtitulo {
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}
.parrafo {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}
.servicio-img {
  width: 300px;
  height: auto;
  border-radius: 15px;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.weight-span {
  font-weight: 800;
}
.navbar {
  margin: 2vh;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.527);
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
  backdrop-filter: blur(4px);
  height: 50px;
  width: auto;
}
.navbar .container {
  justify-content: center;
}
#navbarS {
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 11pt;
}
#reloj {
  color: #324c94;
  display: flex;
  margin-right: 10px;
}
.nav-link {
  color: #324c94;
}
.nav-link:hover {
  color: #01aff5;
}
.nav-link:active {
  color: #01aff5;
}
.nav-link:focus {
  color: #01aff5;
}
.navbar-toggler {
  color: transparent;
}
.bts-rrss {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  border: 1px solid #334d9c;
  background-color: #ffffff;
  margin-top: 7px;
}
.switch {
  height: 22px;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 15px;
}
.switch .input {
  display: none;
}
.switch .rail {
  position: relative;
  width: 45px;
  height: 23px;
  background-color: #ffffff;
  border-radius: 3rem;
  border: 1px solid #334d9c;
}
.switch .rail .circle {
  display: block;
  width: 17px;
  height: 17px;
  background-color: #334D95;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: transform 0.4s;
  margin-left: 2px;
}
.switch span {
  color: #324c94;
}
.switch .input:checked~.rail .circle {
  transform: translate(23px, -50%);
}
header {
  position: relative;
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
  justify-items: left;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100vh;
  min-height: auto;
  width: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header .container {
  position: relative;
  z-index: 2;
}
header .overlay {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top, #ffffff, #ffffffc9, #ffffff00, #ffffff00);
  opacity: 1;
  position: absolute;
  z-index: 1;
}
.contenedor {
  max-width: 400px;
  min-height: 200px;
  background-color: rgba(255, 255, 255, 0.527);
  border-radius: 20px;
  padding: 20px;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);  
  margin: 120px 20px 40px 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.logo {
  width: 240px;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.linea {
  border: none;
  height: 3px;
  background-color: #ffffff;
}
.display-3 {
  font-size: 45px;
  font-weight: 800;
  margin: 2vh 0vh 2vh 0vh;
  
  color: #334d95;
  line-height: 1;
}
.lead {
  font-size: 18px;
  font-weight: 400;
  color: #1b2c5e;
}
.cards {
  flex-direction: row;
}
card {
  max-width: 100%;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.226);
  border-radius: 13px;
  padding: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
  border: 1px solid #ffffff;
  margin-top: 20px;
  backdrop-filter: blur(4px);
  text-align: left;
}
.card-img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.card-titulo {
  font-size: 22px;
  font-weight: 800;
  color: #334d95;
}
.card-parrafo {
  font-size: 13px;
  font-weight: 400;
  color: #1b2c5e;
}
.card-parrafo a {
  color: #334D95;
  text-decoration: none;
  font-style: italic;
  font-weight: 700;
}
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.logos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}
.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.247), white);
}
.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.247), rgb(255, 255, 255));
}
.logos:hover .logos-slide {
  animation-play-state: paused;
}
.logos-slide {
  display: inline-block;
  animation: 40s slide infinite linear;
}
.logos-slide img {
  height: 140px;
  width: auto;
  margin: 0 30px;
}
.iconn {
  text-decoration: none;
}
.nosotros {
  background: linear-gradient(to top, rgb(255, 255, 255), white);
  padding-top: 11vh;
  padding-bottom: 11vh;
}
.nosotros-titulo {
  font-size: 40px;
  font-weight: 800;
  color: #334d95;
  line-height: 1;
}
.servicio-0 {
  text-align: right;
  max-width: 80vh;
  margin-right: 30px;
}
.nosotros-img {
  width: 50vh;
  height: auto;
  align-items: center;
}
.nosotros-orden {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nosotros-text {
  text-align: left;
  margin: 30px;
}
#recursos {
  padding-top: 15vh;
  padding-bottom: 10vh;
  background-image: url('../img/carousel.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 532px;
  position: relative;
}
#recursos .container .carousel-container .titulo {
  margin-top: 0px;
  color: #ffffff;
  position: relative;
}
.carousel {
  max-width: 1200px;
  width: 100%;
  text-align: center;
}
.carousel-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-top: 0px;
}
.carousel-slide {
  width: 200px;
  height: auto;
  margin: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--transition);
}
.icon-container {
  width: 100px;
  height: 100px;
  border-radius: 15%;
  background: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}
.icon-container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
  opacity: 0;
  transition: var(--transition);
  border-radius: 50%;
}
.carousel-slide:hover .icon-container::after {
  opacity: 0.1;
}
.icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  z-index: 1;
  transition: var(--transition);
}
.carousel-slide:hover .icon {
  color: var(--accent-color);
}
.icon-title {
  font-size: 15px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  margin-bottom: 0px;
  transition: var(--transition);
  width: 200px;
}
.icon-desc {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1.6;
  max-width: 250px;
  transition: var(--transition);
}
.indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
}
.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: var(--transition);
}
.indicator.active {
  background: white;
  transform: scale(1);
}
@media (max-width: 1200px) {
  .carousel-slide {
    min-width: 280px;
  }
}
@media (max-width: 992px) {
  .carousel-slide {
    min-width: 250px;
  }
  .icon-container {
    width: 90px;
    height: 90px;
  }
  .icon {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .carousel-slide {
    min-width: 220px;
  }
  .subtitle {
    font-size: 1rem;
  }
  .icon-container {
    width: 80px;
    height: 80px;
  }
  .icon {
    font-size: 2rem;
  }
  .icon-title {
    font-size: 1.2rem;
  }
  .icon-desc {
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .carousel-slide {
    min-width: 200px;
    padding: 20px 15px;
  }
  .controls {
    gap: 15px;
  }
  .control-btn {
    width: 45px;
    height: 45px;
  }
  .autoplay-control {
    padding: 10px 20px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .carousel-container {
    padding: 30px 10px;
  }
  .carousel-slide {
    min-width: 180px;
  }
  .icon-container {
    width: 70px;
    height: 70px;
  }
  .icon {
    font-size: 1.8rem;
  }
  .icon-title {
    font-size: 1.1rem;
  }
  .icon-desc {
    font-size: 0.85rem;
  }
}
.recursos-card {
  flex-direction: row;
  width: 300px;
  min-height: 100px;
  background-color: rgba(255, 255, 255, 0.226);
  border-radius: 13px;
  padding: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
  border: 1px solid #ffffff;
  margin-top: 20px;
  backdrop-filter: blur(4px);
  text-align: center;
  margin-left: 1vh;
  margin-right: 1vh;
  margin-top: 1vh;
  margin-bottom: 1vh;
}
.recursos-card-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-right: 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.card-titulo {
  font-size: 22px;
  font-weight: 800;
  color: #334d95;
}
.card-parrafo {
  font-size: 13px;
  font-weight: 400;
  color: #1b2c5e;
}
.recursos-orden {
  margin-top: 5vh;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  grid-template-rows: auto;
  justify-content: center;
}
.incoterms {
  width: 100%;
  height: auto;
  text-align: center;
  background: linear-gradient(to left, rgb(255, 255, 255), rgb(255, 255, 255));
  padding-top: 15vh;
  padding-bottom: 25vh;
}
.incoterms-img {
  max-width: 80vh;
  height: auto;
}
.incoterms-orden {
  display: flex;
  justify-content: center;
  align-items: center;
}
.incoterms-text {
  text-align: right;
  max-width: 70vh;
  min-width: 10vh;
  margin-right: 3vh;
  line-height: 1;
}
#fondo-parallax {
  background-image: url('../img/fondo-parallax.webp');
  height: 295px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#logo-parallax {
  background-image: url('../img/logo-parallax.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 1920px;
  min-height: 295px;
  position: relative;
}
.tecnologia-color {
  background: linear-gradient(to top, rgb(255, 255, 255), rgb(255, 255, 255));
  padding-top: 15vh;
  padding-bottom: 20vh;
  justify-items: center;
}
.tecnologia-img {
  width: 35vh;
  height: auto;
  border-radius: 15px;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
.tecnologia-imgii {
  width: 75vh;
  height: auto;
  border-radius: 15px;
  margin-top: 1vh;
}
.tecnologia-contenedor {
  max-width: 100vh;
  min-width: 30vh;
  background: linear-gradient(to top, #1d2e62, #405eb9 );
  color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  align-items: center;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.233);
  border: 1px solid #ffffff;
  backdrop-filter: blur(4px);
}
.tecnologia-orden {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tecnologia-text {
  text-align: left;
  max-width: 80vh;
  margin-left: 30px;
}
.tecnologia-text-right {
  text-align: right;
  max-width: 80vh;
  margin-right: 30px;
}
#servicios {
  padding-top: 10vh;
  padding-bottom: 20vh;
  padding-left: 20px;
  padding-right: 20px;
}
.servicios-parrafo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 40px;
  margin-top: 5vh;
  justify-content: start;
  justify-items: start;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
}
#habilitaciones {
  padding-top: 10vh;
  padding-bottom: 23vh;
  background-image: url('../img/contact.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 532px;
  position: relative;
}
#habilitaciones .container {
  margin: auto;
}
.habilitaciones {
  text-align: center;
}
.habilitaciones-img {
  width: 20vh;
  height: 20vh;
  border-radius: 15px;
  background-color: #ffffff;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.205);
  margin: 1vh;
  padding: 20px;
}
.habilitaciones-orden {
  display: grid;
  grid-template-columns: repeat(4, 0fr);
  grid-template-rows: auto;
  justify-content: center;
}
.contactos-contenedor {
  width: 360px;
  min-height: 480px;
  background-color: rgb(231, 231, 231);
  border-radius: 15px;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 20px;
  backdrop-filter: blur(4px);
  margin-left: 10px;
  margin-right: 10px;
}
.form-group {
  margin-bottom: 20px;
}
label {
  display: block;
  margin-bottom: 3px;
  color: #334D95;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 13px;
  font-style: italic;
  transition: border 0.3s;
  background-color: #ffffff;
  cursor: pointer;
  @supports (appearance: base-select) {
    background-image: none;
    padding-inline: 1rem ;
    
    &, 
    &::picker(select) {
    appearance: base-select;
    border: 1px solid #ddd;
    border-radius: 8px;
    color: #334d95;
    }
    &::picker(select) {
      margin-block-start: 0.1875rem;
      opacity: 0;
      height: 0;
      overflow: clip;
      transition: 
        height 0.5s ease-out,
        opacity 0.5s ease-out,
        overlay 0.5s,
        display 0.5s;
      transition-behavior: allow-discrete;
    }
    &:open::picker(select){
      opacity: 1;
      height: calc-size(auto, size);
      
      @starting-style {
        opacity: 0;
        height: 0;
      }
      border: 1px solid #334d95;  
      background-color: rgba(255, 255, 255, 0.527);
      padding: 1rem 0rem 1rem 0rem;
       backdrop-filter: blur(4px);
      
    }
  }
}
input:focus,
textarea:focus,
select:focus {
  border-color: #334D95;
  outline: none;
}
textarea {
  resize: vertical;
  min-height: 100px;
}
.radio-group,
.checkbox-group {
  margin: 10px 0;
}
.radio-option,
.checkbox-option {
  margin-bottom: 8px;
}
.button {
  background-color: #334D95;
  color: white;
  border: none;
  padding: 5px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.3s;
}
.button:hover {
  background-color: #01AFF5;
}
.required:after {
  content: " *";
  color: #334D95;
}
#contactos {
  padding-top: 10vh;
  padding-bottom: 10vh;
  margin: auto;
}
.contactos {
  display: flex;
  justify-content: center;
}
#contactos .titulo {
  text-align: center;
  margin-bottom: 30px;
}
.contactos-texto {
  max-width: 360px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -20px;
}
.map {
  max-width: 360px;
  height: 350px;
  background-color: #cfcfcf;
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#aliados {
  background: linear-gradient(to left, rgb(228, 228, 228), rgb(255, 255, 255));
  padding: 30px 0px 50px 0px;
}
#aliados .container .titulo {
  text-align: center;
}
.aliados-img1 {
  width: 20vh;
  height: 12vh;
  border-radius: 15px;
  background-color: #1A313A;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.205);
  margin: 1vh;
  padding: 20px;
}
.aliados-img2 {
  width: 20vh;
  height: 12vh;
  border-radius: 15px;
  background-color: #00A65C;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.205);
  margin: 1vh;
  padding: 20px;
}
.aliados-img3 {
  width: 20vh;
  height: 12vh;
  border-radius: 15px;
  background-color: #E7A343;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.205);
  margin: 1vh;
  padding: 20px;
}
.aliados-orden {
  display: grid;
  grid-template-columns: repeat(3, 0fr);
  grid-template-rows: auto;
  justify-content: center;
}
.footer {
  background-color: rgb(228, 228, 228);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 0px 1px 0px;
  color: #334D95;
}
@media screen and (max-width: 991px) {
  .navbar {
  min-height: 50px;
  height: auto;
  width: auto;
}
.navbar .container {
  justify-content: space-between;
}
header {
  position: relative;
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
  justify-items: left;
}
  .nosotros-img {
  width: 50vh;
  height: auto;
  align-items: center;
}
.nosotros-orden {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
  .carousel {
  max-width: 860px;
  width: 100%;
  text-align: center;
}
.carousel-slide {
  width: 200px;
  height: auto;
  margin: 30px 0px 30px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: var(--transition);
}
  .recursos-orden {
  margin-top: 5vh;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  grid-template-rows: auto;
  justify-content: center;
}
  .incoterms-img {
  max-width: 80vh;
  height: auto;
  margin-top: 5vh;
}
.incoterms-orden {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.incoterms-text {
  text-align: center;
  max-width: 70vh;
  min-width: 10vh;
  margin-right: 0vh;
}
  .tecnologia-img {
  width: 35vh;
  height: auto;
  border-radius: 15px;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin: 3vh;
}
.tecnologia-imgii {
  width: 60vh;
  height: auto;
  border-radius: 15px;
  margin: 1vh;
}
.tecnologia-orden {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .tecnologia-color .tecnologia-contenedor .uno {
  display: flex;
  flex-direction: column-reverse;
}
main .tecnologia-color .tecnologia-contenedor .dos {
  margin-top: 5vh;
}
.tecnologia-contenedor {
  max-width: 80vh;
}
.tecnologia-text {
  text-align: left;
  max-width: 80vh;
  margin-left: 10vh;
}
.tecnologia-text-right {
  text-align: center;
  max-width: 80vh;
}
  .servicios-parrafo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 40px;
  margin-top: 5vh;
  justify-content: start;
  justify-items: start;
  font-style: italic;
  font-size: 15px;
  font-weight: 600;
}
.habilitaciones-orden {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  grid-template-rows: auto;
  justify-content: center;
}
  .contactos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
  .contactos-texto {
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
header {
  position: relative;
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
  justify-items: left;
}
.carousel {
  max-width: 690px;
}
.carousel-slide {
  width: 200px;
  height: auto;
  margin: 30px 0px 30px 0px;
}
.icon-title {
  font-size: 15px;
 }
  .incoterms-img {
  max-width: 60vh;
  margin-top: 5vh;
}
  .tecnologia-img {
  width: 35vh;
  height: auto;
  border-radius: 15px;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin: 3vh;
}
.tecnologia-imgii {
  width: 55vh;
  height: auto;
  border-radius: 15px;
  margin: 1vh;
}
.tecnologia-contenedor {
  max-width: 60vh;
}
.tecnologia-text {
  text-align: left;
  max-width: 35vh;
  margin-left: 2vh;
}
}
@media screen and (max-width: 576px) {
header {
  position: relative;
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
  justify-items: center;
}
 .carousel {
  max-width: 460px;
}
.carousel-slide {
  width: 200px;
  height: auto;
  margin: 30px 10px 30px 10px;
}
  .recursos-orden {
  margin-top: 5vh;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(1, 0fr);
  grid-template-rows: auto; 
  justify-content: center;
}
  .incoterms-img {
  max-width: 50vh;
  margin-top: 5vh;
}
  #fondo-parallax {
    padding-top: 3vh;
  }
  #logo-parallax {
    min-height: 240px;
  }
  .tecnologia-img {
  width: 35vh;
  height: auto;
  border-radius: 15px;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin: 3vh;
}
.tecnologia-imgii {
  width: 45vh;
  height: auto;
  border-radius: 15px;
  margin: 1vh;
}
.tecnologia-contenedor {
  max-width: 50vh;
}
.tecnologia-text {
  text-align: left;
  max-width: 35vh;
  margin-left: 2vh;
}
.aliados-orden {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  grid-template-rows: auto;
  justify-content: center;
}
}
@media screen and (max-width: 480px) {
  .nosotros-img {
  width: 45vh;
  height: auto;
  align-items: center;
}
 .carousel {
  max-width: 460px;
}
.carousel-slide {
  width: 200px;
  height: auto;
  margin: 30px 20px 30px 20px;
}
  .recursos-orden {
  margin-top: 5vh;
  margin-bottom: 10vh;
  display: grid;
  grid-template-columns: repeat(1, 0fr);
  grid-template-rows: auto; 
  justify-content: center;
}
  .incoterms-img {
  max-width: 45vh;
  margin-top: 5vh;
}
  .tecnologia-img {
  width: 35vh;
  height: auto;
  border-radius: 15px;
  border: 1px solid #ffffffa9;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin: 3vh;
}
.tecnologia-imgii {
  width: 38vh;
  height: auto;
  border-radius: 15px;
  margin: 1vh;
}
.tecnologia-contenedor {
  max-width: 40vh;
}
.tecnologia-text {
  text-align: left;
  max-width: 35vh;
  margin-left: 2vh;
}
.aliados-orden {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  grid-template-rows: auto;
  justify-content: center;
}
}
