.conteudo-depoimentos {
    text-align: center;
    background-color: #f9f9f9;
    margin-top: 0;
    padding: 50px 0;
    position: relative;
    z-index: 9;
}


@media (min-width: 992px) {
    .conteudo-depoimentos {
        background: #f9f9f9 url("https://www.protegeclean.com.br/img/bg-depoimentos.jpg") no-repeat top center/cover;
    }
}

@media not all and (min-width: 992px) {
    .conteudo-depoimentos {
        background-color: #f2e7e1;
    }
}

.conteudo-depoimentos-titulo {
    text-align: center;
    margin-bottom: 100px;
}

.conteudo-depoimentos .btn {
    font-size: 1.29687em;
    font-weight: bold;
    color: #093465;
    border: 1px solid #d9cbbf;
    border-radius: 6px;
    position: relative;
    background-color: #FFF;
    text-transform: uppercase;
}

.conteudo-depoimentos .btn:hover,
.conteudo-depoimentos .btn:active,
.conteudo-depoimentos .btn:focus {
    background-color: #050b2d;
    color: #FFF;
    border-color: #050b2d;
}

.conteudo-depoimentos .btn span {
    font-size: 1.4em;
    position: absolute;
    left: 25px;
    top: 54%;
    line-height: 0;
}

.conteudo-depoimentos-titulo {
    font-family: 'BebasNeue', Helvetica, Arial, sans-serif;
    font-size: 4.0625em;
    color: #01516e;
    margin-bottom: 50px;
    text-decoration: underline;
    text-align: center;
}

@media (max-width: 450px) {
    .titulo {
        font-size: 2.6625em;
    }
}

.conteudo-depoimentos-titulo span:after {
    content: '';
    width: 37px;
    height: 57px;
    background: url(https://www.protegeclean.com.br/img/spritesheet.png) no-repeat -243px -5px;
    position: absolute;
}

.conteudo-depoimentos-titulo span {
    display: block;
}

.conteudo-depoimentos-titulo span:first-child {
    font-weight: 300;
}

.conteudo-depoimentos-titulo span:last-child {
    font-weight: bold;
    text-transform: uppercase;
}

.depoimentos-boxs {
    position: relative;
}

.depoimentos-boxs-wrapper {
    display: flex;
}

.depoimentos-boxs .swiper-container {
    padding: 50px 5px 50px;
    width: 90%;
}

@media (max-width: 1050px) {
    .depoimentos-boxs .swiper-container {
        width: 80%;
    }
}

@media (max-width: 525px) {
    .depoimentos-boxs .swiper-container {
        width: 70%;
    }
}

.depoimentos-boxs-box {
    padding: 65px 10px 10px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    height: 100%;
}

.depoimentos-boxs-box-img {
    width: 100px;
    display: block;
    border-radius: 50%;
    border: 1px solid #ccc;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.depoimentos-boxs-box-nome {
    font: 0.875em "Roboto", sans-serif;
    display: block;
    color: #093465;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.depoimentos-boxs-box-time {
    font: 0.775em "Roboto", sans-serif;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
}

.depoimentos-boxs .btn-carousel-next,
.depoimentos-boxs .btn-carousel-prev {
    background-color: #9a9a9a;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.depoimentos-boxs .btn-carousel-next:hover,
.depoimentos-boxs .btn-carousel-prev:hover {
    transform: translateY(-50%) scale(1.1);
}

.depoimentos-boxs .btn-carousel-next:active,
.depoimentos-boxs .btn-carousel-prev:active {
    transform: translateY(-50%) scale(0.9);
}

.depoimentos-boxs #arrow-prev,
.depoimentos-boxs #arrow-next {
    width: 30px;
    margin-bottom: -3px;
}

.depoimentos-boxs #arrow-prev path,
.depoimentos-boxs #arrow-next path {
    fill: #FFF;
}

.depoimentos-boxs .btn-carousel-prev {
    left: 10px;
    padding-left: 9px;
}

.depoimentos-boxs .btn-carousel-next {
    right: 10px;
    padding-right: 9px;
}

.depoimentos-boxs .btn-carousel-next path {
    transform: rotate(-180deg);
    transform-origin: center;
}


/**
* Estrelas
**/

.formulario .form-group .label-stars {
    display: block;
    width: 100%;
    height: auto;
    text-indent: 0;
}

.conteudo-depoimentos .vote {
    float: right;
}

.conteudo-depoimentos .vote label {
    display: inline-block;
}

.conteudo-depoimentos .vote label input {
    display: none;
}

.conteudo-depoimentos .vote label .star {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    background: url("../img/icon-estrela-vazia.png") no-repeat top center/contain;
}

.conteudo-depoimentos .vote label .star.active {
    margin-top: 10px;
    background: url("../img/icon-estrela-cheia.png") no-repeat top center/contain;
}

.conteudo-depoimentos .vote {
    float: right;
}

.conteudo-depoimentos .vote label {
    display: inline-block;
}

.conteudo-depoimentos .vote label input {
    display: none;
}

.conteudo-depoimentos .vote label .star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon-estrela-vazia.png") no-repeat top center/contain;
}

.conteudo-depoimentos .vote label .star.active {
    background: url("../img/icon-estrela-cheia.png") no-repeat top center/contain;
}

.depoimento-formulario {
    padding-bottom: 140px;
}

.depoimento-formulario .formulario {
    margin-top: 40px;
}

.depoimento-formulario .vote label {
    display: inline-block;
    cursor: pointer;
}

.depoimento-formulario .vote label input {
    display: none;
}

.depoimento-formulario .vote label .star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon-estrela-vazia.png") no-repeat top center/contain;
}

.depoimento-formulario .vote label .star.active {
    background: url("../img/icon-estrela-cheia.png") no-repeat top center/contain;
}

.depoimento-formulario .form-control {
    border: 1px solid #CCC;
}

.depoimento-formulario .form-group>.btn {
    font-size: 1.7em;
    text-transform: uppercase;
    padding: 5px 30px;
    border: none;
}

.depoimento-formulario .bootstrap-filestyle .form-control {
    height: auto;
}