@font-face {
    font-family: oswaldbold;
    src: url(../fuentes/static/Oswald-Bold.ttf);
}

@font-face {
    font-family: oswaldlight;
    src: url(../fuentes/static/Oswald-ExtraLight.ttf);
}

@font-face {
    font-family: LaguSansBold;
    src: url(../fuentes/Lagu\ Sans\ Light.otf);
}
        .flex{
            margin-top: 50px;
            display: flex;
            flex-direction: column-reverse;
            width: 100%;
            height: auto;
            justify-content: center;
            align-items:center;
        }
        .texto{
            width: 80%;
            margin-left: 30px;
            padding:  0px 5px 0px 5px ;
            text-align: justify;
    line-height: 1.4;
    font-family: LaguSansBold;
    margin: 40px 0px 40px 0px;
        }
          .imgg{
            width: 100%;
            display: flex;
            justify-content: space-evenly;
           flex-wrap: wrap;        }
        .img-click span{

         font-size: 30px;
         font-weight: bold;
         position: absolute;
         right: 0;
         top: 0;
         padding: 10px;
         margin: 10px;
        }
        .img-click span:hover{
            cursor: pointer;
            filter: sepia(30%);
        }

        .imgg  img {
            width: 400px;
            height: 300px;
            object-fit:cover;
        }
        .imgg  img{
            cursor: pointer;
        }
        .img-click{
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            z-index: 100;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.836);
            color: rgb(255, 255, 255);
           
            
        }
        .img-click img{
          
            position: absolute;
            left: 0;
            right: 0;
          top: 0;
          bottom: 0;
          margin: auto;
            width: 800px;
            height: 550px;
            object-fit: cover;

        }

        
@media only screen and (max-width: 1300px) {
    .imgg  img {
        width: 350px;
        height: 300px;
        object-fit:cover;
    }

}
@media only screen and (max-width: 1100px) {
    .imgg  img {padding: 10px;
        width: 300px;
        height: 300px;
        object-fit:cover;
    }
}