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

/**/
.ponte-en-contacto-paises a {
	color: var( --e-global-color-secondary );
}
#nf-form-1-cont .nf-form-fields-required {
	display: none;
}
#nf-form-1-cont #nf-field-4[type="submit"] {
	background-color: var(--e-global-color-199e47f);
	text-transform: uppercase;
	padding: 18px 60px;
    font-weight: 500;
    font-size: 1.1em;
}
#nf-form-1-cont .submit-container #nf-field-4-wrap.submit-wrap > .nf-field-element {
	text-align: center;
}

/* PAGINA: CERTIFICACIONES */
#certificaciones-tabs div.e-n-tabs-heading {
	background-color: var(--e-global-color-199e47f);
    padding: 0 0 50px;
    margin-bottom: 20px;
}
#certificaciones-tabs div.e-n-tabs-heading > button.e-n-tab-title:first-child {
	display: none;
}
#certificaciones-tabs div.e-n-tabs-heading > button.e-n-tab-title {
	border-radius: 8px;
    padding: 15px;
    font-weight: 800;
    font-family: 'Inter';
}
@media screen and (min-width:1024px) {
	#certificaciones-tabs div.e-n-tabs-heading > button.e-n-tab-title {
		padding: 25px 35px;
	}
}

/* PAGINA: PLANTA INDUSTRIAL */
@media screen and (max-width:1023px) {
	#submenu-plantaindustrial > div,
	#submenu-plantaindustrial > div > div {
		flex-wrap: nowrap;
		overflow-x: scroll;
		justify-content: left;
	}
	#submenu-plantaindustrial > div > a,
	#submenu-plantaindustrial > div > div a {
		min-width: fit-content;
	}
}


