:root {
    --negro         : #000000;
    --azul1         : #4CC0E0;
    --azul2         : #29A2D1;
    --verdeBrilloso : #ABCA27;
    --verdeClaro    : #5FBC2E;
    --verdeRgba     : #F0FAEA;
}

p {
    margin-bottom: 0;
}

.contenido-desc h2 {
    margin-bottom: 4rem;
}

.linea-tiempo-items {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.linea-tiempo-items::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--verdeBrilloso);
    left: calc(50% - 1px);
}

.linea-tiempo-item {
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
}

.linea-tiempo-item:last-child {
    margin-bottom: 0;
}

.linea-tiempo-item:nth-child(odd) {
    padding-right: calc(50% + 30px);
    text-align: right;
}

.linea-tiempo-item:nth-child(even) {
    padding-left: calc(50% + 30px);
}

.linea-tiempo-punto {
    width: 16px;
    height: 16px;
    background-color: var(--verdeClaro);
    position: absolute;
    left: calc(50% - 8px);
    border-radius: 50%;
    top: 10px;
}

.linea-tiempo-contenido {
    background-color: var(--verdeRgba);
    padding: 20px;
    border-radius: 1rem;
}

.linea-tiempo-contenido h3 {
    font-size: 20px;
    color: var(--azul2);
    margin: 0 0 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.linea-tiempo-contenido p {
    color: var(--negro);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

@media (max-width: 760px) {
    .linea-tiempo-items::before {
        left: 7px;
    }

    .linea-tiempo-item:nth-child(odd) {
        padding-right: 0;
        text-align: left;
    }

    .linea-tiempo-item:nth-child(odd),
    .linea-tiempo-item:nth-child(even) {
        padding-left: 37px;
    }

    .linea-tiempo-punto {
        left: 0;
    }
}

@media (max-width: 380px) {
    .linea-tiempo-item:nth-child(odd),
    .linea-tiempo-item:nth-child(even) {
        padding-left: 15px;
    }
}

.links-navbar .activo-serv {
    color: var(--azul1);
    border-bottom: 3px solid var(--azul1);
}
.elemento-texto-2 h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    line-height: 2rem;
}

@media (max-width: 1200px) {
    .elemento-texto-2 h2 {
        margin-top: 1.5rem;
    }
}
