/* Aplica order:1 às 5 primeiras .box-servico */
main.home-main .setores-home .principais-servicos .area-servicos .box-servico:nth-child(-n+4) {
  order: 1;
}

/* Aplica order:2 às 5 últimas .box-servico */
main.home-main .setores-home .principais-servicos .area-servicos .box-servico:nth-last-child(-n+6) {
  order: 3;
}

main.home-main .setores-home .principais-servicos .area-servicos .texto-destaque {
    order: 2;
}

#lightSlider {
    height: auto !important;
}

.corsan_container{
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
}

.corsan_content{
    padding: 64px 0;
}
.corsan_content .corsan_flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.corsan_content .corsan_flex .corsan_right{
    width: 100%;
    max-width: 808px;
}

.corsan_tag{
    font-family: 'Baloo 2', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: left;
    margin: 0 0 16px;
    color: #1C7438;
}

.corsan_title{
    width: 100%;
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 0;
    color: #535353;
    font-weight: lighter;
    line-height: 44px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 16px;
    text-align: left;
    margin: 0 0 42px;
}

.corsan_title.area{
    margin: 48px 0 42px;
}

.corsan_title-desc{
    font-family: Baloo;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    color: #535353;
}


.corsan_text{
    width: 100%;
    font-family: 'Source-Sans-Pro';
    font-size: 18px;
    color: #7b7b7b;
    line-height: 26px;
    margin-bottom: 12px;
}

.corsan_text strong{
    font-family: 'Source-Sans-Pro';
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
}

.corsan_box-city{
    margin: 0 0 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: start;
}

.corsan_box_single{
    width: 248px;
    height: 238px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    background: #1C7438;
    border-radius: 10px;
    padding: 34px;
}

.corsan_box_single a{
    display: flex;
    justify-content: center;
    gap: 8px;
    background: #fff;
    width: 100%;
    max-width: 180px;
    font-family: 'Baloo 2', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
    border-radius: 20px;
    padding: 14px;
    align-items: center;
    color: #1C7438;
    text-decoration: none;
    transition: box-shadow 0.3s ease;
}

.corsan_box_single a:hover {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}


.corsan_title-box{
    font-family: 'Baloo 2', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.corsan_list{
    margin: 20px;
}

.corsan_list li{
    list-style-type: disc;
    display: revert;
}

.corsan_list li::marker {
    color: #535353;
    font-size: 25px; 
  }

  @media (max-width:768px){
    .corsan_content{
        padding: 32px 0;
    }
    .corsan_content .corsan_flex{
        flex-direction: column;
        padding: 0 20px;
    }
    .corsan_box-city{
        gap: 24px;
        justify-content: space-between;
    }

    .corsan_box_single{
        width: 100%;
        max-width: 48%;
    }


    .corsan_title{
        font-family: 'Baloo 2', sans-serif;
        font-size: 24px;
        font-weight: 800;
        line-height: 26px;
    }
  }

  @media (max-width:480px){
    .corsan_box_single{
        max-width: 90%;
        margin: 0 auto;
    }
  }