/* 
Theme Name: Anónimo Advertising - Tema corporativo
Theme URI: https://github.com/elementor/hello-theme/
Description: Un tema basado en el Hello de Elementor
Author: Anónimo AD
Author URI: https://anonimoad.com
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Quita el borde azul del toggle button del menú */

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 

/* Fin de quita el borde azul del toggle button del menú */

/* Cabecera transparente */


body #cabecera { background-color: transparent!important; }

body #cabecera { box-shadow:none!important; }

body #cabecera .elementor-menu-toggle {
										color:white;
										background-color: transparent!important;
									  }

body #cabecera .menu-item a { color:white!important; }
body #cabecera .sub-menu a { color:#0D2D45!important; }
body #logo-cabecera img svg{
	
						 -webkit-filter: brightness(0) invert(1);
						filter: brightness(0) invert(1);
	
						}
.elementor-129 .elementor-element.elementor-element-d7c42e5.cpel-switcher--layout-dropdown .cpel-switcher__lang a {
	color:white!important;
	background-color: transparent!important;
}

.elementor-129 .elementor-element.elementor-element-d7c42e5.cpel-switcher--layout-dropdown .cpel-switcher__lang i {
	color:orange!important;
}

@media screen and (max-width: 1024px) {
	body #cabecera .menu-item a { color:#0D2D45!important; }
	body #cabecera .menu-item a:hover { color:white!important; background-color: #0D2D45!important;}
	body #cabecera .menu-item a:active { color:#0D2D45!important; }
	
}



/* Fin cabecera transparente */

/* Color cabecera */

/* ------------- Cabecera blanca scroll  ------------------ */

body #cabecera.elementor-sticky--effects #logo img {
content:url('https://santymar.com/wp-content/uploads/2023/02/logo-santymar-azul.svg');
}

body #cabecera.elementor-sticky--effects {
	background-color: #FFF!important;
	
}

body #cabecera.elementor-sticky--effects {
	border-bottom:1px solid lightgray;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.39)!important;
}

body #cabecera.elementor-sticky--effects .elementor-menu-toggle {
	
	color:#0D2D45;
	background-color: #FFF!important;
}

body #cabecera.elementor-sticky--effects a{ color:#0D2D45!important; }




body #cabecera.elementor-sticky--effects #logo-cabecera img svg{
	
	-webkit-filter: unset;
  	filter: unset;
	
}

body #cabecera.elementor-sticky--effects .elementor-129 .elementor-element.elementor-element-d7c42e5.cpel-switcher--layout-dropdown .cpel-switcher__lang a {
	color:#0D2D45!important;
	
}
body #cabecera.elementor-sticky--effects .elementor-129 .elementor-element.elementor-element-d7c42e5.cpel-switcher--layout-dropdown .cpel-switcher__lang i {
	color:#0D2D45!important;
	
}

@media screen and (max-width: 1024px) {
	
body #cabecera.elementor-sticky--effects a{ color:#0D2D45!important; }


 body #cabecera.elementor-sticky--effects a:hover{ color:white!important; }

}
 /*----------- Fin cabecera blanca scroll ----------------*/


/* ----- Alineado de iconos en la parte superior de una lista ---- */

.elementor-widget-icon-list .elementor-icon-list-icon {

align-self: flex-start;
margin-top: 5px; 

}

/* ----- Fin de alineado de iconos en la parte superior de una lista ---- */

