* {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.noLine {
    text-decoration: none;
}



a {
    text-decoration: none;
}



body {
    min-height: 100vh;
    
    background-color: white;
    display: flex;
    justify-content: center;
   
}
header {
    
    border-bottom: 1px solid rgb(0, 0, 0);
    z-index: 5;
    display: flex;
    
    display: flex;
    /*border-bottom: 1px solid rgb(5, 5, 5);*/

    
    
    position: fixed;
   

    width: 100%;
    height: 80px;
    background-color: #ffffff;
}

.icon {
    background-color: #2b2b2b00;

    image-rendering: pixelated;       /* faz a imagem manter os pixels visíveis, sem suavizar */
    image-rendering: crisp-edges;
    margin-left: 15px;
    margin-top: 8px;
    
    
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.middle {
    max-width: 700px;

   
    
    
    margin-top: 80px;
    
    background-color: #ffffff;

    width: 84%;

}



@media (min-width: 1100px){
   
    body {
        justify-content: center;
    }


}

/*font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;*/

.meText {
    text-align: left;
    
   
    
    color: rgb(0, 0, 0);

    font-family: "Arimo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

    

    font-size: large;

    margin-top: 35px;
    margin-bottom: 30px;

    
}

.meTitle {

    width: 100%;
    text-align: center;
   
    font-size: x-large;
    margin-top: 40px;
    margin-bottom: 40px;
    
    color: rgb(0, 0, 0);

    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}


.man {
   
    
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
    text-align: center;
}

.email {
    margin: 20px;
    width: 120px;
    bottom: 0;
    right: 0;
    position: fixed;

}





::selection {
    background-color: rgb(85, 51, 179);
    color: white;
  }

.imgs {
   
   
    width: 380px;
    
    object-fit: cover;
    
}
.home {
    position: absolute;
    width: 35px;

    margin-right: 30px;
    margin-top: 23px;
    top: 0;
    right: 0;
}


.divImgs {
    width: 100%;
    text-align: center;
}

.publiText {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size:medium;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #2b2b2b;
    /*
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;*/
}


.buttonDiv {
    
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
}

/* button Amazon */


hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 800px) {
    .icon {
        margin-left: 10px;
        margin-top: 10px;
        width: 50px;
        height: 50px;
        
    }
    header {
        border-bottom: 1px solid rgb(0, 0, 0);
        
        height: 65px;
    }
    .home {
        width: 25px;
        height: 25px;
        margin-top: 20px;
        margin-right: 20px;
    }
    .middle {
        width: 90%;
    }
    .publiText {
        font-size: small;
    }
    .imgs {
        border: 0px solid black;
        width: 90%;
        
    }
    .meTitle {
        margin-top: 20px;
        margin-bottom: 20px;
        
        
        font-size: large;
    }
    .meText {
        
        font-size: medium;
    }
    hr {
        margin: 0;
        margin-bottom: 30px;
    }
    

}

.amazonBut {
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);


    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: medium;
    border-radius: 5px;
    width: fit-content;
    height:  fit-content;
    background-color: #304d9e;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    margin: 15px;
    border: 1px solid rgb(0, 0, 0);

}
.shopeeBut {
    cursor: pointer;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);


    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid rgb(0, 0, 0);
    margin: 15px;
    
    background-color: rgb(81, 67, 158);
   
    border-radius: 5px;
    height: fit-content;
    
    width: fit-content;
    font-size: medium;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;


}

.divbutton {
    margin-bottom: 30px;
    flex-wrap: wrap; 
    align-items: center;
    

    display: flex;
    justify-content: center;
    
    width: 100%;
}
.imgAmazon {
    margin-left: -10px;
    margin-right: 0px;
    background-color: #2b2b2b00;
    width: 25px;
}
.imgShopee {
    margin-bottom: -10px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -5px;
    width: 32px;
    background-color: #2b2b2b00;
    

}
.shopeeBut:hover {
    transform: translateY(-5px);

}
.amazonBut:hover {

    transform: translateY(-5px);
    
}

footer {
    margin-top: 80px;
    border-top: 2px solid black;
    
    display: flex;
    width: 100%;
    height: 0px;
}
.rights {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 0px;
    
    position: absolute;
    font-size: small;
}

footer {
    
    
   
    

    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
}

.imgFooter {
    
    width: 50px;
    height: max-content;
}

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


@media (max-width: 700px){
   
    .imgFooter {
        width: 40px;
    }


}

.imgFooter:hover {

  transform: translateY(-5px);
  cursor: pointer;
  

}

.aMail {
    margin: 10%;
}