#headerMenu {
    z-index: 9999;
}

content,
content div,
content li,
content p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.align-center,
.text-center {
    text-align: center;
}

.floatLeft,
.floatleft,
.fl {
    float: left;
}


.floatRight,
.floatright,
.fr {
    float: right;
}

.clearleft {
    float: none;
    clear: left;
}

.clearright {
    float: none;
    clear: right;
}

.clearBoth {
    clear: both;
}

.floatLeft {
    float: left !important;
}


.floatRight {
    float: right;
}

.inlineBlock {
    display: inline-block;
}

.posr {
    position: relative;
}

.flexAligner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.legal {
    font-size: 10px;
}

.brackets {
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 25px;
    padding-right: 40px;
}

.brackets:before {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 18px solid #34a734;
    border-left: 18px solid #34a734;
}

.brackets:after {
    width: 51px;
    height: 51px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 18px solid #34a734;
    border-right: 18px solid #34a734;
}

section h2 {
    font-size: 36px;
}

section p {
    font-weight: 500;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    z-index: 1003;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************************************************************************/

.section-1 {
    border-bottom: 3px solid #34a734;
}

.section-1 h2 {
    color: #34a734;
    margin: 0;
    padding: 0;
    font-weight: 800;
    line-height: 1.3;
}

.section-1 .row {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.section-1 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-1 .txt .logos {
    position: absolute;
    top: 20px;
    right: 0;
}

.section-1 .txt .logos img {
    margin-left: 20px;
}

/************************************************************************/

.section-2 {
    padding: 50px 0;
    background: #F2F2F2;
}

.section-2 .row {
    display: flex;
    flex-direction: row;
}

.section-2 .row.winner {
    margin-top: 40px;
    flex-direction: row-reverse;
}

.section-2 h2,
.section-packages h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 800;
    margin: 0;
    padding: 0;
    color: #34a734;
}

.section-packages h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;    
}

.section-2 .row.winner h2 {
    font-size: 28px;
    line-height: 34px;
}

.section-2 p {
    font-size: 22px;
    line-height: 27px;
}

.section-2 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/************************************************************************/


.section-2b {
    background: #F2F2F2;
    padding: 50px 0;
    text-align: center;
}

.section-2b h2 {
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #A90B1B;
}

.section-2b p {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0;
}

/************************************************************************/


.section-packages {
    padding-top: 50px;
}

.section-packages .noMarginColumns {
    display: flex;
}

.section-packages .noMarginColumns .column {
    padding-left: 0;
    padding-right: 0;
    flex:1;
} 

.section-packages .noMarginColumns .column img {
    width: 100%;
    height: 100%;
}

/************************************************************************/

.section-6 .row {
    display: flex;
    flex-direction: row;
}

.section-6 .txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/************************************************************************/

.section-7 a {
    text-decoration: underline;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}

.section-7 p {
    font-size: 14px;
}

/************************************************************************/

@media screen and (max-width: 768px) {
    .section-1 .row,
    .section-2 .row,
    .section-6 .row,
    .section-packages .noMarginColumns {
        display: block;
    }

    .section-1 .txt .logos {
        position: static;
        margin-top: 10px;
        float: right;
        text-align: right;
    }

    .section-1 .brackets:before,
    .section-1 .brackets:after {
        display: none;
    }

    .section-1 h2 {
        text-align: center;
        font-size: 28px;
    }

    .section-packages {
        padding-top: 30px;
    }


    .section-2 h2,
    .section-packages h2,
    .section-2b h2 {
        font-size: 22px;
        margin-bottom: 0px;
        text-align: center;
    }

    .section-2 h2 {
        padding-top: 20px;
    }

    .section-2 p,
    .section-packages p,
    .section-2b p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .row.noMarginColumns {
        margin-top: 20px;
    }

    .section-6 .logo_cnk {
        display: block;
        margin: 0 auto;
    }

}

@media screen and (max-width: 1024px) {
    .section-1 .txt .logos img {
        width: auto;
        margin-left: 10px;
        height: 20px;
    }
}