/*
Theme Name: Nomadasgrill Theme
Theme URI: https://nomadasgrill.com
Template: hello-elementor
Author: Apolo. Propulsora de Marcas
Author URI: www.universoapolo.com
Description: Tema creado para la web de Nómadas grill.
Tags: #Branding, #web, #design, #audiovisual, #marketing
Version: 2.6.1.1658828835
Updated: 2022-07-26 09:47:15

*/

/*----------------------------------- CUSTOM CODE */

/*imagenes y carruseles sin espacio abajo*/
figure{
	line-height:0!important;
}
/*HEADER EFFECTS BACKGROUND*/
header .elementor-container.elementor-column-gap-no {
	background-color:rgba(255, 255, 255, 0.2)!important;
	border-radius:72px!important;
	backdrop-filter: blur(5px);
}
header.elementor-sticky--effects .elementor-container.elementor-column-gap-no {
	background-color:#003484!important;
}
/*margin menus a 0*/
.elementor-element.elementor-element-c4bf186.elementor-nav-menu__align-right.elementor-nav-menu--dropdown-none.elementor-widget.elementor-widget-nav-menu {
	margin:0px!important;
}

/*Ocultar funciona con cookieYes*/
.wt-cli-ckyes-brand-logo {
	display:none!important;
}

/*########################################################### PAGINAS*/
/*-------------------------------------- HOME*/

/*-------------------------------------- DISFRUTIME*/

/*-------------------------------------- CONTACTO*/

.elementor-field-group-aceptacion_form label {
	/*font-size:14px;*/
}

/*################################################################# START RESPONSIVE*/

/*__________________________________________________________ VISTA MOVIL */
@media screen and (max-width: 767px) and (min-width: 1px) {

	header, header .elementor-container.elementor-column-gap-no {
		background-color:#003484!important;
	}

	
}
/*_________________________________________________________ VISTA TABLET */
@media screen and (max-width: 1023px) and (min-width: 768px) {



}
/*_________________________________________________________ VISTA PC */
@media screen and (max-width: 1439px) and (min-width: 1024px) {


}
/*_________________________________________________________ VISTA PC GRANDE*/
@media screen and (max-width: 1919px) and (min-width: 1440px) {



}
/*_________________________________________________________ VISTA 1920 en adelante*/
@media screen and (min-width: 1920px) {



}
/*_________________________________________________________ VISTA 4k en adelante*/
@media screen and (min-width: 2560px) {


}
/*################################################################# FIN RESPONSIVE*/

/*-------------------------------------------------------------Barra scroll lateral solo en pc*/
@media screen and (min-width: 1024px) {
	/* width */
	::-webkit-scrollbar {
	  width: 10px;
	}

	/* Track */
	::-webkit-scrollbar-track {
	  /*box-shadow: inset 0 0 3px #fafafa;*/ 
	  border-radius: 10px;
	}
	 
	/* Handle */
	::-webkit-scrollbar-thumb {
	  background: #003484; 
	  border-radius: 10px;
		border:1px solid #003484;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	  background: #F3A618;
		border:unset;
	}
}
/*Fin barra scroll lateral*/