
:root {
    --primary: #e0007a;
    --gray: #9B9B9B;
}


/* Text colors */
.text-gray {
    color: var(--gray) !important;
}

/* Novos ajustes */

.banner-text h1 {
    font-size: 48px !important;
}

.banner-text h3 {
    font-size: 22px !important;
}

.pisa .row p {
    font-size: 20px !important;
}

.row-text p {
    line-height: 25px !important;
}

.pisa .row h2 {
    font-size: 36px !important;
}

.row-text h2 {
    font-size: 36px !important;
}

.row-text h3 {
    font-size: 32px !important;
    /* margin-bottom: 0 !important; */
}

.logo_login {
    max-height: 60px !important;
}

.container-sm{
    /* padding: 0 1vw !important; */
}

.button-enter.mobile {
    right: 0px !important;
}

.bg-black img {
    top: 0px !important;
}

.text-pink {
    color: #ec058e !important;
}

.padding-card {
    padding: 15px !important;
}

.card-body-teacher {
    box-sizing: border-box;

    /* Auto layout */

    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    gap: 64px;

    /*width: 715.5px;*/
    /*height: 649px;*/

    border: 1px solid #272727;
    border-radius: 16px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.card-body-support {

    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    /*gap: 64px;*/

    /*width: 699.5px;*/
    /*height: 651px;*/

    border: 1px solid #272727;
    border-radius: 16px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 1;
}

.card-body-support-terms {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px;
    gap: 12px;

    /*width: 627.5px;*/
    /*height: 56px;*/

    border: 1px solid #F8F8F8;
    border-radius: 8px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.card-body-terms {
    box-sizing: border-box;

    /* Auto layout */

    /*display: flex;*/
    flex-direction: column;
    align-items: flex-start;
    padding: 44px;
    gap: 24px;

    /*width: 715.5px;*/
    /*height: 272px;*/

    border: 1px solid #272727;
    border-radius: 16px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

.image-perfil {
    width: 448px;
    /*height: 90px;*/

    /*background: url(image.png);*/
    border-radius: 16px;

    /* Inside auto layout */

    flex: none;
    order: 2;
    flex-grow: 0;
}

/* @media screen and (min-width: 1367px) {
    .container {
        padding: 0 7vw !important;
    }
} */


@media screen and (max-width: 1366px) {
    .banner-text h1 {
        font-size: 48px !important;
    }

    .banner-text h3 {
        font-size: 22px !important;
    }

    .pisa .row h2 {
        font-size: 36px !important;
    }

    .pisa .row p {
        font-size: 20px !important;
    }

    .row-text h2 {
        font-size: 36px !important;
    }

    .row-text h3 {
        font-size: 32px !important;
    }
}

/* @media screen and (max-width: 1365px) {
    .container {
        padding: 0 8vw !important;
    }
} */

@media screen and (max-width: 768px) {
    .banner-text h1 {
        font-size: 32px !important;
    }

    .banner-text h3 {
        font-size: 18px !important;
    }

    .pisa .row h2 {
        font-size: 28px !important;
    }

    .pisa .row p {
        font-size: 18px !important;
    }

    .row-text h2 {
        font-size: 28px !important;
        margin-bottom: 0 !important;
    }

    .row-text h3 {
        font-size: 22px !important;
    }

    .banner-text {
        padding-top: 50px;
    }

    .row-text p {
        line-height: 22px !important;
    }
}

/* Navbar */
.navbar-light .navbar-nav .nav-link {
    font-weight: 600 !important;
    font-size: 16px !important;
}

.right-nav ul li a {
    font-weight: bold !important;
}

.dropdown-toggle::after {
    color: var(--primary) !important;
}

/* Meus cursos */

.menu-cursos-list .container>h2 {
    font-size: 26px !important;
}

.menu-cursos-list .item h2 {
    font-size: 18px !important;
}

.menu-cursos-list .img a {
    width: 75%;
    bottom: 45px !important;
    padding: 8px !important;
    font-size: 14px !important;
    margin: 0 auto;
}
@media screen and (max-width: 1366px) {
    .menu-cursos-list .img a {
        width: 75%;
        bottom: 45px !important;
        padding: 8px !important;
        margin: 0 auto;
        font-size: 14px !important;
    }
}

section#meus-cursos .owl-carousel .owl-item,
section#loja-cursos .owl-carousel .owl-item {
    /* width: 220px !important; */
}

section#meus-cursos .owl-carousel .owl-item img,
section#loja-cursos .owl-carousel .owl-item img {
    /* height: 340px !important; */
}

section#depoimentos .owl-carousel .owl-item {
    /* width: 350px !important; */
}

/* Icons */
.icon-sm {
    width: 26px !important;
}

/* Font size */
.f-size-md {
    font-size: 18px !important;
}

.profile-circle {
    top: 0;
    object-fit: cover !important;
    width: 45px;
    height: 45px;
}

/* Overlay */
.overlay-black {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5);
}
