/*
font-family: 'Josefin Sans', sans-serif;
font-family: ''Work Sans'', sans-serif;
font-family: 'Antic Didone', serif;
*/

html {
    margin:0;
    height: 100vh;
    min-height: 100vh !important;
}
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    color: #000;
    height: 100vh;
    width: 100%;
    min-height: 100vh !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow-x: hidden;
    /*
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;*/
}
.mobile {
    display: none!important;
}
button:focus {
    outline: 0 !important;
}
address, dl, fieldset, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul {
    font-family: inherit;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit
}
b {
    font-weight: 600
}

ol {
    margin-left: 20px
}

button {
    cursor: pointer
}
.container a, a {
    /*color: inherit!important;*/
    text-decoration: none;
    background-color: transparent
}
a:hover {
    /*text-decoration: none !important;*/
    color: inherit!important;
}
a, button {
    outline: 0
}
img {
    border: 0;
    outline: 0
}
.uppercase {
    text-transform: uppercase
}

::placeholder {
    color: #efefef;
    opacity: 1
}

.space-3 {
    width: 100%;
    display: table;
    height: 3px
}

.space-5 {
    width: 100%;
    display: table;
    height: 5px
}

.space-10 {
    width: 100%;
    display: table;
    height: 10px;
    transition-duration: .5s
}

.space-15 {
    width: 100%;
    display: table;
    height: 15px;
    transition-duration: .5s
}

.space-20 {
    width: 100%;
    display: table;
    height: 20px;
    transition-duration: .5s
}

.space-30 {
    width: 100%;
    display: table;
    height: 30px;
    transition-duration: .5s
}

.space-40 {
    width: 100%;
    display: table;
    height: 40px;
    transition-duration: .5s
}
.space-60 {
    width: 100%;
    display: table;
    height: 60px;
    transition-duration: .5s
}
.padding0 {
    padding: 0
}
.padding10 {
    padding: 10px
}
.padding15 {
    padding: 15px
}
.padding20 {
    padding: 20px
}
.paddingright20 {
    padding-right: 20px
}
.padding30 {
    padding: 30px;
}
.padding40 {
    padding: 40px;
}
.padding60 {
    padding: 60px;
}
.padding60-lateral
{
    padding-left:60px;
    padding-right:60px;
}
.nohover:hover {
    color: inherit !important
}
.nodeco {
    text-decoration: none !important
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/****************************************************************************** LEADERBOARD / TOPO ************************************/
.topmenu
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
}
.leaderboardHome
{
    height: 100vh;
}
.fullscreen-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
    object-fit: cover;
    object-position: top;
    background-size: cover;
    background-color: #000;
}
.fullscreen-bg-black {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -90;
    object-fit: cover;
    object-position: top;
    background-color: rgba(0,0,0,.3);
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: -95;
}
.menuTopoSpace
{
    height: 127px;
    width: 100%;
}
.menuTopoContainer
{
    background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 80%);
    position: fixed;
    z-index: 100;
    height: 127px;
    transition: .5s;
}
.menuTopoContainer .logotopo
{
    transition: .5s;
    height: 90px;
    max-width: 300px;
}
.menuTopoContainer .topNav
{
    list-style: none;
}
.menuTopoContainer .topNav li
{
    display: inline-block;
}
.menuTopoContainer .topNav li a
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    padding-right: 20px;
}
.menuTopoContainer.scrolled .topNav li a
{
    color: #fff;
}
.menuTopoContainer .topNav li:last-child a
{
    padding-right: 0px;
}
.menuTopoContainer .topNav li:hover a
{
    color: #FFFFFF!important;
}
.menuTopoContainer .topSocial
{
    transition: .5s;
}
.menuTopoContainer.scrolled
{
    height: 80px;
    background-color: #B8C480;
    transition: .5s;
    border-bottom:1px solid #fff;
    background: #B8C480;
}
.menuTopoContainer.scrolled .topSocial
{
    margin-top: -50px;
    transition: .5s;
}
.menuTopoContainer.scrolled .logotopo
{
    height: 50px;
    transition: .5s;
}
.menuTopoContainer.scrolled .topspacer20
{
    height: 10px;
    transition: .5s;
}
.headline1
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 108px;
    line-height: 110px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.headline2
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 128.8%;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.headline3
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 100px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.modulo3 .title
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 0.02em;
}
.modulo3 .subtitle
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 0.02em;
}
.modulo3 .text
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 19px;
    line-height: 140%;
}
.modulo2 .title{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 86px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
}
.successMessage
{
    display: none;
}
.modulo2 .text
{
    font-family: 'DM Sans', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 44px;
line-height: 120%;
align-items: center;
text-align: center;
}
.title-white
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.text-white
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 140%;
    color: #FFFFFF;
}
.text-black
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #000000;
}
.text-orange
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
    color: #000;
}

.vantagens-text
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 150%;
    color: #222021;
}
.owl-item img.vantagens-image
{
    width:100%!important;
    transition: .5s;
}
/*
.owl-item.active.center img.vantagens-image
{
    width: 100%!important;
    transition: .5s;
}*/
.moduleImage
{
    height:70vh;
}
.moduleImageUp
{
    margin-top:-64vh;
}
.seta
{
    opacity: .7;
    transition: 1s;
}
.seta:hover
{
    opacity: 1;
    transition: 1s;
}
.owl-carousel
{
    cursor: grab;
}
.owlNumber
{
    font-family: 'Exo';
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 85px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color:#fff;
    opacity: .3;
    padding-right: 30px;
}
.owlNumber.active
{
    opacity: 1;
}
.title-orange
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 86px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color:#f26630;
}
.title-black
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 64px;
    line-height: 86px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;
    color:#000;
}
.footer
{
    background-color:#222021;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.footer .title
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.equipa-name
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}
.equipa-cargo
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.formStyle .form-control
{
    border-radius: 0px;
    border:0px;
    border-bottom:1px solid #000;
    
}
.formStyle .form-control::placeholder {
    color: #D2D3D5;
    opacity: 1
}
.formStyle .form-label
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #242426;    
}
.formStyle .botsend
{
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border:0px;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    background-color:#000;
}
.leaderboardButton
{
    color:#fff;
    padding: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 34px;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    transform: .5s;
    margin-right: 10px;
}
.leaderboardButton:hover
{
    color:#D4E79E!important;
}
.leaderboardButton.active
{
    border-top:8px solid #fff;
    border-bottom:8px solid #fff;
    transform: .5s;
}
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}