:root {
    --st-light: #f8f9fa;
    --st-dark:#212529;
    --st-red: #c32829;
    --st-light-red: #f08080;
    --st-light-red-rgb: 240,128,128;
}
.bd-gutter {
    --bs-gutter-x: 3rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--st-light);
}
.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}
a{
    color: var(--st-red);
    text-decoration-color: var(--st-red)!important;
}
footer a,
.st-masthead a:not(.btn),
.product-desc a,
.language a{
    --bs-text-opacity: 1;
    color: rgba(var(--st-light-red-rgb),var(--bs-text-opacity))!important;
    text-decoration: none;
}
a.icon-link:hover svg{
    margin-left: .25rem;
    transition: 0.15s all ease;
}
.navbar-toggler span{
    font-size: 1rem;
    position: relative;
    padding-right: 0.25rem;
    top: -1px;
}
.btn-main-menu{
    height: 2rem;
    margin-top: 0.25rem;
}

.st-masthead {
    padding: 3rem 0;
    background: linear-gradient(165deg, var(--bs-gray-800) 50%, var(--bs-gray-900) 50%);
}
.st-masthead h1 {
    font-size: calc(1.525rem + 3.3vw);
    line-height: 1
}
.masthead-followup-icon {
    padding: .75rem;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.01));
    border-radius: .75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1)
}
.masthead-followup-svg {
    filter: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.125))
}

/****************************************
*                 home                  *
****************************************/
.main-title{
    background-image: url(../img/cardream3-slider.png);
    padding: 8%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-image{
    border-radius: 1.25rem;
}
.featured {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.25);
    overflow: hidden;
    min-height: 17rem;
}
.featured .label-container {
    position: absolute;
    transform: rotateY(0deg) rotate(310deg);
    min-width: 10rem;
    padding: 0.2rem;
    top: 2.4rem;
    left: -2.5rem;
    overflow: hidden;
}
.icons p{
    text-align: justify;
}
.catalog-download img{
    -webkit-box-shadow: 0px 0px 10px 3px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(255,255,255,1);
    box-shadow: 0px 0px 10px 3px rgba(255,255,255,1);
}
.catalog-download img:hover{
    -webkit-box-shadow: 0px 0px 10px 3px rgba(195,40,41,1);
    -moz-box-shadow: 0px 0px 10px 3px rgba(195,40,41,1);
    box-shadow: 0px 0px 10px 3px rgba(195,40,41,1);
}


/****************************************
*               Articulos               *
****************************************/
.articlehead {
    margin-top: 4.25rem;
    box-shadow: 10px 10px 16px 2px rgba(0,0,0,.5), 0 6px 30px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    border-radius: 20px 20px 0 0;
}
.articlehead h2 {
    font-size: 1rem!important;
    text-align: center;
    padding: 0 2rem;
}
.articlehead .pc-border{
    border-radius: 20px 20px 0 0;
    border: 30px solid black;
    min-height: 45rem;
}
.pc-base{
    text-align: center;
}
.pc-base img{
    min-width: 1600px;
    max-height: 65px;
}
.article-descriptions .col-md-4,
.article-descriptions .col-md-6,
.article-descriptions .col-md-12{
    margin-bottom: 3rem;
}
.article-descriptions figcaption{
    display: none;
}
.article-descriptions .pos-top{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.article-descriptions .pos-left{
    display: flex;
    align-items: center;
}
.article-descriptions .pos-bottom{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}
.article-descriptions .pos-right{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.article-descriptions .spip_document,
.article-descriptions h3{
    text-align: center!important;
}
.breve-descriptions img{
    max-width: 450px;
    margin: 0px auto;
    display: block;
}
.breve-descriptions .spip_document,
.breve-descriptions h3{
    text-align: center!important;
}

/****************************************
*                 SPIP                  *
****************************************/
#spip-debug{
    color: var(--st-dark);
}