/**
 * Descrição: Estilização da index do Paraná Supermercados.
 *
 * Create On: 02 de Dezembro de 2019 - 10:29:04
 * Data Alt.:
 * @Developer: Renan Rodrigues, Leonardo França
 * @Author...: Renan Rodrigues: renan@blz.com.br, Leonardo França : leonardo@blz.com.br
 */

/** ------------------------------------------------------------------------- */
/** ------------------------ INDEX BANNER ROTATIVO -------------------------- */
/** ------------------------------------------------------------------------- */
section#body-banners > header.row {
    display: none;
}
section#body-banners > div.row > article {
    padding: 0;
}
/** ************************************************************************* */
/** Estilização Geral da API owl-carousel */
#carousel-banners .item {
    display: flex;
    width: 100%;
    height: 34vw;
    background-position: center center !important;
    background-size: 100%, cover !important;
    background-repeat: no-repeat !important;
}
#carousel-banners .item a {
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    margin-bottom: 30px;
}
#carousel-banners .owl-dots {
    position: absolute;
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
}
#carousel-banners .owl-dots .owl-dot {
    padding: 5px;
}
#carousel-banners .owl-dots .owl-dot span {
    border: 1px solid  #000000e3;
    background-color: #000000e3;
    height: 13px;
    width: 13px;
    transition: 0.5s;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
    margin: 0;
}
#carousel-banners .owl-dots .owl-dot.active span {
    background-color: #ED3237;
    border: 1px solid #ED3237;
    transition: 0.5s;
    -ms-transform: scale(1.3); /* IE 9 */
    -webkit-transform: scale(1.3); /* Safari */
    transform: scale(1.3);
}
.owl-stage .active .content-banner {
    animation: fadeInUp-carousel 2s;
    transition: ease 1s;
}
/* ************************************************************************ */
/* Conteúdo interno do BANNER */
div.content-banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
/** Estilização setas banner */
div.seta-direita {
    width: 100px;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99;
}
div.seta-direita > a.btn-seta-direita {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
}
div.seta-direita > a.btn-seta-direita > i {
    color: #ED3237;
}
div.seta-esquerda {
    width: 100px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
div.seta-esquerda > a.btn-seta-esquerda {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    text-decoration: none;
}
div.seta-esquerda > a.btn-seta-esquerda > i {
    color: #ED3237;
}
@media (max-width: 1199.98px) {
    div.seta-direita {
        width: 70px;
    }
    div.seta-esquerda {
        width: 70px;
    }
}
@media (max-width: 991.98px) {
    div.seta-direita {
        width: 50px;
    }
    div.seta-esquerda {
        width: 50px;
    }
}

div.content-banner > div.row {
    width: 100%;
}
div.content-banner > div.row > div {
    text-align: center;
}
div.content-banner > div.row > div.content-banner-title > h2 {
    margin: 0;
    padding: 0;
    font-size: 65px;
    font-weight: 700;
    color: #ED3237;
}
div.content-banner > div.row > div.content-banner-title > p {
    font-size: 1.2em;
    line-height: 1.3;
    margin: 0px;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
}
div.content-banner > div.row > div.content-banner-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}
div.content-banner > div.row > div.content-banner-btn > a.btn-banner {
	width: 50%!important;
	height: 60px!important;
	background-color: #ED3237;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 45px;
    text-decoration: none;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px) {
	div.content-banner > div.row > div.content-banner-title > h2 {
		font-size: 40px;
	}
    div.content-banner > div.row > div.content-banner-title > p {
        display: none;
    }
}

@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 1.2rem;
    }
    div.content-banner > div.row > div.content-banner-btn {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
    }
    div.content-banner > div.row {
        margin-bottom: 0;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}
/** ************************************************************************* */
/* --------------  esquerdo-topo --------------*/
@media (min-width: 768px) {
    div.left-top,
    div.left-top {
        display: flex;
        align-items: flex-start !important;
        padding-top: 5em;
    }
    div.left-top > div.row > div.content-banner-title {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-btn {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  esquerdo-centro --------------*/
@media (min-width: 768px) {
    div.left-center,
    div.left-center {
        display: flex;
        align-items: center !important;
    }
    div.left-center > div.row > div.content-banner-title {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-btn {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  esquerdo-embaixo --------------*/
@media (min-width: 768px) {
    div.left-bottom,
    div.left-bottom {
        display: flex;
        align-items: flex-end !important;
    }
    div.left-bottom > div.row > div.content-banner-title {
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-btn {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  centro-topo --------------*/
@media (min-width: 768px) {
    div.center-top,
    div.center-top {
        display: flex;
        align-items: flex-start !important;
        padding-top: 5em;
    }
    div.center-top > div.row > div.content-banner-title {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-btn {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  centro-centro --------------*/
@media (min-width: 768px) {
    div.center-center {
        display: flex;
        align-items: center !important;
    }
    div.center-center > div.row > div.content-banner-title {
        text-align: center !important;
    }
}
@media (max-width: 767px) {
    #carousel-banners .item {
        height: 60vw !important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-btn {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/* --------------  centro-embaixo --------------*/
@media (min-width: 768px) {
    div.center-bottom,
    div.center-bottom {
        display: flex;
        align-items: flex-end !important;
        padding-bottom: 5em;
    }
    div.center-bottom > div.row > div.content-banner-title{
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    #carousel-banners .item {
        height: 50vw !important;
        background-size: cover!important;
    }
    div.content-banner > div.row > div.content-banner-title > h2 {
        font-size: 20px;
    }
    div.content-banner > div.row > div.content-banner-btn {
        display: none;
    }
    div.content-banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    div.content-banner > div.row > div {
        text-align: center;
    }
}

/** ------------------------------------------------------------------------- */
/** --------------------------- INDEX NOTÍCIAS ------------------------------ */
/** ------------------------------------------------------------------------- */
section#body-compre-online {
	padding: 100px 15px;
	background-color: #f5f5f5;
}
section#body-compre-online > div.container > div.row {
	margin: 0;
}
section#body-compre-online > div.container > div.row > div.melhores-ofertas {
	background-color: #000000;
	padding: 25px 50px;
	border-radius: 100px;
	display: flex;
	align-items: center;
}
section#body-compre-online > div.container > div.row > div.melhores-ofertas > img {
	width: 55px;
	margin-right: 40px;
}
section#body-compre-online > div.container > div.row > div.melhores-ofertas > h5 {
	margin: 0;
	color: #FFFFFF;
	font-size: 23px;
}
section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online {
	background-color: #c11926;
	border: 1px solid #c11926;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100px;
	padding: 25px 100px;
	text-decoration: none;
	transition: 0.5s;
}
section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online:hover {
	background-color: #ED3237;
	border: 1px solid #ED3237;
	transition: 0.5s;
}

section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online > h5 {
	margin: 0;
	color: #FFFFFF;
	font-size: 23px;
}
section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online > i {
	display: none;
}
@media (max-width: 991.98px) {
	section#body-compre-online > div.container > div.row > div.melhores-ofertas {
		padding: 20px 50px;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > img {
		margin-right: 25px;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online {
		padding: 20px 50px;
	}	
}
@media (max-width: 767.98px) {
	section#body-compre-online > div.container > div.row > div.melhores-ofertas {
		padding: 20px 35px;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > img {
		width: 40px;
		margin-right: 25px;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > h5 {
		font-size: 16px;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online {
		padding: 20px 35px;
	}	
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online > h5 {
		font-size: 16px;
	}
}
@media (max-width: 575.98px) {
	section#body-compre-online {
		padding-bottom: 185px;
	}
	section#body-compre-online > div.container {
		padding: 0;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas {
		padding: 15px 15px;
		display: flex;
		justify-content: center;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online {
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 45px;
	}
	section#body-compre-online > div.container > div.row > div.melhores-ofertas > a.btn-compre-online {
		top: 85px;
		width: 100%;
	}
}

/** ------------------------------------------------------------------------- */
/** --------------------------- INDEX NOTÍCIAS ------------------------------ */
/** ------------------------------------------------------------------------- */
section#body-noticias {
	padding: 100px 15px;
	background-color: #e9e9e9;
}
section#body-noticias div.container > div.row > header.titulo-noticias {
	border-left: 5px solid #ED3237;
	display: flex;
	align-items: center;
	padding: 10px 10px;
}
section#body-noticias div.container > div.row > header.titulo-noticias > h2 {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	color: #ED3237;
}
section#body-noticias div.container > div.noticias {
	margin-top: 30px;
}
section#body-noticias div.container > div.noticias > div.item-noticias {}
section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque {
	margin-top: 30px;
}
section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque > a {
	text-decoration: none;
}
section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque > a > div.img-destaque {
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center;
}
section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque > a > div.titulo-destaque {
	background-color: #FFFFFF;
	padding: 40px;
	height: 150px;
	border-bottom: 8px solid #ED3237;
}
section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque > a > div.titulo-destaque > h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #ED3237;
    text-transform: uppercase;
}
section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque > a > div.titulo-destaque > i {
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #ED3237;
}
section#body-noticias div.container > div.noticias > div.demais-noticias {
	display: grid;	
}
section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias {
	margin-top: 30px;
	padding: 0 30px;
}
section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias > a {
	text-decoration: none;
}
section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias > a > div.img-demais-noticias {
	width: 100%;
	height: 185px;
	padding: 0;
	background-size: cover;
	background-position: center;
}
section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias > a > div.titulo-demais-noticias {
	background-color: #FFFFFF;
	padding: 25px;
	border-bottom: 8px solid #ED3237;
}
section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias > a > div.titulo-demais-noticias > h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	color: #ED3237;
    text-transform: uppercase;
}
section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias > a > div.titulo-demais-noticias > i {
	position: absolute;
	bottom: 10px;
    right: 15px;
	color: #ED3237;
}
section#body-noticias div.container > div.noticias > div.ver-mais-noticias {
	margin-top: 30px;
}
section#body-noticias div.container > div.noticias > div.ver-mais-noticias > a.btn-ver-mais-noticias {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #707070;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    background-color: #dbdbdb;
    border-bottom: 3px solid #b4b0b0;
}
section#body-noticias div.container > div.noticias > div.ver-mais-noticias > a.btn-ver-mais-noticias > i {
	color: #ED3237;
	margin-left: 5px;
	font-size: 25px;
}
@media (max-width: 767.98px) {
	section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque > a > div.titulo-destaque {
		height: auto;
	}
	section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias > a > div.titulo-demais-noticias {
		padding: 40px;
    }
}

@media (max-width: 575.98px) {
	section#body-noticias div.container > div.noticias > div.item-noticias > div.row > article.noticias-destaque {
		padding: 0;
	}
	section#body-noticias div.container > div.noticias > div.demais-noticias > div.row > article.demais-noticias {
		padding: 0 15px;
	}
	section#body-noticias div.container > div.noticias > div.ver-mais-noticias {
		padding: 0;
    }
}

#body-economia {
    padding-top: 50px;
    background-color: #ED3237;
}
#body-economia .titulo {
    color: #FFF;
    text-align: end;
    font-size: 3rem;
    font-weight: bold;
}
#body-economia .titulo span {
    color: #FFC82A;
}
@media (max-width: 991.98px) {
    #body-economia .img-empilhadeira {
        display: none;
    }
    #body-economia .titulo {
        font-size: 2rem;
    }
}