/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
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: 3.29.3.1576595441
Updated: 2019-12-17 15:10:41

*/

.boton-modal{
	border: 1px solid #24246C;
    color: #24246C !important;
}

.boton-modal:hover{
	border: 0px solid #24246C;
    color: white !important;
	background: #24246C !important;
}

/*modo columnas*/
@media only screen and (max-width: 479px) {
.dos-columnas .et_pb_column { width: 50%!important; }
	.tres-columnas .et_pb_column { width: 32%!important; }
	.cuatro-columnas .et_pb_column { width: 25%!important; }
.cinco-columnas .et_pb_column { width: 20%!important; }
	
	img#logo{
		    width: 120px !important;
	}
}