/* Banner */
#banner-home .container-slider{position: relative;}
#banner-home .bg-banner::before{content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 0; height: 90.6000%; background-color: #e49e46;}
#banner-home .bg-banner::after{content: ''; display: block; position: absolute; right: 0; top: 0; width: 0; height: 100%; background-color: #40267e;}

#arrow-prev, #arrow-next{position: absolute; top: 50%; width: 40px; height: 40px; background-color: #ea6645; color: #fff; font-size: 22px; line-height: 42px; text-align: center; cursor: pointer; transition: .15s; transform: translateY(-50%); z-index: 10000;}
#arrow-prev:hover, #arrow-next:hover{background-color: #fff; color: #ea6645;}
#arrow-prev{left: 5px;}
#arrow-next{right: 5px;}

/* Notícias */
#noticias-home{margin: 0 0 100px}
#noticias-home .container-noticias{position: relative; background-color: #91C453; padding: 0 15px;}
#noticias-home h2{display: block; background-color: #e49e46; color: #fff; font-weight: 900; font-size: 24px; padding: 15px 15px 10px; margin: 0; text-align: center;}

#noticias-home .container-noticias .slick-noticias{margin-left: -15px; margin-right: -15px; padding: 50px 0 80px}
#noticias-home .container-noticias .item{padding-left: 30px; padding-right: 30px; outline: none; box-shadow: none;}

.post-home{display: block; text-decoration: none; color: #fff;}
.post-home:hover, .post-home:focus{color: #fff; text-decoration: none;}
.post-home .featured-image{position: relative; width: 100%; height: 200px; border-radius: 15px; background-color: #fff; margin: 0 0 15px; overflow: hidden;}
.post-home .featured-image img{display: block; position: absolute; top: 50%; left: 50%; width: 100%; height: 200px; transform: translate(-50%, -50%); object-fit: cover}
.post-home .featured-image img.no-image{object-fit: scale-down}
.post-home h3{font-size: 18px; font-weight: 900; text-transform: uppercase; margin: 0; padding: 0;}
.post-home .entry-date{display: block; color: #386227; font-size: 14px; margin: 0 0 15px}
.post-home .post-looop-content{font-size: 14px; margin-top: 25px;}

.slick-noticias .slick-prev, .slick-noticias .slick-next{position: absolute; top: 100%; width: 40px; height: 40px; line-height: 42px; cursor: pointer; outline: none; background-color: #ea6645; color: #fff; font-size: 22px; border: 0; padding: 0; text-align: center; opacity: 1; text-align: center; transition: .2s; transform: translateY(-50%); z-index: 200}
.slick-noticias .slick-prev:hover, .slick-noticias .slick-next:hover{background-color: #fff; color: #ea6645; opacity: 1;}
.slick-noticias .slick-prev{left: 50%; margin-left: -40px;}
.slick-noticias .slick-next{right: 50%; margin-right: -40px;}

@media (min-width: 768px) {

    /* Notícias */
    #noticias-home{margin: 0 0 100px;}
    #noticias-home h2{font-size: 28px;}
    #noticias-home .container-noticias{width: 100%; margin-left: auto; padding: 0 30px;}

    #noticias-home .container-noticias .slick-noticias{margin-left: -30px; margin-right: -30px;}
    #noticias-home .container-noticias .item{padding-left: 30px; padding-right: 30px; outline: none; box-shadow: none;}

    .post-home h3{font-size: 24px;}
    .post-home .entry-date{font-size: 18px;}
    .post-home .post-looop-content{font-size: 14px;}

	.post-home .featured-image{height: 150px; max-height: 150px}
	.post-home .featured-image img{height: 150px;}

    .slick-noticias{padding: 50px 30px 80px 30px}
    .slick-noticias .slick-prev, .slick-noticias .slick-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    .slick-noticias .slick-prev{left: 50%; margin-left: -60px; top: 100%;}
    .slick-noticias .slick-next{right: 50%; margin-right: -60px; top: 100%; border-left: 1px solid rgba(255, 255, 255, .2);}
}

@media (min-width: 992px) {
    /* Banner */
    #banner-home{padding-bottom: 40px;}
    #banner-home .bg-banner::before{height: calc(90.6000% - 40px); width: 35.16%;}
    #banner-home .bg-banner::after{width: 64.84%;}
    #banner-home .container-slider{width: 93%; margin-left: auto;}

    #arrow-prev, #arrow-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    #arrow-prev{left: -60px; border-right: 1px solid rgba(255, 255, 255, .2);}
    #arrow-next{left: 0;}

    /* Notícias */
    #noticias-home{margin: 105px 0;}
    #noticias-home h2{display: block; position: absolute; left: 0; top: 50%; width: 250px; background-color: #e49e46; color: #fff; font-weight: 900; font-size: 36px; text-align: left; padding: 15px 0 10px 30px; transform: translateY(-50%); z-index: 100;}
    #noticias-home .container-noticias{width: 93%; margin-left: auto; padding: 0 30px;}

    #noticias-home .container-noticias .slick-noticias{margin-left: -30px; margin-right: -30px; padding: 100px 40px 140px 220px}
    #noticias-home .container-noticias .item{padding-left: 30px; padding-right: 30px; outline: none; box-shadow: none;}

    .post-home h3{font-size: 24px;}
    .post-home .entry-date{font-size: 18px;}
    .post-home .post-looop-content{font-size: 14px;}

	.post-home .featured-image{height: 200px; max-height: 200px}
	.post-home .featured-image img{height: 200px;}

    .slick-noticias .slick-prev, .slick-noticias .slick-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    .slick-noticias .slick-prev{left: 50%; margin-left: 0; top: 100%;}
    .slick-noticias .slick-next{right: 50%; margin-right: -120px; top: 100%; border-left: 1px solid rgba(255, 255, 255, .2);}
}

@media (min-width: 1200px) {
    /* Banner */
    #banner-home{padding-bottom: 40px;}
    #banner-home .bg-banner::before{height: calc(90.6000% - 40px); width: 35.16%;}
    #banner-home .bg-banner::after{width: 64.84%;}
    #banner-home .container-slider{width: 93%; margin-left: auto;}

    #arrow-prev, #arrow-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    #arrow-prev{left: -60px; border-right: 1px solid rgba(255, 255, 255, .2);}
    #arrow-next{left: 0;}

    /* Notícias */
    #noticias-home{margin: 105px 0;}
    #noticias-home h2{display: block; position: absolute; left: 0; top: 50%; width: 300px; background-color: #e49e46; color: #fff; font-weight: 900; font-size: 47px; text-align: left; padding: 15px 0 10px 30px; transform: translateY(-50%); z-index: 100;}
    #noticias-home .container-noticias{width: 93%; margin-left: auto; padding: 0 60px;}

    .cc-noticias{max-width: 1230px;}

    #noticias-home .container-noticias .slick-noticias{margin-left: -60px; margin-right: -60px;}
    #noticias-home .container-noticias .item{padding-left: 60px; padding-right: 60px; outline: none; box-shadow: none;}

    .post-home h3{font-size: 27px;}
    .post-home .entry-date{font-size: 22px;}
    .post-home .post-looop-content{font-size: 17px;}

	.post-home .featured-image{height: 250px; max-height: 250px;}
	.post-home .featured-image img{height: 250px;}

    .slick-noticias{padding: 100px 100px 140px 220px}
    .slick-noticias .slick-prev, .slick-noticias .slick-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    .slick-noticias .slick-prev{left: 50%; margin-left: 0; top: 100%;}
    .slick-noticias .slick-next{right: 50%; margin-right: -120px; top: 100%; border-left: 1px solid rgba(255, 255, 255, .2);}
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1800px) {
    /* Banner */
    #banner-home{padding-bottom: 40px;}
    #banner-home .bg-banner::before{height: calc(90.6000% - 40px); width: 35.16%;}
    #banner-home .bg-banner::after{width: 68.84%;}
    #banner-home .container-slider{width: 93%; margin-left: auto;}

    #arrow-prev, #arrow-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    #arrow-prev{left: -60px; border-right: 1px solid rgba(255, 255, 255, .2);}
    #arrow-next{left: 0;}

    /* Notícias */
    #noticias-home{margin: 105px 0;}
    #noticias-home h2{display: block; position: absolute; left: 0; top: 50%; width: 300px; background-color: #e49e46; color: #fff; font-weight: 900; font-size: 47px; padding: 15px 0 10px 30px; transform: translateY(-50%); z-index: 100;}
    #noticias-home .container-noticias{width: 93%; margin-left: auto; padding: 0 60px;}

    #noticias-home .container-noticias .slick-noticias{margin-left: -60px; margin-right: -60px;}
    #noticias-home .container-noticias .item{padding-left: 60px; padding-right: 60px; outline: none; box-shadow: none;}

    .post-home h3{font-size: 27px;}
    .post-home .entry-date{font-size: 22px;}
    .post-home .post-looop-content{font-size: 17px;}

    .slick-noticias{padding: 100px 160px 140px 320px}
    .slick-noticias .slick-prev, .slick-noticias .slick-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    .slick-noticias .slick-prev{left: 50%; margin-left: 0; top: 100%;}
    .slick-noticias .slick-next{right: 50%; margin-right: -120px; top: 100%; border-left: 1px solid rgba(255, 255, 255, .2);}
}

@media (min-width: 1900px) {
    /* Banner */
    #banner-home{padding-bottom: 40px;}
    #banner-home .bg-banner::before{height: calc(90.6000% - 40px); width: 35.16%;}
    #banner-home .bg-banner::after{width: 64.84%;}
    #banner-home .container-slider{width: 93%; margin-left: auto;}

    #arrow-prev, #arrow-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    #arrow-prev{left: -60px; border-right: 1px solid rgba(255, 255, 255, .2);}
    #arrow-next{left: 0;}

    /* Notícias */
    #noticias-home{margin: 105px 0;}
    #noticias-home h2{display: block; position: absolute; left: 0; top: 50%; width: 300px; background-color: #e49e46; color: #fff; font-weight: 900; font-size: 47px; padding: 15px 0 10px 30px; transform: translateY(-50%); z-index: 100;}
    #noticias-home .container-noticias{width: 93%; margin-left: auto; padding: 0 60px;}

    #noticias-home .container-noticias .slick-noticias{margin-left: -60px; margin-right: -60px;}
    #noticias-home .container-noticias .item{padding-left: 60px; padding-right: 60px; outline: none; box-shadow: none;}

    .post-home h3{font-size: 27px;}
    .post-home .entry-date{font-size: 22px;}
    .post-home .post-looop-content{font-size: 17px;}

    .slick-noticias{padding: 100px 160px 140px 320px}
    .slick-noticias .slick-prev, .slick-noticias .slick-next{width: 60px; height: 60px; font-size: 24px; line-height: 64px;}
    .slick-noticias .slick-prev{left: 50%; margin-left: 0; top: 100%;}
    .slick-noticias .slick-next{right: 50%; margin-right: -120px; top: 100%; border-left: 1px solid rgba(255, 255, 255, .2);}
}