#contenedor-popup-buscador{
	position: fixed;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg,#fff 24%,#FFFFFF00 100%);
	padding: 20px;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
	z-index: 9999;
	max-width: 100%;
	width: 100%;
	height: 100vh;
}

#svg-cerrar-popup{
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	z-index: 2;
}

#contenido-popup{
	text-align: center;
}

#contenido-popup > div{
	display: block !important;
}

#contenido-popup .elementor-widget-container > search{
	opacity: 1;
	visibility: visible;
}

#contenido-popup .elementor-heading-title{
	visibility: visible;
	text-align: left;
}

#contenido-popup .elementor-widget-search{
	margin-top: 20px;
}

#contenido-popup .elementor-widget-search .e-search-form{
	display: flex;
    width: 100%;
}

#contenido-popup .elementor-widget-search .e-search-form .e-search-input-wrapper{
    width: 100%;
}

#contenido-popup .elementor-widget-search .e-search-form .e-search-input-wrapper input{
    font-size: 22px;
    outline: none;
	padding: 0px 20px;
}

#contenido-popup .elementor-widget-search .e-search-form .e-search-input-wrapper .fa-times{
	display: none;
}

#contenido-popup .elementor-widget-search .e-search-form button{
	border: none !important;
	color: #FFF;
	font-size: 18px;
	left: -2px;
}

#contenedor-popup-mobile{
	position: fixed;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFFE0;
	box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
	z-index: 9999;
	max-width: 100%;
	width: 100%;
	height: 100vh;
}

#svg-cerrar-popup-mobile{
	cursor: pointer;
	position: absolute;
	top: 2vh;
	right: 4vw;
	display: flex;
	z-index: 2;
}

#svg-cerrar-popup-mobile svg path{
	fill: #FFF;
}

#contenido-popup-mobile{
	position: absolute;
    top: -89px;	
	width: 100%;
}

#contenido-popup-mobile > div > section{
	padding-right: 0px !important;	
}

#contenido-popup-mobile section{
	margin-top: 0px !important;
}

#contenido-popup-mobile > div{
	display: block !important;
	width: calc(100% + 23px);
}

#contenido-popup-mobile .elementor-widget-wrap.elementor-element-populated{
	padding-right: 0px !important;
	padding-left: 10% !important;
}

#contenido-popup-mobile .elementor-widget-container .elementor-nav-menu--dropdown.elementor-nav-menu__container{
	padding-left: 00px;
    height: calc(100vh + 89px);
    padding-top: 20%;
	margin-top: 0px !important;
}

#contenido-popup-mobile .elementor-nav-menu.sm-vertical{
	margin-top: 0vh !important;
}

#contenido-popup-mobile .elementor-nav-menu.sm-vertical a{
	padding: 15px 0px !important;
    line-height: 100% !important;
	font-size: 25px !important;	
}

#contenido-popup-mobile .elementor-container .elementor-column{
	background: #233a80;
}

#contenido-popup-mobile .elementor-social-icons-wrapper{
	height: 100vh;
	display: flex;
	flex-direction: column;
}

#contenido-popup-mobile .elementor-social-icons-wrapper .elementor-grid-item{
	width: fit-content;
}

#contenido-popup-mobile .elementor-social-icons-wrapper .elementor-grid-item i{
	display: flex;
	width: 40px;
	height: 40px;
}

#contenido-popup-mobile .elementor-social-icons-wrapper .elementor-grid-item i::before{
	font-size: 40px !important;
}

#contenido-popup-mobile section section:first-of-type{
	height: 94vh !important;
}

#contenido-popup-mobile section section:last-of-type{
	height: 10vh !important;
	width: 90% !important;
}

#contenido-popup-mobile .trp-flag-image{
	transform: scale(2);
}

#contenido-popup-mobile li.menu-item-has-children .menu-item-wrapper{
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
}

#contenido-popup-mobile .elementor-element-44846f9{
	height: fit-content;
    position: absolute;
    top: 93vh;
    z-index: 9999999;
    max-width: 90%;
    width: fit-content;
    left: 20px;	
}

#contenido-popup-mobile .elementor-element-44846f9 .elementor-widget-wrap{
	margin-top: 0px;
}

#contenido-popup-mobile .elementor-element-44846f9 .elementor-social-icons-wrapper{
	flex-direction: row;
	gap: 40px;
	height: auto;
}

#contenido-popup-mobile .elementor-element-5f0a454{
	margin-left: -16px;
}

.elementor-sub-item.elementor-item-active{
	background-color: unset !important;
}

#ingredientes-recetas {
	color: #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

#ingredientes-recetas > div {
	display: flex;
    flex-direction: column;
    gap: 40px;
	font-size: 1.2em;
    line-height: 1.1em;
	width: 100%;
}

#ingredientes-recetas > div .column1 {
	width: 100%;
}

#ingredientes-recetas > div .column2 {
	width: auto;
}

@media (max-width: 767px){
	#contenido-popup-mobile .elementor-nav-menu--dropdown{
		padding-left: 0px !important;	
	}
	
	#contenido-popup-mobile .elementor-widget-wrap.elementor-element-populated{
		padding-left: 20px !important;
	}
	
	#contenido-popup-mobile .elementor-nav-menu.sm-vertical{
		padding-left: 20px;
	}
	
	#contenido-popup-mobile .elementor-nav-menu.sm-vertical{
		margin-top: 5vh !important;
	}
	
	#contenido-popup-mobile .elementor-nav-menu.sm-vertical a{
		font-size: 22px !important;	
	}
}