@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

* {
    padding: 0%;
    gap: 0px;
}
body {
    padding: 50px;
    background-color: #e8eaee;
    align-items: center;
    justify-content: center;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
   
}
.conteiner-1-ALL {
    width: 100%;
    height: auto;
    background-color: #f7f7f7 ;
}

.nav-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
}
.nav-bar-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 30px;
}

.button-nav {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button {
    height: 32px;
    width: 80px;
    border-radius: 20px;
    font-family: "Poppins";
    font-weight: 600;
}

.button-1 {
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
}

.button-2 {
  background-color:  #544cf2;
  border: solid 1px #3c35cc;
  color: #e0e0e0;
}

.tex-destaque {
    font-size: 50px;
}

.dps {
    display: flex;
    gap: 5px;
}

.primary-img-1 {
    border-radius:  30px 0px 0px;
    padding:7px;
}

.primary-img-2 {
    border-radius:  0px 30px 0px 00px; /* top-left, top-right, bottom-right, bottom-left */
    padding: 7px;
}
.primary-img-3 {
    border-radius:  0px 0px 0px 30px; /* top-left, top-right, bottom-right, bottom-left */
    padding: 7px;
}

.imgs-1 {
    display: flex;
    gap: 7px;
    flex-direction: column;
    
}

.imgs-2 {
    display: flex;
    gap: 10px;
    flex-direction: column;
    
}

.sub-conteiner-1 {
    background-color: #d2d7e0;
    width: 250px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    border-radius: 0px 0px 30px 0px;
    gap: 10px;
    padding: 3px;
}

.essentias {
    padding: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-1 {
    align-items: center;
    justify-content: center;

}

.button-3 {
  background-color: #3c35cc;
  color: #e0e0e0;
  border: solid 1px;
  width: 150px;
  font-weight: 400;
  height: 40px;
}

.button-4 {
  background-color:  #ffffff;
  border: solid 1px #00000023;
  color: #000000;
  width: 150px;
  font-weight: 400;
  height: 40px;
}



.dps {
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.espacamento {
    width: 10%;
}

.colunado-1 {
    display: flex;
    gap: 10px;
}

/* Adicione ao seu arquivo style.css */
.contet-1 {
    display: flex;
    gap: 40px;
    align-items: center;
    margin-top: 20px;
}

.colunado-1, .colunado-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.colunado-1 img, .colunado-2 img {
    margin-bottom: 8px;
}

.subtitle {
    color: #888;
    font-size: 14px;
    margin-top: 4px;
}

.mine-footer-1 {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.315);
    padding: 10px;
    gap: 10px;
}


.mine-footer-2 {
    padding: 20px;
    font-weight: 100;
    display: flex;
    align-items: center;
    background-color: #3d35ccb2;
    
}

.mine-footer-3 {
    padding: 20px;
    font-weight: 100;
    display: flex;
    align-items: center;
    background-color: #cc3535b2;   
}

