/* Controls
---------------------------------------------------------------------- */
.controls,.controls2{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}
.controls>li{
    display: inline-block;
    margin: 0 20px;
    margin-bottom: 8px;
    width: 200px;
}
.controls2>li{
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 8px;
    width: 170px;
}
.control,  .control2{
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    color: #060707 !important;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    padding: 6px;
    transition: all ease 500ms;
    background: #edea2a;
    height: 60px;
}

.control:hover,.control2:hover {
    color: #2C7D9D !important;
    background: #ffffff;
    border: 2px solid;
    transition: all ease 500ms;
}

/*.control[data-filter]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    border: 2px solid currentColor;
    border-radius: 2px;
    background: currentColor;
    transition: background-color 150ms, border-color 150ms;
}*/

/*.control[data-sort]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-left: 2px solid;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
    transform:  translateY(1px) rotate(45deg);
}*/

.control[data-sort*=":desc"]:after {
    transform:  translateY(-4px) rotate(-135deg);
}

.mixitup-control-active {
    color: #2C7D9D !important;
    background: #ffffff;
    border: 2px solid;
    transition: all ease 500ms;
    position: relative;
}

/*.mixitup-control-active:before {
    content: "";
    position: absolute;
    top: 4px;
    right: -15px;
    width: 10px;
    height: 10px;
    background: #e30016;
    border-radius: 50%;
    animation: borde_radius 3s infinite;
    animation-direction: alternate;
}*/
.mixitup-control-active[data-filter]:after {
    background: transparent;
}

.control:first-of-type {
    border-radius: 3px 0 0 3px;
}

.control:last-of-type {
    border-radius: 1.5rem;
}

.control[data-filter] + .control[data-sort] {
    margin-left: .75rem;
}

/* Grid Items
---------------------------------------------------------------------- */
.content_mixitup{
    padding-top: 50px;
}
.list_mixitup{
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.content_mixitup .item,
.gap {
    display: inline-block;
    vertical-align: top;
}

.content_mixitup .item {
    background: #fff;
    border-radius: 2px;
    position: relative;
}
/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.content_mixitup .item,
.gap {
    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));
    margin-bottom: 10px;
}

/* 3 Columns */

@media screen and (min-width: 767px) {
    .content_mixitup .item,
    .gap {
        /*width: calc(100%/2.3);*/
        width: calc(100%/1);
        margin: 0 10px;
        margin-bottom: 20px;
    }
}

/* 4 Columns */

@media screen and (min-width: 991px) {
    .content_mixitup .item,
    .gap {
        /*width: calc(100%/3.3);*/
         width: calc(100%/1);
        margin: 0 10px;
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .content_mixitup .item,
    .gap {
        /*width: calc(100%/3.2);*/
        width: calc(100%/1);
        margin: 0 10px;
    }
}


/* Grid Breakpoints COLUMN 4
---------------------------------------------------------------------- */


.content_mixitup .item2,
.gap {
    display: inline-block;
    vertical-align: top;
}

.content_mixitup .item2 {
    background: #fff;
    border-radius: 2px;
    position: relative;
}

/* 2 Columns */

.content_mixitup .item2,
.gap {
    width: calc(100%/1 - (((1 - 1) * 1rem) / 1));
    margin-bottom: 20px;
}

/* 3 Columns */

@media screen and (min-width: 767px) {
    .content_mixitup .item2,
    .gap {
        width: calc(100%/3.4);
        margin: 0 10px;
        margin-bottom: 20px;    
    }
}

/* 4 Columns */

@media screen and (min-width: 991px) {
    .content_mixitup .item2,
    .gap {
        width: calc(100%/4.4);
        margin: 0 10px;
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .content_mixitup .item2,
    .gap {
        width: calc(100%/4.4);
        margin: 0 10px;
    }
}
