.border-container {
    border: 1px solid var(--c-rojo);
    border-radius: 40px;
}

.tittle-underline {
    text-decoration: underline var(--c-rojo);
    text-underline-offset: 8px;
}

.bg-ico .vce-asset-background-simple-item {
    background-size: 45% !important;
    background-position: 110% center !important;
}

.img500,
.img500 figure,
.img500 img {
    max-width: 500px !important;
    margin: auto;
}

.img400,
.img400 figure,
.img400 img {
    max-width: 400px !important;
    margin: auto;
}

.tit-bg h2 {
    position: relative;
    z-index: 1;
}

.tit-bg h2::after {
    content: "";
    position: absolute;
    background-color: var(--c-granate);
    background: linear-gradient(90deg, hsl(350, 87%, 22%) 0%, rgba(23, 28, 6, 0) 100%);
    border-radius: 15px;
    height: calc(100% + 40px);
    width: calc(100% + 250px);
    z-index: -1;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gradient-bg::before {
    content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

/* SERVICIOS */

.bloque-lista {
    background: var(--c-granate);
    background: linear-gradient(180deg, rgba(22, 2, 1, 0) 10%, rgba(108, 0, 0, 1) 100%);
    padding: 0 0 40px 0;
    border-radius: 15px;
    margin-bottom: 50px;
}

.numero p {
    font-size: 40px;
    padding-right: 10px;
    padding-top: 5px;
    color: transparent;
    -webkit-text-stroke-color: #ffffff;
    -webkit-text-stroke-width: 1px;
    text-shadow: 6px 4px 3px #1d2327;
}

.bloque-lista .vce-col-content {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
}

.vce-text-block h3 {
    color: var(--c-claro);
    text-shadow: var(--c-oscuro) 0px 0px 5px;
    font-size: 30px;
    padding: 10px 0;
}

.texto-bloque p {
    padding-right: 45px;
}

