@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
    margin: 0;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover,
a:focus {
    text-decoration: none;
}

body {
    background: #000;
    font-family: 'Montserrat', sans-serif;

}

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

@media screen and (max-width: 30000px) {
    .navigation-mob {
        position: fixed;
        background: #000000de;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        padding: 10px 15px 0;
        display: none;
    }

    .navigation-mob a {
        display: block;
        color: #fff;
        font-size: 28px;
        padding: 7px;
        text-align: left;
    }

    .navigation-mob ul {
        padding: 40px;
    }

    .mobile-menu {
        padding: 25px 0px 0;
        display: none;
    }

    /* .mobile-menu .container {
        display: flex;
        justify-content: space-between;
    } */

    /* .container {
        max-width: 100%;
        padding: 0 2em;
    } */

    .banner {
        position: relative;
        padding: 200px 0;
        background: url(../images/banner.jpg) no-repeat;
        background-size: cover;
    }

    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .right-nav ul li a {
        color: #fff;
        font-size: 20px;
        padding: 5px 0 5px 10px
    }

    .Voltar {
        color: #fff;
        font-size: 20px;
    }

    .back-login {
        position: absolute;
        left: 20px;
        display: none;
    }

    .back-login img {
        transform: rotate(180deg);
        width: 13px;
    }

    .Voltar:hover {
        color: #fff;
    }

    .dropdown-menu {
        background: var(--primary);
        border-radius: 15px 0 15px 15px;
        right: 0;
        left: auto;
        width: 220px;
    }

    .login-form {
        /*position: absolute;*/
        top: 25%;
        max-width: 400px;
        margin: auto;
        left: 0;
        right: 0;
        background: #000000ab;
        padding: 30px;
        border-radius: 10px;
        color: #fff;
    }

    .login-form input.form-control {
        background: #373737;
        border: 1px solid #373737;
        margin-bottom: 15px;
        padding: 9px;
    }

    .login-form h3 {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 26px;
        margin-top: 0;
    }

    .login-form input.form-control:focus {
        box-shadow: none;
        border-color: var(--primary);
    }

    .button-enter {
        display: block;
        border: 0;
        background: var(--primary);
        width: 100%;
        padding: 5px;
        border-radius: 5px;
        color: #fff;
        font-size: 23px;
        font-weight: 500;
        margin-top: 40px;
    }

    .forgot-pass {
        display: block;
        text-align: center;
        margin: 40px 0 0 0;
        color: #fff;
        font-size: 18px;
    }

    .forgot-pass:hover {
        color: #fff;
        text-decoration: underline;
    }

    .banner-text {
        max-width: 800px;
        color: #fff;
        text-align: center;
        margin: 0px auto 0;
    }

    .banner-text h1 {
        font-size: 58px;
        line-height: 70px;
        font-weight: 700;
        letter-spacing: 0.5px;
        margin-bottom: 30px;
    }

    .banner-text h3 {
        font-size: 30px;
        max-width: 520px;
        margin: auto;
        line-height: 40px;
    }

    .banner-text .button-enter {
        max-width: 320px;
        width: 100%;
        margin: 30px auto;
        font-size: 26px;
    }

    .banner-text .button-enter:hover {
        background: #fff;
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 24px;
        margin: 0 25px;
        font-weight: 600;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #fff;
        text-decoration: underline;
    }

    .menu-cursos {
        background: #000;
    }

    .menu-cursos header {
        position: static;
    }

    footer {
        background: var(--primary);
        text-align: center;
        padding: 50px 0 30px 0;
        color: #fff;
        font-size: 20px;
        letter-spacing: 0.5px;
    }

    footer .ft-logo {
        margin-bottom: 20px;
        display: inline-block;
    }

    footer .term {
        margin-top: 60px;
    }

    footer .term a {
        color: #fff;
        border-right: 1px solid #fff;
        padding: 0px 10px;
        display: inline-block;
    }

    footer .term a:last-child {
        border: none;
    }

    footer .copyright {
        font-size: 16px;
    }

    .bg-black {
        background: #000;
    }

    .pisa .row {
        align-items: center;
        padding: 100px 0;
    }

    .pisa .row h2 {
        color: #fff;
        font-size: 55px;
        font-weight: 700;
        margin: 0 0 40px;
    }

    .pisa .row p {
        color: #fff;
        font-size: 35px;
        font-weight: 500;
        margin: 0 0 40px;
    }

    .row-text {
        padding: 50px 0
    }

    .row-text h2 {
        color: #fff;
        font-size: 55px;
        font-weight: 700;
    }

    .row-text h3 {
        color: #fff;
        font-size: 45px;
        font-weight: 500;
        margin-top: 105x;
        margin-bottom: 35px;
    }

    .row-text h4 {
        font-size: 20px;
        color: #fff;
        line-height: 35px;
        font-weight: 700;
        margin: 25px 0;
    }

    .row-text p {
        font-size: 26px;
        color: #fff;
        line-height: 36px;
    }

    .flag-block h3 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .flag-block .row {
        padding: 50px 0
    }

    .pr-50 {
        padding-right: 50px;
    }

    .pl-50 {
        padding-left: 50px;
    }

    .menu-cursos-list .container>h2 {
        color: #fff;
        font-weight: 600;
        font-size: 40px;
        margin: 70px 0 20px 0;
    }

    .menu-cursos-list .item h2 {
        color: #fff;
        font-weight: 500;
        font-size: 25px;
        margin: 15px 0 15px 0;
        text-align: center;
        line-height: 32px;
    }

    .menu-cursos-list .img a {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        background: #000000c7;
        text-align: center;
        padding: 9px;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.5px;
        font-size: 24px;
        border-radius: 5px;
    }

    .menu-cursos-list .img {
        position: relative;
    }

    .menu-cursos-list.minhas .row h2 {
        font-size: 44px;
        text-align: left;
        font-weight: 900;
        color: #fff;
    }

    .menu-cursos-list.minhas .row h3 {
        color: #fff;
        font-size: 40px;
        margin: 20px 0 30px;
    }

    .menu-cursos-list.minhas .row p {
        color: #fff;
        font-size: 26px;
    }

    .owl-carousel .item {
        margin: 0 15px 0 0;
    }

    /* Prev */

    .owl-buttons .owl-prev {
        position: absolute;
        left: 20px;
        top: 33%;
        color: #fff;
        height: 50px;
        width: 50px;
        background: #000000c2;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 0;
        opacity: 0.8
    }

    .owl-buttons .owl-prev:after {
        content: "";
        background: url(../images/arrow-left.png) no-repeat;
        display: block;
        height: 30px;
        width: 15px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.9;
        z-index: 1;
    }

    .owl-buttons .owl-prev:hover {
        opacity: 1
    }

    /* Next */

    .owl-buttons .owl-next {
        position: absolute;
        right: 20px;
        top: 33%;
        color: #fff;
        height: 50px;
        width: 50px;
        background: #000000c2;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        font-size: 0;
        opacity: 0.8
    }

    .owl-buttons .owl-next:after {
        content: "";
        background: url(../images/arrow-right.png) no-repeat;
        display: block;
        height: 30px;
        width: 15px;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        opacity: 0.9
    }

    .owl-buttons .owl-next:hover {
        opacity: 1
    }

    #Depoimentos {
        margin-bottom: 60px;
    }

    .pisa .row .col-sm-7 {
        text-align: left;
    }

    .pisa .row .col-sm-7 img {
        width: 100%;
    }

    .pisa .row .col-sm-7 {
        margin: 0 -15px;
    }

    .row-text .col-sm-6 img,
    .menu-cursos-list .img img {
        width: 100%;
    }

    .row-text .col-sm-6 img {
        position: relative;
        top: 10px;
    }

    .button-enter.mobile {
        display: none;
    }

}





@media screen and (max-width: 1366px) {
    /* .container {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 15px;
    } */

    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        margin: 0 20px;
    }

    .right-nav ul li a {
        font-size: 16px;
    }

    .menu-cursos-list.minhas .row p {
        font-size: 18px;
    }

    .menu-cursos-list.minhas .row h2 {
        font-size: 40px;
    }

    .menu-cursos-list.minhas .row h3 {
        font-size: 30px;
    }

    .menu-cursos-list .item h2 {
        font-size: 16px;
        line-height: 22px;
        font-weight: normal;
    }

    .menu-cursos-list .item h2 p {
        margin-bottom: 0
    }

    .menu-cursos-list .img a {
        font-size: 14px;
    }

    .menu-cursos-list>h2 {
        font-size: 30px;
    }

    .banner-text {
        max-width: 610px;
    }

    .banner-text h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .banner-text h3 {
        font-size: 26px;
        max-width: 410px;
        margin: auto;
        line-height: 30px;
    }

    .banner-text .button-enter {
        font-size: 23px;
    }

    .row-text h2 {
        font-size: 45px;
    }

    .row-text h3 {
        font-size: 29px;
        line-height: 25px;

    }

    .row-text p {
        font-size: 20px;
        line-height: 30px;
    }

    footer {
        font-size: 16px;
    }

    footer .copyright {
        font-size: 12px;
    }

    .pisa .row p {
        font-size: 30px;
    }

    .pisa .row h2 {
        font-size: 45px;
    }
}

@media screen and (max-width: 767px) {
    .pisa {
        text-align: center;
    }

    .row-text.flag-block {
        text-align: center;
        padding: 15px;
    }

    .pr-50,
    .pl-50 {
        padding: 0;
    }

    .flag-block .row .col-sm-5 img {
        max-width: 200px;
        margin-bottom: 0px;
    }

    .row-text.flag-block .row:nth-child(2) {
        padding: 0px 0;
        flex-direction: column-reverse;
    }

    .row-text.flag-block .row {
        margin-bottom: 30px;
    }

    .row-text {
        padding: 0 15px 50px;
        text-align: center;
    }

    .row-text h2 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 34px;
    }

    .row-text h3 {
        font-size: 26px;
        line-height: 25px;
        margin: 0 0 20px;
    }

    .pisa .row p {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 26px;
        max-width: 70%;
        margin: auto;
        font-weight: normal;
    }

    .row-text p {
        font-size: 18px;
        line-height: 26px;
    }

    .pisa .row p br {
        /*display: none;*/
    }

    .pisa .row h2 {
        font-size: 34px;
        margin: 40px 0 20px;
    }

    .banner {
        padding: 150px 15px;
    }

    .navbar-light .navbar-brand {
        display: block;
        width: 100%;
        text-align: none;
    }

    .menu-cursos-list.minhas .row h2 {
        margin-top: 30px;
        text-align: center;
    }

    .menu-cursos-list>h2 {
        margin: 40px 0 20px 0;
    }

    .banner-text h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .banner-text h3 {
        font-size: 18px;
        max-width: 330px;
        line-height: 24px;
    }

    header {
        background: #000;
    }

    .banner-text .button-enter {
        max-width: 200px;
        width: 100%;
        margin: 20px auto;
        font-size: 18px;
        display: none;
    }

    .button-enter.mobile {
        display: block;
        position: absolute;
        right: 20px;
        max-width: 90px;
        text-align: center;
        font-size: 15px;
        top: 25px;
        margin: 0;
    }

    .row-text h3 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 15px;
        font-weight: normal;
    }

    .Voltar {
        display: none;
    }

    .back-login {
        display: block;
    }

    .login-form h3 {
        font-size: 22px;
    }

    .login-form .button-enter {
        margin-top: 20px;
        padding: 8px;
        font-size: 18px
    }

    .forgot-pass {
        margin: 20px 0 0 0;
    }

    .menu-cursos-list.minhas .row h3 {
        font-size: 24px;
        margin: 10px 0 20px;
    }

    .menu-cursos-list.minhas .row p {
        font-size: 18px;
        line-height: 25px;
    }

    section.menu-cursos-list.minhas {
        text-align: center;
    }

    /* .menu-cursos-list.minhas .container {
        max-width: 1150px;
        margin: 0 auto;
        padding: 0 15px;
        overflow: auto;
    } */
/*
    .menu-cursos-list .container {
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding-right: 0;
    } */

    .owl-carousel .item {
        /*margin: 0 0 0 10px;*/
    }

    .owl-carousel {
        /*margin-left: -10px;*/
    }

    .menu-cursos-list .container>h2 {
        font-size: 22px;
        margin: 40px 0 20px 0;
    }

    .owl-wrapper .owl-item:nth-child(1) .item {
        /*margin: 0;*/
    }

    .menu-cursos header {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .dropdown-menu {
        width: 120px
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 580px) {}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 380px) {}
