/*
Theme Name: Baiani
Version: 2.0
Author: hello.digital - Leandro Guedes
Author URI: https://hellodigital.pt/
*/

@font-face {
    font-family: "ArekLatin-Regular";
    src: url('fonts/ArekLatinRegular/font.woff2') format('woff2'), 
        url('fonts/ArekLatinRegular/font.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: "MontecatiniPro-Ampio";
    src: url('fonts/MontecatiniProAmpio/font.woff2') format('woff2'), 
        url('fonts/MontecatiniProAmpio/font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Italian Plate';
    src: url('fonts/ItalianPlate/ItalianPlateNo2Expanded-Medium.eot');
    src: url('fonts/ItalianPlate/ItalianPlateNo2Expanded-Medium.eot?#iefix') format('embedded-opentype'), 
        url('fonts/ItalianPlate/ItalianPlateNo2Expanded-Medium.woff2') format('woff2'), 
        url('fonts/ItalianPlate/ItalianPlateNo2Expanded-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}


body {
    font-family: "ArekLatin-Regular", serif;
    color: #292520;
    font-size: 18px;
    line-height: 30px;
}

a {
    color: #F8BB09;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #F8BB09;
    text-decoration: none;
    opacity: 0.8;
}

hr {
    border-top-color: #694831;
}

/* Utils */
@media (min-width: 768px) {
    .pb-md-6, .py-md-6 {
        padding-bottom: 120px!important;
    }
}
@media (min-width: 768px) {
    .pt-md-6, .py-md-6 {
        padding-top: 120px!important;
    }
}

@media (min-width: 1500px) {
    .container-xl {
        max-width: 1400px;
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1400px !important;
    }
}

@media (min-width: 992px) {
    .w-md-40 {
        width: 40%!important;
    }

    .w-md-50 {
        width: 50%!important;
    }
    .w-md-60 {
        width: 60%!important;
    }
    .w-xs-50 {
        width: auto !important;
    }

    .w-md-75 {
        width: 75%!important;
    }

    .w-md-70 {
        width: 70%!important;
    }
    .nomargin {
        margin: 0 !important;
    }

}


/* Menu */
.menu {
    z-index: 99999;
    position: fixed;
    width: 75px;
    height: 100%;
}

.navbar {
    z-index: 9999;
}


hr {
    border-top-color: #F2E1CF;
}

@media (min-width: 768px) {
    .logo {
        width: 150px;
        height: 72px;
    }
}

@media (min-width: 1500px) {
    .logo {
        width: 241px;
        height: 103px;
    }
}

/* Sidemenu */
.sidemenu {
    position: fixed;
    width: 0%;
    height: 100vh;
    top: 0;
    left: -30%;
    z-index: 999;
    padding-left: 75px !important;
    overflow-y: hidden;

    transition: 0.5s ease-in-out;
    font-family: 'Italian Plate', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2pt;
}

    .sidemenu a {
        color: #FFF;
    }

    .sidemenu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .sidemenu ul li {
        text-align: center;
        padding: 8px 0;
    }

        .sidemenu ul li a {
            font-size: 15px;
            color: #FFF;
        }


.langs {
    font-size: 13px;
}

.content {
    width: 100%;
}

@media (min-width: 768px) {
    .content {
        width: calc( 100% - 75px );
        margin-left: 75px !important;
    }
}

/* Backgrounds */
.bg-brown {
    background-color: #CB9500;
}

.bg-darkbrown {
    background-color: #412D1E;
    color: #FFF;
}

.bg-lightbrown {
    background-color: #FCF2E7;
}

/* Text */
.text-highlight, .text-highlight a {
    color: #F9C623;
}


/* Buttons */
a.readmore {
    font-family: 'Italian Plate', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2pt;
    font-size: 12px;
}

.elementor-button, .btn-default {
    background-color: #A5352A !important;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px !important;
    line-height: normal !important;
    padding: 12px 30px;
}

.btn-yellow .elementor-button {
    background-color: #C99400 !important;
    border-radius: 0px !important;
}

/* Titles */
h1, h2, h3 {
    font-family: "MontecatiniPro-Ampio", sans-serif;
}

h2 {
    font-size: 30px;
}

h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
}

h4 {
    font-family: 'Italian Plate', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5pt;
    font-size: 16px;
    line-height: 25px !important;
}

@media (min-width: 768px) {

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 40px;
    }

    h4 {
        font-size: 22px;
    }
}

.banner {
    height: 100vh;
}

    .banner .swiper-slide, .banner .carousel-item {
        height: 100vh;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.slogan img {
    width: auto;
    height: 44px;
}

@media (min-width: 768px) {
    .slogan img {
        width: 675px;
        height: 44px;
    }
}

section.press .logos {
    width: 80%;
    margin: 0 auto;
}

    section.press .logos a {
        margin: 35px;
        display: inline-block;
    }

    section.press .logos img {
        max-height: 40px;
        object-fit: cover;
        object-position: center;
    }

section.juliana {
    font-size: 18px;
}

section.news a {
    color: #412D1E;
}

section.instagram {
    background: url('img/bg-instagram.jpg') no-repeat center center;
    background-size: cover;
    min-height: 410px;
    color: #FFF;
}

.sign-name {
    font-size: 22px;
}

.sign-role {
    font-size: 12px;
    font-family: 'Italian Plate';
    text-transform: uppercase;
    letter-spacing: 2pt;
}

footer {
    font-size: 15px;
    line-height: 25px;
}

footer h4 {
    font-size: 18px;
}

footer .newsletter input {
    border: 0;
    border-bottom: 1px solid #694831;
    border-radius: 0;

    background: transparent url( 'img/icon-mail.svg' ) no-repeat center left;
    background-size: 23px 17px;
    padding-left: 35px;
    color: #FFF;
}

footer .newsletter input:focus {
    background-color: transparent;
    color: #FFF;
    box-shadow: none;
}

footer hr {
    border-top-color: #694831;
}

@media (min-width: 768px) {
    footer .newsletter input {

        width: 100%;
    }
}

/* Post */
.post p {
    font-size: 15px;
    line-height: 26px;
}

.post img {
    image-rendering: pixelated;
    height: 250px;
    object-position: top;
    object-fit: cover;
}

.gallery-item { 
    width: 100% !important;
    margin-bottom: 25px !important;
}

@media (min-width: 768px) {
    .gallery-item { 
        margin-bottom: 75px !important;
    }
}

.gallery-columns-3 .gallery-item img {
    width: 354px;
    height: 224px;
    object-fit: cover;
    object-position: center;
    border: 0 !important;
}

.gallery-columns-2 .gallery-item img {
    width: 515px;
    height: auto;
    object-fit: cover;
    object-position: center;
    border: 0 !important;
}

.text {
    font-size: 20px;
}

    .text img {
        max-width: 100%;
        height: auto;
    }

.last a {
    color: #412D1E;
}
.last p {
    font-size: 12px;
    line-height: 20px;
}

.last hr {
    border-top-color: #F2E1CF;
}

.venue .name {
    font-family: 'Italian Plate', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5pt;
    font-size: 18px;
    line-height: 25px !important;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.alignleft {
    margin: 5px 20px 20px 0;
}

.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


.awards {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

    .awards img, .awards-content img {
        width: 50px;
        height: auto;
        padding: 5px;
        border-radius: 2px;
        background-color: #FFF;
        border-radius: 2px;
    }

    .awards img[src$='.svg'], .awards-content img[src$='.svg'] {
        background-color: #FFF;
        padding: 8px;
        border-radius: 2px;
    }

@media (min-width: 768px) {
    .awards img {
        width: 50px;
        height: auto;
    }
    .awards-content img {
        width: 100px;
        height: auto;
    }
}


@media (min-width: 1500px) {
    .awards img {
        width: 80px;
        height: auto;
    }
}

.chocolate h2 {
    font-size: 35px;
}

.chocolate .text { 
    font-size: 15px;
    line-height: 25px;
}

@media (min-width: 1500px) {
    .chocolate h2 {
        font-size: 40px;
    }
    
    .chocolate .text { 
        font-size: 18px;
        line-height: 35px;
    }
}

.note {
    font-size: 13px;
    line-height: 16px;
}

.icons {
    border-top: 4px double #4F3017;
    border-bottom: 4px double #4F3017;
}

.icons > div {
    width: 30%;
}

.icons p {
    font-size: 11px;
    line-height: 14px;
    font-family: 'Italian Plate';
    text-transform: uppercase;
    letter-spacing: 1pt;

}

@media (min-width: 768px) {

    .icons > div {
        width: 80px;
    }
}

.home-awards img {
    width: 100px;
    height: auto;
}

.enviroment {
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media (min-width: 768px) {
    .enviroment {
        background-attachment: fixed;
    }
}

.table {
    border: 2px solid #000;
    font-size: 12px;
    line-height: 15px;
}

.table td, .table th {
    border-top: 1px solid #000;
}

.table thead {
    border: 1px solid #000 !important;
}

.table td, .table th {
    padding: 8px;
}

@media (min-width: 768px) {
    .table {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (min-width: 768px) {
    #chocolate .carousel-indicators {
        bottom: -40px;
    }
}

.carousel-indicators li {
    background-color: #ECD0B2;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.carousel-indicators li.active {
    background-color: #CB9500;
}

.carousel-control-next, .carousel-control-prev {
    display: none;
}

@media (min-width: 768px) {
    .carousel-control-next, .carousel-control-prev {
        display: flex;
    }
    #chocolate img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 800px;
    }
}

.b2b-mask figure img {
    height: 280px !important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/* ===== ESTILOS PARA O CARROSSEL DE PREMIAÇÕES ===== */
.premiacoes-produto-container {
    margin: 80px auto 40px auto;
    padding: 0 20px;
    max-width: 1200px;
    width: 100%;
}

.premiacoes-title {
    font-family: 'MontecatiniPro-Ampio', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 43px;
    text-transform: uppercase;
    color: #412D1E;
    margin: 0 0 80px 0;
    padding: 0;
}

.premiacoes-swiper {
    position: relative;
    overflow: hidden;
    height: auto;
    padding-bottom: 60px;
}

.premiacoes-swiper .swiper-wrapper {
    display: flex;
    align-items: flex-start;
}

.premiacoes-swiper .swiper-slide {
    height: auto;
    width: calc(50% - 31px) !important;
    flex-shrink: 0;
}

.premio-item {
    display: flex;
    align-items: flex-start;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    transition: none;
    height: 323px;
    width: 100%;
    gap: 32px;
}

.premio-item:hover {
    transform: none;
    box-shadow: none;
}

.premio-imagem {
    flex-shrink: 0;
    margin: 0;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.premio-imagem img {
    max-width: 140px;
    max-height: 210px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.premio-conteudo {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    padding-top: 30px;
}

.premio-titulo {
    font-family: 'MontecatiniPro-Ampio', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    text-transform: uppercase;
    color: #412D1E;
    margin: 0 0 20px 0;
    max-width: 100%;
}

.premio-texto {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #7D7D7D;
    margin: 0;
    max-width: 297px;
}

/* Espaço extra para a paginação no layout maior */
.premiacoes-swiper {
    padding-bottom: 70px;
}

/* Paginação do Swiper */
.premiacoes-swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0;
    padding: 0;
}

.premiacoes-swiper .swiper-pagination-bullet {
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    border: 2px solid #412D1E;
    border-radius: 50%;
    opacity: 1;
    margin: 0 7px;
    transition: background-color 0.3s ease, border-color 0.3s ease, border-width 0.3s ease;
}

.premiacoes-swiper .swiper-pagination-bullet-active {
    background-color: #412D1E !important;
    border-color: #412D1E;
    border-width: 1px;
}

/* Navegação do Swiper */
.premiacoes-swiper .swiper-button-next,
.premiacoes-swiper .swiper-button-prev {
    display: none;
}

/* Responsividade */
@media (max-width: 1240px) {
    .premiacoes-produto-container {
        max-width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 768px) {
    .premiacoes-produto-container {
        margin: 60px auto 30px auto;
        padding: 0 15px;
    }
    
    .premiacoes-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .premiacoes-swiper {
        height: auto;
    }

    .premiacoes-swiper .swiper-slide {
        height: auto;
    }
    
    .premio-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
        min-height: auto;
        gap: 20px;
    }
    
    .premio-imagem {
        width: 180px;
        height: 180px;
        margin: 0;
    }

    .premio-imagem img {
        max-width: 90px;
        max-height: 135px;
    }

    .premio-conteudo {
        align-items: center;
    }
    
    .premio-titulo {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 12px;
        max-width: 100%;
        text-align: center;
    }
    
    .premio-texto {
        font-size: 13px;
        line-height: 150%;
        max-width: 100%;
        text-align: center;
    }
    
    .premiacoes-swiper .swiper-pagination {
        margin-top: 30px;
    }
}

@media (max-width: 480px) {
    .premiacoes-produto-container {
        margin: 40px auto 20px auto;
    }

    .premiacoes-title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .premio-imagem {
        width: 150px;
        height: 150px;
    }

    .premio-imagem img {
        max-width: 75px;
        max-height: 112px;
    }

    .premio-titulo {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .premio-texto {
        font-size: 12px;
    }

    .premiacoes-swiper .swiper-pagination {
        margin-top: 25px;
    }

    .premiacoes-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
    }
    
    .premio-texto {
        font-size: 13px;
    }
}

@media (min-width: 1024px) {
    .premiacoes-produto-container {
        margin: 50px 0;
    }
    
    .premiacoes-title {
        font-size: 40px;
        margin-bottom: 40px;
    }
    
    .premio-item {
        padding: 0;
        min-height: 323px;
    }
    
    .premio-imagem {
        width: 280px;
        height: 280px;
        padding: 0;
    }
    
    .premio-titulo {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .premio-texto {
        font-size: 16px;
    }
}

/* ===== FIM ESTILOS CARROSSEL PREMIAÇÕES ===== */