/*---------------------------------------------------------------------------------

 Theme Name:   Theme APPSUR
 Theme URI:    https:appsur.es
 Description:  
 Author:       APPSUR
 Author URI:   https:appsur.es
 Template:     Divi
 Version:      1.0.0

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.et_pb_blurb_container {
    padding: 10px;
}
.boton {
    font-family: inherit;
    font-size: 16px;
    border: solid 1px grey;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	margin-top:5px;
	margin-bottom:5px;
}

.et_pb_post .entry-featured-image-url {
    overflow: hidden;   
}

.et_pb_post a img:hover {
 transform:scale(2);
}


.et_pb_post a img {
 transition-duration: 1s;
}