*{
    margin: 0;
    padding: 0;
}
body{
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
@font-face{
    font-family: ArialR;
    src: url('../fonts/ArialRounded.ttf') format('truetype');
}
header{
    width: 100%;
    height: 50px;
    background: #93278F;
    font-weight: 300;
    position: sticky;
    top: 0;
}
header nav{
    width: 30%;
    height: 50px;
    margin-left: 60%;
    display: flex;
    flex-direction: row;
}
.menu2{
    width: 100%;
    height: 100%;
    font-size: 20px;
    list-style: none;
    display: flex;
}
.menu2 li{
    width: 33.33%;
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.menu2 li:hover{
    background: #29ABE2;
}
.menu2 li a{
    text-decoration: none;
    list-style: none;
    color: white;
}
.menu2 li .sub-menu{
    display: none;
}
.menu2 li:hover .sub-menu{
    display: block;
}
.sub-menu{
    width: 10%;
    height: 200px;
    display: block;
    background: #93278F;
    top: 50px;
    position: absolute;
}
.sub-menu li{
    width: 100%;
    height: 50px;
}
.logo-editorial{
    width: 120px;
    height: 120px;
    left: 10%;
    top: 25px;
    position: fixed;
    z-index: 10;
}
.logo-editorial img{
    width: 100%;
    height: 100%;
}
#banner{
    width: 100%;
}
.contenido-nosotros{
    width: 100%;
    height: 100%;
    background: #FCEBF5;
    margin-top: -4px;
}
.texto-nosotros{
    width: 90%;
    margin: auto;
}
.texto-nosotros h2{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-top: 30px;
    color: #009245;
}
.texto-nosotros p{
    padding-top: 15px;
    color: #009245;
    font-size: 22px;
    font-weight: 300;
    text-align: justify;
}
.border{
    border: none;
    border-top: 3px solid #006837;
}
.texto-nosotros2{
    width: 90%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 30px;
}
.texto-nosotros2 h2{
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-top: 30px;
    color: #009245;
    text-align: right;
}
.texto-nosotros2 p{
    padding-top: 15px;
    color: #009245;
    font-size: 22px;
    font-weight: 300;
    direction: rtl;
    text-align: justify;
}
footer{
    width: 100%;
    height: 200px;
    background: #662D91;
    bottom: 0;
    display: flex;
}
.grupo-pie{
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info-pie{
    display: flex;
    flex-direction: column;
}
.info-pie h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-align: right;
}
.informacion-contacto{
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #F7931E;
    line-height: 25px;
    text-align: right;
}
aside{
    display: none;
}
.btn_menu{
    display: none;
}


/*///////////////////////////////////////////////////// MEDIA QUERIE /////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 800px) and (max-width: 1024px){
    header nav{
        width: 50%;
        margin-left: 40%;
    }
    .sub-menu{
        width: 16.7%;
    }
    .logo-editorial{
        width: 80px;
        height: 80px;
        top: 10px;

    }
}
@media screen and (min-width: 700px) and (max-width: 799px){
    .logo-editorial{
        width: 80px;
        height: 80px;
        top: 10px;
    }
    header nav{
        width: 60%;
        margin-left: 30%;
    }
    .sub-menu{
        width: 20%;
    }
}
@media screen and (min-width: 600px) and (max-width: 699px){
    .logo-editorial{
        width: 50px;
        height: 50px;
        top: 10px;
    }
    header nav{
        width: 60%;
        margin-left: 30%;
    }
    .sub-menu{
        width: 20%;
    }
    .grupo-pie{
        justify-content: flex-end;
    }
    .logo-footer{
        display: none;
    }
}
@media screen and (min-width: 500px) and (max-width: 599px){
    .logo-editorial{
        width: 40px;
        height: 40px;
        top: 5px;
        left: 5%;
    }
    header nav{
        width: 70%;
        margin-left: 17%;
    }
    .sub-menu{
        width: 23.5%;
    }
    .grupo-pie{
        justify-content: flex-end;
    }
    .logo-footer{
        display: none;
    }
}
@media screen and (min-width: 430px) and (max-width: 499px){
    .logo-editorial{
        width: 40px;
        height: 40px;
        top: 5px;
        left: 5%;
    }
    header nav{
        width: 80%;
        margin-left: 15%;
    }
    .menu2{
        font-size: 16px;
    }
    .sub-menu{
        width: 26.5%;
    }
    .grupo-pie{
        justify-content: flex-end;
    }
    .logo-footer{
        display: none;
    }
    .texto-nosotros h2{
        font-size: 20px;
    }
    .texto-nosotros p{
        font-size: 15px;
    }
    .texto-nosotros2 h2{
        font-size: 20px;
    }
    .texto-nosotros2 p{
        font-size: 15px;
    }
}
@media screen and (min-width: 360px) and (max-width: 429px){
    .logo-editorial{
        width: 40px;
        height: 40px;
        top: 5px;
        left: 2.5%;
    }
    header nav{
        width: 80%;
        margin-left: 15%;
    }
    .menu2{
        font-size: 14px;
    }
    .sub-menu{
        width: 26.5%;
    }
    .grupo-pie{
        justify-content: flex-end;
    }
    .logo-footer{
        display: none;
    }
    .texto-nosotros h2{
        font-size: 20px;
    }
    .texto-nosotros p{
        font-size: 15px;
    }
    .texto-nosotros2 h2{
        font-size: 20px;
    }
    .texto-nosotros2 p{
        font-size: 15px;
    }
}
@media screen and (min-width: 300px) and (max-width: 359px){
    .logo-editorial{
        width: 40px;
        height: 40px;
        top: 5px;
        left: 2.5%;
    }
    header nav{
        display: none;
    }
    .menu2 li{
        display: none;
    }
    .menu2{
        font-size: 14px;
    }
    .sub-menu{
        width: 26.5%;
    }
    .grupo-pie{
        justify-content: flex-end;
    }
    .logo-footer{
        display: none;
    }
    .texto-nosotros h2{
        font-size: 20px;
    }
    .texto-nosotros p{
        font-size: 15px;
    }
    .texto-nosotros2 h2{
        font-size: 20px;
    }
    .texto-nosotros2 p{
        font-size: 15px;
    }
    .btn_menu{
        display: flex;
        height: 50px;
        margin-left: 85%;
        display: flex;
        align-items: center;
    }
    .material-icons{
        margin-left: 5%;
        font-size: 36px;
        color: #ffffff;
        cursor: pointer;
    }
    aside {
        display: block;
        background: #93278F;
        width: 80%;
        position: absolute;
        z-index: 100;
        right: 100%;
    }

    aside nav {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .menu ul{
        list-style: none;
        width: 100%;
/*        margin:  0 auto;*/
        padding: 0;
    }
    .menu li:hover{
        background: #29ABE2;
    }
    .menu a{
        display: block;
        padding: 10px;
        border-bottom: 1px solid #fff;
    /*    background: #D25400;*/
        text-decoration: none;
        font-size: 16px;
        line-height: 16px;
        text-transform: uppercase;
        color: #ffffff;
    }
    .menu ul li a:before{
        content: "\25CF\00A0 ";
        width: 28px;
        display: inline-block;
        vertical-align: top;
    }
    .menu ul li.desplegable a:before {
        content: "\25BA\00A0";
    }
    .menu ul li.desplegable.activa a:before {
        content: "\25BC\00A0 ";
    }
    .menu ul li.desplegable ul li a:before,
    .menu ul li.desplegable.activa ul li a:before {
        content: "";
    }
    .menu ul ul {
        display: none;
        width: 100%;
    }
    .menu ul ul a {
        padding-left: 20px;
        background: #e288de;
        text-transform: capitalize;
    }
    .menu ul ul a:hover {
        background: #29ABE2;
    }
}
