@charset "utf-8";
/* Mobile First */

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

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
}

main{
    width: 100%;
    height: 60px;
    padding: 10px;
}
#buscador{
    background-color: lightgrey;
    border-radius: 2em;
    width: 13em;
    height: 60px;
    font-size: 25px;
    text-indent: 30px;
    display: block;
    margin: auto;
}

.content-search{
    width: 100%;
    top: 60px;
    left: 0;  
    display: none;
    margin: auto;
}

.content-table {
    width: 80%;
    max-height: 200px;
    height: auto;
    margin left: 10px;
    padding: 10px;   
    overflow-y: visible;
    overflow-x: hidden;
}

.content-table table{
    width: 100%;   
}

tbody tr td a{
    display: block;
    padding: 10px;
    text-decoration: none;   
}

tbody tr td a:hover{
    background: rgba(0,0,0,0.3);
}

#tabla_length,#dataTables_filter,
#tabla_info, #tabla_paginate, #dataTables_filter,
#tabla_filter{
    display: none;
}

* {box-sizing: border-box;

}
* {
    text-decoration: none;
}

* {
    list-style: none;
}

* {
    margin:0;
    padding:0;
    border: none;
    box-sizing:border-box;
}


header{
    background-color: #118842;
    font-family: "Nunito", sans-serif;
    display: block;
    padding: 1em;
    align-items: center;
}

header section nav ul li a{
    display: block;
    background-color: white;
    border-radius: 2em;
    padding: .5em;
    margin: 0 .5em .2em 0;
    color: #073F21;
    background: linear-gradient(rgb(255,255,255) 50%, rgba(220,220,220) 50%); 
}

.menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    
}

.logohamb{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 1em;
}

.bajada{
        color: white;
        padding-top: .5em;
    }

.buscador img{
    width: 3em;
    display: none;
}

.botonera{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    
}

footer img{
    height: 70px;
}

footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: #118842;
    padding: 1em;
    margin: 0px;
    flex-grow: 0;    
}

.moron a {
    font-size: 30px;
    text-indent: 30px;
    color: black;
}
.moron a:hover {
    color: deepskyblue;
}
.moron p {
    font-size: 20px;
    text-indent: 15px;
}
.Noticias a {
     font-size: 30px;
    text-indent: 30px;
    color: black;
}
.Noticias a:hover {
    color: deepskyblue;
}
.Noticias p{
    font-size: 20px;
    text-indent: 15px;
}
.bolson a{
      font-size: 30px;
    text-indent: 30px;
    color: black;
}
.bolson a:hover{
    color: deepskyblue;
}

.moron{
 padding-bottom: 2em;
    padding-top: 2em;
    display: block;
    margin-right: 2em;
    margin-left: 2em;
    text-align: center;
    margin-top: 1em;
}
.Noticias{
   padding-bottom: 2em;
    padding-top: 2em;
    display: block;
    margin-right: 2em;
    margin-left: 2em;
    text-align: center;
}
.bolson {
      padding-bottom: 8em;
    padding-top: 2em;
    display: block;
    margin-right: 2em;
    margin-left: 2em;
    text-align: center;
    margin-bottom: 15em;
}

.moron, .Noticias, .bolson{
    background-color: #F8F9F9;
    border-radius: 2em;
    margin-bottom: 1em;
    
}

h3{
    padding-top: 1em;
    margin-left: 1em;
}



/* Solo aplica a dispositivos de más de 900px de ancho */
@media (min-width: 900px) {
    
    footer{
        position: absolute;
    }
    
    .bolson{
        padding-bottom: 2em;
    }
    
    
}

/* Solo aplica a dispositivos de más de 600px de ancho */
@media (min-width: 600px) {
    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    
}
    
    .logohamb{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
    
    .buscador img{
    width: 3em;
    display: none;
}
    
    main section figure{
    padding-left: 3em;
}
    

    
    

  


/* Solo aplica a dispositivos de más de 900px de ancho*/
@media screen and (min-width: 900px) {
    .encabezado{
        display:flex;
        justify-content: space-between;
        flex-direction: row;
    }
    
    
    .buscador img{
    width: 3em;
    display: inherit;
}
    
    .logohamb{
        width: 30em;
        justify-content: space-around;
    }
    
    
    
    .menu{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding-top: .5em;
    padding-left: 10em;
    width: 38em;
}
    
    main section figure{
    padding-left: 3em;
    text-align: center;
}
    
    main nav ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    section{
        text-align: center;
}
    
    section h1 {
        padding-left: 0;
}

footer img{
    height: 70px;
    
}

footer{
    display: none;
}
    
.loblanco{
    padding-bottom: .5em;
    
}
    
    .botonescaner{
        display: none;
    }

    .botonera{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    }
    

    
}






