

/* Backgrounds */
.page-template-cursos {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media only screen
and (min-width : 961px) {
    .page-template-cursos.servicios {
        background-image: url('../../img/layout/cursos/background-desktop-servicios.jpg');
    }
    .page-template-cursos.capacitaciones {
        background-image: url('../../img/layout/cursos/background-desktop-capacitaciones.jpg');
    }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .page-template-cursos.servicios {
        background-image: url('../../img/layout/cursos/background-mobile-servicios.jpg');
    }
    .page-template-cursos.capacitaciones {
        background-image: url('../../img/layout/cursos/background-mobile-capacitaciones.jpg');
    }
}
/* Bttns */
.page-template-cursos.servicios .content-cursos .bttn {
    background: var(--bttn-green);
    border: 0;
}
.page-template-cursos.capacitaciones .content-cursos .bttn {
    background: var(--bttn-blue);
    border: 0;
}

/* Header */
.header-cursos {
    position: relative;
    padding: 9.8rem 0 2.5rem;
}
.header-cursos h1,
.header-cursos p {
    color: var(--main-white);
    max-width: 77.2rem;
}
.header-cursos h1 {
    font-size: 2.4em;
    line-height: 1.16em;
    font-weight: 900;
    margin-bottom: 1.5rem;
}   
.header-cursos p {
    font-size: 1.5em;
    line-height: 1.26em;
    letter-spacing: 0.03em;
    font-weight: 500;
}

@media only screen
and (min-width : 961px) {
    .header-cursos {
        padding: 18.4rem 0 4.5rem;
    }
    .header-cursos h1,
    .header-cursos p {
        color: var(--main-gray);
    }
    .header-cursos h1 {
        font-size: 4.6em;
        line-height: 1.17em;
        margin-bottom: 3.5rem;
    }
    .header-cursos p {
        font-size: 1.8em;
        line-height: 1.33em;
    }

}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}


.content-cursos {
    position: relative;  
    padding: 0 0 6.4rem;
}
.content-cursos h2 {
    color: var(--main-white);
    font-size: 1.5em;
    line-height: 1.2em;
    margin-bottom: 4rem;
    letter-spacing: 0.03em;
}
.content-cursos .box {
    background-color: var(--main-white);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3rem;
    padding: 2rem;
    margin-bottom: 1.5rem;
}
.content-cursos .description {
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.content-cursos .box h3 {
    font-size: 1.9em;
    line-height: 1.36em;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: 1rem;
}
.content-cursos .box li,
.content-cursos .box p {
    font-size: 1.3em;
    line-height: 1.3em;
    letter-spacing: .03em;
    color: var(--main-gray);
}
.content-cursos .box li {
    position: relative;
}
.content-cursos .box li::before {
    content: "";
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: #000;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 1rem;
}
.content-cursos .bttn {
    width: 100%;
}
.bttn__cta {
    width: 100%;
    max-width: 56.1rem;
    margin-top: 3rem;
}

@media only screen
and (min-width : 961px) {
    .content-cursos {
        padding: 0 0 10.6rem;
    }
    .content-cursos h2 {
        color: var(--main-gray);
        font-size: 3.2em;
        line-height: 1.15em;
        margin-bottom: 4.9rem;
    }
    .content-cursos .box {
        padding: 3.4rem 3.7rem;
        margin-bottom: 2.3rem;
    }
    .content-cursos .description {
        max-height: 8.3rem;
        margin-bottom: 3rem;
    }
    .content-cursos .box h3 {
        font-size: 2.4em;
        line-height: 1.25em;
        margin-bottom: 1.5rem;
    }
    .content-cursos .box li,
    .content-cursos .box p {
        font-size: 1.6em;
        line-height: 1.31em;
    }
    .bttn__cta {
        margin-top: 7rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
}