body{
    font-family: "Georama", sans-serif;
    margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.menu-img{
    width: 20px;
}

.wrapper-navega{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1A171B;
}

.navbar {
    background-color: #1A171B;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo a {
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    font-weight: bold;
}

.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
}

.nav-links li {
    margin-left: 20px;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.nav-links a:hover {
    color: #f0f0f0;
}

/* Dropdown */
.dropdown {
    display: none;
}

.dropdown-content {
    position: absolute;
    left: 0;
    width: 100vw;
    background-color: #1E133A;
    min-width: 160px;
    z-index: 9999;
    bottom: -340px;
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #575757;
}








.page-wrapper{
    max-width: 100vw;
    overflow: hidden;
}


.wrapper-nav {
    max-width: 70rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Adicionado para espaçar os elementos */
    align-items: center;
}

.wrapper-logo h1 {
    color: white;
    margin: 0;
}


.container-medium {
    max-width: 70rem;
    margin: auto;
}

.padding-global{
    padding-left: 2rem;
    padding-right: 2rem;
}

.hero{
    background-color: #492277;
    background-image: url('/static/imagens/bg.svg');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.cursos{
    background-color: #f2f1f3;
    width: 100%;
    height: 100%;
}

.card-desafio-hover{
    background: white;
    width: 270px;
    height: 305px;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

.card-desafio-hover:hover {
    background: #ebebeb;
}


.wrapper-video{
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 32px;
    height: 100vh;
    max-height: 500px;
    align-content: center;
    flex-direction: column;
    max-width: 70rem;
    margin: auto;
    padding: 2rem;
}

.space4rem{
    height: 9rem;
}

.video-bg-hero{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    max-width: 100%;
}

.padding-horizontal-small{
    padding-top: 80px;
    padding-bottom: 80px;
}

.h1-hero{
    color: white;
    font-size: 3rem;
    font-weight: 400;
    margin: 0px;
}

.bold-h1{
    font-weight: 800;
}

.zx{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.logo-video{
    width: 380px;
}

.oqueeia{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    font-weight: 500;
}

.oqueeia {
    color: white;
    font-size: 48px;
    text-align: center;
    font-weight: 500;
    margin: 0px;
}

.h2-large-cinza{
    color: #3A343F;
    margin: 0px;
    font-size: 3rem;
    font-weight: 400;
}

.bold-text{
    font-weight: 600;
}

.solucoes-ia{
    background-color: #F2F1F3;
}

.card-ia{
    background-color: #23183B;
    display: flex;
    align-content: space-between;
    padding: 2rem;
}

.wrapper-text_card-ia{
    display: flex;
    align-content: center;
    padding: 2rem;
    width: 50%;
    font-size: 21px;
    line-height: 1.3;
    text-align: left;
}

.wrapper-img_card-ia{
    height: 100%;
    height: 280px;
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.img-ab{
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}


.card-roxo{
    width: 352px;
    height: 365px;
    background-color: #1E133A;
    border-radius: 16px;
    position: relative; 
    overflow: hidden;
}



.card-roxo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100"><defs><linearGradient id="wave" x1="0%" y1="0%" x2="100%" y2="0%"><stop offset="0%" style="stop-color:%2300d4ff;stop-opacity:0.4" /><stop offset="50%" style="stop-color:%2300a8cc;stop-opacity:0.6" /><stop offset="100%" style="stop-color:%230066ff;stop-opacity:0.4" /></linearGradient></defs><path fill="url(%23wave)" d="M0,20 Q250,80 500,40 T1000,60 L1000,0 L0,0 Z" opacity="0.7"/><path fill="url(%23wave)" d="M0,40 Q250,100 500,60 T1000,80 L1000,0 L0,0 Z" opacity="0.5"/></svg>') no-repeat center;
    background-size: cover;
    pointer-events: none;
}


.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}

.arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.3s ease;
}

.card-roxo.expanded .arrow {
    transform: rotate(180deg);
}

.dropdown-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    margin-top: 10px;
}

.card-roxo.expanded .dropdown-content {
    max-height: 400px;
    width: 350px;
    overflow: visible;
}

.members-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-item {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    margin-bottom: 8px;
}

.card-roxo.expanded .member-item {
    opacity: 1;
    transform: translateY(0);
}

.member-item:nth-child(1) { transition-delay: 0.05s; }
.member-item:nth-child(2) { transition-delay: 0.1s; }
.member-item:nth-child(3) { transition-delay: 0.15s; }
.member-item:nth-child(4) { transition-delay: 0.2s; }
.member-item:nth-child(5) { transition-delay: 0.25s; }
.member-item:nth-child(6) { transition-delay: 0.3s; }
.member-item:nth-child(7) { transition-delay: 0.35s; }

.member-link {
    display: block;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.member-link:hover {
    border-left-color: rgba(255, 255, 255, 0.6);
    padding-left: 18px;
   color: rgb(205, 164, 255);;
}







.p-large{
    color: white;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
}

.space8rem{
    height: 4rem;
}

.p{
    color: white;
    font-size: 81px;
    line-height: 1.9;
    font-weight: 400;
}

.flex-colum-space-2rem{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
}

.card-white{
    background-color: white;
    padding: 2rem;
}

.grid-cards_solucoes-ia{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: center;
    padding: 10px;
    gap: 2rem;
}

.cards_solucoes-ia{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.p-medium-cinza{
    color: #212529;
    font-size: 21px;
    line-height: 1.5;
    font-weight: 400;
}

.circle-icon-roxo{
    height: 40px;
    width: 40px;
    margin-bottom: 40px;
}

.img-icon{
    height: 60px;
    width: 60px;
}

.h3-card-ia{
    font-size: 21px;
    color: #212529;
    font-weight: 500;
    line-height: 1.5;
    margin: 0px;
}

.p-small-cinza{
    color: 525258;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
}

.bgcinza{
    background-color: #F2F1F3;
}

.card-desafio{
    width: 270px;
    height: 305px;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
}

.card-desafio-2{
    width: 270px;
    height: 305px;

    border-radius: 16px;
    overflow: hidden;
}

.wrapper-img-desafio{
    position: relative;
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.wrapper-text-desafio{
    height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 20px;
}

.cta-link{
    text-decoration: none;
    font-weight: 700;
    color: #A051FE;
}

.Ia-brasil{
    background-color: #492277;
    background-image: url('/static/imagens/bg.svg');
    background-size: cover;
    width: 100%;
    height: 100%;
}

.white{
    color: white;

}


.card-roxo.expanded .dropdown-content {
    max-height: 400px;
    padding: 15px 0;
}

.card-roxo.expanded{
    overflow: visible;
}


.wrapper-flex {
  display: flex;
  align-content: space-between;
  gap: 2rem;
  padding-left: 0;
}

.div-left {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.tipo-h2 {
  font-size: 2.3rem;
  line-height: 54px;
}

.wrapper-forms {
  width: 45%;
}

.text-field-large {
  height: 90px;
  width: 100%;
  border-radius: 6px;
    border: none;
    padding-left: 10px;
    margin-top: 5px;
  display: flex;
  flex-direction: column;
}

.wrapper-flex-forms {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
  border: none;
  border-radius: 30px;
}

.form-block {
  width: 100%;
  max-width: 90%;
  padding-left: 3rem;
}

.field-label {
  font-size: 15px;
  height: 44px;
  min-height: 44px;
}

.submit-button {
    margin-top: 20px;
  background-color: #a051fe;
  color: white;
  border-radius: 30px;
  height: 50px;
  width: 160px;
  border: none;
  margin-left: 1rem;
}

.span-red {
  color: red;
}

.footer{
    background-color: #DDDBDE;
}

.w-input{
    width: 190px;
    height: 44px;
    border-radius: 6px;
    border: none;
    padding-left: 10px;
    margin-top: 5px;
}

.p-small-white{
    font-size: 18px;
    color: white;
}

.flex-footer{
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.footer-roxo{
    background-color: #552B86;
    padding-top: 1rem;
    padding-bottom: 2rem;
    border-top: 10px #A051FE;
}

.colum{
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 1rem;
    margin-top: 5px;
}

.lineroxo{
    width: 100%;
    height: 10px;
    background-color: #A051FE;
}



@media (min-width: 600px) and (max-width: 768px){

    .padding-global{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .space4rem{
        height: 1rem;
    }

    .wrapper-nav {
        max-width: 70rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; /* Adicionado para espaçar os elementos */
        align-items: center;
    }
    
    .wrapper-logo h1 {
        color: white;
        margin: 0;
    }
    
    .menu {
        display: none;
    }
    
    .menu a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }
    
    .menu a:hover {
        text-decoration: underline;
    }
    
    
    .wrapper-video{
        position: relative;
        z-index: 3;
        overflow: hidden;
        border-radius: 32px;
        height: 600px;
        max-height: 600px;
        align-content: center;
        flex-direction: column;
        max-width: 70rem;
        margin: auto;
        padding: 2rem;
    }
    
    .video-bg-hero{
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; 
    }
    
    .padding-horizontal-small{
        padding-top: 4rem;
        padding-bottom: 8rem;
    }
    
    .h1-hero{
        color: white;
        font-size: 2rem;
        font-weight: 400;
    }
    
    .bold-h1{
        font-weight: 600;
    }
    
    .oqueeia{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        font-weight: 500;
    }
    
    .oqueeia{
        color: white;
        font-size: 36px;
        text-align: center;
        font-weight: 500;
    }
    
    .h2-large-cinza{
        color: #3A343F;
        font-size: 48px;
    }
    
    .bold-text{
        font-weight: 600;
    }
    
    .solucoes-ia{
        background-color: #F2F1F3;
    }
    
    .card-ia{
        background-color: #23183B;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        padding: 2rem;
    }
    
    .wrapper-text_card-ia{
        display: flex;
        align-content: center;
        padding: 0px;
        width: 100%;
        font-size: 24px;
        line-height: 1.5;
    }
    
    .wrapper-img_card-ia{
        height: 400px;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 16px;
    }
    
    
    .p-large{
        color: white;
        font-size: 21px;
        line-height: 1.5;
        font-weight: 400;
    }
    
    .space8rem{
        height: 4rem;
    }
    
    .p{
        color: white;
        font-size: 81px;
        line-height: 1.9;
        font-weight: 400;
    }
    
    .flex-colum-space-2rem{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4rem;
    }
    
    .card-white{
        background-color: white;
        padding: 2rem;
    }
    
    .grid-cards_solucoes-ia{
        display: grid;
        grid-template-columns: auto auto;
        justify-content: center;
        padding: 10px;
        gap: 2rem;
    }
    
    .cards_solucoes-ia{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .p-medium-cinza{
        color: #212529;
        font-size: 21px;
        line-height: 1.5;
        font-weight: 400;
    }
    
    .circle-icon-roxo{
        height: 40px;
        width: 40px;
        margin-bottom: 40px;
    }
    
    .img-icon{
        height: 60px;
        width: 60px;
    }
    
    .h3-card-ia{
        font-size: 21px;
        color: #212529;
        font-weight: 600;
        line-height: 1.5;
    }
    
    .p-small-cinza{
        color: 525258;
        font-size: 18px;
        font-weight: 200;
        line-height: 1.5;
    }
    
    .bgcinza{
        background-color: #F2F1F3;
    }
    
    .card-desafio{
        width: 100%;
        height: 305px;
        background-color: white;
        border-radius: 16px;
        overflow: hidden;
    }
    
    .wrapper-img-desafio{
        position: relative;
        width: 100%;
        height: 50%;
        overflow: hidden;
    }
    
    .wrapper-text-desafio{
        height: 40%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding: 20px;
    }
    
    .cta-link{
        text-decoration: none;
        font-weight: 700;
        color: #A051FE;
    }
    
    .Ia-brasil{
        background-color: #492277;
        background-image: url('/static/imagens/bg.svg');
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    
    .white{
        color: white;
    
    }
    
    .card-roxo{
        width: 100%px;
        height: 365px;
        background-color: #1E133A;
        border-radius: 16px;
        overflow: hidden;
    }
    
    
    .wrapper-flex {
      display: flex;
      flex-direction: column;
      align-content: space-between;
      gap: 2rem;
      padding-left: 0;
    }
    
    .div-left {
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      display: flex;
      align-items: center;
    }
    
    .tipo-h2 {
      font-size: 2.3rem;
      line-height: 54px;
    }
    
    .wrapper-forms {
      width: 45%;
    }
    
    .text-field-large {
      height: 90px;
      width: 100%;
      border-radius: 6px;
        border: none;
        padding-left: 10px;
        margin-top: 5px;
      display: flex;
      flex-direction: column;
    }
    
    .wrapper-flex-forms {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      display: flex;
      border: none;
      border-radius: 30px;
    }
    
    .form-block {
      width: 600px;
      padding-left: 3rem;
    }
    
    .field-label {
      font-size: 15px;
      height: 44px;
      min-height: 44px;
    }
    
    .submit-button {
        margin-top: 20px;
      background-color: #a051fe;
      color: white;
      border-radius: 30px;
      height: 50px;
      width: 160px;
      border: none;
      margin-left: 1rem;
    }
    
    .span-red {
      color: red;
    }
    
    .footer{
        background-color: #DDDBDE;
    }
    
    .w-input{
        width: 260px;
        height: 44px;
        border-radius: 6px;
        border: none;
        padding-left: 10px;
        margin-top: 5px;
    }
    
    .p-small-white{
        font-size: 18px;
        color: white;
    }
    
    .flex-footer{
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
    
    .footer-roxo{
        background-color: #552B86;
        padding-top: 1rem;
        padding-bottom: 2rem;
        border-top: 10px #A051FE;
    }
    
    .colum{
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin: 1rem;
        margin-top: 5px;
    }
    
}


@media (max-width: 600px) {

    .space4rem{
        height: 1rem;
    }

    .logo-nav{
        width: 200px;
    }


    .nav-links {
        display: none;
    }
    
    .dropdown {
        display: block;
    }

    .dropbtn {
        background-color: #1A171B;
        color: #fff;
        padding: 10px 15px;
        border: none;
        cursor: pointer;
    }

    
    .padding-global{
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .wrapper-nav {
        max-width: 70rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between; /* Adicionado para espaçar os elementos */
        align-items: center;
    }
    
    .wrapper-logo h1 {
        color: white;
        margin: 0;
    }
    
    .menu {
        display: none;
    }
    
    .menu a {
        color: white;
        text-decoration: none;
        font-weight: bold;
    }
    
    .menu a:hover {
        text-decoration: underline;
    }
    
    
    .wrapper-video{
        position: relative;
        z-index: 3;
        overflow: hidden;
        border-radius: 32px;
        height: 80vh;
        max-height: 80vh;
        align-content: center;
        flex-direction: column;
        max-width: 70rem;
        margin: auto;
        padding: 2rem;
    }
    
    .video-bg-hero{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; 
    }
    
    .padding-horizontal-small{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .h1-hero{
        color: white;
        font-size: 2rem;
        font-weight: 400;
    }
    
    .bold-h1{
        font-weight: 600;
    }
    
    .oqueeia{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        font-weight: 500;
    }
    
    .h2-large-cinza{
        color: #3A343F;
        font-size: 36px;
    }
    
    .bold-text{
        font-weight: 600;
    }
    
    .solucoes-ia{
        background-color: #F2F1F3;
    }
    
    .card-ia{
        background-color: #23183B;
        display: flex;
        flex-direction: column;
        align-content: space-between;
        padding: 2rem;
    }
    
    .wrapper-text_card-ia{
        display: flex;
        align-content: center;
        padding: 0px;
        width: 100%;
        font-size: 18px;
        line-height: 1.5;
    }
    
    .wrapper-img_card-ia{
        height: 200px;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 16px;
    }
    
    
    .p-large{
        color: white;
        font-size: 21px;
        line-height: 1.5;
        font-weight: 400;
    }
    
    .space8rem{
        height: 4rem;
    }
    
    .p{
        color: white;
        font-size: 81px;
        line-height: 1.9;
        font-weight: 400;
    }
    
    .flex-colum-space-2rem{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4rem;
    }
    
    .card-white{
        background-color: white;
        padding: 2rem;
    }
    
    .grid-cards_solucoes-ia{
        display: grid;
        grid-template-columns: auto;
        justify-content: center;
        padding: 10px;
        gap: 2rem;
    }
    
    .cards_solucoes-ia{
        max-width: 100%;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    
    .p-medium-cinza{
        color: #212529;
        font-size: 15px;
        line-height: 1.5;
        font-weight: 400;
    }
    
    .circle-icon-roxo{
        height: 40px;
        width: 40px;
        margin-bottom: 40px;
    }
    
    .img-icon{
        height: 60px;
        width: 60px;
    }
    
    .h3-card-ia{
        font-size: 18px;
        color: #212529;
        font-weight: 600;
        line-height: 1.5;
        margin: 0;
    }
    
    .p-small-cinza{
        color: 525258;
        font-size: 15px;
        font-weight: 200;
        line-height: 1.5;
    }
    
    .bgcinza{
        background-color: #F2F1F3;
    }
    
    .card-desafio{
        width: 100%;
        height: 305px;
        background-color: white;
        border-radius: 16px;
        overflow: hidden;
    }
    
    .wrapper-img-desafio{
        position: relative;
        width: 100%;
        height: 50%;
        overflow: hidden;
    }
    
    .wrapper-text-desafio{
        height: 40%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 20px;
    }
    
    .cta-link{
        text-decoration: none;
        font-weight: 700;
        color: #A051FE;
    }
    
    .Ia-brasil{
        background-color: #492277;
        background-image: url('/static/imagens/bg.svg');
        background-size: cover;
        width: 100%;
        height: 100%;
    }
    
    .white{
        color: white;
        text-align: center;
    
    }
    
    .card-roxo{
        width: 100%;
        height: 365px;
        background-color: #1E133A;
        border-radius: 16px;
        overflow: hidden;
    }
    
    
    .wrapper-flex {
      display: flex;
      flex-direction: column;
      align-content: space-between;
      gap: 2rem;
      padding-left: 0;
    }
    
    .div-left {
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      display: flex;
      align-items: center;
    }
    
    .tipo-h2 {
      font-size: 2.3rem;
      line-height: 54px;
    }
    
    .wrapper-forms {
      width: 100%;
      padding: 0px;
    }
    
    .text-field-large {
      height: 90px;
      width: 100%;
      border-radius: 6px;
        border: none;
        padding-left: 10px;
        margin-top: 5px;
      display: flex;
      flex-direction: column;
    }
    
    .wrapper-flex-forms {
      grid-column-gap: 2rem;
      grid-row-gap: 2rem;
      display: flex;
      flex-direction: column;
      border: none;
      border-radius: 30px;
    }
    
    .form-block {
        width: 100%;
      padding-left: 0px;
    }
    
    .field-label {
      font-size: 15px;
      height: 44px;
      min-height: 44px;
    }
    
    .submit-button {
        margin-top: 20px;
      background-color: #a051fe;
      color: white;
      border-radius: 30px;
      height: 50px;
      width: 160px;
      border: none;
      margin-left: 1rem;
    }
    
    .span-red {
      color: red;
    }
    
    .footer{
        background-color: #DDDBDE;
    }
    
    .w-input{
        width: 100%;
        height: 44px;
        border-radius: 6px;
        border: none;
        padding-left: 10px;
        margin-top: 5px;
    }
    
    .p-small-white{
        font-size: 18px;
        color: white;
    }
    
    .flex-footer{
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }
    
    .footer-roxo{
        background-color: #552B86;
        padding-top: 1rem;
        padding-bottom: 2rem;
        border-top: 10px #A051FE;
    }
    
    .colum{
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin: 1rem;
        margin-top: 5px;
    }
    

}