
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    transition: .5s linear;
    font-family: "Poppins", sans-serif;
    letter-spacing: 1px;
    /* font-weight: 100;
    font-style: normal; */
}

body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: #fff;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #008080;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #008080;  /* creates padding around scroll thumb */
}

body {
    display: flex;
    flex-direction: column;
}

.btn-flutuante-download {
    background-color: #008080;
    position: fixed;
    bottom: 32px;
    right: 90px;
    /* border-radius: 24px; */
    padding: 6px 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.btn-flutuante-download a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

@keyframes btn-pisca {
    0% { opacity: 0; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

.btn-pisca {
  background-color:#008080;
  color:#fff;
  padding: 0.6em 0.8em;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px; 
  -webkit-animation: btn-pisca .9s linear infinite;
  -moz-animation: btn-pisca .9s linear infinite;
  -ms-animation: btn-pisca .9s linear infinite;
  -o-animation: btn-pisca .9s linear infinite;
  animation: btn-pisca .9s linear infinite;
}

.btn-pisca:hover {
    -webkit-animation: btn-pisca .9s linear none;
    -moz-animation: btn-pisca .9s linear none;
    -ms-animation: btn-pisca .9s linear none;
    -o-animation: btn-pisca .9s linear none;
    animation: btn-pisca .9s linear none;
}

#menu {
    padding: 2px 14px;
    width: 100%;
    /* height: 70px; */
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}
#menu ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    gap: 48px;
}

#menu ul li{
    list-style-type: none;
}

#menu ul li a {
    text-decoration: none;
    color: #008080;
}

#menu ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #008080;
    /* color: #fff; */
    /* padding: 4px; */
    /* background: #008080; */
    border-radius: 3px;
    position: relative;
    transition: .3s;
}

#menu h4 {
    color: #008080;
}

#download,
#numbers {
    margin-top: 102px;
    width: 100%;
    /* height: 100vh; */
    /* background: linear-gradient(to top, #fff, #008080); */
    padding: 8px;
}

#download {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#numbers {
    display: flex;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

#text1,
#imgs {
    width: 100%;
    cursor: pointer;
}

#part1{
    width: 100%;
    display: grid;
    grid-template-columns: 270px 270px 270px 270px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
}

#part2{    
    width: 100%;
    display: grid;
    grid-template-columns: 270px 270px 270px 270px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
}

#part3{    
    width: 100%;
    display: grid;
    grid-template-columns: 270px 270px 270px 270px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
}

.grid-personalite1 {
    margin-top: 48px;
}

.grid-personalite2 {
    margin-left: 8px;
}
.grid-personalite3 {
    margin-left: 100%;
}


#download #imgs img {
    background-size: cover;
    width: 150px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
}

#text1 {
    display: flex;
    flex-direction: column;
    align-items:center; /* flex-start*/
    padding: 16px;
    word-break: break-word;
    max-width: 1000px;
    align-content: center;
    flex-wrap: wrap;
}

#text1 p {
    color: #444d52;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
}

#text1 p strong {
    color: #008080; 
}

#footer {
    /* height: 100px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #444d52;
    gap: 24px;
    padding: 14px 0px
}

.div-midias-sociais {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.div-midias-sociais .midias-sociais {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.midias-sociais a {
    text-decoration: none;
}

/* .midias-sociais  {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
} */

@media (max-width:900px) {
    #menu ul {
        gap: 12px;
        font-size: 14px;
    }
    #menu ul {
        display: flex;
        flex-direction: row;
        justify-content: center;    
        align-items: center;
    }

    #download #imgs img {
        /* top: 14px; */
        /* position: absolute; */
        width: 260px;
        transition: .5s ease-in;
        position: unset;
        width: 260px;
        left: 0;
        top: 0;
        transition: .5s ease-in;
    }

    #numbers {
        display: flex;
        flex-direction: column;
    }
    #menu {
        width: 100vw;
    }
    #download {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #text1 {
        width: 100%;
    }

    #imgs {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 8px;
        width: 100vw;
    }
    #menu ul {
        gap: 14px;
        font-size: 14px;
    }

    #part1,#part2,#part3 {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    /* #download #imgs img:hover {
        position: relative;
        width: 260px;
        left: 0;
        top: 0;
        transition: .5s ease-in;
    } */
    
}

.cards{
    display: flex;
    font-size: 24px;
    width: 80%;
    color: #fff;
    height: 280px;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 1px 1px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.coracao-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    letter-spacing: 1px;
}
.coracao-footer img {
    margin-left: 2px;
    margin-right: 2px;
}