﻿:root {
    --light-blue: #00AEE5;
    --dark-blue: #0B1A36;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #1e124a;
    background: var(--dark-blue);
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

#header-holder {
    background-color: transparent;
    position: fixed;
    width: 100%;
}


.logo img {
    width: 100px;
    /* position: absolute; */
}

.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

.text-right {
    text-align: right;
}


#header-holder #nav {
    border: 0;
    background-color: transparent;
}


.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

    .navbar-default .navbar-nav > li > a i {
        color: #fff;
        margin-right: 3px;
        font-size: 13px;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #00d7a8;
    }

.text-home {
    height: 70vh;
    display: flex;
    padding-top: 10%;
    align-items: center;
    text-align: center;
}

    .text-home h1 {
        margin-top: 40px !important;
    }

        .text-home h1 strong {
            color: #b5edff;
        }

.bloco-form label {
    font-size: 19px;
    font-weight: 300;
    color: #cfcfcf;
}

.home {
    /* width: 100%; */
    background: url(../images/v6_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
    background-position: top;
    /* height: 100vh; */
}

    .home .apoio {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

        .home .apoio img {
            width: 50%;
        }

    .home .row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.img-home img {
    width: 700px;
}

.custom-container {
}

.btn-inscreva-se {
    position: fixed;
    bottom: 13px;
    right: 13px;
    z-index: 888;
    background: var(--light-blue);
    border-radius: 50%;
    width: 89px;
    height: 89px;
    padding: 27px 13px;
    color: #ffffff;
}

.btn-red {
    background: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
    color: #fff !important;
}

    .btn-red:hover {
        background: #fff !important;
        border-color: #fff !important;
        color: var(--light-blue) !important;
    }


.logo-home img {
    padding-top: 297px;
    max-width: 450px;
}

.btn-inscreva-se span {
    display: block;
    line-height: 14px;
    font-weight: 800;
    font-size: 17px;
}

.btn-inscreva-se:hover {
    background: #ff5d6c;
    color: #fff;
}

btn-inscreva-se span:hover {
    color: #fff !important;
}


.img-home {
    display: flex;
    align-items: center;
    height: 97vh;
    position: relative;
}

.text-home h1 {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    color: var(--light-blue);
    font-family: 'Roboto', sans-serif;
    margin: 0;
    margin-bottom: 23px;
}

.text-home p {
    font-size: 18px;
    font-weight: 300;
}

.btn-primary {
    background: var(--light-blue);
    color: #ffffff;
    border-color: none;
    font-size: 18px;
    border-radius: 21px;
    padding: 9px 25px;
    font-weight: 800;
    margin-top: 10px;
}

    .btn-primary:hover {
        background: var(--light-blue);
        border-color: var(--light-blue);
    }

.tag-ingles {
    position: absolute;
    top: 56%;
    color: var(--light-blue);
    background: #163a98;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
    left: 26%;
}


.btn-link-menu {
    padding: 14px 20px !important;
    line-height: 12px !important;
    margin-top: 9px;
    background: var(--light-blue) !important;
    border-color: var(--light-blue) !important;
}

    .btn-link-menu:hover {
        color: var(--light-blue) !important;
        background: #fff !important;
        border-color: #fff !important;
    }


.text-content h2 {
    font-size: 50px;
    font-weight: 900;
    color: var(--light-blue);
    margin-bottom: 23px;
}

.text-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
}

.signin-signup-form .form-text textarea {
    font-size: 18px;
    min-height: 120px;
}

.padding-section {
    padding: 150px 0px;
}

.btn-ead {
    margin-top: 37px !important;
    font-size: 22px;
    border-radius: 35px;
    padding: 18px 29px;
    background: #fff;
    color: var(--light-blue);
}

ul.list-topics {
    padding-left: 0px;
}

.list-topics li {
    list-style: none;
    color: #222222;
    font-size: 22px;
    background: #fff;
    padding: 10px 18px;
    margin-bottom: 20px;
    border-radius: 0px;
}

#patrocinadores {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.patrocinadores > p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

#patrocinadores .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

#patrocinadores img {
    max-width: 20%;
}

#patrocinadores .mobile {
    display: none;
}

.regras {
    color: #fff;
    margin-top: 63px;
}

    .regras h2 {
        color: var(--light-blue);
    }

.list-topics li i {
    color: var(--light-blue);
    font-size: 15px;
    margin-right: 15px;
}

.list-topics img {
    width: auto;
    position: absolute;
    top: -185px;
}

.contact-form {
    font-size: 50px;
    font-weight: 900;
    color: var(--light-blue);
    margin-bottom: 23px;
}

.form-control {
    height: 49px;
    font-size: 19px;
    color: #6c5e96;
}

.bloco-form {
    margin-bottom: 70px;
}

    .bloco-form h3 {
        margin-bottom: 22px;
        color: #fff;
    }

.signin-signup-form .form-text input, .signin-signup-form .form-text .dropdown-toggle.btn-default {
    width: 100%;
    padding: 8px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 8px;
    background-color: #fff;
    font-size: 18px;
    color: var(--light-blue);
    height: 49px;
}

    .signin-signup-form .form-text input:hover, .signin-signup-form .form-text input:focus, .signin-signup-form .form-text .dropdown-toggle.btn-default:hover, .signin-signup-form .form-text .dropdown-toggle.btn-default:focus {
        background-color: #fff;
        box-shadow: 0px 0px 0px 2px var(--light-blue);
    }

#programa {
    padding-bottom: 400px;
    background: url(../images/v2_background-2pb.jpg);
}

.line-como-funciona {
    margin-top: -340px;
}

#premiacao p {
    border-bottom: 1px solid #fff;
    padding: 1rem;
    text-align: center;
    font-size: 22px;
    font-weight: 100;
}


#footer {
    background-color: #0B1427;
    text-align: center;
    padding: 23px;
    color: var(--light-blue);
}

.line {
    width: 100%;
    height: 22px;
    background: url(../images/v2_chevron-up-solid.svg);
    background-size: 20px;
}


#signupform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #94aae5
}

#signupform::-moz-placeholder { /* Firefox 19+ */
    color: #94aae5
}

#signupform:-ms-input-placeholder { /* IE 10+ */
    color: #94aae5
}

#signupform:-moz-placeholder { /* Firefox 18- */
    color: #94aae5
}

#politicas-e-privacidade {
    padding-top: 90px;
    padding-bottom: 90px;
}

    #politicas-e-privacidade h2 {
        margin-bottom: 40px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
    }

    #politicas-e-privacidade strong {
        margin-bottom: 40px;
        font-size: 18px;
    }

    #politicas-e-privacidade p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 40px;
        margin-top: 10px;
    }


#regulamento {
    padding-top: 90px;
    padding-bottom: 90px;
}

    #regulamento h1 {
        margin-bottom: 40px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
    }

    #regulamento strong {
        margin-bottom: 40px;
        font-size: 18px;
    }

#regulamento {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
    margin-top: 10px;
    line-height: 26px;
}

.padding-section-2 {
    padding: 40px 0px 100px 0;
}

.video-lucas .video-lucas-concrete {
    width: 100%;
    height: 550px;
}

.video-lucas{
    padding-bottom: 40px;
}

@media (min-width: 1800px) {
    .home .apoio {
        margin-top: 90px;
        margin-bottom: 20px;
    }

    .text-home {
        padding-top: 32%;
    }
}

@media (max-width: 1680px) {
    .text-home h1 {
        font-size: 34px;
        font-weight: 600;
        line-height: 44px;
    }

    .text-home {
        padding-top: 30%;
    }
}


@media (max-width: 1460px) {

    .home .logo-home img {
        width: 45%;
        margin-bottom: 10px;
    }

    .img-home img {
        width: 90%;
    }

    .text-home p {
        font-size: 18px;
        line-height: 24px;
    }

    .list-topics li {
        font-size: 20px;
    }

    .custom-container {
    }

    .tag-ingles {
        font-size: 21px;
    }
}


@media (max-width: 1366px) {
    .logo-home img {
        width: 400px;
        padding-top: 297px;
    }


    .text-home p {
        font-size: 19px;
        margin-bottom: 21px;
        width: 81%;
        margin: 0 auto;
        color: white;
    }

    .img-home img {
        margin-top: 50px;
    }
}


@media (max-width: 1280px) {
    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        max-width: 90px;
    }

    .home .apoio img {
        width: 400px;
    }

    .text-home h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .btn-inscreva-se {
        width: 83px;
        height: 83px;
        padding: 27px 13px;
    }

    .logo-home img {
        width: 350px;
    }

    .btn-inscreva-se span {
        font-size: 15px;
    }

    #patrocinadores .mobile {
        display: block;
    }

    #patrocinadores .desktop {
        display: none;
    }
}


@media (max-width: 1024px) {
    .home .apoio {
        margin-top: 100px;
    }

    .list-topics img {
        display: none;
    }

    .line-como-funciona {
        margin-top: unset;
    }

    #programa {
        padding-bottom: 40px;
    }

    .tag-ingles {
        left: 10%;
    }

    #politicas-e-privacidade {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 768px) {

    .text-home {
        padding-top: 15%;
    }

    .video-lucas .video-lucas-concrete {
        width: 100%;
        height: 300px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #040823f0;
        background-color: #040823;
    }

    .home .apoio {
        margin-top: 50px;
    }

    .home {
        background: url(../images/v6_background-mobile.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

        .home .logo-home img {
            padding-top: 140px;
            width: 50%;
        }

    #patrocinadores .container {
        display: flex;
        flex-wrap: wrap;
    }

    #patrocinadores img {
        max-width: 30%;
    }

    .text-home {
        height: auto;
        margin-top: 35%;
        margin-left: 0px;
    }

    .nav > li {
        text-align: right;
    }

    .img-home {
        display: flex;
        align-items: center;
        height: auto;
        position: absolute;
        margin-top: -27%;
        left: 23%;
    }

        .img-home img {
            width: 90%;
        }

    .navbar-default .navbar-nav > li > a {
        font-size: 17px;
        padding: 12px 12px;
    }

    .logo img {
        width: 150px;
    }

    .padding-section {
        padding: 100px 0px;
    }

    .padding-section-2 {
        padding: 40px 0px 100px 0;
    }

    .text-content p {
        margin-bottom: 33px;
    }

    .home {
        background-position-x: 27% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .home .logo-home img {
        padding-top: 81px;
        width: 50%;
    }

    .home .apoio img {
        width: 80%;
    }
}

@media (max-width: 480px) {
    .home .logo-home img {
        padding-top: 120px;
        width: 50%;
    }

    .home .apoio {
        margin-top: unset;
    }

    div.logo-home {
        display: flex;
        justify-content: center;
    }

    .home img {
        padding-top: 80px;
        width: 300px;
    }

    .btn-inscreva-se {
        width: 65px;
        height: 65px;
        padding: 18px 3px;
    }

    .bloco-form label {
        font-size: 16px;
        font-weight: 300;
        color: #cfcfcf;
    }

    .btn-inscreva-se span {
        font-size: 13px;
        line-height: 12px;
    }


    .home {
        background-position-x: 39% !important;
    }

    .logo-holder {
        display: none;
    }

    .text-home {
        height: auto;
        margin-top: 17%;
        margin-left: 0px;
        text-align: left;
    }

        .text-home p {
            margin: inherit;
        }

        .text-home h1 {
            font-size: 28px;
            line-height: 32px;
            font-weight: 500 !important;
            text-align: center;
        }

        .text-home p {
            font-size: 18px;
            line-height: 22px;
            text-align: center;
            margin-bottom: 21px;
            margin: 0 auto;
        }

    .home .text-home > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img-home img {
        width: 140%;
    }

    .img-home {
        margin-top: -60%;
        left: 32%;
    }

    .tag-ingles {
        left: -8%;
        text-align: right;
        font-size: 15px;
    }

    .text-content p {
        font-size: 18px;
    }

    .list-topics li {
        font-size: 17px;
        display: inline-flex;
        width: 100%;
    }

        .list-topics li i {
            margin-top: 4px;
        }

    .list-topics img {
        width: 100%;
    }

    .contact-form {
        font-size: 50px;
        line-height: 52px;
    }

    .text-content h2, .contact-form {
        font-size: 31px;
        line-height: 44px;
    }

    body {
        overflow-x: hidden !important;
    }

    .signin-signup-form .form-text input, .signin-signup-form .form-text .dropdown-toggle.btn-default {
        font-size: 16px;
    }

    .tag-ingles {
        left: -18%;
        text-align: right;
        font-size: 15px;
    }

    .navbar-nav {
        margin: 27.5px -15px;
    }

    .menu-background {
        background: rgb(12 14 41);
        border: none;
    }
}


@media (max-width: 375px) {
}

@media (max-width: 320px) {

    .logo-home img {
        width: 250px;
        padding-top: 100px;
    }

    .btn-primary {
        font-size: 16px;
        margin-top: 0px;
    }


    .text-home h1 {
        font-size: 26px;
        line-height: 31px;
        margin-bottom: 8px;
    }

    .text-home p {
        font-size: 15px;
    }

    .tag-ingles {
        left: -36%;
    }

    .img-home img {
        width: 130%;
    }

    .list-topics li {
        font-size: 13px;
    }

    .padding-section {
        padding: 60px 0px;
    }

    .btn-ead {
        margin-top: 37px !important;
        font-size: 20px;
        border-radius: 35px;
        padding: 15px 29px;
        width: 100%;
    }

    .btn-primary {
        font-size: 16px;
    }

    .navbar-nav {
        margin: 9px;
        margin-bottom: 23px;
    }

    #curso {
        padding-top: 100px;
    }
}



.mensagem-sucesso {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

    .mensagem-sucesso i {
        font-size: 36px;
        color: #52ff2a;
    }


.toast-span-info {
    display: block;
}


label.error {
    font-size: 12px;
    display: block;
    color: #ff2929;
    margin: 5px 0 0 0;
}
