@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap');

* {
    font-family: 'Montserrat';
}

body {
    background-color: #040404;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

#mc_embed_shell {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed !important;
    width: 100%;
    height: 100% !important;
    top: 0% !important;
    z-index: 99 !important;
    background-color: rgba(0,0,0,.8);
}

#mc_embed_signup {
    background-color: transparent !important;
    position: relative;
}

#mc_embed_signup .mc-field-group input {
    border-radius: 6px !important;
    outline: none !important;
    border: none !important;
}

#mc_embed_signup .button {
    background-color: #00A116 !important;
    color: #ffffff !important;
    width: 100% !important;
    height: 50px !important;
    transition: all ease 200ms;
    font-weight: bold !important;
    font-size: 20px !important;
}

#mc_embed_signup .mc-field-group {
    width: 100% !important;
}

#mc_embed_signup .button:hover {
    background-color: #61CE70 !important;
}

#mc_embed_signup div.response {
    padding: 0px !important;
    margin: 10px 0px 20px 0px!important;
    width: 100%;
}

#mc_embed_signup div#mce-responses {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
} 

#mc_embed_signup #mce-success-response {
    color: #00A116 !important;
}

.close {
    position: absolute;
    top: -10px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.area_vagas {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    background-color: #E45622;
}

.title_vagas h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}


.container_1 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 40px 0px 60px 0px;
}

.container_1_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.area_container_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.area_container_1 img {
    width: 100%;
    max-width: 525px;
    border-radius: 50px;
}

.area_escolhidos {
    width: 100%;
    max-width: 575px;
    height: 960px;
    border-radius: 20px;
    border: 3px groove #0F0;
}

.area_escolhidos_int {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px 10px;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.title_escolhidos h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0px;
    color: #098215;
    padding: 2px 5px;
}

.title_escolhidos h2 b {
    background-color: #FFFFFF;
}

.sub_title_escolhidos p {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0px;
}

.sub_title_escolhidos p b {
    color: #FFFFFF;
    background-color: #337614;
    padding: 2px 5px;
}

.info_escolhidos p {
    color: #A4E693;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2em;
    font-style: italic;
    margin: 0px;
}

.btn_principal svg {
    fill: #ffffff;
}

.btn_principal {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 540px;
    width: 100%;
    background-color: #1F7CE7;
    padding: 20px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_principal h2 {
    text-shadow: 0 0 0 rgba(0, 0, 0, .3);
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    max-width: max-content;
    width: 75%;
}

.btn_principal {
    animation: pisca 2s infinite;
    box-shadow: 0 0 20px 0 rgba(0, 179.9999999999998, 252, .51);

}

@keyframes pisca {
    70% {
        box-shadow: 0 0 0 25px rgb(0, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(0, 0, 0, 0);
    }
}

.pulse {
    transform: scale(0);
    animation: pulse 2s infinite
}

@keyframes pulse {
    0% {
        transform: scale(.95)
    }

    70% {
        transform: scale(1)
    }

    100% {
        transform: scale(.95)
    }
}

.info_2_escolhidos p {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}

.container_slide {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0px 0px 60px 0px;
}

.container_slide_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.area_slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    width: 100%;
}


.title_slide h2 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
    margin: 0px;
}

.title_slide h2 b {
    color: #00ff00;
}

.sub_title_slide p {
    color: #FFF;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0px;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #94FF11 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #94FF11 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.slide-1 .owl-nav .owl-prev svg {
    fill: #4cff1c;
}

.slide-1 .owl-nav .owl-next svg {
    fill: #4cff1c;
}

.slide-1 .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 0px;
}

.slide-1 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 0px;
}

.slide-1 .item img {
    max-height: 600px;
    max-width: 350px;
    width: 100%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E45622;
    border-radius: 16px 16px 16px 16px;
}

.slide-1 .owl-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.area_slide a {
    text-decoration: none;
    width: 100%;
    max-width: 620px;
}

.btn_principal_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 620px;
    width: 100%;
    background-color: #1F7CE7;
    padding: 20px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.btn_principal_2 h2 {
    text-shadow: 0 0 0 rgba(0, 0, 0, .3);
    font-size: 22px;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    text-align: center;
    max-width: max-content;
    width: 70%;
}

.btn_principal_2 {
    animation: pisca 2s infinite;
    box-shadow: 0 0 20px 0 rgba(0, 179.9999999999998, 252, .51);

}



footer {
    padding: 40px 0px 40px 0px;
    width: 100%;
}

.container_footer {
    display: flex;
    justify-content: center;
    width: 100%;
}

.container_footer_int {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
}

.area_footer {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.title_footer h2 {
    color: #FFF;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0px;
    text-align: center;
}

.sub_title_footer p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin: -10px 0px 0px 0px;
}

.area_app {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.area_app a img {
    width: 100%;
    max-width: 230px;
    height: 68px;
}

.apple {
    height: 75px !important;
}

.copy {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    background-color: #E45622;
}

.copy h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0px;
}

@media(max-width: 1024px) {

    .title_vagas h2 {
        font-size: 20px;
    }

    .container_1 {
        padding: 40px 0px 40px 0px;
    }

    .area_escolhidos {
        height: 100%;
    }

    .area_escolhidos_int {
        padding: 20px 10px;
    }

    .title_escolhidos h2 {
        font-size: 20px;
    }

    .sub_title_escolhidos p {
        font-size: 18px;
    }

    .info_escolhidos p {
        font-size: 14px;
    }

    .btn_principal {
        max-width: 460px;
    }

    .btn_principal h2 {
        font-size: 18px;
    }

    .area_escolhidos_int a {
        text-decoration: none;
        width: 100%;
        max-width: 460px;
    }

    .area_container_1 {
        flex-direction: column;
        padding: 0px 20px;
    }

    .container_slide {
        padding: 0px 0px 40px 0px;
    }

    .title_slide h2 {
        font-size: 20px;
    }

    .sub_title_slide p {
        font-size: 30px
    }

    .area_slide {
        gap: 20px;
    }

    .title_footer h2 {
        font-size: 22px;
    }

    .area_footer {
        padding: 0px 20px;
    }

    footer {
        padding: 0px 0px 40px 0px;
    }

    .area_slide a {
        max-width: 460px;
    }

    .btn_principal_2 {
        max-width: 460px;
    }

    .btn_principal_2 h2 {
        font-size: 18px;
    }
}

@media(max-width: 480px) {
    .container_1 {
        background-image: url(../img/bg_mobile.webp);
        background-position: center center;
        background-size: cover;
        width: 100%;
    }

    .btn_principal h2 {
        font-size: 16px;
        max-width: max-content;
        width: 75%;
    }

    .area_vagas {
        padding: 20px 0px;
    }

    .sub_title_escolhidos p {
        font-size: 16px;
        line-height: 1.6em;
    }

    .info_escolhidos p {
        font-size: 13px;
    }

    .title_slide h2 {
        padding: 0px 20px;
        text-align: center;
        font-size: 18px;
    }

    .sub_title_slide p {
        padding: 0px 20px;
        font-size: 20px;
    }

    .btn_principal_2 {
        max-width: 400px;
    }

    .area_slide a {
        max-width: 400px;
    }

    .btn_principal_2 h2 {
        font-size: 16px;
        max-width: max-content;
        width: 70%;
    }

    .title_footer h2 {
        font-size: 20px;
    }

    .copy h2 {
        font-size: 16px;
        text-align: center;
        padding: 0px 20px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 14px !important;
        height: 14px !important;
    }

    .slide-1 .owl-nav .owl-prev {
        left: 10px;
    }

    .slide-1 .owl-nav .owl-next {
        right: 10px;
    }

}

@media(max-width: 375px) {
    .container_1 {
        padding: 40px 0px 0px 0px;
    }
    .title_vagas h2 {
        font-size: 18px;
    }

    .btn_principal_2 h2 {
        font-size: 14px;
    }

    .btn_principal_2 {
        max-width: 340px;
    }
    .area_slide a {
        max-width: 340px;
    }

    .slide-1 .item img {
       max-width: 280px;
    }
    .slide-1 .owl-nav .owl-prev {
        left: 0px;
    }
    .slide-1 .owl-nav .owl-next {
        right: 0px;
    }
}