.pers{position:absolute;}
.texturapapel{background-image: url(../img/misc/paper-texture.jpg);background-repeat: repeat;}
#serie .tapas{max-width:950px;margin:auto;}
#serie .tapas button{background-color: #a71682;color: #fff;}
#serie .tapas a button:hover{text-decoration:none;background-color:#76075a;color:#fff;}

#serie .textimgfull{margin:0 auto;padding:20px;width:95%;max-width:1140px;}
#serie .areaimgfull{width:95%;max-width:800px;position: relative;margin:0 auto;}
.txtimgfull p,.txtimgfullli{font-size:19px;}
.areaimgfull img{max-width:100%;}
.textimgfull ul,.textimgfull ul li ul{padding-left: 18px;}

h2{padding:15px;}
.areadest .copete{position: relative;}
#serie .copete{padding:5px 10px;}
#serie .muestras.cols50 .col .sample{width:100%;}
#serie .muestras.cols50{padding:20px 10px;border-bottom:2px dotted gray;}
#serie .muestras.cols50,#serie .muestras.cols50 .col{max-width:initial;}
#serie .muestras.cols50 .col{display:block;width:100%;}
.booksamples{background-color:#f9efca;margin-top:-20px;z-index:-1;}
.muestras article.col p{width:90%;margin:5px auto 10px;}
#serie .muestras.cols50 .col p{width:100%;}

.presentacion .txt{background-color:#f2f2f0;}
#serie .muestras p.copete{padding:10px 15px;}

/*Tabla*/
.table{margin-bottom:10px;border:2px solid #a71682;background-color:#fee6bb6b;}
.table-responsive{width:95%;margin:20px auto;}
.table thead th{border-bottom: 2px solid #a71682;text-align: center;background-color: #e7395238;font-size:19px;}
.table td, .table th{border:2px dotted #a71682;min-width:220px;}
.table td{text-align: left;}
.table td, .table p{font-size:17px;}

#serie .recmat{max-width: initial;}


/*Scrollbar en Tabla*/
.table-responsive{
  --scrollbarBG:#f2c4bb9c;
  --thumbBG: #a71682;
}
.table-responsive::-webkit-scrollbar {
  width: 15px;
}
.table-responsive {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.table-responsive::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 10px;
  border: 3px solid var(--scrollbarBG);
}
@media(min-width:570px){
	#serie .tapas .card{width:48.5%;max-width: 250px;display: inline-block;vertical-align: top;}
}

@media(min-width:600px){#serie .tapas button{line-height:1.5;}}

@media(min-width:700px){
	#serie .muestras.cols50{-webkit-display: flex;display: flex;}
	#serie .muestras.cols50 img{display: block;margin:auto;}
	#serie .muestras.cols50 .col{width:49%;display:flex;align-items: center;}
	#serie .muestras.cols50 .col.br{border-right:2px dotted gray;}
}
@media(min-width:1200px){
  #serie .tapas .card-img{width:auto;}
  .txtimgfull p,.txtimgfull li{font-size:20px;}
  .table td, .table p{font-size:18px;}
}
@media(min-width:1300px){
	#serie .tapas{max-width: 1050px;}
	#serie .tapas .card{width:23%;}
}
/*MAX*/
@media(max-width: 380px){.recmat ul{padding-left:20px;}}