@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

h1, h2, h3, h4, h5, h6, p, span  {
  font-family: Nunito Sans;
  font-style: normal;}



h4 {
color: var(--interface-dark-deep, #393B47);
font-size: 16px;
font-style: normal;
font-weight: 800;
line-height: 18px; /* 112.5% */
margin: 0px

}

p
{
color: var(--color-interface-dark-down, #67697A);
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 21px; /* 131.25% */

}


.cards-corpo {
width: 100%;
    max-width: 1204px;
    margin: 0 auto;
}

.tres_cards {
display: flex;
gap: 16px;
 width: 100%;
align-items: center;
}

.card {
border: solid 1px #EBECF5;
    padding: 24px;
    border-radius: 8px;
  background: var(--interface-light-pure, #FFF);
  width: 100%;
  max-width: 348px;
}

.cta-card  {
  margin-top: 24px;
display: flex;

  
}

.cta-card {
color: var(--brand-primary-pure, #0025E0);
text-align: center;
font-family: Nunito Sans;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 100%; /* 16px */
  text-decoration: none;

}

.cta-card:hover {
color: #5872F5;
text-decoration: none;
}

.card span {
display: flex;
    align-items: center;
    gap: 8px;
  
}

discription{
color: var(--color-interface-dark-up, #AAADC0);

/* Description */
font-family: Nunito Sans;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px; /* 150% */
  margin-bottom: 24px;

}


/*--tablet--*/
@media (max-width: 720px) {

}



/*--mobile--*/
@media (max-width: 480px) {
  
  .tres_cards {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
  
  h1, h2, h3, h4, h5, h6  {
text-align: center;


}




