

body                            {}



/* AUPICIADOR */
.brnAuspicio                    {width: 100%; display: flex; align-items: center; justify-content: center;
    .btnAuspicio                {background: var(--color-primario); color: var(--color-secundario); font-size: 30px; width: 100%; text-align: center; max-width: 340px; height: 72px; text-transform: uppercase; font-weight: 800; align-items: center; display: flex; justify-content: center; cursor: pointer; border-radius: 30px 0px; margin: 130px 0px 0px 0px; transition: .3s;
        &:hover                 {background: var(--color-secundario); color: black; transform: scale(1.03);}
    }
}
/* AUPICIADOR */


/* LOGOS */
.logos                          {display: flex; width: 100%; justify-content: center; gap: 20px; padding: 30px 0px;
    .item                       {}
    .txt                        {color: var(--color-gray3); width: 100%; margin: 0px 0px 10px 0px;}
    .logosInt                   {}
}



/* HEADER */
.header                         {background: var(--color-primario); z-index: 20; transition: .3s; text-transform: uppercase; position: relative; overflow: hidden; width: 94%; margin: 0px auto 0px auto; top: 30px; border-radius: 44px; padding: 0px 0px 0px 30px; display: flex; align-items: center; justify-content: space-between; color: white;
    .left                       {display: flex; align-items: center; gap: 20px;}
    .decobiz                    {width: 150px; margin: 6px 0px 0px 0px; cursor: pointer; transition: .3s;}
    .lineDeco                   {background: white; width: 1px; height: 50px;}
    .itemDate                   {font-size: 16px; display: flex; gap: 3px; align-items: flex-start; width: fit-content;}  
    .icodd9                     {font-size: 20px;}
    .txt                        {margin: 3px 0px 0px 0px;}

    .right                      {display: flex; align-items: center; text-align: center; transition: .3s;}

    .navegator                  {margin: 0px 0px 0px 0px; transition: .3s; background: var(--color-primario-dark); display: flex; align-items: center; height: 100px; gap: 15px; border-radius: 35px; padding: 0px 30px; position: relative; z-index: 2;}
    .btLink                     {transition: .3s; cursor: pointer;
        &:hover                 {color: var(--color-secundario);}
    }
    .btLinkOn                   {color: var(--color-secundario);}
    .lineNav                    {width: 1px; height: 40px; background: white;}

    .directos                   {background: var(--color-secundario); transition: .3s; position: absolute; right: 0px; overflow: hidden; height: 100px; padding: 0px 10px; display: flex; justify-content: center; align-items: center; border-radius: 40px;}
    .btLinkDirect               {color: black; padding: 20px 20px; text-align: center; cursor: pointer; font-weight: 500; transition: .3s;
        &:hover                 {color: var(--color-secundario-dark);}
    }
    .lineNavDirect              {width: 2px; height: 34px; background: black;}
    .menuNav                    {display: none; align-items: center; gap: 4px; font-size: 20px; color: black; font-weight: 400; padding: 12px; cursor: pointer; transition: .3s; 
        &:hover                 {color: var(--color-secundario-dark);}
    }
    .icodd22                    {font-size: 30px;}
}
.submenu                        {padding: 0px 12px; border-radius: 30px; z-index: 10; transition: .3s; display: flex; align-items: center; justify-content: center; -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); gap: 4px; width: fit-content; margin: 0px auto 0px auto; position: fixed; bottom: -30px; opacity: 0; visibility: hidden; left: 0px; right: 0px;  background: rgba(72, 28, 89, .7);
    .lineSub                    {width: 1px; height: 34px; background: white;}
    .btLink                     {color: white; transition: .3s; cursor: pointer; padding: 20px 10px; text-align: center; text-transform: uppercase; font-weight: 500; font-size: 16px;
        &:hover                 {color: var(--color-secundario);}
    }
    .btLinkOn                   {color: var(--color-secundario);}
}

#header                         {position: fixed; left: 0px; right: 0px;}
#header.scrolled                {border-radius: 26px; padding: 0px 0px 0px 20px;}
#header.scrolled .navegator     {margin: 0px -800px 0px 0px;} 
#header.scrolled .decobiz       {width: 90px; margin: 3px 0px 0px 0px;}
#header.scrolled .navegator     {height: 60px;}
#header.scrolled .itemDate      {font-size: 13px;}
#header.scrolled .icodd9        {font-size: 15px;}
#header.scrolled .lineDeco      {height: 26px;}
#header.scrolled .txt           {margin: 0px 0px 0px 0px;}
#header.scrolled .directos      {border-radius: 22px; height: 60px;}
#header.scrolled .btLinkDirect  {font-size: 16px;}
#submenu.scrolled               {bottom: 30px; opacity: 1; visibility: visible; transition: .3s;}


@media (width <= 1300px)        {
    .sale1300                   {display: none !important;}
    .header                     {border-radius: 32px;
        .btLink                 {font-size: 15px;}
        .left                   {gap: 10px;}
        .lineDeco               {height: 40px;}
        .decobiz                {width: 120px;}
        .lineNav                {height: 28px;}
        .itemDate               {font-size: 14px;}
        .navegator              {height: 80px;}
        .btLinkDirect           {font-size: 16px;}
        .lineNavDirect          {height: 30px;}
    }
}


@media (width <= 1080px)         {
    .sale1080                   {display: none !important;}
    .header                     {
        .navegator              {display: none;}
        .directos               {position: relative; height: 80px; border-radius: 26px;}
        .menuNav                {display: flex}
    }
}


@media (width <= 650px)         {
    .sale650                    {display: none !important;}
    .submenu                    {width: 320px; gap: 0px; justify-content: space-between; padding: 0px 15px;
        .btLink                 {font-size: 12px; padding: 10px 2px;}
        .lineSub                {height: 20px;}
    }
    .header                     {padding: 0px 0px 0px 20px; width: 90%;
        .decobiz                {width: 110px;}
        .directos               {height: 70px; padding: 0px;}
        .menuNav                {padding: 0px 10px; font-size: 18px;}
    }
}






/* GENERAL */
.mainHome                       {width: 1200px; margin: 0px auto 0px auto;
    .bld1                       {font-weight: 800;}
}
#laferia                        {height: 100px; display: block;}
#sectores                       {height: 100px; display: block;}
#expositor                      {height: 100px; display: block;}
#tarifas                        {height: 100px; display: block;}
@media (width <= 1400px)        {
    .mainHome                   {width: 900px;}
}
@media (width <= 960px)         {
    .mainHome                   {width: 600px;}
}
@media (width <= 650px)         {
    .mainHome                   {width: 86%}
}





/* BANER */
.baner                          {display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; width: 100%; height: 100vh; min-height: 600px;
    .left                       {margin: 100px 0px 0px 0px; width: 400px;}
    h1                          {font-size: 65px; color: var(--color-primario); text-transform: uppercase; line-height: .9;}
    h2                          {font-size: 26px; line-height: 1; text-transform: uppercase; color: var(--color-primario-dark); margin: 20px 0px; font-weight: 400;}
    .btns                       {display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap;}
    .bt1                        {background: var(--color-secundario); color: var(--color-secundario-dark); height: 44px; text-transform: uppercase;
        &:hover                 {background: var(--color-secundario-dark); color: var(--color-secundario-light);}
    }
    .ico2d3t                    {font-size: 24px;}

    .right                      {width: 760px; height: 100%;}
    .mask                       {width: 100%; height: calc(100% - 50px); background-color: gray; border-radius: 0px 0px 500px 500px; overflow: hidden;}
}


@media (width <= 1400px)        {
    .baner                      {
        .left                   {width: 340px;}
        .right                  {width: 540px;}
        .bt1                    {width: 100%;}
        h1                      {font-size: 50px;}
        h2                      {font-size: 24px;}
    }
}

@media (width <= 960px)         {
    .baner                      {height: auto;
        .right                  {width: 100%; position: absolute; top: 0px; left: 0px; z-index: -1; height: 100%;}
        .mask                   {height: 100%; border-radius: 0px;}
        .left                   {margin: 100vh 0px 0px 0px; text-align: center; width: 100%;}
        h1                      {margin: -200px 0px 90px 0px; padding: 0px 70px;}
        h2                      {font-size: 24px;}
        .bt1                    {width: 48%;}
    }
}

@media (width <= 650px)         {
    .baner                      {
        h1                      {padding: 0px; font-size: 40px; margin: -140px 0px 70px 0px;}
        .bt1                    {width: 100%;}
    }
}




/* LA FERIA */
.content                        {width: 100%; display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; 
    .left                       {width: 400px; display: flex; flex-direction: column; gap: 10px; position: sticky; bottom: 180px;}
    .subtitleLeft               {text-transform: uppercase; font-size: 25px; width: 100%; text-align: center;}
    .dirigidos                  {background: var(--color-secundario); border-radius: 36px 0px; overflow: hidden;}
    .dirigidosInt               {animation: txtHome 20s linear infinite; display: flex; width: fit-content; text-transform: uppercase; text-wrap: nowrap; padding: 18px 20px 14px 20px; font-size: 40px; font-weight: 600; color: var(--color-secundario-dark); margin: 0px 0px 0px 80px;}
    h1                          {color: var(--color-primario); font-size: 45px; font-weight: 400; line-height: 1.1; text-transform: uppercase;}

    .right                      {width: 760px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between;}
    .imgDeco                    {border-radius: 380px 380px 0px 0px; overflow: hidden; width: 100%; height: 550px; margin: 0px 0px 30px 0px;}
    .txt1                       {font-weight: 400; font-size: 20px; text-wrap: auto; text-align: justify; width: 100%;}
    h2                          {color: var(--color-primario); text-transform: uppercase; font-size: 35px; margin: 40px 0px 10px 0px; width: 100%;}
    .feriaLogo                  {width: 298px; height: 298px; border: 1px solid gray;}
    .friaLogoWrap               {width: 450px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px 0px;}
    .feriaLogoinT               {width: 144px; height: 144px; border: 1px solid gray;}
    .title1                     {width: 100%; font-weight: 800; font-size: 30px; margin: 30px 0px 0px 0px;}
    .fuerzaItem                 {width: 31%; background: var(--color-secundario); font-size: 28px; padding: 20px 20px; border-radius: 30px 0px; margin: 30px 0px 10px 0px; text-wrap: auto; line-height: 1.2; min-height: 300px; color: var(--color-secundario-dark); display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; align-content: flex-end;}
    .icow11                     {font-size: 60px;}

    
    /* EXPOSITOR */
    .todas                      {background: var(--color-secundario); text-align: center; text-transform: uppercase; width: 100%; font-size: 40px; margin: 10px auto 0px; color: var(--color-secundario-dark); padding: 14px 30px 10px; border-radius: 27px 0px;}
    .item                       {width: 48%; height: 520px; overflow: hidden; border-radius: 42px 0px; margin: 20px 0px 20px 0px; position: relative;}
    .shadow                     {background: rgba(0,0,0,0.6); position: absolute; top: 0px; height: 100%; color: antiquewhite; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px 20px 20px 20px;}
    .nro2                       {font-weight: 800; font-size: 60px; line-height: 1;}
    .titleCard                  {font-size: 30px; margin: 0px 0px 10px 0px; font-weight: 600;}
    .txtCard                    {font-size: 20px;}
    .copyCard                   {text-transform: uppercase; font-size: 20px; font-weight: 800; margin: 40px 0px 0px 0px; background: var(--color-primario-light); color: var(--color-primario); line-height: 1; padding: 10px 15px; border-radius: 0px 0px  20px 0px;}
    .vinera                     {width: 100%; text-align: left; display: flex; align-items: flex-start; gap: 5px; font-size: 32px; font-weight: 300; text-wrap: auto; margin: 10px 0px;}
    .icod32                     {font-size: 24px; margin: 6px 0px 0px 0px; color: var(--color-gray3);}

}
@keyframes txtHome              {
    0%                          {margin: 0px 0px 0px 80px;} 
    50%                         {margin: 0px 0px 0px -790px;}
    100%                        {margin: 0px 0px 0px 80px;}
}

@media (width <= 1400px)        {
    .content                    {
        .left                   {width: 320px;}
        .right                  {width: 540px;}
        .dirigidos              {border-radius: 26px 0px;}
        .dirigidosInt           {font-size: 30px;}
        h1                      {font-size: 38px;}
        .imgDeco                {height: 420px;}
        .feriaLogo              {margin: auto;}
        .friaLogoWrap           {width: 100%; justify-content: center; gap: 10px; margin: 10px 0px 0px 0px;}
        .fuerzaItem             {font-size: 28px; line-height: 1.2; width: 48%;}

        h2                      {text-wrap: auto;}
        .item                   {width: 100%;}
    }
}

@media (width <= 960px)         {
    .content                    {justify-content: center; text-align: center;
        .left                   {width: 100%; position: relative; bottom: auto; margin: 0px 0px 40px 0px;}
        .right                  {width: 100%;}
        .fuerzaItem             {text-align: left;}
    }
}

@media (width <= 650px)         {
    .content                    {
        h1                      {font-size: 32px;}
        .dirigidosInt           {font-size: 26px;}
        h1                      {font-size: 32px;}
        .imgDeco                {height: 320px;}
        .txt1                   {text-align: center;}
        .title1                 {margin: 30px 0px 10px 0px; font-size: 27px; text-wrap: auto;}
        .fuerzaItem             {width: 100%; min-height: 180px; font-size: 24px;}
        .icow11                 {font-size: 40px;}
        .todas                  {font-size: 28px; width: fit-content;}
        h2                      {font-size: 30px;}
        .vinera                 {font-weight: 400; font-size: 22px; gap: 3px;}
        .icod32                 {font-size: 20px; margin: 2px 0px 0px 0px;}
    }
}





/* SECTORES */
.sectores                       {text-align: center;
    h3                          {font-size: 40px; line-height: 1.1;}
    .todas                      {background: var(--color-secundario); width: fit-content; font-size: 40px; margin: 10px auto 0px; color: var(--color-secundario-dark); padding: 14px 30px 10px; border-radius: 27px 0px;}
    .itemWrap1                  {width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin: 360px 0px 0px 0px;}
    .item                       {width: 19%; text-align: left; overflow: hidden; height: 480px; border-radius: 44px 0px; position: sticky; top: 190px;}
    .shadow                     {background: rgba(0, 0, 0, 0.5); position: absolute; top: 0px; width: 100%; height: 100%; color: white; display: flex; align-items: flex-end; padding: 10px 10px 15px 13px; font-size: 24px;}
    .top1                       {margin: -620px 0px 0px 0px;}
    .top2                       {margin: -320px 0px 0px 0px;}
}

@media (width <= 1400px)        {
    .sectores                   {
        .itemWrap1              {margin: 60px 0px 0px 0px; gap: 30px 0px;}
        .item                   {position: relative; top: auto; width: 48%;}
        .top2                   {margin: 0px 0px 0px 0px;}
        .top1                   {margin: 0px 0px 0px 0px;}
    }
}
@media (width <= 650px)         {
    .sectores                   {
        h3                      {font-size: 30px;}
        .todas                  {font-size: 25px;}
        .item                   {width: 100%; height: 320px;}
    }
}


/* TARIFAS Y STAND */
.tarifas                        {text-align: center; position: relative; z-index: 0; background: white; padding: 40px 0px 0px 0px;
    h1                          {font-size: 40px; text-transform: uppercase; color: var(--color-primario); font-weight: 900;}
    h2                          {font-size: 30px; text-transform: uppercase; color: var(--color-primario); width: 740px; margin: 10px auto 0px auto;}
    .stand                      {width: 670px; margin: 0px auto; position: relative; z-index: 1;}
    .bgIncluye                  {width: 100%; background: var(--color-primario); color: white; padding: 310px 0px 100px; margin: -320px 0px 0px;}
    .incluye                    {width: fit-content; display: flex; margin: auto; justify-content: center; align-items: flex-start; flex-wrap: wrap; text-align: left; gap: 60px;}
    .left                       {width: 430px;}
    .title                      {text-transform: uppercase; font-size: 30px; margin: 0px 0px 20px; width: fit-content;}
    .medidas                    {background: rgba(0, 0, 0, 0.2); display: flex; flex-wrap: wrap; gap: 14px; padding: 28px; width: fit-content;}
    .item                       {width: fit-content; font-size: 26px; display: flex; align-items: flex-start; gap: 30px;}
    .letra                      {text-transform: uppercase; font-weight: 700; width: 22px; text-align: center;}
    .medida                     {width: 140px;}
    .price                      {width: 145px;}
    .right                      {width: 540px; display: flex; flex-wrap: wrap;}
    .incluy                     {width: 100%; font-size: 22px; background: rgba(0, 0, 0, 0.2); font-weight: 300; padding: 18px 23px; margin: 0px 0px 10px 0px;}
}

@media (width <= 1400px)        {
    .tarifas                    {
        .right                  {width: 350px;}
    }
}

@media (width <= 960px)         {
    .tarifas                    {
        h2                      {font-size: 22px; width: 90%;}
        .stand                  {width: 550px;}
        .left                   {width: 90%;}
        .item                   {width: 100%;}
        .right                  {width: 90%;}

    }
}

@media (width <= 650px)         {
    .tarifas                    {
        .bgIncluye              {padding: 260px 0px 100px; margin: -220px 0px 0px;}
        .stand                  {width: 90%;}
    }
}



/* FOOTER */
.footer                         {background: var(--color-secundario); display: flex; align-items: center; justify-content: space-between; padding: 30px 40px; position: relative; z-index: 90;
    .left                       {display: flex; align-items: center; gap: 10px;}
    .decoFooter                 {width: 120px; filter: invert();}
    .item                       {display: flex; align-items: center; font-size: 18px; font-weight: 500;}
    .icokkk1                    {}
    .right                      {display: flex; gap: 10px;}
    .icoddq1                    {width: 40px; height: 40px; display: flex; cursor: pointer; transition: .3s; align-items: center; justify-content: center; border: 1px solid black; border-radius: 13px 0px;
        &:hover                 {background: black; color: var(--color-secundario); transform: scale(1.1);}
    }
}

@media (width <= 950px)         {
    .footer                     {flex-wrap: wrap; gap: 30px;
        .left                   {width: 100%; flex-wrap: wrap;}
        .item                   {width: 100%;}
        .right                  {width: 100%;}
        .icoddq1                {width: 48%;}
    }
}





/* POP CONSULTA */
.reserva                        {position: fixed; width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.8); z-index: 100; display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: .5s;
    .icodda                     {color: white; font-size: 60px; position: fixed; top: 20px; right: 20px; cursor: pointer;}
    .form                       {background: white; width: 600px; padding: 12px; border-radius: 26px; max-height: 90vh; overflow: auto;}
    .wrap                       {display: flex; flex-direction: column; gap: 0px;}
    .step                       {width: 100%; transition: .3s; display: flex; flex-wrap: wrap; align-items: flex-start; text-align: center; justify-content: space-between; gap: 20px 0px;}
    .title                      {text-transform: uppercase; color: var(--color-primario); width: 100%; font-weight: 500; margin: 10px 0px 0px; font-size: 24px;}
    .btn1                       {width: 48%; border: 1px solid black; padding: 14px; border-radius: 18px; font-size: 26px; text-transform: uppercase; line-height: 1.1; display: flex; flex-direction: column; gap: 16px; cursor: pointer; transition: .3s;
        &:hover                 {background: var(--color-primario); color: var(--color-primario-light);}
    }
    .icodll9                    {font-size: 40px;}
    .btn2                       {width: 23%; border: 1px solid black; padding: 14px 5px; border-radius: 15px; font-size: 22px; line-height: 1.1; display: flex; cursor: pointer; justify-content: center; text-transform: lowercase; transition: .3;
        &:hover                 {background: var(--color-primario); color: var(--color-primario-light);}
    }
    .btnOn                      {background: var(--color-primario); color: var(--color-primario-light);}
    .med                        {font-weight: 700;}
    .subtitle                   {text-transform: uppercase; margin: 11px 0px 0px 6px;}
    .campo2                     {width: 48.5%;}
    .campo2Left                 {width: calc(100% - 100px);}
    .campo2Label                {}
    .campo1a                    {border-radius: 18px;}
    .top1                       {margin: 40px 0px 0px 0px !important;}
    .bt1                        {font-size: 22px; height: 50px; padding: 0px 15px; border-radius: 18px; background: var(--color-primario); text-transform: uppercase; margin: 30px 0px 0px 0px; position: sticky; bottom: 0px; display: none;}
}
.reservaOn                      {opacity: 1; visibility: visible; transition: .5s;}