.bloque7{
    padding: 60px;
    background-color: white;
}


.bloque7 .recuadro{
    background-color: white;
    display: flex;
    flex-direction: row;
}

.bloque7 .titulo{
    padding: 90px;
    background-color: #ecf5f2;
    color: #49a683;
    width: 40%;
}

.bloque7 a{
    color: #49a683;
}

.bloque7 .fotillos{
    margin-top: 4%;
    width: 66%;
    height: 20%;
    margin-left: -6%;
    /* background-color: rgba(0, 0, 0, 0.5); */
}

.bloque7 .gFoto img{
    width: 120px;
    height: 120px;
    padding: 3px;
    cursor: pointer;
}

.spacer {
    height: 80px;
}

@media screen and (min-width: 1600px) {
    .bloque7{
        margin: auto;
        max-width: 1200px;
    }        
}

/* Tablet */
@media screen and (max-width: 992px) {
    .bloque7{
        padding: 24px 0px;
    }


    .bloque7 .recuadro{
        position: relative;
        background-color: white;
        display: flex;
        flex-direction: column;
    }

    .bloque7 .titulo{
        padding: 30px 12px;
        width: 100%;
    }

    .bloque7 .fotillos{
        position: relative;
        margin-top: 0%;
        width: 100%;
        height: auto;
        margin-left: 0;
        /* background-color: rgba(255, 0, 0, 0.5); */
    }

    .bloque7 .gFoto img{
        position: relative;
        padding: 12px;
        width: 100%;
        height: auto;
    }
}
