.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 10%;
  padding-top: 10%;
}

h1{
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

.content-banner{
  max-width: 50%;
  z-index: 2;
}
.imagen_car_mobile {
  display:none;
}

.image {
  max-width: 50%;
  position: relative;
  z-index: 1;
}

.title {
  color: white;
  font-size: 3rem;
  font-weight: bold;
}

.paragraph-title {
  color: white;
  font-size: 1.2rem;
  line-height: inherit;
  margin: 0;
}

.paragraph-title b{
  color: white;
}

.botones-banner {
  display: flex;

  margin-top: 2rem;
}

.boton-banner {
  background-color: orange;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.principal_text b {
  color: white;
}

.violeta {
  background-color: #8772C0;
}

.azul {
  background-color: #3593E7;
}

.celeste {
  background-color: #38C3B9;
}

.verde {
  background-color: #89bf48;
}

.image img {
  max-height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translate(-100%, -50%);
  object-fit: contain;
}

#imagenes-home {
  display: flex;
  flex-direction: column;
}

#imagenes-home .logos img {
  width: 200px;
  z-index: 2;
}

.image-slide.active {
  opacity: 1;
  z-index: 2;
}

.logos-home {
  z-index: 2;
  position: absolute;
  top: 10%;
  right: 37%;


}

.logos-home a {
  cursor: pointer;
  height: auto;
}

.logos-home img {
  width: 200px;
  position: absolute;
  opacity: 0;
  display: none;
}

.logos-home img.active-on {
  opacity: 1;
}

#video-bg,
#video-bg-index,
#video-bg-gold,
#video-bg-black,
#image-bg {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-fit: cover;
}

#image-bg {
  display: none;

}

.banner-logo img {
  max-width: 200px;
  margin-top: 2rem;
}

h2 {
  line-height: 130% ;
  margin: 1.3rem 0 1.4rem 0;
  font-weight: 400;
}

/* @media (min-width:1439px) {
  .logos-home {
    right: 30%;
  }
}

@media(max-width:1438px) {
  .logos-home {
    right: 28%;
  }
}

@media(min-width:1920px) {
  .logos-home {
    right: 27%;
  }
}

@media(max-width:1025px) {
  .logos-home {
    right: 37%;
  }
} */



@media screen and (max-width: 769px) {
  .banner {
    flex-direction: column;
  }

  .logos-home {
    display: none;
  }

  /* section.banner {
    height: 100vh;
  } */

  .botones-banner {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
  }
  .content-banner {
    max-width: 100%;
  }
  .content,
  .image {
    max-width: 100%;
  }

  .image img {
    max-height: 300px;
    transform: translate(-50%, -86%);
  }

  .boton-banner {
    margin-top: 15px;
  }
}

@media (max-width:425px) {
  .boton-banner {
    margin-right: 0;
  }

  .title {
    font-size: 1.5rem;
  }

  .paragraph-title {
    font-size: 1rem;
  }

  .image img {
  
    max-height: 300px;
    transform: translate(-50%, -100%);
  }

  .botones-banner {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 8px;
  }

  #desktop-banner {
    display: none;
  }

}


@media (max-width:1023px) {
  .banner-logo {
    display: none;
  }
}


@media(max-width: 648px) {
  .title {
    margin-bottom: 0.5rem;
  }

  #video-bg,
  #video-bg-index,
  #video-bg-black,
  #video-bg-gold
  {
    display: none;
  }

  #image-bg {
    display: block;

  }
}

@media(max-width:375px) {
  .botones-banner {
    flex-direction: column;
    /* gap: 15px; */
  }

  .image img {
    
    max-height: 350px;
    transform: translate(-50%, -110%);

  }

}


@media (max-width:320px) {
  .image img {
    max-height: 300px;
    transform: translate(-50%, -120%);
  }
}


@media (max-width:900px) {
  .image {
    display: none !important;
  }

  .imagen_car_mobile  {
    padding: 30px 0;
    display: block;
    z-index: 1;
 
  }

  .imagen_car_mobile img,
  .imagen_car_mobile video
  {
    max-height: 350px;

  }

}