.list_new {
    margin-top: 25px;
}


.catalogGroups {
    width: 800px;
    float: left;
    min-height: 450px;
}

.catalogGroups .catalogGroupsList {
    font-size: 0;
    line-height: 1;
}
.catalogGroups .group {
    width: 185px;
    height: 175px;
    overflow: hidden;
    display: inline-block;
    margin: 5px 10px 10px 5px;
    box-shadow: 1px 1px 5px 0 rgba(1, 2, 2, 0.2);
}
.catalogGroups .group:nth-child(6n) {
    margin-right: 0;
}
.catalogGroups .group:hover {
    box-shadow: 1px 1px 10px 0 rgba(1, 2, 2, 0.2);
}
.catalogGroups .group:hover a {
    color: #00943c;
}
.catalogGroups .group:hover a i {
    background-color: #00943c;
}
.catalogGroups .group .img {
    text-align: center;
    height: 110px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    width: auto;
}
.catalogGroups .group .img img {
    height: 100px;
}
.catalogGroups .group a {
    font-weight: bold;
    color: #6c6d6f;
    text-decoration: none;
    display: block;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: left;
}
.catalogGroups .group a .img + span {
    display: block;
    width: 140px;
    margin-left: 10px;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
    line-height: 125%;
    max-height: 34px;
    overflow: hidden;
}
.catalogGroups .group a i {
    display: block;
    width: 35px;
    height: 35px;
    float: right;
    background: url(../pic/strr.png) 50% 50% #e0e1e2 no-repeat;
}
.catalogGroups .group:nth-child(4n) {
    margin-right: 0;
}
.catalogGroups .group:nth-child(6n) {
    margin: 5px 10px 10px 5px;
}

.round {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #6aa122;
    transform: rotate(270deg);
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: -2px -2px 8px 1px grey;
    transition: box-shadow .3s linear, opacity .3s linear;
    opacity: 0;
}
.round:hover {
    box-shadow: -2px -2px 8px 3px grey;
}
#cta .arrow {
    left: 30%;
}
.arrow {
    position: absolute;
    bottom: 0;
    margin-left: 0px;
    width: 12px;
    height: 12px;
    background-size: contain;
    top: calc(100% - 26px);
}
.segunda {
    margin-left: 8px;
}
.next {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    fill: black;

}
@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}
.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.round:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.round:hover .arrow.primera {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
