header .preheader{
	background-color:#c6e692;
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	padding-top: 4px;
	width: 100%;
	height: 40px;
	position: absolute;
	z-index: 10;	
	top: 0px;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}

header .preheader.fixed_main_nav{
	top: -40px;
	-moz-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}




header .preheader a{
	color: #0061a1;
	text-decoration: none;
}

header .preheader .mail_cabecera{
	margin-top: 4px;
}

header .preheader .tel_cabecera{
	margin-top: 4px;
}


header .preheader .mail_cabecera i{
	color: #0061a1;
}

header .preheader .tel_cabecera i{
	color: #0061a1;
}

header .preheader .rrss_cabecera{
	
}

header .preheader i.bi-facebook{
	font-size: 14px;
	margin: 0px 2px;
}
header .preheader i.bi-twitter-x{
	font-size: 14px;
	margin: 0px 2px;
}
header .preheader i.bi-youtube{
	font-size: 19px;
	position: relative;
	top: 2px;
	margin: 0px 2px;
}
header .preheader i.bi-instagram{
	font-size: 14px;
	margin: 0px 2px;
}
header .preheader i.bi-linkedin{
	font-size: 14px;
	margin: 0px 2px;
}
header .preheader i.bi-tiktok{
	font-size: 14px;
	margin: 0px 2px;
}



.menu_pral .preload_images{
	position: absolute;
	left: -500px;
	top: -500px;
}

#logo_sws_home, #logo_sws {
	height: 98px;
}



.menu_pral ul li a{
	margin-top: 37px;
}

.menu_pral ul li a{
	color: #ffffff;
	font-family: "gotham_book";
	font-size: 16px;
	padding: 8px 10px 27px 10px !important;
	margin: 0px !important;
	margin-left: 15px !important;
}

.menu_pral ul li a:hover{
	color: #ffffff;
	background: #c6e692;
	color: #444444;
	clip-path: ellipse(95% 90% at 50% 0%);
}

.menu_pral ul li.active a.nav-link{
	text-decoration: none;
	display: inline-block;
	background: #c6e692;
	background: #0061a1;
	color: #444444;
	color: #ffffff !important;
	padding: 8px 10px 27px 10px !important;
	clip-path: ellipse(95% 90% at 50% 0%);
}


.menu_pral .navbar {
	margin-top: 40px;
}

.menu_pral .navbar.fixed_main_nav {
	background-color: #fff;
	margin-top: 0px;
	-webkit-box-shadow: 0 6px 10px -4px rgba(0,0,0,0.35);
	-moz-box-shadow:    0 6px 10px -4px rgba(0,0,0,0.35);
	box-shadow:         0 6px 10px -4px rgba(0,0,0,0.35);
}


.menu_pral .fixed_main_nav ul li a.nav-link{
	color: #000000;
}
/*
.menu_pral .fixed_main_nav ul li a.nav-link:hover{
	color: #000000;
}
*/

.navbar .dropdown-menu {
	background-color: #c6e692;
	margin: 0px;
	padding: 15px 20px 30px 20px;
	border-radius: 0px;
	clip-path: ellipse(150% 100% at 50% 0%);
	top: 44px;
	border: none;
	left: 15px;
}

.navbar .dropdown-menu .dropdown-item{
	margin: 0px !important;
	padding: 0px !important;
	padding: 4px 0px !important;
	color: #444444;
}

.navbar .dropdown-menu li:hover{
	background: none !important;
}

.navbar .dropdown-menu .dropdown-item:hover{
	background: none !important;
}


.nav-link:focus{
	color: #fff;
}

#navbarDropdown::after {
	display: none !important;
}


.navbar-toggler {
	border: none; /* eliminar borde */
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%230062a1' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	margin: 0px;
	padding: 0px;
	width: 40px;  /* ancho del icono */
}

@media (min-width: 768px) {
  .nav-item.dropdown:hover .dropdown-menu {
	  display: block;
  }
  .nav-item.dropdown:hover > .dropdown-toggle {
	color: #ffffff;
  background: #c6e692;
  color: #444444;
  clip-path: ellipse(95% 90% at 50% 0%);
	}
  
	/* També mentre passes del botó al submenu */
	.nav-item.dropdown:has(.dropdown-menu:hover) > .dropdown-toggle {
	color: #ffffff;
	background: #c6e692;
	color: #444444;
	clip-path: ellipse(95% 90% at 50% 0%);
	}
  /*
  .nav-item.dropdown > .dropdown-toggle {
	  pointer-events: none; /* click deshabilitat */
  }
  */
}
