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

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


body {
    background-image: url(imagenes/fondosocios4.jpg);
    background-position: left;
    background-size: contain;
}

header {
    display: flex;
    flex-direction: row;
    background: linear-gradient(to right, black, white);
    background-position: cover;
    background-size:cover;
    width: 100%;
    height: 4em;
    align-items: center;
    align-content: center; 
    justify-content: space-between;
    position: fixed;
    z-index: 9999;
}

.logo {
    width: 6em;
}


#btn-menu {
    display: none;
}

.btn-menu:checked ~ .menu {
    right: 0em;
    top: 4em;
}

label img {
    width: 2em;
    margin: .5em 1em;
    cursor: pointer;
    right: 0;
    top: 1em;
}

.menu {
    display: flex;
    width: 50%;
    position: fixed;
    right: -50%;
    top: 4em;
    transition: all 1s ease;
    height: 100%;
}

header ul {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
}

header li {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    padding: 1em;
    font-family: "nunito", sans-serif;
}

header li a {
    text-decoration: none;
    color: white;
}

.logo {
    margin-left:1em;
}

.search {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    background-color: rgba(203, 203, 203, 0.49);
    padding: .5em 1em .5em .5em;
    margin: 0em;
    align-content: center;
    align-items: center;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

.search img {
    max-height: 1em;
    margin-right: 1em;
    margin-left: 1em;
}

.search input {
    width: 50em;
}

.rojo{
    list-style: none;
    background-color: #17a6db;
    padding: .35em;
    border-radius: 1em;
    display: inline-block;
    margin-left: .2em;    
}

.azul{
    list-style: none;
    background-color: rgba(7, 7, 78, 0.92);
    padding: .35em;
    border-radius: 1em;
    display: inline-block;
    margin-left: .2em;    
}

.noti a {
    color: white;
    text-decoration: none;
}


.ordenar {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    width: 80%;
    color: white;
    margin: 1em 1em 0
}

.ordenar img{
    max-height: .5em;
    margin-left: .5em;
}

.noticias {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: "Nunito", sans-serif;
}

.noticiasfutsal figure {
    margin: .125em;
    position: relative;
    overflow: hidden;
    border-radius: 1em;
}
    
.noticiasfutsal figure:hover figcaption {
    background-color: rgba(0,60,60,.5);
    top: 50%;
    transition: all .5s ease;
}

.noticiasfutsal figcaption {
    background-color: rgba(0,0,0,.5);
    color: white;
    padding: .5em;
    line-height: 1.5em;
    position: absolute;
    height: 100%;
    top: calc(100% - 2em);
    transition: all .5s ease;   
}

.titulonoticia {
    width: 100%;
    height: 3em;
    padding: .8em 1.5em;;
    background-image: url(imagenes/titular.png);
    background-position: left;
    background-size: cover;
    color: white;
    margin: 3em 0 0 0;
}

.titulonoticia a {
    color: white;
    text-decoration: none;
    
}

.noticias img {
    display: flex;
    height: auto;
    justify-content: flex-start;
    max-width: 100%;
}

section div {
    display: flex;
    flex-direction: column;
    margin: 1em;   
}

.categoria {
    display: flex;
    font-weight: bold;
    margin-left: .25em;
    color: white;
    text-decoration: underline;
}

h3 {
    color: white;
}

p {
    color: white;
}

.categoria a {
    color: white;
    font-size: 1em;
    margin: 0;
}

.fecha {
    display: flex;
    font-size: .75em;
    margin-bottom: .75em;
    color: white;
    margin-left: .25em;
    
}

main section div h3 {
    margin-top: 0.75em;
}

section div p {
    font-size: .9em;
}

section div a {
    color: #17a6db;
    margin-top: .5em;
    font-size: .75em;
}

.paginas {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-size: .45em;
    justify-content: center;
    font-family: "nunito", sans-serif;
    padding: 1em;
    color: white;
}

.paginas h1 {
    padding: 1em;
    
}


.paginas img {
    max-height: .8em;
}

section div img {
    border-radius: 1em;
}

.fem {
    display: flex;
    font-family: "nunito", sans-serif;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 2em;
}

.fem a {
    color: #07074e;;
    
}

footer {
    margin-top: 15em;
    background-color: #1aa2ad;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "nunito", sans-serif;
    padding: 1em;
}

footer h4 {
    color: #07074e;
}

footer h5 a {
    color: white;
}

footer p a {
    text-decoration: none;
    color: #07074e;
}

footer nav ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: .5em;
}

footer nav img {
    max-width: 2em;
    display: flex;
    justify-content: center;
    margin-left: .25em;
    margin-right: .25em;
}

@media (min-width: 35em) {

    label img {
        display: none;
    }
    
    header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        
    }

    .menu-items {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: fixed;
        right: 0;
        top: 4em;
        height: 2em;
    }
    
     .titulonoticia {
        margin-top: 4.5em;
    }
    
    
    .search {
        width: 30%;   
    }
    
    .media {
        display: flex;
        flex-direction: row;
        
        
    }
    
    
    
    
    
}