/*
Theme Name:  Reciperma Theme
Template: 	 hello-elementor
Theme URI:	 https://childthemewp.com/create-child-theme/
Author:		 Shikoba
Author URI:	 https://shikoba.es
Version:	 1.0.0
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: shikoba
*/

 p{
  overflow-wrap: break-word;
  hyphens: auto;
 }

.rcp_flex_reverse .elementor-icon-list-items li a{
	flex-direction:row-reverse;
}
.rcp_flex_reverse .elementor-icon-list-items li  span.elementor-icon-list-text{
    padding: 0px;
}


.bd-proyecto .elementor-ribbon {
    width: 100%;
    margin: 20% 0;
    display:none;
}

.bd-proyecto:hover .elementor-ribbon{
    display:block;
    animation: fadeIn 0.5s;
    
}
.bd-proyecto .elementor-ribbon-inner {
    transform: none !important;
    width: 100%;
}