.category{
    padding-right: 3.2%;
    padding-left: 3.2%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    color: #232323;
}

#pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-link:focus, .page-link:hover {
    color: #efab18;
}

#wrapper .breadcrumb, .breadcrumb-header-container .breadcrumb {
    /*position: absolute;*/
    top: 103%;
    left: 2%;
}

.category *{
    color: black;
}

.breadcrumb-header-container .breadcrumb a {
    color: #a5afb9 !important;
}

.category .img{
    max-width: 100%;
    object-fit: cover;
    height: 220px;
}

.category.small{
    font-size: 0.8em;
}

.category:nth-of-type(1){
    font-size: 1.0em;
    padding-right: 0;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}





.category.small:nth-of-type(3n-1){
    padding-left: 0;
}

.category.small:nth-of-type(3n){
    padding-right: 1.6%;
    padding-left: 1.6%;
}

.category.small:nth-of-type(3n+1){
    padding-right: 0;
}

.category .tag{
    border-bottom: 2px solid #efab18;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1.3px;
    line-height: 1;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 0.8em;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2px;

}

.category .tag a{
    color: #111;
    letter-spacing: 1.5px;
    font-weight: 500;
}

#list-categories{
    align-items: flex-start;
    max-width: 1200px;
    margin: 0px auto;
}

.category .title{
    margin-bottom: 7px;
    line-height: 1.1;
    font-size: 1.4em;
    font-weight: bold;
}

.category .data{
    padding: 5px 20px 15px 0px;
}

.category .date{
    font-size: 10px;
    font-style: italic;
    padding-left: 16px;
}

.category .desc{
    line-height: 1.5;
    font-size: 0.9em;
}

.category.small .title{
    font-size: 1.1em;
}

.category:nth-of-type(1){
    margin-bottom: 75px;
}

.category:nth-of-type(1) .container_img{
    width: 55%;
    min-width: 55%;
}

.category:nth-of-type(1) .container_img img{
    height: 320px;
}

.category:nth-of-type(1) > a{
    margin-right: 20px;
}

.category h2{
    position: relative;
    padding-left: 12px;
}

.category.large h2{
    padding-left: 16px;
}

.category h2:before{
    content: "";
    position: absolute;
    left: 0%;
    margin-right: 10px;
    height: 100%;
    width: 4px;
    background-color: #efab19;
}

.category.large h2:before{
    width: 6px;
    }

.category.small p {
    line-height: 1.3em;
}

.category.small .title{
    text-transform: uppercase;
}

@media (max-width: 1000px){

    .category:nth-of-type(1) .container_img img{
        height: 275px;
    }

    .category:nth-of-type(1){
        margin-bottom: 40px;
    }

}

@media (max-width: 850px){

    .category{
        flex: 0 0 50%;
        max-width: 50%;
    }

    .category.small {
        margin: 0;
        padding: 0px;
    }

    .category.small:nth-of-type(even){
        padding-right: 5px;
    }

}

@media (max-width: 768px){

    .category .img{
        height: 150px;
        width: 100%;
    }

    #list-categories{
        padding-top: 20px;
    }

    #wrapper .breadcrumb, .breadcrumb-header-container .breadcrumb {
        position: absolute;
        top: 0;
        left: 4%;
    }

    .breadcrumb-header-container .breadcrumb a{
        color: white!important;
    }

    .category:nth-of-type(1){
        flex-direction: column-reverse;
    }

    .category:nth-of-type(1) .container_img {
        width: 55%;
        min-width: 55%;
        margin-right: 0!important;
        width: 100%;
    }

    .category:nth-of-type(1) .container_img img {
        height: 210px;
    }

    .category:nth-of-type(1){
        margin-top: 0px;
    }

    #list-categories{
        padding-top: 0;
    }

    .category .tag{
        max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .category.small .title{
        font-size: 12px;
    }




}

@media (max-width: 568px){

    .category .img{
        height: 140px;
    }
    .category.small {
        margin: 0;
        padding: 0px;
        width: 100%!important;
    }

    #products .products{
        justify-content: center;
    }
}