/* MetaBox Block Style
--------------------------------------------- */
.wpblock-mostrarselectforms .form {
	display: none;
}

.wpblock-mostrarselectforms .form.active {
	display: initial;
}

.wpblock-mostrarselectforms .gform_legacy_markup_wrapper .gform_footer input.button {
	padding: 7px 10px;
	font-size: 16px;
	box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
}

.wpblock-mostrarselectforms .gform_wrapper.gravity-theme .gfield_consent_label, .wpblock-mostrarselectforms .gform_legacy_markup_wrapper .gfield_checkbox li label {
	font-size: 14px;
}

.wpblock-mostrarselectforms .gform_legacy_markup_wrapper .top_label .gfield_label, .wpblock-mostrarselectforms .gform_legacy_markup_wrapper legend.gfield_label {
	font-weight: 500;
	font-size: 18px;
}

.wpblock-mostrarselectforms .buttons button {
	padding: 7px 10px;
	font-size: 18px;
	margin: 10px;
}

.wpblock-mostrarselectforms .buttons {
	display: flex;
    	justify-content: center;
}

.wpblock-mostrarselectforms .buttons button.title.active, .wpblock-mostrarselectforms .buttons button:hover {
	background: #EE3124;
	color: white;
}

.wpblock-mostrarselectforms .buttons .button-1 {
	background: #3070B5;
}

.wpblock-mostrarselectforms .buttons .button-2 {
	background: #50B2DD;
}

.wpblock-mostrarselectforms .buttons .button-3 {
	background: #D8EBFF;
	color: black;
}

@media (max-width: 600px) {
	div .wpblock-mostrarselectforms .buttons  {
		display: grid;
		justify-content: inherit;
	}
}
