.headerHome {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 15px 145px;
}
.headerHome .logo {
    max-height: 90px;
}
.headerHome .menuIcon i {
    color: #A6A8AB;
    font-size: 35px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.headerHome .menuIcon i:hover {
    opacity: 0.5;
}

a.btnLink {
    font-family: MontserratSemiBold;
    font-size: 14px;
    color: #58595B;
}
a.btnLink:hover {
    opacity: 0.5;
}

.bannerText {
    padding: 0 145px 80px 145px;
    height: 100vh;
}
.bannerText .imgSymbol {
    width: 183px !important;
    height: 160px !important;
}
.bannerText .title-1 {
    font-family: RobotoCondensedBold;
    font-size: 120px;
    color: rgba(255,255, 255, 0.75);
    line-height: 110px;
    text-transform: uppercase;
}
.bannerText .title-2 {
    font-family: RobotoCondensedRegular;
    font-size: 120px;
    color: rgba(255,255, 255, 0.75);
    line-height: 110px;
    text-transform: uppercase;
}

.controlBanner {
    position: relative;
}
.controlBanner .lateralBack {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}
.controlBanner .lateralBack h2{
    font-family: MontserratLight;
    color: #A6A8AB;
    text-transform: uppercase;
    font-size: 16px;
}
.controlBanner .scrolIcon {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
}
.controlBanner .scrolIcon img {
    max-height: 40px;
}

.controlMenuHome {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 1s;
    transition: height 1s;
}
.controlMenuHome.visivel {
    height: 335px;
}
.controlMenuHome .iconSocial:hover {
    opacity: 0.5;
}

.menuHome {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menuHome li {
    margin-bottom: 20px;
    text-align: center;
}
.menuHome li a {
    font-family: MontserratLight;
    color: #A6A8AB;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 5px 10px 5px;
    position: relative;
}
.menuHome li a:hover,
.menuHome li a.active  {
    color: #ffffff;
}
.menuHome li a:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 0px;
    border-bottom: 3px solid #EC1C24;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transform: 0.5s ease-in;
}
.menuHome li a:hover:before,
.menuHome li a.active:before
{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


#owlBanner .background {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.homeSection1 {
    padding: 80px 0;
    /*background-image: url('/assets/img/homepage/homeSection1-Back.png');*/
    background-size: 40%;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.homeSection1 h2 {
    font-family: MontserratLight;
    color: #58595B;
    font-size: 36px;
}
.homeSection1 h2 span {
    font-family: MontserratSemiBold;
    color: #58595B;
    font-size: 36px;
    text-transform: uppercase;
}
.homeSection2 {
    padding: 80px 0;
    /*background-image: url('/assets/img/homepage/homeSection2-Back.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.homeSection2::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.75;
}
.homeSection2  h2 {
    font-family: MontserratLight;
    color: #ffffff;
    font-size: 36px;;
}
.homeSection2 h2 span {
    font-family: MontserratSemiBold;
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
}
.homeSection2 .infoCarro {
    border-left: 3px solid #EC1C24;
    padding: 3px 0 3px 10px;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection2 .infoCarro:hover {
     opacity: 0.5;
}
.homeSection2 .linhasSeparador {
    margin: 15px 0;
}
.homeSection2 .linhasSeparador div:nth-child(1) {
    height: 2px;
    width: 30px;
    background-color: #A6A8AB;
    margin-bottom: 3px;
}
.homeSection2 .linhasSeparador div:nth-child(2) {
    height: 2px;
    width: 30px;
    background-color: #A6A8AB;
    margin-left: 10px;
}
.homeSection2 .owlSection2SetaLeft {
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    padding-right: 5px;
    background-color: #E5E6E7;
    width: 50px;
    height: 120px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection2 .owlSection2SetaRight {
    position: absolute;
    right: 0;
    top: calc(50% - 60px);
    padding-left: 5px;
    background-color: #E5E6E7;
    width: 50px;
    height: 120px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection2 .owlSection2SetaRight:hover,
.homeSection2 .owlSection2SetaLeft:hover {
    background-color: #DD2316;
}
.homeSection2 .owlSection2SetaLeft i,
.homeSection2 .owlSection2SetaRight i {
    font-size: 40px;
    color: #414042;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection2 .owlSection2SetaRight:hover i,
.homeSection2 .owlSection2SetaLeft:hover i {
    color: #ffffff;
}
.homeSection2 .owlCarrosFotos .controlImages {
    position: relative;
    height: 460px;
}
.homeSection2 .owlCarrosFotos .controlImages .primeiraImagem {
    margin: 0 50px 0 135px;
    width: 450px;
    height: 350px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 39% 100%, 39% 65%, 0 65%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 39% 100%, 39% 65%, 0 65%);
}
.homeSection2 .owlCarrosFotos .controlImages .primeiraImagem img {
    object-fit: cover;
    width: 450px;
    height: 350px;
}
.homeSection2 .owlCarrosFotos .controlImages .segundaImagem {
    position: absolute;
    bottom: 0;
    height: 220px;
    width: 300px;
    -webkit-clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
}
.homeSection2 .owlCarrosFotos .controlImages .segundaImagem img {
    object-fit: cover;
    height: 220px;
    width: 300px;
}
.homeSection2 .owlCarrosFotos .owl-nav .owl-prev {
    position: absolute;
    top: 145px;
    left: 85px;
    outline: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection2 .owlCarrosFotos .owl-nav .owl-next {
    position: absolute;
    top: 145px;
    right: 0;
    outline: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection2 .owlCarrosFotos .owl-nav .owl-next img,
.homeSection2 .owlCarrosFotos .owl-nav .owl-prev img{
    width: 30px;
    height: 48px;
    outline: none;
}
.homeSection2 .owlCarrosFotos .owl-nav .owl-next:hover,
.homeSection2 .owlCarrosFotos .owl-nav .owl-prev:hover {
    background-color: transparent;
    opacity: 0.5;
}

.homeSection3 {
    padding: 80px 0;
}
.homeSection3 h2 {
    font-family: MontserratLight;
    color: #58595B;
    font-size: 36px;
}
.homeSection3 h2 span {
    font-family: MontserratSemiBold;
    color: #58595B;
    font-size: 36px;
    text-transform: uppercase;
}
.homeSection3 .motor {
    max-height: 350px;
}

.homeSection4 {
    padding: 80px 0;
    /*background-image: url('/assets/img/homepage/homeSection4-Back.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.homeSection4::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    opacity: 0.75;
}
.homeSection4 h2 {
    font-family: MontserratLight;
    color: #ffffff;
    font-size: 36px;
}
.homeSection4 h2 span {
    font-family: MontserratSemiBold;
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
}
.homeSection4 .playVideo {
    background-image: url('/assets/img/play.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection4 .playVideo:hover {
    background-color: rgba(0,0,0,0.5);
}
.homeSection4 .owlVideosSetaLeft {
    position: absolute;
    left: 0;
    top: calc(50% - 60px);
    padding-right: 5px;
    background-color: #E5E6E7;
    width: 50px;
    height: 120px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection4 .owlVideosSetaRight {
    position: absolute;
    right: 0;
    top: calc(50% - 60px);
    padding-left: 5px;
    background-color: #E5E6E7;
    width: 50px;
    height: 120px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    cursor: pointer;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection4 .owlVideosSetaRight:hover,
.homeSection4 .owlVideosSetaLeft:hover {
    background-color: #DD2316;
}
.homeSection4 .owlVideosSetaLeft i,
.homeSection4 .owlVideosSetaRight i {
    font-size: 40px;
    color: #414042;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection4 .owlVideosSetaRight:hover i,
.homeSection4 .owlVideosSetaLeft:hover i {
    color: #ffffff;
}

.homeSectionNewsletter {
    padding: 80px 0 20px 0;
    /*background-image: url('/assets/img/homepage/homeSectionNewsletter-Back.png');*/
    background-size: 40%;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.homeSectionNewsletter h2 {
    font-family: MontserratLight;
    color: #58595B;
    font-size: 36px;
}
.homeSectionNewsletter h2 span {
    font-family: MontserratSemiBold;
    color: #58595B;
    font-size: 36px;
    text-transform: uppercase;
}
.homeSectionNewsletter input[type="text"] {
    background-color: transparent;
    padding: 15px;
    border: 1px solid #929497;
    width: calc(100% - 40px);
    float: left;
    color: #929497;
    font-size: 12px;
}
.homeSectionNewsletter input[type="submit"] {
    height: 50px;
    width: 40px;
    float: left;
    background-color: #929497;
    border: none;
    color: #ffffff;
    background-image: url(/assets/img/seta-botao.png);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.homeSectionNewsletter input[type="submit"]:hover {
    opacity: 0.5;
}
.homeSectionNewsletter .removerNewsletter {
    font-family: MontserratSemiBold;
    color: #929497;
    font-size: 10px;
}
.homeSectionNewsletter .removerNewsletter:hover {
    opacity: 0.5;
}

.homeSection5 {
    padding: 20px 0 80px 0;
    /*background-image: url('/assets/img/homepage/homeSection5-Back.png');*/
    background-size: 40%;
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 500px;
}
.homeSection5 h2 {
    font-family: MontserratLight;
    color: #58595B;
    font-size: 36px;
}
.homeSection5 h2 span {
    font-family: MontserratSemiBold;
    color: #58595B;
    font-size: 36px;
    text-transform: uppercase;
}
.homeSection5 .caixaNoticia .imagem {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.homeSection5 .caixaNoticia .imagem img {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.homeSection5 .caixaNoticia:hover .imagem img {
    transform: scale(1.1)
}
.homeSection5 .caixaNoticia h2 {
    font-family: RobotoMedium;
    font-size: 18px;
    color: #414042;
    margin: 0;
    text-transform: uppercase;
}
.homeSection5 .caixaNoticia .caixaTexto {
    height: 65px;
    overflow: hidden;
    text-align: justify;
}

@media (min-width: 1200px) and (max-width: 1265px) {
    .homeSection2 .owlSection2SetaLeft, .homeSection2 .owlSection2SetaRight {
        display: none !important;
    }

    .homeSection4 .owlVideosSetaLeft, .homeSection4 .owlVideosSetaRight {
        display: none !important;
    }
}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {

    .headerHome {
        padding: 15px 140px 15px 30px;
    }


    .bannerText {
        padding: 0 15px 60px 15px;
        height: 100vh;
    }
    .bannerText .imgSymbol {
        width: 183px !important;
        height: 160px !important;
    }
    .bannerText .title-1 {
        font-size: 100px;
        line-height: 90px;
    }
    .bannerText .title-2 {
        font-size: 100px;
        line-height: 90px;
    }


    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem {
        margin: 0px 50px 0 95px;
        width: 390px;
        height: 290px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 55% 79%, 0 79%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 55% 100%, 55% 79%, 0 79%);
    }

    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem img {
        object-fit: cover;
        width: 390px;
        height: 290px;
    }

    .homeSection2 .owlCarrosFotos .owl-nav .owl-prev {
        left: 50px;
    }

}

@media (min-width: 992px) and (max-width: 1070px) {
    .homeSection2 .owlSection2SetaLeft, .homeSection2 .owlSection2SetaRight {
        display: none !important;
    }

    .homeSection4 .owlVideosSetaLeft, .homeSection4 .owlVideosSetaRight {
        display: none !important;
    }
}


/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {

    .headerHome {
        padding: 10px 0;
        background-color: rgba(0,0,0,0.5);
    }
    .headerHome .logo {
        max-height: 50px;
    }
    .headerHome .menuIcon i {
        font-size: 30px;
    }


    .bannerText {
        padding: 0 0 60px 0;
        height: 100vh;
    }
    .bannerText .imgSymbol {
        width: 160px !important;
        height: 140px !important;
    }
    .bannerText .title-1 {
        font-size: 80px;
        line-height: 70px;
    }
    .bannerText .title-2 {
        font-size: 80px;
        line-height: 70px;
    }


    .controlBanner .lateralBack {
        position: relative;
        top: inherit;
        bottom: 0;
        width: 100%;
        height: auto;
        background-color: rgba(0,0,0, 1);
        padding-top: 30px;
    }
    .controlBanner .scrolIcon {
        display: none;
    }

    .controlMenuHome {
        display: none;
    }


    .homeSection1 {
        padding: 60px 0;
        background-size: 45%;
        min-height: 400px;
    }

    .homeSection2 {
        padding: 60px 0;
    }
    .homeSection2 .owlCarrosFotos .controlImages {
        position: relative;
        height: 300px;
    }
    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem {
        margin: 0;
        width: 395px;
        height: 245px;
        -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    }
    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem img {
        object-fit: cover;
        width: 395px;
        height: 245px;
    }
    .homeSection2 .owlCarrosFotos .controlImages .segundaImagem {
        bottom: 0;
        right: 0;
        width: 395px;
        height: 245px;
        -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .homeSection2 .owlCarrosFotos .controlImages .segundaImagem img {
        object-fit: cover;
        width: 395px;
        height: 245px;
    }
    .homeSection2 .owlCarrosFotos .owl-nav .owl-prev {
        left: 0px;
        top: 115px;
    }
    .homeSection2 .owlCarrosFotos .owl-nav .owl-next {
        top: 115px;
        right: 0;
    }
    .homeSection2 .owlSection2SetaLeft, .homeSection2 .owlSection2SetaRight {
        display: none !important;
    }

    .homeSection3 {
        padding: 60px 0;
    }

    .homeSection4 {
        padding: 60px 0;
    }
    .homeSection4 .owlVideosSetaLeft, .homeSection4 .owlVideosSetaRight {
        display: none !important;
    }

    .homeSectionNewsletter {
        padding: 60px 0 20px 0;
        background-size: 45%;
        background-position: right center;
        background-repeat: no-repeat;
        min-height: 440px;
    }

    .homeSection5 {
        padding: 20px 0 60px 0;
    }

}


/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    .homeSection1 {
        background-image: none !important;
    }

    .homeSection2 .owlCarrosFotos .controlImages {
        position: relative;
        height: 605px;
    }
    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem {
        margin: 0;
        width: 510px;
        height: 318px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    }
    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem img {
        object-fit: cover;
        width: 510px;
        height: 318px;
    }
    .homeSection2 .owlCarrosFotos .controlImages .segundaImagem {
        bottom: 0;
        right: 0;
        width: 510px;
        height: 318px;
        -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
    }
    .homeSection2 .owlCarrosFotos .controlImages .segundaImagem img {
        object-fit: cover;
        width: 510px;
        height: 318px;
    }


    .homeSectionNewsletter {
        background-image: none !important;
    }

    .homeSection5 {
        background-image: none !important;
    }

}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {

    .bannerText {
        padding: 0 0 40px 0;
        height: 100vh;
    }
    .bannerText .imgSymbol {
        width: 138px !important;
        height: 120px !important;
    }
    .bannerText .title-1 {
        font-size: 60px;
        line-height: 60px;
    }
    .bannerText .title-2 {
        font-size: 60px;
        line-height: 60px;
    }

    .controlBanner .lateralBack {
        padding-top: 15px;
        padding-bottom: 15px;

     }
    .controlBanner .lateralBack img {
        max-height: 40px;

    }
    .controlBanner .lateralBack .spacer-30 {
        height: 15px;
    }

    .homeSection2 .owlCarrosFotos .controlImages {
        position: relative;
        height: auto;
    }
    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem {
        height: auto;
        width: auto;
    }
    .homeSection2 .owlCarrosFotos .controlImages .primeiraImagem img {
        object-fit: initial;
        width: 100%;
        height: auto;
    }
    .homeSection2 .owlCarrosFotos .controlImages .segundaImagem {
        position: relative;
        margin-top: -7%;
        height: auto;
        width: auto;
    }
    .homeSection2 .owlCarrosFotos .controlImages .segundaImagem img {
        object-fit: initial;
        width: 100%;
        height: auto;
    }

    .homeSection5 {
        padding: 20px 0 30px 0;
    }

}