.menu-icon {
    position: relative;
    width: 50px; height: 50px;
    cursor: pointer; display: none;
}

.menu-icon .menu-icon__cheeckbox {
    display: block;
    width: 100%; height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 2;
    -webkit-touch-callout: none;
    position: absolute;
    opacity: 0;
}

.menu-icon div {
    margin: auto;
    position: absolute; top: 0; right: 0; left: 0; bottom: 0;
    width: 22px; height: 12px;
}

.menu-icon span {
    position: absolute;
    display: block;
    width: 100%; height: 2px;
    background-color: var(--bar-bg, #000);
    border-radius: 1px;
    transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menu-icon span:first-of-type {
    top: -5px;
}

.menu-icon span:last-of-type {
    bottom: 5px;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:first-of-type {
    transform: rotate(45deg);
    top: 5px;
}

.menu-icon.active span:nth-child(2),
.menu-icon .menu-icon__cheeckbox:checked + div span:nth-child(2) {
    display: none;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked + div span:last-of-type {
    transform: rotate(-45deg);
    bottom: 5px;
}

.active .menu-icon,
.menu-icon .menu-icon__cheeckbox:checked {
    top: -10px;
}

.menu-icon.active:hover span:first-of-type,
.menu-icon.active:hover span:last-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked + div span:first-of-type,
.menu-icon:hover .menu-icon__cheeckbox:checked + div span:last-of-type {
    width: 22px;
}

@media screen and (max-width: 1199px) {
    html, body {
        width: 100%; font-size: 85%;
        overflow-x: hidden;
    }
    section.section-home .contenido .Cuadro h2 {
        font-size: 13px;
    }
    section.section-home .contenido .Cuadro h2 {
        font-size: 16px;
    }
    section.section-home .contenido .Titulo h1 {
        font-size: 28px; font-weight: 500;
    }
    section.section-home .contenido .Cuadro p a img {
        width: 14px;
    }
    .link {
        top: 450px;
    }
}
@media screen and (max-width: 991px) {
    main.home {
        height: inherit!important;
    } 
    main.inner {
        background-color: #fff; z-index: 2; margin-bottom: 1em;
    }
    .full-responsive {
        width: 100%;
    }
    section.section-home {
        -ms-align-items: end;
            align-items: end;
        padding-top: 10px;
    }
    section.section-home .contenido {
        width: 100%; position: relative; left: 0; top: 0;
        margin: 0; display: block;
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
        grid-template-columns: repeat(1,100%);
    }
    section.section-home .contenido .Cuadro {
        margin: 0;
    }
    section.section-home .contenido .Titulo {
        padding: 1.3em 0;
    }
    section.section-home .contenido .Cuadro figcaption {
        padding: 1.5em; margin-bottom: 0;
    }
    section.section-home .contenido .creditos {
        float: right; padding: .7em;
    }
    .menu-icon {
        display: block; float: right; margin: 0 1em; right: -50px;
    }
    .contenido-menu {
        position: fixed; right: 0; 
        width: 0; height: 100vh;
        z-index: 9; overflow: hidden;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
    }
    .active .contenido-menu {
        width: 100%; background-color: #fff;
    }
    .contenido-menu .link, .contenido-menu .cuadros {
        position: relative; top: 0; margin-left: 0;
        width: 100%;
    }
    .contenido-menu .link {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        background-color: #fff;
        padding: 1em;
    }
    .contenido-menu .link ul {
        margin-bottom: 0;
    }
    .contenido-menu .link ul li {
        text-align: center;
    }
    .link li.creditos {
        width: 100%; left: 0;
        opacity: 0; visibility: hidden;
        -webkit-transition: all .3s;
             -o-transition: all .3s;
                transition: all .3s;
    }
    nav.active .link li.creditos {
        opacity: 1; visibility: visible;
    }
    .cuadros .box {
        width: 100%; height: 64px; margin: 0;
    }
    .cuadros .box h6 a {
        font-size: 16px; font-weight: 500;
    }
    .pegajoso .cuadros .box {
        -webkit-transform: scale(1) !important;
            -ms-transform: scale(1) !important;
             -o-transform: scale(1) !important;
                transform: scale(1) !important;
    }
    .cuadros .box figcaption {
        -webkit-transform-origin: top center !important;
           -moz-transform-origin: top center !important;
            -ms-transform-origin: top center !important;
             -o-transform-origin: top center !important;
                transform-origin: top center !important;
    }
    .cuadros .box figcaption:hover {
        -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
             -o-transform: scale(1.3);
                transform: scale(1.3);
    }
    section.section-home .contenido .comparte {
        padding: 1em 0;
    }
    section.header {
        position: relative; z-index: 3;
    }
    .informacion {
        margin-left: 0 !important; margin-right: 0 !important;
        padding: 2em 1em;
    }
    .informacion .img img {
        display: block; margin: auto;
    }
    span.testimonio {
        font-size: 17px; 
    }
    .informacion h2, .informacion h2 a {
        font-size: 15px; line-height: 18px;
    }
    .modal-backdrop.show {
        z-index: -1;
    }
    .link li.compartir {
        display: none;
    }
    .cuadros ul li.compartir {
        display: flex;
        margin-top: .3em;
        bottom: -6px; 
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
             -o-transform: scale(0.7);
                transform: scale(0.7);
    }
    .cuadros ul li.compartir h4 {
        margin-right: 1em;
    }
    .cuadros ul li.compartir a {
        margin: 0 .3em ;
    }
    .informacion.recuadro h4 {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    section.section-home .contenido .Logo img {
        width: 58%; margin: auto; display: block;
    }
    section.section-home .contenido .Titulo h1 {
        font-size: 20px;
    }
    section.section-home .contenido .Titulo {
        padding: 0.3em 0 0.7em;
    }
    section.section-home .contenido .Cuadro h2 {
        font-size: 16px; font-weight: 400;
    }
    section.section-home .contenido .Cuadro h2 br {
        display: none;
    }
    section.section-home .contenido .Cuadro h4 {
        margin-top: 0; font-size: 13px;
    } 
    section.section-home .contenido .Cuadro figcaption a span {
        width: 95%;
    }
    section.section-home .contenido .Cuadro figcaption:before {
        -webkit-background-clip: border-box;
           -moz-background-clip: border-box;
                background-clip: border-box;
    }
    section.section-home .contenido .Cuadro figcaption:hover a span:before {
        bottom: -5px;
    }
    section.contenido p img {
        float: none !important; margin: .9em auto !important;
        display: block !important; max-width: 100%;
    }
    section.header .txt h3 {
        font-size: 20px; line-height: 24px;
    }
    .contenido h4 {
        margin-top: 1.5em; font-size: 17px;
    }
    .contenido h3 {
        font-size: 18px;
    }
    .img-responsive {
        margin-left: 0 !important; margin-right: 0 !important;
    }
    section.header .txt {
        background-color: #f0f1e6;
    }
    section.contenido {
        background-color: #fff; position: relative; z-index: 3;
    }
    .cuadros .box h6 br {
        display: none;
    }   
    img {
       max-width: 100%;  display: block; margin: auto;
    }
}