/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/variables.css ***!
  \**********************************************************************************************************************************************************************************************************************/
:root {
    --deBlackTrns: rgba(0, 0, 0, 0.5);
    --deBlackI: rgba(0, 0, 0, 1);
    --deBlack: rgba(0, 0, 0, 0.8);
    --deBlackL: rgba(0, 0, 0, 0.6);
    --deLBlueTrns: rgba(208, 219, 255, 0.3);
    --deBlueTrns: rgba(208, 219, 255, 0.5);
    --deVLBlue: #d3e0ff;
    --deLBlue: #b8ceff;
    --deBlue: #7289e6;
    --deDBlue: #535cd6;
    --deVDBlue: #3c44b0;
    --deBlueGray: rgb(245, 245, 255);
    --deDBlueTrans: rgb(70, 100, 170, 0.7);
    --deVLGray: #e5e5e5;
    --deLGray: #d5d5d5;
    --deDeskGray: rgb(190, 190, 190);
    --deGray: #a1a1a1;
    --deDGray: #757575;
    --deLGreen: #aaddaa;
    --deGreen: #77af4d;
    --deDGreen: #5f8539;
    --deOrange: #f90;
    --deDOrange: #76450c;
    --deVLRed: rgb(255, 222, 222);
    --deVLRed: rgb(255, 222, 222);
    --deLRed: rgb(246, 212, 212);
    --deRed: rgb(216, 112, 112);
    --deViolet: #666699;
    --deYellow: #f4ed41;
    --deDYellow: #c2ae42;
    --deLYellow: #fffdcc;
    --deWhite: #ffffff;
    --deDWhite: #f9f9f9;
    --deGrayBox: rgb(0,0,0,0.5);


    --Long-005cm: 16px;
    --Long-01cm: 38px;
    --Long-02cm: 76px;
    --Long-03cm: 114px;
    --Long-04cm: 152px;
    --Long-05cm: 190px;
    --Long-06cm: 228px;
    --Long-07cm: 266px;
    --Long-08cm: 304px;
    --Long-09cm: 342px;
    --Long-10cm: 380px;
    --Long-11cm: 418px;
    --Long-12cm: 456px;
    --Long-13cm: 494px;
    --Long-14cm: 532px;
    --Long-15cm: 570px;
    --Long-16cm: 608px;
    --Long-17cm: 646px;
    --Long-18cm: 684px;
    --Long-19cm: 722px;
    --Long-20cm: 760px;
    --Long-21cm: 798px;
    --Long-22cm: 836px;
    --Long-23cm: 874px;
    --Long-24cm: 912px;
    --Long-25cm: 950px;
    --Long-26cm: 988px;
    --Long-27cm: 1026px;
    --Long-28cm: 1064px;
    --Long-29cm: 1102px;
    --Long-30cm: 1140px;
    --Long-31cm: 1178px;
    --Long-32cm: 1216px;
    --Long-33cm: 1254px;
    --Long-34cm: 1292px;
    --Long-35cm: 1330px;
    --Long-36cm: 1368px;
    --Long-37cm: 1406px;
    --Long-38cm: 1444px;
    --Long-39cm: 1482px;
    --Long-40cm: 1520px;
    --Long-41cm: 1558px;
    --Long-42cm: 1596px;
    --Long-43cm: 1634px;
    --Long-44cm: 1672px;
    --Long-45cm: 1710px;
    --Long-46cm: 1748px;
    --Long-47cm: 1786px;
    --Long-48cm: 1824px;
    --Long-49cm: 1862px;
    --Long-50cm: 1900px;

}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/fonts.css ***!
  \******************************************************************************************************************************************************************************************************************/

@font-face {
    font-family: 'exo';
    src: url('Exo-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'fira';
    src: url('FiraSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'robotoc';
    src: url('RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ibm';
    src: url('IBMPlexSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ibmmono';
    src: url('IBMPlexMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ubuntu';
    src: url('UbuntuMono-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'nanum';
    src: url('NanumGothicCoding-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'saira';
    src: url('SairaExtraCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'sairac';
    src: url('SairaExtraCondensed-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'barlow';
    src: url('BarlowCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'bebas';
    src: url('BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'smooch';
    src: url('SmoochSans-VariableFont_wght.ttf') format('truetype');
}



.fontExo      {  font-family: exo !important;}
.fontFira     {  font-family: fira !important;}
.fontRoboto   {  font-family: roboto !important;}
.fontRobotoc  {  font-family: robotoc !important;}
.fontIbm      {  font-family: ibm !important;}
.fontIbmMono  {  font-family: ibmmono !important;}
.fontUbuntu   {  font-family: ubuntu !important;}
.fontNanum    {  font-family: nanum !important;}
.fontSaira    {  font-family: saira !important;}
.fontSairac   {  font-family: sairac !important;}
.fontBarlow   {  font-family: barlow !important;}
.fontBebas    {  font-family: bebas !important;}
.fontSmooch   {  font-family: smooch !important;}

.pntsSusp {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-puntos {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/html.css ***!
  \*****************************************************************************************************************************************************************************************************************/

a {
    font-size: 1.5rem;
    color: var(--deDGray);
}

a:hover {
    cursor: pointer;
    color: var(--deBlue);
}

/*input {
    border: solid 1px rgb(72, 114, 170);
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 2rem;
    padding: 0.0rem 0.5rem !important;
    color: #404040;
    border-radius: 10px;
}

input::placeholder {
    color: var(--deLBlue);
}*/

div {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

span {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

li {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

i {
    font-size: inherit;
}

select {
    border: solid 1px rgb(72, 114, 170);
    font-size: 1.5rem !important;
    line-height: 1.8rem !important;
    padding: 0.0rem 0.1rem !important;
    color: #404040;
    border-radius: 10px;
    background: white;
}

option {
    border: solid 1px rgb(72, 114, 170);
    font-size: 1.5rem;
    line-height: 1.5rem;
    height: 2rem;
    padding: 0.0rem 0.5rem !important;
    color: #404040;
    border-radius: 10px;
    background: transparent;
}

li {
    margin-left: 1rem !important;
}
/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/variables.css (1) ***!
  \**************************************************************************************************************************************************************************************************************************/
:root {
    --deBlackTrns: rgba(0, 0, 0, 0.5);
    --deBlackI: rgba(0, 0, 0, 1);
    --deBlack: rgba(0, 0, 0, 0.8);
    --deBlackL: rgba(0, 0, 0, 0.6);
    --deLBlueTrns: rgba(208, 219, 255, 0.3);
    --deBlueTrns: rgba(208, 219, 255, 0.5);
    --deVLBlue: #d3e0ff;
    --deLBlue: #b8ceff;
    --deBlue: #7289e6;
    --deDBlue: #535cd6;
    --deVDBlue: #3c44b0;
    --deBlueGray: rgb(245, 245, 255);
    --deDBlueTrans: rgb(70, 100, 170, 0.7);
    --deVLGray: #e5e5e5;
    --deLGray: #d5d5d5;
    --deDeskGray: rgb(190, 190, 190);
    --deGray: #a1a1a1;
    --deDGray: #757575;
    --deLGreen: #aaddaa;
    --deGreen: #77af4d;
    --deDGreen: #5f8539;
    --deOrange: #f90;
    --deDOrange: #76450c;
    --deVLRed: rgb(255, 222, 222);
    --deVLRed: rgb(255, 222, 222);
    --deLRed: rgb(246, 212, 212);
    --deRed: rgb(216, 112, 112);
    --deViolet: #666699;
    --deYellow: #f4ed41;
    --deDYellow: #c2ae42;
    --deLYellow: #fffdcc;
    --deWhite: #ffffff;
    --deDWhite: #f9f9f9;
    --deGrayBox: rgb(0,0,0,0.5);


    --Long-005cm: 16px;
    --Long-01cm: 38px;
    --Long-02cm: 76px;
    --Long-03cm: 114px;
    --Long-04cm: 152px;
    --Long-05cm: 190px;
    --Long-06cm: 228px;
    --Long-07cm: 266px;
    --Long-08cm: 304px;
    --Long-09cm: 342px;
    --Long-10cm: 380px;
    --Long-11cm: 418px;
    --Long-12cm: 456px;
    --Long-13cm: 494px;
    --Long-14cm: 532px;
    --Long-15cm: 570px;
    --Long-16cm: 608px;
    --Long-17cm: 646px;
    --Long-18cm: 684px;
    --Long-19cm: 722px;
    --Long-20cm: 760px;
    --Long-21cm: 798px;
    --Long-22cm: 836px;
    --Long-23cm: 874px;
    --Long-24cm: 912px;
    --Long-25cm: 950px;
    --Long-26cm: 988px;
    --Long-27cm: 1026px;
    --Long-28cm: 1064px;
    --Long-29cm: 1102px;
    --Long-30cm: 1140px;
    --Long-31cm: 1178px;
    --Long-32cm: 1216px;
    --Long-33cm: 1254px;
    --Long-34cm: 1292px;
    --Long-35cm: 1330px;
    --Long-36cm: 1368px;
    --Long-37cm: 1406px;
    --Long-38cm: 1444px;
    --Long-39cm: 1482px;
    --Long-40cm: 1520px;
    --Long-41cm: 1558px;
    --Long-42cm: 1596px;
    --Long-43cm: 1634px;
    --Long-44cm: 1672px;
    --Long-45cm: 1710px;
    --Long-46cm: 1748px;
    --Long-47cm: 1786px;
    --Long-48cm: 1824px;
    --Long-49cm: 1862px;
    --Long-50cm: 1900px;

}

/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/lmStyles.css ***!
  \*********************************************************************************************************************************************************************************************************************/
.bkgBlack    { background: var(--deBlackTrns); }
.bkgBlue     { background: var(--deBlue);}
.bkgBlueGray { background: var(--deBlueGray);}
.bkgBlueTrns { background: var(--deBlueTrns);}
.bkgGray     { background: rgba(100, 100, 100, 0.2); }
.bkgGreen    { background: var(--deGreen); }
.bkgLGreen    { background: var(--deLGreen); }
.bkgDGreen    { background: var(--deDGreen); }
.bkgLBlue    { background: var(--deLBlue);}
.bkgLBlueTrns{ background: var(--deLBlueTrns);}
.bkgLGray    { background: var(--deLGray); }
.bkgVLGray   { background: var(--deVLGray); }
.bkgOrange   { background: var(--deOrange); }
.bkgRed      { background: var(--deRed); }
.bkgLRed    { background: var(--deLRed); }
.bkgVLRed    { background: var(--deVLRed); }
.bkgTrans    { background: transparent; }
.bkgVLBlue   { background: var(--deVLBlue);}
.bkgWhite    { background: rgba(255, 255, 255, 0.3); }
.bkgYellow   { background: var(--deYellow); }
.bkgDYellow  { background: var(--deDYellow); }

.bkgiBlack    { background: var(--deBlackTrns) !important; }
.bkgiBlue     { background: var(--deBlue) !important;}
.bkgiBlueTrns { background: var(--deBlueTrns) !important;}
.bkgiDBlue    { background: var(--deDBlue) !important;}
.bkgiDGray    { background: var(--deDGray) !important;}
.bkgiGray     { background: var(--deGray) !important;}
.bkgiGreen    { background: var(--deGreen) !important; }
.bkgiLBlue    { background: var(--deLBlue) !important;}
.bkgiLBlueTrns{ background: var(--deLBlueTrns) !important;}
.bkgiLGray    { background: var(--deLGray) !important; }
.bkgiOrange   { background: var(--deOrange) !important; }
.bkgiRed      { background: var(--deRed) !important; }
.bkgiLRed     { background: var(--deLRed) !important; }
.bkgiVLRed    { background: var(--deVLRed) !important; }
.bkgiTrans    { background: transparent !important; }
.bkgiVLBlue   { background: var(--deVLBlue) !important;}
.bkgiWhite    { background: rgba(255, 255, 255, 1) !important; }
.bkgiYellow   { background: var(--deYellow) !important; }

.bkgFavorite  {
  background: linear-gradient(var(--deDBlue), var(--deLBlue));
  background-clip: text;
}

.bs1-black  {box-shadow: inset 0px 0px 1px 1px rgba(100, 100, 100, 1);}
.bs1-lgray  {box-shadow: inset 0px 0px 2px 0px var(--deLGray);}
.bs3-black  {box-shadow: inset 0px 0px 2px 3px rgba(100, 100, 100, 1);}

.bs1  {box-shadow: inset 0px 0px 1px 1px var(--deBlue);}
.bs1G {box-shadow: inset 0px 0px 1px 1px var(--deLGray);}
.bs1LG {box-shadow: inset 1px -1px 2px 0px var(--deLGray);}
.bs1L  {box-shadow: inset 1px 0px 0px 0px var(--deLGray);}
.bs1R  {box-shadow: inset -1px 0px 0px 0px var(--deBlue);}
.bs1TR {box-shadow: inset -1px 1px 0px 0px var(--deBlack);}
.bs1RL  {box-shadow: inset -1px 0px 0px 0px var(--deLBlue);}
.bs1LBR {box-shadow: inset 0px -1px 0px 1px var(--deBlack);}
.bs1T  {box-shadow: inset 0px 1px 0px 0px var(--deBlue);}
.bs1B  {box-shadow: inset 0px -1px 0px 0px var(--deBlue);}
.bs5  {box-shadow: inset 0px 0px 2px 4px rgba(72, 114, 170, 0.2);}
.bs10 {box-shadow: inset 0px 0px 3px 10px rgba(72, 114, 170, 0.2);}
.bsT {box-shadow: 0px -2px 0px 0px rgba(100, 100, 100, 0.2);}
.bsB {box-shadow: 0px 2px 0px 0px rgba(100, 100, 100, 0.2);}
.bsL {box-shadow: -2px 0px 0px 0px rgba(100, 100, 100, 0.2);}
.bsR {box-shadow: 2px 0px 0px 0px rgba(100, 100, 100, 0.2);}

.bs1BBlack  {box-shadow: inset 0px -1px 0px 0px var(--deBlack);}

.bsL {box-shadow: 2px, 3px, 4px, 5px, red}

.fsInherit { font-size: inherit !important; }
.lhInherit { font-size: inherit !important; }
.talignInherit { text-align: inherit !important; }

.fs0-0 { font-size: 0.0rem !important; }
.fs0-1 { font-size: 0.1rem !important; }
.fs0-5 { font-size: 0.5rem !important; }
.fs0-8 { font-size: 0.8rem !important; }
.fs0-9 { font-size: 0.9rem !important; }
.fs1-0 { font-size: 1.0rem !important; }
.fs1-1 { font-size: 1.1rem !important; }
.fs1-2 { font-size: 1.2rem !important; }
.fs1-3 { font-size: 1.3rem !important; }
.fs1-4 { font-size: 1.4rem !important; }
.fs1-5 { font-size: 1.5rem !important; }
.fs1-7 { font-size: 1.7rem !important; }
.fs1-9 { font-size: 1.9rem !important; }
.fs2-0 { font-size: 2.0rem !important; }
.fs2-2 { font-size: 2.2rem !important; }
.fs2-4 { font-size: 2.4rem !important; }
.fs2-8 { font-size: 2.8rem !important; }
.fs3-0 { font-size: 3.0rem !important; }

.lh0-0 { line-height: 0.0rem !important; }
.lh0-5 { line-height: 0.5rem !important; }
.lh0-9 { line-height: 0.9rem !important; }
.lh0-8 { line-height: 0.8rem !important; }
.lh1-0 { line-height: 1.0rem !important; }
.lh1-1 { line-height: 1.1rem !important; }
.lh1-2 { line-height: 1.2rem !important; }
.lh1-3 { line-height: 1.3rem !important; }
.lh1-5 { line-height: 1.5rem !important; }
.lh1-7 { line-height: 1.7rem !important; }
.lh1-9 { line-height: 1.9rem !important; }
.lh2-0 { line-height: 2.0rem !important; }
.lh2-2 { line-height: 2.2rem !important; }
.lh2-4 { line-height: 2.4rem !important; }
.lh2-6 { line-height: 2.6rem !important; }
.lh2-8 { line-height: 2.8rem !important; }
.lh3-0 { line-height: 3.0rem !important; }

.wAuto  { width:  auto !important;}
.hAuto  { height: auto !important;}

.w1  { width:  1rem !important; }
.w2  { width:  2rem !important; }
.w2-5  { width:  2.5rem !important; }
.w3  { width:  3rem !important; }
.w4  { width:  4rem !important; }
.w5  { width:  5rem !important; }
.w6  { width:  6rem !important; }
.w7  { width:  7rem !important; }
.w8  { width:  8rem !important; }
.w9  { width:  9rem !important; }
.w10 { width: 10rem !important; }
.w11 { width: 11rem !important; }
.w12 { width: 12rem !important; }
.w13 { width: 13rem !important; }
.w14 { width: 14rem !important; }
.w15 { width: 15rem !important; }
.w16 { width: 16rem !important; }
.w18 { width: 18rem !important; }
.w20 { width: 20rem !important; }
.w22 { width: 22rem !important; }
.w24 { width: 24rem !important; }
.w26 { width: 26rem !important; }
.w28 { width: 28rem !important; }
.w30 { width: 30rem !important; }
.w32 { width: 32rem !important; }
.w34 { width: 34rem !important; }
.w36 { width: 36rem !important; }
.w38 { width: 38rem !important; }
.w40 { width: 40rem !important; }

.h05  { height:  0.5rem !important;}
.h075  { height:  0.75rem !important;}
.h1   { height:  1rem !important;}
.h1-5 { height:  1.5rem !important;}
.h2   { height:  2rem !important;}
.h2-5 { height:  2.5rem !important;}
.h3   { height:  3rem !important;}
.h3-5 { height:  3.5rem !important;}
.h4   { height:  4rem !important;}
.h4-5 { height:  4.5rem !important;}
.h5   { height:  5rem !important;}
.h5-5 { height:  5.5rem !important;}
.h6   { height:  6rem !important;}
.h6-5 { height:  6.5rem !important;}
.h7   { height:  7rem !important;}
.h7-5 { height:  7.5rem !important;}
.h8   { height:  8rem !important;}
.h8-5 { height:  8.5rem !important;}
.h9   { height:  8rem !important;}
.h10  { height: 10rem !important;}
.h11  { height: 11rem !important;}
.h12  { height: 12rem !important;}
.h14  { height: 14rem !important;}
.h16  { height: 16rem !important;}
.h18  { height: 18rem !important;}
.h20  { height: 20rem !important;}
.h22  { height: 22rem !important;}
.h24  { height: 24rem !important;}
.h25  { height: 25rem !important;}
.h26  { height: 26rem !important;}
.h28  { height: 28rem !important;}
.h30  { height: 30rem !important;}
.h32  { height: 32rem !important;}

.br2  { border-radius: 2px; }
.br3  { border-radius: 3px; }
.br4  { border-radius: 4px; }
.br5  { border-radius: 5px; }
.br7  { border-radius: 7px; }
.br10 { border-radius: 10px; }
.br13 { border-radius: 13px; }
.br15 { border-radius: 15px; }


.rotate45 {
    transform: rotate(45deg) !important;
}
.rotate90 {
    transform: rotate(90deg) !important;
}
.rotate135 {
    transform: rotate(135deg) !important;
}
.rotate180 {
    transform: rotate(180deg) !important;
}
.rotate225 {
    transform: rotate(225deg) !important;
}
.rotate270 {
    transform: rotate(270deg) !important;
}
.rotate315 {
    transform: rotate(315deg) !important;
}

.opa1 { opacity: 1 !important}
.opa30 { opacity: 0.3 !important}
.opa40 { opacity: 0.4 !important}
.opa50 { opacity: 0.5 !important}
.opa60 { opacity: 0.6 !important}
.opa70 { opacity: 0.7 !important}
.opa80 { opacity: 0.8 !important}
.opa90 { opacity: 0.9 !important}
.opa0 { opacity: 0 !important}

.linkOpacity {
    opacity: 0.8;
}

.linkOpacity:hover {
    cursor: pointer;
    opacity: 1;
}

.menuOption {
    color: var(--deWhite);
    background: transparent;
    border: solid 1px transparent;
    margin: 5px 10px !important;
}

.menuOption:hover {
    cursor: pointer;
    color: var(--deOrange);
    background: var(--deDBlue);
    border: solid 1px var(--deViolet);
}

.info {
    cursor: help !important;
}

.pointer {
    cursor: pointer !important;
}

.unpointer {
    cursor: inherit !important;
}

.unhover {
}

.unhover:hover {
/*    cursor: inherit !important;
    color: inherit !important;
    border: inherit !important;
    background: inherit !important;*/
}

.resizeNone {
  resize: none;
}


.underline {
    text-decoration: underline;
}

.capital {
    text-transform: uppercase;
}

.menuArrowTopLeft {
    width: 30px;
    height: 30px;
    border: solid 1px black;
    position: absolute;
    left: 5px !important;
    top: -15.5px;
    transform: rotate(45deg);
    background: inherit;
    border: inherit;
    border-bottom: none !important;
    border-right: none !important;
    z-index: -1;
}

.menuArrowTopRigth {
    width: 40px;
    height: 40px;
    border: solid 1px black;
    position: absolute;
    right: 12px;
    top: -12px;
    transform: rotate(45deg);
    background: inherit;
    border: none;
    z-index: -1;
    border-radius: 8px;
}

.relative {
    position: relative !important;
}

.absolute {
    position: absolute !important;
}

.fixed {
    position: fixed !important;
}

.floatL {
    position: relative;
    float: left;
}

.floatR {
    position: relative;
    float: right;
}

.borders1 {
    border: solid 1px black;
}

.textarea {
    resize: none;
    border: solid 1px transparent;
    overflow: hidden;
}

.dropDownBottom {
    position: absolute;
    left: 0rem;
    top: 2rem;
    z-index: 1;
    background: white;
    height: 1.5rem;
}

.dropDownRigth {
    position: absolute;
    left: 8rem;
    top: 0.1rem;
    z-index: 1;
    background: white;
    height: 1.5rem;
}

.dropDownOpen {
    background: #e6e6e6 !important;
    height: 14rem !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-radius: 8px;
    z-index: 1;
    top: 0.0rem;
    left: 8rem;
}

.dropDownOption {
    color:blue;
    z-index: 1;
}

.dropDownOption:hover {
    cursor: pointer;
    color:red;
}

.zindex1 {z-index: 1 !important;}
.zindex2 {z-index: 2 !important;}
.zindex3 {z-index: 3 !important;}
.zindex4 {z-index: 4 !important;}
.zindex5 {z-index: 5 !important;}
.zindex6 {z-index: 6 !important;}
.zindex7 {z-index: 7 !important;}















/* Create a custom checkbox */
.checkmark {
    width: 1px;
    height: 1px;
}

/* On mouse-over, add a grey background color */
.checkmark:hover {
    cursor: pointer;
  background-color: var(--deBlue);
}

/* When the checkbox is checked, add a blue background */
.checkmark:checked {
  background-color: var(--deGreen);
}








[data-title]:hover:after {
  cursor: help;
  opacity: 1;
  transition: all 0.1s ease 0.25s;
  visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #ffffff;
    color: var(--deViolet);
    font-size: 20px;
    line-height: 20px;
    font-family: roboto !important;
    font-weight: 400;
    position: absolute;
    padding: 3px;
    left: 0rem;
    top: -2.2rem;
    width: max-content;
    height: 26px;
    white-space: break-spaces;
    box-shadow: 0px -2px 7px 2px #cacaca;
    border: 1px solid var(--deBlue);
    z-index: 99999;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    border-bottom: none !important;
}
[data-title] {
  position: relative;
}






[data-title-bottom]:hover:after {
  cursor: help;
  opacity: 1;
  transition: all 0.1s ease 0.25s;
  visibility: visible;
}
[data-title-bottom]:after {
    content: attr(data-title-bottom);
    background-color: #ffffff;
    color: var(--deViolet);
    font-size: 20px;
    line-height: 20px;
    font-family: roboto !important;
    font-weight: 400;
    position: absolute;
    padding: 3px;
    left: 0rem;
    top: 2.5rem;
    width: max-content;
    height: 26px;
    white-space: break-spaces;
    box-shadow: 0px -2px 7px 2px #cacaca;
    border: 1px solid var(--deBlue);
    z-index: 99999;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    border-bottom: none !important;
}
[data-title-bottom] {
  position: relative;
}

.deskBrd1 {
    /*background-image: linear-gradient(#f1f1f1 2px, transparent 0%, transparent 99%, black 2px) !important;*/
    box-shadow: inset -1px -1px 2px 1px var(--deDGray) !important;
}

.deskBrd1:hover {
    box-shadow: 3px 3px 4px 3px var(--deLGray) !important;
    /*background: white;*/
}

.deskBrd2 {
/*    background-image: linear-gradient(white 0px, white 3px, transparent 6px, transparent 99.5%, black 2px) !important;
    box-shadow: inset -3px -3px 1px -1px black !important;*/
    box-shadow: inset   0px  5px  0px 0px  rgba(255,255,255,1), /* top */
                        0px  3px  0px  0px  rgba(100,100,100,1), /* bottom */
                        3px  0px  0px  0px  rgba(100,100,100,1), /* right */
                        0px  3px  0px  3px  rgba(255,255,255,1);
}

.maxHeight1rem  { max-height: 1rem; }
.maxHeight2rem  { max-height: 2rem; }
.maxHeight3rem  { max-height: 3rem; }
.maxHeight4rem  { max-height: 4rem; }
.maxHeight5rem  { max-height: 5rem; }
.maxHeight6rem  { max-height: 6rem; }
.maxHeight7rem  { max-height: 7rem; }
.maxHeight8rem  { max-height: 8rem; }
.maxHeight9rem  { max-height: 9rem; }
.maxHeight10rem { max-height: 10rem; }
.maxHeight12rem { max-height: 12rem; }
.maxHeight14rem { max-height: 14rem; }
.maxHeight16rem { max-height: 16rem; }
.maxHeight18rem { max-height: 18rem; }
.maxHeight20rem { max-height: 20rem; }
.maxHeight22rem { max-height: 22rem; }
.maxHeight24rem { max-height: 24rem; }
.maxHeight26rem { max-height: 26rem; }
.maxHeight28rem { max-height: 28rem; }
.maxHeight30rem { max-height: 30rem; }
.maxHeight50 { max-height: 50%; }
.maxHeight75 { max-height: 75%; }
.maxHeight100 { max-height: 100%; }

.maxWidth1rem  { max-width: 1rem; }
.maxWidth2rem  { max-width: 2rem; }
.maxWidth3rem  { max-width: 3rem; }
.maxWidth4rem  { max-width: 4rem; }
.maxWidth5rem  { max-width: 5rem; }
.maxWidth6rem  { max-width: 6rem; }
.maxWidth7rem  { max-width: 7rem; }
.maxWidth8rem  { max-width: 8rem; }
.maxWidth9rem  { max-width: 9rem; }
.maxWidth10rem { max-width: 10rem; }
.maxWidth12rem { max-width: 12rem; }
.maxWidth14rem { max-width: 14rem; }
.maxWidth16rem { max-width: 16rem; }
.maxWidth18rem { max-width: 18rem; }
.maxWidth20rem { max-width: 20rem; }
.maxWidth22rem { max-width: 22rem; }
.maxWidth24rem { max-width: 24rem; }
.maxWidth26rem { max-width: 26rem; }
.maxWidth28rem { max-width: 28rem; }
.maxWidth30rem { max-width: 30rem; }
.maxWidth50    { max-width: 50%; }
.maxWidth75    { max-width: 75%; }
.maxWidth100   { max-width: 100%; }

.w-01cm { width: 38px;}
.w-02cm { width: 76px;}
.w-03cm { width: 114px;}
.w-04cm { width: 152px;}
.w-05cm { width: 190px;}
.w-06cm { width: 228px;}
.w-07cm { width: 266px;}
.w-08cm { width: 304px;}
.w-09cm { width: 342px;}
.w-10cm { width: 380px;}
.w-11cm { width: 418px;}
.w-12cm { width: 456px;}
.w-13cm { width: 494px;}
.w-14cm { width: 532px;}
.w-15cm { width: 570px;}
.w-16cm { width: 608px;}
.w-17cm { width: 646px;}
.w-18cm { width: 684px;}
.w-19cm { width: 722px;}
.w-20cm { width: 760px;}
.w-21cm { width: 798px;}
.w-22cm { width: 836px;}
.w-23cm { width: 874px;}
.w-24cm { width: 912px;}
.w-25cm { width: 950px;}
.w-26cm { width: 988px;}
.w-27cm { width: 1026px;}
.w-28cm { width: 1064px;}
.w-29cm { width: 1102px;}
.w-30cm { width: 1140px;}
.w-31cm { width: 1178px;}
.w-32cm { width: 1216px;}
.w-33cm { width: 1254px;}
.w-34cm { width: 1292px;}
.w-35cm { width: 1330px;}
.w-36cm { width: 1368px;}
.w-37cm { width: 1406px;}
.w-38cm { width: 1444px;}
.w-39cm { width: 1482px;}
.w-40cm { width: 1520px;}
.w-41cm { width: 1558px;}
.w-42cm { width: 1596px;}
.w-43cm { width: 1634px;}
.w-44cm { width: 1672px;}
.w-45cm { width: 1710px;}
.w-46cm { width: 1748px;}
.w-47cm { width: 1786px;}
.w-48cm { width: 1824px;}
.w-49cm { width: 1862px;}
.w-50cm { width: 1900px;}


.h-01cm { height: 38px;}
.h-02cm { height: 76px;}
.h-03cm { height: 114px;}
.h-04cm { height: 152px;}
.h-05cm { height: 190px;}
.h-06cm { height: 228px;}
.h-07cm { height: 266px;}
.h-08cm { height: 304px;}
.h-09cm { height: 342px;}
.h-10cm { height: 380px;}
.h-11cm { height: 418px;}
.h-12cm { height: 456px;}
.h-13cm { height: 494px;}
.h-14cm { height: 532px;}
.h-15cm { height: 570px;}
.h-16cm { height: 608px;}
.h-17cm { height: 646px;}
.h-18cm { height: 684px;}
.h-19cm { height: 722px;}
.h-20cm { height: 760px;}
.h-21cm { height: 798px;}
.h-22cm { height: 836px;}
.h-23cm { height: 874px;}
.h-24cm { height: 912px;}
.h-25cm { height: 950px;}
.h-26cm { height: 988px;}
.h-27cm { height: 1026px;}
.h-28cm { height: 1064px;}
.h-29cm { height: 1102px;}
.h-30cm { height: 1140px;}
.h-31cm { height: 1178px;}
.h-32cm { height: 1216px;}
.h-33cm { height: 1254px;}
.h-34cm { height: 1292px;}
.h-35cm { height: 1330px;}
.h-36cm { height: 1368px;}
.h-37cm { height: 1406px;}
.h-38cm { height: 1444px;}
.h-39cm { height: 1482px;}
.h-40cm { height: 1520px;}
.h-41cm { height: 1558px;}
.h-42cm { height: 1596px;}
.h-43cm { height: 1634px;}
.h-44cm { height: 1672px;}
.h-45cm { height: 1710px;}
.h-46cm { height: 1748px;}
.h-47cm { height: 1786px;}
.h-48cm { height: 1824px;}
.h-49cm { height: 1862px;}
.h-50cm { height: 1900px;}


.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1 s linear;
}

.abierto {
  display: inline-block;
  border: solid 1px rgb(100, 200, 100);
  border-radius: 3px;
}

.cerrado {
  display: inline-block;
  border: solid 1px rgb(200, 100, 100);
  border-radius: 3px;
}

@keyframes fadeOut {
   0%  {    opacity: 1.0;  }
   20% {    opacity: 0.8;  }
   40% {    opacity: 0.6;  }
   60% {    opacity: 0.4;  }
   80% {    opacity: 0.2;  }
  100% {    opacity: 0.0;  }
}

.calendarVisibleContainer {
  position: relative;
  border: solid 1px red;
  height: auto;
  width: 10rem;
  font-size: 1.5rem;
  line-height: 1.5rem !important;
}

.calendarVisible {
  width: 41px;
  height: 39px;
  font-size: 35px;
  padding: 0px !important;
  background: var(--deLBlue);
}


.tagAgenda {
  box-shadow: inset 0px -1px 0px 1px var(--deBlack);
  padding: 2px 8px !important;
  margin: 0px 5px !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 18px;
}

.tagFilter {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-family: 'roboto';
  margin-right: 1rem !important;
  color: var(--deDGray);
}

.tagFilter:hover {
  cursor: pointer !important;
  color: var(--deViolet);
  font-weight: 600;
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/deStyles.css ***!
  \*********************************************************************************************************************************************************************************************************************/

.deBlackI        {    color: var(--deBlack) !important;     }
.deBlueI         {    color: var(--deBlue) !important;      }
.deDBlueI        {    color: var(--deDBlue) !important;     }
.deDBlueTransI   {    color: var(--deDBlueTrans) !important;}
.deDGrayI        {    color: var(--deDGray) !important;     }
.deGrayI         {    color: var(--deGray) !important;      }
.deGreenI        {    color: var(--deGreen) !important;     }
.deDGreenI       {    color: var(--deDGreen) !important;     }
.deLBlueI        {    color: var(--deLBlue) !important;     }
.deLGrayI        {    color: var(--deLGray) !important;     }
.deLGreenI       {    color: var(--deLGreen) !important;    }
.deOrangeI       {    color: var(--deOrange) !important;    }
.deRedI          {    color: var(--deRed) !important;       }
.deVLGrayI       {    color: var(--deVLGray) !important;    }
.deVioletI       {    color: var(--deViolet) !important;    }

.deBlack        {    color: var(--deBlack);             }
.deBlue         {    color: var(--deBlue);              }
.deDBlue        {    color: var(--deDBlue);             }
.deDBlueTrans   {    color: var(--deDBlueTrans);        }
.deDGray        {    color: var(--deDGray);             }
.deGray         {    color: var(--deGray);              }
.deGreen        {    color: var(--deGreen);             }
.deDGreen       {    color: var(--deDGreen);             }
.deLBlue        {    color: var(--deLBlue);             }
.deLGray        {    color: var(--deLGray);             }
.deLGreen       {    color: var(--deLGreen);            }
.deOrange       {    color: var(--deOrange);            }
.deDOrange      {    color: var(--deDOrange);           }
.deRed          {    color: var(--deRed);               }
.deVLGray       {    color: var(--deVLGray);            }
.deViolet       {    color: var(--deViolet);            }
.deWhite        {    color: var(--deWhite);             }
.deYellow       {    color: var(--deYellow);             }
.deLYellow       {    color: var(--deLYellow);             }
.deDYellow       {    color: var(--deDYellow);             }



.ocultar {
}


.invertText {
}

.invertText:hover {
    cursor: pointer !important;
    -webkit-text-stroke-color: #414141;
    -webkit-text-stroke-width: 1px;
    color: transparent;
}

.invertedText {
    -webkit-text-stroke-color: #414141;
    -webkit-text-stroke-width: 1px;
    color: transparent;
}

.invertedText:hover {
    color: inherit;
}

.invertedTextBlue {
    -webkit-text-stroke-color: var(--deBlue);
    -webkit-text-stroke-width: 1px;
    color: transparent;

.invertedTextBlue:hover {
    color: inherit;
}
}

.deBkgBlue {
    background: var(--deBlue);
}

.deBkgDBlue {
    background: var(--deDBlue);
}

.deBkgLBlue {
    background: var(--deLBlue);
}

.deBkgVLBlue {
    background: var(--deVLBlue);
}

.deBkgLViolet {
    /*background: rgba(100, 100, 255, 0.3);*/
    background: var(--deViolet);
}

.artsImg {
    width: auto;
    max-height: 10rem;
    max-width: 220px;
    display: table;
    margin: auto !important;
}

.stallImg {
    height: auto;
    max-width: 8rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stallCheck {
    width: 20px;
    height: 20px;
    border: none;
    color: green !important;
    background: green !important;
    max-height: 5rem;
    max-width: 220px;
    display: inline;
    margin: 5px !important;
}

.catContainerInArts {
    border: solid 1px black;
    display: inline-block;
    width: 15rem !important;
}

.horizontalVerticalScroll {
    overflow: auto;
    white-space: inherit;
}

.horizontalVerticalScroll::-webkit-scrollbar  {
    width: 7px;
    background: var(--deWhite);
}

.horizontalVerticalScroll::-webkit-scrollbar-track  {
    background: transparent;
}

.horizontalVerticalScroll::-webkit-scrollbar-track:hover  {
    cursor: pointer;
    background: #d6d6d6;
}

.horizontalVerticalScroll::-webkit-scrollbar-thumb  {
    background: linear-gradient(white 0%, var(--deBlue) 5%, var(--deBlue) 95%, white 100%);
}

.horizontalVerticalScroll::-webkit-scrollbar-thumb:hover  {
    cursor: pointer;
    background: var(--deBlue);
}







.verticalScroll {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: inherit;
}

.verticalScroll::-webkit-scrollbar  {
    width: 7px;
    background: var(--deWhite);
}

.verticalScroll::-webkit-scrollbar-track  {
    background: transparent;
}

.verticalScroll::-webkit-scrollbar-track:hover  {
    cursor: pointer;
    background: #d6d6d6;
}

.verticalScroll::-webkit-scrollbar-thumb  {
    background: linear-gradient(white 0%, var(--deBlue) 5%, var(--deBlue) 95%, white 100%);
}

.verticalScroll::-webkit-scrollbar-thumb:hover  {
    cursor: pointer;
    background: var(--deBlue);
}




.verticalScrollXL {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: inherit;
}

.verticalScrollXL::-webkit-scrollbar  {
    width: 25px;
    background: var(--deWhite);
}

.verticalScrollXL::-webkit-scrollbar-track  {
    background: transparent;
}

.verticalScrollXL::-webkit-scrollbar-track:hover  {
    cursor: pointer;
    background: #d6d6d6;
}

.verticalScrollXL::-webkit-scrollbar-thumb  {
    background: linear-gradient(white 0%, var(--deBlue) 5%, var(--deBlue) 95%, white 100%);
}

.verticalScrollXL::-webkit-scrollbar-thumb:hover  {
    cursor: pointer;
    background: var(--deBlue);
}

.menuSelected {
    background: var(--deBlue);
    color: white;
}


/*.smallphotoImg {
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 100%;
    display: table;
    margin: auto !important;
}*/



.formMsgError {
    color: var(--deRed);
    font-family: 'robotoc';
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.2rem;
}



@media(max-width: 767px) {

  .mdcSectionTitle {
    padding-top: 0.5rem !important;
    margin: 0.5rem 0rem !important;
  }

  .formMsgError {
      color: var(--deRed);
      font-family: 'robotoc';
      font-size: 0.9rem;
      font-weight: 500;
      line-height: 0.9rem;
  }
}

.leyenda {
    position: absolute;
    margin: auto !important;
    display: table;
    width: 60%;
    bottom: 7.5rem;
    left: 20%;
    background: var(--deWhite);
    z-index: 5;
    color: var(--deBlue);
    font-family: 'robotoc';
}

.leyenda:hover {
  cursor: no-drop;
}

@media(max-width: 980px) {
    .leyenda {
      width: 74%;
      left: 12%;
    }
}

@media(max-width: 767px) {
    .leyenda {
      width: calc(100% - 2rem) !important;
      left: 1rem !important;
    }
}

@keyframes flicker {
   0%  {    opacity: 1.0;  }
   20% {    opacity: 0.9;  }
   40% {    opacity: 0.8;  }
   60% {    opacity: 0.6;  }
   80% {    opacity: 0.3;  }
  100% {    opacity: 0.0;  }
}

.tilt {
            animation: flicker 3.0s linear infinite both;
    -webkit-animation: flicker 3.0s linear infinite both;
}
.tilt1 {
            animation: flicker 2.0s linear infinite both;
    -webkit-animation: flicker 2.0s linear infinite both;
}
.tilt2 {
            animation: flicker 1.0s linear infinite both;
    -webkit-animation: flicker 1.0s linear infinite both;
}


.contactSectionImg {
    max-height: 10rem;
    max-width: 100%;
    width: auto;
    display: table;
    margin: auto !important;
}

.etiqueta {
    border: solid 1px #c1a519;
    background: #f9f3c0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 5px;
    padding-left: 2px !important;
    padding-right: 17px !important;
    padding-bottom: 24px !important;
    font-size: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-left: 0.3rem !important;
}

.SCREEN {
    border: solid 1px var(--Gray);
    background: var(--deWhite);
}

.A4 {
    max-width: var(--Long-27cm);
    width: 100%;
    height: 1102px;
    border: solid 1px var(--Gray);
    /*background: #fafafa;*/
    display: table;
    margin: auto !important;
    padding: var(--Long-005cm) !important;
}




.mdcSectionTitle {
  font-size: 1.6rem;
  line-height: 1.3rem !important;
  font-weight: 500;
  padding-left: 0.5rem !important;
  padding-top: 0.5rem !important;
  color: var(--deDGray);
  display: inline-flex;
  align-items: center;
  justify-content: left;
}




.primaryCheck {
  width: 20px;
  height: 20px;
}


.activityContainer {
  padding: 0px 0rem !important;
}

@media(max-width: 1430px) {
  .activityContainer {
    padding: 0px 0rem !important;
  }
}

@media(max-width: 1250px) {
  .activityContainer {
    padding: 0px 0rem !important;
  }
}

.copyLinkMsg {
  display: inline-block;
  position: absolute;
  left: 10%;
  font-size: 1.3rem;
  color: var(--deWhite);
  background: rgba(50, 50, 50, 0.4);
  z-index: 4;
  padding: 2px 10px !important;
  width: 20rem;
}

.hoverBorder {

}

.hoverBorder:hover {
  box-shadow: 0px 0px 0px 1px var(--deGray);
}

.tagsCat {
  font-weight: 600;
  font-size: 18px;
}

.tag {
  position: relative;
  font-family: 'robotoc';
  font-size: 21px;
  line-height: 22px !important;
  display: inline-block;
  border: solid 1px var(--deGray);
  color: var(--deDGray);
  background: var(--deWhite);
  padding: 0px 5px !important;
  margin-left: 10px !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 25px !important;
  margin-top: 2px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  min-width: 140px;
}

.tag:hover {
  cursor: pointer;
  border: solid 1px var(--deRed);
  background: rgba(255,205,0,0.8);
}

.tagUsed {
  background: var(--deLYellow);
  color: #000000;
  /*padding-top: 1px !important;*/
  padding-bottom: 0px !important;
}

.tagChecked {
  position: absolute;
  left: 5px;
  top: 10%;
  width: 14px;
  height: 14px;
  border: solid 1px var(--deGreen);
  border-radius: 7px;
  font-size: 25px !important;
  color: var(--deBlack);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tagUnChecked {
    display: flex;
    position: absolute;
    left: 5px;
    top: 10%;
    width: 14px;
    height: 14px;
    border: solid 1px var(--deRed);
    background: #ffffff;
    border-radius: 7px;
}

/*1	Nuevo*/
.art_status_1 {
  background-color: var(--deDGreen);
  color: var(--deWhite);
  border-radius: 5px;
  padding: 0px 5px !important;
}

/*2	Muy poco uso*/
.art_status_2 {
  background-color: var(--deGray);
  color: var(--deBlack);
  border-radius: 5px;
  padding: 0px 5px !important;
}

/*3	Usado*/
.art_status_3 {
  background-color: var(--deBlack);
  color: var(--deWhite);
  border-radius: 5px;
  padding: 0px 5px !important;
}

/*4	Para arreglar*/
.art_status_4 {
  background-color: var(--deYellow);
  color: var(--deBlack);
  border-radius: 5px;
  padding: 0px 5px !important;
}

/*5	Para repuesto*/
.art_status_5 {
  background-color: var(--deRed);
  color: var(--deWhite);
  border-radius: 5px;
  padding: 0px 5px !important;
}


.notifNube {
    background: url(/assets/images/buble-blue-filled.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    display: inline-block;
    width: 71px;
    height: 35px;
    margin-top: 10px !important;
    font-size: 25px;
    color: var(--deWhite);
    font-weight: 600;
    text-align: center;
}

@media(max-width: 601px) {
  .notifNube {
    font-size: 23px;
    padding-top: 5px !important;
  }

  .contactSectionImg {
      max-height: 6rem !important;
  }
}

@media(max-width: 430px) {
  .notifNube {
    width: 50px;
    font-size: 20px;
    padding-top: 3px !important;
  }
}

/*.notifValue {
  color: var(--deYellow);
  font-weight: 600;
}*/

/*@media(max-width: 400px) {
  .notifCountContainer {
    height: 26px;
    line-height: 21px !important;
    padding-right: 1.5rem !important;
    font-size: 13px;
  }
}*/

.chatContainer {
  /*border: solid 1px var(--deDeskGray);*/
  padding: 3px !important;
}

.cutText {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: -3px !important;
}

.chatDate {
  color: black;
  font-family: 'robotoc';
  font-size: 1.0rem;
  line-height: 1rem;
  text-align: center;
  margin-left: 0px !important;
  font-weight: 600;
  display: inline-block;
  width: 55px !important;
}

.chatAlias {
  color: var(--deDWhite);
  font-family: 'fira';
  font-size: 17px;
  line-height: 19px;
  text-align: left;
  margin-left: 5px !important;
  font-weight: 500;
  display: inline-block;
  width: 8rem !important;
  background: var(--deGray);
  padding: 0px 5px !important;
}

.chatText {
  color: var(--deBlackL);
  font-family: 'roboto';
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  padding: 1px 5px !important;
  font-weight: 400 !important;
}

.likes {
  display: inline-block;
  background: url(/assets/images/like.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  width: 40px;
  text-align: right;
  padding-right: 8px !important;
  padding-top: 6px !important;
  font-size: 12px;
  color: var(--deDBlue);
  font-family: 'robotoc';
}

.unlikes {
  display: inline-block;
  background: url(/assets/images/unlike.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 28px;
  width: 42px;
  text-align: right;
  padding-right: 13px !important;
  padding-top: 5px !important;
  font-size: 12px;
  color: var(--deDOrange);
  font-family: 'robotoc';
}

.likes:hover{
  cursor: pointer;
  color: #000;
  box-shadow: inset 0px 0px 6px 1px var(--deBlue);
  border-radius: 5px;
}

.unlikes:hover {
  cursor: pointer;
  color: #000;
  box-shadow: inset 0px 0px 6px 1px var(--deOrange);
  border-radius: 5px;
}

.shadowB {
  box-shadow: 0rem 1rem 6px -7px rgba(0,0,0,.15)!important;
}

.removeOptionBtn {
  display: inline-block;
  border: solid 1px var(--deLRed);
  width: 20px;
  height: 20px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: var(--deRed);
  margin: 0px 5px !important;
}

.removeOptionBtn:hover {
    cursor:pointer;
    background: var(--deRed);
    color: var(--deWhite);
}


.mapContainer {
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 1px 1px 1px 1px #00000029;
  width: 11rem;
  height: auto;
  text-align: left;
  margin-left: 1rem;
  padding: 5px;
  margin-top: 0.5rem;
  border-radius: 5px;
  position: relative;
}


.previewStallMapContainer {
  display: inline-block !important;
  width: 100% !important;
  height: 18rem !important;
  position: relative !important;
}

.stallsPinsContainer {
  border: solid 1px var(--deBlackI);
  background: var(--deVLBlue);
}

.resultsCounter {
  display: inline-block;
  text-align: center;
  background: transparent;
  color: var(--deBlue);
  border-radius: 15px;
  font-weight: 500;
  min-width: 1.5rem;
  padding: 0px 4px !important;
  font-size: 1.1rem;
  box-shadow: 0px 0px 0px 1px var(--deBlue);
  margin-left: 10px !important;
}

.leafletMarkerIconFIX {
  margin-left: -14px !important;
  margin-top: -44px !important;
}



.costosDaysContainer {
  display: block;
  width: calc(100% + 0rem);
  /*min-width: calc(100% - 8rem);*/
  padding-left: 3%;
  height: calc(100vh - 10rem);
  padding-bottom: 2rem !important;
}

@media(max-width:   1300px)  { .costosDaysContainer { width: calc(100% +  0rem);  } }
@media(max-width:   1255px)  { .costosDaysContainer { width: calc(100% +  3rem);  } }
@media(max-width:   1210px)  { .costosDaysContainer { width: calc(100% +  6rem);  } }
@media(max-width:   1165px)  { .costosDaysContainer { width: calc(100% +  9rem);  } }
@media(max-width:   1120px)  { .costosDaysContainer { width: calc(100% + 12rem);  } }
@media(max-width:   1075px)  { .costosDaysContainer { width: calc(100% + 15rem);  } }
@media(max-width:   1030px)  { .costosDaysContainer { width: calc(100% + 18rem);  } }
@media(max-width:    985px)  { .costosDaysContainer { width: calc(100% + 21rem);  } }
@media(max-width:    940px)  { .costosDaysContainer { width: calc(100% + 24rem);  } }
@media(max-width:    895px)  { .costosDaysContainer { width: calc(100% + 27rem);  } }
@media(max-width:    850px)  { .costosDaysContainer { width: calc(100% + 30rem);  } }
@media(max-width:    805px)  { .costosDaysContainer { width: calc(100% + 33rem);  } }
@media(max-width:    760px)  { .costosDaysContainer { width: calc(100% + 36rem);  } }
@media(max-width:    715px)  { .costosDaysContainer { width: calc(100% + 39rem);  } }
@media(max-width:    670px)  { .costosDaysContainer { width: calc(100% + 42rem);  } }
@media(max-width:    625px)  { .costosDaysContainer { width: calc(100% + 45rem);  } }
@media(max-width:    580px)  { .costosDaysContainer { width: calc(100% + 48rem);  } }
@media(max-width:    535px)  { .costosDaysContainer { width: calc(100% + 51rem);  } }
@media(max-width:    490px)  { .costosDaysContainer { width: calc(100% + 54rem);  } }
@media(max-width:    445px)  { .costosDaysContainer { width: calc(100% + 57rem);  } }
@media(max-width:    400px)  { .costosDaysContainer { width: calc(100% + 60rem);  } }
                                                                                          
                                                                                          
                                                                                          
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/buttons.css ***!
  \********************************************************************************************************************************************************************************************************************/
.btnPhotoNumber {
  display: inline-block;
  border: solid 1px var(--deBlue);
  font-size: 0.8rem;
  font-family: 'fira';
  font-weight: 600;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 0.1rem !important;
  border-radius: 50%;
  margin-left: 0.5rem !important;
}
.btnPhotoNumber:hover {
  cursor: pointer;
}

.btnPhotoNumberSelected {
  display: inline-block;
  border: solid 1px var(--deBlue);
  font-size: 0.8rem;
  font-family: 'fira';
  font-weight: 600;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: 0.1rem !important;
  border-radius: 50%;
  background: var(--deBlue);
  color: var(--deVLGray);
  margin-left: 0.5rem !important;
}

.btnCommon {
  border: solid 1px var(--deGray);
  border-radius: 5px;
  background: rgb(247, 250, 254);
  color: var(--deBlack);
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.btnCommon:hover {
  cursor: pointer;
  background: var(--deVLGray);
  color: var(--deVDBlue);
  border-color: var(--deVDBlue);
}


/*.btnBlue {
    background: linear-gradient(to bottom, #4872aa 70%, #83aff0 100%);
    border-radius: 5px;
    display: inline-block;
    padding: 0px 5px !important;
    color: #a8c7f4;
}*/


.btnBlue {
  background: var(--deBlue);
  padding: 2px 5px;
  color: white;
  border-radius: 8px;
  display: inline-block;
}

.btnBlue:hover {
  background: var(--deViolet);
  cursor: pointer;
}


.primaryGreenBtn {
  background: #6c9642;
  padding: 0px 6px 3px 6px;
  text-align: center;
  border-radius: 8px;
  border: solid 1px var(--deGreen);
  color: white;
  padding: 0px;
  font-size: 1rem;
}

.primaryGreenBtn:hover {
  cursor: pointer;
  background: #3a5c20;
  color: white;
}

.primaryRedBtn {
  background: var(--deRed);
  text-align: center;
  border-radius: 8px;
  border: solid 1px rgba(250, 50, 50, 1);
  color: white;
  padding: 0px;
  font-size: 1rem;
}


.primaryRedBtn:hover {
  cursor: pointer;
  background: var(--deRed);
  color: black;
}

.primaryBtn {
  background: rgba(72, 114, 170, 0.6);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9rem;
  padding: 0rem 0.2rem !important;
  border-radius: 8px;
  border: solid 1px rgba(50, 50, 250, 1);
  color: white;
}

.primaryBtn:hover {
  cursor: pointer;
  background: rgb(72, 114, 170);
  color: white;
}


.secondaryRedBtn {
  background: transparent;
  color: rgba(236, 120, 120, 1);
  border: solid 1px rgba(236, 88, 88, 1);
  border-radius: 8px;
}

.secondaryGreenBtn {
  background: transparent;
  color: var(--deGreen);
  padding: 0px 6px 3px 6px;
  text-align: center;
  border: solid 1px var(--deGreen);
  border-radius: 8px;
}

.secondaryBtn {
  background: transparent;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9rem;
  padding: 0rem 0.2rem !important;
  border-radius: 8px;
  border: solid 1px rgba(50, 50, 250, 1);
  color: rgba(50, 50, 250, 1);
}

.secondaryBtn:hover {
  cursor: pointer;
  background: rgba(100, 100, 100, 1);
  color: white;
}

.secondaryBtn2 {
  background: transparent;
  color: rgb(72 114 170);
  border-radius: 8px;
}

.secondaryBtn2:hover {
  cursor: pointer;
  color: #414141;
}

.secondaryBlueTab {
  border-radius: 15px;
  color: var(--deViolet);
  padding: 0rem 0.2rem !important;
  padding-bottom: 10px !important;
  border: solid 1px rgb(72, 114, 170);
  border-radius: 8px;
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.secondaryBlueBtn {
  font-size: 1.5rem;
  line-height: 1.9rem;
  padding: 0rem 0.2rem !important;
  border-radius: 8px;
  color: rgb(72, 114, 170);
  padding: 0rem 0.2rem !important;
  border: solid 1px rgb(72, 114, 170);
  border-radius: 8px;
}

.secondaryBlueBtn:hover, .secondaryBlueTab:hover {
  cursor: pointer;
  background: rgb(134 159 197);
  color: white;
}

.secondaryRedBtn:hover {
  cursor: pointer;
  background: rgba(236, 88, 88, 0.9);
  color: white;
}


.secondaryGreenBtn:hover {
  cursor: pointer;
  background: var(--deGreen);
  color: white;
  font-weight: 600;
}

.btnPlus {
  display: inline-block;
  background: #d0d0ff;
  border: double 3px #4872aa;
  border-radius: 19px;
  font-size: 3rem;
  padding-top: 3px;
  color: #4872aa;
  font-weight: 600;
  text-align: center;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}

.btnPlus:hover {
  background: #4872aa;
  color: #d0d0ff;
  cursor: pointer;
}



.headerMenuBtn {
  color: #4872aa;
  font-size: 1.7rem;
  line-height: 1rem;
  padding: 10px 10px;
  display: inline-block;
  /*border: solid 1px #4872aa;*/
  border-radius: 10px;
}

.headerMenuBtn:hover {
  cursor: pointer;
  color: #d0d0ff !important;
  background: #4872aa !important;
}


.rsBtn {
  display: inline-block;
  padding: 2px 4px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  width: max-content;
  margin-left: 22px !important;
  margin-right: 15px !important;
  box-shadow: inset 0px -1px 0px 1px var(--deGray);
  background: var(--deVLGray);
}
.rsBtn:hover {
  cursor: pointer;
  background: var(--deBlue);
  color: var(--deWhite);
}

@media(max-width: 420px) {
  .rsBtn {
    margin-left: 5px !important;
  }
}

@media(max-width: 350px) {
  .rsBtn {
    margin-left: 18px !important;
  }
}

@media(max-width: 280px) {
  .rsBtn {
    margin-left: 10px !important;
  }
}

/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/login.css ***!
  \******************************************************************************************************************************************************************************************************************/
.loginBackground {
    /*background: transparent;*/
    background: rgba(200, 200, 255, 0.2);
    /*height: 100vh;*/
    /*background-image: url('../../../assets/images/deSky_01.jpg');*/
    padding-top: 0rem !important;
    padding-left: 10% !important;
    padding-right: 10% !important;
    background-size: cover;
    background-repeat-y: inherit; 
    background-size: cover; 
    height: 100vh;
    width: 100%;
}

@media(max-width: 400px) {
    .loginBackground {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/mobile.css ***!
  \*******************************************************************************************************************************************************************************************************************/
:root.mobileBody {
    background: red !important;
}

/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/modals.css ***!
  \*******************************************************************************************************************************************************************************************************************/

.modalContainer {
    background: rgba(255, 255, 255, 0.7);
    height: 100vh;
    top: 0vh;
}

.carrusel {
    /*width: 30rem;*/
    /*height: 30rem;*/
    overflow-x: hidden;
    overflow-y: hidden;
    /*background: skyblue;*/
}

.imgSlide {
    width: 30rem;
    height: 28rem !important;
    position: relative;
    left: 0rem;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
}



.previewContainer {
    position: relative;
    width: 700px;
    height: 39rem;
    display: table;
    margin: auto;
    top: 2rem;
    background: white;
    z-index: 2;
    padding: 1rem;
}

@media(max-width: 710px) {
    .previewContainer {
        width: 100% !important;
        left: 0% !important;
    }
}

.rubsModal{
    display: table;
    margin: auto !important;
    margin-top: 0.5rem !important;
    margin-bottom: 2rem !important;
    min-width: 75%;
    max-width: 84%;
}

.artModal{
    display: table;
    margin: auto !important;
    margin-top: 0.5rem !important;
    margin-bottom: 2rem !important;
    min-width: 75%;
    max-width: 84%;
}

@media(max-width: 910px) {
    .artModal {
        min-width: 80%;
        /*max-width: inherit;*/
        /*padding: 1rem;*/
        /*margin-top: 1rem !important;*/
    }
}

@media(max-width: 600px) {
    .artModal {
        min-width: 90%;
        /*max-width: inherit;*/
        /*padding: 1rem;*/
        /*margin-top: 1rem !important;*/
    }
}

@media(max-width: 400px) {
    .artModal {
        min-width: 98%;
        /*max-width: inherit;*/
        /*padding: 0.5rem;*/
        /*margin-top: 0.5rem !important;*/
    }
}

.timesModal{
    background: var(--deLGray);
    display: table;
    margin: auto !important;
    margin-top: 0.5rem !important;
    margin-bottom: 2rem !important;
    min-width: 75%;
    max-width: 84%;
}

@media(max-width: 910px) {
    .timesModal {
        min-width: 80%;
        /*max-width: inherit;*/
        /*padding: 1rem;*/
        /*margin-top: 1rem !important;*/
    }
}

@media(max-width: 600px) {
    .timesModal {
        min-width: 90%;
        /*max-width: inherit;*/
        /*padding: 1rem;*/
        /*margin-top: 1rem !important;*/
    }
}

@media(max-width: 400px) {
    .timesModal {
        min-width: 98%;
        /*max-width: inherit;*/
        /*padding: 0.5rem;*/
        /*margin-top: 0.5rem !important;*/
    }
}

.previewImg {
  idth: auto;
  height: 14rem;
  max-width: 84%;
  display: table !important;
  margin: auto !important;
}

.previewImg:hover {
  cursor: zoom-in;
/*    width: 120%;
    left: -10%;
    height: auto;
    position: absolute;
    display: table !important;
    margin: auto !important;
    z-index: 2;
    box-shadow: 1px 2px 3px 4px darkgrey;*/
}

.previewImgCat {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 13rem;
    margin-left: 3rem !important;
}
.previewImgCat:hover {
}

.previewImgUnique {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
    display: table !important;
    margin: auto !important;
}

.previewImgUnique:hover {
/*    width: 120%;
    left: -10%;
    height: auto;
    position: absolute;
    display: table !important;
    margin: auto !important;
    z-index: 2;
    box-shadow: 1px 2px 3px 4px darkgrey;*/
}


.modalInfoB {
    position: absolute;
    z-index: 1;
    background: white;
    padding: 1rem !important;
    border: double 4px;
    border-radius: 15px;
    box-shadow: 0px 23px 15px 0px var(--deLGray);
    font-family: 'robotoc';
    padding-top: 0px !important;
}


.clickOut {
    position: fixed;
    background: rgba(45, 45, 45, 0.80);
    height: 86%;
    width: 100%;
    top: 7.5rem;
    text-align: center;
    padding-top: 0% !important;
    font-family: 'ibm';
    font-size: 1rem;
    font-weight: 600;
    color: var(--deBlack);
    z-index: 1;
}

.clickOut:hover {
    cursor: pointer;
    background: rgba(50, 50,50, 0.30);
    color: var(--deBlack) !important;
}

@media(max-width: 991px) {
    .clickOut {
        top: 11rem !important;
    }
}
@media(max-width: 767px) {
    .clickOut {
        top: 14.3rem !important;
    }
}
@media(max-width: 600px) {
    .clickOut {
        top: 14.0rem !important;
    }
}
@media(max-width: 402px) {
    .clickOut {
        top: 13.5rem !important;
    }
}

.mapPinsContainer {
  border: solid 1px var(--deBlue) !important;
  width: 100% !important;
  /*max-width: 100% !important;*/
  height: 70vh !important;
  margin-top: 0% !important;
  background: var(--deVLGray) !important;
}
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/cards.css ***!
  \******************************************************************************************************************************************************************************************************************/

.newnessCard {
  display: inline-block;
  margin: auto !important;
  /* padding: 0rem 0.5rem !important; */
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
  width: 30%;
  /*min-width: 20rem;*/
  /*max-width: 30rem;*/
  height: 21rem;
  margin-left: 2% !important;
  margin-bottom: 4rem !important;
  border: solid 1px rgba(200, 200, 200, 0.2);
  background: var(--deWhite);
  box-shadow: 0px 1px 2px 0px var(--deLGray);
  /*z-index: 1025;*/
}

.newnessCard:hover {
  cursor: pointer;
  background: #FFFFFF;
  opacity: 1;
  /*border: solid 1px var(--deLGray);*/
}


.newnessCardName {
  position: absolute;
  height: auto !important;
  width: 100%;
  opacity: 1;
  font-size: 1.1rem;
  line-height: 1.5rem !important;
  font-family: 'roboto';
  transition: all 0.25s ease;
  color: var(--deDGray);
  bottom: 45px;
  text-align: center;
}

.newnessCardDesc {
  background: var(--deWhite) !important;
  color: var(--deDGray);
  display: none;
  font-family: 'roboto';
  font-size: 1.1rem;
  height: auto !important;
  line-height: 1.15rem !important;
  opacity: 0;
  padding: 0.5rem !important;
  position: absolute;
  text-align: left;
  top: 30px;
  transition: all 0.25s ease;
}

.newnessCard:hover .cardPrice {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--deDOrange) !important;
  color: var(--deDOrange) !important;
}  
  
.newnessCard:hover .newnessCardDesc {
  display: inherit;
  opacity: 1;
  line-height: 1.3rem;
  display: inline-block;
  width: calc(100% - -2px);
  left: -1px;
  background: inherit;
  z-index: 1;
  box-shadow: 0px 1px 2px 0px var(--deLGray);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  font-weight: 500;
  color: var(--deBlack) !important;
}

.newnessCard:hover .RubCatInfo {
  opacity: 1;
}

.newnessStallCardDesc {
  position: absolute;
  height: auto !important;
  min-height: 3rem;
  background: var(--deWhite) !important;
  opacity: 0;
  font-size: 1.1rem;
  line-height: 1.5rem !important;
  font-family: 'roboto';
  transition: all 0.25s ease;
  color: var(--deDGray);
  top: -30px;
}

.newnessCard:hover .newnessStallCardDesc {
  opacity: 1;
  line-height: 1.3rem;
  display: inline-block;
  width: calc(100% - -2px);
  left: -1px;
  background: inherit;
  z-index: 1;
  box-shadow: 0px 1px 2px 0px var(--deLGray);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: transparent;
  font-weight: 500;
  color: var(--deBlack) !important;
}

.newnessCardLocation {
  text-align: left;
  font-family: monospace;
  font-size: 14px;
  line-height: 14px;
}

.newnessImg{
  display: flex;
  margin: auto !important;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 14rem;
  transition: all 0.25s ease;
}

.cardPrice {
  /*background: var(--deBlue);*/
  display: inline-block;
  position: absolute;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 3px 3px !important;
  color: transparent !important;
  -webkit-text-stroke-color: var(--deDOrange) !important;
  -webkit-text-stroke-width: 1px;
  width: 100%;
  left: 0%;
  bottom: 0px;
}


.filterContainer {
  padding: 0px 0px !important;
  position: relative;
  display: block;
  width: 100%;
  position: relative;
  /*margin-bottom: 10px !important;*/
}

@media(max-width: 991px)
{
  .filterContainer {
    display: inline-block;
    width: 26%;
    margin-left: 3% !important;
    height: 3.0rem !important;
  }
}

@media(max-width: 1200px)
{
  .newnessCard {
    width: 45%;
    margin-left: 3% !important;
  }
}

@media(max-width: 580px)
{
  .newnessCard {
    width: 94%;
    margin-left: 3% !important;
  }
}


@media(max-width: 720px)
{
  .filterContainer {
    width: 28%;
    margin-left: 1% !important;
  }
  .newnessCardDesc {
    font-family: 'robotoc';
    font-size: 1.0rem;
  }
}

@media(max-width: 830px)
{
  .newnessCard {
    /*margin-left: 3% !important;*/
  }
}

@media(max-width: 645px)
{
  .filterContainer {
    display: inline-block;
    width: 31%;
    margin-left: 1% !important;
  }
  .newnessImg{
    width: auto;
    height: auto;
    max-height: 14rem;  
  }
}

@media(max-width: 380px)
{
  .newnessCard {
    width: 95%;
    margin-left: 1% !important;
  }
}

.newnessCardRubsContainer {
  opacity: 0;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(250,250,250,0.5);
  width: 100%;
  padding: 10px !important;
  text-align: left;
  color: blue;
}

.newnessCard:hover .newnessCardRubsContainer {
  display: inherit;
  opacity: 1;
}

.newnessCardSmall {
  max-width: 45%;
}





.filterZonesContainer {
  height: 7.5rem;
  margin-bottom: 1rem !important;
  padding: 0px 10px !important;
  background: #fafaff;
}
/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/globalStyles.css ***!
  \*************************************************************************************************************************************************************************************************************************/
* {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 15px;
  font-family: ibm;
  /*overflow: unset;*/
  /*background: rgba(100, 100, 100, 0.1);*/
}


body {
  padding: 0px !important;
  background: rgba(245, 245, 255, 1);
  height: 100%;
  /*min-width: 300px;*/
  /*height: 100dvh;*/
  overscroll-behavior-y: contain;
}

html {
  height: 100%;
  /*height: 95dvh;*/
  /*100dvh*/
  overscroll-behavior-y: contain;
}

.sitio {
  height: calc(100dvh);
}

/*div {
  box-shadow: 0px 0px 1px 1px grey;
}*/

/*body {
  background-image: url('/assets/images/deSky.jpg') !important;;
}*/

.bodyScroll {
  max-width: 100%;
}

.allowScrollY {
  height: 100vh;
  overflow: auto !important;
  width: 100%;
}

.appMessageBox {
  position: fixed;
  left: 1%;
  top: 0px;
  font-size: 1.3rem;
  width: 98%;
  min-height: 4rem;
  padding: 0.5rem 0.5rem !important;
  background: var(--deVLBlue);
  border: double 4px #4872aa;
  border-top: none;
  box-shadow: 0rem 0rem 1rem 1rem grey;
  z-index: 1100;
  color: var(--deViolet);
}

.appMessageBox ul li {
  color: black;
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px !important;
}

.appMessage {

}


.font_w_600 {
}

.font_w_400 {
}

@media(max-width: 600px) {
  * {
    font-size: 14px;
    line-height: 15px !important;
  }
}

@media(max-width: 400px) {
  * {
    font-size: 12px;
    line-height: 14px !important;
  }
  .appMessageBox {
    font-size: 0.8rem;
    line-height: 1rem;
    left: 1% !important;
    width: 98% !important;
  }
  .font_w_400 {
    font-size: 70% !important;
  }
}


.header {
  background: var(--deLBlue);
}

.headerLogo {
  display: inline-block;
  height: 50px;
  width: auto;
}

@media(max-width:576px) {
  /*    .headerLogo {
          height: 40px !important;
      }*/
}

@media(max-width:401px) {
  .headerLogo {
    height: 36px !important;
    padding: 3px !important;
  }
}

.loginDoor {
  display: inline-block;
  height: 55px;
}

@media(max-width: 467px) {

  .loginDoor {
    height: 40px;
  }
}

.textBlue {
  color: rgb(72, 114, 170);
}

.textLBlue {
  color: rgba(100, 100, 255, 0.3);
}


.grayBox {
  position: fixed;
  z-index: 10000;
  /*display: flex;*/
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0%;
  text-align: center;
  background: rgba(10,10,10,0.5);
  pointer-events: auto;
}

.grayBoxContainer {
  width: 98%;
  height: 98%;
  /*position: absolute;*/
  /*border: solid 1px blue;*/
  left: 1%;
  background: white;
  z-index: 4;
  overflow-y: auto;
}



.primaryLink {
  color: rgb(20,103,213);
}

.primaryLink:hover {
  cursor: pointer;
  -webkit-text-stroke-color: rgb(72, 114, 170);
  -webkit-text-stroke-width: 1px;
  color: transparent;
}


.secondaryLink {
  color: var(--deGray);
}

.secondaryLink:hover {
  cursor: pointer;
  -webkit-text-stroke-color: #414141;
  -webkit-text-stroke-width: 1px;
  color: transparent;
}

.primaryLinkRed {
  color: var(--deRed);
}

.primaryLinkRed:hover {
  cursor: pointer;
  -webkit-text-stroke-color: var(--deRed);
  -webkit-text-stroke-width: 1px;
  color: transparent;
}

.borderLeftMd {
  box-shadow: -7px 0px 0px -4px #cacaca;
}

@media(max-width: 767px) {
  .borderLeftMd {
    box-shadow: none;
  }
}

@media(max-width: 581px) {
  .menuItemTop {
    font-size: 1.2rem !important;
    line-height: 1.1rem !important;
    padding-top: 0.1rem !important;
  }
  .font_w_600 {
    font-size: 90% !important;
  }
  .listItem {
    width: 91% !important;
    margin-left: 12px !important;
  }
}

.borderLeftSm {
  box-shadow: 1px 2px 3px grey;
}

@media(max-width: 567px) {
  .borderLeftSd {
    box-shadow: none;
  }
}

.slideUp {
  position: relative !important;
  transition: all 1000ms ease;
}

.slideDown {
  position: relative !important;
  transition: all 1000ms ease;
}

.menuItemTop {
  position: relative;
  height: 40px;
  color: #4872aa !important;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 0px 5px !important;
}

.searchmenu {
  border: solid 1px #a2b7d4;
  position: relative;
  color: #83aff0 !important;
  background: #d9e6fb;
  z-index: 1;
  /*box-shadow: 1px 2px 4px 5px lightgrey;*/
  padding: 0.5rem !important;
}

.searchmenuitem {
  position: relative;
  bottom: 0px;
  background: transparent;
  color: #4872aa;
  padding: 2px 5px !important;
  font-size: 1rem;
  font-weight: 500;
}

.searchmenuitem:hover {
  cursor: pointer;
  color: black;
  background: #83aff0;
}

.searchsubmenu {
  border: solid 2px green;
  position: relative;
  right: calc(-100% + 1px);
  top: -1.7rem;
  margin: 0px 10px !important;
  width: 11rem;
}


.listItem {
    margin-top: 10px !important;
    background: var(--deWhite);
    border: solid 1px #9eb3cf;
    width: 80%;
    min-height: 18rem;
    max-height: 18rem;
    padding: 5px 15px !important;
    line-height: 1.1rem !important;
}

.listItem:hover {
  background: white;
  cursor:pointer;
  border: solid 1px var(--deBlue);
  box-shadow: 0px 6px 8px 0px grey;
}

.listItemRow {
    margin-top: 20px !important;
    background: rgb(250, 250, 250);
    border: solid 1px #9eb3cf;
    width: 100%;
    min-height: 4rem;
    max-height: 6rem;
    padding: 5px 15px !important;
    line-height: 1.1rem !important;
}

.listItemRow:hover {
  background: white;
  cursor:pointer;
  border: solid 1px var(--deBlue);
  box-shadow: 0px 6px 8px 0px grey;
}

.listItemGrid {
  margin-top: 10px !important;
  background: transparent;
  border: solid 1px var(--deGray);
  width: 99%;
  min-height: 9rem;
  max-height: 13rem;
  padding: 5px 5px !important;
  line-height: 1.1rem !important;
}

.listItemGrid:hover {
  background: white;
  cursor:pointer;
  border: solid 1px var(--deBlue);
  box-shadow: 0px 6px 8px 0px grey;
}


.listImage {
  max-width: 120px;
  max-height: 120px;
  opacity: 0.8;
}

.listImage:hover {
  opacity: 1 !important;
}


.listImageSmall {
  width: auto;
  height: auto;
  max-height: 3rem !important;;
  max-width: 100%;
  opacity: 1;
  ;
}

.listImageSmall:hover {
    position: absolute;
    height: 5rem !important;
    max-width: 100% !important;
    width: auto !important;
    max-height: 10rem !important;
    opacity: 1 !important;
}

.inputName {
  width: 100%;
  resize: none;
  border: solid 1px rgb(150, 150, 150);
  border-radius: 5px;
  padding-left: 5px !important;
  font-size: 1.7rem;
  font-family: ibm;
  height: 2.0rem !important;
}

textarea:disabled {
  background: transparent;
}

.inputTextArea {
  width: 100%;
  resize: none;
  border: solid 1px rgb(150, 150, 150);
  border-radius: 5px;
  padding-left: 5px !important;
  font-size: 1.3rem;
  font-family: 'robotom';
  line-height: 1.3rem;
  height: 7rem !important;
}


.cardPhoto {
  border: solid 1px transparent;
  width: auto;
  max-height: 5.2rem;
  max-width: 240px;
  display: inline-table;
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
  margin-bottom: 1rem !important;
  opacity: 0.8;
}

.cardPhoto:hover {
  opacity: 1;
  border: solid 1px var(--deBlack);
  background: white;
}

.titleHelp {
  color: var(--deBlue);
  display: inline-block;
  font-weight: 600;
}
.titleHelp:hover {
  cursor: help;
}

.verticalAlign-top {
  vertical-align: top;
}

.verticalAlign-mdl {
  vertical-align: middle;
}

.verticalAlign-bottom {
  vertical-align: bottom;
}

.titleShadow {
  box-shadow: 0px 12px 6px -5px var(--deGray)
}
/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/assets/css/cartView.css ***!
  \*********************************************************************************************************************************************************************************************************************/
.cartContainer {
  max-width: 65rem !important;
  width: 100%;
  margin: auto !important;
  background: var(--deWhite);
}

.cartTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--deDBlue);
  color: var(--white);
  font-size: 2rem;
  font-weight: 600;
  height: 3rem;
  font-family: 'ibm';
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.cartDescContainer {
  
}

.cartDesc {
  color: var(--deVDBlue);
  font-family: 'barlow';
  font-size: 25px;
  line-height: 25px;
  text-align: center;
  padding: 5px 0px !important;
  margin: 1rem !important;
  background: var(--deBlueGray);
  box-shadow: inset 0px 0px 0px 1px var(--deLBlue);
  font-weight: 500;
  border-radius: 10px;
}

.cartMdcStallNameBig {
  font-size: 2.5rem;
  font-weight: 600;
  font-family: 'ibm';
  color: var(--deViolet);
  text-align: left !important;
  padding-top: 0rem !important;
  padding-left: 2rem !important;
  line-height: 2.5rem !important;
  width: 100% !important;
  height: auto;
  display: flex;
  align-items: center;
}

.cartMdcStallName {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'ibm';
  color: var(--deViolet);
}

.cartSectionsContainer {
  /*background: var(--deVLGray);*/
  background: var(--deWhite);
  /*box-shadow: 0px 10px 20px 1px var(--deBlue);*/
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.cartSectionTitle {
    background: linear-gradient(var(--deWhite), var(--deBlue));
    color: var(--deViolet);
    font-family: 'fira';
    font-size: 1.8rem;
    padding-left: 1rem !important;
    margin-top: 1rem !important;
    width: 100%;
    margin-left: 0% !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 15px;
    box-shadow: inset 0px 1px 0px 0px var(--deBlue);
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px;
}

.cartSectionDesc {
  background: var(--deDeskGray);
  font-size: 1.3rem;
  padding: 10px 20px !important;
}

.cartItemContainer {
  border: solid 1px transparent;
  padding: 0px 10px !important;
  border-radius: 5px;
  padding: 5px !important;
  box-shadow: 1px 1px 4px 0px var(--deGray);
  min-height: 30rem !important;
  position: relative;
  background: var(--deWhite);
  margin: 5px !important;
}

/*.cartItemContainer:hover {
  cursor: pointer;
  background: var(--deVLGray);
  border: solid 1px var(--deLGray);
}*/

.cartItemTitle {
  background: var(--deWhite);
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: 'roboto';
  font-weight: 600;
}

.cartItemSmallTitle {
  background: var(--deWhite);
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: 'roboto';
  font-weight: 600;
}

.cartItemSmallPrice {
  background: var(--deWhite);
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.3rem;
  font-family: 'roboto';
  font-weight: 600;
}

.cartImgVarietyMainContainer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*height: 80%;*/
  /*box-shadow: 0px 0px 5px 0px var(--deVLGray);*/
}
.cartImgVarietyMain {
    width: auto;
    /*max-width: auto;*/
    height: auto;
    max-height: 30rem;
    max-width: 30rem;
}

.cartImgVarietyContainer {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*box-shadow: 0px 0px 5px 0px var(--deVLGray);*/
}
.cartImgVariety {
  width: 78%;
  height: auto;
  max-width: 100%;
}


.cartImgPortadaContainer {
  width: 100%;
  height: 45%;
  text-align: center;
  /*box-shadow: 0px 0px 5px 0px var(--deVLGray);*/
}
.cartImgPortada {
  max-width: 90%;
  height: auto;
  max-height: 17rem;
}


.cartImgPhotoBigContainer {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 20rem;
  /*box-shadow: 0px 0px 5px 0px var(--deVLGray);*/
}
.cartImgPhotoBig {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 15rem;
}

.cartImgPhotoSmallContainer {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 20rem;
  justify-content: center;
  /*box-shadow: 0px 0px 5px 0px var(--deVLGray);*/
}
.cartImgPhotoSmall {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 14rem;
}


/*.cartImgVarietyContainer {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 20rem;
  box-shadow: 0px 0px 5px 0px var(--deVLGray);
}
.cartImgVariety {
  display: flex;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 20rem;
}*/


.cartImgDetailsContainer {
  width: auto;
  height: auto;
  max-width: 100%;
  box-shadow: 1px 1px 4px 0px var(--deGray);
  margin: 5px !important;
  padding: 5px !important;
}

.cartImgDetailsImgContainer {
  min-height: 15rem;
}

.cartImgDetailsImg {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 95%;
  max-height: 10rem;
}

.cartImgDetailsTitle {
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  font-family: 'ibm';
  height: 6rem;
}

.cartItemDesc {
  text-align: left;
  font-size: 17px;
  line-height: 17px;
  font-family: 'robotoc';
  height: 6rem;
}
.cartItemSmallDesc {
  text-align: left;
  font-family: 'barlow';
  font-weight: 400 !important;
  font-size: 20px;
  line-height: 16px;
  height: 9rem;
  margin-top: -2rem !important;
}
.cartImgDetailsDesc {
  background: var(--deWhite);
  text-align: left;
  font-size: 17px;
  line-height: 21px;
  font-family: 'roboto';
  height: 6rem;
}

.cartItemPrice {
  background: var(--deWhite);
  text-align: right;
  font-family: 'roboto';
  font-size: 2.0rem;
  padding-right: 0.5rem !important;
}

@media(max-width: 601px) {
  .cartDesc {
    font-size: 22px !important;
    line-height: 22px !important;
  }
  .cartMdcStallName {
    font-size: 25px;
    line-height: 30px !important;
  }
  .cartSectionTitle {
    font-size: 22px;
    line-height: 22px !important;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
  }
  .cartItemTitle {
    font-size: 20px;
    line-height: 20px !important;
  }
  .cartItemPrice {
    line-height: 25px !important;
  }
  
  .cartMdcStallNameBig {
    font-size: 2.0rem;
    padding-left: 3rem !important;
  }
  
  .cartItemDesc {
    text-align: left;
    font-family: 'barlow';
    font-weight: 400 !important;
    font-size: 20px;
    line-height: 16px;
    height: 8rem;
  }
  
  .cartImgDetailsDesc {
    font-size: 15px;
  }
}
/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************/





/*# sourceMappingURL=styles.css.map*/