/*
	Theme Name: Child Theme
	Description: Generic child theme
	Author: SMIPro
	Author URI: https://www.smipro.es/
	Version: 1.1.4
	Text Domain: child
	Domain Path: /lang
	License: GNU General Public License v3.0
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Template: Divi
*/

/**
 * Google Fonts
 */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/**
 * Text format
 */
@import "css/text.css";

/**
 * Contact Form 7
 */
@import "css/cf7.css";

/**
 * reCAPTCHA
 */
@import "css/recaptcha.css";

/**
 * RGPD comments
 */
@import "css/comments.css";

/**
 * Divi
 */
@import "css/divi.css";

/**
 * Font family fix
 */
.family-roboto{
	font-family: Roboto, Helvetica, Arial, Lucida, sans-serif;
}

/**
 * Format paragraph
 */
.resaltado p strong{
	font-size: 20px;
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
}

/**
 * Fix - Notification bar
 */
.mtsnb{
	bottom: 0;
	top: auto !important;
}
body{
	padding-bottom: 40px;
}

/**
 * Fix - ?????
 */
.et_animated{
	opacity: 1;
}

