body {
    background-image: url('imagens/textura.png');
}

span {
    color: var(--primary-color);
}

.topo {
    display: none;
}

#scrollheader-personalizado {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: transparent;
}

#scrollheader-personalizado-contato {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: transparent;
}

.banner {
    width: 99.6%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.wave {
    position: relative;
    bottom: -1rem;
    right: 2px;
}

header #menu>ul>li>a {
    width: 155px;
    font-size: 20px;
    font-family: var(--stiepa), sans-serif;
    font-weight: bold;
    color: var(--primary-color);
}

header #menu>ul>li:hover>a,
header #menu>ul>li>a.active-menu-topo {
    border-radius: 10px;
    background-color: var(--primary-color);
    color: #fff;
}

header .logo img {
    display: block;
    margin: 2.75rem auto;
    width: 100%;
    max-width: 304px;
    height: auto;
}

.info-banner {
   
    line-height: 6px;
    margin-top: -31%;
    margin-left: 66%;
    width: 438px;
}


.info-banner p {
    font-weight: 100;
    letter-spacing: 2px;
    font-size: 24px;
}

.info-banner h2 {
    color: var(--primary-color);
}

.quem-somos-txt-img {
    gap: 10%;
    margin: 5% 0%;
    display: flex;
}

.quem-somos-txt-titulo {
    padding: 0 5%;
    margin-left: 7%;
    width: 60%;
}

.img-border-quem-somos {
    width: 631px;
    height: 359px;
    border: 3px solid var(--primary-color);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.img-quem-somos {

    top: 15px;
    position: relative;
}

.img-quem-somos img {
    height: 352px;
    margin-left: 2%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.servicos figure{
    width: 253px !important;
}
.slick-track{
    opacity: 1;
    width: 100% !important;
    transform: translate3d(0px, 0px, 0px);
}
.slick-list {
    position: relative;
    display: flex;
    /* overflow: hidden; */
    /* margin: 0; */
    /* padding: 0; */
    flex-direction: row;
}
/*Cards*/
.pq-ebx {

    margin: 0 10%;
}

.titulo-ebx {
    text-align: center;
    margin: 20px 0px;
}

.card {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 5%;
    height: 208px;
    display: flex;

}

.card img {
    object-fit: cover;
    height: 207px;
    width: 309px;
}

.txt-titulo-card {
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 5%;

    background: var(--primary-color);
    text-align: center;
}

.txt-ebx-card p {
    text-align: -webkit-match-parent;
    /* padding: 0px 10%; */
}

.rev-card {
    margin-bottom: 5%;
    height: 208px;
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
}

.rev-txt-titulo-card {
    padding: 0 5%;

    background: var(--primary-color);
    text-align: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.card p,
.rev-card p{
    color: white;
}

.card h3,
.rev-card h3 {
    font-weight: bold;
}

h3 {
    color: #292F36;
}

.stick-ebx {
    border: solid 2.5px var(--primary-color);
    height: 100%;
    background: var(--primary-color);
    border-radius: 5px;
    margin: 0 1%;
}

/*DEPOIMENTO*/
.dep {
    margin: 0% 5%;
    display: flex;
    justify-content: center;
    gap: 49px;
}

.depoimentos {
    position: relative;
    background-color: #ffffff91;
    font-family: var(--stiepa);
    margin: 5% 0;
    display: flex;
    border-radius: 25px;
    box-shadow: 10px 10px 17px 0px rgba(214, 214, 214, 1);
    height: auto;
    width: 330px;
    flex-direction: column;
    align-items: center;
    padding: 20px 0px;
}

.depoimentos:hover {
    transform: scale(1.2);
    transition: 0.5s linear;
}

.coment-dep {
    margin: 0 5%;
    font-size: 14px;
    font-family: var(--stiepa);
}

.img-nome {
    position: relative;
    bottom: 37px;
}

.titulo-nome {
    font-size: 20px;
    font-family: var(--stiepa);
    display: flex;
    margin-top: -33px;
    height: 40px;
}

.comentario-bia {
    margin: 0 5%;
    font-size: 14px;
    font-family: var(--stiepa);
    display: flex !important;
    align-items: flex-start !important;
    
}

.comentario-andreza {
    margin: 0 5%;
    font-size: 14px;
    font-family: var(--stiepa);
    display: flex !important;
    align-items: flex-start !important;
}

.aspas {
    position: absolute;
    top: 10px;
    left: 20px;
}

.estrelas-img {
    position: relative;
}

.rev-quem-somos-txt-img {
    display: flex;
    flex-direction: row-reverse;
    margin: 5% 0;
}

.rev-quem-somos-txt-img {
    margin-top: 5%;
    display: flex;
}

.rev-quem-somos-txt-titulo {
    padding: 0px 10% 0 0%;
    width: 60%;
}

.rev-img-border-quem-somos {
    left: -61px;
    position: relative;
    width: 480px;
    height: 357px;
    border: 3px solid var(--primary-color);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.rev-img-quem-somos {

    top: 15px;
    position: relative;
}

.rev-img-quem-somos img {
    height: 352px;
    margin-right: 2%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*Sobre Nos*/
.banner-1 {
    position: absolute;
}

.wave-banner {
    position: relative;
}

.sobre-nos {
    bottom: 244px;
    z-index: -1;
    position: relative;
    display: flex;
}

.sobre-nos-img {
    width: 80%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 3px solid var(--primary-color);
    border-bottom: 3px solid var(--primary-color);
}

.txt-sobre-nos {
    margin: 1px 15% 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
}

.cont-sobre-nos {
    margin: 0 5% 0 10%;
    position: absolute;
    bottom: -10%;
}

.valores {
    margin: 5% 0;
    text-align: center;
}

.valores-tipo {
    display: flex;
    gap: 35px;
    margin: 0 5%;
}

.btn-fale-conosco {
    border-radius: 20px;
    height: 35px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 30%;
    text-align: center;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    align-content: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

.btn-fale-conosco a {
    color: white;
}

.img-banner-servicos {
    position: absolute;
}

.wave-servicos {
    position: relative;
}

/*Servicos*/
.list-img {
    gap: 37%;
    display: flex;
}

.list-img img {
    width: 305px;
}

.img-01 {
    top: 863px;
    z-index: 1;
    right: 415px;

    position: absolute;
}

.img-02 {
    bottom: -141px;
    position: relative;
}

.list {
    margin-top: 5%;
}

.list li {
    line-height: 50px;
}

.list-tratamentos {
    margin: 0 18%;
}

/*Categorias*/
.categorias-txt-img {
    margin-top: 2%;
    display: flex;
    flex-direction: row-reverse;
    margin: 5% 0;
    align-items: center;
}

.categorias-txt-titulo {
    margin-top: -5%;
    font-size: 16px;
    padding: 0px 10% 0px 0%;
    width: 60%;
}

.list-tratamentos-categoria {
    text-align: center;
    margin: 0 18%;
}

.img-list-cat {
    display: none;
}

.cont-txt-categoria {
    margin: 5%;
}

.segmentos__image {
    height: 219px;
    width: 100%;
    box-shadow: 4px -4px 15px 0px rgba(201, 201, 201, 1);
}

.segmentos__item {
    height: 80%;
}

.grid-col-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    width: 100%;
}

.segmentos__title {
    display: flex;
    height: 31px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    bottom: 25px;
    position: relative;
    background: #00b8b785;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/*SLIDER*/
.servicos {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 2rem 2rem;
}

.servicos figure {
    width: calc(100%/4);
    margin: 1rem;
}

.servicos figure a {
    display: block;
    width: 100%;
    height: 250px;
}

.servicos figure a img {
    border-radius: 15px;
    box-shadow: 4px -4px 15px 0px rgba(201, 201, 201, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicos figure a figcaption {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: flex;
    height: 50px;
    background: #00b8b778;
    text-align: center;
    transform: translateY(-50px);
    color: #fff;
    width: 100%;
    font-weight: bold;
    margin: auto;
    align-items: center;
    justify-content: center;
}

h2 {
    color: #292F36;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

h2>span {
    color: var(--primary-color);
}

/*FOOTER*/
footer {
    background-image: url('imagens/back-footer.png');
}

.copyright-footer {
    background: #00b8b745;
    border-top: 2px solid black;
}

.footer-class {
    padding: 0 5%;
    width: 100%;
    height: 211px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.stick-black {
    height: 90%;
    margin: 1% 4%;
    border: 1px solid black;
    background: black;
}

.titulo-redes h3 {
    font-weight: bold;
    color: black;
}

.img-redes {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.menu {
    gap: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.titulo-menu {
    margin-bottom: 25%;
}

.menu a {
    color: black;
}

.btn-menu-fale-conosco {
    border-radius: 15px;
    display: flex;
    width: 208px;
    height: 50px;
    font-size: 24px;
    font-family: var(--stiepa);
    font-weight: bold;
    background: var(--primary-color);
    justify-content: center;
    align-items: center;
}

.btn-menu-fale-conosco a {
    color: white !important;
}

/*COntato*/
.back-contato {
    height: 1240px;
    background-size: cover;

    background-image: url('imagens/back-contato.png');
}

.container-contato {
    margin-top: 15%;
}

.wave-contato {
    z-index: -1;
    position: relative;
    bottom: 136px;
}

.cont-contatos {
    margin-top: -13%;
}

.titulo-txt-contato h2{
    text-align: center;
    font-weight: bold;
}

.titulo-txt-contato {
    margin: 5% 0;
}

.stick-white {
    margin: 5% 0;
    border: 1px solid white;
    background: white;
    border-radius: 5px;
}

.endereco-contato text,
.endereco-contato {
    color: white !important;
}

.form-contato {
    padding: 5%;
    background: none;
    border-left: 2px white solid;
}

.form-contato label,
.form :is(input, textarea)::placeholder {
    font-size: 20px;
    font-weight: bold;
    color: #f0f0f0;
}

.form-contato input,
.form-contato textarea {
    border: none;
    border-radius: 25px;
}

.form-contato input {
    height: 50px;
}

.form [type="submit"] {
    margin: 0 auto;
    max-width: 280px;
    width: 100%;
    margin-top: 1em;
    font-size: 16px;
    font-weight: bold;
    color: black;
    background-color: white;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .wrapper h2 {
        margin: 10px 0px;
    }

    .servicos {
        flex-direction: column;
    }

    .card-mobile {
        display: flex;
        flex-direction: column;
        height: 35rem;
    }

    .card-mobile img {
        object-fit: cover;
        height: 207px;
        width: 337px;
    }

    .stick-ebx {
        display: none;
    }

    .dep-mobile {
        display: flex;
        flex-direction: column;
        margin-top: 12%;
        align-items: center;
    }

    .rev-quem-somos-txt-img-mobile {
        margin-top: 5%;
        display: flex;
        flex-direction: column-reverse;
    }

    .rev-quem-somos-txt-titulo-mobile {
        text-align: center;
        margin-top: 10%;
        width: 100%;
        padding: 10px 10px;
    }

    /*Sobre nos*/
    .banner-sobre-nos-mobile {
        display: none;
    }

    .sobre-nos-mobile {
        position: unset;
        display: flex;
        flex-direction: column;
    }
    .txt-sobre-nos-mobile{
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: center;
        margin-top: 10px;
    }
    .cont-sobre-nos-mobile{
        position: inherit;
    }
    .valores-tipo-mobile {
        display: flex;
        gap: 35px;
        margin: 0 5%;
        flex-direction: column;
    }

    .grid-col-4 {
        display: flex;

        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        width: 100%;
        flex-direction: column;
    }
    .redes-sociais-mobile{
        display: flex;
    align-items: center;
    flex-direction: column;
    }
    .footer-class-mobile {
        padding: 0 5%;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color:rgba(0, 255, 255, 0.233);
        background-image: none;
    }









}
/* @media (min-width: 768px){
    #menu ul li:last-child{
        display: none;
    } */
