@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Italianno&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    transition: 0.6s;
}

.promo {
    min-width: 100%;
    min-height: 72px;
    background-color: #f8f8f8;
    display: flex;
    justify-content: space-between;
}

.text-promo{
    min-height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.text-promo > span > a{
    color: black;
}

.close-button {
    display: flex;
    align-items: center;
    margin-right: .75rem;
}

.xclose-button{
    background: none;
    border: none;
    cursor: pointer;
}

.xclose-button > i {
    font-size: 20px;
}

nav {
    min-width: 100%;
    min-height: 88px;
    background-color: transparent;
    position: absolute;
}

nav:hover {
    background-color: #fff;
    border-bottom: 1px solid #f8f8f8;
}

.menu-hamburguer{
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.icones-left {
    display: flex;
    margin-left: 12px;
}

/* Menu Hamburguer */
.hamburger{
    display: block;
    cursor: pointer;
    margin-left: 12px;
}
.hamburger > span{
    width: 20px;
    height: 2px;
    background: black;
    display: block;
    margin: 4px;
    border-radius: 2px;
}

.icones-menu-hamburguer {
    display: flex;
    cursor: pointer;
}

.menu-nome > a {
    text-decoration: none;
    margin-left: 12px;
    font-size: 14px;
    color: black;
}

.desatived {
    display: none;
}

/* Search */
.buscar-menu {
    display: flex;
    margin-left: 12px;
    cursor: pointer;
}

.nome-menu-buscar{
    margin-left: 12px;
    font-size: 14px;
    color: black;
    display: flex;
    align-items: center;
}

.icones-center > a{
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    color: black;
}

.icones-right{
    display: flex;
    align-items: center;
    margin-right: 12px;
}
.icones-right > a {
    text-decoration: none;
    font-size: 14px;
    color: black;
    margin-right: 12px;
}

.fav-icon-menu{
    margin-right: 12px;
}

.people-icon-menu{
    margin-right: 12px;
}

.section-first{
    width: 100%;
    display: flex;
}

.carrossel {
    width: 50%;
}

.imagens-container {
    width: 100%;
}

.imagens-container > img {
    width: 100%;
    background: url(./images/download.svg) 0 0 / cover no-repeat;
}

.text-container {
    width: 50%;
    min-height: 100vh;
    position: sticky;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: var(--scroll-catch, 0);
    margin-top: 15vh;
}

.fav-type{
    display: flex;
    justify-content: space-between;
}

.fav-type > p{
    font-size: 12px;
    font-weight: 300;
}

.lancamento{
    display: flex;
    margin-top: 15px ;
}

.lancamento > span {
    font-size: 12px;
    color: #767676;
}

.nome-item {
    margin-top: 10px;
}

.preco-item {
    margin-top: 10px;
}

.button-comprar{
    margin-top: 50px;
    margin-bottom: 50px;
}

.button-comprar > a{
    background-color: black;
    padding: 15px 150px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid black;
}

.button-comprar > a:hover {
    background-color: #fff;
    color: black;
    border: 1px solid black;
}

.desc-area {
    width: 360px;
    max-height: 150px;
    overflow: hidden;
}

.desc-area-second {
    width: 360px;
}

.first-paragraf {
    margin-bottom: 45px;
}

.first-paragraf > p{
    font-size: 12px;
    color: #767676;
    line-height: 20px;
}

.first-paragraf > p > a {
    color: black;
    text-decoration: none;
}

.second-paragraf {
    margin-bottom: 30px;
}

.second-paragraf > p {
    font-size: 13px;
    line-height: 20px;
}

.third-paragraf {
    margin-bottom: 15px;
}

.third-paragraf > p {
    font-size: 13px;
    line-height: 20px;
}

.fourth-paragraf{
    margin-bottom: 30px;
}

.fourth-paragraf > ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    margin-bottom: 12px;
}

.fourth-paragraf > ul > li {
    font-size: 13px;
    line-height: 20px;
}

.fourth-paragraf > p {
    font-size: 13px;
    line-height: 20px;
}

.lermais {
    width: 100%;
    
    margin-bottom: 15px;
}

.lermais > button {
    width:67px;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid black;
    cursor: pointer;
    background-color: transparent;
}

.lermais > p:hover {
    color: #767676;
    border-bottom: 1px solid #767676;
}

.mais-informacoes {
    margin-bottom: 30px;
}

.informacoes{
    border-top: 1px solid #cbd5e1;
    padding-top: 12px;
}

.button-informacoes {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.button-informacoes > p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
}

.button-informacoes > i {
    font-size: 12px;
}

.desc-informacoes {
    display: flex;
    flex-direction: column;
    max-height: 0px;
    overflow: hidden;
}

.desc-informacoes > p{
    font-size: 12px;
    line-height: 20px;
}

.desc-informacoes > p > a {
    color: #000;
    font-weight: 500;
}

.desc-informacoes > a {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    margin: 6px 0;
    padding-left: 15px;
}

.desc-informacoes > ul {
    margin-bottom: 12px;
    padding-left: 15px;
}

.desc-informacoes > ul > li {
    font-size: 12px;
    line-height: 20px;
}

.end-informacoes{
    margin-top: 25px;
    cursor: pointer;
}

.end-informacoes > a {
    font-size: 12px;
    color: black;
}

.desc-entregas {
    display: flex;
    flex-direction: column;
}

.desc-entregas > a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: black;
}

.desc-entregas > a > span {
    font-size: 13px;
}

footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    border-top: 1px solid #cbd5e1;
    border-bottom: 1px solid #cbd5e1;
}

.header-footer {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 14px;
}

.sub-header-footer {
    margin-bottom: 30px;
}

.sub-header-footer > a {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}

.pos-footer {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    align-items: center;
}

.pos-footer > p {
    margin: 15px 0;
}

.pos-footer > span > a {
    color: #000;
}

.pos-footer > span {
    margin-top: 15px;
}

.information-pos-footer {
    margin: 15px 0;
}

.information-pos-footer > a {
    color: #000;
    margin: 15px 6px;
    text-decoration: none;
}

.combo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-combo {
    margin-top: 50px;
}

.text-combo > p {
    border-bottom: 1px solid black;
}

.combo-area {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.card {
    margin: 35px 0;
    text-decoration: none;
}

.card > img {
    width: 100%;
    background: url(./images/download.svg) 0 0 / cover no-repeat;
}

.text-card{
    padding: 12px 12px 0 12px;
    margin-top: 6px;
}

.text-card > p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.text {
    padding: 0 12px;
}

.text > button {
    width: 100%;
    padding: 12px 0;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    margin: 12px 0;
}

.cupon-combo {
    width: 100%;
    background-color: #58ae34;
    color: #fff;
    text-align: center;
    padding: 6px 0;
}

.menu {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  background-color: #fff;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

.menu a {
  text-decoration: none;
  color: #000;
  font-size: 22px;
  padding: 0 24px;
}

.menu-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.menu-top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-top span {
  font-size: 18px;
}

.menu-middle {
  padding: 24px 24px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.menu-middle .help {
  font-size: 14px;
  margin-bottom: 8px;
}

.menu-middle .phone {
  font-weight: bold;
}

.menu-bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px;
}

.accessibility {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  padding: 0 24px 24px 24px;
}

.accessibility span {
  font-size: 14px;
}

.accessibility button {
  width: 42px;
  height: 22px;
  background: #ccc;
  border: none;
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: background 0.3s;
}

.accessibility button .circle {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
}

.accessibility button.active {
  background: #000;
}

.accessibility button.active .circle {
  left: 22px;
}

.disabled > .cupon-combo {
    background-color: #e62f45;
}

.disabled > .text > button{
    background-color: #767676;
    border: #767676;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    
}

@media screen and (max-width: 767px) {

    .promo {
        min-height: 40px;
    }

    .informacoes-section{
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    .text-promo{
        text-align: center;
        min-height: 42px;
    }

    .text-promo > span {
        font-size: 12px;
        padding: 0 15px;
    }

    .menu-nome {
        display: none;
    }

    nav {
        min-height: 56px;
    }

    .menu-hamburguer {
        min-height: 56px;
    }

    .nome-menu-buscar{
        display: none;
    }

    .icones-right > a {
        display: none;
    }

    .icones-left{
        margin-left: 6px;
    }

    .icones-right{
        margin-right: 6px;
    }

    .icones-center > a {
        font-size: 24px;
    }

    .fav-icon-menu{
        display: none;
    }

    .section-first{
        flex-direction: column;
        width: 100%;
    }

    .imagens-container {
        width: 100%;
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .imagens-container::-webkit-scrollbar {
        display: none; /* some scrollbar */
    }

    .imagens-container > img {
        flex: 0 0 100%;
        width: 100%;
        scroll-snap-align: start;
    }

    .text-container {
        position: relative;
        width: 100%;
        min-height: 0;
        margin-top: 5vh;
    }

    .carousel {
        position: relative;
    }

    .carousel-indicator {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .carousel-indicator span {
        flex: 1;
        min-width: 40px;
        height: 2px;
        background: #d9d9d9;
        opacity: 0.5;
        transition: opacity 0.3s, background 0.3s;
    }

    .carousel-indicator span.active {
        background: #000;
        opacity: 1;
    }

    .combo {
        width: 100%;
        margin-top: 25px;
    }

    .combo-area {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .text-combo{
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
    }

    .text-combo > p {
        border-bottom: 1px solid #000;
    }

    .card {
        width: 100%;
        text-decoration: none;
    }

    .card > img {
        width: 100%;
        background: url(./images/download.svg) 0 0 / cover no-repeat;
    }

    .text-card{
        padding: 12px 12px 0 12px;
        margin-top: 6px;
    }

    .text-card > p {
        font-size: 14px;
        font-weight: 400;
        color: #000;
    }

    .text {
        padding: 0 12px;
    }

    .text > button {
        width: 100%;
        padding: 12px 0;
        background-color: #000;
        color: #fff;
        border-radius: 30px;
        margin: 12px 0;
    }
    
    .cupon-combo {
        width: 100%;
        background-color: #58ae34;
        color: #fff;
        text-align: center;
        padding: 6px 0;
    }

    .disabled > .cupon-combo {
        background-color: #e62f45;
    }

    .disabled > .text > button{
        background-color: #767676;
        border: #767676;
    }

    .carrossel {
        width: 100%;
    }

}