/*Portada Rosa*/


.article-container-cover{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    background-image: url(../img/portadadtf.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6em;
}

.article-container-cover:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #e72a79ed;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6em;
}

/*Portada naranja*/
.cover-naranja{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    background-image: url(../img/portadaideas.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6em;
}

.cover-naranja:before {
    content: '';
    width: 100%;
    height: 100%;
    background:#f2951cd0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6em;
}

/*Portada Violeta*/
.cover-violeta{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    background-image: url(../img/viniloportada.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6em;
}
.cover-violeta:before {
    content: '';
    width: 100%;
    height: 100%;
    background:#ae4198e7;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6em;
  
}
/*Portada Celeste*/
.cover-celeste{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    background-image: url(../img/disenar.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6em;
}
.cover-celeste:before {
    content: '';
    width: 100%;
    height: 100%;
    background:#46a2fddc;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6em;
  
}
/*Portada Verde*/
.cover-verde{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    background-image: url(/img/sablimac-cat.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6em;
}
.cover-verde:before {
    content: '';
    width: 100%;
    height: 100%;
    background:#8cbf40e7;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6em;
  
}

/*Portada Preguntas Frecuentes*/
.cover-preguntas{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    background-image: url(../img/precios.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6em;
}
.cover-preguntas:before {
    content: '';
    width: 100%;
    height: 100%;
    background:#ae4198e0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6em;
  
}

/*Portada Sublimación*/
.cover-sublimacion{
    width: 100%;
    height: 400px;
    position: relative;
    margin-top: 50px;
    background-image: url(../img/sablimac-cat.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom-right-radius: 6em;
}
.cover-sublimacion:before {
    content: '';
    width: 100%;
    height: 100%;
    background:#f2951cd0;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 6em;
  
}

.container-info-cover{
    max-width: 800px;
    height: 400px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    border-bottom-right-radius: 6em;
    padding: 20px;
}

.container-info-cover h1{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    padding-bottom: 0;
}

.container-info-cover p{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom: 0;
}

/*contenedor de títulos de categorías*/
.category-container-cover{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
    background-image: url(../img/sablimac-cat.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.category-container-cover:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#f2951ce9;
    position: absolute;
    top: 0;
    left: 0;
}

/*   caratulas por categoría   */
#dtf{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
    background-image: url(../img/portadadtf.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
#dtf:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#e72a79d4;
    position: absolute;
    top: 0;
    left: 0;
}


#vinilo{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
    background-image: url(../img/viniloportada.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
#vinilo:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#ae4198de;
    position: absolute;
    top: 0;
    left: 0;
}
#diseno{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
    background-image: url(../img/disenar.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
#diseno:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#46a2fdde;
    position: absolute;
    top: 0;
    left: 0;
}


#productos{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
    background-image: url(/img/sablimac-cat.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
#productos:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#8cbf40e6;
    position: absolute;
    top: 0;
    left: 0;
}

#preguntas{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
    background-image: url(../img/precios.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
#preguntas:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#ae4198e0;
    position: absolute;
    top: 0;
    left: 0;
}

#inspiracion{
    width: 100%;
    height: 300px;
    position: relative;
    margin-top: 10px;
    background-image: url(../img/portadaideas.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
#inspiracion:before{
    content: '';
    width: 100%;
    height: 100%;
    background:#f2951ce9;
    position: absolute;
    top: 0;
    left: 0;
}

.category-info-cover{
    max-width: 800px;
    height: 350px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    color:white;
}

/*Contenedor - contenido del articulo*/

.container-content{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
/*Artículos Rosas*/
article{
    width: 100%;
    padding: 20px;
    padding-bottom: 40px;
    box-shadow: -10px 0 20px -30px black;
    border-radius: 6px;
    position: relative;
    overflow: hidden;    
    background: #fff;
}

article:before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background: #e72a79;
}
/*Artículos naranjas*/ 

.naranja:before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background:#f2951c;
}
/*Artículos violetas*/ 

.violeta:before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background:#AE4198
}
/*Artículos celestes*/ 

.celeste:before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background:#46a2fd;
}

/*Artículos verdes*/ 

.verde:before{
    content: '';
    width: 100%;
    height: 6px;
    position: absolute;
    top: 0;
    left: 0;
    background:#8cbf40;
   
}
article h1{
    margin-top: 20px;
    font-weight: 500;
    font-size: 40px;
}

article p{
    margin-top: 7px;
    font-size: 18px;
    color: #3c3c3c;
}

article img{
    width: 100%;
    margin-top: 20px;
}
article span{
    font-weight: bold;
    color:#3c3c3c;
}

/*Aside de los articulos de relacionados*/

.container-aside aside{
  width: 320px;
  border-right: 6px;
  box-shadow: 0 0 20px -20px black;
  border-radius: 6px;
  overflow: hidden;
  margin-left: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: #fff;
}

.container-aside aside img{
    width: 100%;
}

.container-aside aside h2,
.container-aside aside p{
    margin-top: 20px;
    padding: 0px 20px;
}

.container-aside aside button{
    margin-top: 20px;
    margin-left: 20px;
    padding: 10px 50px;
    font-size: 16px;
    background: #46a2fd;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 6px;
}

.container-aside aside button:hover{
    opacity: 0.9;
}


/*tablas*/
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
  
  thead th {
    text-align: left;
    background-color:#AE4198;
    padding: 0.2rem;
    border-bottom: 1px solid #AE4198;
    ;
    color:white;
  }
  
  tbody td {
    padding: 0.2rem;
    border-bottom: 1px solid #eee;
  }
  
  tbody tr:hover {
    background-color: #fafafa;
  }


  ul li{
    list-style: none;
  }
@media screen and (max-width: 1220px){
    .container-content{
        max-width: 1000px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 1020px){

    .container-content{
        width: 100%;
        flex-direction: column;
    }

    article{
        box-shadow: 0 0 0 0;
    }

    .container-aside{
        display: flex;
        justify-content: center;
    }

    .container-aside aside{
        max-width: 300px;
        margin: 10px;
    }

}

@media screen and (max-width: 800px){
    .container-aside{
        flex-wrap: wrap;
    }
    #icon-menu{
        right: 20px;
    }
    .container-info-cover h1 {
        font-size: 28px;
    }
    .container-info-cover p {
        font-size: 16px;
    }
}

@media screen and (max-width: 580px){
}

.articulo-nav-manual {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  gap: 10px;
}

.nav-anterior {
  color: #888;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-anterior span {
  font-size: 20px;
  margin-right: 6px;
  line-height: 1;
}
.nav-anterior:hover {
  color: #f2951c;
}

.nav-siguiente {
  background: #f2951c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  padding: 8px 22px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px #f2951c22;
}
.nav-siguiente:hover {
  background: #d87d00;
  color: #fff;
}