/*-------------------------------
A Recupera
-------------------------------*/
/* Global ==============================*/
.text-justify {
    text-align: justify;
}

/* Remove fundo do header */
.hd-search,
.hd-nav::before,
.hd-nav::after {
    background: none;
}

/* Deixa o logotipo branco */
.main-logo {
    filter: brightness(100);
}

/* Remove o fundo do html */
html.creative-bg {
    background: none;
    clip-path: none;
}

/* Estrutura */
.container {
    max-width: 1188px;
    padding: 0 15px;
    margin: 0 auto;
}

/* Banner Interno ==============================*/
.banner {
    position: relative;
    width: 100%;
    height: 440px;
    margin: 0 auto;
}

.banner__imagem {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.banner__texto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner__texto__titulo {
    font-size: 3rem;
    font-weight: normal;
    margin: 0 0 10px 0;
}

/* BREADCRUMBER */
.hero-breadcrumber {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hero-breadcrumber-item {
    padding: .15rem .35rem;
    border-right: 1px solid var(--white);
    vertical-align: middle;
    display: inline-block;
}

.hero-breadcrumber-item:last-of-type {
    border: none;
}

.hero-breadcrumber-link {
    font-size: .75rem;
    color: var(--white);
    text-transform: uppercase;
    text-decoration: none;
}

.hero-breadcrumber-link[data-active] {
    color: var(--color-secondary);
    pointer-events: none;
}

/* .banner__breadcrumbs {
    display: flex;
    align-items: center;
}

.banner__breadcrumbs__link {
    color: #fff;
    text-decoration: none;
    transition: color .3s;
}

.banner__breadcrumbs__link:hover {
    color: var(--color-secondary);
} */

/* Main ==============================*/
/* Aplica fundo */
main {
    background-image: url(../images/bg-a-recupera.png);
    background-repeat: no-repeat;
}

/* Intro ==============================*/
.intro {
    margin: 100px 0;
}


/* Sobre ==============================*/
.sobre {
    background-color: #eeeeee;
    margin-bottom: 0;
    padding: 100px 0 50px 0;
}

.mn-stripe-box.grd-bg.bg-overflow:before {
    display: none;
}

/* Credibilidade ==============================*/
.credibilidade {
    margin-bottom: 100px;
}

.credibilidade__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.credibilidade__imagem {
    width: 54%;
}

.credibilidade .mn-stripe-box {
    margin-right: 0;
    margin-left: 3.5rem;
    width: 42%;
}

.credibilidade__paragrafo {
    text-align: justify;
}

/* Valores ==============================*/
.valores {
    margin-bottom: 100px;
}

.valores__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.valores__item {
    max-width: 400px;
    margin-left: 60px;
}

.valores__item:nth-of-type(1) {
    margin-left: 0;
}

.valores__item:nth-of-type(2) {
    margin-top: 150px;
    margin-left: 100px;
}

.valores__item:nth-of-type(3) {
    margin-top: -90px;
}

.valores__item__topo {
    display: flex;
    align-items: flex-end;
}

.valores__item__topo img {
    margin-left: 50px;
}

.valores__titulo {
    font-size: 2.3rem;
    color: var(--color-primary);
    font-weight: 700 !important;
    text-transform: uppercase;
    position: relative;
}

.valores__titulo::after {
    content: '';
    width: 60px;
    height: 5px;
    background-color: var(--color-secondary);
    position: absolute;
    bottom: -20px;
    left: 0;
}

.valores__paragrafo {
    font-weight: 600;
    text-align: justify;
}

/* Timeline ==============================*/
.timeline {
    padding-bottom: 100px;
}

.timeline .slick-list {
    padding-bottom: 80px!important;
}

.timeline .slick-track {
    background: url(../images/bg-timeline.png) 0 73px repeat-x;
}

.timeline__item {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.timeline__item__texto {
    max-width: 70%;
    margin: 0 auto;
    display: none;
}

.timeline__item__titulo {
    text-align: center;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 21px;
}

.timeline__item__icone {
    position: relative;
}

.timeline__item__icone::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -35px;
    transform: translateX(-50%);
    width: 10px;
    height: 75px;
    background: rgb(56, 192, 179);
    background: linear-gradient(180deg, rgba(56, 192, 179, 1) 0%, rgba(52, 72, 149, 1) 85%);
    display: block;
    border-radius: 5px;
    z-index: -1;
}

.timeline__item__icone::after {
    content: ' ';
    width: 25px;
    height: 25px;
    background: #ffffff var(--icon-recupera-xsm);
    display: block;
    border: 10px solid white;
    border-radius: 50%;
}

.timeline__item__paragrafo {
    text-align: justify;
    color: var(--medium-gray-tx);
    font-weight: 600;
}

.timeline__item:nth-child(even) {
    transform: translateY(-50px);
}

.timeline__slider .slick-track {
    margin: 50px auto;
    width: 100%;
}

/* Item ativo 
-------------------*/
.timeline__item.slick-center .timeline__item__ano {
    color: var(--color-secondary);
}

.timeline__item.slick-center .timeline__item__icone::before {
    height: 175px;
}

.timeline__item.slick-center .timeline__item__texto {
    display: block;
    transform: translateY(85px);
}

/* .timeline__slider .slick-list.draggable {
    width: 100%;
} */

.timeline__item__ano {
    color: var(--color-primary);
    font-size: 2rem;
    margin-bottom: 3rem;
}

/* Setas
-------------------*/
.timeline .slick-prev {
    right: 150px;
    left: unset;
    transform: rotate(180deg) translateY(18px);
}

.timeline .slick-prev:before {
    content: url(../images/icone-seta-timeline.png);
}

.timeline .slick-next:before {
    content: url(../images/icone-seta-timeline.png);
}

/* Features ==============================*/
.features {
    background-color: #eeeeee;
    margin-bottom: 0;
    padding: 100px 0;
}

.mn-info-num {
    position: relative;
    width: 100%;
    margin: 0;
    margin-top: 3rem;
    padding: 0;
}

.mn-info-num-col {
    margin-bottom: 1rem;
    float: left;
    flex-flow: column nowrap;
    align-items: center;
    display: flex;
}

.mn-info-num-col.col-1-3 {
    width: 33.33%;
}

.mn-info-num-col>span {
    display: block;
}

.mn-info-num-col>span:nth-child(1) {
    text-align: center;
    font-size: 1.15rem;
}

.mn-info-num-col>span:nth-child(2) {
    margin-bottom: .75rem;
    text-align: left;
    font-size: 3.5rem;
}

.mn-info-num-col>span:nth-child(3) {
    text-align: left;
    font-size: 1.35rem;
}

/* Especialistas ==============================*/
.banner--especialistas {
    background-image: url(../images/imagem-especialistas.png);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position-x: center;
    -ms-background-position-x: center;
    margin-bottom: 100px;
}

/* .mn-stripe-box-halfW {
    width: 61% !important;
} */

.mn-stripe-box-halfW .btn {
    padding: .5rem .15rem;
}

.mn-adv-text {
    text-align: justify;
    text-align-last: end;
    max-width: 82%;
    margin-left: auto;
}

/* Modal ==============================*/
.modal-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    z-index: 9999;
}

.modal {
    position: relative;
    top: 0;
    left: -40px;
    max-width: 500px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px #00000029;
    display: none;
    transition: .3s;
}

.modal.ativo {
    display: block;
}

.modal-close {
    border: 2px solid #9e9e9c;
    color: #4b4b4b;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 23px;
    margin-left: auto;
    cursor: pointer;
    transition: background-color .3s;
}

.modal-close:hover {
    background-color: #9e9e9c;
    color: #fff;
}

.modal-head {
    background-color: #e3e3e3;
    padding: 40px 30px 20px 30px;
}

.modal-body {
    background-color: #eceeee;
    padding: 30px;
}

.modal-body .form-btn {
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
}

.contato__form .input-group {
    display: flex;
    flex-direction: column;
}

.modal .input-group input,
.modal .input-group select {
    height: 40px;
    padding: 0 15px;
    border-radius: 50px;
    border: none;
    background: #fff;
    margin-bottom: 15px;
    width: 93%;
}