:root {
    --main-white: #fff;
    --main-yellow: #ff931e;
    --main-dark-blue: #05498d;
    --main-dark-blue-2: #00224e;
}
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Train+One&display=swap');

h1,
h2 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -2px;
}
.pt-preco {
    padding-top: 5em !important;
}
.pb-preco {
    padding-bottom: 5em !important;
}
.no-time {
    font-weight: 100;
    font-size: 2.5rem;
    display: block;
    margin-top: -6px;
    margin-bottom: 30px;
}
.title-faq {
    font-family: 'Inter', sans-serif;
    font-size: 41px;
    font-weight: 700;
    letter-spacing: -2px;
    color: #022c55;
}
.details {
    background: #e7e7e7;
    text-align: left;
    padding: 15px;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 7px;
    font-weight: 400;
}
details > p {
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0;
}
.text-footer {
    color: #fff;
    font-family: 'Inter', sans-serif;
    margin-top: 27px;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: 1px;
}
.btn-cursos {
    color: #192e4d;
    border: 2px solid #192e4d;
    padding: 10px;
    border-radius: 5px;
    display: block;
    margin-right: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: ease 0.2s;
}
.btn-cursos:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #001f50;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    margin-right: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    transition: ease 0.2s;
}
.btn-cursos::after {
    content: '»';
    color: #ff931e;
    font-size: 20px;
}
.mg-curso-bread {
    margin-left: 5px;
    margin-bottom: -5px;
}
.link-bread {
    color: #fff;
    text-decoration: none;
    transition: ease 0.2s;
}
.link-bread:hover {
    color: var(--main-yellow);
    text-decoration: none;
    transition: ease 0.2s;
}
.copy {
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin-top: 10px;
    margin-bottom: -16px;
}
.social {
    display: block;
    width: 20px;
    margin: 40px 10px 0;
}
.logo-footer {
    display: block !important;
    width: 133px;
    margin-top: 15px !important;
}
p {
    font-family: 'Inter', sans-serif;
    letter-spacing: 0;
}
.bg-dark-blue {
    background-color: #f3f3f5;
}
.bg-dark-blue-4 {
    background-color: #001b4d;
}
.style-title {
    color: var(--main-white);
    font-weight: 700;
    font-size: 50px;
}
.style-sub-title {
    color: #fff;
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 22px;
}
.style-text-header {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 17px;
}
.bg-glass {
    background: #192e4d !important;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    height: 140px;
    color: var(--main-white);
    border: 1px solid #ffffff !important;
    border-radius: 10px 10px 10px 10px !important;
}
.bg-alunos {
    background-image: url('https://lps.trevisan.edu.br/wp-content/uploads/2022/09/bg-alunos.png');
    height: 610px;
}
.logo {
    display: block;
    width: 125px;
}
.bg-header {
    background: url('https://lps.trevisan.edu.br/wp-content/uploads/2022/09/bg-trevisan-1.png');
    background-size: cover;
    margin-top: 0px!important;
}
.bg-cursos-header {
    background-image: url('https://lps.trevisan.edu.br/wp-content/uploads/2022/09/bg-cursos-header.png');
    height: 410px;
    background-size: cover;
    margin-top: 0px;
}

.bg-video-temp {
    background-image: url(https://lps.trevisan.edu.br/wp-content/uploads/2022/10/bg-video-temp.png);
    background-size: cover;
    margin-top: -24px!important;
}

.bg-preco {
    background-image: linear-gradient(to right, #063462, #00274e);
}
.bg-box-preco {
    background: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 70px;
    border: 28px solid #ff931e;
}
.check-preco {
    display: block;
    width: 30px;
    float: left;
    margin-right: 12px;
    margin-left: 8px;
}
.bg-glass-cursos {
    background: rgb(255 255 255) !important;
    box-shadow: 4px -2px 17px -4px rgb(31 38 135 / 18%);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    height: 210px;
    color: var(--main-white);
    border-left: 45px solid #192e4d !important;
    border-radius: 0 10px 10px 0 !important;
    border-top: 1px solid #192e4d !important;
    border-bottom: 1px solid #192e4d !important;
    border-right: 1px solid #192e4d !important;
}

.bg-glass-cursos:hover {
    background: rgb(255 255 255) !important;
    box-shadow: 4px -2px 17px -4px rgb(31 38 135 / 18%);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    height: 210px;
    color: var(--main-white);
    border-left: 45px solid #ff931e !important;
    border-radius: 0 10px 10px 0 !important;
    border-top: 1px solid #ff931e !important;
    border-bottom: 1px solid #ff931e !important;
    border-right: 1px solid #ff931e !important;
}

.title-box-curso {
    font-size: 20px;
    letter-spacing: -1px;
    color: var(--main-dark-blue-2);
}
.text-span-cursos {
    letter-spacing: -1px;
}
.font-preco {
    font-weight: 800;
    font-size: 74px;
    letter-spacing: -5px;
    margin-right: -13px;
    margin-left: -13px;
    color: #01284f;
}
.cta-preco {
    font-family: 'Inter', sans-serif;
    font-size: 29px;
    letter-spacing: -2px;
    margin-top: 20px;
    color: #00274e;
}
.icon {
    display: block;
    width: 40px;
    margin-bottom: -33px;
    margin-left: 10px;
    margin-top: -6px;
}
.list-preco {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 100;
    list-style: none;
}
.hr-preco {
    margin: 10px 10px;
    border-top: 1px solid #ffffff26;
    border-bottom: none;
}
.span-mes {
    font-weight: 300;
    font-size: 21px;
}
.mg-btn-preco {
    display: block;
    width: 100%;
    margin-top: 0 !important;
}
.bg-como-funciona {
    background-image: url('https://lps.trevisan.edu.br/wp-content/uploads/2022/09/bg-como-funciona-1.png');
    background-size: cover;
    margin-top: -23px;
  }
.bg-cursos {
    background-image: url('https://lps.trevisan.edu.br/wp-content/uploads/2022/09/bg-lista.png');
    background-size: cover;
}
.bg-text-cursos {
    background-image: url('https://lps.trevisan.edu.br/wp-content/uploads/2022/09/bg-text-curso-1.png');
    height: 458px;
    background-size: 100%;
}
.ul-cursos {
    color: #fff;
    display: block;
    margin-left: -38px;
    font-size: 18px;
    list-style: none;
}
.ul-cursos li {
    text-decoration: none;
}
.btn-destaque {
    color: #00274e;
    background-color: var(--main-yellow);
    background-image: none;
    border-color: var(--main-yellow);
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 3px;
    transition: ease 0.2s;
    text-decoration: none;
}
.btn-destaque:hover {
    color: var(--main-yellow);
    background: var(--main-dark-blue);
    border-color: var(--main-dark-blue);
    padding: 15px 25px;
    font-weight: 600;
    border-radius: 3px;
    text-decoration: none;
    transition: ease 0.2s;
}
.btn-outline {
    color: var(--main-yellow);
    border: 1px solid var(--main-yellow);
    background-image: none;
    padding: 14px 25px;
    font-weight: 600;
    border-radius: 3px;
    transition: ease 0.2s;
    text-decoration: none;
}
.btn-outline:hover {
    color: var(--main-dark-blue-2);
    border: 1px solid var(--main-yellow);
    background: var(--main-yellow);
    padding: 14px 25px;
    font-weight: 600;
    border-radius: 3px;
    transition: ease 0.2s;
    text-decoration: none;
}
.cta-30 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    color: #00234e;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(255, 255, 255, 0);
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.text-vantagem {
    color: #fff;
    text-align: center !important;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    font-family: 'Inter', sans-serif;
    margin-left: -20px;
}
.white-box {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 5px;
}
.yellow-box-top {
    display: block;
    width: 15px;
    height: 15px;
    background: #ff931e;
    position: relative;
    top: -4px;
    left: -4px;
    border-radius: 2px;
}
.yellow-box-down {
    display: block;
    width: 15px;
    height: 15px;
    background: #ff931e;
    position: relative;
    top: 35px;
    left: 50px;
    border-radius: 2px;
}
.text-box-1 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -2px;
    font-size: 37px;
    font-weight: 500;
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
}
.text-box-2 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -2px;
    font-size: 37px;
    font-weight: 500;
    margin-top: 8px;
    margin-left: 13px;
    text-align: center;
}
.text-box-3 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
    font-size: 25px;
    font-weight: 500;
    margin-top: 8px;
    margin-left: 13px;
    text-align: center;
}
.text-box-6 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -1px;
    font-size: 28px;
    font-weight: 500;
    margin-top: 22px;
    margin-left: 1px;
    text-align: center;
}
.slim-yellow {
    color: #ff931e;
}
.slim-white {
    color: var(--main-white);
}
.bolder-yellow {
    font-size: 40px;
    color: var(--main-yellow);
    font-weight: 600;
}
.bolder-blue {
    font-size: 40px;
    color: #00274e;
    font-weight: 600;
}
.bg-yellow {
    background-color: #ff931e;
    border-radius: 7px;
}
.txt-into-box {
    font-weight: 500;
    margin-top: 48px;
    letter-spacing: 0;
    line-height: 19px;
    font-size: 17px;
    color: #00274e;
}
.img-alunos {
    display: block;
    margin-left: -32px;
    position: relative;
    top: 36px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    margin-top: -34px;
}
.txt-alunos {
    color: #fff;
    font-size: 17px;
}
.morphing {
    color: #fff;
    position: relative;
}
.words {
    position: absolute;
    text-align: center;
    width: 110px;
    animation: word 6s infinite ease-in-out;
}
.words:nth-child(1) {
    animation-delay: -6s;
}
.words:nth-child(2) {
    animation-delay: -4s;
}
.words:nth-child(3) {
    animation-delay: -2s;
}
@keyframes word {
    0%,
    5%,
    100% {
        opacity: 1;
    }
    20%,
    80% {
        display: none;
        opacity: 0;
    }
}
.typed-cursor {
    color: var(--main-yellow);
}
#words {
    padding: 0 115px 0 0;
}
.bold-num {
}
@media (max-width: 768px) {
    .btn {
        display: block;
        margin-top: 1rem;
    }
    .bg-header {
        background-color: #00224f;
    }
    .bg-header .col {
        flex: 1 0 100%;
        margin-top: 1rem !important;
    }
    .bg-video-temp {
        background-image: url(https://lps.trevisan.edu.br/wp-content/themes/LandingPages/img/tmj/bg-video-temp-mob.png);
        background-size: cover;
        margin-top: -24px!important;
    }
    .navbar-brand {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .btn-mobile {
        width: 100%;
    }
    .style-title {
        margin: 0 auto !important;
        text-align: center;
        font-size: 2.5rem;
    }
    section {
        margin: 0 !important;
    }
    #sobre h2 {
        margin-top: 1rem;
    }
    .img-alunos {
        width: 100%;
    }
    #cta h3 {
        text-align: center;
    }
    #como-funciona h2 {
        text-align: center !important;
    }
    .display-mobile {
        display: none;
    }
    .list-preco {
        margin-top: 2rem;
        padding: 0;
    }
    .list-preco li {
        font-size: 1.1rem;
    }
    .list-inline {
        text-align: center;
    }
}
