.fixFullWidth {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    height: 273px;
}

#headerImgContainer {
    max-height: 266px;
    width: 100%;
}

#headerImg {
    /*max-height: 202px;*/
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    max-width: initial;
}

.pageHeader {
    text-align: center;
    color: #77CA4E;
    font-family: 'Neo Sans Medium';
    /*font-size: 38px;*/
    font-size: 34px;
    margin-bottom: 50px;
    max-width: 535px;
    margin-right: auto;
    margin-left: auto;
}


.centeredimage {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    /*height: 420px;*/
    background-repeat: no-repeat;
    background-position: center;
}


.header {
    text-align: center;
    /*font-size: 38px;*/
    font-size: 34px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #77ca4e;
    margin-top: 20px;
    line-height: 2.8rem;
}

.title {
    /*font-size: 31px;*/
    font-size: 24px;
    font-family: 'Neo Sans Medium';
    vertical-align: middle;
    color: #0a5b7b;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 428px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 2.2rem;
}

.text {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    /*font-size: 18px;*/
    font-size: 16px;
    margin: 10px;
    font-family: Lato;
    color: #1f1f1f;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 80px;
}

    .text > p {
        /*font-size: 18px;*/
        font-size: 16px;
        font-family: Lato;
        color: #1f1f1f;
    }

#listContainer {
    height: 830px;
}

    #listContainer > .fixFullWidth {
        height: 830px;
        overflow: hidden;
        background-color: #eeeeee;
    }

#bigCenterContainer {
    /*position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); nao funciona as setas fixed*/
    margin-top: 50px;
    margin-bottom: 50px;
}

#textContainer {
    max-height: 190px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.sliderTitle {
    text-align: center;
    /*font-size: 31px;*/
    font-size: 24px;
    font-family: 'Neo Sans Medium';
    color: #0a5b7b;
    margin-bottom: 25px;
}

.sliderText {
    /*font-size: 18px;*/
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.2em;
    max-height: 4.8em;
}

#sliderContainer {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.arrowLeft, .arrowRight {
    top: 50%;
}

[id^="Slide_"] {
    top: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
}

.listItem {
    height: 430px;
    overflow: hidden;
}

.listHeader {
    font-family: 'Neo Sans Medium';
    font-size: 22px;
    color: #0a5b7b;
    display: block;
    margin-top: 30px;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
    margin-bottom: 20px;
}

.listText {
    /*font-size: 18px;*/
    font-size: 16px;
    color: #1f1f1f;
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
}


    .listText p {
        line-height: 1.3em;
    }


.listImg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.plus {
    width: 40px;
    margin-top: 25px;
    position: relative;
    bottom: 0;
}

    .plus > line {
        stroke: #8DC560;
        stroke-width: 0.75px;
    }

@media (max-width: 1024px) {

    .margined {
        max-width: 98%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 992px) {

    .margined {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .header {
        /*font-size: 18px;*/
        font-size: 16px;
        line-height: inherit;
    }

    /*.centeredimage {
        height: 200px;
    }*/

    .title {
        font-size: 16px;
        margin: auto;
        line-height: inherit;
        margin-top: 30px;
    }

    .text {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        text-align: justify;
        font-size: 14px;
    }

    #textContainer {
        height: initial;
        width: 90%;
    }

    .sliderTitle {
        /*font-size: 27px;*/
        font-size: 24px;
        margin-bottom: 20px;
    }

    .sliderText {
        font-size: 14px;
        max-height: initial;
    }

    .arrowLeft, .arrowRight {
        top: 150px;
    }

    [id^="Slide_"] > .listItem:not(:last-of-type) {
        margin-bottom: 25px;
    }

    .listItem {
        padding-left: 30px;
        padding-right: 30px;
    }

    .listHeader {
        /*font-size: 18px;*/
        font-size: 16px;
    }

    .listText {
        font-size: 14px;
    }

    .fixArrows {
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

    .fixFullWidth {
        position: relative;
    }

    #headerImgContainer {
        max-height: 101px;
    }

    #headerImg {
        height: 101px;
        max-width: initial;
        width: auto;
    }

    .pageHeader {
        font-size: 18px;
        margin-bottom: 15px;
    }

    #sliderContainer {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width:1860px) {

    .fixFullWidth {
        height: 395px;
    }


    #headerImgContainer {
        max-height: 400px;
    }
}