* {
    margin: 0px;
    padding: 0px;
    /*  lo ponemos todo a cero desde el principio*/
    box-sizing: border-box;
    /*  no le suma el padding, se lo resta*/
    font-family: 'Barlow Semi Condensed', sans-serif;
}



.body {
    min-height: 90vh;
}




.inicio {
    width: 100%;

}

video {
    right: 0;
    bottom: 0;
    min-height: 100%;
    width: 100%;

}


.destacados {
    height: auto;
    background-color: white;
}

.destacados h1 {
    color: #829caf;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}




.fotostrabajos {
    height: auto;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    padding: 20px;
}


@media (min-width:280px) {


    .ayudagov {
        height: auto;
        background-color: white;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 40px;
        padding: 20px;

    }

 


    .imagen1 {
        width: 100px;
        height: 100px;
        margin: 10px;
        overflow: hidden;
        margin-top: 10px;

    }

    .imagen1 img {
        width: 100%;

        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen1:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



    .imagen2 {
        width: 100px;
        height: 100px;
        margin: 10px;
        overflow: hidden;
        margin-top: 10px;

    }

    .imagen2 img {
        width: 100%;

        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen2:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


    .imagen3 {
        width: 100px;
        height: 100px;
        margin: 10px;
        overflow: hidden;


        margin-top: 10px;

    }

    .imagen3 img {
        width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen3:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



    .imagen4 {
        width: 100px;
        height: 100px;
        overflow: hidden;
        margin: 10px;

        margin-top: 10px;

    }

    .imagen4 img {
        width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen4:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}




@media (min-width:500px) {



    .imagen1 {
        width: 200px;
        height: 200px;
        margin: 10px;
        overflow: hidden;
        margin-top: 10px;

    }

    .imagen1 img {
        width: 100%;

        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen1:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



    .imagen2 {
        width: 200px;
        height: 200px;
        margin: 10px;
        overflow: hidden;
        margin-top: 10px;

    }

    .imagen2 img {
        width: 100%;

        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen2:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }


    .imagen3 {
        width: 200px;
        height: 200px;
        margin: 10px;
        overflow: hidden;


        margin-top: 10px;

    }

    .imagen3 img {
        width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen3:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }



    .imagen4 {
        width: 200px;
        height: 200px;
        overflow: hidden;
        margin: 10px;

        margin-top: 10px;

    }

    .imagen4 img {
        width: 100%;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;

    }

    .imagen4:hover img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
