/*
Theme Name: Actmob Institucional 2024 - Polegada
Author: Bruno Miho
Author URI: https://actmob.com/
Description:  Tema desenvolvido exclusivamente pela Actmob para seu site.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Actmob
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap'); /*font-family: "Gochi Hand", cursive;*/
@import url("./assets/css/global.css");
@import url("./assets/css/header.css");
@import url("./assets/css/utilidade.css");
@import url("./assets/css/footer.css");

/* ============ CSS DO SITE ============*/

/* BLOCO - QUEM SOMOS */
.bloco-quem-somos {
    padding: 0 110px;
}
.bloco-quem-somos > div > div {
    display: flex;
    align-items: center;
}
.bloco-quem-somos .column-quem-somos {
    height: 100%;
}
.bloco-quem-somos .column-quem-somos > div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
	gap: 2rem;
}
.bloco-quem-somos .column-quem-somos h2 {
    font-family: 'Oferta do Dia', sans-serif;
    font-size: var(--font_extra-2x);
    line-height: 0.5;
    color: var(--cor-principal);
    -webkit-text-stroke: 2px #fff;
}
.bloco-quem-somos .column-quem-somos p {
    font-size: var(--font_sm);
    line-height: 1.2;
    color: var(--dark);
	margin-bottom: 1rem;
}
.bloco-quem-somos .column-quem-somos a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra);
    line-height: 0.8;
    color: var(--dark);
}

@media screen and (max-width: 1400px) {
	.bloco-quem-somos {
		padding: 0 55px;
	}
	.bloco-quem-somos .column-quem-somos h2 {
		font-size: 6rem;
	}
}

/* BLOCO - COLUNA DESTAQUE */
.section-destaque {
    padding-top: 5.25rem !important;
    padding-bottom: 6.25rem;
}
.section-destaque:before {
    content: "";
    background: url(/wp-content/uploads/2024/09/top-frutas.png);
    width: 241px;
    height: 230px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.section-destaque:after {
    content: "";
    background: url(/wp-content/uploads/2024/09/bottom-frutas.png);
    width: 332px;
    height: 344px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-destaque .bloco {
    max-width: 1000px;
    margin: 0 auto;
}
.section-destaque .coluna-destaque {
    display: flex !important;
    gap: 50px;
    color: var(--light);
}
.section-destaque .coluna-destaque img {
    width: 100%;
    height: 575px;
    object-fit: cover;
}
.section-destaque .bloco-destaque {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    min-height: 100%;
}
.section-destaque .title-destaque h3 {
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra);
    line-height: 0.5;
}
.section-destaque .title-destaque h2 {
    font-family: 'Oferta do Dia', sans-serif;
    font-size: var(--font_extra-2x);
    line-height: 1;
    color: var(--cor-secundaria);
}
.section-destaque .bloco-destaque p {
    font-size: var(--font_lg);
    line-height: 1.2;
}
.section-destaque  .bloco-destaque a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra);
    line-height: 0.8;
    color: var(--light);
}

@media screen and (max-width: 800px) {
	.bloco-quem-somos > div > div {
		flex-direction: column;
		gap: 2rem;
	}
	.bloco-quem-somos .column-quem-somos {
		height: initial;
	}
	.bloco-quem-somos {
        padding: 55px;
    }
	.bloco-quem-somos .column-quem-somos > div {
		gap: 2rem;
	}
	.galery > div > div {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
	.galery figure, .galery figure > div, .galery figure > div > img {
		width: 100%;
	}
	.section-destaque .bloco {
		max-width: initial;
	}
	.section-destaque .coluna-destaque {
		display: inline-block !important;
	}
	.section-destaque .coluna-destaque img {
		width: 80%;
		display: block;
		margin: 0 auto 4rem;
	}
	.section-destaque .bloco-destaque {
		align-items: center;
		max-width: 80%;
		min-height: 450px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px) {
	.galery > div > div {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* BLOCO - PRODUTOS */
.section-produtos {
    padding-top: 4rem !important;
    padding-bottom: 6.25rem;
}
.section-produtos .menu-lateral-produtos {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    height: 500px;
	border-left: 3px solid #D9D9D9;
}
.section-produtos .menu-lateral-produtos > li.ativo {
    width: 100%;
    background: var(--cor-principal);
}
.section-produtos .menu-lateral-produtos > li.ativo > a {
    color: var(--light);
}
.section-produtos .menu-lateral-produtos a {
    font-family: 'Oferta do Dia', sans-serif;
    font-size: var(--font_xg);
    color: var(--dark);
    padding: 0 62px;
}
.section-produtos .menu-lateral-produtos a:hover {
    color: var(--cor-principal);
}
.section-produtos .header-produtos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.75rem;
}
.section-produtos .header-produtos > h2 {
    font-family: 'Oferta do Dia', sans-serif;
    font-size: var(--font_extra);
    line-height: 1;
    color: var(--cor-principal);
}
.section-produtos .header-produtos > a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra);
    color: var(--cor-extra);
}
.section-produtos .row-produtos .card-produto {
	transition: 0.5s ease;
}
.section-produtos .row-produtos .card-produto:hover {
    transform: scale(1.05);
}
.section-produtos .row-produtos .card-produto > img {
    width: 100%;
    max-height: 315px;
    object-fit: cover;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
}
.section-produtos .row-produtos .card-produto > h4 {
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_xg);
    text-align: center;
    color: var(--dark-gray);
    padding: 0.5rem;
}

@media screen and (max-width: 800px) {
	.section-produtos .header-produtos {
		flex-direction: column;
		padding-top: 2rem;
	}
}

@media screen and (max-width: 500px) {
	.section-produtos .header-produtos > h2 {
		text-align: center;
	}
}

/* BLOCO - DELIVERY */
.section-delivery {
    padding-top: 64px !important;
    padding-bottom: 100px;
    text-align: center;
    color: var(--light);
}
.section-delivery h2 {
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra-2x);
    line-height: 0.8;
}
.section-delivery h4 {
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra);
    margin-bottom: 40px;
}
.section-delivery .img-delivery {
    height: 265px;
    margin-bottom: 2rem;
}
.section-delivery .img-delivery > figure {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.section-delivery .bloco-delivery {
    border-right: 1px solid #d16706;
}
.section-delivery .bloco-delivery:nth-child(3) {
    border-right: none;
}
.section-delivery .bloco-delivery .number {
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra-2x);
    line-height: 1;
    position: absolute;
    top: 0;
    right: 50px;
}
.section-delivery .bloco-delivery h3 {
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra);
    margin-bottom: 1rem;
}
.section-delivery .bloco-delivery p {
    font-size: 1.125rem;
    line-height: 1.2;
    max-width: 300px;
    margin: 0 auto;
}
.section-delivery a {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_extra);
    line-height: 0.8;
    color: var(--light);
    text-align: start;
    border: 1px solid #d16706;
    padding: 1rem 4rem;
    margin-top: 4rem;
}

@media screen and (max-width: 800px) {
	.section-delivery .bloco-delivery {
		border-right: none;
		border-bottom: 1px solid #BF1247;
		padding: 2rem 0;
	}
	.section-delivery .bloco-delivery .number {
		right: 200px;
	}
	.section-delivery .bloco-delivery:nth-child(3) {
		border-bottom: none;
	}
}

@media screen and (max-width: 500px) {
	.section-delivery .bloco-delivery .number {
        right: 80px;
    }
	.section-delivery a {
		font-size: 2.5rem;
	}
}

/* BLOCO - INSTAGRAM */
.section-instagram h2 {
    font-family: 'Oferta do Dia', sans-serif;
    font-size: var(--font_extra);
    line-height: 1;
    color: var(--cor-principal);
    margin-bottom: 4rem;
}

/* EXTRAS */
.loading {
    font-size: 16px;
    color: #666;
    text-align: center;
}

.error {
    font-size: 16px;
    color: red;
    text-align: center;
}
.row-produtos {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.row-produtos.loading {
    opacity: 0.5;
}

/* SEARCH */
.search-results .card-produto {
	transition: 0.5s ease;
}
.search-results .card-produto:hover {
    transform: scale(1.05);
}
.search-results .card-produto > img {
    width: 100%;
    max-height: 315px;
    object-fit: cover;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
}
.search-results .card-produto > h4 {
    font-family: 'Gochi Hand', cursive;
    font-size: var(--font_xg);
    text-align: center;
    color: var(--dark-gray);
    padding: 0.5rem;
}

select#categoria-produto-mobile {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
    background-position: right 3rem center;
    background-size: 25px 25px;
    background-color: var(--cor-principal);
    color: var(--light);
    min-height: auto;
    font-size: 2rem;
    font-family: 'Gochi Hand', cursive;
    text-align: center;
}