/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.1
*/
/* OCULTAR INSIGNIA RECAPTCHA v3 */
.grecaptcha-badge { 
    visibility: hidden;
}

/* SUBHEADER MAYUSCULAS */
#Subheader .title {
    color: #111;
    text-transform: uppercase;
}

/* CONTACT FORM 7 */
.column_cf7 input, .column_cf7 select, .column_cf7 textarea {
    height: auto;
    min-height: 0px;
}

/* titulos form */
.titulo-form {
    color: #b477b5;
	font-size: 36px;
	font-weight: 700;
}