/* Estilo personalizado para a seção com imagem de fundo*/
.titulo-formadores {
    text-align: center;
    background-color: #00c7b2;
}

/* Estilo para centralizar o título */
.texto-formadores {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.titulo-formadores h2 {
    color: #fff;
    /*margin-left: 350px;*/
    font-size: 36px;
    font-weight: 700;
}

.imagem-formadores {
    margin: 0px;
    padding: 0px;
    text-align: right;
    height:216px;
}

.imagem-formadores img {
    height: 100%;
}

.cx-texto-img {
    display: grid;
}

.cx-texto {
    align-content: center;
}

.col-sm-6.cx-img {
    align-content: center;
}

.img-formadores {
    width: 100%;
    padding: 10px;
}

.sobre {
    text-align: left;
    padding: 30px; /* Espaçamento interno */
    margin: 0 auto; /* Centraliza a seção na página */
    max-width: 80%; /* Define a largura máxima da seção */
    background-color: #FFFFFF; /* Cor de fundo desejada */
}

.detalhes {
    margin: 0 auto;
    margin-bottom: 40px;
    align-items: center;
}

.cx-o-que-e,
.cx-para-quem,
.cx-como {
    font-family: Space Grotesk;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #4242F8;
    width: fit-content;
    padding: 5px 5px;
    margin: 10px 0px;
}

.row.central-1,
.row.central-2,
.row.central-3 {
    height: 100%;
    align-content: center;
    margin: 30px 0px;
}

.texto-grupo-1,
.texto-grupo-2,
.texto-grupo-4 {
    color: #27262E;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.texto-grupo-3 {
    font-family: Space Grotesk;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    color: #4242F8;
}

.img-grupo-1,
.img-grupo-2,
.img-grupo-3 {
     text-align: center;
     align-content: center;
}

.lista-texto-1,
.lista-texto-2,
.lista-texto-3 {
    display: list-item;
    color: #27262E;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    list-style-type: disc !important;
}

.lista-texto-1::marker,
.lista-texto-2::marker,
.lista-texto-3::marker {
    color: #08C6B2;
}

@media screen and (max-width: 440px) {

    #logo-CNCS-rodape > svg {
        width: 85px;
    }
    
    .hr-rodape {
        height: 8vh;
    }
    
    .row.formadores-1 {
        position: relative;
    }
    
    .col-lg-7.texto-formadores {
        position: absolute;
        top: 75px;
    }
    
    .sobre {
        text-align: left;
        padding: 30px 0px;
        margin: 0 auto;
        max-width: 100%;
        background-color: #FFFFFF;
    }
    
}