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

:root {
    --primary-color: #FF7C00;
    --secondary-color: #181D3A;
    --gray-color: #F2F2F2;
    --background-color: #FFFFFF;
    --white-color: #FFFFFF;
    --black-color: #000000;
}

/* default */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: var(--background-color);
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: .3s;
    text-decoration: none !important;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 !important;
}

p,
.t-p {
    font-size: 14px;
    line-height: 30px;
}

.t-p.max,
.t-p.max p {
    font-size: 16px;
    line-height: 30px;
}

.t-p.min,
.t-p.min p {
    font-size: 12px;
    line-height: 22px;
}

.t-p.min.lh {
    line-height: 34px;
}

.t-p.lil {
    font-size: 12px;
    line-height: 26px;
}

.t-h1.max {
    font-size: 100px;
    line-height: 95px;
    font-weight: 200;
}

.t-h1.max b {
    font-weight: 700;
}

.t-h1 {
    font-size: 80px;
    line-height: 80px;
}

.t-h1.lil {
    font-weight: 200;
}

.t-h1 span {
    color: var(--primary-color);
}

.t-h1.min,
.t-h1.min p {
    font-size: 60px;
    line-height: 75px;
}


.t-h2.max {
    font-size: 50px;
    line-height: 80px;
    font-weight: 600;
}

.t-h2.maxx {
    font-size: 70px;
    line-height: 80px;
}

.t-h2,
.t-h2 p {
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}

.t-h2.min {
    font-size: 35px;
    line-height: 45px;
}

.t-h2.lil {
    font-weight: 200;
}

.titulo-post {
    font-size: 45px;
    line-height: 55px;
    font-weight: 200;
}

.titulo-post b {
    font-weight: 700;
}

.t-h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
}

.t-h4 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
}

.t-h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.c-white {
    color: var(--white-color);
}

.t-h5 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.t-h6 {
    font-size: 14px;
    line-height: 18px;
    /* 500 */
    /* espaçamento entre as letras
     */
    letter-spacing: 5px;
}

.t-h6 img {
    margin-right: 20px;
}

.bold {
    font-weight: 700;
}

.img-main {
    height: 600px;
    width: 100%;
    object-fit: contain;
}


.icon-card {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    font-size: 30px;
}

.icon-group {
    display: flex;
    gap: 35px;
}


.link {
    color: var(--primary-color);
    font-size: 12px;
    display: flex;
    align-items: center;
}

.link.black {
    color: var(--black-color);
}

.link:hover {
    color: var(--secondary-color);
}

.link i {
    margin-right: 10px;
    font-size: 45px;
}

/* Footer */

footer {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

footer .logo-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .logo-footer img {
    max-width: 260px;
}

footer .content {
    padding-top: 40px;
    padding-bottom: 70px;
    border: 1px solid var(--secondary-color);
}

.language-selector .active a {
    color: var(--primary-color) !important;
}

footer .bc {
    padding-top: 20px;
    padding-bottom: 40px;
}

footer .bc img {
    height: 64px;
}

footer .content-apps {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

footer .content-apps a img {
    height: 70px;
}

footer .content-apps a:hover {
    transform: scale(.99);
}

#menu-navbar-mobile {
    width: 100%;
}

.acesso-rapido {
    margin-top: 20px;
}

.acesso-rapido {
    gap: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.acesso-rapido li,
.acesso-rapido .sub-menu {
    gap: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.acesso-rapido .sub-menu {
    padding-left: 20px;
    gap: 10px;
}

.acesso-rapido .sub-menu li a {
    font-weight: 400 !important;
}

.social {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 27px;
}

.social a {
    font-size: 27px;
}

.laptop {
    width: 100%;
    height: 600px;
    object-fit: contain;
}

footer a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}


footer .copy {
    padding-top: 16px;
    padding-bottom: 10px;
    background-color: #FF7C00;
    color: var(--white-color);
}

footer .copy p,
.copy .t-p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

footer .t-h6 {
    font-size: 16px;
    letter-spacing: 0;
}


/* General */


.margint50 {
    margin-top: 50px !important;
}

.margint20 {
    margin-top: 20px !important;
}

.margint10 {
    margin-top: 10px !important;
}

.logo {
    max-width: 60vw;
    width: 100%;
}

header {
    padding-top: 30px;
    padding-bottom: 30px;
}

main.termos {
    height: 500px;
    background-image:   
        linear-gradient(180deg, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .6) 100%),
        url('../assets/bg_termos.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0 !important;
}

main.termos img {
    height: 50px;
}

main.termos h1 {
    margin-top: 80px !important;
}

main.termos span {
    height: 50px;
}

.directives li {
    margin-bottom: 20px;
}

/* Mobile */

@media (max-width: 992px) {
    .img-main {
        height: auto;
    }

    .laptop {
        height: auto;
    }

    .margintm50 {
        margin-top: 50px !important;
    }
}