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


*,
*::after,
*::before {
    box-sizing: border-box;
}

html {
    font-family: 'Inter', sans-serif;
    -webkit-font-smooth: always;
    font-smooth: always;
    font-size: 62.5%;
    color: #FFFFFF;
    scroll-behavior: smooth;
    background-color: #141527;
}

body {
    margin: 0 0 60px 0;
}


h1 {
    padding-bottom: 25px;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    letter-spacing: -0.5px;
    color: #9EA9FE;
}

h2 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.234882px;
    color: #CDF6FA;
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.25px;
    color: #FFFFFF;
    line-height: normal;
}

hr {
    border: 1px solid #CFEAFF;
    margin: 30px 0;
    width: 60%;
}


/*.container {*/
/*    position: relative;*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    padding: 0 25px;*/
/*}*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

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

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-txt {
    text-align: center;
}

.left-txt {
    text-align: left;
}

.right-txt {
    text-align: right;
}

.row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 25px 0;
    align-items: center !important;
}

.col-3 {
    flex: 0 33.3333%;
    border: 15px solid transparent;
}

.col-2 {
    flex: 0 50%;
    /*border: 15px solid transparent;*/
    max-width: 360px
}

.col-4 {
    flex: 0 25%;
    border: 15px solid transparent;
}

.col-2-2 {
    flex: 0 50%;
    border: 15px solid transparent;
}

.col-5 {
    flex: 0 20%;
    border-top: 0;
}

.col-7 {
    flex: 0 12%;
    border-top: 0;
}


.col-9 {
    flex: 0 11.1111%;
}


/************************HEADER*********************************/

.home_header {
    position: absolute;  /* fica "solto" em relação ao body */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;       /* garante que fica por cima de tudo */
    background: transparent; /* sem fundo, se quiseres ver o carrossel atrás */
}


.main-header {
    position: absolute;
    width: 100%;
    min-height: 700px;
}

.logo-header {
    position: absolute;
    left: 50px;
    top: 30px;
    z-index: 1;
}

.nav-list {
    position: relative;
    top: 35px;
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
}

.nav-list ul {
    display: flex;
    justify-content: flex-end;
    margin-right: 50px;
}

.nav-list li {
    padding: 8px 15px;
    margin-right: 15px;
}

.nav-list .login {
    min-width: 90px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 15px;
    background: transparent url(../imgs/icon_login.svg) no-repeat 95%;
}

.nav-list .login:hover {
    font-weight: bold;
    border: 2px solid #FFFFFF;
    background: transparent url(../imgs/icon-login-bold.svg) no-repeat 95%;
}


.nav-list a {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.6rem;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}


.login a {
    text-align: left;
}

/*#background-video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    position: relative;*/
/*    bottom: 90px;*/
/*}*/


.navbar {
    padding: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburguer {
    margin-top: 8px;
}

#home {
    display: none;
}

#gonext {
    display: none;
}

.header-buttons:hover {
    font-weight: bold;
    border-bottom: 1px solid #FFF;
}


@media screen and (max-width: 768px) {
    .menu-toggle {
        display: flex;
        position: relative;
        z-index: 1;
    }

    .nav-list {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        padding: 50px;
        opacity: 0;
        transition: 0.5s;
        background-color: #141527;
    }

    .nav-list.show {
        display: flex;
        opacity: 1;
    }

    .nav-list li {
        margin: 10px 0;
    }

    .logo-header {
        left: 15px;
        top: 15px;
    }

    .login {
        padding: 8px 30px 8px 9px !important;
        margin: 0 auto !important;
    }
}




.policyHeader {
    margin: 30px 0;
}

.home_header,
.main-footer {
    display: none;
}


.language-selector {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
}

.lang-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px 12px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s;
    border-radius: 8px;
    color: #FFF;
}

.lang-btn:hover {
    background-color: rgba(158, 169, 254, 0.6)
}

.lang-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #9EA9FE;
    /*background: rgba(255, 140, 0, 0.7); !* fundo translúcido *!*/
    /*backdrop-filter: blur(10px);           !* efeito de desfoque *!*/
    /*-webkit-backdrop-filter: blur(10px);   !* suporte para Safari *!*/
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    overflow: hidden;
    z-index: 100;
    padding: 4px 0;
    color: #fff;
    /*min-width: 160px;*/
    transition: all 0.2s ease-in-out;
}

.lang-menu li {
    list-style: none;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 14px;
}

.lang-menu li:hover {
    background-color: rgba(255, 140, 0, 0.12);
}

.hidden {
    display: none;
}

.arrow {
    width: 10px;
    height: 6px;
    fill: currentColor;
}

.card {
    margin: 20px;
}
.card p {
    margin: 0;
}

.inline-text {
    display: inline-flex;
    margin: 0 20px;
    width: 100%;
}