*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
  overflow-x: hidden;
}

a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

a:hover{
    opacity: 0.7;
}

h1{
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    display: flex;
    justify-content: center;
}

h2{
    font-size: 24px;
    text-transform: uppercase;
}

#loja1{
    position: relative;
    display: flex;
    justify-content: center;
}

#endr1{
    position: relative;
    display: flex;
    justify-content: center;
}

#loja2{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#endr2{
    position: relative;
    display: flex;
    justify-content: center;
}

p{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding: 15px;
}

#p2{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    padding: 15px;
}

#txt-sobre{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 15px;
}

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 238, 0);
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}

.logo{
    margin-top: 2px;
    display: flex;
    align-items: center;
}

body{
    position: relative;
    background-color: rgb(0, 0, 0);
    overflow-x: hidden;
}

.corpo{
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

#img_prin{
    max-width: 100%;
    height: auto;
}

#cell{
    margin-left: 10px;
}

#email{
    margin-left: 10px;
}

.zap{
    display: flex;
    align-items: center;
}

.mail{
    display: flex;
    align-items: center;
    margin-left: 7px;
}

.nav-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.mobile-menu{
    display: none;
    cursor: pointer;
}

.mobile-menu div{
    width: 32px;
    height: 2px;
    background-color: black;
    margin: 8px;
    transition: 0.3s;
}

.slider{
    margin: 0 auto;
    width: 800px;
    height: 400px;
    overflow: hidden;
}

.slides{
    width: 400%;
    height: 400px;
    display: flex;
}

.slides input{
    display: none;
}

.slide{
    width: 25%;
    position: relative;
    transition: 2s;
}

.slide img{
    width: 800px;
    height: 350px;
    border-radius: 15px;
    margin-top: 50px;
}

.manual-navigation{
    position: relative;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.manual-btn{
    border: 2px solid rgb(0, 0, 0);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:hover{
    background-color: #000000;
}

.manual-btn:not(:last-child){
    margin-right: 30px;
}

.slider2{
    margin: 0 auto;
    width: 800px;
    height: 400px;
    overflow: hidden;
}

.slides2{
    width: 400%;
    height: 400px;
    display: flex;
}

.slides2 input{
    display: none;
}

.slide2{
    width: 25%;
    position: relative;
    transition: 2s;
}

.slide2 img{
    width: 800px;
    height: 350px;
    border-radius: 15px;
    margin-top: 50px;
}

.manual-navigation2{
    position: relative;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.manual-btn{
    border: 2px solid rgb(0, 0, 0);
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    margin-bottom: 20px;
}

.manual-btn:hover{
    background-color: #000000;
}

.manual-btn:not(:last-child){
    margin-right: 30px;
}


#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -25%;
}

#radio3:checked ~ .first{
    margin-left: -50%;
}

#radio4:checked ~ .first{
    margin-left: -75%;
}

#radio5:checked ~ .first{
    margin-left: -100%;
}

#radio6:checked ~ .first{
    margin-left: -125%;
}

#radio7:checked ~ .first{
    margin-left: -150%;
}

#radio8:checked ~ .first{
    margin-left: -175%;
}

#radio9:checked ~ .first{
    margin-left: -200%;
}

#radio10:checked ~ .first{
    margin-left: -225%;
}

#radio11:checked ~ .first{
    margin-left: -250%;
}

#radio12:checked ~ .first{
    margin-left: -275%;
}

#radio13:checked ~ .first{
    margin-left: -300%;
}

#radio14:checked ~ .first{
    margin-left: -325%;
}

#radio15:checked ~ .first{
    margin-left: -350%;
}

#radio16:checked ~ .first{
    margin-left: -375%;
}

#radio11:checked ~ .first{
    margin-left: 0;
}

#radio22:checked ~ .first{
    margin-left: -25%;
}

#radio33:checked ~ .first{
    margin-left: -50%;
}

#radio44:checked ~ .first{
    margin-left: -75%;
}

#radio55:checked ~ .first{
    margin-left: -100%;
}

#radio66:checked ~ .first{
    margin-left: -125%;
}

#radio77:checked ~ .first{
    margin-left: -150%;
}

#radio88:checked ~ .first{
    margin-left: -175%;
}

#radio99:checked ~ .first{
    margin-left: -200%;
}

#radio101:checked ~ .first{
    margin-left: -225%;
}

#radio111:checked ~ .first{
    margin-left: -250%;
}


@media ( max-width: 999px){
     
    body{
        overflow-x: hidden;
    }

    #txt-sobre{
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 15px;
    list-style: none;
    }

    .nav-list{
        position: fixed;
        top: 98px;
        right: 0;
        width: 50vw;
        height: 49vh;
        background-color: rgb(255, 238, 0);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 10;
        gap: 20px;
        transform: translateX(100%);
        transition: transform 0.4s ease-in;
        border-radius: 0 0 0 70px;
        overflow-x: hidden;
    }

    .nav-list li{
        opacity: 0;
        margin-top: 50px;
    }

    .mobile-menu{
        display: block;
        
    }

    nav{
        margin-left: 0px;
        margin-right: 0px;
    }

    .manual-btn:not(:last-child){
        margin-right: 10px;
    }

    .corpo{
        margin-left: 0px;
        margin-right: 0px;
    }


    .logo h3{
        font-size: 15px;
    }

    .slider{
    margin: 0 auto;
    width: 300px;
    height: 300px;

    }

    .slides{
    width: 400%;
    height: 150px;
    display: flex;
    }

    .slides input{
    display: none;
    }

    .slide{
    width: 25%;
    position: relative;
    transition: 2s;
    }

    .slide img{
    width: 300px;
    height: 250px;
    border-radius: 15px;
    margin-top: 50px;
    }

    .slider2{
    margin: 0 auto;
    width: 300px;
    height: 300px;
    }

    .slides2{
    width: 400%;
    height: 200px;
    display: flex;
    }

    .slides2 input{
    display: none;
    }

    .slide2{
    width: 25%;
    position: relative;
    transition: 2s;
    }

    .slide2 img{
    width: 300px;
    height: 250px;
    border-radius: 15px;
    margin-top: 50px;
    }
}

.nav-list.active{
        transform: translateX(0);
}


@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}
