﻿@font-face {
    font-family: 'Lato Regular';
    src: url(/fonts/Lato-Regular.ttf)
}

@font-face {
    font-family: 'Neo Sans Medium';
    src: url(/fonts/NeoSansStd-Medium.otf),url(../fonts/Titillium-Web-600.eot)
}

@font-face {
    font-family: 'Neo Sans Regular';
    src: url(../fonts/NeoSansStd-Regular.otf),url(../fonts/Titillium-Web-regular.eot)
}

@font-face {
    font-family: TitilliumWeb-Regular;
    src: url(../fonts/TitilliumWeb-Regular.ttf)
}

@font-face {
    font-family: TitilliumWeb-SemiBold;
    src: url(../fonts/TitilliumWeb-SemiBold.ttf)
}

* {
    font-family: 'Lato Regular'
}

html {
    overflow-x: hidden;
    scroll-padding-top: 20%;
}


body {
    margin: 0;
    /*background-color: dimgray;*/
}

/*TOP NAVIGATION*/
#headerContainer {
    min-height: 120px;
    background: rgb(31,237,194);
    background: -moz-radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    background: -webkit-radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    background: radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fedc2",endColorstr="#2ec4a3",GradientType=1);
}

#logoNav {
    max-height: 100px;
    width: auto;
}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    padding: 0;
}

.navbar-nav > li {
    font-weight: 700;
    padding-right: 15px;
}
/*HOMEPAGE CONTENT*/
main {
    min-height: 100vh;
    position: relative;
}

.Page-content {
    position: relative;
    height: auto;
    max-width: 100%;
}

@media (max-width: 1024px) {
    /*.Page-content {
        padding-bottom: 180px;
    }*/
}

@media (max-width: 992px) {
    /*.Page-content {
        padding-bottom: 500px;
    }*/
}


/**HOMESLIDER**/
#sliderContainer {
    margin-top: 120px;
    position: relative
}

.owl-item > a, .owl-item > a:hover {
    text-decoration: none;
    color: #ffffff
}

.slideContainer {
    min-height: 500px;
}

@media (max-width: 767px) {
    .slideContainer {
        min-height: 350px;
    }
}

.video-container {
    height: 100%;
    width: 100%;
    position: absolute;
}

    .video-container > video {
        width: 100%;
        height: 100%;
        position: absolute;
        object-fit: cover;
        z-index: 1;
    }

.sliderItem {
    max-height: 100% !important;
    height: 100%;
    width: 100%;
    position: absolute;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 3rem;
}

.sliderTextContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
/**HOME BANNER**/


/* BOTTOM NAVIGATION*/
footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

.nav-footer {
    box-shadow: -3px -3px 10px 5px rgba(33, 33, 33, 0.1);
    background: linear-gradient(90deg, #0C5578 0%, #07344a 100%);
    padding: 4.6875rem 6.25rem 5.625rem 6.25rem;
}


a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 992px) {
    .nav-footer {
        padding: 2.5rem 2.5rem 2.5rem 2.5rem;
    }
}

.nav-footer > .content {
    max-width: 1300px;
}

@media (max-width: 992px) {
    .nav-footer > .content {
        max-width: 205px;
    }
}

.nav-footer > .content > .row {
    margin: 0 -5rem;
    display: flex;
}

@media (max-width: 992px) {
    .nav-footer > .content > .row {
        flex-wrap: wrap;
        margin: 0;
    }
}

.nav-footer .left, .nav-footer .right {
    padding: 0 5rem;
}

@media (max-width: 992px) {
    .nav-footer .left, .nav-footer .right {
        padding: 0;
    }
}

.nav-footer .left {
    width: 480px;
}

@media (min-width: 993px) {
    .nav-footer .left {
        border-right: 1px solid #ffffff;
    }
}

@media (max-width: 992px) {
    .nav-footer .left {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 1.25rem;
        margin: 0 auto 1.875rem auto;
    }
}

.nav-footer .right {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(100% - 480px);
}

@media (min-width: 993px) {
    .nav-footer .right {
        border-left: 1px solid #ffffff;
    }
}

@media (max-width: 992px) {
    .nav-footer .right {
        width: 100%;
    }
}

#logoFooter {
    width: 100%;
    filter: brightness(0) invert(1);
}


.footer-logo {
    max-width: 205px;
    margin: 1.5rem 0 1.5rem 0;
}

@media (max-width: 992px) {
    .footer-logo {
        max-width: 135px;
        margin: 0 auto 1.875rem auto;
    }
}

.footer-copyright, .footer-links {
    text-transform: uppercase;
    color: #ffffff;
}

.footer-links {
    width: 100%;
    margin-bottom: 0.9375rem;
}

@media (max-width: 992px) {
    .footer-links {
        text-align: center;
        font-size: 0.8125rem;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 1.875rem;
        margin-bottom: 1.875rem;
    }
}

.footer-links li {
    display: inline-block;
}

@media (min-width: 993px) {
    .footer-links li {
        margin-bottom: 2.1875rem;
    }
}

@media (max-width: 992px) {
    .footer-links li {
        width: 100%;
    }
}

@media (min-width: 993px) {
    .footer-links li:not(:last-child) {
        margin-right: 1.875rem;
    }
}

@media (max-width: 992px) {
    .footer-links li:not(:last-child) {
        margin-bottom: 0.9375rem;
    }
}

@media (hover: hover) {
    .footer-links li:hover {
        opacity: 0.5;
    }
}

.footer-copyright {
    width: 100%;
    opacity: 0.5;
}

@media (max-width: 992px) {
    .footer-copyright {
        text-align: center;
        font-size: 0.8125rem;
        line-height: 140%;
    }
}

.content {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.footer-social {
    width: 100%;
    margin-bottom: 3.125rem;
}

@media (max-width: 992px) {
    .footer-social {
        text-align: center;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 1.5625rem;
        margin-bottom: 1.25rem;
    }
}

.footer-social li {
    display: inline-block;
}

@media (min-width: 993px) {
    .footer-social li:not(:first-child) {
        margin-left: 0.625rem;
    }
}

@media (min-width: 993px) {
    .footer-social li:not(:last-child) {
        margin-right: 0.625rem;
    }
}

@media (max-width: 992px) {
    .footer-social li:not(:last-child) {
        margin: 0 0.78125rem;
    }
}

@media (max-width: 992px) {
    .footer-social li:last-child {
        margin-top: 0.9375rem;
    }
}

.circle-social {
    display: inline-block;
    width: 45px;
    height: 45px;
}

@media (max-width: 992px) {
    .circle-social {
        width: 30px;
        height: 30px;
    }
}

.livro_reclamacoes {
    display: inline-block;
}

    .livro_reclamacoes img {
        width: auto;
        height: 45px;
    }

@media (max-width: 992px) {
    .livro_reclamacoes img {
        height: 35px;
    }
}


#SlideshowFixHeight {
    min-height: 800px;
}

#timeline {
    margin: 50px 0;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
}

.arrowRight, .arrowLeft {
    font-size: 45px;
    cursor: pointer;
}

.arrowRight, .arrowLeft {
    color: #FF9E33;
}

    .arrowRight:hover, .arrowLeft:hover {
        color: #77ca4e;
    }

/*     .arrowLeft > svg, .arrowRight > svg {
            stroke: #fff;
            width: 75%;
            top: 50%;
            position: relative;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            margin-left: 7.5%;
            margin-right: 7.5%;
        } */

#line {
    position: relative;
    display: flex;
    align-items: center;
}



.circle {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #77CA4E;
    margin-left: auto;
    margin-right: auto;
}

.particularcontainer {
    overflow: hidden;
    width: 100%;
}

.mainSlide {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.DivImageBackground {
    max-height: 500px;
}

.divFixFullWidth {
    width: 100%;
}


.dotimage {
    text-align: center;
}

#timeline > a > img {
    max-width: 100%;
}

.timelineContent {
    display: flex;
    list-style: none;
    overflow-x: auto;
    padding-bottom: 15px;
    scrollbar-color: rgba(159,223,126,1) rgba(159,223,126,.5);
    scrollbar-width: thin;
}

    .timelineContent::-webkit-scrollbar {
        width: 5px;
    }

    .timelineContent::-webkit-scrollbar-track {
        background-color: darkgrey;
    }

    .timelineContent::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgba(46,196,163,0.9417016806722689);
    }

.timeline-title {
    text-align: center;
    color: #0C5578;
    margin-bottom: 25px;
}

    .timeline-title > h1 {
        font-weight: 900;
    }

.timeline-item {
    height: 150px; /* adjust to control the size  */
    aspect-ratio: 16 / 9;
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    background: linear-gradient(to right, rgba(46,196,163,0.9417016806722689), rgba(159,223,126,1));
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-text {
    height: 145px;
    background: #ffffff;
    color: #000000;
    padding: 2rem;
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}



.vertical-line {
    height: 50px;
    background-color: grey;
    width: 0;
    text-align: center;
    margin: auto;
    border: 1px inset;
}

.mainSlide > .DivImageBackground:nth-child(odd) > .divFixFullWidth > .particularcontainer > .vertical-line {
    height: 200px;
}


.description-container {
    padding: 20px 20px;
    background: rgb(31,237,194);
    background: -moz-radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    background: -webkit-radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    background: radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fedc2",endColorstr="#2ec4a3",GradientType=1);
}

    .description-container .description-text-container {
        background-color: rgb(255, 255, 255, 0.6);
        border-radius: 15px;
        padding: 24px;
    }


#applyNowContainer {
    display: grid;
    text-align: center;
    min-height: 200px;
    background: rgb(31,237,194);
    background: -moz-radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    background: -webkit-radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    background: radial-gradient(circle, rgba(31,237,194,0.9108893557422969) 0%, rgba(159,223,126,1) 50%, rgba(46,196,163,0.9417016806722689) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1fedc2",endColorstr="#2ec4a3",GradientType=1);
}

    #applyNowContainer .row {
        align-items: center;
    }

#apply-now-text {
    font-size: 32px;
}

#apply-now-button {
    font-size: 25px;
    background-color: white;
    border: 4px solid rgba(46, 196, 163);
    padding: 15px;
    border-radius: 15px;
}

.detail-page-container,
.challenges-page-container,
.partner-page-container,
.faqs-page-container,
.winners-page-container {
    margin-top: 126px;
    position: relative
}

    .detail-page-container .title-container,
    .challenges-page-container .title-container,
    .partner-page-container .title-container,
    .faqs-page-container .title-container,
    .winners-page-container .title-container {
        padding: 40px;
        font-size: 50px;
    }

.title-page-line {
    display: inline-block;
    position: relative;
    color: #145c7b;
}

    .title-page-line::after {
        content: "";
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: radial-gradient(circle, rgba(31, 237, 194, 0.9108893557422969) 0%, rgba(159, 223, 126, 1) 50%, rgba(46, 196, 163, 0.9417016806722689) 100%);
        bottom: 0;
        left: 60px;
    }


.detail-text-container,
.winners-text-container {
    margin: 0px 30px;
}

.details-img {
    width: 50%;
    float: left;
    padding: 20px;
}

.details-text {
    font-size: 22px;
}

.vimeoVideoWrapper {
    padding: 40px 0px 20px 0px;
}

.vimeoVideo {
    width: 750px;
    height: auto;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 768px) {
    .detail-page-container,
    .challenges-page-container,
    .partner-page-container,
    .faqs-page-container,
    .winners-page-container {
        margin-top: 166px;
    }

        .detail-page-container .title-container,
        .challenges-page-container .title-container,
        .partner-page-container .title-container,
        .faqs-page-container .title-container,
        .winners-page-container .title-container {
            font-size: 40px;
        }

    .details-img {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .details-text {
        font-size: 20px;
    }

    .vimeoVideoWrapper {
        padding: 20px 20px 20px 20px;
    }

    .vimeoVideo {
        width: auto;
    }
}

@media (max-width: 425px) {
    .detail-page-container .title-container,
    .challenges-page-container .title-container,
    .partner-page-container .title-container,
    .faqs-page-container .title-container,
    .winners-page-container .title-container {
        font-size: 35px;
    }
}


.challenge-container {
    border-radius: 15px;
    background: #145c7bC0;
    min-height: 200px;
    margin: 20px auto;
    padding: 20px;
    overflow: hidden;
}

    .challenge-container .title-page-line {
        color: white;
        font-size: 28px;
    }

.challenge-description-container {
    margin: 20px auto;
}

.challenge-img {
    width: 50%;
    margin: 15px;
}

.challenge-text {
    color: white;
    font-size: 22px;
}

.challenge-container:nth-child(odd) .challenge-img {
    float: left;
}

.challenge-container:nth-child(even) .challenge-img {
    float: right;
}

.challenges-container {
    margin: 40px;
}

.challenges-button-container {
    text-align: center;
}


@media (max-width: 768px) {
    .challenge-img {
        width: 100%;
        margin: 15px auto;
    }

    .challenge-container:nth-child(odd) .challenge-img {
        float: none;
    }

    .challenge-container:nth-child(even) .challenge-img {
        float: none;
    }

    .challenge-text {
        font-size: 20px;
    }
}

@media (max-width: 425px) {

    #SlideshowFixHeight {
        min-height: auto;
    }

    .challenges-container {
        margin: 15px 10px;
    }

    #apply-now-text {
        font-size: 22px;
    }

    #apply-now-button {
        font-size: 20px;
    }
}


.partner-container {
    border-radius: 15px;
    background: #145c7bC0;
    min-height: 200px;
    margin: 20px auto;
    padding: 20px;
    overflow: hidden;
}

    .partner-container .title-page-line {
        color: white;
        font-size: 28px;
    }

.partner-description-container {
    margin: 20px auto;
    text-align: center;
}

.partner-img {
    width: 50%;
    margin: 15px;
}

.partner-text {
    color: white;
    font-size: 22px;
}

.partners-container {
    margin: 40px;
}

.partners-button-container {
    text-align: center;
}

@media (max-width: 768px) {

    .partner-container .title-page-line::after {
        left: 30px;
    }

    .partner-text {
        font-size: 20px;
    }
}

@media (max-width: 425px) {

    .partner-container .title-page-line {
        font-size: 22px;
    }

    .partners-container {
        margin: 15px 10px;
    }

    .partner-img {
        width: 100%;
        margin: 15px auto;
    }
}




.faqs_text_inner {
    font-size: 20px;
}

.faqs-page-container {
    position: relative;
    z-index: 1;
}

.faqs-row {
    width: 80%;
    margin: auto;
    position: relative
}

.faqs-column, .faqs-row {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.faqs-row {
    mix-blend-mode: unset !important;
}

    .faqs-row:after {
        content: "";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
        width: 0;
    }

.faqs-section {
    position: relative;
    background-color: #fff;
    background-position: 50%;
    background-size: 100%;
    background-size: cover;
}

.faqs-column {
    float: left;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 2;
    min-height: 1px;
}


.faqs-section .faqs-row:last-child {
    padding-bottom: calc(40px + 2.5%);
}


.faqs-questions a {
    display: block;
    position: relative;
    padding: .5em 0;
    line-height: 1.2em;
    border-bottom: solid 1px;
    color: #222;
    transition: background .4s, color .4s;
    border-color: #145c7b;
    border-color: rgba(0, 0, 0, .2);
}

    .faqs-questions a.faq-display {
        background: #145c7b;
        color: #FFF;
        border-color: transparent;
        pointer-events: none;
        font-weight: 600;
        padding-left: .6em;
        padding-right: .4em;
    }


.faqs-answers h3, .faqs-answers h4, .faqs-answers a {
    font-weight: bold;
    color: #999;
    color: #145c7b;
}

#column-answers .faqs-answers:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}




@media (min-width: 981px) {
    .faqs-row {
        padding: 2% 0;
    }

    #column-questions {
        position: -webkit-sticky;
        position: sticky;
        top: 20%;
    }

    #column-questions {
        padding-right: 5%;
    }

    #column-answers:before {
        content: '';
        display: block;
        height: 126px;
        margin-top: -126px;
    }

    .faqs-row .faqs-column {
        margin-right: 0;
    }

    .faqs-row .faqs-col-6 {
        width: 50%;
    }
}



@media (max-width: 768px) {
    .faqs-column {
        float: none;
    }

    #column-questions {
        margin: 30px auto;
    }

    .faqs-questions a {
        padding: 0.7em 0;
    }

    .title-page-line::after {
        left: 30px;
    }
}


.fitImage {
    width: 100%;
    height: 100%;
}

.fitImageCover {
    /*object-fit: cover;*/
    /*position: relative !important;*/
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.fitImageCenter {
    background-position: center center !important;
}

.winners-page-container .subTitle-container {
    padding: 40px;
    font-size: 40px;
}

.podium-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.podium {
    width: 20%;
    margin: 0 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 15px 15px 0 0;
    padding-bottom: 20px;
    position: relative;
    opacity: 0;
    transform: translateY(100px);
}

    .podium.second {
        height: 150px;
        background-color: #145c7bc0;
    }

    .podium.first {
        height: 200px;
        background-color: #145c7b;
    }

    .podium.third {
        height: 100px;
        background-color: #145c7ba0;
    }

    .podium.active {
        animation: rise 1.5s forwards;
    }

@keyframes rise {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.podium span {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.podium .points {
    font-size: 14px;
    margin-top: 5px;
}

.gallery-container {
    margin: 40px 30px;
}

.podium-container {
    margin: 40px 30px;
}

.all-editions-container {
    display: flex;
    padding-bottom: 20px;
    margin: 0px 30px;
}

.edition-button {
    font-size: 25px;
    background-color: white;
    border: 4px solid #145c7b;
    padding: 15px;
    border-radius: 15px;
    margin-right: 15px;
    text-align: center;
}

    .edition-button.active {
        background: rgb(31, 237, 194);
        background: -moz-radial-gradient(circle, rgba(31, 237, 194, 0.9108893557422969) 0%, rgba(159, 223, 126, 1) 50%, rgba(46, 196, 163, 0.9417016806722689) 100%);
        background: -webkit-radial-gradient(circle, rgba(31, 237, 194, 0.9108893557422969) 0%, rgba(159, 223, 126, 1) 50%, rgba(46, 196, 163, 0.9417016806722689) 100%);
        background: radial-gradient(circle, rgba(31, 237, 194, 0.9108893557422969) 0%, rgba(159, 223, 126, 1) 50%, rgba(46, 196, 163, 0.9417016806722689) 100%);
    }

@media (max-width: 425px) {
    .podium-container {
        margin: 40px 5px;
    }

    .podium {
        width: 33%;
        margin: 0 5px;
    }

    .winners-page-container .subTitle-container {
        font-size: 30px;
    }

    .all-editions-container {
        display: block;
    }

    .edition-button {
        margin: 0px 0px 10px 0px;
    }
}
