body.home header {
    position: relative;
    padding: 1.5rem 0;
    background: var(--color-amarillo-1);
    color: var(--color-amarillo-4);
}
body.home header a {
    color: var(--color-a-blanco);
}
.portada-header-content {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
}
.portada-header-content h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0 0 1.5rem;
}
.portada-header-franja {
    background: var(--color-amarillo-1);
    width: fit-content;
    color: var(--color-gris-3);
    border: solid 1px var(--color-amarillo-4);
    border-radius: 0.25rem;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
}
.portada-header-franja img {
    width: auto;
    height: 18px;
    padding: 0 10px 0 8px;
}

.portada-header-badges {
    display: flex;
    flex-wrap: wrap;
}

.portada-header-badge {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0.25rem 0;
    width: 100%;
}
.portada-header-badge:first-child {
    margin-top: 0;
}
.portada-header-badge:last-child {
    margin-bottom: 0;
}
.portada-header-badge .portada-header-badge-img {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin: 0 0.75rem 0 0;
    width: 64px;
    height: 64px;
    border: solid 1px;
}
.portada-header-badge .portada-header-badge-img img {
    display: block;
    width: 50px;
    height: auto;
    padding: 0.25rem;
}
.portada-header-badge .portada-header-badge-img svg {
    display: block;
    max-width: 50px;
    height: auto;
    padding: 0.35rem;
}
.portada-header-badge span {
    width: calc(100% - 50px - 0.5rem);
    color: var(--color-gris-3);
}
.portada-header-badge p {
    margin: 0;
    width: calc(100% - 100px);
    font-size: 1.1rem;
    font-weight: 300;
}



.header-home {
    background: var(--color-verde-1);
    padding: 0 0 1.5rem;
}
.header-home-left {
    text-align: center;
}
.header-home-left h1 {
    color: var(--color-verde-4);
    font-weight: bold;
}
.header-home-left ul.caja-precio {
    display: none;
}
.header-home-left .curso-header-badge {
    background: var(--color-verde-4);
    width: fit-content;
    color: var(--color-gris-claro);
    border-radius: 0.25rem;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    gap: 0.25rem;
}
.header-home-left .curso-header-badge img {
    height: 1.175rem;
    width: auto;
}
.header-home-right {
    position: relative;
}
.header-home-right img {
    display: block;
    max-width: 100%;
    height: auto;
}
.home-1 {
    background: var(--color-gris-1);
    padding: 1.5rem 0;
    color: var(--color-amarillo-4);
    border-top: solid 1px var(--color-amarillo-4);
    border-bottom: solid 1px var(--color-amarillo-4);
}
.home-1 h2 {
    color: var(--color-verde-3);
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
}
ul.home-1-ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 1.5rem;
    display: block;
    width: auto;
}
ul.home-1-ul li {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
ul.home-1-ul li:last-child {
    margin-bottom: 0;
}
ul.home-1-ul li .line-img {
    margin: 0 0.5rem 0 0;
}
ul.home-1-ul li .line-img img {
    max-width: 50px;
    height: auto;
}
ul.home-1-ul li p {
    margin: 0;
}
ul.home-1-ul li strong {
    color: var(--color-verde-2);
    font-size: 1.15rem;
    display: block;
}
ul.home-1-ul li span {
    font-size: 0.9rem;
    display: block;
}
.portada-container-franja {
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    display: flex;
}
.portada-container-franja h2 {
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
}
.portada-container-franja h2 span {
    display: none;
}
.portada-container-franja img {
    width: auto;
    height: 1.3rem;
    display: inline-block;
    margin: 0 0 0 0.4rem;
}
.block-lista-cursos {
    padding: 1.5rem 0;
    position: relative;
    background: #ffffff;
}
.block-lista-cursos h3 {
    text-align: center;
    color: var(--color-amarillo-4);
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.block-lista-cursos-listado {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.block-lista-cursos-listado:last-child {
    margin-bottom: 0;
}
.block-lista-curso {
    border-radius: 0.25rem;
    overflow: hidden;
    text-align: center;
    width: calc(50% - 1rem);
}
.block-lista-curso a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: var(--color-amarillo-4);
    color: #fff;
}
.block-lista-curso a:hover {
    color: #fff;
    background: var(--color-amarillo-3);
}
.block-lista-curso:hover {
    box-shadow: 0 .25rem 0.5rem rgba(0, 0, 0, .5);
    transition: 0.25s;
}
.block-lista-curso img {
    width: 100%;
    height: auto;
}
.block-lista-curso span {
    padding: 0.5rem 1rem;
}
.block-lista-elearning {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}
.block-lista-elearning-item {
    width: calc(50% - 0.5rem);
    text-align: center;
    display: flex;
    flex-direction: column;
}
.block-lista-elearning-item img {
    margin: 0 0 0.25rem;
}
.block-lista-elearning-item .btn {
    background: transparent;
    color: var(--color-verde-2);
    border: solid 1px var(--color-verde-2);
}

.servicios {
    padding: 1.5rem 0;
    position: relative;
    background: var(--color-gris-3);
}
.servicios h3 {
    color: var(--color-amarillo-4);
}
.servicio {
    background: var(--color-gris-1);
    color: var(--color-amarillo-4);
    border-radius: 0.25rem;
    overflow: hidden;
    margin: 0 auto 1rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 0.25rem var(--color-verde-2);
}
.servicio:last-child {
    margin-bottom: 0;
}
.servicios > .container {
    max-width: 960px !important;
}

.servicios > .container > h3 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.servicio-content {
    text-align: center;
    padding: 1rem;
}
.servicio-content h4 {
    font-size: 1.15rem;
    font-weight: 600;
}
.servicio-content .btn {
    margin: 0 auto;
    font-size: 0.85rem;
}

.block-fundae {
    padding: 1.5rem 0;
    background: var(--color-gris-4);
    color: var(--color-amarillo-1);
    text-align: center;
}
.block-fundae .container {
    display: flex;
    flex-direction: column-reverse;
}
.block-fundae .fundae-media {
    flex: 1;
}
.block-fundae h3 {   
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.block-elearning {
    padding: 1.5rem 0;
    position: relative;
}
.portada-zigzag {
    padding: 1.5rem 0;
    position: relative;
    background: var(--color-amarillo-1);
    color: var(--color-gris-4);
}
.portada-zigzag h3 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--color-amarillo-4);
}

.zigzag-fila {
    margin-bottom: 1rem;
}
.zigzag-fila:last-child {
    margin-bottom: 0;
}
.zigzag-fila img {
    border-radius: 0.25rem;
    margin: 0.4rem 0 1rem;
    max-width: 250px;
}
.zigzag-fila h4 {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--color-amarillo-4);
}
.zigzag-fila p {
    text-align: center;
}
.portada-experiencia {
    padding: 1.5rem 0;
    position: relative;
    background: var(--color-gris-1);
    padding: 1.5rem 0;
    color: var(--color-amarillo-4);
    border-top: solid 1px var(--color-amarillo-4);
    border-bottom: solid 1px var(--color-amarillo-4);
}
.portada-experiencia .container h3 {
    font-weight: 400;
    margin: 0;
    text-align: center;
    font-size: 1.75rem;
}
.portada-experiencia h3 strong {
    font-weight: 700;
}
.portada-contacto {
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
    background: var(--color-amarillo-1);
    color: var(--color-amarillo-4);
    border-bottom: solid 1px var(--color-amarillo-4);
}
.portada-contacto a {
    color: inherit;
}
.portada-contacto h3 {
    font-size: 1.75rem;
    font-weight: 400;
}
.portada-contacto p {
    font-weight: 500;
    width: fit-content;
    gap: 0.25rem;
    align-items: center;
    margin: 0 auto 1rem;
}
.portada-contacto p:last-child {
    margin-bottom: 0;
}
.portada-contacto a.btn {
    margin: 0;
    color: #ffffff;
    padding: 0.15rem 0.75rem;
    font-size: 0.85rem;
}

@media (min-width: 576px) {
    .portada-header-content h1 {
        font-size: 1.65rem;
        max-width: 500px;
    }
    .portada-header-badges {
        justify-content: center;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .portada-header-badge {
        text-align: center;
        margin: 0 0.5rem;
        justify-content: center;
        flex-direction: column;
    }
    .portada-header-badge .portada-header-badge-img {
        width: 5.5rem;
        height: 5.5rem;
        margin-bottom: 0.25rem;
    }
    .portada-header-badge .portada-header-badge-img svg,
    .portada-header-badge .portada-header-badge-img img {
        max-width: 64px;
    }
    .portada-header-badge span {
        width: 100%;
    }
    .portada-header-badge p {
        width: auto;
        font-size: 0.9rem;
        line-height: 1.25;
    }


    .header-home {
        padding: 0 0 1.5rem;
    }
    .header-home-left {
        text-align: left;
        width: 325px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header-home-left h1 {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }
    .header-home-left .btn {
        margin: 0;
    }
    .header-home-right {
        width: 215px;
        padding: 0;
    }
    ul.home-1-ul {
        flex-shrink: 0;
        margin-bottom: 2rem;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 0 1.5rem;
    }
    ul.home-1-ul li {
        min-height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 145px;
        margin: 0;
        justify-content: flex-end;
    }
    ul.home-1-ul li .line-img {
        display: block;
        height: auto;
        width: 58px;
        margin: 0 0 0.25rem;
    }
    ul.home-1-ul li .line-img img {
        max-width: 100%;
    }
    ul.home-1-ul li p {
        text-align: center;
    }
    ul.home-1-ul li p span {
        font-size: 0.825rem;
        line-height: 1.25;
    }
    .block-lista-curso {
        width: calc(33% - 1rem);
    }
    .block-lista-elearning-item {
        width: calc(33% - 0.75rem);
    }
    .block-lista-elearning-item .btn {
        padding: 0.25rem 0.5rem;
    }
    .servicio-img img {
        object-fit: cover;
        height: 100%;
        object-position: center;
        padding: 0;
    }
    .zigzag-fila {
        margin-bottom: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 768px) {
    body.home header {
        padding: 2.5rem 0;
    }
    .portada-header-content h1 {
        font-size: 1.9rem;
        font-weight: normal;
        max-width: 600px;
    }




    .header-home {
        padding: 0 0 2rem;
    }
    .header-home > .container > .row {
        justify-content: center;
    }
    .header-home-left {
        width: 400px;
    }
    .header-home-left h1 {
        font-size: 2.25rem;
    }
    .header-home-right {
        width: 275px;
    }
    .home-1 {
        padding: 2.5rem 0;
    }
    .home-1 h2 {
        font-size: 1.5rem;
    }
    ul.home-1-ul {
        gap: 0 2rem;
        margin-bottom: 0;
    }
    .block-lista-cursos {
        padding: 2.5rem 0;
    }
    .block-lista-curso {
        width: calc(25% - 1rem);
    }
    .block-lista-elearning-item {
        width: 240px;
    }
    .block-lista-elearning-item .btn {
        padding: 0.25rem 0.75rem;
    }
    .servicios {
        padding: 2.5rem 0;
    }
    .servicio-content {
        display: flex;
        flex-direction: column;
        align-self: center;
        flex: 1;
    }
    .block-fundae {
        padding: 2.25rem 0;
    }
    .block-fundae h3 {
        margin-bottom: 1.25rem;
    }
    .zigzag-fila {
        flex-direction: row;
        gap: 0 2rem;
    }
    .zigzag-fila:nth-child(odd) {
        /*flex-direction: row-reverse;*/
    }
    .zigzag-fila h4,
    .zigzag-fila p {
        text-align: left;
    }
    .zigzag-fila:nth-child(odd) h4,
    .zigzag-fila:nth-child(odd) p {
        /*text-align: right;*/
    }
    .portada-experiencia {
        padding: 2.5rem 0;
    }
    .portada-contacto {
        padding: 2.5rem 0;
    }
}

@media (min-width: 992px) {

    .portada-header-content h1 {
        font-size: 2rem;
    }


    .header-home {
        padding: 0.5rem 0 2rem;
    }
    .header-home-left {
        width: 625px;
    }
    .header-home-left h1 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    .header-home-left .btn {
        font-size: 1.15rem;
    }
    .header-home-right {
        width: 325px;
    }
    .home-1 h2 {
        font-size: 1.75rem;
    }
    .home-1-img {
        max-width: 720px;
        margin: 0 auto;
    }
    .btn {
        width: fit-content;
    }
    .portada-contacto .container {
        max-width: 720px;
    }
    .servicio {
        margin-bottom: 1.5rem;
        flex-direction: row;
    }
    .servicio-img {
        max-height: 15rem;
        width: 40%;
        overflow: hidden;
        position: relative;
    }
    .servicio-content {
        padding: 1.25rem 1rem;
    }
    .block-fundae .container {
        flex-direction: row;
        align-items: center;
        gap: 2rem;
    }
    .block-fundae p {
        font-size: 1.1rem;
    }
    .block-elearning {
        padding: 2.5rem 0;
    }
    .portada-zigzag {
        padding: 2.5rem 0;
    }
    .portada-zigzag .container {
        max-width: 900px !important;
    }
    .block-lista-elearning {
        gap: 3rem;
    }
}

@media (min-width: 1200px) {
    .portada-header-content h1 {
        font-size: 2.5rem;
        font-weight: 500;
        max-width: none;
    }
    .portada-header-badge p {
        font-size: 1rem;
    }
    .header-home-left {
        width: 815px;
    }
    .header-home-left ul.caja-precio {
        display: flex;
        padding: 0;
    }
    .header-home-left ul.caja-precio li {
        padding: 0.5rem 1rem;
        border-right: 1px solid #ccc;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .header-home-left ul.caja-precio li:last-child {
        border-right: none;
    }
    
    .header-home-left ul.caja-precio li strong {
        color: var(--color-verde-2);
        font-weight: bold;
        font-size: 1rem;
    }
    .header-home-left ul.caja-precio li span {
        font-size: 0.875rem;
    }
    .header-home-right {
        width: 325px;
    }
    ul.home-1-ul li {
        width: 200px;
    }
    ul.home-1-ul li p span {
        font-size: 1rem;
    }
    .portada-experiencia .container h3 {
        font-size: 2rem;
    }
    .block-fundae {
        padding: 3rem 0;
    }
    .block-fundae .container {
        max-width: 1140px;
    }
    .block-fundae h3 {
        font-size: 1.75rem;
    }
    .block-fundae p {
        font-size: 1.15rem;
    }
}

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