@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@300&family=Lato:ital,wght@1,300&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'IBM Plex Sans Arabic', 'Lato', sans-serif;
}

.header{
    /* border: 10px solid blue; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #222222;
    height: 85px;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.header-div-img1-p{
    /* border: 10px solid burlywood; */
    display: flex;
    color: rgb(214, 174, 42);
    gap: 10px;
    margin-left: 10px;
}

.header-img1{
    /* border: 10px solid blueviolet; */
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.header-p{
    /* border: 10px solid red; */
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.span-header{
    color:red;
}

.header-ul{
    /* border: 10px solid gray; */
    display: none;
    cursor:pointer;
}


.header-img2{
    border: 10px solid green;
    display: none;
    cursor: pointer;
}

.header-img3{
    /* border: 10px solid yellow; */
    width: 50px;
    height: 50px;
}

.sec1-principal{
    /* border: 10px solid purple; */
    background-image: url(../img/banner-principal.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
  }

.sec1-h1{
    /* border: 10px solid white; */
    color: white;
    font-size: 2.4rem;
    width: 336px;
}

.sec1-span{
    color: red;
}

.sec1-a{
    color: white;
    background-color: red;
    width: 170px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2rem;
    cursor:pointer;
    text-decoration: none;
}

.sec1-a:hover{
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    /* width: 180px; */
    color: rgb(255, 196, 0);
}
.main{
    /* border: 10px solid rgb(137, 107, 197); */
    background-color: rgba(163, 161, 158, 0.144);
    /* padding: 10px; */
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec2-meio{
    /* border: 10px solid rgb(86, 161, 0); */
    display: flex;
    flex-direction: column;
}

.sec2-h2{
    /* border: 10px solid brown; */
    text-align: center;
    margin: 20px;
}

.cards-container{
    /* border: 10px solid burlywood; */
    display: flex;
    flex-direction: column;
}

.cards{
    border: 5px solid #ffbc0d;
    background-color: white;
    height: 380px;
    width: 300px;
    margin: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
}

.div-imgs-card{
    /* border: 3px solid black; */
    display: flex;
    
}

.cards-img{
    /* border: 5px solid yellow; */
    width: 125px;
    cursor:pointer;
}

.div-conteudo-card{
    /* border-top: 4px solid #ffbc0d; */
    width: 300px;
    height: 120px;
    display: flex;
    flex-direction: column;
    /* align-self: center; */
    justify-content: center;
    align-items: center;
    /* background-color:rgba(241, 238, 234, 0.199); */
    border-radius:2px;
    gap: 10px;
}

.cardBotao{
    color: white;
    background-color: #ffbc0d;
    width: 90px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1rem;
    cursor:pointer;
    text-decoration: none; 
}

.cardBotao:hover{
    color:red;
    /* animation: slide-bck-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both; */
    width: 100px;
    animation: rotate-center 0.6s ease-in-out both;
}

.sec3-h2{
    /* border: 10px solid  aqua;  */
    text-align: center;
    margin: 20px; 
}

.sec3-div-imgs{
    /* border: 10px solid  black;  */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-self: center;
    /* width: 100%; */
    gap: 10px;
    height: 500px;
}

.img-bkg-1{
    background-image: url('../img/mequi-zap.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
    width: 330px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: larger;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.img-bkg-2{
    background-image: url('../img/sorvete-mc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 150px;
    width: 330px;
    border-radius: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: larger;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.sec3-img-categ1{
    /* border: 10px solid  blue;  */
    width: 90%;
}

.sec3-img-categ2{
    /* border: 10px solid  plum;  */
    width: 90%;
}

.footer{
    /* border: 1px solid #755B3E; */
    background-color: #ffbc0d;
}

.footer-content{
    background-color: #ffbc0d;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    /* border: 10px solid goldenrod; */
    justify-content:space-evenly;
    align-items:center;
    /* width: 100%; */
    height: 100px;
    /* padding-left: 25px; */
}

.p-footer{
    /* border: 10px solid red;  */
    color: #755B3E;
}

.nav-footer{
    /* border: 10px solid rgb(117, 78, 4); */
    width: 120px;
    /* height: 100%; */
    display: flex;
    justify-content:space-between;
    /* align-items:center; */
}


.img-footer{
    /* border: 10px solid aquamarine; */
    width: 50px;
    display: flex;
    align-content: center;
    justify-content:center;

}

.footer-final{
    background-color: rgb(34, 34, 34);
    color: white;
    text-align: center;
}

@media (min-width: 1000px){

    .header-div-img1-p{
        display: flex;
        gap: 20px;
        padding: 0px 20px;
    }

    .header-div-ul-img{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 0px 30px 0px 30px;
    }

    .header-ul{
        display: flex;
        color: white;
        list-style: none;
        flex-direction: row;
        border: none;
        gap: 20px;
        font-size: 14px;
    }

    .header-ul a{
        text-decoration: none;
        color: white;
    }


    .header-ul div{
        padding: 0px 30px 0px 30px;
    }

    
    .header-ul li:hover{
    border: 1px solid white;
    border-radius: 3px;
    width: 90px;
    text-align: center;
    align-self: center;
    }

    .div-hd-img2{
        padding: 0px 5px 0px 20px;
    }

    .header-img2{
        display: block;
        width: 40px;
        height: 30px;
        border: none;
    }

    .header-img3{
        display:none;
    }

    .sec1-h1{
        width: 100%;
    }

.cards-container{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap
}

.sec3-div-imgs{
    flex-direction: row;
    justify-content: center;
    gap: 115px;
    height: 315px;
}

.img-bkg-1:hover, .img-bkg-2:hover{
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.footer{
    flex-direction: row;
    justify-content: space-between;
    height: 200px;
}

.footer-div-img1-p{
gap: 30px;

}

.footer-p{
    font-size: 2.4rem;
}

.footer-divpai{
    width: 300px;
}

}

@keyframes scale-up-center {
    0% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
  }
  

  @keyframes rotate-center {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }