#barra-a {
    color: #FFFFF;
}

#barra-a:hover {
    text-decoration: none;
}

#contenedor-menu-d{
    margin: 0 auto;
    max-width: 100%;
    padding: 1em;
}

/************************************************/
/****************** NAVIGATION ******************/
/************************************************/
#barra-menu {
    color: #1d1f20;
    left: 0;
    position: fixed;
    bottom: 10px;
    right: 5px;
    top: 0;
    height: 5%;
    z-index: 2;
}

#presen {
    display: none;
    margin-top: -100px;
    width: 900px;
    height: 900px;
}

#imgpre {
    width: 850px;
    align-content: center;
    cursor: pointer;
}

#barraLogos{
    margin-left: 30px;
    margin-right: 30px;
}
@media (max-width: 768px){

#presen {
    margin-top: 290x;
    width: 350px;
    height: 370px;
}

#imgpre {
    width: 300px;
    cursor: pointer;
}

}

.imagenPre{
    cursor: pointer;
}

/*** INPUT ***/
#responsive-menu {
    opacity: 0;
    position: absolute;
    z-index: -2;
}

/*** LABEL ***/
#responsive-label {
    cursor: pointer;
    display: block;
    font: 2em/1 'Oswald', sans-serif;
    padding: 0.5em;
}

/* Hamburger Icon */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #28a745;
    border-radius: 0.05em;
    height: 0.2em;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#menu-icon {
    display: inline-block;
    left: 30px;
    top: 30px;
    max-width: 1em;
    position: absolute;
}
@media (min-width: 200px) {
    #menu-icon  {
         left: 10px;
         /*top: 60px;*/
      } }

@media (min-width: 760px) {
    #menu-icon  {
         left: 20px;
         /*top:70px;*/
      } }
@media (min-width: 980px) {
    #menu-icon  {
         left: 20px;
         /*top: 90px;*/
      } }
@media (min-width: 1200px) {
    #menu-icon  {
         left: 30px;
         /*top: 30px;*/
      } }


#barra-menu #responsive-menu #menu-icon {
    float: left;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -0.4em;
}

#menu-icon:after {
    bottom: -0.4em;
}

/* Close Icon */
#barra-menu #responsive-menu[type=checkbox]:checked + #responsive-label #menu-icon {
    background: transparent;
}

#barra-menu #responsive-menu[type=checkbox]:checked + #responsive-label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

#barra-menu #responsive-menu[type=checkbox]:checked + #responsive-label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}

/*** MENU ***/
/* Overlay */
#barra-menu #responsive-menu:checked ~ #overlay {
    background: #fa5c00;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

#responsive-menu[type=checkbox]:checked ~ #barra-menu{
    height: 100%;
    width: 100%;
}


/* List */
#barra-menu #ul-menu {
    font-size: 1.5em;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

#barra-menu #responsive-menu:checked ~ #barra-div {
    height: 100%;
}

#barra-menu #responsive-menu:checked ~ #ul-menu {
    margin: 1em;
    max-height: inherit;
    opacity: 1;
}

#barra-menu #ul-menu > #li-menu {
    margin: 0.5em 0;
    text-align: left;
}

#barra-menu #ul-menu #barra-a {
    color: #fff!important;
    text-decoration: none;
}

#barra-menu #ul-menu #barra-a:hover {
    color: #000000!important;
    text-align: left;
}

/* Social Media */
#barra-menu #ul-menu#social-media > #li-menu {
    
    font-size: 1.5em;
    margin: 0.5em;
    text-align: left;
}