* {
    margin: 0px;
    padding: 0px;
    box-sizing: 0px;
}
body {
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-color: rgba(26,26,26,255);
    color: white;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

main#tudo {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-flow: column nowrap;
    max-width: 2000px;
}

div#Lado1 {
    width: 50%;
}
div#Lado1 > h1 > span{
    color: rgb(32, 140, 255);
    text-shadow: 0px 0px 5px rgb(0, 103, 213);
}
div#Lado1 > h2 {
    opacity: 0;
    animation-name: ApareceFotos;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  font-size: 1.5em;
}
div#Lado1 > button {
    opacity: 0;
    animation-name: ApareceFotos;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
div#Logo > img{
    width: 80px;
}
div#Logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
header {
    margin-top: 20px;
    width: 80%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    z-index: 99999;
}
header > section {
    display: flex;
    flex-flow: row nowrap;
    width: 50%;
    background-color: none;
    justify-content: space-between;
    align-items: center;

}
header > section > ul {
    opacity: 0;
    transition: color 0.2s ease-out;
    animation-name: descerTopo;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  margin-left: 00px;
  margin-right: 10px;
}
header > section > ul:hover {
    cursor: pointer;
   color: rgb(37, 142, 255); 
}
header > section > ul:nth-child(2) {
    animation-delay: 2.3s;
    opacity: 0;
}
header > section > ul:nth-child(3) {
    animation-delay: 2.5s;
}
header > section > button:nth-child(4) {
    animation-delay: 2.7s;
    opacity: 0;
}
header > section > button {
    font-family: 'Poppins', sans-serif;
    background-color: rgba(26,26,26,255);
    border: 2px solid white;
    border-radius: 20px;
    padding: 10px;
    font-size: 17px;
    color: white;
    font-weight: 500;
    transition: color 0.4s ease-out, background-color 0.2s ease-out, border 0.4s ease-out;

    animation-name: descerTopo;
    animation-duration: 2s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}
header > section > button:hover {
    color: rgba(26,26,26,255);
    cursor: pointer;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}
main#part1 {
    background-color: none;
    width: 80%;
    background-color: none;
    height: 600px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-flow: row nowrap;
    align-items: center;
}
main#part1 >div > h1 {
    font-size: 5em;
    background-color: none;
    width: 80%;
    margin-left: 0px;
    line-height: 1.1;
    animation-name: paraOLado;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}
main#part1 >div> h2 {
    margin-top: 20px;
    font-weight: 300;
}
main#part1 >div> button {
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    width: 200px;
    font-size: 20px;
    color: white;
    background-color: rgb(0, 100, 207);
    padding: 10px;
    font-weight: 500;
    border: 2px solid blue;
    border-radius: 30px;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
button#Saiba:hover {
color: rgb(0, 100, 207);
cursor: pointer;
background-color: rgba(26,26,26,255);
}
div#img {
    opacity: 0;
    background-color: none;
    display: flex;
    flex-flow: row nowrap;
    width: 50%;
    justify-content: center;


    animation-name: ApareceFotos;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
div#img > img {
    height: 400px;
    border-radius: 20px;
    margin-right: 10px;
    max-height: 400px;
}
div#img > div {
    width: 30%;
    display: flex;
    flex-flow: row wrap;

}
div#img > div > img {
    height: 200px;
    border-radius: 20px;
    margin-top: 10px;
    max-height: 200px;
}
main#SobNOS {
    width: 90%;
    height: 700px;
    background-color: none;
}
main#SobNOS > div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
main#SobNOS > div > h1 {
    font-size: 50px;
}
main#SobNOS > div > h2 {
    font-weight: 300;
    background-color: none;
    width: 50%;
    text-align: center;
}
section#Aplica > section {
    margin-left: 0px;
    margin-right: 0px;
}
section#DesvSoft {
    width: 20%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid white;
}
section#DesvSoft > h1 {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 23px;
}
section#DesvSoftB {
    width: 20%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(0, 56, 167);
}
section#DesvSoftB > h1 {
    border-bottom: 1px solid rgb(0, 56, 167);
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 23px;
}
section#DesvSoftC {
    width: 20%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(210, 144, 0);
}
section#DesvSoftC > h1 {
    border-bottom: 1px solid rgb(210, 144, 0);
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 23px;
}
section#DesvSoftD {
    width: 20%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(0, 175, 177);
}
section#DesvSoftD > h1 {
    border-bottom: 1px solid rgb(0, 175, 177);
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 23px;
}
section#Aplica {
    background-color: rgba(0, 0, 255, 0);
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
}
section#Aplica > section > p {
    font-size: 17px;
}
main#Depoi {
    display: flex;
    justify-content: space-around;
    background-color: none;
    width: 90%;
    align-items: center;
    margin-bottom: 120px;
    margin-top: 50px;
}
div#DepFull {
    padding: 20px;
    border: 1px solid white;
    border-radius: 20px;
    box-shadow: inset 1px 1px 10px 30px rgba(0, 0, 0, 0.101);
    width: 40%;
}
div#Pessoa {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 0.5px solid white;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
div#Pessoa > h2 {
    width: 80%;
    font-size: 23px;
}
div#Pessoa > img {
    width: 15%;
    max-width: 55px;
}
div#DepFull > p {
    font-size: 23px;
    color: rgba(255, 255, 255, 0.884);
    font-weight: 500;
    font-style: italic;
}
div#imgDepo {
    width: 40%;
}
div#imgDepo > img {
    width: 100%;
}
main#ProntoPara {
    margin-top: 40px;
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: space-around;
}
div#cor {
    background-color: rgb(0, 100, 207);
    width: 50%;
    padding: 20px;
    height: 90%;
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    margin-right: 20px;  
    transform: translateX(0px);
}
div#cor > h1 {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.66);
    font-weight: 400;
    margin-bottom: 40px;
}
div#cor > h1 > span {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.541);
}
section#PulandoHom {
    background-color: rgba(255, 255, 255, 0.647);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 200px;
    border-radius: 30px;
    border: 1px solid white;
}
section#PulandoHom > img {
    width: 400px;
    margin-bottom: 110px;
}
div#Pronto {
    padding: 20px;
    width: 40%;
    height: 80%;
    background-color: rgb(0, 56, 167);
    border-radius: 10px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    overflow: hidden;
    position: relative;

}
div#Pronto > button {
    font-family: 'Poppins', sans-serif;
    padding: 15px;
    background-color: rgb(0, 100, 207);
    border: 0px solid white;
    color: white;
    font-size: 20px;
    border-radius: 30px;
    width: 200px;
    border: 1px solid rgb(255, 255, 255);;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease;
}
div#Pronto > button:hover {
    color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    background-color: rgb(0, 56, 167);;
}
div#Pronto > img {
    position: absolute;
    top: 110px;
    right: -120px;
    width: 60%;
}
div#Redes > img {
    width: 25px;
    height: 25px;
    filter: invert(100%);
}
footer  {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: start;
    background-color: rgba(0, 0, 0, 0.423);
    width: 100%;
    margin-top: 20px;
}
footer > div#partEsquerd {
    background-color: none;
    display: flex;
    height: 250px;
    margin-left: 20px;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: start;
}
div#Redes {
    display: flex;
    align-items: end;
    justify-content: space-between;
    background-color: rgba(0, 0, 255, 0);
    width: 50%;
    margin-left: 20px;
}
div#partDiret {
    width: 505px;
    height: 250px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    text-align: justify;
    margin-right: 40px;
    background-color: rgba(0, 255, 255, 0);
}
div#partDiret > p {
    font-weight: 200;
    display: flex;
    justify-content: space-between;
}