@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&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato';
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.container {
    margin: 0 352px;
}

nav {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 99999;
}



.info-nav {
    background-color: #515151;
    ;
    height: 47px;
}

.c-info-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    gap: 12px;
}

.c-info-nav a {
    border-radius: 5px;
    background-color: #383838;
    padding: 5px 10px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.c-nav {
    background-color: #d1d1d1;
}

.navbar {
    background-color: #fff;
    height: 125px;
}

.c-navbar {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.c-navbar .nav-itens {
    display: flex;
    align-items: center;
    gap: 25px;
    height: 100%;
}

.c-navbar li a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.c-navbar .nav-itens div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.c-navbar .nav-itens div a {
    border-radius: 100px;
    border: 2px solid #082149;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 13px 25px;
    color: #082149;
}

.c-navbar .nav-itens div li:nth-child(2) a {
    background-color: #082149;
    color: #fff;
}

.item-submenu {
    position: relative;
}

.c-navbar li {
    height: 30%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.submenu {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    top: 100%;
    border: solid #082149 1px;
    display: none;
}

.submenu li a {
    color: #000;
    font-size: 16px;
}


.item-submenu i {
    transition: all .3s ease-in-out;

}

.rotate180 {
    transform: rotate(180deg) !important;
}

/* BANNER HEADER  */

.banner-header {
    height: 692px;
    background-color: #082149;
    padding-top: 160px;
    position: relative;
   
}

.banner-header video {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-banner-header {
    display: flex;
    flex-direction: column;
    padding-right: 40%;
    position: relative;
    z-index: 1000;
}

.c-banner-header p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 37px;
}

.c-banner-header div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.c-banner-header div a {
    text-align: center;
    color: #082149;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 13px 25px;
    border-radius: 100px;
    background-color: #fff;
}

.c-banner-header div a:nth-child(1) {
    border: 2px solid #FFF;
    background-color: transparent;
    color: #fff;
}

.c-banner-header h2 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* CARDS  */

.c-cards {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.cards {
    margin-top: -80px;
    z-index: 2000;
    position: relative;
}

.card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 9px 15px 22.4px 4px rgba(0, 0, 0, 0.08);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
    padding: 35px;
    min-height: 410px;
}

.card h2 {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.card p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card .icon-card {
    width: 72px;
    height: 72px;
    border-radius: 100px;
    background-color: #082149;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-cards-mob {
    display: none;
}

/* PARCEIROS  */

.parceiros {
    padding-top: 125px;
    padding-bottom: 185px;
}

.c-parceiros {
    padding-top: 130px;
    display: flex;
    justify-content: space-between;
    margin-right: 100px;
    gap: 100px;
}

.box-parceiros .row-parceiros:nth-child(2) {
    padding-left: 112px;
}

.topics {
    display: flex;
    flex-direction: column;
    gap: 34px;
    align-items: flex-start;
}

.ver-mais {
    border-radius: 100px;
    background: #082149;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    padding: 12px 49px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.topic h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box-parceiros {
    display: flex;
    flex-direction: column;
    gap: 38px;
    justify-content: center;
}

.topic {
    display: flex;
    align-items: center;
    gap: 32px;
}

.topic h3 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.img-topic {
    width: 72px;
    height: 72px;
    background-color: #082149;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.row-parceiros {
    display: flex;
    gap: 26px;
}

.parceiro {
    width: 228px;
    height: 132px;
    border-radius: 16.31px;
    background: #E6E6E6;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.box-parceiro {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-parceiro {
    width: 70%;
    object-fit: contain;
    padding: 10px;
}

.link-parceiro {
    background-color: #082149;
    border-radius: 16.31px;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    opacity: 0;
}

.box-parceiro:hover .link-parceiro {
    height: 100%;
    opacity: 1;
    transition: all .5s ease;
}

.parceiros h4 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

.parceiros h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.ver-mais-mob {
    display: none;
}

/* NUMEROS  */

.numeros {
    padding-bottom: 155px;
}

.c-numeros h3 {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3.2px;
}

.c-numeros h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box-numeros {
    display: flex;
    gap: 32px;
    margin-top: 73px;
}

.numero {
    border-radius: 20px;
    background-color: #082149;
    flex: 1;
    min-height: 362px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    flex-direction: column;
    gap: 27px;
    width: 100%;
}

.numero h4 {
    color: #FFF;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.numero p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* FOOTER  */

footer {
    background-color: #292929;
}

.c-footer {
    display: flex;
    flex-direction: column;
}

.c-info-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 65px;
}

.logo-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.sociais-footer {
    display: flex;
    gap: 17px;
}

.sociais-footer i {
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #626262;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.box-links-footer {
    display: flex;
    gap: 47px;
}

.box-links-footer ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 14px;
}

.box-links-footer ul h2 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box-links-footer ul li a {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.c-direitos-footer {
    border-top: 2px solid #313131;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0;
    gap: 30px;
}

.icons-direitos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c-direitos-footer p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.c-direitos-footer a {
    color: #fff;
}

.close-menu,
.open-menu {
    display: none !important;
}

@media all and (max-width:1700px) {
    .container {
        margin: 0 112px;
    }

    .c-navbar .nav-itens div a {
        padding: 13px 15px;
    }

    /* PARCEIROS  */

    .c-parceiros {
        gap: 25px;
        margin-right: 50px;
    }

    .parceiro {
        width: 203px;
        height: 117px;
    }
}

@media all and (max-width:1300px) {
    .container {
        margin: 0 50px;
    }

    .c-navbar .nav-itens {
        gap: 15px;
    }

    .c-navbar li a {
        font-size: 14px;
    }

    .c-navbar .nav-itens div a {
        font-size: 14px;
    }

    .c-banner-header {
        padding-right: 20%;
    }

    .card {
        padding: 30px 20px;
    }

    /* PARCEIROS  */

    .parceiro {
        width: 150px;
        height: 90px;
    }

    .topic h3 {
        font-size: 18px;
    }

    .img-topic {
        width: 53px;
        height: 53px;
    }

    .topic {
        gap: 15px;
    }

    /* NUMEROS  */

    .numero {
        height: 100%;
        min-height: 271px;
    }

    .numero h4 {
        font-size: 40px;
    }

    .numero p {
        font-size: 18px;
    }

}

@media all and (max-width:1021px) {

    .card {
        width: 47%;
        flex: none;
    }

    .c-parceiros {
        flex-direction: column;
        align-items: center;
        padding-top: 70px;
        gap: 40px;
    }

    .ver-mais {
        margin: 0 auto;
    }

    .ver-mais-mob {
        display: flex;
    }

    .ver-mais-desk {
        display: none;
    }

    .box-parceiros .row-parceiros:nth-child(2) {
        padding-left: 0;
    }

    /* NUMEROS  */

    .numero {
        padding: 30px;
    }

    /* FOOTER  */

    .sociais-footer i {
        width: 45px;
        height: 45px;
    }

    .c-direitos-footer p {
        font-size: 12px;
    }

    .c-info-footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }

    .box-links-footer ul {
        align-items: center;
    }

    /* HEADER  */

    .c-navbar .nav-itens {
        position: fixed;
        height: 100vh;
        width: 100%;
        top: 0;
        left: -200%;
        background-color: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 50px;
        padding-top: 50px;
        gap: 25px;
        opacity: 0;
        z-index: -1;
        transition: all ease .4s;

    }

    .menu-open {
        z-index: 999 !important;
        opacity: 1 !important;
        left: 0 !important;
        transition: all ease .4s;
        cursor: pointer;
    }

    .menu-open .close-menu {
        display: block !important;
    }

    .close-menu {
        position: absolute;
        right: 5%;
        color: #082149;
        cursor: pointer;
        font-size: 30px;
    }

    .open-menu {
        font-size: 30px;
        color: #082149;
        display: block !important;
    }

    .c-navbar li{
        height: auto;
    }

    .c-navbar li a {
        font-size: 22px;
    }

    .submenu {
        position: relative;
        display: none;
        top: 5%;
        background-color: #082149;
        border: solid #fff 1px;
    }

    .submenu li a {
        color: #FFF;
    }

    .item-submenu {
        display: flex;
        flex-direction: column;
    }

    .item-submenu i {
        transform: rotate(0deg);
    }

    .item-submenu:hover i{
        transform: rotate(0deg);
    }

}

@media all and (max-width: 781px) {
    .c-banner-header {
        padding-right: 10%;
    }

    .banner-header {
        padding-top: 100px;
        height: 550px;
    }

    .c-cards {
        display: none;
    }

    .c-cards-mob {
        display: block;
        margin: 0;
        margin-left: 50px;
    }

    .card {
        width: 100%;
    }

    .parceiros h2 {
        font-size: 32px;
    }

    .parceiros h4 {
        font-size: 16px;
    }

    .c-parceiros {
        margin: 0 50px;
    }

    .parceiro {
        height: 90px;
    }

    .box-numeros {
        flex-direction: column;
    }

    .numero {
        flex: none;
        min-height: 220px;
    }

    /* FOOTER  */

    .box-links-footer ul h2 {
        text-align: center;
    }
}

@media all and (max-width: 551px) {
    .container {
        margin: 0 20px;
    }

    .banner-header {
        height: 100%;
        padding: 100px 0;
    }

    .c-banner-header {
        padding-right: 0%;
    }

    .c-banner-header h2 {
        font-size: 32px;
    }

    .c-banner-header div a {
        font-size: 12px;
        padding: 10px 15px;
    }

    .c-cards-mob {
        margin: 0;
        margin-left: 20px;
    }

    .cards {
        margin-top: calc(-45px);
    }

    .card {
        min-height: 350px;
    }

    /* PARCEIROS  */

    .parceiros {
        padding-top: 90px;
        padding-bottom: 80px;
    }

    .c-parceiros {
        padding-top: 50px;
    }

    .parceiros h2 {
        font-size: 24px;
    }

    .parceiros h4 {
        font-size: 12px;
    }

    .parceiro {
        width: 60%;
        height: 77px;
    }

    .box-parceiros {
        width: 100%
    }

    .row-parceiros {
        width: 100%;
        align-items: center;
    }

    /* NUMEROS  */

    .c-numeros h2 {
        font-size: 32px;
    }

    .c-numeros h3 {
        font-size: 16px;
    }

    /* FOOTER  */

    .c-info-footer {
        padding-top: 50px;
    }

    .c-direitos-footer {
        flex-direction: column;
    }

    .box-links-footer {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .box-links-footer ul {
        align-items: center;
    }

    .c-direitos-footer p {
        text-align: center;
    }

    .c-navbar .nav-itens {
        padding-left: 20px;
    }
}