@font-face {
  font-family: "Montserrat Black";
  src: url("/fonts/Montserrat-Black.ttf");
  src: url('/fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 400;
  font-style: normal
}

.products-gallery {
    height: 354px;
    border: 1px #CCC solid;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.products-gallery-title h2 {
    font-size: 1.2rem;
}

.products-gallery-img {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.products-gallery-img img {
    max-width: 90%;
    max-height: 90% !important;
    margin: 0 auto;
}

.products-gallery-thumbs {
    display: ruby;
    width: 100%;
    height: auto;
    display: inline-block;
}

.productos-gallery-item {
    width: 2rem;
    height: 2rem;
    border-radius: .5rem;
    background-color: #F1F1F1;
    border: 1px #CCC solid;
    margin: .4rem;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.productos-gallery-item img {
    width: 2rem;
    height: 2rem;
}

.productos-gallery-colors {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #F1F1F1;
    border: 1px #CCC solid;
    margin: .4rem;
    float: left;
    overflow: hidden;
}

.productos-gallery-colors img {
    width: 2rem;
    height: 2rem;
}

/* Carousel */
.carousel-container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease;
}

.carousel-slide {
    flex: 0 0 100%;
}

.carousel-slide img {
    max-width: 100%;
    height: auto;
}

.aboutus-text p {
  text-align: justify;
}