@import url("style.6da5360a9f55.css");

/* * {
    border: 1px dashed red;
} */

.top-margin-emporio {
    background-color: var(--vertfonce);
}

.header-emporio-themed .header-icon#emporio-section-btn {
    color: var(--vertfonce);
    cursor: pointer;
    max-width: 400px;
}

.header-emporio-themed .header-icon#emporio-section-btn .header-icon-label {
    margin-left: 10px;
}

.header-emporio-themed .search-input {
    border: 1px solid var(--vertfonce);
}

.navbar-secondary#emporio-navbar .navbar-nav a:hover {
    color: var(--vertfonce);
}

.emporio-container-section {
    position: relative;
    padding-top: 160px;
    min-height: 600px; 
}

.emporio-header {
    text-align: center;
    width: 100%;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    z-index: 500;
}

.emporio-header h3 {
    color: var(--vertfonce);
    font-size: 44px;
    padding: 30px 30px;
    margin: auto;
    width: fit-content;
    transition: all 0.4s ease-in-out; 
    border-bottom: thin solid var(--vertfonce);
}

.scrolled-emporio-header {
    position: fixed;
    transition: .2s ease-in-out;
    top: 100px;
    width: 100%;
}

.scrolled-emporio-header h3 {
    background-color: var(--vertfonce);
    color: var(--blanc);
    font-size: 22px;
}

/* BEBIDAS */
.bebidas-section {
    padding-top: 180px;
}

.bebidas-container {
    width: 80%;
    margin: 20px auto;
    user-select: none;
}

.bebidas-title {
    margin-bottom: 20px;
    padding-left: 20px;
    border-bottom: thin solid var(--vertclair);
}

.bebidas-navbar .nav {
    justify-content: space-evenly;
    margin-bottom: 50px;
}

.bebidas-navbar .nav button {
    color: var(--noir);
    padding-bottom: 2px;
}

.bebidas-navbar .nav button.active {
    color: var(--noirfonce);
    font-weight: bold;
}

.bebidas-slider {
    width: 100%;
    height: 370px;
    padding: 30px 0;
    margin-top: 40px;
}

.bebidas-slider-none {
    display: none;
}

.bebidas-slide {
    width: 250px;
    height: 250px;
    margin: auto;
    background-color: white;
    border: thin solid var(--vertclair);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.bebidas-slide:hover {
    transform: scale(1.01);
}

.bebidas-slide img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    z-index: 1;
}

.bebidas-slide h3 {
    text-align: center;
    padding: 15px 0 10px 0;
    font-size: 24px;
    z-index: 2;
    border-top: thin solid var(--vertclair);
}

.bebidas-text {
    width: 55%;
    padding: 15px 60px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
    border-left: thin solid var(--vertclair);
}

.bebidas-text-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    padding: 20px 0;
}

.bebidas-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.bebidas-button-prev, .bebidas-button-next {
    position: absolute;
    top: 350px;
    font-size: 10px;
    color: var(--vert);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.bebidas-button-prev {
    left: 300px;
}

.bebidas-button-next {
    right: 300px;
}

.bebidas-pagination .swiper-pagination-bullet {
    background-color: var(--vert);
}




/* FRIOS */
.frios-section {
    margin-top: 50px;
    padding-top: 200px;
}

.frios-container {
    width: 80%;
    margin: 20px auto;
    user-select: none;
}

.frios-title {
    margin-bottom: 50px;
    padding-left: 20px;
    border-bottom: thin solid var(--vertclair);
}

.frios-slider-container {
    width: 45%;
}

.frios-slider {
    width: 100%;
    height: 400px;
}

.frios-card {
    width: 100%;
    height: 300px;
    display: flex;
    margin: 0 auto;
    border: thin solid var(--vertclair);
}

.frios-card img {
    width: 60%;
    object-fit: cover;
    border: thin solid var(--vertclair);
}

.frios-card span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 20px;
    width: 45%;
    object-fit: contain;
}

.frios-pagination .swiper-pagination-bullet {
    background-color: var(--vert);
}

.frios-swiper-button {
    color: var(--vert);
    transition: all 0.2s ease-in-out;
}

.frios-swiper-button#frios-prev {
    left: 0px;
}

.frios-swiper-button#frios-prev:hover {
    color: var(--vertfonce);
    left: -10px;
}

.frios-swiper-button#frios-next {
    right: 0px;
}

.frios-swiper-button#frios-next:hover {
    color: var(--vertfonce);
    right: -10px;
}



/* GRANEL */
.granel-section {
    margin-top: 50px;
    padding-top: 200px;
}

.granel-container {
    width: 80%;
    margin: 20px auto;
    user-select: none;
}

.granel-title {
    margin-bottom: 50px;
    padding-left: 20px;
    border-bottom: thin solid var(--vertclair);
}

.granel-slider {
    width: 80%;
    height: 500px;
    align-items: center;
    padding: 30px 30px 50px 30px;
}

.granel-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    height: 350px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.granel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

.granel-slide-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 0 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(0, 0, 0, 40%);
}

.granel-slide-content p {
    font-size: 14px;
    padding-inline-start: 2px;
}

.granel-slider .granel-slide.swiper-slide-prev, .granel-slider .granel-slide.swiper-slide-next, .granel-slider .granel-slide.swiper-slide-active {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 40%); 
}

.granel-slider .granel-slide.swiper-slide-active {
    transform: scale(1.1);
    z-index: 5;
}

.granel-slider .swiper-pagination-bullet {
    background-color: var(--blanc);
}



/* MASSAS */
.massas-section {
    margin-top: 50px;
    padding-top: 200px;
}

.massas-container {
    width: 80%;
    margin: 20px auto;
    user-select: none;
}

.massas-title {
    margin-bottom: 50px;
    padding-left: 20px;
    border-bottom: thin solid var(--vertclair);
}

.massas-slider {
    width: 100%;
    height: 600px;
    padding: 30px 30px 50px 30px;
}

.massas-card {
    width: 90%;
    height: 500px;
    display: flex;
    margin: auto;
    border: thin solid var(--vertclair);
}

.massas-card img {
    width: 60%;
    object-fit: cover;
    border: thin solid var(--vertclair);
}

.massas-card-text {
    width: 45%;
    padding: 30px 40px;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.massas-card-text h3 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: underline;
}

.massas-card-text p {
    line-height: 1.5;
}

.massas-button {
    color: var(--vert);
    transition: all 0.2s ease-in-out;
}

.massas-button .swiper-button-prev {
    right: -300px;
}

.massas-button .swiper-button-next {
    left: -300px;
}

.massas-scrollbar .swiper-scrollbar-drag {
    background-color: var(--vert);
}


/* DOCES */
.doces-section {
    margin-top: 50px;
    padding-top: 200px;
}

.doces-container {
    width: 80%;
    margin: 20px auto;
    user-select: none;
}

.doces-title {
    margin-bottom: 50px;
    padding-left: 20px;
    border-bottom: thin solid var(--vertclair);
}

.doces-slider {
    width: 80%;
    height: 500px;
    align-items: center;
    padding: 30px 30px 50px 30px;
}

.doces-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    height: 350px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.doces-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
}

.doces-slide-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 20px 0 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgba(0, 0, 0, 40%);
    color: white;
}

.doces-slide-content p {
    font-size: 14px;
    padding-inline-start: 2px;
}

.doces-slider .doces-slide.swiper-slide-prev, .doces-slider .doces-slide.swiper-slide-next, .doces-slider .doces-slide.swiper-slide-active {
    box-shadow: 0 0 10px 2px rgba(155, 155, 155, 0.479); 
}

.doces-slider .doces-slide.swiper-slide-active {
    transform: scale(1.1);
    z-index: 5;
}

.doces-slider .swiper-pagination-bullet {
    background-color: var(--vert);
}



/* CESTAS E PRESENTES */
.cestas-section {
    margin-top: 50px;
    padding-top: 200px;
}

.cestas-container {
    width: 80%;
    margin: 20px auto;
    user-select: none;
    padding-bottom: 20px;
}

.cestas-title {
    margin-bottom: 50px;
    padding-left: 20px;
    border-bottom: thin solid var(--vertclair);
}

.cestas-content {
    display: flex;
    justify-content: space-around;
    width: 98%;
    height: 400px;
    margin: auto;
}

.cestas-text {
    width: 40%;
    padding: 20px 40px;
    text-align: justify;
    border: thin solid var(--vertclair);
}

.cestas-text h3 {
    margin-bottom: 20px;
}

.cestas-carousel-container {
    width: 50%;
    margin: 0 40px 0 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 30%);
}

.cestas-carousel-container img {
    height: 400px;
    object-fit: cover;
}



/* FEITOS NO GRIMPA */
.feito-no-grimpa-section {
    margin-top: 50px;
    padding-top: 200px;
}

.feito-no-grimpa-container {
    width: 80%;
    margin: 20px auto;
    user-select: none;
    padding-bottom: 20px;
}

.feito-no-grimpa-title {
    margin-bottom: 50px;
    padding-left: 20px;
    border-bottom: thin solid var(--vertclair);
}

.feito-no-grimpa-content {
    display: flex;
    justify-content: space-around;
    width: 98%;
    height: 400px;
    margin: auto;
}

.feito-no-grimpa-text {
    width: 40%;
    padding: 20px 40px;
    text-align: justify;
    border: thin solid var(--vertclair);
}

.feito-no-grimpa-text h3 {
    margin-bottom: 20px;
}

.feito-no-grimpa-carousel-container {
    width: 50%;
    margin: 0 40px 0 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 30%);
}

.feito-no-grimpa-carousel-container img {
    height: 400px;
    object-fit: cover;
}