@charset "utf-8";
* { 
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
     list-style: none;
}


@media screen and (max-width: 400px){
    .menu nav 
    { display: flex;
        font-size: x-small;
        justify-content: center;
    }
   
    #sumate ul {display: flex;
    flex-direction: column;}
    #sumate ul li {padding: 2em}
}
@media screen and (max-width: 800px){
    .menu nav 
    { display: flex;
        font-size: x-small;
        justify-content: center;
    }
    
}

/*COMIENZA MENU Y PORTADA*/
.acc a {
    background-color: #542876;
}

/*menu nuevo*/
header{
    width: 100%;
}

#btn-menu{display: none;}

header label{
    display: none; 
    width: 3rem; 
    height: 3rem; 
    padding: 1rem; 
}

header label:hover{
    cursor: pointer; 
    background: rgba(0,0,0,0.3);
}

.menu ul{
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
}


.menu li:hover{
    background: rgba(0,0,0,0.3);   
}
#ACUMAR {
    width: 15%;
    position: absolute;
    top: 1em;
}

@media (max-width:768px){
    header{
        height: 5rem;
        position: relative;
    }
    header label{
        display: block;
        float: right;
        top:0;
    }

     header label img{
        position: absolute;
        top: 1.5em;
     }
    .menu{
        position: absolute;
    
        width: 40%;
        margin-left: -70%;
        
    }
    .menu ul{
        flex-direction: column;
    }
    .menu li{
        border-top: 1px solid white;
        
    }
    
    #btn-menu:checked ~ .menu{
        right: 0;
        top: 5rem;
    }
    #ACUMAR {
        width: 18%;
        position: absolute;
        top: 1em;
    }
    
   
}


.nos a:hover{ background-color: #295644;
    color: black
}
.ag a:hover{ background-color: #DB8F1B;
    color: black
}
.acc a:hover{ background-color: #542876;
    color: black
}
.con a:hover{ background-color: #B71D3B;
    color: black
}
.com a:hover {background-color: #293072;
color: black}

/* termina menu*/ 

/*COMIENZA MENU Y PORTADA*/
#barra {
    padding: 2em;
    background-color: black
}
@media screen and (max-width: 1366px){
    #ACUMAR {
        width: 20%;
        position: absolute;
        top: 1em;
    }
}

@media screen and (max-width: 600px){
   .menu{
       display: flex;
       flex-wrap: wrap;
       flex-direction: column;
       justify-content: space-between;
   }

     #fondo #portada .titulo-portada .HA
    {font-size:2em!important;}

     #fondo #portada .titulo-portada .LE
    {font-size:2em!important;}

    #ACUMAR {
        width: 40%;
        position: absolute;
        top: 1em;
    }
    
}



.menu img {
    max-width: 15em;
    padding: .35em;
    position: absolute;
    top: 1em;
}
.menu nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}    
.menu nav ul li {
    min-width: 6em;
    margin: 0 0 0 .80em;
    list-style: none;
    background-color: black;
}
.menu nav ul li a {
    font-size: x-large;
    font-family: 'arial', sans-serif;
    display: flex;
    color: white;
    font-weight: bold;
    padding:0.3em;
    text-align: center;
    text-decoration: none;
}




#morecsspure-trigger-toggle { cursor: pointer; }
    #morecsspure-element-toggle { display:none; }
    #morecsspure-element-toggle:not(:checked) ~ #morecsspure-toggled-element { display:none; }
    #morecsspure-element-toggle:not(:checked) ~ #morecsspure-trigger-toggle .morecsspure-lesslink { display:none; }
    #morecsspure-element-toggle:checked ~ #morecsspure-abstract { display:none; }
    #morecsspure-element-toggle:checked ~ #morecsspure-trigger-toggle .morecsspure-morelink { display:none; }
    #morecsspure .morecsspure-morelink, #morecsspure .morecsspure-lesslink { display: block; cursor: pointer; color:#2196f3; }
    #morecsspure .morecsspure-morelink:hover, #morecsspure .morecsspure-lesslink:hover { text-decoration:underline; }

    /*NOTICIAS*/
.color {background-color: #542876}

.contenedora {display: flex;
justify-content: space-between;
align-items: center;
    padding-bottom: 0.5em;
border-bottom: solid 1px #542876;}
.lista li{list-style: inside}
#morecsspure h3 {padding-top: 1em;}
#Noticias {background-color: #542876;
color: white}
#Noticias {max-width: 50rem;
    margin: auto;
    padding-bottom: 1em;
padding-left: 1em;
    padding-right: 1em;}
#Noticias h1 {text-align: center;
padding-top: 2em;
padding-bottom: 1em}
.noticia1 {background-color: white;
color: #542876;
padding: 2em}
.noticia2 {background-color: white;
color: #542876;
    margin-top: 1em;
padding: 2em}
.noticia2 h3 {padding-top: 1em;}
iframe {margin-top: 1em;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.noticia2 iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}






    /*FIN DE NOTICIAS*/
    
    /*SUMATE*/
    #sumate h2{
        padding: 1em;
        text-align: center;
        font-family: 'arial',sans-serif;
    }
    #sumate img{
        width: 200px;
        height: 200px;
        margin-left: 3em;
        margin-right: 3em;
        padding-bottom: 1em;
    }
    #sumate {max-width: 50rem;
    margin: auto;
    padding: 1em;
    text-align: center;
    padding-bottom: 2em}
    #sumate ul {display: flex;
    justify-content: center}


 /*COMIENZA FOOTER*/
footer p {color: white}
footer h3 {color: white}
footer { 
background-color: black;
    padding: 2em;
}
.doscajas { display: flex;
justify-content: space-between;
align-items: center;}

footer img { 
background-color: black;
max-width: 150px
}
.logosfooter ul {display: flex;
    flex-direction: row-reverse;
    align-items: center;
    flex-wrap: wrap;
}
.info img {padding-top: 2em}
/*TERMINA FOOTER*/