.servicio {
    max-width: 386px;
    margin: 0 auto 30px;
}
.servicio figure {
    margin-bottom: 20px;
}
.servicio .linea {
    position: absolute;
    width: 180px;
    height: 6px;
    background-color: var(--color2);
    left: 0;
    bottom: 0;
}
.servicio .title-service {
    font-size: 24px;
    line-height: 1.3;
    color: var(--colorBlanco);
}
.servicio .title-service:hover {
    color: var(--color2);
}
.capacentral .capa {
    background-image: url(../img/iconos/capa.png);
    width: 100%;
    bottom: 0;
    left: 0;
}
.capacentral .blog {
    background-color: transparent;
    left: 0;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
}
.capacentral .blog:hover {
    background-color: rgba(0, 0, 0, .43);
}
.capacentral .blog span {
    font-size: 28px;
    color: var(--colorBlanco);
    line-height: 1.1;
}
.capacentral .container .swiper-slide {
    border-left: 1px solid #ffffff52;
}
.capacentral .container .swiper-dosdos {
    border-right: 1px solid #ffffff52;
}
@media screen and (max-width: 768px){
}