/*---------------------GALERÍA DE VIDEOS----------------*/

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


.galeria{
    justify-content: center;
    background-color: rgb(104,136,155,.7);

}


.galeria figure {
    position: relative;
    overflow: hidden;
    }

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


main section ul  { 
    box-sizing: border-box;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
     margin-left:1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    }

main section ul li {
    width: 48%;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    margin-top: 0.7rem;
}


main section ul li img {width: 45%;
height:auto;
}
section li a{font-size: 14;
    color:#4fa577 ;
    margin-top: 0.5rem;
    text-decoration: none;
    font-weight: 600;
}

h3 {font-size: 12;
    color: #043959;
}
  
/*--------------------------------------
MEDIAQUERIES
---------------------------------------
*/

/*
cuando la ventana del navegador mida
como mínimo 560px de ancho (TAMAÑO CELULAR)
*/


/*
cuando la ventana del navegador mida
como mínimo 640px de ancho (TAMAÑO TABLET)
*/



/*
cuando la ventana del navegador mida
como mínimo 1200px de ancho (TAMAÑO WEB)
*/
@media (min-width: 75em) {
main section ul  
    
    .slider {
        display: flex;
        max-width: 50%;
        height: auto;
    }
}