section.serv_ofre .content p{
    color: #453D3B;
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
}
section.serv_ofre h2{
    font-size: 45px;
    font-weight: 300;
    color: #2C5904;
}
section.serv_ofre h2 b{
    font-weight: 700;
    color: #72B344;
}
section.serv_ofre .slider-serv .card{
    background-color: #F6F4E8;
    border: none;
    border-radius: 25px;
    height: 300px;
}
.acompa .card{
    background-color: #F6F4E8;
    border: none;
    border-radius: 25px;
}
section.serv_ofre .card .ico-tt{
    color: #2C5904;
    line-height: 1.3;
        font-weight: 500;
}
section.serv_ofre .card .ico-tt span {
    margin-top: 1rem;
    display: block;
} 
section.serv_ofre .card .text_serv p{
    font-size: 14px;
    font-weight: 500;
    color: #453D3B;
    line-height: normal;
}
.acompa span{
    color: #2C5904;
    font-size: 28px;
    font-weight: 700;
}
.acompa li{
    font-size: 18px;
    color: #453D3B;
    font-weight: 500;
line-height: normal;
}

.acompa ul.ac-list{
  padding-left:18px;   
  column-count:2;
  column-gap:46px;
}
.ac-list li:nth-child(4){
  break-after: column;
  -webkit-column-break-after: always; /* Safari/Chrome antiguos */
  column-break-after: always;         /* legacy */
}
.acompa hr {
    margin-top: 0;
    border-top: 1px solid white;
    width: 50%;
}

.acompa .card{
    border-radius: 16px !important;
}
.portal_pro p span {
    font-size: 40px;
}
.portal_pro p b {
    color: #2C5904;
    font-size: 40px;
    font-weight: 700;
}
.portal_pro p {
    color: #453D3B;
    font-weight: 300;
    font-size: 24px;
    line-height: normal;
    margin-bottom: 2rem;
}
a.btn-ingresa {
    background-color: #2C5904;
    color: #F6F4E8;
    padding: 7px 100px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-block;
}
section.portal{
    background-color: var(--crema);
}
.portal .card, .portal .card img{
    border-radius: 8px;
    border: none;
}
.portal .card{
    box-shadow: 0px 4px 22.9px 0px rgba(0, 0, 0, 0.15);
}
.portal .portal_text span{
    color: #2C5904;
    font-weight: 400;
    line-height: normal;
    font-size: 36px;
}
.portal .portal_text span b{
    font-weight: 700;
}
.portal .portal_text p{
    color: #2C5904;
    font-size: 16px;
font-style: normal;
font-weight: 600;
}

a.btn-descargala {
        background-color: #FFD500;
    padding: 10px 90px;
    line-height: 1;
    color: #F6F4E8;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 700;
        display: inline-block;
}
a.btn-descargala:hover{
    text-decoration: none;
    color: #2D5814;
    background-color: #72BE44;
}
button.serv-next.slick-arrow {
    right: 0;
}
button.serv-prev.slick-arrow {
    left: 0px;
}
button.serv-next.slick-arrow, button.serv-prev.slick-arrow {
    border: none;
    background-color: transparent;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 600px){
    .ac-list{ column-count:1; }
    section.serv_ofre .content p, section.serv_ofre .card .ico-tt span {font-size: 15px;}
    section.serv_ofre h2 {font-size: 25px;}
    section.serv_ofre .card .ico-tt {display: flex;flex-direction: column;align-items: center;}
    section.serv_ofre .card .text_serv p {font-size: 12px;}
    section.serv_ofre .slider-serv .card {height: 320px; justify-content: center;}
    .acompa span {font-size: 20px;}
    .acompa li {font-size: 13px;}
    .acompa hr {margin: 0 auto 1rem auto;}
    .portal_pro p {font-size: 18px;margin-bottom: 1rem;}     
    .portal_pro p b {font-size: 24px;}
    .portal_pro p span {font-size: 22px;}
    a.btn-ingresa {font-size: 18px;} 
    .portal .portal_text span {font-size: 20px;text-align: center;}
    .portal .portal_text p {font-size: 15px; line-height: normal;}
    .portal_text {text-align: center;}
}