.estiloFoto1 .module-gallery.circle.layout-showcase .gallery-images img, 
.module-gallery.circle .gallery-icon img {
    width:240px;
    object-fit: cover;
    height:240px;
}

#body .module.gallery .gallery-item, .module.gallery .gallery-item {
    float:none;
}

#fotos .estiloFoto1  .module.gallery .gallery-item {
    float:none;
}

.estiloFoto3  .gallery img {
    object-fit: cover;
    max-width: 666px;
    max-height: 218px;
    width: auto !important;
    height: 218px;
}


.estiloFoto2  .gallery img {
    object-fit: cover;
    max-height: 145px;
    width: auto !important;
    height: 145px;
}

.estiloFoto2 .col6-1 {
    width: 16.66%;
    margin-left: 0;
}

.estiloFoto3 .col4-1 {
    width: 25%;
    margin-left: 0;
}



#body .estiloFoto3 .gallery .gallery-item {
    margin: 0 0 0 0;
}

#body .estiloFoto2 .gallery .gallery-item {
    margin: 0 0 0 0;
}

@media screen and (max-width: 1200px) {
    .estiloFoto3  .gallery img {
        height: 213px;
    }
}

@media screen and (max-width: 1000px) {
    .estiloFoto1 .module-gallery.circle.layout-showcase .gallery-images img, 
    .module-gallery.circle .gallery-icon img {
        width:190px;
        height: 190px;
    }
    
    .estiloFoto2  .gallery img {
        height: 118px;
    }
    
    .estiloFoto3  .gallery img {
        height: 177px;
    }
}



@media screen and (max-width: 900px) {
    .estiloFoto1 .module-gallery.circle.layout-showcase .gallery-images img, 
    .module-gallery.circle .gallery-icon img {
        width:180px;
        height: 180px;
    }
    
    .estiloFoto2  .gallery img {
        height: 106px;
    }
    .estiloFoto3  .gallery img {
        height: 160px
    }
    
    #body .gallery .gallery-item {
        margin: 0 0px 8px 0;
    }
    
}


@media screen and (max-width: 800px) {
    .estiloFoto1 .module-gallery.circle.layout-showcase .gallery-images img, 
    .module-gallery.circle .gallery-icon img {
        width:170px;
        height: 170px;
    }
}


@media screen and (max-width: 750px) {
    .estiloFoto1 .module-gallery.circle.layout-showcase .gallery-images img, 
    .module-gallery.circle .gallery-icon img {
        width:150px;
        height: 150px;
    }
    
    .estiloFoto2  .gallery img {
        height: 83px;
    }
    .estiloFoto3  .gallery img {
        height: 125px;
    }
}


@media screen and (max-width: 680px) {
    .estiloFoto1 .module-gallery.circle.layout-showcase .gallery-images img, 
    .module-gallery.circle .gallery-icon img {
        width:400px;
        height: 400px;
    }
    
    .estiloFoto2  .gallery img,
    .estiloFoto3  .gallery img {
        height: auto;
        width:100% !important;
        max-height: 100%;
        max-width: 100%;
    }
    
    .estiloFoto2 .col6-1 {
        width: 50%;
        margin-left: 0;
    }
}



@media screen and (max-width: 400px) {
    .estiloFoto1 .module-gallery.circle.layout-showcase .gallery-images img, 
    .module-gallery.circle .gallery-icon img {
        width:300px;
        height: 300px;
    }
}