#depoimento{
	order: 6;
}
/******* Depoimento *******/
#depoimento {
    padding: 100px 0;
    border-top: 1px solid #e8e8e8;
}
#depoimento .top .titulo {
    color: var(--principal);
    font-size: 48px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 45px;
    text-align: center;
    margin: 0 0 30px 0;
}
#depoimento .bottom .box {
    width: 1060px;
    height: 420px;
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 25px;
    cursor: pointer;
	-webkit-box-shadow: 0px 0 13px #00000045;
	box-shadow: 0px 0 13px #00000045;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
}
#depoimento .bottom .swiper-container {
	padding: 50px 0 100px;
}
#depoimento .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--principal)!important;
}
#depoimento .bottom .imagem {
    width: 165px;
    height: 165px;
    position: relative;
    border-radius: 10px;
	background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
}
#depoimento .bottom .imagem .barra {
    height: 5px;
    background-color: var(--principal);
    width: 140px;
    position: absolute;
    bottom: -6px;
    border-radius: 50px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#depoimento .bottom .esq {
    margin: 0 65px 0 0;
}
#depoimento .bottom .dir {
    width: 65%;
}
#depoimento .bottom .dir .nome {
	color: var(--principal);
    font-size: 20px;
    letter-spacing: .03em;
    font-weight: 600;
}
#depoimento .bottom .dir .texto {
    color: #000;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 35px;
    font-style: italic;
}
#depoimento .swiper-pagination-bullet {
    background: #bfbfbf!important;
    opacity: 1!important;
}
#depoimento svg {
    position: absolute;
    right: -50px;
    top: -31px;
}
#bloco-cta .btn-cta {
    text-decoration: none;
    border-radius: 50px;
    padding: 16px 0;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.04em;
    border: 2px solid var(--principal);
    color: #fff;
    font-weight: 500;
    width: 510px;
    display: block;
    z-index: 1;
    margin: 70px auto;
}
#bloco-cta .btn-cta .bg_color {
	background-color: var(--principal);
}
#bloco-cta .btn-cta.btn-effect .round {
	background-color: var(--azul);
}
#bloco-cta .btn-cta:hover {
	border-color: var(--azul);
	color: #fff;
	transition: .3s;
}
@media only screen and (max-width: 1400px) {
    #bloco-cta .btn-cta {
        font-size: 18px;
        width: 444px;
    }
}
@media only screen and (max-width: 500px) {
    #bloco-cta .btn-cta {
        font-size: 16px;
        width: 90%;
        padding: 12px 5%;
    }
    #bloco-cta .btn-cta .destaque {
        display: block;
    }
}