body {
    height: 100vh;
    overflow-x: hidden;
}

main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    padding: 0px 0px;
}

#descontos {
    width: 50%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#descontos span {
    border: 1px solid #030E4F;
    padding: 1px 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    background-color: #F49F1C;
    color: #030E4F;
}


main h3 {
    align-self: flex-start;
    margin-left: 265px;
    margin-top: 30px;
    margin-bottom: 30px;
}

#secao-banner {
    margin: 0;
    margin-top: 100px;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#img-banner {
    margin: 0;
    padding: 0;
    width: 90%;
    height: 500px;
    border-radius: 3px;
}

#secao-banner h1 {
    position: absolute;
    align-self: center;
    color: rgb(0, 0, 0);
    font-size: 50px;
    display: flex;
    justify-content: center;
    width: 90%;
    text-align: center;
}

#secao-banner a {
    position: absolute;
    margin: 50px 0px;
}

.container {
    position: relative;
    max-width: 72%;
    margin: 0 auto;
}

.botao-quantidade {
    background-color: #F49F1C;
    color: #030E4F;
    width: 33px;
    height: 33px;
    border-radius: 10px;
}

.btn-primary {
    border: #F49F1C 2px solid;
    color: #F49F1C;
    background-color: #030E4F;
}

.galeria-wrapper {
    overflow-x: auto;
}

.galeria-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.galeria-wrapper::-webkit-scrollbar {
    display: none;
}

.galeria {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
}

.arrow-left,
.arrow-right {
    position: absolute;
    margin-top: 170px;
    top: 0;
    left: 0;
    right: auto;
    bottom: 1;
    cursor: pointer;
    background: transparent;
    border: none;
}

.arrow-right {
    position: absolute;
    margin-top: 150px;
    top: 0;
    left: auto;
    right: 0;
    bottom: 1;
}

.arrow-left i,
.arrow-right i {
    font-size: 25px;
}

.item {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 400px;
    flex-shrink: 0;
    padding: 15px;
}

.item img {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
    border: 1px solid #030E4F;
    border-radius: 5px;
}

.item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}

.item img:hover {
    transition: all 0.4s ease;
    transform: scale(1.05, 1.05);
}

.galeria-wrapper2 {
    overflow-x: auto;

}

.galeria-wrapper2 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.galeria-wrapper2::-webkit-scrollbar {
    display: none;
}

.galeria2 {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
}

.arrow-left2,
.arrow-right2 {
    position: absolute;
    margin-top: 170px;
    top: 0;
    left: 0;
    right: auto;
    bottom: 1;
    cursor: pointer;
    background: transparent;
    border: none;
}

.arrow-right2 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 1;
}

.arrow-left2 i,
.arrow-right2 i {
    font-size: 25px;
}

.item2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 400px;
    flex-shrink: 0;
    padding: 15px;
}

.item2 img {
    margin-bottom: 10px;
    width: 100%;
    height: 230px;
    border: 1px solid #030E4F;
    border-radius: 5px;
}

.item2 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}

.item2 img:hover {
    transition: all 0.4s ease;
    transform: scale(1.05, 1.05);
}

.galeria-wrapper3 {
    overflow-x: auto;

}

.galeria-wrapper3 {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.galeria-wrapper3::-webkit-scrollbar {
    display: none;
}

.galeria3 {
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
}

.arrow-left3,
.arrow-right3 {
    position: absolute;
    margin-top: 170px;
    top: 0;
    left: 0;
    right: auto;
    bottom: 1;
    cursor: pointer;
    background: transparent;
    border: none;
}

.arrow-right3 {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 1;
}

.arrow-left3 i,
.arrow-right3 i {
    font-size: 25px;
}

.item3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 400px;
    flex-shrink: 0;
    padding: 15px;
}

.item3 img {
    margin-bottom: 10px;
    width: 100%;
    height: 230px;
    border: 1px solid #030E4F;
    border-radius: 5px;
}

.item3 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: black;
}

.item3 img:hover {
    transition: all 0.4s ease;
    transform: scale(1.05, 1.05);
}

#scrollButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background-color: #F49F1C;
    color: #030E4F;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: opacity 0.3s;
}

#img-banner {
    background-image: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 575px) {
    main {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    main h3 {
        margin: 0;
        align-self: center;
    }
}

@media screen and (max-width: 400px) {

    .arrow-left,
    .arrow-right {
        display: none;
    }

    .arrow-left2,
    .arrow-right2 {
        display: none;
    }

    .arrow-left3,
    .arrow-right3 {
        display: none;
    }
}

.modal-body {
    display: flex;
    flex-direction: column;
    justify-content: left;
}

.img-modal {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.img-modal img {
    width: 50%;
}

.img-modal img:hover {
    transform: scale(1.0, 1.0);
}

.sub-img-modal {
    display: flex;
    flex-direction: column;
    width: 15%;
    gap: 15px;
}

.sub-img-modal img {
    width: 60px;
    height: 60px;
}

.quantidades {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.botao-modal-home {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.botao-modal-home button {
    border: 2px solid #F49F1C;
    background-color: transparent;
    color: #F49F1C;
    padding: 5px;
    border-radius: 5px;
}

.botao-modal-home button:hover {
    background-color: #030E4F;
    transition: all 0.5s ease;
}


.botao-modal-home p {
    color: green;
    margin-top: 10px;
}