@charset "UTF-8"; /*
============
Generales
============
1REM = 16PX
*/
html #content {
    background: #212121 url('../img/pattern.png') repeat;
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 1.555555;
    font-family: 'Open Sans', sans-serif;
    padding-top: 44px;
    overflow: hidden;
}

#content + footer {
    margin-top: 0;
}

#content img {
    max-width: 100%;
}

#content h1 {
    font-family: 'Noto Serif', serif;
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 3rem;
}

#content h3 {
    font-family: 'Noto Serif', serif;
    font-size: 2.75rem;
    line-height: 1.1;
    font-weight: 700;
}

.txt_azul {
    color: #74c7dd;
}

/*Header*/
#content header {
    border-top: 32px solid #74c7dd;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#content header p:nth-child(2) {
    font-size: 1.1666666rem;
    font-family: 'Noto Serif', serif;
}

#content header p:nth-child(3) em {
    font-size: 1.944444444rem;
    font-family: 'Noto Serif', serif;
    color: #74c7dd;
    font-weight: 700;
    font-style: italic
}

#content header .row > div:first-child {
    border-right: 1px solid #74c7dd;
}

#content header .row > div:nth-child(2) img {
    width: 470px;
    margin-top: 1.5rem;
}

#content header .row > div:nth-child(2) {
    padding: 0 5%;
}

/*Video*/
#content .mb_video .col:before {
    content: "";
    background: #74c7dd;
    position: absolute;
    width: 1000%;
    height: 50%;
    top: 0;
    left: -500%;
}

#content .mb_video .col > div {
    border: 1px solid #74c7dd;
    margin-top: 1rem;
    box-shadow: 0 8px 0 0 rgb(0,0,0, .6);
}

/*Chapeau*/
#content .mb_chapeau {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#content .mb_chapeau p {
    padding: 3rem 0;
}

#content .mb_chapeau em {
    font-family: 'Noto Serif', serif;
    font-size: 1.5rem;
}

/*Destacadas*/
#content .mb_destacadas {
    position: relative;
}

#content .mb_destacadas a {
    text-decoration: none;
    position: relative;
    transition: top 500ms;
    top: 0;
}

#content .mb_destacadas a:hover {
    top: -1rem;
}

#content .mb_destacadas:after, #content .mb_textos:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 50%;
    top: 50%;
    left: 50%;
    background-color: #74c7dd;
}

#content .mb_destacadas > div {
    padding: 0;
}

#content .mb_destacadas > div .persona_data {
    padding: 2rem;
}

#content .mb_destacadas h3 {
    color: #74c7dd;
}

#content .mb_destacadas p {
    color: #fff;
}

#content .cargo {
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 1.125rem;
}

#content .img-perfil {
    position: relative;
}

#content .img-perfil:before {
    content: "";
    display: block;
    position: absolute;
    background: url('../img/graf-triangulo-a.png') no-repeat;
    background-size: contain;
    height: 90px;
    width: 90px;
}

#content .mb_destacadas > div:first-child .img-perfil:before {
    left: -10px;
    top: -10px;
}

#content .mb_destacadas > div:last-child .img-perfil:before {
    right: -10px;
    bottom: -10px;
    transform: rotate(180deg);
}

/*Textos*/
#content .mb_textos:after {
    height: 120%;
    top: 0;
}

#content .mb_textos:before {
    content: "";
    display: block;
    position: absolute;
    width: 56px;
    height: 48px;
    background: url('../img/graf-triangulo-w.png') no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    z-index: 2;
    margin-top: -24px;
}

#content .mb_textos {
    position: relative;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#content .mb_textos > div {
    padding: 0;
}

#content .mb_textos h3 {
    color: #74c7dd;
    padding: 0 3.6rem;
}

#content .mb_textos p {
    padding: 0 3.6rem;
    font-family: 'Noto Serif', serif;
    font-style: italic;
    font-size: 1.5rem;
}

/*Personas*/
#content .mb_personas {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#content .mb_personas> div:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 115%;
    top: -9%;
    background: #74c7dd;
    z-index: 5;
    left: 0;
}

#content .mb_personas> div:first-child:before, #content .mb_personas> div:last-child .persona:last-child:after {
    content: '';
    display: block;
    position: absolute;
    width: 93px;
    height: 90px;
    background: url('../img/graf-triangulo-a.png');
}

#content .mb_personas > div:first-child:before {
    top: -15px;
    left: -15px;
}

#content .mb_personas > div:last-child .persona {
    position: relative;
}

#content .mb_personas> div:last-child .persona:last-child:after {
    bottom: -15px;
    right: -15px;
    transform: rotate(180deg);
}

#content .mb_personas > div {
    padding: 0;
}

#content .mb_personas img {
    max-width: initial;
}

#content .mb_personas a {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    text-align: right;
    background: #212121 url('../img/pattern-2.jpg') repeat center;
}

#content .mb_personas h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    color: white;
}

#content .mb_personas a .data {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: .6rem;
    opacity: 0;
    transition: opacity 700ms;
}

#content .mb_personas a .data p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #74c7dd;
}

#content .mb_personas a img {
    opacity: 1;
    transition: opacity 500ms;
}

#content .mb_personas a:hover img {
    opacity: .2;
}

#content .mb_personas a:hover .data {
    opacity: 1
}

#content .mb_personas > div:nth-child(odd) a {
    height: 800px;
}

/*Solo grandes*/
#content .mb_personas > div:nth-child(odd) a img {
    width: auto;
    height: 100%;
}

#content .mb_personas > div:nth-child(even) a {
    height: 400px;
}

#content .mb_personas > div:nth-child(even) a img {
    width: auto;
}

.borde-izq, .borde-der {
    position: relative;
}

.borde-izq:before, .borde-der:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    display: block;
    z-index: 6;
}

.borde-izq:before {
    border-top: 2px solid #74c7dd;
    border-left: 2px solid #74c7dd;
    border-bottom: 2px solid #74c7dd;
}

.borde-der:before {
    right: 0;
    border-top: 2px solid #74c7dd;
    border-right: 2px solid #74c7dd;
    border-bottom: 2px solid #74c7dd;
}

#content .mb_cierre {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

#content .mb_personas .ld .data, #content .mb_personas .la .data {
    top: 0;
}

#content .mb_personas .la .data h3 {
    font-size: 1.6rem
}

#content .mb_personas .la .data:nth-child(2) {
    text-align: left
}

#content .mb_personas .la .data:last-child {
    top: initial;
}

/*Interna*/
#content.interna .img-perfil {
    z-index: 2;
    border: 2px solid #74c7dd;
}

#content.interna .img-perfil:before {
    left: 0;
    top: 0;
}

#content.interna .intro {
    background: #73c6dd;
    padding: 2rem 0;
    position: relative;
}

#content.interna .intro:before, #content.interna .intro:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 500%;
    background: #73c6dd;
    top: 0;
}

#content.interna .intro:before {
    right: 100%;
}

#content.interna .intro:after {
    left: 100%;
}

#content.interna .intro h2 {
    font-size: 4.0625rem;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0
}

#content.interna .intro .cargo {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#content.interna .preguntas h3 {
    font-size: 2.4rem;
    font-weight: bold;
    font-style: italic;
    margin: 2.5rem 0 2rem;
    color: #73c6dd;
}

#content.interna .preguntas .siglas {
    color: #73c6dd;
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 2rem;
    margin-right: 0.2em;
    line-height: 1.125rem;
}

#content.interna .preguntas p:last-child {
    position: relative;
}

#content.interna .preguntas p {
    padding-right: 7%;
}

#content.interna .preguntas p:last-child:after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    border-right: 1px solid #73c6dd;
    border-bottom: 1px solid #73c6dd;
    bottom: -1rem;
    right: 0;
}

#content.interna .mb_cierre {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

#volver-home {
    right: -15px;
    position: fixed;
    top: 50%;
    transition: right 300ms;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.59);
    border-radius: 10px;
    z-index: 9999;
}

#volver-home:hover {
    right: -10px
}

#content.interna-2 .preguntas {
    padding-top: 2rem;
}

#content.interna-2 .intro h2 {
    font-size: 3rem;
}

/*Solo grandes*/
@media (min-width: 1200px) {
    #content .mb_personas > div:nth-child(odd) a img {
        margin-left: -85%;
    }

    #content .mb_personas > div:nth-child(3) a img {
        margin-left: -110%;
    }

    #content .mb_personas > div:nth-child(even) .persona:first-child {
        margin-top: -2rem;
        margin-bottom: 4rem;
    }

    #content .mb_personas > div:nth-child(even) a img {
        height: 105%;
        margin-left: -25%
    }

    #content .mb_personas .persona.mm img {
        height: 136%;
        margin-left: -45%;
    }

    #content .mb_personas .persona.sc img {
        height: 136%;
        margin-left: -45%;
    }

    #content .mb_personas .persona.bv img {
        margin-left: -45%;
    }

    #content .mb_personas .persona.dg img {
        margin-left: -57%;
        height: 137%;
        top: -3%;
        position: relative
    }

    #content .mb_personas .persona.la img {
        margin-left: -30%;
        height: 120%;
    }

    #content .mb_personas .persona.ld img {
        margin-left: -55%;
        height: 120%;
    }
}

@media (max-width: 1200px) {
    #content .mb_personas > div:nth-child(odd) a img {
        margin-left: -5%;
    }

    #content .mb_personas > div:nth-child(even) a img {
        height: 125%;
        margin-left: 0
    }

    #content .mb_personas .persona.mm img {
        height: 160%;
        margin-left: -5%;
    }

    #content .mb_personas .persona.sc img {
        height: 160%;
        margin-left: -5%;
    }

    #content .mb_personas .persona.dg img {
        height: 160%;
        margin-left: -5%;
    }

    #content .mb_personas .persona.la img {
        height: 170%;
        margin-left: -25%;
    }

    #content .mb_personas .persona.ld img {
        height: 141%;
        margin-left: -5%;
    }

    #content .mb_personas > div:nth-child(odd) a {
        height: 600px;
    }

    #content .mb_personas > div:nth-child(even) a {
        height: 300px;
    }

    /*Interna*/
    #content.interna .intro h2 {
        font-size: 3rem;
    }

    #content.interna .intro .cargo {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    #content.interna .preguntas h3 {
        font-size: 2rem;
    }

    #content.interna .preguntas .siglas {
        font-size: 1.6rem;
    }

    /*Mostrar nombres
    #content .mb_personas h3 {
        font-size: 1.6rem;
    }
    #content .mb_personas a .data {
        opacity: 1
    }
    #content .mb_personas  {
        text-shadow: 0 0 25px rgba(0,0,0,.7), 1px 1px 2px rgba(0,0,0,.8) ;
    }*/
}

@media (min-width: 992px) and (max-width: 1200px) {
    #content .mb_personas > div:nth-child(even) .persona:first-child {
        margin-top: -2rem;
        margin-bottom: 4rem;
    }

    #content .mb_personas .persona.la img {
        margin-top: -5%;
    }

    #content .mb_personas > div:first-child {
        margin-bottom: 6rem;
    }
}

@media (max-width: 992px) {
    #content header .row > .col-lg-4 {
        text-align: right;
        border-right: none!important;
        margin-bottom: -28%;
    }

    #content header .row h1 {
        text-shadow: 0 0 35px rgba(0, 0, 0, 0.9),0 0 15px rgba(0, 0, 0, 0.9);
    }

    html #content {
        padding-top: 58px;
    }

    #content .mb_chapeau em {
        font-size: 1.3rem;
    }

    #content .mb_chapeau p {
        padding: 2rem 0;
        margin-bottom: 0;
    }

    #content .mb_textos h3 {
        font-size: 1.8rem;
        padding: 4rem 3.6rem 0 0;
    }

    #content .mb_textos p {
        padding: 0 0 0 3.6rem ;
        font-size: 1.4rem;
    }

    #content .mb_destacadas > div:first-child .persona_data {
        padding: 2rem 2rem 0 0;
    }

    #content .mb_destacadas > div:last-child .persona_data {
        padding: 2rem 0 0 2rem;
    }

    #content .mb_textos, #content .mb_chapeau {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    /*Personas*/
    #content .mb_personas > div:nth-child(even) img {
        margin: initial!important;
        width: 100%!important;
        height: auto!important;
    }

    #content .mb_personas .persona {
        margin-bottom: 2rem;
    }

    #content .mb_personas .persona.mm {
        margin-top: -4rem;
    }

    #content .mb_personas .persona.bv {
        margin-top: -2rem;
    }

    #content .mb_personas > div:nth-child(3):before, #content .mb_personas > div:nth-child(5):before {
        display: none;
    }

    #content .mb_personas > div:last-child:before {
        display: block;
        height: 130%;
        top: -30%;
    }
}

@media (max-width: 768px) {
    #content h3 {
        font-size: 2rem;
    }

    #content .cargo {
        font-size: 1rem;
    }

    html #content {
        font-size: 1rem;
    }

    #content .mb_destacadas:after, #content .mb_textos:after {
        content: "";
        display: block;
        position: absolute;
        width: 2px;
        height: 7rem;
        top: 100%;
        left: 50%;
        margin-top: -2px;
        background-color: #74c7dd;
    }

    #content .mb_textos:before {
        top: 4rem;
        margin-top: 0;
    }

    #content .mb_textos h3 {
        font-size: 2.3rem;
        padding: 4rem 5rem 1rem;
        text-align: center;
    }

    #content .mb_textos p {
        padding: 0;
        font-size: 1.2rem;
        text-align: center;
    }

    #content .mb_personas > div:nth-child(odd) a {
        height: 600px;
    }

    #content .mb_personas > div:nth-child(even) a {
        height: 600px;
    }

    #content .mb_personas > div:nth-child(odd) img {
        margin: initial!important;
        width: 100%!important;
        height: auto!important;
    }

    #content .mb_personas .persona {
        margin-bottom: 2rem;
    }

    #content .mb_personas .persona.mm {
        margin-top: 0;
    }

    #content .mb_personas .persona.bv {
        margin-top: 0;
    }

    #content .mb_destacadas:after, #content .mb_textos:after, #content .mb_personas> div:before, #content .mb_personas > div:last-child:before {
        display: none;
    }

    #content .mb_personas {
        padding-top: 7rem;
        padding-bottom: 2rem;
    }

    #content .mb_personas {
        position: relative;
    }

    #content .persona.la .borde-der:before {
        display: none;
    }

    #content .mb_personas:before {
        content: '';
        display: block;
        position: absolute;
        width: 2px;
        height: 100%;
        top: 0;
        background: #74c7dd;
        z-index: ;
        left: 50%;
    }

    #content .mb_destacadas > div .persona_data {
        padding: 1.5rem!important;
    }

    #content .mb_textos h3 {
        font-size: 2.3rem;
        padding: 4rem 1.5rem 2rem;
    }

    #content.interna-2 .intro h2 {
        font-size: 2.4rem;
    }
}

@media (max-width: 576px) {
    #content h1 {
        font-size: 3.2rem;
        line-height: 1.1;
    }

    #content header p:nth-child(3) em {
        font-size: 1.4rem;
    }

    #content .mb_personas > div:nth-child(odd) a {
        height: initial;
    }

    #content .mb_personas > div:nth-child(even) a {
        height: initial;
    }

    #content .mb_textos p {
        padding: 0 1.5rem;
    }

    #content .mb_textos h3 {
        padding-top: 5rem;
    }
}

@media (max-width: 480px) {
    #content h1 {
        font-size: 2.5rem;
        line-height: 1.3;
    }

    #content .mb_textos h3 {
        font-size: 2rem
    }
}
