/* Museo */
@import url('https://fonts.googleapis.com/css2?family=MuseoModerno:wght@100;200;300;400;500;600&display=swap');
/* Ubuntu */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&display=swap');

*, *:before, *:after {
    padding: 0; margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    background-color: #fff; color: #000;
    font-size: 16px; font-weight: 300; line-height: 19px;
    font-family: 'Ubuntu', sans-serif;
}

::selection {
    background-color: #e81f76;
    color: #000;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Open Sans', sans-serif;
}

.t-lila {
    color: #ef2e7a;
}

.Flex, .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
        align-items: center;
}

main, section {
    position: relative; width: 100%; 
}

main.home {
    height: 100vh;
    background-image: url(../img/Fondo.jpg);
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
main.home:after {
    content: '';
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%; z-index: 1;
    background-color: rgb(29 88 148 / 50%);
}

section.section-home {
    z-index: 2; min-height: 100vh;
}

section.section-home .contenido {
    width: 75%;
    margin: auto;
    display: grid;
    grid-template-rows: repeat(21,4.1vh);
    grid-template-columns: repeat(22,3.35vw);
    position: absolute; top: 50%; left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
section.section-home .contenido .Cuadro {
    margin: .3em; position: relative;
}
section.section-home .contenido .Cuadro figcaption {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
        align-items: center;
    position: relative; width: 100%; height: 100%;
    -webkit-background-clip: padding-box;
       -moz-background-clip: padding-box;
            background-clip: padding-box;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin-bottom: .3em;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
section.section-home .contenido .Cuadro figcaption a {
    padding-bottom: 0; border-bottom: 0 !important;
    position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    width: 100%; height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
        align-items: center;
}
section.section-home .contenido .Cuadro figcaption a span {
    text-align: center; color: #000; position: relative;
    display: block; opacity: 0; top: -10px; width: 70%;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px; font-weight: 400; line-height: 26px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
section.section-home .contenido .Cuadro figcaption:hover a span{
    top: 0; opacity: 1;
}
section.section-home .contenido .Cuadro figcaption a span:before {
    content: '';
    position: absolute; left: 0; right: 0; bottom: -30px;
    width: 45%; height: 4px; margin: auto;
    background-color: #ea1675;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
section.section-home .contenido .Cuadro figcaption:hover a span:before {
    bottom: -10px;
}
section.section-home .contenido .Cuadro figcaption:before {
    content: '';
    position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    margin: auto; 
    background-color: rgb(255 255 255 / 95%); 
    width: 100%; height: 100%;
    padding: 1em;
    opacity: 0; border: 10px solid transparent;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
section.section-home .contenido .Cuadro figcaption:hover:before{
    opacity: 1;
}
section.section-home .contenido .Cuadro h2 {
    color: #fff; font-weight: 600; font-size: 23px; text-align: center;
    padding: .3em 0; border-bottom: 5px solid #76bc21; margin: .3em 0;
    display: inline-block; margin-bottom: 0; margin-top: 0;
    opacity: 1; text-transform: uppercase;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
section.section-home .contenido .Cuadro figcaption:hover h2 {
    opacity: 0;
}
section.section-home .contenido .Cuadro h4 {
    font-size: 16px; font-weight: 500; margin-bottom: 0; margin-right: 1em;
    color: #fff; text-align: center; display: block;
}
section.section-home .contenido .Cuadro h4 a {
    font-size: 22px; font-weight: 500; margin-bottom: 0; border-bottom: 5px solid #76bc21;
    color: #fff; text-align: center; width: 100%; display: block;
}
section.section-home .contenido .Cuadro p a img {
    -webkit-filter: grayscale(100%) brightness(180%) contrast(1);
            filter: grayscale(100%) brightness(180%) contrast(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
section.section-home .contenido .Cuadro p a:hover img {
    filter: brightness(1);
}
section.section-home .contenido .Cuadro h2 a {
    color: #fff; padding-bottom: .1em; 
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
section.section-home .contenido .Cuadro a:hover {
    text-decoration: none; color: rgb(233 25 118 / 100%); border-color: rgb(233 25 118 / 100%);
}
section.section-home .contenido .Logo {
    grid-area: 2 / 1 / 5 / 7;
}
section.section-home .contenido .siguenos {
    grid-area: 21 / 2 / 21 / 9;
    padding: 1em .3em;
}
section.section-home .contenido .comparte {
    grid-area: 19 / 2 / 19 / 9;
}
section.section-home .contenido .siguenos h4 {
    color: #e81f76; margin-top: 0;
}
section.section-home .contenido .siguenos a {
    margin: 0 .5em;
}
section.section-home .contenido .comparte a {
    margin: 0 .4em; display: inline-block;  border-bottom: 0 !important;
}
section.section-home .contenido .carta {
    grid-area: 5 / 1 / 9 / 7;
}
section.section-home .contenido .carta h2 {
    font-size: 20px; z-index: 9;
}
section.section-home .contenido .carta figcaption {
    background-image: url(../img/Carta.jpg);
}
section.section-home .contenido .carta figcaption a{
    z-index: 9;
}
section.section-home .contenido .carta figcaption:after {
    content: '';
    position: absolute; left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgb(0 0 0 / 27%); z-index: 1;
}
section.section-home .contenido .trabajo {
    grid-area: 2 / 7 / 9 / 17;
}
section.section-home .contenido .trabajo figcaption {
    background-image: url(../img/Trabajo.jpg);
}
section.section-home .contenido .Conversaciones {
    grid-area: 1 / 17 / 9 / 23;
}
section.section-home .contenido .Conversaciones figcaption {
    background-image: url(../img/Converesacion.jpg);
}
section.section-home .contenido .Miembros {
    grid-area: 11 / 2 / 18 / 9;
}
section.section-home .contenido .Miembros figcaption {
    background-image: url(../img/Miembros.jpg);
}
section.section-home .contenido .Herramientas {
    grid-area: 11 / 15 / 17 / 22; 
}
section.section-home .contenido .Herramientas figcaption {
    background-image: url(../img/Herramientas.jpg);
}
section.section-home .contenido .Nuevos {
    grid-area: 17 / 16 / 22 / 23;
}
section.section-home .contenido .Nuevos figcaption {
    background-image: url(../img/Nuevos.jpg);
}
section.section-home .contenido .Visibilizar {
    grid-area: 11 / 9 / 21 / 15;
}
section.section-home .contenido .Visibilizar figcaption {
    background-image: url(../img/Visibilizar.jpg);
}
section.section-home .contenido .Titulo {
    grid-area: 9 / 1 / 11 / 23;
}
section.section-home .contenido .Titulo h1 {
    color: #fff; font-size: 40px; text-align: center;    
    margin-bottom: 0; font-weight: 700; line-height: 33px;
}
section.section-home .contenido .creditos {
    color: #fff; font-weight: 400;
    grid-area: 18 / 8 / 19 / 3;
    text-align: center; padding-top: .5em;
}
section.section-home .contenido .creditos:hover {
    color: #01779e; text-decoration: none;
}
@media screen and (min-width: 1400px) {
    section.section-home .contenido {            
        
    }
    section.section-home .contenido .Cuadro{
/*        margin-right: .8em;*/
    }
}
main.inner {
}

main.carta .link li:nth-child(1) a {
    color: #ef2e7a;
}
section.header {
    padding: 1em 0;
    background-color: rgb(238 239 226 / 88%);
}
section.header .txt {
    background-color: #fff; margin-right: -3em;
    position: relative; z-index: 3; padding: 1em 2.2em;
}
section.header .txt h3 {
    font-size: 30px; font-weight: 400; line-height: 34px;
    margin: 0 0 .5em ;  padding: .5em 0; position: relative;
}
section.header .txt p {
    color: #164D86; font-size: 16px; font-weight: 500 !important; line-height: 19px;
}
section.header .txt ul {
    padding-left: 15px; list-style: none;
}
section.header .txt ul li {
    position: relative; padding-left: 15px;
}
section.header .txt ul li:before {
    content: '';
    position: absolute; left: -7px; top: 3px; 
    width: 15px; height: 15px; 
    background-image: url(../img/Bullet.svg);
    -webkit-background-size: cover;
            background-size: cover;
}
section.header .txt ul li p {
    font-size: 15px; font-weight: 300;
}
main.trabajo section.hdeader .txt h3 {
    line-height: 36px;
}
section.header .txt h4 {
    margin: .5em 0; font-size: 16px; font-weight: 400; color: #ef2e7a; 
}
section.header .txt h3:after {
    content: '';
    position: absolute; left: 0; bottom: 0;
    width: 72px; height: 6px; 
    background-color: #000;
}
main.trabajo section.header .txt h3:after, main.conversaciones section.header .txt h3:after {
    background-color: #76bc21;
}
section.header .txt p {
    margin-bottom: 0; font-size: 16px; font-weight: 300; line-height: 22px;
}

section.contenido {
    padding: 2em 0;
}
section.contenido p {
    font-size: 16px; font-weight: 300; color: #000; line-height: 23px;
}
section.contenido .creditos p {
    color: #164D86; font-weight: 400;
}
section.contenido .mas-creditos h4 {
    font-size: 18px;
}
section.contenido .mas-creditos p {
    color: #ef2e7a; font-size: 17px;
}
section.contenido p b {
    font-weight: 600; color: #ef2e7a;
}
section.contenido p span.org {
    display: block; font-style: italic; color: #777171; font-weight: 300; font-size: 14px;
    line-height: 18px;
}
section.contenido .img-text-left {
    margin-left: -4em;
}
section.contenido .img-text-right {
    margin-right: -4em;
}

.container {
    position: relative;
}

nav.menu {
    padding: 1em .3em 0 ;
    background-color: rgb(238 239 226 / 88%);
    height: 80px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
nav.menu.pegajoso {
    position: fixed; top: 0; width: 100%;
    z-index: 9;
    background-color: rgb(238 239 226 / 100%);
}

.link {
    position: absolute; margin-left: -40px; z-index: 9; top: 495px;
    list-style: none; 
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.creditos .link {
    top: 145px;
}
.trabajo .link {
    top: 500px;
}
.conversaciones .link {
    top: 525px;
}
.visibilizar .link {
    top: 555px;
}
.pegajoso .link {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.link li {
    list-style: none; margin: .6em 0; border-left: 5px solid #ef2e7a; padding-left: .5em;
}
.link li a {
    color: #000; font-weight: 400; font-size: 16px; 
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.link li.compartir {
    position: fixed; bottom: 40px; border-left: 0 !important;
}
.link li.compartir h4 {
    font-size: 14px; margin-right: .5em; margin-bottom: 0;
}
.link li.compartir a {
    margin: 0 .3em;
}
.link li.creditos {
    margin-top: 1em; position: fixed; bottom: 0; border-left: 0 !important;
}
.link li.creditos a { 
    font-size: 13px; color: #ccc;
}
.link li a:hover {
    color: #ef2e7a; text-decoration: none;
}
.cuadros {
    position: fixed; z-index: 9; top: 0; right: 0px; width: auto;
    padding: 0;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.pegajoso .cuadros {
    top: 80px; 
}
.cuadros .box {
    -webkit-flex: 0 0 80px;
       -moz-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
         -o-flex: 0 0 80px;
            flex: 0 0 80px;
    background-color: #fff;
    position: relative;
    width: 105px; height: 105px;
    border: 1px solid #ccc; margin: .1em;
}
.pegajoso .cuadros .box {
    -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
}
.cuadros .box:hover {
    z-index: 9;
}
.cuadros .box figcaption {
    position: absolute; top: 0; right: 0;
    width: 100%; height: 100%;
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat;
    transform-origin: center right;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.cuadros .box:first-child figcaption {
    transform-origin: top right;
}
.cuadros .box:last-child figcaption {
    transform-origin: bottom right
}
.cuadros .box figcaption:hover {
    -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
         -o-transform: scale(1.6);
            transform: scale(1.6);
    z-index: 3;
}
.cuadros .box.trabajo figcaption {
    background-image: url(../img/Trabajo.jpg);
}
.cuadros .box.conversaciones figcaption {
    background-image: url(../img/Converesacion.jpg);
}
.cuadros .box.miembros figcaption {
    background-image: url(../img/Miembros.jpg);
}
.cuadros .box.visibilizar figcaption {
    background-image: url(../img/Visibilizar.jpg);
}
.cuadros .box.nuevas figcaption {
    background-image: url(../img/Herramientas.jpg);
}
.cuadros .box.nuevos figcaption {
    background-image: url(../img/Nuevos.jpg);
}
.cuadros .box h6 {
    text-align: center; font-size: 10px; font-weight: 500;
    text-transform: uppercase; 
}
.cuadros .box h5 {
    position: absolute; left: 0; top: 0; 
    width: 100%; height: 100%; font-size: 12px; text-align: center;
    opacity: 0; visibility: hidden; padding: 0 .3em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
        align-items: center;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.cuadros .box h5 a {
    font-size: 9px;
    position: relative; z-index: 9; color: #000;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.cuadros .box h5 a:hover {
    text-decoration: none;
}
.cuadros .box h5:before {
    content: '';
    width: 100%; height: 100%; z-index: 4;
    position: absolute; left: 0; top: 0; right: 0; bottom: 0;
    background-color: rgb(255 255 255 / 95%);
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}

.cuadros .box:hover h5 {
    opacity: 1; visibility: visible;
}
.cuadros .box:hover h5:before {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}
.cuadros .box h6 a {
    position: absolute; left: 0; top: 0; bottom: 0; right: 0;
    width: 100%; height: 100%; font-size: 11px; color: #fff;
}
.cuadros .box h6 a:hover {
    text-decoration: none;
}
.cuadros .box:hover h6 a {
    opacity: 0;
}

main.trabajo .cuadros .trabajo,
main.conversaciones .cuadros .conversaciones,
main.miembros .cuadros .miembros,
main.visibilizar .cuadros .visibilizar,
main.herramientas .cuadros .nuevas,
main.nuevos .cuadros .nuevos
{
    -webkit-filter: grayscale(1);
         -o-filter: grayscale(1);
            filter: grayscale(1);
}

.contenido h3 {
    font-size: 25px; text-align: center; font-weight: 600; color: #ef2e7a;
    display: block; margin: .3em 0 1em;
}
.contenido h4 {
    font-size: 17px; color: #76bc21; font-weight: 400; display: block;
    margin-top: .5em; margin-bottom: 1em;
}
.contenido ul {
    list-style: none; padding-left: 20px;
}
.contenido p.lectura {
    font-size: 19px; font-weight: 400; line-height: 24px;
}
.contenido ul li {
    padding-left: 10px; position: relative;
}
.contenido ul li:before {
    content: '';
    position: absolute; left: -10px; top: 7px;
    width: 12px; height: 12px;
    background-image: url(../img/Bullet.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
}

span.testimonio {
    padding: 1.9em; font-size: 23px; line-height: 32px;
    display: block; font-weight: 500; color: #164D86;
    font-style: italic;
    background-image: url(../img/quote.png);
    background-repeat: no-repeat;
}
span.testimonio em {
    padding-left: 12px; margin-top: 10px; font-weight: 400;
    border-left: 5px solid #ccc; display: block; color: #b3b3b3;
    font-size: 17px; line-height: 21px; margin-top: 10px;
}
span.testimonio em b {
    font-weight: 500; color: #666666;
}

.informacion {
    border: 2px solid #1e538a; padding: 2em 2.5em;
}
.informacion-video {
    border: 0; padding: 0 !important;
}
.informacion .text {
    padding-left: 30px;
}
.informacion h4 {
    margin: 0; color: #666666; font-size: 15px; font-weight: 500;
}
.informacion.recuadro h4 {
    text-align: center; font-size: 18px; line-height: 26px;  color: #1e538a;
}
.informacion hr {
    width: 85%; display: block;
    margin: 2.5em auto; border-width: 3px 0 0 ;
}
.informacion a.Link {
    text-transform: uppercase; color: #ef2e7a; font-size: 15px; border-bottom: 3px solid #ef2e7a; font-weight: 500; margin-bottom: 1em;
    position: relative; padding: 0 .3em .3em ;
}
.informacion a.Link:after {
    content: '';
    width: 100%; height: 0;
    position: absolute; left: 0; bottom: 0; right: 0;
    background-color: #ef2e7a;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.informacion a.Link span {
    position: relative; z-index: 3;
    -webkit-transition: all .1s;
         -o-transition: all .1s;
            transition: all .1s;
}
.informacion a.Link:hover {
    text-decoration: none;
}
.informacion a.Link:hover:after {
    height: 120%;
}
.informacion a.Link:hover span {
    color: #fff;
}
.informacion h2, .informacion h2 a {
    font-size: 22px; color: #164d86; line-height: 26px; font-weight: 500;
    margin: .3em 0 2.1em;
}
.informacion h2 a:hover {
    text-decoration: none; color: #ef2e7a;
}
.informacion .video {
    padding: 0;
}
.modal-dialog {
    max-width: 1150px;
}
.btn-cerrar {
    z-index: 9;
    position:  absolute; right: -7px; top: -10px; border-radius: 50%;
    width: 15px; height: 25px; font-size: 16px; line-height: 13px; 
    background-color: rgb(118 188 33); color: #fff;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.btn-cerrar a {
    color: #fff;
}
.btn-cerrar:hover {
    background-color: #ef2e7a;
}
.btn-cerrar:hover a {
    text-decoration: none;
}
.modal-backdrop.show {
    z-index: 9;
}
.cuadros ul li.compartir {
    display: none;
}
a.redes img {
    -webkit-filter: grayscale(1);
         -o-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
a.redes img:hover {
    -webkit-filter: grayscale(0);
         -o-filter: grayscale(0);
            filter: grayscale(0);
}
a.redes:hover {
    text-decoration: none;
}
.t-black {
    color: #000 !important;
}