/*
font-family: "Asap",Helvetica Neue,Helvetica,Arial,sans-serif;
font-family: "Asap", sans-serif;
*/
@font-face {
    font-family: "Asap";
    src: url('inter-variablefont_slntwght-webfont.woff2') format('woff2'),
    url('inter-variablefont_slntwght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    /*overflow-x: hidden;*/
}

.mobile {
    display: none !important;
}

button:focus {
    outline: none !important;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    font-family: inherit;
    margin: 0px;
    padding: 0px;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

b {
    font-weight: 600;
}
ol
{
    margin-left: 20px;
}
button {
    cursor: pointer;
}
a, .container a {
    color: #2AB674;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    text-decoration: none !important;
    color: #000;
}

a, button {
    outline: 0;
}

img {
    border: 0px;
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #efefef;
    opacity: 1; /* Firefox */
}

.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;
}

.margin5 {
    margin: 5px;
}

.padding0 {
    padding: 0px;
}

.padding3 {
    padding: 3px;
}

.padding5 {
    padding: 5px;
}

.padding10 {
    padding: 10px;
}

.padding15 {
    padding: 15px;
}

.padding20 {
    padding: 20px;
}

.padding30 {
    padding: 30px;
}

.padding40 {
    padding: 40px;
}

.padding50 {
    padding: 50px;
}
.padding50-70lateral {
    padding: 50px;
    padding-left: 70px;
    padding-right: 70px;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.nohover:hover {
    color: inherit !important;
}

.nodeco {
    text-decoration: none !important;
}

.block {
    display: block;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.branco {
    color: #fff;
}

.preto {
    color: #000;
}

.txt12 {
    font-size: 12px;
}

.txt14 {
    font-size: 14px;
}

.txt16 {
    font-size: 16px;
}

.txt18 {
    font-size: 18px;
}

.txt20 {
    font-size: 20px;
}

.txt32 {
    font-size: 32px;
}

.azul {
    color: #95c520;
}

.vermelho {
    color: #EB2027;
}

.amarelo {
    color: #FDDD00;
}

.verde {
    color: #2AB674;
}

.branco {
    color: #fff;
}

/*/////////////////////////////////////////////// HEADER ////////////////////////////////////*/
.header .linkverde {
    color: #2AB674;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.47px;
}

.header .linktop {
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
}
.phantomHeader
{
    height: 126px;
    background-color: #094143;
}
.header {
    background-color: #094143;
    min-height: 126px;
    position: fixed;
    top: 0;
    z-index: 100;
}

.botverde1 {
    background-color: #95c520;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #95c520;
    text-transform: uppercase;
    transition-duration: 1s;
}
.botverde1:hover {
    background-color: #fff;
    color: #95c520;
    border: 2px solid #95c520;
    transition-duration: .5s;
}

.botwhite1 {
    background-color: #95c520;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 0px solid #95c520;
    text-transform: uppercase;
    transition-duration: 1s;
}
.botwhite1:hover {
    background-color: #4f8331;
    color: #fff;
    transition-duration: .5s;
}

.top-data {
    color: #1A315C;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
}
.home-barra
{
    min-height: 120px;
    background-color: #094143;
}
.barraTitle
{
    color:#95c520;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.barraLink
{
    color:#fff;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-transform: normal;
}
.barraLink:hover
{
    color:#efefef;
}
.logotopo {
    margin-top: -10px;
    transition-duration: .5s;
}

.burguer {
    height: 35px;
}

.burguer path {
    fill: #95c520;
}

.table-top-right {
    margin-right: 40px;
    margin-left: auto;
}

.table-top-left {
    margin-right: auto;
    margin-left: 40px;
    transition-duration: .5s;
}

.languages {
    padding-top: 0px;
    padding-bottom: 0px;
    text-transform: uppercase;
}

.languages #dropdownMenuLink {
    padding: 2px !important;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    background-color: transparent;
    color: #95c520;
}

.languages a.dropdown-item {
    padding-left: 10px;
    margin-left: 0px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.languages a.dropdown-item:hover {
    color: #999999;
}

div.dropdown-menu {
    padding: 0px;
    border-radius: 0;
}

h4 {
    color: #2AB674;
}

.whitebg {
    background-color: #fff;
}
.bluebg {
    background-color: #1A315C;
}

.bgImage {
    background-position: center;
    background-size: cover;
}

@media (min-width: 992px) {
    .col-md-2-5 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

}

@media (min-width: 1200px) {
    .col-md-2-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

}

/* ///////////////////////////////////////////////////////// LEADERBOARD /////////////////////////////// */
.botverde1-leaderboard {
    background-color: #95c520;
    padding: 15px;
    padding-right: 40px;
    padding-left: 40px;
    color: #fff;
    font-family: "kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 0px solid #2AB674;
    text-transform: uppercase;
    transition-duration: 1s;
}
.botverde1-leaderboard:hover {
    background-color: #4f8331;
    color: #fff;
    transition-duration: .5s;
}
.fullscreen-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    /**/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    object-fit: cover;
    object-position: top;
    background-color: #c3c5c6;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.leaderboard {
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 700px;
    height: 700px;
    position: relative;
    padding: 0px;
    margin: 0px;
}

.leaderboard-title {
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #094143;
    font-size: 57px;
    font-weight: 700;
    letter-spacing: 1.4px;
    line-height: 69px;
    overflow: auto;
    /*text-shadow: 0px 0px 10px  #fff;*/
}

.leaderboard-subtitle {
    color: #094143;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 48px;
    margin-bottom: 5px;
    /*text-shadow: 0px 0px 1px  #fff;*/
}
.leaderboard-subtitle b {
    font-weight: 700;
}
.leaderboard-subtitle-data {
    color: #FDDD00;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 48px;
    text-align: center;
}
.leaderboard-text {
    color: #094143;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 34px;
    /*text-shadow: 0px 0px 10px  #fff;*/
}

.leaderboard-text strong, .leaderboard-subtitle b{
    font-weight: 700;
}

.leaderboard-button {
    background-color: #95c520;
    padding: 23px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition-duration: 1s;
}

.leaderboard-button:hover {
    background-color: #4f8331;
    color: #fff;
    transition-duration: .5s;
}

.leaderboard-destaque {
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.topRow
{
    transition-duration: .5s;
}
.topMenuContainer
{
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 200;
    background-color: #094143;
    /*background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;*/
}
.topMenu
{
    margin-left: 0px;
    width: max-content;
}
.topMenu, .topMenu ul
{
    list-style: none;
}
.topMenu li a, .topMenuLink, .topMenu li span{
    color: #fff;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.83px;
    line-height: 40px;
    transition-duration: 1s;
}
.topMenu li li a{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 0.63px;
    line-height: 30px;
    font-weight: 400;
    transition-duration: 1s;
}
.topMenu li li:hover a{
    color: #2AB674;
    transition-duration: .5s;
}
.topMenuLink
{
    color:#fff!important;
}
.topMenu-followus {
    color: #2AB674;
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 46px;
}

.topMenu-icon {
    color: #FFC629;
    font-size: 36px;
    transition-duration: 1s;
}

.topMenu-icon:hover {
    color: #FFC629;
    transition-duration: .5s;
}
.leaderSubmenuContainer
{
    width: auto;
    /*overflow-x: scroll;*/
    padding-bottom: 10px;
}
.leaderboardSubmenu
{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 25px;
    margin-right: 30px;
    padding-bottom: 5px;
    transition-duration: .5s;
    text-wrap: none;
    white-space: nowrap;
    border-bottom: 1px solid transparent;
}
.leaderboardSubmenu:hover
{
    color: #FFF;
    transition-duration: .5s;
    border-bottom: 1px solid #fff;
}
.leaderboardSubmenu.active
{
    color: #FFF;
    border-bottom: 1px solid #2ab674;
}
.leaderboard-content
{
    min-height: 290px;
    background-color: #95c520;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -1px;
}
.paddingLeaderboard-content
{
    padding: 30px;
    padding-left: 40px;
}
.leaderboard-content-title
{
    color: #094143;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 50px;
    text-transform: uppercase;
}
.leaderboard-content-subtitle
{
    color: #094143;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}
.leaderboard-content-text
{
    color: #094143;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 32px;
}
.headerText {
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
/* ///////////////////////////////////////////////////////// CONTENT /////////////////////////////// */
.categories-title
{

    color: #2AB674;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.label-category
{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.botAzul1 {
    background-color: #1A315C;
    padding: 18px;
    margin-bottom: 20px;
    color: #FDDD00;
    font-family: "Asap", sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #1A315C;
    text-transform: uppercase;
    transition-duration: 1s;
    display: table;
}
.botAzul2 {
    background-color: transparent;
    padding: 18px;
    margin-bottom: 20px;
    color: #1A315C;
    font-family: "Asap", sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #1A315C;
    text-transform: uppercase;
    transition-duration: 1s;
    display: table;
}
.botAzul2:hover {
    background-color: #1A315C;
    color: #fff;
    transition-duration: .5s;
}
.botAzul3 {
    background-color: #1A315C;
    padding: 18px;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Asap", sans-serif;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 22px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #1A315C;
    text-transform: uppercase;
    transition-duration: 1s;
    width: 200px;
    display: table;
}
.botAzul3:hover {
    background-color: #fff;
    color: #1A315C;
    transition-duration: .5s;
}
.newsformtext
{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
.content-title-white-60 {
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 73px;
}
.content-title-white-48 {
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 73px;
}
.content-title-white-42 {
    color: #FFF;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 51px;
}
.content-title-black-42 {
    color: #000;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 51px;
}

.content-title-blue-48 {
    color: #1A315C;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
}
.discover-title
{
    color: #1A315C;
    font-family: "Asap", sans-serif;
    font-size: 37px;
    font-weight: 700;
    line-height: 43px;
}
.newsletterform-register
{
    color: #FFF;
    font-family: "Asap", sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 33px;
    width: 100%;
    text-align: center;
}
.testimonials-content {
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
}
.testimonials-name {
    color: #FDDD00;
    font-family: "Asap", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
}

div.accordion .card, div.accordion .card-header {
    background-color: #fff;
    background-clip: border-box;
    border: 0px;
    border-radius: .25rem;
}

div.accordion .card {
    border-top: 1px solid #2AB674;
    border-bottom: 1px solid #2AB674;
    margin-bottom: -1px;
}

div.accordion .card-body {
    border-top: 1px solid #2AB674;
}

div.accordion .card button {
    box-shadow: none;
    color: #1A315C;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.45px;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.accordion button[aria-expanded=true] .fa-arrow-right {
    display: none;
}

.accordion button[aria-expanded=false] .fa-arrow-down {
    display: none;
}

.theme-title {
    color: #1A315C;
    font-family: "Asap", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    height: 140px;
    width: 100%;
}

.theme-learnmore {
    color: #2AB674;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2.5px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.keyfigure-title {
    color: #2AB674;
    font-family: "Asap", sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 94px;
    text-align: center;
    display: block;
}

.keyfigure-subtitle {
    color: #2AB674;
    font-family: "Asap", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
}
.discover-scroll
{
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
}
.table-attraction
{
    width: 100%;
    height: 380px;
    background-color: rgba(0,0,0,.2);
    transition-duration: 1s;
}
.attraction-bg
{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.table-attraction td
{
    vertical-align: bottom;
}
.table-attraction td .label
{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 15px;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 3;
    transition-duration: 1s;
    text-shadow: 1px 1px 1px #666;
}

.table-attraction:hover
{
    background-color: rgba(0,0,0,.0);
    transition-duration: .5s;
}
.table-attraction:hover  td .label
{
    text-shadow: 1px 1px 2px #333;
    color: #fff;
    transition-duration: .5s;
}
.select-yellow
{
    color: #FDDD00;
    font-family:  "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    border: 3px solid #FDDD00;
    min-width: 300px;
    background-color: transparent;
    padding: 10px;
    outline: none;
}
.select-yellow option
{
    background-color: #1A315C;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
/* ////////////////////////////////////////////////////////// BLOG //////////////////////////////// */
.blog-title
{
    color: #2AB674;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 23px;

}
.blog-image
{
    max-height:400px;
    max-width: 800px;
    float:right;
    margin-left:40px;
    margin-bottom:40px;
}
@media (max-width: 1590px)
{
    .blog-image
    {
        max-height:400px;
        float:none;
        margin-left:0px;
        margin-bottom:40px;
        display: block;
    }

}
.blog-content
{
    color: #000;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
}
/*
.blog-content strong
{
    color: #2AB674;
}*/
.blog-label
{
    color: #2AB674;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 25px;
}
.select-green
{
    color: #2AB674;
    font-family:  "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    border: 0px solid #2AB674;
    min-width: 300px;
    background-color: transparent;
    padding: 10px;
    outline: none;
}
.select-green option
{
    color:#fff;
    background-color: #2AB674;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
}
.linha-verde
{
    background-color: #2AB674;
    height: 1px;
    width: 100%;
    display: block;
}
.blog-categ
{
    color: #2AB674;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    text-decoration: underline;
}
.blog-date
{
    color: #1A315C;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 24px;
    text-transform: uppercase;
}
.table-blog
{
    width: 100%;
    height: 380px;
    background-color: rgba(0,0,0,.2);
    transition-duration: 1s;
}
.attraction-bg
{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.table-blog td
{
    vertical-align: bottom;
}
.table-blog td .label
{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 25px;
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 3;
    transition-duration: 1s;
    text-shadow: 1px 1px 1px #666;
    background-color:rgba(9,65,67,.9);
    text-transform: uppercase;
}

.table-blog:hover
{
    background-color: rgba(0,0,0,.0);
    transition-duration: .5s;
}
.table-blog:hover  td .label
{
    text-shadow: 1px 1px 2px #333;
    color: #fff;
    transition-duration: .5s;
}
/* ////////////////////////////////////////////////////////// MÓDULOS ///////////////////////////// */
.modulo1-titulo {
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1.6px;
    line-height: 58px;
}

.modulo1-link {
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-left: 44px;
    font-size: 25px;
    font-weight: 500;
    line-height: 45px;
    background-image: url(../img/mobulo1-seta.png);
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    transition-duration: 1s;
}
.modulo1-link:hover {
    padding-left: 46px;
    transition-duration: .5s;
}

.modulo2-titulo {
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 52px;
}
.modulo2-titulo b {
    font-weight: 700;
}

.modulo2-text {
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 28px;
    width: 100%;
    text-align: left;
    font-weight: 300;
}
.modulo2-text ul
{
    list-style-image: url('../img/bullet.png');
    margin-left: 20px;
}
.modulo2-text ul li
{
    margin-bottom: 20px;
}

.modulo3-titulo {
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1.13px;
    line-height: 41px;
    color: #000;
    text-transform: uppercase;
}

.modulo3-text {
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.67px;
    line-height: 28px;
    color: #1A315C;
}

.modulo4-titulo {
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1.13px;
    line-height: 41px;
    color: #1A315C;
}

.modulo4-text {
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    letter-spacing: 0.67px;
    line-height: 24px;
    color: #1A315C;
}

/* ////////////////////////////////////////////////////////// FORMS /////////////////////////////// */
.formInput
{
    border: 0px;
    border-bottom:2px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    font-family: "Asap", sans-serif;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0px;
    outline: 0!important;
    box-shadow: none!important;
}
.formInput::placeholder, .textareaInput::placeholder
 {
     color: #ffffff;
 }
.textareaInput
{
    color: #ffffff;
    background-color: rgba(255,255,255,.3);
    font-family: "Asap", sans-serif;
    font-size: 18px;
    line-height: 28px;
    border-radius: 0px;
    border: 0px;
    box-shadow: none!important;
}
.toursDiv
{
    margin-top: -100px;
}
.form-check-label
{
    font-size: 11px;
    color:#fff;
    padding-top: 5px;
}
/* ////////////////////////////////////////////////////////// HOME //////////////////////////////// */

/* ////////////////////////////////////////////////////////// BLOG //////////////////////////////// */

/* ////////////////////////////////////////////////////////// FOOTER ///////////////////////////// */
.footer-bottom
{
    color: #95c520;
    font-family: "Asap", sans-serif;
    font-size: 12px;
}
.footer-bottom:hover
{
    color: #95c520;
}
.footerContainer {
    background-color: #fff;
}

.footer-left {
    padding-left: 40px;
}

.footer-substribe {
    color: #FFF;
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

.footer-followus {
    color: #2AB674;
    font-family: "Asap", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

.footer-icon {
    color: #fff;
    font-size: 45px;
    transition-duration: 1s;
}

.footer-icon:hover {
    color: #2AB674;
    transition-duration: 1s;
}

.footerInput {
    color: #fff;
    font-family: "Asap", sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding: 18px;
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
    border-bottom:1px solid #fff;
    width: 100%;
}

.footerSubmit {
    background-color: #2AB674;
    color: #fff;
    font-family: "Asap", sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding: 18px;
    border-radius: 0px;
    border: 0px;
    transition-duration: 1s;
}
.footerSubmit:hover {
    background-color: #1A315C;
    color: #fff;
    transition-duration: 1s;
}

.botFooteramarelo1 {
    background-color: #FDDD00;
    padding: 17px;
    margin-bottom: 20px;
    color: #1A315C;
    font-family: "Asap", sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #FDDD00;
    text-transform: uppercase;
    transition-duration: 1s;
    width: 200px;
    display: inline-block;
}
.botFooteramarelo1:hover {
    background-color: #1A315C;
    color: #FDDD00;
    transition-duration: .5s;
}

.botFooteramarelo2 {
    background-color: transparent;
    padding: 17px;
    margin-bottom: 20px;
    color: #95c520;
    font-family: "Asap", sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 2px solid #95c520;
    text-transform: uppercase;
    transition-duration: 1s;
    width: max-content;
    display: inline-block;
}
.botFooteramarelo2:hover {
    background-color: #95c520;
    color: #fff;
    transition-duration: .5s;
}

.footerText {
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
.menufooter
{
    margin-left: 0px;
    width: max-content;
    margin-bottom: 20px;
}
.menufooter, .menufooter ul
{
    list-style: none;
}
.menufooter li a, .footerMenuLink{
    color: #95c520;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.83px;
    line-height: 30px;
    transition-duration: .5s;
}
.menufooter li a:hover, .footerMenuLink:hover
{
    color: #000;
}
.menufooter li li a
{
    color: #95c520;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 17px;
    letter-spacing: 0.63px;
    line-height: 30px;
    font-weight: 400;
    transition-duration: .5s;
}
.footerMenuLink
{
    color:#fff;
}
.container-fluid.footermenucontainer .col
{
    width: max-content!important;
    max-width: max-content;
}
/************************************ OWL CAROUSEL ***********************************/
.owl-carousel div.item {
    padding: 20px;
    outline: none;
    text-align: center;
}

.owl-carousel div.item img {
    margin: auto;
    max-height: 100px;
    width: auto;
}

button.owl-prev {
    position: absolute;
    left: -20px;
    width: 56px;
    height: 57px;
    margin-top: -100px;
    z-index: 2;
    outline: none;
}

button.owl-next {
    position: absolute;
    right: -20px;
    width: 56px;
    height: 57px;
    margin-top: -100px;
    z-index: 2;
    outline: none;
}
/************************************** MEDVIDA ***********************************/
.manifexto1
{
    background-color: #fff;
}
.manifesto1 .manifesto-number
{
    color: #95c520;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
}
.manifesto1 .manifesto-text
{
    color: #95c520;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.manifesto2
{
    background-color: #95c520;
}
.manifesto2 .manifesto-number
{
    color: #fff;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 66px;
    font-weight: 600;
    line-height: 80px;
    text-align: center;
}
.manifesto2 .manifesto-text
{
    color: #95c520;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #D9D8D6;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.produzimos-container
{
    background-color: #95c520;
}
.prod-title
{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 29px;
    text-align: center;
}
.prod-nums
{
    color: #D9D8D6;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0.74px;
    line-height: 15px;
    text-align: center;
}
.compromisso-title
{
    color: #000;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.8px;
    line-height: 29px;
    text-align: center;
}
.compromisso-nums
{
    color: #000;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.74px;
    line-height: 20px;
    text-align: center;
}
.button-yellow {
    background-color: #094143;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition-duration: 1s;
}

.button-yellow:hover {
    background-color: #fff;
    color:#094143;;
    transition-duration: .5s;
}
.button-white {
    background-color: #fff;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    color: #094143;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 19px;
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition-duration: 1s;
}

.button-white:hover {
    background-color: #95c520;
    color: #fff;
    transition-duration: .5s;
}

div.linhaamarela
{
    width: 100%;
    text-align: center;
}

div.linhaamarelaLeft
{
    width: 100%;
    text-align: left;
}
.banner-text
{
    color: #FFF;
    font-family: "Asap", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 23px;
}
.banner-ajh
{
    background-image: url(../img/banner-ajh.jpg);
    background-size: cover;
    background-position: right;
    color: #094143;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 44px;
    letter-spacing: 0.4px;
    line-height: 56px;
    font-weight: 300;
    text-shadow: 0px 0px 20px  #fff;
}
.banner-ajh a
{
    color: #094143;
    font-family: "Kanit", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 44px;
    letter-spacing: 0.4px;
    line-height: 56px;
    font-weight: 300;
}
.banner-ajh b
{
    font-weight: 700;
}
.banner-ajh span
{
    font-weight: 700;
    color:#95c520;
}