/**
Theme Name: Nachomonge
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nachomonge
Template: astra
*/
html, body {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE y Edge antiguos */
}

html::-webkit-scrollbar, 
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

/*COLOURS*/







a.logonacho svg {fill: #000000;}
.menulink {  color: #000000;}
.menulink:hover {  color: #000000;}
.menulink svg {    fill: #000000;}
.buttonb {background-color: #000000;color: rgba(255, 255, 255, 0.9)}
.headerright .buttonb svg.icon {   fill: #ffffff;}
.bar {  background: #000000;}


.home a.logonacho svg {fill: #ffffff;}
.home .menulink {color: #ffffff;}
.home .menulink:hover {background-color: #b9b9b92e;color: #ffffff;backdrop-filter: blur(6px);border: 1px solid #b9b9b92e;}
.home .menulink svg {fill: currentColor;}
.home .buttonb {    background-color: #b9b9b92e;color: #ffffff;backdrop-filter: blur(6px);border: 1px solid #b9b9b92e;}
.home .headerright .buttonb svg.icon {fill: currentcolor;}
.home .bar {  background: #fff;}



/*ENCABEZADOS*/
body {font-family: 'Montserrat', sans-serif;}



/*BOTONES*/

.buttonb{border-radius: 24px;font-size: 14px;font-weight: 600;padding: 12px 24px;}
.headerright .buttonb svg.icon {
    width: 16px;
    height: 16px;
    margin-left: 0px;
    vertical-align: middle;
}
.headerright .buttonb { z-index:1200;}
/*HEADER*/
header {position: absolute;top: 4px;left: 0px;width: 100%;z-index: 999;display: flex;flex-direction: row;padding: 24px 32px;        --tw-shadow: 0px 16px 32px rgba(35, 56, 65, .08);z-index:200000;}
	.headerleft {width: 20%;display:flex;flex-direction: column;justify-content: center;align-items: flex-start;z-index: 20000;}
		a.logonacho svg {width: 180px; z-index:20000;}
a.logonacho {z-index:1200;    display: flex;align-items: center;}
	.headercenter {width: 60%;display:flex;flex-direction: column;justify-content: center;align-items: center;}
		
	.headerright {width: 20%;display:flex;flex-direction: column;justify-content: center;align-items: flex-end;}
	
#header-desktop.menu-open  {
  background: #00000000;
  backdrop-filter: blur(8px);
  border-radius: 24px 24px 0 0;
  width: 99vw;
  margin: 0 auto;
  right: 0;
}
#header-desktop.menu-open .bar {
  background: #fff;
}

#header-desktop.menu-open a.logonacho svg {
  fill: #fff;
}
@media (min-width: 1200px) {
	#menu-hamburguer{
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .menuprincipal,.headerright .buttonb  {
    display: none !important;
  }
	
}	
/*MENU MOVIL*/
#menu-hamburguer {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 20000; /* siempre encima */
}
.bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;

  transition: 0.4s;
}
.bar:first-child { top: 8px; }
.bar:last-child  { bottom: 8px; }

/* Animación al abrir */
#menu-hamburguer.open .bar:first-child {
  transform: rotate(45deg) translateY(8px);
}
#menu-hamburguer.open .bar:last-child {
  transform: rotate(-45deg) translateY(-8px);
}

/* === Menú móvil === */
#menu-movil {
  position: fixed;
  inset: 0;
	 z-index: 10000;
background: oklab(0.18 0 0 / 0.95);
  display: flex;
    justify-content: left;
    align-items: flex-start;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
	
  transform: translateY(-20px);
  pointer-events: none;
	    width: 99vw;
	  min-height: 99vh;
  min-height: -webkit-fill-available;
  	min-height: 99dvh; /* Dynamic viewport height: se adapta al tamaño visible real */
min-height: 99lvh; /* Large viewport height: incluye la barra del navegador */
min-height: 99svh; /* Small viewport height: excluye la barra */
    border-radius: 25px;
    margin: 0 auto;
    top: 1vh;
	backdrop-filter: blur(10px);
	padding: 96px 32px;
	max-height: 100vh;
 overflow-y: auto;
  -webkit-overflow-scrolling: touch;
	 overscroll-behavior: contain;

}
#menu-movil.show {
  opacity: 1;
  transform: translateY(-3px);
  pointer-events: auto;
}

#menu-movil ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
	    width: 100%;
}
#mm-sub-marketing a, #mm-sub-diseno a,#mm-sub-soporte a {
    font-size: 18px!important;
    font-weight: 500!important;
       letter-spacing: 0px!important;
	padding: 0px!important;
}
#menu-movil li {
  margin: 10px 0;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	    flex-wrap: wrap;
}
#menu-movil a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
font-size: 28px;
    text-align: left;
    font-weight: 600;
    letter-spacing: -2px;
}
#menu-movil a:hover {
  color: #ccc;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh; /* evita "rebotes" en iOS */
}
.mm-list { list-style: none; margin: 0; padding: 0; }
.mm-item { margin-bottom: 12px; }

/* Botones que abren submenús */
.mm-toggle {
  display:flex; justify-content:space-between; align-items:center;padding: 10px 0px 10px 0px; 
  background: unset; border:none; border-radius:8px;
  color:#fff; text-align:left;
	font-size: 28px;
    text-align: left;
    font-weight: 600;
    letter-spacing: -2px;
}
.mm-toggle:hover {
	background: unset;
}
/* Submenús */
.mm-submenu {
  list-style:none;
  margin: 6px 0 0 12px; padding:0;
  max-height: 0; overflow: hidden;
  transition:max-height .3s ease;
}
.has-mm-sub.open > .mm-submenu {
  max-height: 500px; /* grande para permitir animación */
}

.mm-submenu li a {
  display:block; padding:10px; border-radius:6px;
  text-decoration:none; color:#ccc; font-size:15px;
}
.mm-submenu li a:hover { background: rgba(255,255,255,0.1); color:#fff; }


/* Pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
	#menu-movil {	min-height: 99dvh; /* Dynamic viewport height: se adapta al tamaño visible real */
min-height: 99lvh; /* Large viewport height: incluye la barra del navegador */
min-height: 99svh; /* Small viewport height: excluye la barra */}
}
/*MENU*/
nav.menuprincipal{ position:relative; overflow:visible; }

.menuprincipal ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  margin: 0px;
  gap: 35px;
	z-index:1200;
}
nav.menuprincipal li {
    z-index: 1200;
}

.menulink {
    z-index: 1200;
    padding: 10px 14px;
    border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
	z-index:1200!important;
}
.menulink:hover {
	    background: #ffffff;
	    border-radius: 24px;
}
#plusicon {
    width: 8px;
    height: 8px;
    margin-left: 2px;
    vertical-align: middle;
}
.has-submenu {position: relative;z-index:1200; } /* Elemento Menu con Submenu*/
.has-submenu > a{ position: relative; z-index: calc(var(--z-trigger) + 1); }
.has-submenu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent;
}
.submenu { /* Submenu Oculto */
  position:absolute; left:0; top:calc(100% + 20px);
  background:#000000e8; border-radius:15px; box-shadow:0 6px 20px rgba(0,0,0,.15);
  min-width:750px;
  display:flex; flex-direction:row;           
  opacity:0; visibility:hidden; transform:translateY(8px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, visibility 0s .22s;
  z-index: 1200;
	    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.has-submenu.is-open > .submenu{
  opacity:1; visibility:visible; transform:translateY(0);
  pointer-events:auto;
  transition:opacity .22s ease, transform .22s ease, visibility 0s;
}

.submenuleft { /* Submenu Oculto Left*/
  width: 50%;
  background: #00000000;
  gap: 5px;
  padding:10px 10px;	    
  border-radius: 15px 0px 0px 15px;
	    backdrop-filter: blur(6px);
}
.submenuright { /* Submenu Oculto Right*/
  width: 50%;
  display: none;
  flex-direction: column;
  padding: 10px 10px;
  gap: 5px;
}
.submenuright.active {display: flex;}

.menuelementbig { /* Elementos Menu Left*/
  border-radius: 15px;
  padding: 20px 30px;
  cursor: pointer;
	    display: block;
}
.menuelementbig:hover { 
	background: #111111; 
}
.menuelementbig.active {
	background: #111111;
}
.menuelementtitle {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
    align-items: center;
	    align-items: center;
    margin-bottom: 10px;
}
.menuelementtitle .iconw {
    width: 32px;
    height: 32px;
    margin-left: 0;
    margin-right: 20px;
    vertical-align: middle;
    fill: #ffffff;
}
.menuelementtitle  #iconarrow {
    width: 8px;
    height: 8px;
    margin-left: 0;
    margin-right: 0px;
    vertical-align: middle;
    fill: #23384180;
}
.menuelementdescription {
  display: flex;
  flex-direction: column;
}
.menuelementdescription p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
}
.menuelementdescription span {
  color: #ffffffa8;
  font-size: 12px;
  font-weight: 500;
}


#menuresultados .iconw {
    background: #0f594c;
    padding: 8px;
    border-radius: 10px;
}

#menudesarrollo .iconw {
    background: #5C2D19;
   padding: 8px;
    border-radius: 10px;
}

#menudesoporte .iconw {
    background: #314955;
    padding: 8px;
    border-radius: 10px;
}
.menuelementsmall {  /* Elementos Menu Right*/
  width: 100%;
  padding: 10px 20px;
  border-radius: 15px;
	    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.menuelementsmall:hover { background:#222222; }
.menuelementsmall svg {
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-right: 20px;
    vertical-align: middle;
    fill: #ffffff;
}
.submenuelementdescription p {
    margin: 0px;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
	    line-height: 13px;
}
.submenuelementdescription span {
    color: #ffffffa8;
    font-size: 11px;
	line-height:12px;
    font-weight: 500;
}
/* Overlay blur pantalla completa */
.menu-overlay{
  position:fixed; inset:0;
  background:rgba(35,56,65,0.35);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  opacity:0; visibility:hidden; pointer-events:none;
  transition:opacity .25s ease, visibility 0s .25s;
  z-index:900; 
}
.menu-overlay.active{ 
  opacity:1; visibility:visible; pointer-events:auto;
  transition:opacity .25s ease;
}
.submenu{
  opacity:0; transform:translateY(8px);
  visibility:hidden; pointer-events:none;
  transition: opacity .22s ease, transform .22s ease, visibility 0s .22s;
}
.has-submenu.is-open > .submenu{
  opacity:1; transform:translateY(0);
  visibility:visible; pointer-events:auto; transition: opacity .22s ease, transform .22s ease, visibility 0s;
}


/* Asegura que el header esté por encima del overlay */
header.site-header{ position:absolute; top:0; left:0; width:100%; z-index:30; background:#fff; padding:24px 32px; display:flex; }

/*HOME*/

#herohome{
  position: relative;
  --hero-bg: url(https://nachomonge.es/wp-content/uploads/homehero.jpg);
  background: var(--hero-bg) center/cover no-repeat;
  overflow: hidden;
	min-height: 99dvh; /* Dynamic viewport height: se adapta al tamaño visible real */
min-height: 99lvh; /* Large viewport height: incluye la barra del navegador */
min-height: 99svh; /* Small viewport height: excluye la barra */
}

/* Blur opcional del fondo */
#herohome::before{
  content:"";
  position:absolute; inset:0;
  background: var(--hero-bg) center/cover no-repeat;
  filter: blur(10px);
  transform: scale(1.1);
  z-index:0;
}
#herohome > *{ position:relative; z-index:1; }

.herohomeh1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.herohomeh1 h1 {
      color: #ffffff;
    text-align: center;
    font-size: 120px;
    font-weight: 600;
    line-height: 100px;
    letter-spacing: -5px;
	    margin-bottom: 40px;
}

p.subtitlehero {
     color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -1px;
	text-align:center;
}
p.minitilehome {
   color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 20px;
	text-align:center;
	    margin-bottom: 30px;
}

.imageh1 {
    display: inline-block;
    background: url(https://nachomonge.es/wp-content/uploads/nacho-scaled.jpg);
    width: 120px;
    height: 120px;
    background-size: cover;
    background-position: top;
    background-position-y: 0px;
    border-radius: 25px;
    transform: translateY(25px);
    margin: 0px 10px;
}

#heromessage {
    position: absolute!important;
}
.herohomemessage p {
    color: #ffffff;
    line-height: 22px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -1px;
	    margin-bottom: 0px;
}


/* Pantallas grandes (desktop) */
@media (max-width: 1200px) {
 
}

/* Pantallas medianas (tablets horizontales y portátiles pequeños) */
@media (max-width: 992px) {
.herohomeh1 h1 {
    font-size: 100px;
    line-height: 80px;
    margin-bottom: 30px;
}
	
	.imageh1 {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    transform: translateY(25px);
    margin: 0px 8px;
}
	
	
}

/* Pantallas pequeñas (tablets verticales) */
@media (max-width: 768px) {

	.herohomeh1 h1 {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 30px;
}
	
	.imageh1 {
    width: 80px;
    height: 80px;
    border-radius: 15px;
    transform: translateY(20px);
    margin: 0px 8px;
}
	p.subtitlehero {    font-size: 25px;}
		.herohomemessage p {
    text-align: center;
}
	
}

/* Pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
 .herohomeh1 h1 {
   font-size: 55px;
    line-height: 50px;
    letter-spacing: -4px;
	 margin-bottom: 15px;
}

.imageh1 {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    transform: translateY(15px);
    margin: 0px 5px;
}
	p.subtitlehero {font-size: 24px;}
	p.minitilehome {    font-size: 16px;    margin-bottom: 15px;}
	
	.herohomemessage p {
    text-align: center;
}
}






/*Footer*/

.iconfixcontact {
    background: #0d0d0d2e;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 32px;
    right: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
	    backdrop-filter: blur(6px);
}
.iconfixcontact a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.iconfixcontact svg {
    width: 33px;
    fill: #ffffff;
}




/* Pantallas grandes (desktop) */
@media (max-width: 1200px) {

}

/* Pantallas medianas (tablets horizontales y portátiles pequeños) */
@media (max-width: 992px) {

}

/* Pantallas pequeñas (tablets verticales) */
@media (max-width: 768px) {

}

/* Pantallas muy pequeñas (móviles) */
@media (max-width: 480px) {
 
}