@charset "UTF-8";

.overflow-hidden {
    overflow: auto !important;
}

.blue {
    color: #003057;
}

.pink {
    color: #e4002b;
}

.playFair {
    font-family: "playfair-display";
    font-style: italic;
}

/* Header */
header.header_landing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding-left: 40px;
    box-shadow: 3px 2px 3px darkgrey;
    z-index: 9999;
    min-height: 65px;
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: right;
    margin-bottom: 0;
}

header nav ul li {
    display: inline-flex;
    padding: 0 6px;
}

header nav ul li a {
    text-decoration: none;
    color: #003057;
    font-weight: 600;
    line-height: 20px;
    transition: ease all 0.4s;
    font-size: 15px;
}

header nav ul li button {
    appearance: none;
    background: transparent;
    border: 0;
    color: #003057;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

header nav ul li button:hover {
    color: #0a58ca;
}

header nav ul a svg {
    margin-right: -22px !important;
}

nav {
    padding-right: 30px;
}

.logo {
    width: auto;
}

li {
    list-style: none;
    text-decoration: none;
}

header nav ul a svg:hover #Retângulo_533-2 {
    fill: #fff;
    stroke: none !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header nav ul a svg:hover #Elipse_85 {
    fill: #e4002b;
    cx: -77;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header nav ul a svg:hover #Person_User_user_16 {
    transform: translate(1179px, 19px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header nav ul a svg:hover #Entrar > tspan {
    fill: #003057;
}

header nav ul a svg:hover #Entrar {
    transform: translate(1280px, 36px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-default {
    padding: 12px 30px;
}

.d-lg-block {
    height: 56px;
    display: block !important;
}

section {
    position: relative;
    width: 100%;
    min-height: 100%;
}

#section03 {
    background: url(../img/banner_test2.png) 0 0 / cover no-repeat;
    min-height: calc(100vh - 65px);
    height: 100%;
    margin-top: 65px;
    padding: 50px 0;
}

.font_26 {
    font-size: 26px;
}

.font_38 {
    font-size: 38px;
}

#section03 .left_banner > a {
    margin-left: -4px;
}

.demo a.btn_banner_arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 "Josefin Sans", sans-serif;
    letter-spacing: 0.1em;
    text-decoration: none;
    transition: opacity 0.3s;
}

.demo a.btn_banner_arrow:hover {
    opacity: 0.5;
}

#section03 a.btn_banner_arrow {
    padding-top: 60px;
}

#section03 a.btn_banner_arrow span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#section03 a.btn_banner_arrow span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#section03 a.btn_banner_arrow span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

/* Footer */
footer {
    background: #003057;
}

.footer_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_menu li a,
.footer_menu li {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.footer_menu li {
    display: inline-block;
    color: #000000;
    font-size: 14px;
    font-family: "Lato";
    padding-right: 15px;
}

footer .social-footer {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

footer .social-footer li a {
    color: white !important;
}

footer .social-footer li:first-child a {
    margin-right: 30px;
}

.moldura {
    background-color: #fff;
    border-radius: 16px;
    width: 210px;
}

#como-participar > div > div > div.col-12.my-5.text-center > p {
    font-size: 14px;
}

.left_trend {
    background-image: url(../img/left_trend.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: -30px 60px;
    z-index: 999;
    text-align: end;
}

.gradient_home {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0, 48, 87);
    background: linear-gradient(
        270deg,
        rgb(0, 48, 87) 0%,
        rgb(114, 24, 65) 50%,
        rgb(228, 0, 43) 100%
    );
    padding: 30px;
}

#accordionExample {
    max-width: 710px;
    margin: auto;
}

.accordion-header > button > b {
    font-size: 18px;
}

footer .footer_logo img {
    padding-left: 5px;
}

#headingOne > button,
#headingThree > button,
#headingTwo > button,
#headingFour > button,
#headingFive > button,
.accordion-header > button {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    color: #fff !important;
    border-radius: 6px;
    border: 1px transparent solid !important;
    margin-top: 15px;
    width: 100%;
    text-align: left;
    padding: 30px;
    font-size: 20px;
    display: flex !important;
    background-color: #003057 !important;
    justify-content: space-between;
}

.accordion-body {
    text-align: left;
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 6px;
}

.accordion-button::after {
    display: none;
}

#como-participar,
#trend {
    background: #f9f9fb;
}

#como-participar .box-shadow {
    visibility: visible;
    animation-name: fadeInUp;
    box-shadow: 0px 0px 50px rgba(32, 53, 63, 0.1607843137);
}

#como-participar .icon-shadow {
    visibility: visible;
    box-shadow: 0px 0px 50px rgba(32, 53, 63, 0.1607843137);
    border-radius: 50vw;
}

#como-participar .como_p {
    font-size: 23px;
    font-weight: bold;
}

#como-participar > div > div > div:nth-child(1) {
    position: relative;
}

.pink-box {
    background: #e4002b;
    border-radius: 12px;
    max-width: 710px;
    box-shadow: 0px 5px 30px #e4002b;
}

.material-icons.add_plus {
    color: #007bff;
    background-color: #fff;
    position: absolute;
    bottom: 35px;
    border-radius: 50vw;
    left: 0;
    right: 0;
    margin: auto !important;
    max-width: 20px;
    max-height: 20px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.material-icons.arrows {
    background-color: #0b4675;
    padding: 15px;
    border-radius: 50vw;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.accordion-item {
    background-color: #fff;
}

.title_home {
    font-size: 38px;
    font-weight: bold;
    color: #003057;
}

.special-title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 30px;
}

.special-title:after {
    width: 250px;
    height: 3px;
    display: block;
    background: #e4002b;
    content: "";
    margin: 10px auto 0;
}

.btn_float {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px !important;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal_filter_page {
    /* background: rgba(0, 48, 87, 0.8980392157); */
    background-image: url(../img/bg-new-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    height: 100vh;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
@media (max-width: 980px) {
    .modal_filter_page {
        background-image: url(../img/bg-new-2.png);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

.modal_page {
    background: #fff;
    border-radius: 16px;
    bottom: 0;
    height: max-content;
    left: 0;
    margin: auto;
    max-width: 1040px;
    max-height: 600px;
    overflow: hidden;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal_page h2 {
    font-size: 26px;
    font-weight: bold;
}

.modal_page .modal_close {
    align-items: center;
    color: #003057;
    display: flex;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    z-index: 10;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal_page .modal_close:hover {
    color: #e4002b;
}

.modals__content {
    background: #f2f4f8;
    color: var(--darken);
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    line-height: 19px;
    max-height: 475px;
    overflow-y: auto;
    padding: 15px 30px;
}

.modals__content::-webkit-scrollbar {
    width: 10px;
}

.modals__content::-webkit-scrollbar-track {
    background: rgba(146, 182, 198, 0.3607843137);
}

.modals__content::-webkit-scrollbar-thumb {
    background: rgb(0, 123, 255);
    background: linear-gradient(
        180deg,
        rgb(0, 123, 255) 39.49%,
        rgb(255, 255, 255) 39.5%,
        rgb(255, 255, 255) 41.49%,
        rgb(0, 123, 255) 41.5%,
        rgb(0, 123, 255) 49.49%,
        rgb(255, 255, 255) 49.5%,
        rgb(255, 255, 255) 51.49%,
        rgb(0, 123, 255) 51.5%,
        rgb(0, 123, 255) 59.49%,
        rgb(255, 255, 255) 59.5%,
        rgb(255, 255, 255) 61.49%,
        rgb(0, 123, 255) 61.5%
    );
    border-radius: 10px;
    border: 3px solid #007bff;
}

.title__header-modal {
    border: 0;
    color: var(--blue);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.26px;
    line-height: 42px;
}

#modal_regulamento {
    display: none;
}

.pinkRoll {
    background: #e4002b !important;
    transform: rotate(180deg);
}

.p_banner2 {
    margin-top: 100px;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.6;
}

.p_banner2 span {
    font-size: 29px;
    font-weight: 300;
}

.p_banner2 span b {
    font-weight: 700;
}

#section03 .left_banner a > button {
    text-transform: uppercase;
}

.banner_p {
    font-size: 20px;
    font-weight: 300;
}

@media (min-width: 1367px) {
    .banner_p {
        font-size: 29px;
    }

    .p_banner2 {
        font-size: 68px;
    }

    .svgBanner {
        max-width: 80% !important;
    }

    .btn-default {
        font-size: 16px;
    }

    #section03 .left_banner a > button {
        font-size: 36px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .footer_menu li:not(:last-of-type):after {
        color: var(--red);
        content: "|";
        display: inline-block;
        margin-left: 15px;
        margin: auto;
    }

    .logo {
        margin-top: 5px;
    }

    footer .social-footer {
        margin-right: 100%;
    }

    #trend,
    #trend > div,
    #trend > div > div,
    #trend .left_trend {
        min-height: 530px;
    }

    .left_banner {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding-left: 33px;
        padding-bottom: 100px;
    }

    .user_content {
        display: none !important;
    }

    .img_woman {
        max-width: 79%;
        margin-top: 11px;
    }

    #trend
        > div
        > div
        > div.col-lg-6.wow.fadeInRight.order-2.order-lg-0.text-center.text-md-start {
        padding-bottom: 250px !important;
    }
}

@media (max-width: 1100px) and (min-width: 768px) {
    #trend > div > div {
        max-width: 100%;
    }
}

header .abrirMenu div {
    width: 39px;
    height: 4px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
    border-radius: 10px;
}

.svgBanner {
    max-width: 312px;
}

@media (max-width: 991.8px) {
    header nav ul li button {
        color: #fff;
        text-align: left;
        padding-left: 0;
    }

    header nav ul li button:hover {
        color: #fff;
    }

    .modal_page {
        padding: 0;
    }

    .modal_page h2 {
        font-size: 18px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .special-title2 {
        text-align: center;
        margin-bottom: 30px;
    }

    .special-title2:after {
        width: 20px;
        height: 1px;
        display: block;
        background: #e4002b;
        content: "";
        margin: 10px auto 0;
    }

    header .abrirMenu.change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-10px, 6px);
        transform: rotate(-45deg) translate(-10px, 6px);
    }

    header .abrirMenu.change .bar2 {
        opacity: 0;
    }

    header .abrirMenu.change .bar3 {
        -webkit-transform: rotate(45deg) translate(-10px, -7px);
        transform: rotate(45deg) translate(-10px, -7px);
    }

    #section03 {
        background-size: cover;
        background-image: url(../img/banner_test2.png);
        padding: 15px;
        width: 100% !important;
        /* height: 500px; */
        padding-top: 65px !important;
        margin-top: 65px;
        background-position: 70% 100%;
    }

    .btn_banner_arrow {
        display: none !important;
    }

    .left_banner {
        padding-left: 0;
    }

    .special-title-menu {
        font-weight: bold;
        margin-bottom: 30px;
    }

    .special-title-menu:hover:after {
        background-color: #e4002b;
    }

    .special-title-menu:after {
        width: 185px;
        height: 1px;
        display: block;
        background: rgba(146, 182, 198, 0.2);
        content: "";
        margin-top: 25px;
    }

    .icon_user {
        color: #003057;
    }

    header nav ul a svg:hover #Retângulo_533-2 {
        fill: #fff;
        stroke: none !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header nav ul a svg:hover #Elipse_85 {
        fill: #e4002b;
        cx: -77;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header nav ul a svg:hover #Person_User_user_16 {
        transform: translate(1179px, 19px);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header nav ul a svg:hover #Entrar > tspan {
        fill: #003057;
    }

    header nav ul a svg:hover #Entrar {
        transform: translate(1280px, 36px);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    header.header_landing {
        padding-left: 0;
    }

    header .menu.active a {
        color: #fff;
        margin: 15px 0;
    }

    header .menu.active {
        padding-top: 50px;
        top: 65px;
        height: calc(100% - 65px);
        padding-bottom: 20px;
        background: rgb(0, 48, 87);
        background: linear-gradient(
            90deg,
            rgba(0, 48, 87, 0.9360119048) 70%,
            rgba(228, 0, 43, 0.7147233894) 70%
        );
        align-items: flex-start;
        overflow: hidden;
    }

    #header_top
        > div
        > div
        > div.col-lg-9.col.align-self-center
        > nav
        > ul
        > li:nth-child(6)
        > a {
        padding: 10px;
        margin-top: 75px;
    }

    header .abrirMenu {
        width: 39px;
        float: right;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0 0 0 50vw;
    }

    header .abrirMenu .bar1,
    header .abrirMenu .bar2,
    header .abrirMenu .bar3 {
        background-color: #003057;
    }

    header .menu {
        height: 0;
        top: 55px;
        width: 100%;
        background: #f1f1f1;
        overflow: hidden;
        height: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        left: 0;
        position: fixed;
        overflow-y: scroll;
        padding: 0;
        z-index: 100;
        margin: 0;
        box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1607843137);
        flex-direction: column;
    }

    .footer_logo {
        text-align: center;
    }

    .footer_menu {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer_menu li {
        padding: 5px 0;
    }

    .footer_menu li a {
        font-size: 18px;
    }

    footer .social-footer {
        justify-content: center;
    }

    .gradient_home {
        position: relative;
        padding: 30px;
        min-width: 100%;
    }

    .modal_page {
        top: 0;
        max-width: 95%;
        max-height: 95%;
    }

    #section03 .left_banner a button.btn-default {
        padding: 6px;
        font-size: 20px;
    }

    #header_top
        > div
        > div
        > div.col-lg-10.col.align-self-center
        > nav
        > ul
        > a {
        display: none !important;
    }

    .p_banner2 {
        font-size: 38px;
    }

    .p_banner2 span {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .p_banner2 {
        font-size: 30px;
        margin-top: auto;
        margin-bottom: auto;
        line-height: 1;
    }

    #section03 {
        margin-top: 25px;
    }

    .banner_p {
        padding-right: 50%;
    }

    #section03
        > div
        > div
        > div.col-12.col-md-6.col-lg-6.left_banner.wow.fadeInLeft
        > div {
        text-align: left !important;
    }
}

@media (max-width: 464px) {
    #wrapper > section.handsContent > div > div > div > div > p {
        font-size: 14px;
    }

    .special-title {
        font-size: 20px !important;
    }

    .special-title:after {
        width: 190px;
    }

    .font_26 {
        font-size: 18px;
    }

    .p_banner2 {
        font-size: 32px;
    }

    .material-icons.arrows {
        padding: 5px;
    }

    #trend
        > div
        > div
        > div.col-lg-6.wow.fadeInRight.order-2.order-lg-0.text-center.text-md-start {
        padding: 25px;
    }

    .banner_p {
        font-size: 22px;
        font-weight: 600;
    }

    #section03 {
        /* padding-top: 65px !important; */
        background-size: cover;
        /* background-position: 55% 40px; */
    }

    #section03,
    #section03 > div #section03 > div > div {
        height: 375px;
    }

    .moldura {
        width: 150px;
        height: 225px;
    }

    #section03 a.btn_banner_arrow span {
        top: 40px;
    }

    .font_38,
    .special-title {
        font-size: 28px;
    }

    #section03
        > div
        > div
        > div.col-8.col-sm-7.col-md-6.left_banner.wow.fadeInLeft
        > p,
    #como-participar .como_p,
    .accordion-header > button > b,
    .accordion-body {
        font-size: 16px !important;
    }

    #como-participar .como_p {
        font-weight: bold;
        line-height: 35px;
    }

    #como-participar > div > div > div.col-12.text-center.wow.fadeInUp > div,
    #como-participar > div > div > div.col-12.my-5.text-center > p,
    #como-participar > div > div > div:nth-child(n) > div > p {
        font-size: 14px;
    }

    #como-participar
        > div
        > div
        > div.col-12.text-center.wow.fadeInUp
        > p
        > img {
        width: 125px;
    }

    #trend > div > div > div.col-lg-6.wow.fadeInRight.order-2.order-md-0 > p,
    #trend > div > div > div.gradient_home.order-0.order-md-0 > p:nth-child(1) {
        font-size: 18px !important;
    }

    .imgTips {
        width: 200px !important;
    }

    #trend .fadeInRight a button {
        max-width: 320px;
        margin-left: -11px;
    }

    .banner_p {
        font-size: 16px;
    }

    .svgBanner {
        width: 175px;
    }

    .p_banner2 span {
        font-size: 18px;
    }

    .banner_p {
        padding-right: 30%;
    }

    .p_banner2 {
        margin-top: 0;
    }
}

@media (max-width: 412px) {
    #section03 {
        background-size: cover;
        background-position: 75% 40px;
    }

    .banner_p {
        font-size: 14px;
    }

    #section03 .left_banner a button.btn-default {
        padding: 7px 15px;
        font-size: 13px;
        max-width: 170px;
    }
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*# sourceMappingURL=homepage.css.map */
