#palestranteCarousel .card,#palestranteCarousel2 .card {
    color: white;
    background-size: cover;
    background-position: center;
    min-height: 400px;
    /*width = (totalWidth / 4) - 5px */
    width: calc(400% / 4 - 5px);
    height: 400px;
    position: relative;
    border: none;
    border-radius: 0;
}

.color-azul {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(6, 163, 98);
    background: linear-gradient(rgba(55, 192, 208, 0), rgba(55, 192, 208, 0.8));
}

#palestranteCarousel .social-icons,#palestranteCarousel2 .social-icons {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
}

#palestranteCarousel .social-icons a,#palestranteCarousel2 .social-icons a {
    margin-right: 5px;
    color: white;
    font-size: 18px;
}
#palestranteCarousel .social-icons a:hover,#palestranteCarousel2 .social-icons a:hover {
    color: #7F1FD4;
}

#palestranteCarousel.social-icons i,#palestranteCarousel2.social-icons i {
    font-size: 24px;
}

#palestranteCarousel .card-title,#palestranteCarousel2 .card-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.6px;
    line-height: 25px;
}

#palestranteCarousel,#palestranteCarousel2 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
#palestranteCarousel .carousel-indicators li,#palestranteCarousel2 .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%; /* Isto torna o indicador um círculo */
    background-color: #6F4593; /* Cor de fundo para o indicador inativo */
}

#palestranteCarousel .carousel-indicators .active,#palestranteCarousel2 .carousel-indicators .active {
    background-color: #D0171E; /* Cor de fundo para o indicador ativo */
}

#palestranteCarousel .carousel-control-prev, #palestranteCarousel .carousel-control-next,#palestranteCarousel2 .carousel-control-prev, #palestranteCarousel2 .carousel-control-next {
    background-color: #7F1FD4;
    height: 60px;
    width: 60px;
    margin-top: 220px;
}
