* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Freeman", sans-serif;
}

.overlay {
    display: none;
}

.nav-button {
    display: none;
}

.menu-conainer {
    width: 100%;
    height: 150px;
    display: flex;
    padding: 0.5vw;
    justify-content: space-between;
}

.menu-conainer img {
    margin-left: 2.5%;
    width: 10vw;
    height: 20vh;
}

.menu {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 2.5%;
    font-size: 1.8vw;
    cursor: pointer;
}


.menu li a{
    text-shadow: 2px 2px 4px #D12125;
    color: black;
    cursor: pointer;
}

.menu li a:hover {
    text-shadow: 2px 2px 4px #00b0fb;
    color: white;
    transition: 0.7s;
}

#contato-menu {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.709);
    border-radius: 25px;
}


.welcome-container {
    width: 95%;
    height: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('./img/Gelo-fundo-branco.jpg');
    background-size: cover;
    border-radius: 20px;
    margin-left: 2.5%;
    margin-top: -125px;
}

.welcome-container h2 {
    width: 30%;
    color: #D12125;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: black;
    font-size: 5vw;
    text-shadow: 4px 4px 6px #050505;
    text-align: center;
    margin: 2vw;
    padding-top: 10vh;
}

.welcome-container h1 {
    width: 60%;
    color: #D12125;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: black;
    font-size: 5vw;
    text-shadow: 4px 4px 6px #050505;
    text-align: center;
    padding-top: 10vh;
}

.welcome-container h3 {
    color: #D12125;
    font-size: 3vw;
    margin: 1vw;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: black;
    text-shadow: 4px 4px 6px #050505;
}

.welcome-container button {
    position: relative;
    margin-top: 5vh;
    width: 25vw;
    height: 10vh;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.516);
    font-size: 2vw;
    cursor: pointer;
    color: #D12125;
}

.welcome-container button::before, .welcome-container button::after {
    content: '';
    display: block;
    position: absolute;
    left: -30px;
    right: -30px;
    top: -20px;
    bottom: -20px;
    border-radius: 15px;
    border: 2px solid #D12125;
    animation: pulse 1.5s linear infinite;
}

.welcome-container button::after {
    animation-delay: 0.7s;
}

.welcome-container button:hover {
    background-color: #D12125;
    color: white;
    animation: none;
    transition: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(0.85);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
    
}

.history-container {
    width: 100%;
    height: 800px;
    background-color: #EEEE;
    display: flex;
}

.history-left {
    display: flex;
    width: 30%;
    height: 100%;
    justify-content: end;
    align-items: center;
    padding: 2%;
    font-size: 2vw;
}

.history-right {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    justify-content: center;
    font-size: 2vw;
    text-align: justify;
}
.history-right p {
    margin: 1%;
}

.product-style {
    display: flex;
    justify-content: center;
}

.product-container {
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: 110vh;
    margin-top: 4vh;
}

.product-text {
    width: 100%;
    height: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-text p {
    margin-top: 1vh;
    font-size: 1vw;
}

/* .slide-button {
    position: absolute;
    height: 50px;
    width: 50px;
    color: white;
    border: none;
    outline: none;
    background: #000;
    font-size: 2.2rem;
    cursor: pointer;
    border-radius: 50%;
}

.slide-button:hover {
    background: #444;
}

.slide-button#prev-slide {
    left: -20px;
}

.slide-button#next-slide {
    right: -20px;
} */

.product-content {
    width: 100%;
    height: 90vh;
    display: grid;
    gap: 1vw;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4vh;
}
/* .product-content::-webkit-scrollbar {
    display: none;
} */

.product-pictures img {
    width: 300px;
    height: 36vh;
    object-fit: cover;
    border-radius: 15px;
    transition: 0.5s;
}

.product-pictures img:hover {  
    transform: scale(1.8);
    z-index: 999;
}

.product-pictures p {
    text-align: center;
}

.slider-scrollbar {
    height: 24px;
    width: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
}

.slider-scrollbar .scrollbar-track {
    height: 2px;
    width: 100%;
    background: #ccc;
    position: relative;
    border-radius: 4px;
}

.slider-scrollbar:hover .scrollbar-track {
    height: 4px;
}

.slider-scrollbar .scrollbar-thumb {
    position: absolute;
    height: 100%;
    width: 50%;
    background: #000;
    border-radius: inherit;
    cursor: grab;
}

.slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
}

.local-container {
    width: 100%;
    height: 100vh;
    background-image: url('./img/composition-ice-cubes.jpg');
    background-size: cover;
    background-attachment: fixed;
    align-items: center;
    display: flex;
    justify-content: center;
}

.local-modal {
    width: 60%;
    height: 550px;
    background-color: #ccccccb3;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-left: 2.5%;
}

.contato-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-right: 5%;
}

.venda-direta {
    display: flex;
}

.venda-direta i {
    font-size: 1.8vw;
    margin-left: 1vw;
    cursor: pointer;
    color: #25D366;
    -webkit-text-stroke: 0.2px;
    -webkit-text-stroke-color: rgb(0, 0, 0);
    text-shadow: 4px 4px 6px #050505;
}

.contato-revenda {
    display: flex;
}

.contato-revenda i {
        font-size: 1.8vw;
        margin-left: 1vw;
        cursor: pointer;
        color: #25D366;
        -webkit-text-stroke: 0.2px;
        -webkit-text-stroke-color: rgb(0, 0, 0);
        text-shadow: 4px 4px 6px #050505;
}

.contato-content h1 {
    position: relative;
    text-align: justify;
    font-size: 5vw;
    color: #D12125;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: black;
    font-size: 5vw;
    text-shadow: 4px 4px 6px #050505;
}

.contato-content h2 {
    font-size: 1.5vw;
    color: #D12125;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: black;
    font-size: 1.5vw;
    text-shadow: 4px 4px 6px #050505;
}

.local-map {
    width: 40%;
    height: 50%;
    border-radius: 15%;
}

.footer-container {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #ccc;
}

.footer-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content h3 {
    font-size: 2vw;
    color: #D12125;
    -webkit-text-stroke: 0.1px;
    -webkit-text-stroke-color: black;
    font-size: 1.5vw;
    text-shadow: 4px 4px 6px #050505;
}

@media (max-width: 1260px) {
    .product-container {
        margin-left: 4vw;
        margin-right: 4vw;
    }
}

@media (max-width: 922px) {
    .product-style {
        height: 1500px;
    }

    .product-content {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-text p {
        margin-top: 1vh;
        font-size: 1.6vw;
    }

    .product-pictures {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .product-pictures img:hover {  
        transform: none;
    }

    .local-modal {
        width: 80%;
        flex-direction: column;
        margin-left: 0;
    }

    .contato-content {
        height: 50%;
        margin-right: 0;
    }

    .venda-direta h2 {
        font-size: 2.5vw;
    }
    .venda-direta i {
        font-size: 2.8vw;
    }

    .contato-revenda h2 {
        font-size: 2.5vw;
    }

    .contato-content h2 {
        font-size: 2.5vw;
    }

    .contato-revenda i {
        font-size: 2.8vw;
    }

    .local-map {
        width: 80%;
        height: 100%;
        border-radius: 15%;
        margin-bottom: 1vh;
    }
}

@media (max-width: 800px) {
    .menu-conainer img {
        width: 35%;
        height: 150%;
    }

    .menu {
        display: none;
    }

    #mobileMenu {
        display: block;
     }
     .nav-button {
         display: block;
         position: absolute;
         background-color: transparent;
         border: none;
         right: 10px;
         top: 50px;
         cursor: pointer;
         border-radius: 15px;
     }
 
     .nav-button i{
         color: #D12125;
         font-size: 5vw;
         margin-right: 30px;
         transition: 0.4s;
     }
 
     .nav-button i:hover {
         color: #A07903;
     }
 
     .overlay {
        display: block;
         width: 100%;
         height: 100%;
         background-color: rgba(252, 252, 252, 0.847);
         z-index: 999;
         position: fixed;
         right: 0;
         top: 0;
         overflow-x: hidden;
         transition: all 0.5s;
     }
 
     .overlay a:hover, .overlay a:focus {
         color: #A07903;
     }
 
     #closeIcon {
         display: block;
         position:absolute;
         right: 4.5%;
         top: 5%;
         font-size: 7vw;
         color: #000000;
         transition: 0.4s;
         background-color: #ffffff;
     }
 
     #closeIcon:hover {
         color: #A07903; 
     }
 
     .overlay-content {
         display: block;
         position: relative;
         top: 20%;
         width: 100%;
         text-align: center;
         margin-top: 1vh;
     }
 
     .overlay-content a{
        color: #D12125;
        -webkit-text-stroke: 0.1px;
        -webkit-text-stroke-color: black;
        font-size: 5vw;
        text-shadow: 4px 4px 6px #050505;
        list-style: none;
        text-decoration: none;
        padding: 8px;
        display: block;
     }
 
     li {
         font-size: 30px;
     }
 
     #contato-menu {
         color: #D12125;
         background-color: #d8d6d600;
     }

     .footer-content h3 {
        font-size: 4vw;
     }

     .product-style {
        height: 1500px;
     }
}

@media (max-width: 620px) {
    .history-container {
        display: flex;
        flex-direction: column;
        height: 500px;
    }

    .history-left {
        width: 100%;
        height: 20%;
        justify-content: center;
        font-size: 4vw;
    }

    .history-right {
        width: 100%;
        height: 80%;
        font-size: 3.2vw;
        padding: 2vw;
    }

    .product-style {
        height: 1500px;
    }

    .product-text h2 {
        font-size: 5vw;
    }
    .product-text p {
        font-size: 3vw;
    }

    .product-content {
        padding: 2vw;
    }

    .product-pictures img {
        width: 220px;
    }

    .contato-content h1 {
        font-size: 7vw;
    }

    .contato-content h2 {
        font-size: 4vw;
    }

    .venda-direta i {
        font-size: 4vw;
    }

    .contato-revenda i {
        font-size: 4vw;
    }

    .local-map {
        border-radius: 20px;
    }
}

@media (max-width: 475px) {
    .menu-conainer img {
        width: 50%;
        height: 45vw;
    }

    .nav-button i {
        font-size: 9vw;
    } 

    .product-pictures img {
        width: 130px;
    }

    .welcome-container h1 {
        font-size: 10vw;
    }

    .welcome-container h3 {
        font-size: 6vw;
        text-align: center;
    }

    .welcome-container button {
        font-size: 4vw;
    }
    
    #closeIcon {
        font-size: 15vw;
        right: 10%;
    }

    .overlay-content a {
        font-size: 15vw;
    }

    .product-style {
        height: 1500px;
    }
}