.background-palestrantes {
    background-color: #FFFFFF;
    background-repeat: no-repeat !important;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.custom-div-palestrantes{
    margin-top: 10%;
}

.custom-div-item-palestrantes{
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: initial;
}

.custom-titulo-palestrantes {
    font-size: 3em;
    color: #2f2f2f;
    text-align: initial;
}


.img-palestrante {
    border-radius: 0px 20px 0px 20px !important;
    width: 170px;
    height: 21vh;
}

.pagination li {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    background-color: #2d7a88;
    border: 1px solid #2d7a88;
    border-radius: 5px;
    cursor: pointer;
}

.pagination .active {
    background-color: #fff;
    color: #2d7a88;
    font-size: 20px;
}

.pagination .pagination-previous,
.pagination .pagination-next {
    background-color: #2d7a88;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #2d7a88;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
    font-size: 20px;
}

.pagination li:not(.active) a,
.pagination .pagination-previous:not(.active) a,
.pagination .pagination-next:not(.active) a {
    color: #fff; 
    text-decoration: none; 
    font-size: 20px;
}

.pagination-container {
    text-align: center;
    margin-top: 20px;
}

.center {
    display: flex;
    justify-content: center;
}

.nome-palestrante{
    color: #2d7a88;
}

.curriculo-palestrante{
    color: #2d7a88;
}

@media (min-width: 500px) and (max-width: 1024px) {

    .img-palestrante {
        border-radius: 0px 20px 0px 20px !important;
        width: 25%;
        height: 19vh;
    }

}

@media (min-width: 320px) and (max-width: 499px) {

    .background-palestrantes {
        background-color: #FFFFFF;
        background-size: cover;
    }

    .curriculo-palestrante{
        display: none;
    }

    .descricao-palestrante{
        display: none;
    }

    .custom-titulo-palestrantes {
        font-size: 2em;
        color: #2f2f2f;
        text-align: center;
        font-weight: bold;
        font-family: 'lato', sans-serif;
    }

    .custom-div-item-palestrantes{
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        flex-direction: column !important;
    }

    .img-palestrante {
        border-radius: 0px 20px 0px 20px !important;
        width: 45%;
        height: 22vh;
        margin-bottom: 10%;
    }

    .nome-palestrante{
        font-size: 25px !important;
        display: block;
    }

    .custom-div-palestrantes{
        padding-left: 2%;
        margin-bottom: 10%;
    }
    
    .custom-div-nome-palestrante-mobile{
        margin-left: 0.25rem !important;
    }

}