/*
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 */

@font-face {
    font-family: 'Poppins-Regular';
    src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Poppins-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Italic';
    src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/Poppins-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-SemiBold';
    src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('/wp-content/themes/oceanwp-child-theme-master/fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.titulo {
	font-family: 'PlayfairDisplay-SemiBold' !important;
	font-weight: 700;
	
}

.texto {
	font-family: 'PlayfairDisplay-Regular' !important;
}

.optional{
    display: none !important;
}

.label-check-bono {
  	font-size: 18px;
  	line-height: 24px;
  	font-weight: 500;
 	margin-top: 19px !important;
}

.cursiva-check-bono {
	font-size: 14px !important;
	font-style: italic !important;
}