nav{z-index:499;position:fixed;top:0;display:flex;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;background:var(--nav_backColor);border-bottom:var(--nav_borderBottom);box-shadow:var(--nav_shadow)}nav>div:nth-of-type(1){padding:0;display:flex;align-items:center}.logo{margin-left:.5rem}nav>div>div.rootNav{width:100%;display:grid;column-gap:.8rem;align-items:center;position:relative}div.rootNav .isologotipo{z-index:998;position:relative}div.rootNav .isotipo{z-index:998;position:relative}@media (min-width:1101px){div.rootNav .isologotipo{display:block}div.rootNav .isotipo{display:none}}@media (max-width:1100px){div.rootNav .isologotipo{display:none}div.rootNav .isotipo{display:block}}@media (max-width:267px){nav>div>div.rootNav .logo{display:none}}@media (min-width:1101px){nav>div>div.rootNav{grid-template-columns:auto 1fr var(--c2c_form_width)}nav>div:nth-of-type(1),nav>div>div.rootNav{height:var(--navDesktop_height)}div.rootNav .isologotipo,div.rootNav .isotipo{height:var(--navLogoDesktop_height);width:var(--navLogoDesktop_width)}}@media (min-width:668px) and (max-width:1100px){nav>div>div.rootNav{grid-template-columns:auto var(--c2c_form_width)}nav>div:nth-of-type(1){height:var(--navTablet_height)}div.rootNav .isologotipo,div.rootNav .isotipo{height:var(--navLogoTablet_height);width:var(--navLogoTablet_width)}div.rootNav.menuShow1 .isologotipo,div.rootNav.menuShow1 .isotipo{margin-left:4.5rem}}@media (max-width:667px){nav>div>div.rootNav{grid-template-columns:1fr auto;padding:0 .5rem}nav>div>div.rootNav{height:var(--navMobile_height)}div.rootNav .isologotipo,div.rootNav .isotipo{height:var(--navLogoMobile_height);width:var(--navLogoMobile_width)}div.rootNav.menuShow1 .isologotipo,div.rootNav.menuShow1 .isotipo{margin-left:3.5rem}div.dropdown-content{right:1rem!important}div.dropdown-content>a{font-size:1.1rem;width:8rem;padding:.5rem .5rem}}.textButton p{font-size:1.4rem}@media (max-width:500px) and (min-width:371px){.textButton p{font-size:1.25rem}}@media (max-width:370px) and (min-width:324px){.textButton p{font-size:1.15rem}}@media (max-width:323px){.textButton p{font-size:.5rem!important}}.dropbtn{color:#fff;padding:16px;font-size:16px;border:none}div.dropdown-content{display:none!important;position:absolute;right:5.5rem;top:70px;background-color:transparent;width:fit-content;z-index:1}.dropdown-content>a{color:var(--blanco);background-color:#ef3f88;padding:.5rem 1rem;width:10rem;text-decoration:none;border-radius:.6rem;font-size:1.4rem;font-weight:500;box-shadow:3px 3px 9px 1px rgba(0,0,0,.5)}.dropdown-content>a:hover{border:1px solid var(--blanco)}div.dropdown:hover>div.dropdown-content{display:flex!important;flex-direction:column;gap:.7rem;justify-content:space-between;align-items:center;text-align:center}li.menuMobileItem>div.dropdown{display:none}