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

.cky-revisit-bottom-left, .cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    display: none !important;
}


.su-column.su-column-size-1-3.puntaje p {
    font-size: 150px;
    font-weight: 900;
    color: #663399;
	text-align: center;
	font-family: 'Poppins';
	margin: 0 !important;
}
.su-column.su-column-size-1-3.puntaje {
	margin: 0 !important;
	text-align: center;
}

@media only screen and (min-width: 768px) {
.su-column.su-column-size-1-3.resumen p {
    font-size: 15px !important;
}
}