/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Guido Fernando Becerra
Description: Tema hijo de DIVI
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1540857245
Updated: 2018-10-29 18:54:05

*/

/*--quitamos icono--*/
.et_overlay {
display:none;
}

.zoomGaleria .et_pb_gallery_image {
/*--velocidad a la que se ejecuta la animacion--*/
-moz-transition: all 0.8s;
-webkit-transition: all 0.8s;
transition: all 0.8s;

}
.zoomGaleria .et_pb_gallery_image:hover {
/*--cambia el valor scale para que el zoonm sea mas o menos pronunciado--*/
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

.ds-vertical-align {
display: flex;
flex-direction: column;
justify-content: center;
}

