#pattern {
  margin: auto;
  width: 95%;
  padding: 10px;
}

.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: 80px!important;
    height: 80px;
    margin-top: 10px;
    box-shadow: 5px 5px 6px var(--shadow-uno), -5px -5px 6px var(--shadow-dos);
    border-radius: 15px;
    padding: 5px;
}



img#redlibromovil:hover, img#redlibromovil:active{
   box-shadow: inset 5px 5px 6px var(--shadow-uno), inset -5px -5px 6px var(--shadow-dos);
 }