@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400');
html,
body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Montserrat', sans-serif;

}
h1, h2 , h3, p, span {font-family: 'Montserrat', sans-serif;}
body {
    background: url('../images/mapa.png') repeat-y 100% 100%;
    background-size: cover;
}

.content {
    max-width: 1632px;
    margin: 0 auto;
}

.tituloGeral {
    color: #515151;
    font-size: 36px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin-bottom: -25px;
}

.information {
    margin-top: 77px;
    width: 1252px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
}

.verde {
    background: url('../images/01.png') no-repeat;
    max-width: 100%;
    width: 1252px;
    height: 162px;
    margin: 0 auto;
}

.textoVerde {
    margin-top: 77px;
    font-weight: 900;
}

.textoVerde span {
    font-size: 46px;
    margin-left: 104px;
    color: white;
    margin-top: 23px;
    float: left;
    line-height: 56px;
}

.textoVerde span:last-child {
    font-size: 37px;
    margin-left: 104px;
    color: white;
    margin-top: 0px;
}

.texto1 {
    margin-top: 66px;
    margin-bottom: 55px;

}

.texto1 p {
    margin: 0 auto;
    line-height: 2;
    font-weight: 400;
    text-align: justify;
    font-size: 18px;
}

.texto1 span {
    font-weight: 700;
}

.foto {
    background: url(../images/image.png) no-repeat top center;
    width: 100%;
    height: 824px;
    max-width: 100%;
}

.mae {
    background: url(../images/mae_filha.png) no-repeat;
    width: 925px;
    height: 971px;
    float: right;
    margin-top: 30px;
    margin-right: 32px;
    max-width: 100%;
    position: relative;
}

.rectangle {
    width: 180px;
    height: 20px;
    transform: rotate(-83deg);
    background: #248641;
    position: absolute;
    margin-left: 65px;
    float: left;
    margin-top: 77px;
}

.rectangle2 {
    width: 100%;
    height: 3px;
    background: #248641;
    position: absolute;
    margin-left: 134px;
    float: left;
    margin-top: 175px;
    max-width: 1500px;
}

.rectangle3 {
    width: 100%;
    height: 3px;
    background: #00a652;
}

.texto2 {
    width: 545px;
    float: right;
    margin-right: -30px;
    display: block;
}

.texto2 p {
    text-align: center;
    font-size: 14px;
    margin: 23px;
    font-weight: 700;
}

.texto2 p:last-child {
    width: 495px;
    float: right;
    text-align: end;
    font-size: 15px;
    color: #258a44;
    margin-top: -20px;
    margin-right: 42px;
}

.texto2 span {
    font-weight: 400;
}

.sliderNav{
    display: flex;
    justify-content: flex-start;
    width: 400px;
    margin: 10px 0px;
}

.sliderNav .prevArrow{
    width: 28px;
    height: 28px;
    background: url('../images/arrow_prev.png') no-repeat center center;
    border: 0px;
    margin-right: 4px;
    cursor: pointer;
}

.sliderNav .nextArrow{
    width: 28px;
    height: 28px;
    background: url('../images/arrow_next.png') no-repeat center center;
    border: 0px;
    margin-left: 4px;
    cursor: pointer;
}

.dotsNav{
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li button{
    display: none;
}

.slick-dots li{
    width: 12px;
    height: 12px;
    border: 2px solid #cdcbc5;
    border-radius: 6px;
    margin: 0px 4px;
    cursor: pointer;
}

.slick-dots li.slick-active{
    background-color: #cdcbc5;
}

.galleryModal{
    height: auto;
}

.galleryImg{
    width: 100%;
}

.flexboxContainer {
    padding-top: 110px;
    width: 1300px;
    clear: both;
}

.flexboxContainer ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
}

.flexboxContainer ul li.itemSlider {
    width: 400px;
}

.flexboxContainer ul li.itemSlider:first-child {
    width: 400px;
    margin-left: 0px;
}
.title{
    font-family: 'Montserrat', sans-serif;
}

.title i {
    background: url(../images/seta.png);
    width: 22px;
    height: 42px;
    margin-top: -6px;
    float: left;
    margin-right: 15px;
}

.subTitle {
    line-height: 1.4;
    font-size: 18px;
    width: 400px;
    height: 152px;
}

.imagemSlide {
    margin-top: 25px;
}

.classSlider {
    width: 400px;
    max-width: 100%;
}

.img01 {
    background: url(../images/img01.png);
    max-width: 100%;
}

.img02 {
    background: url(../images/img02.png);
    max-width: 100%;
}

.img03 {
    background: url(../images/img03.png);
    max-width: 100%;
}

.img04 {
    background: url(../images/img04.png);
    max-width: 100%;
}

.img05 {
    background: url(../images/img05.png);
    max-width: 100%;
}

.img06 {
    background: url(../images/img06.png);
    max-width: 100%;
}

.img07 {
    background: url(../images/img07.png);
    max-width: 100%;
}

.final {
    padding-top: 160px;
    padding-bottom: 80px;
    width: 1422px;
    max-width: 100%;
}

.final ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;
}

.final ul li {
    display: flex;
    border: 1px solid #d8d8d8;
    height: 250px;
}

.depoimentos {
    display: flex;
}

.image01 {
    background: url(../images/depoimentos.png);
    width: 58px;
    height: 248px;
}

.filme {
    display: flex;
}

.image02 {
    background: url(../images/filmes_tv.png);
    width: 58px;
    height: 248px;
}

.textoDepoimento {
    color: #808285;
    font-size: 23px;
    margin-top: 110px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.textoFilme {
    color: #808285;
    font-size: 23px;
    margin-top: 110px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.imagemDepoimento {
    background: url(../images/woman.png);
    max-width: 100%;
    width: 398px;
    height: 248px;
}

.imagemFilme {
    /*content: url(../images/womanTV.png);*/
    max-width: 100%;
}

.imagemFilme iframe{
    border: 0px;
}

.slide01 {
    max-width: 100%;
    float: left;
}

.slide02 {
    max-width: 100%;
}

.slide01 spam {
    width: 480px;
    float: left;
    font-size: 18px;
}

.classSlider {
    max-width: 100%;
}

.classSlider h2 {
    font-size: 20px;
}

@media screen and (max-width: 1599px) {
    section {
        width: 1000px !important;
    }
    .verde {
        width: calc(100% - 20px);
    }
    .foto{
        overflow: hidden;
    }

    .textoVerde span {
        font-size: 36px;
        font-family: 'Montserrat', sans-serif;
    }
    .textoVerde span:last-child {
        font-size: 29px;
        font-family: 'Montserrat', sans-serif;
    }
    .texto1 p {
        width: calc(100% - 20px);
    }

    .texto2 {
        width: 100%;
        padding: 40px;
        margin: 0 auto;
    }

       .texto2 p {
        width: calc(100% - 20px);
    }


    .rectangle, .rectangle2 {
        display: none;
    }
    .flexboxContainer ul {
        flex-direction: column;
    }

    .dotsNav .slick-dots{
        flex-direction: row;
    }

    .flexboxContainer ul li.itemSlider {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .flexboxContainer ul li.itemSlider:first-child {
        width: 454px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .final ul li {
        position: relative;
        margin-bottom: 50px;
        justify-content: center;
    }
    .final ul {
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
    }
    .textoFilme {
        padding-left: 18px;
    }
    .flexboxContainer ul li.itemSlider:first-child {
        padding-left: 25px;
    }
    .arrow_next i{
        background: url(../992895/images/seta_slider.png) no-repeat;
        height: 28px;
        width: 28px;
    }
    .arrow_prev{
        background: url(../992895/images/seta_slider.png);
        height: 28px;
        width: 28px;
    }
    .slick-next{
        background: url(../992895/images/seta_slider.png);
        height: 28px;
        width: 28px;
    }
}