/*Estilo para carrousel principal*/
.inicio .carruselPrincipal .carousel-item img {
  width: 100%;
  position: relative;
  height: 70vh;
  align-items: center;
  object-fit: cover;
  filter: brightness(49%);
  /* Ajusta la imagen sin deformasrla y recorta si es necesario */
}

/* Diseño de la búsqueda*/
/*Fin carrusel principal*/
/*Carrusel proveedores*/
section div {
  height: 100%;

  .contenido-inicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
  }

  .contenido-inicio h1 {
    text-align: end !important;
  }

  .tituloCarrusel {
    color: #edeff3;
    font-weight: bold;
    text-align: center;

  }
}

.carruselProveedores,.carruselClientes {
  display: flex;
  column-gap: 0.08em;
  overflow-x: hidden;
  max-height: 20vh;
}


.carruselProveedores .imgGrupo img, .carruselClientes .imgGrupo img {
  object-fit: contain;
  height: 7.5em;
  width: 7.1em;
  margin: 0 20px;
}

.scroll {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;

}

.scroll div {
  white-space: nowrap;
  animation: animate 22s linear infinite;
}

@keyframes animate {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scroll:hover div {
  animation-play-state: paused;
}

/*Carrusel Proveedores*/
/*Productos destacados*/
.productosDestacados,
.categoriaProductos {
  background-color: #293E65 !important;
}

.productosDestacados .container-fluid .product-image {

  height: 14em;
  width: 13em;
}

.productosDestacados .container-fluid .product-card h6 {
  min-height: 3em;
  --webkit-line-clamp: 2;
  --webkit-box-orient: vertical;
  overflow: hidden;
}

.categoriaProductos .container-fluid .product-image {
  /*afecta a productos destacados
  */
  height: 13em;
  width: 15em;
  object-fit: contain;

}
.categoriaProductos .container-fluid .mas-categoria .product-card h6, .categoriaProductos .container-fluid .product-card h6{
  min-height: 3em;
  --webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;

}
/*Fin Productos destacados*/
/*Somos especialistas*/
.especialistas .row {
  width: 100%;
  padding: 12px 0 12px 0;
}

.especialistas .contenedor {

  .iconosEsp {
    text-align: center;
    justify-content: space-between 2px;
    padding: 22px 0px 22px 0px;
  }

  .tituloEsp {
    text-align: justify;
    text-shadow: 4px 4px 8px #293E65;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .iconoGrupo i {
    font-size: 60px;

  }

  .iconoGrupo p {
    font-size: 20px;
  }

  .iconoGrupo i:hover {
    color: rgb(19, 3, 49);
    border-radius: 50%;
  }
}

/*Fin somos especialistas*/

/*Inicio estilo de mejorar */
.seccion-mejora {
  background-color: #16B6FF;
  padding: 15px;
  text-align: center;
}

.seccion-mejora i {
  font-size: 48px;
}

.seccion-mejora .detalleMejora {
  vertical-align: text-bottom;
  display: inline-block;
  align-self: flex-end;
  border-bottom: 1.5px solid #000000;
  border-width: 100%;
  font-size: 22px;
  text-shadow: 3px 2px 5px #FFFFFF;

}

.seccion-mejora .detalleMejora p {
  font-size: 24px;
}

.seccion-mejora .row {
  width: auto;
  --bs-gutter-x: 0;

  h1 {
    text-shadow: 2px 6px 6px #ffffff;

  }
}

.seccion-mejora .grupoIcono {
  border-radius: 100%;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  animation: girar 15s infinite;

}

.seccion-mejora .cara {
  position: absolute;
  background-color: blue;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: bottom;
}

.seccion-mejora .delante {
  background-color: hwb(0 100% 0%);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.seccion-mejora .atras {
  background-color: #293E65;
  color: lab(100% 0.01 -0.01);
  transform: rotateY(180deg);
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes girar {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

/* Fin de estilo mejorar */
/*Inicio categorias*/
.categoriaProductos .container-fluid {
  background-color: #293E65 !important;
}

/*Inicio de certificaciones*/
.certificacionesMontero {
  max-height: auto;
  background-color: #FFFFFF;
  /* background-image: url('assets/img/p2.jpg');*/
  background-size: cover;
  background-position: center;
}

.certificacionesMontero h1 {
  text-shadow: 1px 3px 3px #34599e;

}

.certificacionesMontero .row {
  max-width: 100%;
  --bs-gutter-x: 0;
}

.certificacionesMontero .row .card .card-body i {
  font-size: 150px;
  text-align: center;
  color: #070707;
  padding-bottom: 40px;
}

.certificacionesMontero .card {
  border: none;
  background-color: #FFFFFF;
  height: 30px;

}

.certificacionesMontero .card .card-body p {
  font-size: 29px;
}

/*Fin de certificacione */
/*Inicio Clientes*/
.carruselProveedores #carouselExample button, .carruselClientes #carouselExample button  {
  align-items: center;
  width: 5em;
}

/*Fin clientes*/