/**
* Theme Name: Monst Child
* Text Domain: monst-child
* Description: This is a child theme of Monst, generated Steelthemes.
* Author: Steelthemes
* Author URI: http://steelthemes.com/steelthemes
* Template: monst
* Version: 1.0.0
*/

.fea-submit-buttons{
    justify-content: end;
    padding: 16px;
}

.fea-submit-buttons button.fea-submit-button.button{
    padding: 20px 46px;
    border-radius: 12px;
    box-shadow: none;
    border: none;
    background-color: var(--primary-color-three);
    color: white;
}

.title_acf_pregunta{
    margin: 50px 0px;
}

.subtitle_acf_pregunta{
    margin-top: 50px;
    color: #2563EB;
    font-size: 20px;
}

.pregunta_content .title_acf_pregunta:first-child{
    margin-top: 0px;
}

.pregunta_content ul li{
    list-style: none !important;
}

.comment-error {
    color: red;
    font-weight: bold;
}