.srv-cont{
    background-color: #76938d;
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 100px;
}

.rv-cont-image{
    padding-top: 10px;
    padding-bottom: 50px;
    margin-top: 100px;
    background-image: url(../../images/services/background-one.jpg);
    background-size: cover;
}

.srv-card{
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.srv-bk-card{
    background-color: white;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.srv-sbtxt{
    color: #6f6f6f;
    font-size: 91%;
}

.srv-circle-card{
    border: 1px solid #294f85;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-right: 10px;
    padding-top: 5px;
    border-bottom-style: dashed;
    border-left-style: dashed;
}

.srv-icon-sz{
    font-size: 235%;
}

.srv-sb-title{
    color: #818181;
    font-size: 82%;
}

.srv-card-marg{
    margin-bottom: 15px;
}

.srv-rbg-image{
    background-image: url(../../images/services/background.jpg);
    height: 100%;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    background-size: cover;
}

.srv-rbg-image:before {
	content:'';
	position: absolute;
    top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/*
    background-color: rgb(59 59 59 / 33%);
    */
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.srv-logo{
    position: absolute;
    height: 130px;
    left: 10px;
    top: 10px;
}

.srv-img-design1{
    background-color: white;
    width: 11px;
    height: 50px;
    z-index: 1;
    position: absolute;
    bottom: 58px;
    left: -5px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.srv-img-design2{
    background-color: white;
    width: 11px;
    height: 50px;
    z-index: 1;
    position: absolute;
    top: 58px;
    right: -5px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

.services-ncard-body{
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    height: 100%;
    
}

.services-ncard-content{
    padding: 15px;
}

.services-ncard-iconbody{
    background-color: #76938d42;
    padding-top: 30px;
    padding-bottom: 30px;
}

.services-ncard-iconcircle{
    background-color: white;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 15px;
}

.services-ncard-title{
    color: #415551;
}

.services-ncard-bmargin{
    margin-top: 20px;
}

.services-lncard-body{
    background-color: white;
    height: 100%;
}

.services-lncard-container{
    padding: 15px;
    padding-top: 35px;
}

.services-lncard-image{
    height: 145px;
}

.services-lncard-logo{
    height: 50px;
    top: -25px;
}

.services-lncard-design{
    background-color: #ffffffa6;
    width: 146px;
    height: 28px;
    position: absolute;
    bottom: 0;
}

.wrap{
    width: 100%;
    max-width: var(--max-width);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    padding: var(--padding);
    color: white;
}

/* Lista en columnas verticales (llenado de arriba hacia abajo) */
.column-list{
    margin: 0;
    padding-left: 1.2rem; /* para viñetas */
    list-style-position: inside;
    column-count: 3;        /* <-- 3 columnas por defecto */
    column-gap: var(--gap);
    line-height: 1.8;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
}

.column-list li{
    /* evita que un item se divida si es largo */
    break-inside: avoid;
    padding: 0.1rem 0;
}

/* cuando la resolución/anchura sea 375px o menos -> 2 columnas */
@media (max-width: 375px){
    .column-list{
    column-count: 2;   /* <-- cambio a 2 columnas */
    }
}

/* Opcional: mejora visual en pantallas muy pequeñas */
@media (max-width: 360px){
    .wrap { padding: 0.8rem; }
    .column-list { column-gap: 1rem; }
}

.services-nbimg{
    position: absolute;
    height: 270px;
    right: -88px;
    top: -1px;
}

.services-nbimg2{
    position: absolute;
    left: -80px;
    bottom: 62px !important;
    height: 270px;
}

.services-background-hide{
    overflow: clip;
}

.services-logo{
    height: 320px;
}

.services-margin-mobile{
    margin-top: 20px;
}

@media screen and (max-width: 768px){
    .services-logo{
        height: 234px;
    }
}

@media screen and (max-width: 460px){
    .services-logo-mobile{
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
}