.responsive {
    display: none;
}

.sidenav {
    height: 0; width: 100%;
    position: fixed;
    z-index: 99999999;
    top: 80px; left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
}

.active {
    width: 100%;
}
.Menu {
    position: relative; left: 15px;
}

.sidenav a, a.Link_responsive {
    padding: 10px 2px;
    width: 33.3333%;
    float: left;
    text-decoration: none;
    color: white;
    text-align: center;
    transition: 0.3s; 
    line-height: 15px;
}
.sidenav a{
     height: 50% !important;
}
.sidenav a p.text{
    position: absolute; left: 10px;top: 10px; font-size: 35px; margin: 0;
    border: 1px solid black; border-radius: 50%; line-height: 0; padding: .4em .2em .6em;
}
.sidenav a p.text span{
    border: 1px solid black;
}
a.Link_responsive {
    height: 23.3vh;
}

a.Link_responsive p {
    font-size: 14px; line-height: 16px;
    color: #FFF; padding: 0;
}

a.Link_responsive:last-child p {
    color: #FFF;
}

a.Link_responsive img {
    width: 80px; height: 45px; margin-bottom: .3em;
}
a.Link_responsive.b-6 img {
    width: 60px;
}
a.Link_responsive img.Logo{
    width: 132px; height: 90px;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#menu-toggle span {
    display: block;
    background: #000;
    border-radius: 2px;
}
h4.titulo {
    font-size: 23px; color: #000; width: 100%; margin: .5em 0; text-align: center !important; 
}
#menu-toggle {
    width: 100%; height: 100%;
    position: relative;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

#menu-toggle:hover {
    background: rgba(255, 255, 255, 0.8);
}

#menu-toggle #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

#menu-toggle #hamburger span {
    width: 30px;
    height: 3px;
    position: relative;
    top: 5px;
    left: 15px;
    margin: 5px 0;
}

#menu-toggle #hamburger span:nth-child(1) {
    transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
    transition-delay: .625s;
}

#menu-toggle #hamburger span:nth-child(3) {
    transition-delay: .75s;
}
#menu-toggle.open #hamburger span {
    width: 0%;
}

#menu-toggle.open #hamburger span:nth-child(1) {
    transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
    transition-delay: .125s;
}

#menu-toggle.open #hamburger span:nth-child(3) {
    transition-delay: .25s;
}

.overlay {
    position: fixed; bottom: -100px; left: 0; 
    width: 100%; height: 100%; background-color: #00000054; display: none;
}
.barra {
    background-color: #fff;
    position: fixed; z-index: 8;
    -webkit-box-shadow: -3px -4px 6px 4px #00000085;
    box-shadow: -3px -4px 6px 4px #00000085; z-index: 9999;
    opacity: 1 !important;
}
.barra img.Img_responsive {
    max-width: 85%;
}

.barra h4 {
    color: #e81f76;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1281px) {
    .button--border-medium {
        font-size: 13px;
    }
}
@media screen and (max-width: 1099px) {
    article.grid{
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .responsive {
        display: block;
    }
    .panel-flex .panel__wrapper {
        padding: 8vh 0 5vh;
    }
    .Flex {
        display: block; padding: 0;
    }
    .accordion-content2 .Flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .Escritorio {
        display: none;
    }
    h1 {
        text-align: left;
    }
    .responsive.Flex,
    .Flex_responsive {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    p {
        margin-top: 1em;
        clear: both;
    }
    .btn_flex.dark{
        width: auto;
        float: left;
        margin: .5em 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        padding: 0 .9em;
        padding-left: 0;
    }
    .img_video .btn_flex.dark{
        margin: 0 !important;
    }
    .bttn-dark {
        font-size: 10px;
    }
    .videos {
        max-width: 100%;
        height: auto;
    }
    .videos.seccion_2 {
        max-width: 100%;
        height: auto;
    }
    .col-xs-12.col-md-4.sin-padding {
        padding: 0 15px !important;
    }
    .videos_b8 {
        max-width: 100%;
        height: auto;
    }
    .Volver {
        display: none !important;
    }
    .icon_responsive {
        float: left; 
        width: 65px; height: 75px; margin-right: 1em;
    }
    .Icon__responsive {
        width: 65px; height: 65px;
    }
    .icon__responsive__video {
        width: 65px; height: 65px;
    }
    .videos.seccion_1 {
        height: auto;
    }
    .height {
        height: auto;
    }
    .border-s {
    margin-bottom: 0 !important;
    }
    .Flex img.Img_videos{
        width: auto; display: block;
        margin: auto;
    }
    button.unique {
        left: 68% !important;
    }
    .hexagono {
        width: 100%; height: auto; padding: 1em 2.4em; border-width: 0px 0px 1px; border-style: solid; border-color: #FFF;
    }
    .hexagono:before, .hexagono:after{
        display: none;
    }
    .Hexagonos {
        height: auto; margin: 0;
    }
    .hexagono-content {
        position: inherit; margin: 0; top: 0;
    }
    .hexagono h4 {
        float: left; position: inherit; margin: 0; width: 10%; top: 0; left: 0; right: 0; font-size: 23px;
    }
    .hexagono-content {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        float: left; width: 90%; clear: inherit; text-align: left; padding-right: 0; padding-left: .5em;
    }
    article.sin-padding {
        padding: 10vh 15px !important; overflow: hidden;
    }
    .padd_grid {
        padding: 0;
    }
    .panel.b-4 {
        padding: 0;
    }
    .hexagono h4.Destacado {
        display: none;
    }
    .hexagono .hexagono-content {
        opacity: 1;
    }
    h1.title {
        font-size: 31px; margin-bottom: 0; margin-top: 2em;
    }
    .title h1 {
        text-align: center;
    }
    .texto_cuerpo {
        margin-bottom: -.5em;
    }
    ul p {
        margin-top: 0;    
    }
}

@media screen and (max-width: 768px) {
    p {
        font-size: 16px; line-height: 21px; padding-left: 0;
    }
    ul {
        margin-left: 2.5em;
    }
    .Listado {
        width: 100%;
    }
    h1 {
        font-size: 24px; margin-bottom: .5em;
    }
    .barra h4 {
        font-size: 21px;
        margin: 0; font-weight: 600;
    } 
    .barra h4 a{
        color: #e81f76;
    }
    .pane_plegable .panel__wrapper {
        padding: 5vh 5vw;
    }
    .panel__wrapper img.Img_responsive, .titulo_inicio, .Escritorio{
        display: none !important;
    }
    .ul.List_oportunidades1 {
        padding: 0;     
    }
    .accordion-content {
        width: 100%; padding: 0;
    }
    .titulo_inicio h1 {
        height: 10%;
        top: inherit;
        bottom: 0;
    }
    .Volver {
        display: none !important;
    }
    .margin_btn {
        margin-top: 0; margin-bottom: 1.4em;
    }
    .panel {
        min-height: 40vh;
    }
    .panel-final {
        min-height: 80vh;
    }
    .Listado .cuerpo {
        padding: 0 2.5em;
    }
    .modal-video-close-btn {
        right: 0;
    }
    .img_video {
        margin: 1em 0; max-width: inherit; max-height: inherit;
    }
    .border {
        border-width: 0px 0px 1px 0px; border-style: solid; border-color: #fff;
        padding: 0; border-radius: 0;
    }
    .padding_responsive, .Videos_comunidades, .panel_inicio_responsive .panel__wrapper, .panel_inicio_responsive{
        padding: 0;
    }
    .pane_plegable {
        padding: 5vh 0;
    }
    .m-menos {
        margin-bottom: -1em !important;
    }
    .panel__wrappe {
        width: 100%;
    }
    .container {
        top: 0 !important;
    }
    .speziale {
        font-size: 21px; line-height: 24px;     
    }
    .title {
        text-align: center;
    }
    .title img{
        display: block; margin: 0 auto .5em;
    }
    .texto_1, texto_2, .texto_1 .col-xs-12, .texto_2 .col-xs-12 {
        padding: 0;
    }
    .c-yellow {
        padding: 0em 1em;
    }
    ul.List_oportunidades1 {
        margin-left: 4.3em;
    }
    .flex_responsive {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        align-content: center;
        justify-content: center;
    }
    .section5 {
        width: 100%;
    }
    .accordion-content1 .button {
        position: relative; text-align: left; padding-left: 3em; width: 100%; left: 10%;
    }
    .accordion-content1 .button i{
        position: absolute; top: 32%; left: 8%;
    }
    .border {
        width: 100%;
    }
    .border h4{
        width: 100%; top: -25px; padding: 0 .3em;
    }
    ul.List_section6 {
        margin-left: 2.7em;
    }
    .texto_cuerpo {
        padding-right: 0;
    }
    p.c-yellow {
        margin-top: .6em;
    }
    .sin-padding_r {
        padding: 0px 0 0 15px !important;
    }
    .mt_r{
        margin-top: 2.2em !important;
    }
}
@media screen and (max-width: 330px) {
    a.Link_responsive p {
        font-size: 11px;
    }
}
