.list li {
border-radius: 25px;
background: var(--content-bg-color);
box-shadow: inset 5px 5px 6px var(--shadow-uno), inset -5px -5px 6px var(--shadow-dos);
display: table;
border-collapse: collapse;
width: 100%;
margin-bottom: 10px;

}


.list li:hover {
border-radius: 25px;
background: var(--content-bg-color);
box-shadow:  5px 5px 6px var(--shadow-uno), -5px -5px 6px var(--shadow-dos);
}

.inner {
  display: table-row;
  overflow: hidden;
}
.li-img {
position: relative; 
  display: table-cell;
  vertical-align: middle;
width: 100px;
height: 100px;
  padding-right: 1em;
}
.li-img img {
  display: block;
width: 100px;
height: 100px;
border-radius: 25px;
background: var(--content-bg-color);
box-shadow: inset 5px 5px 6px var(--shadow-uno), inset -5px -5px 6px var(--shadow-dos);
border: 1px solid var(--content-bg-color);
}

.li-text {
  display: table-cell;
  vertical-align: middle;
height: auto;
max-width: 100%;
  
}

.li-head:hover {
color: #8e8686;
}
.li-head {
  margin: 0;
  font-weight: 600;
color: var(--color-text);
  font-size:15px;
  padding-right: 10px;
}
.li-sub {
  margin: 0;
  color: #8e8686;
  font-size:13px;
  
}

.iconsFormat {
 text-align: left;
 font-size: 12px;
color: var(--color-text);
}

@media all and (min-width: 45em) {
  .list li {
    float: left;
    width: 50%;
  }
}

@media all and (min-width: 75em) {
  .list li {
    width: 33.33333%;
  }
}

.myButton {
border-radius: 15px;
background: var(--content-bg-color);
box-shadow:  5px 5px 6px var(--shadow-uno), -5px -5px 6px var(--shadow-dos);
border: 1px solid var(--content-bg-color);
display:inline-block;
cursor:pointer;
color: var(--color-text);
font-family:Arial;
font-size:18px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
	
}
.myButton:hover {
background-color:transparent;
border-radius: 15px;
background: var(--content-bg-color);
box-shadow: inset 5px 5px 6px var(--shadow-uno), inset -5px -5px 6px var(--shadow-dos);
border: 1px solid var(--content-bg-color);
}
.myButton:active {
	position:relative;
	top:1px;
}

a:hover, a:focus {
	color:#f09008;
	text-decoration:none;
}
 #back-to-top {
    position: fixed;
    bottom: 80px;
    left: 2%;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #f09008;
    font-size: 24px;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top.show {
    opacity: 1;
}
#content {
    height: 1px;
}

.full-width 
{
text-align:center;
width: 100%;
}
.full-width img 
{
max-width: 100%;
height: auto;
}

.listtodo {
  padding: 0px;
}
.hreftodo {
  margin: 0px; 
  display: block; 
  width: 100%; 
  height: 100%;
}


* {
  box-sizing: border-box;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.sectioni {
  position: relative;
  padding: 1rem 0;
}

.buttongridlib {
    padding: 0.5em 0.7em;
    border-radius: 2em;
    background: var(--content-bg-color);
    box-shadow: 5px 5px 6px var(--shadow-uno), -5px -5px 6px var(--shadow-dos);
    border: 1px solid var(--content-bg-color);
    color: var(--color-text:);
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.7em;
    cursor: pointer;
    transition: 0.3s ease;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
}
.buttongridlib:hover {
  color: var(--color-text:);
  box-shadow: inset 5px 5px 6px var(--shadow-uno), inset -5px -5px 6px var(--shadow-dos);
}
.buttongridlib i {
  margin-right: 0.5em;
  opacity: 0.4;
}

.containeri {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2em;
}

.containeribooksautp {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2em;
}


.download-cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem;
}

.download-card {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2em);
 
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2em;
  background: var(--content-bg-color);
  box-shadow: 5px 5px 6px var(--shadow-uno), -5px -5px 6px var(--shadow-dos);
  border: 1px solid var(--content-bg-color);
  border-radius: 15px;
  margin: 0 1em 2em;
}
.download-card a.buttongridlib {
  text-decoration: none;
}
@media (min-width: 700px) {
  .download-cards[data-view=grid-view] .download-card {
    float: left;
    width: calc( 50% - 2em );
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(3) {
    clear: both;
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(4) {
    clear: initial;
  }
}
@media (min-width: 1000px) {
  .download-cards[data-view=grid-view] .download-card {
    width: calc( (100% / 3) - 2em );
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(3) {
    clear: initial;
  }
  .download-cards[data-view=grid-view] .download-card:nth-child(4) {
    clear: both;
  }
}
@media (min-width: 700px) {
  .download-cards[data-view=list-view] .download-card {
    padding-left: calc(200px);
  }
}
.download-card__image {
  display: flex;
  align-items: center;
    background: var(--content-bg-color);
  box-shadow: inset 15px 15px 16px var(--shadow-uno), inset -15px -15px 16px var(--shadow-dos);
  border: 10px solid var(--content-bg-color);
  border-radius: 50px;
  text-align: center;
  min-height: 150px;
  background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
@media (min-width: 700px) {
  .download-card__image {
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .download-cards[data-view=list-view] .download-card__image {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.download-card__content {
  padding: 2em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.download-card__category {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  margin: 0 0 2em;
  display: block;
}
.download-card__category::before {
  color: #386696;
}
.download-card__title {
  line-height: 1;
  margin: 0 0 0.5em;
  font-size: 18px;
}
.download-card__description {
  line-height: 1.5;
  padding: 0;
  margin: 0 0 1.5em;
  clear: both;
  color: #8b8e9c;
  font-size: 16px;
}

.dc-view-switcher {
  display: none;
  margin-bottom: 1em;
  text-align: right;
}
@media (min-width: 700px) {
  .dc-view-switcher {
    display: block;
  }
}
.dc-view-switcher > button {
  font-family: "fontAwesome";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  border: none;
  cursor: pointer;
  font-size: 1.5em;
  vertical-align: middle;
  color: #386696;
  opacity: 0.3;
  outline: none;
  transition: opacity 0.4s ease;
  padding: 0;
}
.dc-view-switcher > button:nth-child(1) {
  margin-right: 0.5rem;
}
.dc-view-switcher > button[data-trigger=list-view]::before {
  content: "";
}
.dc-view-switcher > button[data-trigger=grid-view]::before {
  content: "";
}
.dc-view-switcher > button[data-trigger].active {
  opacity: 1;
}

.rounded-circlerincon {
  border-radius: 30% !important;
  box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
  border: 1px solid var(--shadow-dos);
  margin-left: auto;
margin-right: auto;
object-fit: cover;
}


.btnmailtolibrero{
	float: right;
font-size: 1.5em;
}


.botnslibr{
  border-radius: 5px;
  box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
  border: 1px solid var(--shadow-dos);
  float: right;
  display: flex;
}




.tabescr {
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    display: inline-block;
    border-radius: 25px;
    background: var(--content-bg-color);
    box-shadow: 5px 5px 6px var(--shadow-uno),-5px -5px 6px var(--shadow-dos);
}

.tabswri {
text-align: center;
}

.panelescr {
  display: none;
  animation: fadein 0.8s;
}

.panelescri-title {
  font-size: 1.5em;
  font-weight: bold;
}

.radiotab {
  display: none;
}

#one:checked ~ .panelswri #one-panel,
#two:checked ~ .panelswri #two-panel {
  display: block;
}

#one:checked ~ .tabswri #one-tab,
#two:checked ~ .tabswri #two-tab {
    background: var(--content-bg-color);
    box-shadow: inset 5px 5px 6px var(--shadow-uno), inset -5px -5px 6px var(--shadow-dos);
    border: 1px solid var(--content-bg-color);
    color: #f09008;
}


img#redlibromovil {
    width: 28px!important;
    height: 28px;
    border: none;
    border-radius: 5px;
    margin-top: -5px;
    padding: 0;
    box-shadow: none;
}



img#redlibromovil:hover, img#redlibromovil:active{
   box-shadow: inset 5px 5px 6px var(--shadow-uno), inset -5px -5px 6px var(--shadow-dos);
 }
 
 
 
 
 
 .li-img .caption { 
position: absolute; 
background: none;
 border-radius: 0;
 box-shadow: none;
 border: none;
}
.countrylist{
margin-top: 5px;	
}
.nicklist{
color: #007bff;	
font-style: italic;
opacity: 0.7;
}
.datauserlist{
color: var(--color-text);
}
#bqpositionbook {
    display: inline-block;
    float: right;
    position: relative;
	margin-top: -40px;
	border: none;
    border-radius: 15px;
    color: #337ab7;
	box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
    -webkit-box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
    -moz-box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
    -webkit-appearance: none;
	background: var(--content-bg-color);
	padding: 7px;
    margin-right: 15px;
}
.genreuser{
    margin: 0;
    color: #f29007;
	font-style: italic;
    font-size: 13px;
}
.form-searchusr{
    position: relative;
	text-align: center;
}

.form-searchusr input{
    width: 70%;
    box-sizing: border-box;
    box-shadow: inset 3px 3px 4px var(--shadow-uno), inset -3px -3px 4px var(--shadow-dos);
    -webkit-box-shadow: inset 3px 3px 4px var(--shadow-uno), inset -3px -3px 4px var(--shadow-dos);
    -moz-box-shadow: inset 3px 3px 4px var(--shadow-uno), inset -3px -3px 4px var(--shadow-dos);
    outline: none;
    -webkit-appearance: none;
	border-radius: 15px;
    background: var(--content-bg-color);
    color: var(--color-text);
    border: 1px solid var(--content-bg-color);
    margin: 10px;
    padding: 10px;
    font-size: 90%;
}

.form-searchusr button{
	border-radius: 15px;
    background: var(--content-bg-color);
    box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
    -webkit-box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
    -moz-box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
    color: var(--color-text);
     padding: 10px;
    margin-left: -4px;
    cursor: pointer;
     border: 1px solid var(--content-bg-color);
    outline: none;
}

.isUsernormal{
	display:none;
}
.userContainroom{
	display:none;
}

.bloquefiltros {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5px 0;
}

.formfiltros {
  flex: initial!important;
  margin: 2px;

}
.formfiltros:first-child {
  margin-left: 0;
}
.formfiltros:last-child {
  margin-right: 0;
}


@media screen and (max-width: 980px) {
  .bloquefiltros .formfiltros {
    margin-bottom: 5px;
    flex-basis: 40%;
  }
  .bloquefiltros .formfiltros:nth-last-child(2) {
    margin-right: 0;
  }
  .bloquefiltros .formfiltros:last-child {
    flex-basis: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 680px) {
  .bloquefiltros .formfiltros {
    flex-basis: 100%;
    margin: 0 0 5px 0;
  }
}


#collapsiblefiltr {
  display: none;
}

.lbl-togglefltr {
  display: block;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.25s ease-out;
}
.lbl-togglefltr::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out;
  margin-right: 0.7rem;
}

.collapsiblefiltr {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.button-togglefltr:checked + .lbl-togglefltr {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.button-togglefltr:checked + .lbl-togglefltr::before {
  transform: rotate(90deg) translateX(-3px);
}
.button-togglefltr:checked + .lbl-togglefltr + .collapsiblefiltr {
  max-height: 350px;
}

#filtercountry, #filterinterest, #filtertypeuser{
box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);	
    -webkit-box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
    -moz-box-shadow: 3px 3px 4px var(--shadow-uno), -3px -3px 4px var(--shadow-dos);
	   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}

.disable-divi {
    pointer-events: none;
}
.buttongridlibinf {
padding: 0.5em 0.7em;
    border-radius: 2em;
    background: var(--content-bg-color);
    box-shadow: 5px 5px 6px var(--shadow-uno), -5px -5px 6px var(--shadow-dos);
    border: 1px solid var(--content-bg-color);
    color: var(--color-text:);
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.5em;
    cursor: pointer;
}
.column {
  float: left;
  width: 100%;
  padding: 10px;
  height: auto; 
  border: solid 1px var(--shadow-uno);
  border-radius: 15px;
}
#infocomplemtextimg:after {
  content: "";
  display: table;
  clear: both;
}
.bloquefiltros {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 15px 0;
}
.li-img img {
    object-fit: cover;
}


.boxfilters{
    width:100%;
       padding: 20px 2px 25px 2px;
    text-align: center;
}



.filterblqcountry{
   display: inline-block;
    border: 1px solid var(--content-bg-color);
    padding: 8px;
	color: var(--color-text);
	background: var(--shadow-uno);
	-webkit-appearance: none;
	background-repeat: no-repeat;
    background-position: right 5px top 7px;
    background-size: 15px;
	border-radius: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsPSJncmF5IiBkPSJNMTAsMjMyLjdsNDkwLDUzNC41bDQ5MC01MzQuNUgxMHoiIC8+DQo8L3N2Zz4=);
}

.filterblqinters{
    margin-left: 5px;
    margin-right: 5px;
   display: inline-block;
    border: 1px solid var(--content-bg-color);
    padding: 8px;
	color: var(--color-text);
	background: var(--shadow-uno);
	-webkit-appearance: none;
	background-repeat: no-repeat;
    background-position: right 5px top 7px;
    background-size: 15px;
	border-radius: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsPSJncmF5IiBkPSJNMTAsMjMyLjdsNDkwLDUzNC41bDQ5MC01MzQuNUgxMHoiIC8+DQo8L3N2Zz4=);
}

.filterblqcountryroom{
   display: inline-block;
    border: 1px solid var(--content-bg-color);
    padding: 8px;
	color: var(--color-text);
	background: var(--shadow-uno);
	-webkit-appearance: none;
	background-repeat: no-repeat;
    background-position: right 5px top 7px;
    background-size: 15px;
	border-radius: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsPSJncmF5IiBkPSJNMTAsMjMyLjdsNDkwLDUzNC41bDQ5MC01MzQuNUgxMHoiIC8+DQo8L3N2Zz4=);
}

.filterblqintersroom{
    margin-left: 5px;
    margin-right: 5px;
   display: inline-block;
    border: 1px solid var(--content-bg-color);
    padding: 8px;
	color: var(--color-text);
	background: var(--shadow-uno);
	-webkit-appearance: none;
	background-repeat: no-repeat;
    background-position: right 5px top 7px;
    background-size: 15px;
	border-radius: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsPSJncmF5IiBkPSJNMTAsMjMyLjdsNDkwLDUzNC41bDQ5MC01MzQuNUgxMHoiIC8+DQo8L3N2Zz4=);
}

.filterblqtypusr{
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
    border: 1px solid var(--content-bg-color);
    padding: 8px;
	color: var(--color-text);
	background: var(--shadow-uno);
	-webkit-appearance: none;
	background-repeat: no-repeat;
    background-position: right 5px top 7px;
    background-size: 15px;
	border-radius: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cGF0aCBmaWxsPSJncmF5IiBkPSJNMTAsMjMyLjdsNDkwLDUzNC41bDQ5MC01MzQuNUgxMHoiIC8+DQo8L3N2Zz4=);
}


@media (max-width: 528px){

.filterblqcountry{
font-size:12px;
width:30%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.filterblqinters{
font-size:12px;
width: 30%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.filterblqcountryroom{
font-size:12px;
width:40%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.filterblqintersroom{
font-size:12px;
width: 40%;
    padding-top: 7px;
    padding-bottom: 7px;
}

.filterblqtypusr{
font-size:12px;
width: 30%;
    padding-top: 7px;
    padding-bottom: 7px;
}

}


@media only screen and (min-width: 529px) and (max-width: 1439px) {

.filterblqcountry{
width:15%;
}

.filterblqinters{
width: 20%;
}

.filterblqcountryroom{
width:30%;
}

.filterblqintersroom{
width: 30%;
}

.filterblqtypusr{
width: 30%;
}

}



@media (min-width: 1440px){

.filterblqcountry{
width:10%;
}

.filterblqinters{
width: 10%;
}

.filterblqcountryroom{
width:20%;
}

.filterblqintersroom{
width: 20%;
}

.filterblqtypusr{
width: 15%;
}

}



.navpagination {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: var(--content-bg-color);
    height: 60px;
    padding: 10px 60px;
    width: 100%;
    user-select: none;
    border: none;
    border-radius: 15px;
    color: var(--color-text);
    -webkit-appearance: none;
}

.navpagination-wrapper {
  display: flex;
}

.navpagination-wrapper .nav-item div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f3f3f3;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.322), 0 0 2px #000000, 0 0 2px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000;
  height: 36px;
  width: 36px;
  background-color: #626fbf;
  border-radius: 50%;
  margin: 0 6px;
  font-weight: 600;
  transition: background-color 0.21s cubic-bezier(0.23, 1, 0.320, 1);
}
.navpagination-wrapper .nav-itembook div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f3f3f3;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.322), 0 0 2px #000000, 0 0 2px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000, 0 0 1px #000000;
  height: 36px;
  width: 36px;
  background-color: #626fbf;
  border-radius: 50%;
  margin: 0 6px;
  font-weight: 600;
  transition: background-color 0.21s cubic-bezier(0.23, 1, 0.320, 1);
}

.navpagination .nav-item {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
.navpagination .nav-itembook {
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.navpagination .nav-item div {
  transition: background-color 0.135s ease-out;
}
.navpagination .nav-itembook div {
  transition: background-color 0.135s ease-out;
}

.navpagination .arrow {
    color: var(--color-tex);
    position: absolute;
    height: 60px;
    width: 60px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.21s cubic-bezier(0.23, 1, 0.320, 1);
    z-index: 1;
}

.navpagination .arrow span {
  transform: scale(1, 1.82);
  font-weight: 600;
  font-size: 17px;
  text-shadow: 0 0 1px #000000;
}

.navpagination .arrow label {
  height: 100%;
  width: 100%;
  position: absolute;
  cursor: pointer;
  left: 0;
}

.navpagination .arrow-left {
  left: 0;
}

.navpagination .arrow-right {
  right: 0;
}

.selectpagis {
border: 2px solid var(--color-text);
box-shadow: 5px 5px 6px var(--shadow-uno),-5px -5px 6px var(--shadow-dos);
-webkit-box-shadow: 5px 5px 6px var(--shadow-uno),-5px -5px 6px var(--shadow-dos);
-moz-box-shadow :5px 5px 6px var(--shadow-uno),-5px -5px 6px var(--shadow-dos);
	}
	
	
.filter-cat-results .f-cat {
  opacity: 0;
  display: none;
}
.filter-cat-results .f-cat.active {
  opacity: 1;
  display: block;
}

#searchnew{
	border: none;
    box-shadow: inset 4px 3px 4px var(--shadow-uno), inset -3px -3px 4px px var(--shadow-dos);
    -webkit-box-shadow: inset 3px 3px 4px var(--shadow-uno), inset -3px -3px 4px var(--shadow-dos);
    -moz-box-shadow: inset 3px 3px 4px var(--shadow-uno), inset -3px -3px 4px var(--shadow-dos);
    background: var(--content-bg-color);
    color: var(--color-text);
}




.textselectcat {
    position: absolute;
    margin-top: -25px;
    margin-left: 4%;
    font-size: 12px;
}