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

.mfn-footer .footer_copy {
    border-top: 0 solid hsla(0,0%,100%,.1);
}

#mfn-gdpr .mfn-gdpr-button {
    background-color: #111111;
    color: #ffffff;
    border-color: transparent;
}

#servicios-de-imprenta-y-rotulos h3 {
	
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	
}

button.carousel__button.is-close, button.carousel__button.is-prev, button.carousel__button.is-next {
	
	color: #ffffff !important;
	background-color: #C32329 !important;
	background: #C32329 !important;
	
}

#servicios-de-imprenta-y-rotulos h3, #servicios-de-imprenta-y-rotulos h3 a, #servicios-de-imprenta-y-rotulos h3 a:hover, #servicios-de-imprenta-y-rotulos a, #servicios-de-imprenta-y-rotulos a:hover, #cta a.button.button_size_3 {
	
	color: #C32329;
	
}

.popup {
	
	max-width: 720px;
	display: none;
	
}

body:not(.template-slider) #Header {
	
  min-height: 0;
  
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .wp-block-search input[type="search"], .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {

    /*border-color: #C32329;*/
	
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: 10px 15px;
}

span.wpcf7-quiz-label {
	
    display: none !important;
	
}

.send-form {
	
    font-size: 110% !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;

}

.fancybox__nav {
	
	display: none !important;
	
}

.form-elements-centered {
	
	margin: 0 auto;
    display: block;
	
}

@media screen (min-width: 768px) and (max-width: 959px) {
	
	.popup {
	
		max-width: 640px !important;
		display: none;
	
	}

}

@media screen and (max-width: 767px) {
	
	.popup {
	
		max-width: 480px !important;
		display: none;
	
	}

}