.container-relativo {
    position: relative;
}

.lineaMedio,
.lineaMedioSinBanner {
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, #77BE28, #00A8B0);
    background: -moz-linear-gradient(to bottom, #77BE28, #00A8B0);
    background: -webkit-linear-gradient(to bottom, #77BE28, #00A8B0);
    background: -o-linear-gradient(to bottom, #77BE28, #00A8B0);
    top: 0;
    left: 50%;
}

.lineaMedio {
    transform: translate(-50%, -10%);
    -webkit-transform: translate(-50%, -10%);
    -moz-transform: translate(-50%, -10%);
    -o-transform: translate(-50%, -10%);
    height: 130%;
}

.lineaMedioSinBanner {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 100%;
}

.relative {
    position: relative;
}

.lineaMediHistorias1,
.lineaMediHistorias2 {
    content: "";
    position: absolute;
    width: 4px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 100%;
}

.lineaMediHistorias1 {
    background: #00A8B0;
}

.lineaMediHistorias2 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#77be28+0,77be28+58,00a8b0+92 */
    background: #77be28;
    /* Old browsers */
    background: -moz-linear-gradient(top, #77be28 0%, #77be28 58%, #00a8b0 92%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #77be28 0%, #77be28 58%, #00a8b0 92%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #77be28 0%, #77be28 58%, #00a8b0 92%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#77be28', endColorstr='#00a8b0', GradientType=0);
    /* IE6-9 */
}

.anio-container {
    width: auto;
    height: auto;
    /* border-radius: 50%;*/
}

.anio-container span {
    line-height: 3rem;
}

.circulo,
.circuloSinBanner {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #00A8B0, #77BE28);
    background: -moz-linear-gradient(to bottom, #00A8B0, #77BE28);
    background: -webkit-linear-gradient(to bottom, #00A8B0, #77BE28);
    background: -o-linear-gradient(to bottom, #00A8B0, #77BE28);
    top: 0;
    left: 50%;
    z-index: 1;
}

.circuloSinBanner {
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -o-transform: translateX(-50%);
}

.circulo {
    transform: translate(-50%, calc( -100% - 3.5vw));
    -webkit-transform: translate(-50%, calc( -100% - 3.5vw));
    -moz-transform: translate(-50%, calc( -100% - 3.5vw));
    -o-transform: translate(-50%, calc( -100% - 3.5vw));
}

.circuloHistoria {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: linear-gradient(to bottom, #00A8B0, #77BE28);
    background: -webkit-linear-gradient(to bottom, #00A8B0, #77BE28);
    background: -moz-linear-gradient(to bottom, #00A8B0, #77BE28);
    background: -o-linear-gradient(to bottom, #00A8B0, #77BE28);
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.wrapper {
    width: 100%;
}

.padded-container {
    height: 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.img {
    width: 100%;
    height: 100%;
}

.centered {
    position: absolute;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    margin: auto;
}

.img-fondo-gradient {
    background: -webkit-linear-gradient(left, rgba(119, 190, 40, 0.65) 0%, rgba(115, 188, 32, 0.65) 28%, rgba(0, 168, 176, 0.65) 76%, rgba(0, 168, 176, 0.65) 100%);
    background: -moz-linear-gradient(left, rgba(119, 190, 40, 0.65) 0%, rgba(115, 188, 32, 0.65) 28%, rgba(0, 168, 176, 0.65) 76%, rgba(0, 168, 176, 0.65) 100%);
    background: linear-gradient(left, rgba(119, 190, 40, 0.65) 0%, rgba(115, 188, 32, 0.65) 28%, rgba(0, 168, 176, 0.65) 76%, rgba(0, 168, 176, 0.65) 100%);
    background: -o-linear-gradient(left, rgba(119, 190, 40, 0.65) 0%, rgba(115, 188, 32, 0.65) 28%, rgba(0, 168, 176, 0.65) 76%, rgba(0, 168, 176, 0.65) 100%);
    padding: 0 4rem;
}

.color-anio {
    color: rgb(21, 59, 99);
}

@media (min-width: 768px) {
    .offset-md-custom-1 {
        margin-left: 8.35%;
    }
}

.h2 {
    font-size: 1.9rem;
}

.over-flow-texto {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    word-break: break-word!important;
    overflow-wrap: break-word!important;
}

.tituloPrincipales {
    font-size: 2rem;
}

@media (min-width: 768px) {
    .my-md-5-custom {
        margin-top: 6rem !important;
        margin-bottom: 6rem !important;
    }
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
    .img-fondo-gradient {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .circulo {
        transform: translate(-50%, calc( -100% - 10vw));
        -webkit-transform: translate(-50%, calc( -100% - 10vw));
        -moz-transform: translate(-50%, calc( -100% - 10vw));
        -o-transform: translate(-50%, calc( -100% - 10vw));
    }
    .img-fondo-gradient {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) {
    .h2 {
        font-size: 1.6rem;
    }
    .img-fondo-gradient {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) {}


/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.col-md-1-custom {
    flex: 0 0 4%;
    max-width: 4%;
}