body {
    background-image: linear-gradient(to right, var(--color-pantone-285C-opacity-10), transparent, var(--color-pantone-285C-opacity-10));
  }

.container.container-mind {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

#carouselHero .carousel-inner img {
    width: 100vw;
    height: 650px;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none !important;
    border: none;
}

#carouselHero .carousel-control-prev,
#carouselHero .carousel-control-next {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    width: 100%; 
    transform: translateY(-50%);
    box-sizing: border-box; 
    border-radius: 50%;
    width: 40px; 
    height: 40px; 
    justify-content: center;
    flex-shrink: 0;
    transition: background-color rgba(255, 255, 255, 0.2) 0.3s, border-color 0.3s;
    border: none; 
}

#carouselHero .carousel-control-prev-icon {
    width: 12px; 
    height: 12px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(45deg); 
    margin-left: 3px; /
}

#carouselHero .carousel-control-next-icon {
    width: 12px;
    height: 12px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg); 
    margin-right: 3px; 
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 1);
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    border-color: white;
}


/* Estilizações Cards Destaque */
.container-cards .row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    align-items: stretch; 
}


.custom-card {
    overflow: hidden;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    transition: transform 0.3s ease; 
}

#size-card {
    max-width: 285px;
}

.custom-card:hover {
    transform: scale(1.05);
}

.custom-card .card-text {
    height: 60px;
    overflow: hidden;
}

.custom-card .card-text {
    height: 60px; 
    overflow: hidden;
}

.custom-img {
    width: 100%;
    object-fit: contain;
    background-color: #f4f4f4;
}


.custom-title {
    font-size: 40px;
    color: #031D40;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
}

#custom-subtitle {
    font-size: 16px;
    color: #031D40;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
}


.custom-description {
    font-size: 12px;
    color: rgb(3, 29, 64, 0.6);
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#custom-segmentos {
    padding: 130px; 
}


#custom-button {
    background-color: #031D40 ;
    font-size: 12px;
    border-color: #031D40;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}


.container-cards {
    background-color: #57BAB3; 
    background-image: linear-gradient(rgba(255, 255, 255, 0.98), rgba(87, 186, 179, 0.10), rgba(255, 255, 255, 0.98));
    backdrop-filter: blur(10px); 
    padding: 0;
    width: 100%;
}

#custom-news {
    padding: 130px;
}

#custom-title-news {
    color: #031D40 ;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal; 
}

#custom-title-news-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; 
    margin-bottom: 55px;
}

#custom-title-news {
    color: #031D40;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}


.custom-title-line {
    content: "";
    flex-grow: 1; 
    height: 1.4px;
    background-color: #031D40;
}

#custom-title-products {
    color: #031D40;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#custom-title-products-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; 
    margin-bottom: 55px;
}

#custom-products {
    overflow-x: hidden; 
    margin-top: 55px; 
    margin-bottom: 40px; 
}
#custom-products .small-card {
    width: 100%; 
    max-width: 180px; 
    padding: 10px;
    margin: 0 auto; /
}


#custom-products .card-body {
    padding: 8px; 
}


#custom-products .card-text {
    font-size: 10px; 
}

.row {
    max-width: 100%; 
    flex-wrap: wrap; 
    justify-content: center; 
}

.col-lg-2, .col-md-3, .col-sm-4, .col-6 {
    flex: 0 0 20%; 
    display: flex;
    justify-content: center;
}

.card-image-block {
    border-radius: 100%;
    transition: ease-in-out all 300ms;
}



.custom-img-products{
    background-color: transparent; 
}

#custom-subtitle-products {
    font-size: 12px;
    color: #031D40;
    margin-bottom: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;

}



@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-card {
    animation: slideInFromRight 0.8s ease-in-out;
    animation-fill-mode: both;
}

@media (min-width: 1700px) {
    .custom-card {
        max-width: 450px; 
    }
}


@media (min-width: 300px) and (max-width: 840px) {
    #custom-segmentos {
        padding: 100px;
    }

    .custom-description {
        font-size: 10px;
    }

    #custom-button {
        margin-bottom: 0px;
    }

}

@media (min-width: 850px) {
    .custom-description {
        font-size: 12px;
    }

    .custom-card .card-text {
        height: 65px;

    }

    .custom-description {
        font-size: 11.5px;
    }

}


/* Ajuste para a largura entre 993px e 1251px */
@media (min-width: 993px) and (max-width: 1251px) {
    #custom-button {
        margin: 5px auto; /* Centraliza o botão na linha e controla a distância */
        display: block; /* Faz com que o botão ocupe uma linha inteira e centralize */
        width: 80%; /* Ajusta a largura do botão para ser proporcional */
    }
}

@media (min-width: 990px) and (max-width: 1200px){
    
    #custom-description-segmentos {
        height: 75px;
        font-size: 12px;

    }

}

@media (min-width: 300px) and (max-width: 840px) {
    #custom-news {
        padding: 100px;
    }

    .custom-description {
        font-size: 10px;
    }

    #custom-button {
        margin-bottom: 0px;
    }

}



