/* BACKGROUND PRINCIPAL */

.bg_principal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
}
.bg_principal .swiper {
  width: 100%;
  height: 100%;
}
.contenedor_clientes .swiper {
  width: 100%;
}
#swiperBrand .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* logos */
.crea{
  width: auto;
  height: 100%;
}
.digital_shop{
  width: auto;
  height: 100%;
}
.transportes_san_alejandro{
  width: auto;
  height: 100%;
}
.briane{
  width: auto;
  height: 100%;
}
.kraft{
  width: auto;
  height: 100%;
}
.castillo_asociados{
  width: 100%;
  height: auto;
}
.concremax{
  width: 100%;
  height: auto;
}
.transcorp{
  width: auto;
  height: 100%;
}
/* logos */
.bg_principal .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #91d2ee;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #47aad4;
}
/* SECCION CLIENTES */

.seccion_clientes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 259px;
}

.contenedor_clientes {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 65%;
  height: 50%;
  row-gap: 30px;
}

.titulo_clientes {
  font-size: 28px;
  text-align: center;
  font-family: arial;
  color: #32375f;
}

.imagenes_clientes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* LINEA GRADIENTE */

.linea_gradiente {
  width: 100%;
  height: 8px;
  background-image: linear-gradient(90deg, #47aad4, #32375f);
}

/* SECCION ESCRIBENOS */

.seccion_escribenos {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 467px;
  overflow: hidden;

  background-color: transparent;
}

.bg_escribenos {
  position: absolute;
  top: 143px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 201px;
  background-image: linear-gradient(90deg, #32375f, #47aad4);
}

.contenedor_escribenos {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.texto_escribenos {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  width: 65%;
}

.texto_escribenos h2 {
  font-size: 30px;
  font-family: arial;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.texto_escribenos a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  width: 202px;
  height: 35px;
  border-radius: 16px;

  text-decoration: none;
  font-family: arial;

  font-size: 20px;
  font-weight: bold;
  color: #32375f;
  background-color: #fff;
}

.texto_escribenos a img {
  width: 20px;
}

.imagen_escribenos {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 35%;
  height: 100%;
}

.imagen_escribenos img {
  width: 310px;
  object-fit: cover;
}

@media (min-width: 1025px) and (max-width: 1280px) {
}
@media (min-width: 768px) and (max-width: 1024px) {
  .bg_principal {
    height: 450px;
  }
  .contenedor_clientes {
    width: 80%;
  }
  .texto_escribenos {
    width: 50%;
  }
  .texto_escribenos h2 {
    white-space: break-spaces;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .bg_principal {
    height: 300px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
  .contenedor_clientes {
    width: 90%;
  }
  .contenedor_clientes .imagenes_clientes {
    column-gap: 20px;
  }
  .contenedor_clientes .imagenes_clientes img {
    width: 30%;
  }
  .seccion_escribenos {
    height: 300px;
  }
  .texto_escribenos {
    width: 50%;
  }
  .texto_escribenos h2 {
    white-space: break-spaces;
    font-size: 18px;
  }
  .texto_escribenos a {
    width: max-content;
    height: max-content;
    padding: 5px 20px;
    font-size: 12px;
  }
  .imagen_escribenos img {
    width: 200px;
  }
  .bg_escribenos {
    top: auto;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .bg_principal {
    height: 200px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 20px !important;
  }
  .seccion_clientes {
    height: 150px;
  }
  .titulo_clientes {
    font-size: 18px;
  }
  .contenedor_clientes {
    width: 90%;
  }
  .contenedor_clientes .imagenes_clientes {
    column-gap: 20px;
  }
  .contenedor_clientes .imagenes_clientes img {
    width: 20%;
  }
  .seccion_escribenos {
    height: 300px;
  }
  .texto_escribenos {
    width: 50%;
  }
  .texto_escribenos h2 {
    white-space: break-spaces;
    font-size: 18px;
  }
  .texto_escribenos a {
    width: max-content;
    height: max-content;
    padding: 5px 20px;
    font-size: 12px;
  }
  .imagen_escribenos img {
    width: 150px;
  }
  .bg_escribenos {
    top: auto;
    height: 180px;
  }
}
