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

/* ---------------------------------------------------- */
/* ----------	COLORES PRINCIPALES		--------------- */
/* ---------------------------------------------------- */
:root {
  --main-color: #6e121d;
}
/*El uso posterior es --> var(--main-color);*/

/* Generales */
.oculto {
	display: none !important;
}

/* Botón reservar */
.action_button, .action_button:hover {
    background-color: #6e121d !important;
    color: #ffffff;
}

/* Formulario contacto flotante */
#popup_contact.focus .popup_contact_wrapper {
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.75);
}
#popup_contact.focus .column {
	padding: 0px !important;
}
#popup_contact.focus p {
	margin: 0px !important;
}

/* Footer */
.footer_copy {
	background-color:  var(--main-color) !important;
}
	/* Menús footer */
#Footer .widget_mfn_menu ul li a {
	background: none !important;
	border: none !important;
	color: #ffffff !important;
}
.widget_archive ul, .widget_nav_menu ul {
	background: none !important;
}
	/* Iconos redes */
#Footer .footer-social a {
	margin-right:20px;
}
	/* Ocultamos las RRSS en la barra de copyright */
.footer_copy .social {
	display: none;
}

/* Página - Política de cookies */
#cmplz-manage-consent .cmplz-manage-consent {
	right: 100px !important;
}
#cmplz-document {
	max-width: unset !important;
}
#cmplz-document p, #cmplz-document li {	
	font-size: 13px !important;
	font-family: "Poppins" !important;
	/*padding:0px !important;*/
}
#cmplz-document h2, #cmplz-document h3 {
	padding:0px !important;
	margin:0px !important;	
}
#cmplz-document .cmplz-subtitle {    
    margin-top: 0px !important;
}
/* ------------------------------------ */
/*				RESPONSIVE 				*/
/* ------------------------------------ */
@media only screen and (max-width: 767px) {
  	#Action_bar { 
	  background-color: #aaaaaa !important; 
	}
}