p{
    font-size: 16px;
}



.Modern-Slider .item p {
    max-width: 680px !important;
    font-size: 1.25rem;
    margin: 0 auto;
}




.section-soluciono svg{
    width: 40px;
    height: 40px;
    color: #496781;
}


.section-soluciono ul{
    padding: 16px 24px;
    border-radius: 16px;
    background-color: #F9FAFB;
    margin-top: 24px;
    position: relative;
}

.section-soluciono ul::before{
    content: '';
    width: 36px;
    height: 36px;
    background-color: #F9FAFB;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    rotate: -45deg;
}

.section-soluciono ul li{
    display: flex;
    padding: 12px 0;
    border-bottom: 1px dashed rgb(73, 103, 129, .2);

    align-items: start;

    gap: 4px;
}

.section-soluciono ul li:last-child{
    border-bottom: none;
}

.section-soluciono .bi-check2{
    width: 24px;
    height: 24px;
    color: rgb(3, 155, 3);
}

.section-heading h2 {
    font-size: clamp(24px, 4.444vw, 36px);
}

.navbar .navbar-toggler {

    background-color: transparent;
    border: none;
    border-radius: 4px;
    right: 10px;
    top: 20px;
}


.navbar .navbar-toggler-icon:after {
   
    font-size: 32px;
    line-height: 26px;
    color: #fff;

}


.navbar-toggler-icon{
    width: auto;
}
@media(max-width:768px){
    .Modern-Slider h1{
        font-size: 24px;
        margin-top: 15px;
    }
    .Modern-Slider .item p{
        font-size: 15px;
        line-height: 1.4;
    }
    .Modern-Slider .text-content{
    padding: 0 15px;
}
    header .navbar {
        height: 70px;
    }
}


a.filled-button {
   
    padding: 24px 40px;
    border-radius: 50px;
    font-size: 16px;

}


.down-content a.filled-button {
    padding: 10px 29px;
}

.service-item p{
    line-height: 1.4;
    min-height: 80px;
}


.section-heading span {

    text-transform:none;
    font-size: 16px;
}

.services {
    margin-top: 0;
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        position: absolute;
        left: 15px;
        top: 8px;
    }

    #navbarResponsive {
        z-index: 99999;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        text-align: center;
        background-color: #fff;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    }

    a.filled-button {
   
    padding: 20px 30px;


}


.background-header .navbar-nav a.nav-link {
    color: #496781 !important;
}


.service-item p{
    min-height: auto;
    margin-bottom: 16px;
}

.service-item{
    margin-bottom: 40px;
}

.card-mentoria{
    display: flex;
    flex-direction: column;
    padding-bottom: 52px;
}
.card-mentoria:last-child{
    margin-bottom: 0;
}

.service-item h4 {

    margin-top: 0;
}



}





.background-header .navbar {
    padding: 5px 0 0 0;
}



.navbar .navbar-nav a.nav-link {
    border-bottom: 3px solid transparent;
}


.card-atuacao{
    background-color: rgb(255, 255, 255);
    padding:6px;
    border-radius: 24px;
    height: 100%;
}

.card-atuacao__infos{
    padding: 24px;
    display: flex;
  flex-direction: column;
    flex-grow: 1;
}

.card-atuacao figure{
    margin-bottom: 0;
}

.card-atuacao figure img{
    border-radius: 24px;
}

.card-atuacao p{
    line-height: 1.4;
    margin-top: 8px;
}

.card-atuacao .primary-btn{
    letter-spacing: 0;
    text-align: center;
    min-height: 68px;
    align-items: center;
    display: flex;
    margin-top: auto;
    border-radius: 26px;
    transition: .2s all ease-in-out;
}


.card-atuacao .primary-btn:hover{
    background-color: #1490b9;
    border-color: #1490b9;
}



.card-atuacao {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-atuacao__infos {
  display: flex;
  flex-direction: column;
  flex: 1; 
  padding: 20px;
}

.btn-wrapper {
  margin-top: auto;
  padding-top: 20px; 
}

.card-atuacao figure {
  margin-bottom: 0;
  flex-shrink: 0; 
}

.card-atuacao figure {
  margin: 0;
  padding: 0;
  overflow: hidden; 
  width: 100%;
  aspect-ratio: 4 / 3; 
}

.card-atuacao figure img {
  width: 100%;
  height: 100%;

  object-fit: cover; 
  object-position: center;
}

.card-atuacao__infos h4{
    display: flex;
    align-items: center;
    color: #0D5B76;
    gap:6px;
}



.card-atuacao__infos h4 svg{
    width: 22px;
    height: 22px;
}





footer ul.menu-list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}


footer ul.menu-list li, footer ul.menu-list li a{
    display: flex;
    gap: 8px;
    font-size: 20px;
}


footer ul.menu-list li svg{
    width: 22px;
    height: 22px;
}


.lista-palestras {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.lista-palestras li {
    background-color: aliceblue;
    border-radius: 8px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    list-style: none; 
    padding: 20px;
    line-height: 1.25;
}


footer ul.menu-list-menu{
    font-size: 16px !important;
}

@media (max-width: 768px) {
    footer .footer-item {
        border-bottom: 1px solid #343434;
        margin-bottom: 30px;
        padding-bottom: 30px;

        padding: 0;
        margin: 0;
        border: none;
    }
}


h2{
    line-height: 1;
    gap: 8px;
}


h2 svg{
    width: 28px;
    height: 28px;
}

.primary-btn{
    letter-spacing: 0;
}



.lista-palestras {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 1200px) {
    .lista-palestras {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 992px) {
    .lista-palestras {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .lista-palestras {
        grid-template-columns: 1fr;
    }
}



p {
    
    line-height: 1.45;
}