
body {
    font-family: 'Muli', sans-serif;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    color: #2B394A !important;
    background-color: #f9f9f9!important;
    line-height: 1.6;}

h1, h2, h3 {
    font-family: 'Josefin Sans', sans-serif;
    color: #47C8C7;}

.container {
    width: 90%;
    max-width: 1280px;}

.card {
    border: none;}

.btn-amazon {
    background: #ec008c;
    font-family: 'Josefin Sans', sans-serif;
}

.product-default {
    border: 1px solid #ec008c;
}

.product-list {
    border: 1px solid #ec008c;
}

.product-content a:first-child:hover {
    border-color: #ec008c;
}


a.nl:hover > h2::after {
    border-color: #ec008c!important;
}

.manu {
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link {
    color: #2B394A;
    font-family: 'Josefin Sans', sans-serif;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .7rem;
    padding-left: .7rem;
}

section.homeslider {
    position: relative;
    height: 450px;
    background: linear-gradient(to right,#f6e8e5,#eedef0);
    padding: 5em 0;
}

section.homeslider .img-card {
    width: 100%;
    height: 450px;
    border: 0.65em solid #fff;
    background-size: cover !important;
}
section h1 {
    font-size: 4rem;
    color: #ec008c;
}

section p {  
    font-size: 1rem; 
}

section.articles {
    padding: 12em 0 6em;
}

section.articles h2{
    text-align: center !important;
}

section.articles h2, section.categories h2 {
    font-size: 1.2em;
    /*height: 45px;*/
    text-align: left;
}

a.esp {
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all ease 0.5s;
}

a.esp:hover {
    border-color: #ec008c;
}

a.nl {
    text-decoration: none;
}


a.nl > h2::after {
    content: ' ';
    width: 50%;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    transition: all ease 0.5s;
    display: block;
    margin: 0 auto;
}

a.nl:hover > h2::after{
    border-color: #414141
}

section.category-articles .article h2 {
    font-size: 1.9em;
    transition: 0.5s ease;
    color: #464646
}

section.articles p, section.categories p,section.frontend p {
    font-size: 1em;
}

section.articles span, section.categories span {
    font-size: 2.5em;
    color: #895f56
}


section.categories {
    position: relative;
    background: linear-gradient(to right,#f6e8e5,#eedef0);
    padding: 5em 0;
}

section.categories .categories-content{
    background-color: #ffffff;
    padding: 4em 4em 0;}

section.categories .categories-content h3{
    font-weight: 500;
    color: #47C8C7;}

section.frontend {
    background-color: #ffffff;
    padding: 5em 0;}

.trait::after{
    content: "";
    display: block;
    width: 75px;
    height: 1px;
    margin: 10px auto;
    background-color: #895f56;
}

footer {
    padding: 2.5em 0;
    background: linear-gradient(to right,#f6e8e5,#eedef0);
    font-size: 12px;
}

article div > img {
    height: 450px !important;
}

article .product-img img {
    height: auto !important;
}

article h1 {
    font-size: 2.5rem;
    padding: 0 0.5em;
    display: table;
    margin: 0em auto 1.2em;
    position: relative;
    z-index: 9999;
}

article h2 {
    color: #2B394A;
    font-size: 1.5rem;
}

article h3 {
    color: #2B394A;
    font-size: 1.2rem;
}

article .supertrait{
    width: 100%;
    height: 1px;
    background-color: #895f56;
    display: block;
    position: relative;
    left: 0;
    top: -70px;
}

article .content-article {
    padding: 4em;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    background-color: #f9f9f9;
}

section.category-articles p.slogan{

    font-size: 1rem;
    color: #414141 !important;
}

section.category-articles .article {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

section.category-articles .article:last-child {
    border-bottom: none
}
section.category-articles .article a:hover {
    text-decoration: none;
    color: #895f56 !important;
}


.title-pink{
    padding: 2em;
    background: linear-gradient(to right,#f6e8e5,#eedef0);
    color: #895f56}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 2em;
    list-style: none;
    border-radius: .25rem;
    padding: 0;
    background-color: transparent;
}

.breadcrumb a {
    color: #895f56
}

@media (max-width:992px) {
    .homeslider {
     height: auto !important;
    }
}

.d-contents {
    display: contents;
}

.pagination a {
    color: #333;
}

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #333;
    background-color: #f6e8e5;
    border-color: #f6e8e5;
}


.pagination .page-link:hover {
    color: #333;
    text-decoration: none;
    background-color: #f6e8e5;
    border-color: #f6e8e5;
}

.nav-logo {
    max-width: 200px;
}

.bg-pink {
    background: linear-gradient(to right,#f6e8e5,#eedef0);
}

.border-article-bottom {
    border-bottom: 1px solid #ffffff
}

.h3, h3 {
    font-size:  1.5rem
}

@media (max-width:768px) {
    article .content-article {
        padding: 1em;
    }

    .container {
        padding: 0;
    }

    article img {
        height: auto !important;
    }

    .h2, h2 {
        font-size: 1.5rem;
    }
}