/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/*IGUALAS*/
.eael-pricing.style-2 .eael-pricing-item {
    padding: 0 !important;
}
.eael-pricing-icon {
    display: none !important;
}
.subtitulo {
	font-size:0.5em !important;
	line-height: normal !important;
}
.eael-pricing.style-2 .eael-pricing-item .eael-pricing-tag {
	padding: 35px 0px 25px 0px !important;
}
.eael-pricing-tag:after {
    width: 100% !important;
    height: 2px !important;
	background: #F28D00 !important;
}
.eael-pricing.style-2 .eael-pricing-item .header {
	padding: 25px 20px !important;
}
.eael-pricing-item .featured ribbon-1{
	border-radius: 0 !important;
	    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .15), 0 10px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15), 0 10px 10px rgba(0, 0, 0, .15);
}
.ribbon-1 .header {
    background: #000 !important;
}


#footer-widgets {
    background-color: #f7f7f7;
	padding: 30px 0 0 0;
}