
html[lang=es] .stats li {
    margin-right: 30px
}

@media (max-width:1330px) {
    html[lang=es] .stats li {
        flex-direction: column
    }

    html[lang=es] .stats li span {
        margin: 6px 0 0
    }
}

@media (max-width:768px) {
    html[lang=es] .stats .stats__inner ul li {
        font-size: 15px
    }
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center
}

.f-center {
    align-items: center;
    display: flex
}


.stats {
    background: #0b2441;
    height: 50px;
    position: relative;
    z-index: 1
}

.stats .stats__inner {
    height: 100%;
    margin: 0 auto;
    max-width: 1366px
}

.stats .stats__inner>div {
    height: 44px;
    justify-content: flex-end
}

.stats .stats__inner .stats__img {
    border-right: 1px solid rgba(231, 240, 245, .631);
    padding-right: 12px;
    width: 507px
}

.stats .stats__inner .stats__img .trustpilot-wrap {
    margin-top: 7px;
    position: relative
}

.stats .stats__inner .stats__img .trustpilot-wrap:before {
    content: "Rated";
    left: -35px
}

.stats .stats__inner .stats__img .trustpilot-wrap--es:before,
.stats .stats__inner .stats__img .trustpilot-wrap:before {
    color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 21.3px;
    position: absolute;
    top: 0
}

.stats .stats__inner .stats__img .trustpilot-wrap--es:before {
    content: "Votado";
    left: -47px
}

@media (max-width:768px) {
    .stats .stats__inner .stats__img .trustpilot-wrap--es:before {
        left: -46px
    }
}

.stats ul {
    justify-content:space-evenly;
    margin: 20px 100px;
    width: 720px;
    font-size: 18px;
}

.stats li {
    align-items: center;
    color: #fff;
    display: flex;
    margin-right: 64px
}

.stats li:last-child {
    margin-right: 0
}

.stats li span {
    font-weight: 500;
    margin: 0 4px 0 17px
}

@media (max-width:1320px) {
    .stats li {
        margin-right: 25px
    }
}

@media (min-width:1100px) and (max-width:991px) {
    .stats .stats__inner .stats__img {
        width: 40%
    }

    .stats .stats__inner .stats__img img {
        height: auto;
        width: 300px
    }

    .stats .stats__inner .stats__list {
        width: 60%
    }
}

@media (max-width:1024px) {
    .stats ul {
        margin-right: 55px
    }
}

@media (max-width:991px) {
    .stats {
        height: 115px;
        padding: 16px 0 28px
    }

    .stats .stats__inner {
        flex-direction: column
    }

    .stats .stats__inner>div.stats__img {
        border: none;
        margin-bottom: 20px;
        padding: 0;
        width: 350px
    }

    .stats .stats__inner>div.stats__img img {
        height: auto;
        width: 100%
    }

    .stats .stats__inner ul {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .stats .stats__inner ul li {
        background: hsla(0, 0%, 100%, .24);
        border-radius: 12px;
        flex-direction: column;
        font-size: 14px;
        height: 84px;
        line-height: 20px;
        margin-right: 0;
        padding: 10px 0;
        width: 90px
    }

    .stats .stats__inner ul li:nth-child(2) img {
        margin: -3px 0 5px;
        width: 23px
    }

    .stats .stats__inner ul li:nth-child(3) img {
        height: 18px;
        width: 18px
    }

    .stats .stats__inner ul li span {
        margin: 0
    }

    .stats .stats__inner ul li img {
        height: auto;
        margin-bottom: 9px;
        width: 18px
    }
}

@media (max-width:480px) {
    .stats .stats__inner>div.stats__img {
        width: 305px
    }

    .stats .stats__inner>div.stats__img .trustpilot-wrap {
        transform: scale(.85)
    }

    .stats .stats__inner>div.stats__img .trustpilot-wrap:before {
        display: none
    }
}
