.distribuidores-de h1 {
  width: 80%;
  margin-top: 52px;
}

.logovolkswagen-distribuidores {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002e61;
  margin: auto;
  width: 18rem;
  height: 8rem;
  border-radius: 1rem;
}

.logovolkswagen-distribuidores::before {
  top: 50%;
  left: -38rem;
  transform: translate(0, -50%);
}

.logovolkswagen-distribuidores::after {
  top: 50%;
  left: 28rem;
  transform: translate(0, -50%);
}

.logovolkswagen-distribuidores__img {
  width: 6rem;
}

.distribuidores-de .container-logos {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

#sello {
  width: 200px;
  height: 200px;
  margin: -4rem 0 2rem 0;
}

.carousel-alies {
  display: flex;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  justify-content: space-around;
}

.carousel-image-alies {
  width: 33%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 2rem;
}

.carousel-button-alies {
  height: 40px;
  border-radius: 50px;
  background-color: var(--transparent-white-color);
  font-size: 30px;
  color: var(--darkbluecolor);
  border: none;
  cursor: pointer;
  padding-bottom: 20px;
}

.carousel-button-alies:hover {
  background-color: #ccc;
}

#anterior-alies {
  width: 5%;
  position: absolute;
  top: 50px;
  left: 4px;
}

#siguiente-alies {
  width: 5%;
  position: absolute;
  top: 50px;
  right: 4px;
}

@media screen and (min-width: 720px) {
  .distribuidores-de h1 {
    width: 28%;
  }
  .logovolkswagen-distribuidores {
    width: 28rem;
    height: 10rem;
  }
  .logovolkswagen-distribuidores::before,
  .logovolkswagen-distribuidores::after {
    content: "";
    position: absolute;
    width: 136%;
    height: 2px;
    background-color: #002e61;
  }

  .logovolkswagen-distribuidores__img {
    width: 9rem;
  }

  .container-logos {
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 90%;
    height: 600px;
    z-index: 99;
    margin: 0 0 0 84px;
    background-image: url(../Logos/1_Mesa\ de\ trabajo\ 1.png);
  }

  .carousel-alies {
    display: none;
  }

  #sello {
    box-sizing: content-box;
    width: calc(20%);
    height: 320px;
    position: relative;
    top: 10%;
  }
}
