
/* Custom CSS for first-line indentation */
.about p {
    margin: 0;
    text-indent: 2rem;
    text-align: justify;
}
.in-memoriam {
    font-style: italic;
    font-family: "Times New Roman", serif; /* Altere a fonte conforme desejado */
    color: #888; /* ou a cor desejada */
    /*background-color: #f7f7f7; *//* Adicione um fundo destacado */
    padding: 2px; /* Espaçamento interno para destacar o fundo */
    /* Outros estilos conforme necessário */
}


.bg-instagram-orig {
    background-image: linear-gradient(45deg, #fcb045 0%, #fd1d1d 50%, #833ab4 100%);
    color: #fff; /* set icon color to white */
}

.card-height {
    /*height: 84px;*/ /* altura desejada para os cards */
}


.card-blog-img {
    background: url(/images/about.jpg);
    background-size: cover;
}


.card-mentoria-overlay {
    background: url(/images/b15.jpg);
    background-size: cover;
    background-position: center;
   
    /*background-color: #280924;*/
}
.card-consultoria-overlay {
    background: url(/images/b18.jpg);
    background-size: cover;
    background-position: center;    
}
.card-cursos-overlay {
    background: url(/images/bgc.jpg);
    background-size: cover;
    background-position: center;
    /*background-color: #280924;*/
}




/*.card {
    padding: 0.5rem;
    margin-bottom: 1rem;
}*/

.card-body2 {
    padding: 0.5rem;
}

.item-card2-desc {
    margin-bottom: 0.5rem;
}


@media (max-width: 767px) {
    #areamembrologin {
        display: block;
    }
}

@media (min-width: 960px) {
    #areamembrologin {
        display: none;
    }
}

.et_pb_text_0 h1 {
    font-family: 'Alice',Georgia,"Times New Roman",serif;
    font-size: 46px;/* 80px;*/
    letter-spacing: -1px;
    line-height: 1.1em
}

.section-title5 h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .section-title5 h2:after {
        content: "";
        position: absolute;
        width: 10%;
        height: 1px;
        left: 0;
        top: 50px;
        right: 0;
        margin-bottom: 20px;
        margin: 0 auto;
        text-align: center;
    }

.section-title5 p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
    color: #6d7e9c;
}

.section-title5 {
    padding-bottom: 2rem;
}

    .section-title5 h1 {
        margin-bottom: 0.5rem;
        color: #504e70;
        font-size: 36px;
        font-weight: 400;
        z-index: 1;
    }

@media (max-width: 576px) {
    .btn-lg {
        font-size: 1rem;
        padding: .5rem 1rem;
    }
}



.sptbm {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*-----------------------------*/
.banner-container {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

    .banner-container .banner {
        background: linear-gradient(-55deg, #ff7675 29%, #d63031 29.1%, #d63031 68%, #ff7675 68.1%);
        border-radius: 5px;
        /*margin: 10px;*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        box-shadow: 0 5px 10px #0005;
        overflow: hidden;
    }

        .banner-container .banner .shoe {
            flex: 1 1 250px;
            padding: 15px;
            text-align: center;
        }

            .banner-container .banner .shoe img {
                width: 80%;
            }

        .banner-container .banner .content {
            flex: 1 1 250px;
            text-align: center;
            padding: 10px;
            text-transform: uppercase;
        }

            .banner-container .banner .content span {
                color: #eee;
                font-size: 25px;
            }

            .banner-container .banner .content h3 {
                color: #fff;
                font-size: 40px;
            }

            .banner-container .banner .content p {
                color: #eee;
                font-size: 20px;
                padding: 10px 0;
            }

            /*.banner-container .banner .content .btn {
                display: block;
                height: 40px;
                width: 150px;
                line-height: 40px;
                background: #fff;
                color: #d63031;
                margin: 5px auto;
                text-decoration: none;
            }*/

        .banner-container .banner .women {
            position: relative;
            bottom: -33px;
            padding: 10px;
            flex: 1 1 250px;
        }

            .banner-container .banner .women img {
                width: 100%;
            }

@media (max-width:768px) {
    .banner-container .banner .women {
        display: none;
    }
}


