.timeline {
    position: relative;
    /* background: #F7F7F7; */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5rem;
    margin: 0 auto 1rem auto;
    overflow: hidden;
}

.timeline:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -2px;
    border-right: 2px dashed #4b546f;
    height: 100%;
    display: block;
}

.timeline-row {
    padding-left: 50%;
    position: relative;
    margin-bottom: 30px;
}

.timeline-row .timeline-time {
    position: absolute;
    right: 50%;
    top: 15px;
    text-align: right;
    margin-right: 20px;
    color: #bcd0f7;
    font-size: 1.5rem;
}

.timeline-row .timeline-time small {
    display: block;
    font-size: 0.8rem;
}

.timeline-row .timeline-content {
    position: relative;
    padding: 20px 30px;
    background: #F7F7F7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 16px;
    width: 16px;
    background: #F7F7F7;
}

.timeline-row .timeline-content:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -49px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 10;
    background: #F7F7F7;
    border: 2px dashed #4b546f;
}

.timeline-row .timeline-content h4 {
    margin: 0 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 150%;
}

.timeline-row .timeline-content p {
    margin-bottom: 30px;
    line-height: 150%;
}

.timeline-row .timeline-content i {
    font-size: 1.2rem;
    line-height: 100%;
    padding: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #F7F7F7;
    margin-bottom: 10px;
    display: inline-block;
}

.timeline-row .timeline-content .thumbs {
    margin-bottom: 20px;
    display: flex;
}

.timeline-row .timeline-content .thumbs img {
    margin: 5px;
    max-width: 60px;
}

.timeline-row .timeline-content .badge {
    color: #ffffff;
    background: linear-gradient(120deg, #00b5fd 0%, #0047b1 100%);
}

.timeline-row:nth-child(even) .timeline-content {
    margin-left: 40px;
    text-align: left;
}

.timeline-row:nth-child(even) .timeline-content:after {
    left: -8px;
    right: initial;
    border-bottom: 0;
    border-left: 0;
    transform: rotate(-135deg);
}

.timeline-row:nth-child(even) .timeline-content:before {
    left: -52px;
    right: initial;
}

.timeline-row:nth-child(odd) {
    padding-left: 0;
    padding-right: 50%;
}

.timeline-row:nth-child(odd) .timeline-time {
    right: auto;
    left: 50%;
    text-align: left;
    margin-right: 0;
    margin-left: 20px;
}

.timeline-row:nth-child(odd) .timeline-content {
    margin-right: 40px;
}

.timeline-row:nth-child(odd) .timeline-content:after {
    right: -8px;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
}

@media (max-width: 992px) {
    .timeline {
        padding: 15px;
    }

    .timeline:after {
        border: 0;
    }

    .timeline .timeline-row:nth-child(odd) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content {
        margin: 0;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(odd) .timeline-content:after {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) {
        padding: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-time {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content {
        margin: 0;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:before {
        display: none;
    }

    .timeline .timeline-row:nth-child(even) .timeline-content:after {
        display: none;
    }
}

/* ### Estilos personalizados ### */
.card-title {
    text-transform: uppercase;
}

.card-position-left {
    margin-left: 40px;
}

.card-position-right {
    margin-right: 40px;
}



/* Layout Beneficios exclusivos */
.avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}

.benefit {
    text-align: center;
    margin: 20px;
}

.benefit-icon {
    font-size: 50px;
    color: #007bff;
}

.benefit-text {
    margin-top: 10px;
}

.benefits-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.benefit-top,
.benefit-bottom {
    width: 100%;
    display: flex;
    justify-content: center;
}

.benefit-left,
.benefit-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: large;
    color: #1C3E5E !important;
}

.separetor-card {
    border-right: 2px solid #1C3E5E;
}



/* ## layout ## */
.container-card {
    border: 2px solid;
    color: #1C3E5E;
    border-radius: 30px;
    padding: 15px;
}

.button-inscripcion {
    background: #1C3E5E;
    color: white;
    border-radius: 20px;
    padding: 10px;
}

.services-list {
    padding-top: 50px;
}
.services-list .service-block {
    margin-bottom: 25px;
}
.services-list .service-block .ico {
    font-size: 38px;
    float: left;
}
.services-list .service-block .text-block {
    margin-left: 58px;
}
/* .services-list .service-block .text-block .name {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
} */
.services-list .service-block .text-block .info {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
/* .services-list .service-block .text-block .text {
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
} */


.card-container {
    background-image: url("../img/landing/banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

/* Media query */

@media (max-width: 767px) {
    .avartar-benefit {
        display: none;
    }
    .separetor-card {
        border-bottom: 2px solid #1C3E5E;
        border-right: none;
    }

    .responsive-img {
        display: none;
        /* content: url("../img/landing/web-site-movil.svg"); */
    }
}

@media (max-width: 576px) {
    .card-position-left {
        margin-left: 0;
    }

    .card-position-right {
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .card-position-left {
        margin-left: 0;
    }

    .card-position-right {
        margin-right: 0;
    }

    .responsive-img {
        content: url("../img/landing/web-site-movil.svg");
    }
}