@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');


/*reglas generales*/
html{
    width: 100%;
    height: auto;
}

img{
    width: 100%;
    height: auto;
}

/*para celular 600px min, MOBILE FIRST*/

html{
    height: auto;
    width:100%;   
}

/*encabezado */

header{ 
    padding:1em;
    width: 100%;
    height: auto;
    background-color: #5ead7f;
    box-sizing: border-box;
    display:flex;
    justify-content:space-around;
    align-items:center;
}

#acumarlogo {
    margin: 0;
    width: 20%;
}

ul {
    list-style: none;
    margin:0;
    padding: 0;
}

/*titulo y bajada cuencapp*/

#titulo_app {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 25pt;
}

#bajada_app {
    margin: 0 1em .5em 0;
    font-size: 8pt;
}

.cuencapp{ 
    margin-left: 2em;
    margin-right: 0;
}

#hamburguesalupa { 
    width: 10%;
}

#hamburguesalupa > img {
    padding-top: .5em;
}
a:hover, a:hover, a:hover, a {
    text-decoration:inherit;
    color: inherit;
}

/*body*/

body{
    font-family: 'Nunito', sans-serif;
    background-color: #e3e3e3;
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
}

h3 {color: #4da5e5;
    font-weight: 700;
    font-size: .9em;
    text-align: left;
    padding: 0em;}

h4{
    font-weight: 400;
    font-size: .8em; 
    color:#000000;
}

section h5{color: rgba(255, 56, 56);
    margin: 0 1em .2em 0;
    font-weight: 700;
    font-size: .7em;
    text-align: left;}

section p{ text-align: left;
    margin: 0 0 0;
    font-weight: 400;
    font-size: .7em;
}

section div p {
    font-size: 0.7em;
    margin: 0 0 0 0;
    font-weight: 400;
    word-spacing: -.1em; 
    
}

#noticiagrande{
    margin: 1em;
}

#noticiagrande figure {
    width: 100%;
    margin: 0;
}

#noticiaschicas, #extra{
    margin: 1em;
    display: flex;
    justify-content: center;
}

#noticiaschicas div, #extra div{
    width: 100%;
    height: auto;
}

#noticias2, #extra1 {
    padding-right: .3em;
}

#noticias3, #extra2 {
    padding-left: .3em;
}

#seccion_tablero{
    padding: 1em;
    background-color: #3b3b3b;
}

#seccion_tablero h3{
    margin: 0 0 1em 0;
}

#seccion_tablero p{
    color: #e3e3e3;
}

#seccion_tablero figure, #seccion_info figure{
    width: 100%;
    margin: 0;
}
#seccion_info h3 {
    flex-basis: 100%;
    margin-top: 0;
}

#seccion_descargables h3{
    flex-basis: 100%;
    margin-top: 0;
}

#seccion_info, #seccion_descargables{
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

#seccion_info div {
    width: 50%;
    align-content: center;
}

#seccion_descargables div{
    width: 50%
}
#seccion_info div figcaption, #seccion_descargables div figcaption{
    font-size: .6em;
    margin-bottom: 1em;
    text-align: center;
}


.masinfo2, .masinfo4, .masinfo6 {
    padding-left: .4em;
}

.descargableindex2, .descargableindex4 {
    padding-left: .4em;
}

#seccion_descargables{
    background-color: #3b3b3b;
}

#seccion_descargables figcaption{
    color: #e3e3e3;
}
/*menu para escritorio*/

.menu-escritorio{ display: none;
        
    }

/*barra de menu CARRUSEL*/


.navindex { 
    box-sizing: border-box;
    background-color: white;
    width: 100%;
    height: 100px;
    margin: 0;
    padding-top: -200px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.navindex figcaption {
    color: #48a4de;
    font-size: 8pt;
    font-weight: 700px;
    display: flex;
    justify-content: center;
}


main div ul{
    position: absolute;
    padding: 150px;
    
}

main div ul li{ 
    list-style-type: none;
    top: 0;
    height: 200px;
    opacity: 0;
    padding-top: -20px;
    width: 25%
    transition: 1s opacity; 
    position: absolute;
}

.visible{
    opacity: 1;
}


/*tablero*/

.pagina_tablero{
        background-color: #3b3b3b;
}

.contenedor_tablero{
    margin: 1em;
}

.contenedor_tablero h3 {
    color: #5ead7f;
}

.contenedor_tablero h4 {
    color: #ffffff;
}

.contenedor_tablero p {
    color: #ffffff;
    margin-bottom: 2em;
}

.footer_tablero {
    background-color: #3b3b3b;
}

/*informacion*/

.contenedor_informacion{
    margin: 1em;
}

#solicitarinfo{
    margin: 0 1em;
}
.contenedor-menu {
    width:100%;
    min-width:300px;
	font-size: 14px;
  

	
	
}
.contenedor-menu .menu{
    width:100%;
}
.contenedor-menu .menu li a{
    color: #000000;
    display:block;
    padding: 15px 20px;
    background: #e9e9e9;
}
.contenedor-menu .menu li a:hover{
    background: #1a95d5;
    color:#c9f3ff
}
.contenedor-menu .menu .icono {
    font-size: 10px;
}
.contenedor-menu .menu .icono.derecha{
    float:right;
    margin-right: 2px;
}
.contenedor-menu .menu ul{
    display:none;
}
.contenedor-menu .menu ul li a {
    background: #424242;
    color: #e9e9e9;
}
.contenedoor-menu .menu .activado > a{
    background: #1a95d5;
    color: #ffff;
}
@media screen and (max-width: 20px){
    body {
        padding-top: 80px;
    }
    .contenedor-menu {
        margin: 0;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
    }
    .btn-menu {
        display: block;
    }
    .contenedor-menu .menu{
        display: flex;
    }
}




/*descargables*/
.pagina_descargables{
    background-color: #3b3b3b;
}

.pagina_descargables h3{
    color:#5ead7f;
    margin-left: 1em;
}

.navdescargables{
    margin: 0;
    padding-bottom: 1em ;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}

.navdescargables figure img{
    width: 70px;
    margin-right: -30px;
    margin-left: -30px;
    padding: -0.5em;
    display: flex;
}

.navdescargables figcaption{
    color: #e3e3e3;
    margin: -1em;
    padding: -1em;
    font-size: 8pt;
    font-weight: 700px;
    display: flex;
    justify-content:center;
}

.pagina_descargables article {
    margin: 1em;
}

.pagina_descargables article h5{
    margin: .4em 0 0 0;
    color: #d7354a;
}

.pagina_descargables article h4{
    margin: 0;
    color: #e3e3e3;
    font-size: 7pt;
}

.boton {
	display:inline-flex;
	align-content: space-between;
    margin-right: 1em;
    color: #FFFFFF;
    font-size: 10px;
    padding: 2px 31px;
    border-radius: 0px;
    background: #059abe;
	padding: 0.7em;
    flex-wrap: wrap;
	flex-direction:row;
    align-content: center;
	text-align: center;
    border-radius: 20px;
	
}

.boton:hover{
  background: #d7354a;	
}

/*barra de menu del tablero FIJA*/

#fixmenu{
    width: 100%;
    bottom: 0px;
    left: .45em;
    position: fixed;
    display: flex; 
}

.menu-fixed{
    display: flex;
    flex-direction: row;
}


ul li a img{ width: 40px;
    padding: 0 0.1em 0 0.1em;
}

/*pagina error*/

#error{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    text-align: center;
    width: 360px;
    background-color: #ed3055;
    min-height: 900px;
}

.acumar{
    width: 70px;
    order: 1;
}

.acumarlogo{
    width: 30px;
    margin: -20px;
}

.volver{
    margin-left: -20px;
    font-size: 12px;
    color: white;
}

.logoyvolver{
    display: flex;
    justify-content: flex-start;
}

#headerfalso{
    margin: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    
}

#tituloerror{
    color: white;
    display: flex;
    justify-content: center;
}

.centro{ color: black;
    display: flex;
    flex-direction:column;
    align-items: center;  
}

#texto{
    font-size: 12px;
    margin-bottom: 20px;
}

#cajaredondeada{
    width: 100px;
    height: 40px;
    padding: 0px 10px 0px 10px ;
    font-size: 10px;
    color: #ed3055;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

#tablero{
    font-size: 8pt;
    color: #fff471;
    margin: 2em 0 1em 0;
}

/*footer*/

footer {
    width: 100%;
    height: auto;
    font-size: 10pt;
    text-align: center;
    background-color: #e3e3e3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

#twitter, #facebook, #ig, #yb {
    width: 7%;
    height: auto;
    order: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 1em;
    }

#dgpc{
    width: 15%;
    height: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    margin-right: 1em;
    order: 1;
}

#fadu{
    width: 20%;
    height: 50%;
    margin-top: 1em;
    margin-bottom: 1em;
    order: 1;
}

/* menu hamburguesa */

header nav ul li {
    color: rgba(0, 0, 0, 0.9);
    padding: .5em 0 .5em 0;
    text-decoration: none;
    display: flex;
    justify-content:center;
    align-items:center;
    
}

header nav ul {
    background-color: rgba(255, 255, 255, 0.5) ;
    position: fixed;
    top:0;
    bottom: 0;
    left: 100%;
    width: 50%;
    padding-top: 4em;
    transition: all .5s ease;
    z-index: 9000;
}

#boton_burger {
    position: relative;
    z-index: 9999;
}

.menu_hamburguesa_visible {
    left: 50%;
     transition: all .5s ease;
}

header nav ul li:hover{
    color: #ed3055;
}


/* responsive para escritorio.
Dispositivos desde 1200px de ancho laptops /
desktops */
@media only screen and (min-width: 1200px) {
    
   
    header{ height: 600px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 60px;
    }
    

    .menuescritorio{
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;

    }
    
    .menu-escritorio{ display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: white;
        width: 100%;
        height: 80px;  
    }
    
    #acumarlogo {
    margin: 0;
    max-width:  10%;
    height: auto;
}

    #titulo_app {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 100pt;
}

    #bajada_app {
        margin: 0 1em .5em 0;
        font-size: 40pt;
        display: none;
}

    .cuencapp{ 
        margin-left: 2em;
        margin-right: 0;
        text-align: center;
}

    
    #hamburguesalupa { 
    display: none;
    }
    
     .navindex{ height: 0;
      
    }
     
    #c{display: none;
    }
   
    main { width: 100%;
        height: auto;
        display: flex;
        align-items: stretch;
        justify-content: center;
        margin: 0;
        padding: 0em;
         padding-left: -20px;
        border: 0;
        box-sizing: border-box;
    }
    
    #seccion_noticias{
    width: 900%;
    margin: 0;
    padding: 1em;
     }
    
    #seccion_tablero{width:900%;
        
    }
    
   
    #seccion_info, #seccion_descargables{
    width: 900%;
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
    #seccion_info div{
        display: flex;
        flex-direction: column;
        width: 90%;
        padding: 0;
        margin: 0;
    }
    
    #seccion_descargables div{
        display: flex;
        flex-direction: column;
        width: 90%
    }
    
    footer {
        width: 40%;
    }
}
