.home .home-tabs .tabs .tab .content-columns .d .itemj {
    align-items: start !important;
}

.popupj {
    display: none;
    background-color: rgba(255, 255, 255, 0.9);
}

.popupj.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.9);
}

.popupj .card{
    position: relative;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 5px 2px rgb(0 0 0 / 10%);
    width: calc(92% - 100px);
    max-height: calc(90% - 100px);
    padding: 68px;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
}

.close-popup {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    transition: all .3s ease;
}

.vacantes-texto {
    font-size: 32px;
    line-height: 24px;
    margin-top: 50px;
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 60px;
}

.vacantes-texto p {
    background-color: #1e3250;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.vacantes-texto .texto a{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ofrecemos .aprendizaje .aprendizaje-tabs .tabs .tab .portada a {
    color: #699cc6;
    font-weight: 600;
    /* text-decoration: underline; */
}

.ofrecemos .informes .informes-tabs .tabs .tab.niveles .niveles__sec .columna a {
    color: #699cc6;
    text-decoration: underline;
}

.hacertu .ods .cuadros .cuadro.uno::before {
    background-color: #699cc600 !important;
}
.hacertu .ods .cuadros .cuadro.dos::before {
    background-color: #699cc600 !important;
}

.anclaj{
    font-family: "Roboto",sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #699CC6;
    letter-spacing: 0;
    text-align: center;
    border: 2px solid #699CC6;
    width: 115px;
    padding: 12px;
}

.newsletterbuttoncenter{
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.newsletterbuttoncenter .deco-2 {
    position: absolute;
    bottom: -40%;
    left: 18% !important;
    width: 100px !important;
}

.newsletterbuttoncenter .btn.azul {
    margin-top: 18px;
}

.ods-interna .wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;
    width: 96%;
    max-width: 1009px;
    margin: 50px auto;
    position: relative;
    gap: 36px;
}

.ods-interna .wp-block-columns .wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    width: 470px;
}

.ods-interna .wp-block-columns .wp-block-column p{
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #3E4144;
    line-height: 28px;
    margin: 1 em 0;
    margin-bottom: 14px;
}

.noticia .wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
    height: 368px;
}

.decimos .noticia .columnas .columna.d .content-iconos {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    margin: 0.5em 0 1em;
}

.decimos .noticia .columnas .columna.d a {
    /* color: #699cc6; */
    text-decoration: underline;
    display: inline;
    font-weight: 600;
}

.containerjo {
    width: 100% !important;
    margin: 5em auto 0 !important;
}

@media screen and (max-width: 767px){
    .popupj .card {
        width: calc(92% - 40px);
        padding: 68px;
        max-height: initial;
    }
    .vacantes-texto {
        font-size: 16px;
        padding: 0px;
        margin-bottom: 39px;
    }

    .decimos .noticia .columnas .columna.d .content-iconos {
        width: 60%;
    }

    .noticia .wp-block-embed iframe {
        height: 198px;
    }
}
.decimos .noticia .has-white-color a{
    color: white;
}