@import url('https://fonts.googleapis.com/css2?family=Alike&display=swap');

:root {
    --fundo: #fefdfc;
    --colorp: #b76fca;
    --colors: #e2b8e8;
    --colort: #9c67a1;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Alike';
    font-size: 1.125em;
    font-weight: 100;
}

body {
    background: var(--fundo);
}

.alike-regular {
    font-family: "Alike", serif;
    font-weight: 400;
    font-style: normal;
}

::-webkit-scrollbar {
    width: .5em;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 1em;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1em;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#topo {
    background: var(--colorp);
    border-radius: 0 10% 10%;
}

#menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--colorp);
    height: 4rem;
    padding: .5rem;
}

#menu img {
    width: 5rem;
    height: 5rem;
    background: transparent;
    margin-left: -.5rem;
}

#menu-items {
    display: none;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: white;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
}

.items-menu {
    padding: .5rem;
    border-bottom: 1px solid white;
}

.items-menu:last-child {
    padding: .5rem;
    border-bottom: none;
}

.items-menu a {
    color: white;
}

.circle {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: .5rem;
    height: .5rem;
    background: transparent;
    border-radius: 50%;
    transform: translate(30%, -30%);
    transition: width 1s ease, height 1s ease, background 1s ease;
    z-index: 8;
    cursor: pointer;
}

.expanded {
    display: block;
    width: 500vw;
    height: 300vh;
    background: var(--colorp);
    opacity: 1;
}

.close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    background: transparent;
    cursor: pointer;
    z-index: 9;
}

#toggleButton {
    background: transparent;
}

#banner {
    position: relative;
    border-radius: 50%;
    color: white;
    font-size: 1.05rem;
    background: var(--colorp);
    padding: 1rem;
    border-radius: 0 5% 5%;
}

#banner::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 45%;
    border-width: 1rem;
    border-style: solid;
    border-color: var(--colorp) transparent transparent transparent;
}

.banner-img {
    position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
    z-index: 2;
    height: 16rem;
}

.backlight {
    position: absolute;
    top: 0;
    left: 10%;
    right: 0;
    bottom: 0;
    background: transparent;
    width: 18rem;
    height: 12rem;
    z-index: 1;
    background: radial-gradient(circle, rgba(255, 255, 255, .8) 5%, rgba(226, 184, 232) 12%, rgba(183, 111, 202) 60%);
}

.front {
    position: absolute;
    top: 7rem;
    left: 25%;
    z-index: 3;
    width: 9rem;
    height: 6rem;
    margin-left: 1rem;
}

.back {
    position: absolute;
    top: 1rem;
    left: 70%;
    z-index: 1;
    width: 9rem;
    height: 8rem;
    margin-right: 1rem;
}

#banner h2 {
    margin-top: 12rem;
}

#banner h3 {
    font-size: 1rem;
}

.btn-info {
    background: var(--fundo);
    color: var(--colorp);
    padding: .5rem 1rem;
    border-radius: .25rem;
    font-size: .8rem;
    border: 1px solid var(--fundo);
    margin-top: .5rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

#servicos {
    text-align: center;
    font-size: .95rem;
    margin-top: 2rem;
    margin-bottom: 6rem;
}

#servicos h2 {
    color: var(--colorp);
}

#servicos h3 {
    font-size: 1rem;
    font-weight: 300;
}

.servico {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: .5rem;
}

.servico-items {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1 1 20%;
    padding: .5rem;
    margin: .25rem;
    background: var(--colors);
    border-radius: 1rem;
    text-align: start;

}

.servico-items h3 {
    font-size: 1.5rem;
    padding-bottom: .25rem;
    color: var(--colorp);
}

.servico-items p {
    font-size: 1rem;
    color: white;
}

.servico-items .firstP {
    border-left: none;
}

.servico-items img {
    width: 6rem;
    height: 2.5rem;
    margin-top: .5rem;
    margin-left: -1rem;
}

.servico-items .btn-info {
    padding: .25rem .75rem;
    margin: .5rem 0 .25rem 0;
    font-size: .75rem;
    text-transform: uppercase;
}

#sobre {
    position: relative;
    margin: 1rem 1rem -4rem 1rem;
    border-radius: 2rem;
    border: 1px solid transparent;
    box-shadow: 1.5rem 1.5rem 3rem .1rem;
    background: transparent;
    z-index: 2;
}

#sobre-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
}

.perfil-box {
    background: linear-gradient(to top right, rgba(183, 111, 202, 0.8), rgba(226, 184, 232, 0.8));
    width: 24rem;
    height: 15rem;
    position: relative;
    overflow: visible;
    border-radius: 1rem;
    margin-left: 1rem;
}

.perfil-box img {
    width: 8rem;
    height: auto;
    margin-left: .5rem;
    position: absolute;
    top: -.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.desc-box {
    width: 38rem;
    text-align: end;
    font-size: .8rem;
    padding: 1rem;
}

.desc-box h3 {
    margin-bottom: 1rem;
    padding-right: .5rem;

}

.desc-box p {
    text-align: right;
    padding-right: .5rem;
}

.desc-box .btn-info {
    background: var(--colors);
    border: 1px solid var(--colors);
    color: white;
    font-size: .7rem;
    margin-right: 1rem;
}

.shape-fundo {
    display: none;
    z-index: 1;
}

#especialidades {
    background: var(--colors);
    border-radius: 2rem 2rem 0 0;
    margin-top: -.3rem;
    text-align: center;
    color: white;
    padding-bottom: 2rem;
}

#especialidades h2 {
    padding: 2rem;
    font-size: 1rem;
}

.especialidade {
    text-align: start;
}

.especialidade-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(to top left, #b76fca, #e2b8e8);
    border-radius: 2rem;
    margin: 1rem;
}

.especialidade-items h2 {
    border-right: 1px solid white;
}

.especialidade-items .desc-box {
    flex: 1;
    text-align: start;
}

.especialidade-items .desc-box h3 {
    font-size: .9rem;
    margin-bottom: .2rem;
    text-transform: uppercase;
}

.especialidade-items .desc-box p {
    font-size: .8rem;
    text-align: start;
    margin-right: -1rem;
}

.shape-fundo-flip {
    position: absolute;
    /* transform: rotate(180deg);
    transform-origin: center; */
    width: 100%;
    height: auto;
    margin-top: -4rem;
}

#toTop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background: var(--colort);
    border-radius: .5rem;
    border: none;
    padding: .5rem;
    color: white;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease, visibility .5s ease;
    box-shadow: .5rem .25rem 1rem black;
    z-index: 9;
}

#toTop.show {
    opacity: 1;
    visibility: visible;
}

.shape-fundo-flip {
    margin-top: -8rem;
    z-index: -1;
}

#avaliacoes {
    background: url('../imgs/like.png') no-repeat center;
    text-align: center;
    color: white;
    border-radius: 1rem;
    padding: 1rem;
    height: 20rem;
    margin-top: 6rem;
    overflow: hidden;
}

.feedback-box {
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: .15rem;
}

.feedback-box h1 {
    padding-top: 2rem;
    font-size: .8rem;
}

.feedback-box h3 {
    font-size: 2rem;
}

.feedback-box h4 {
    font-size: 1rem;
    padding-bottom: 1rem;
}

.mockup {
    display: none;
}

.swiper {
    width: 12em;
    padding: .25rem;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    padding: 1rem;
    font-size: .9rem;
    color: black;
    background: white;
}

.review {
    text-align: start;
}

.review-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .5rem;
}

.review-icon-name {
    display: flex;
    align-items: flex-start;
    font-size: .8rem;
}

.review-icon-name h2 {
    padding: .5rem;
    font-weight: 200;
}

.stars {
    color: var(--colors);
    text-align: end;
    margin: 0;
    padding: none;
}

.stars i {
    font-size: .9rem;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    position: absolute;
    top: 95%;
    transform: translateY(100%);
    background: var(--fundo);
    color: var(--colorp);
    padding: 1rem;
    border-radius: 100%;
    border: 1px solid var(--fundo);

}

.swiper-button-next {
    right: 6rem;
}

.swiper-button-prev {
    left: 6rem;
}

#rodape {
    padding: .5rem;
    background: var(--colorp);
    border-radius: 1rem 1rem 0 0;
    margin-top: 1rem;
}

#rodape a {
    color: white;
    text-decoration: none;
}

#rodape a:hover {
    text-decoration: none;
}

.medias {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 8rem;
}

.social {
    height: 3rem;
}

.rodape-servicos {
    display: flex;
    justify-content: space-between;
}

.rodape-items {
    flex: 1;
    min-width: 6rem;
    color: white;
    text-align: start;
    padding: .5rem;
}

.rodape-items h2 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: .75rem;
}

.rodape-items h3 {
    font-size: .8rem;
    padding-bottom: .5rem;
}

.centerColumn {
    display: none;
}

.leftColumn,
.rightColumn {
    font-size: .9rem;
}

.leftColumn {
    padding-right: 1.5rem;
}

.rightColumn {
    padding-left: 1.5rem;
}

.leftColumn {
    border-right: 1px solid white;
}

.leftColumn h3:nth-child(5) {
    margin-bottom: 5rem;
}

.rightColumn h3:nth-child(4) {
    margin-bottom: 5rem;
}

.direitos {
    color: white;
    text-align: center;
    font-size: .9rem;
}

@media screen and (min-width: 240px) and (orientation: landscape) {

    .items-menu {
        font-size: 1rem;
    }

    .banner-img {
        top: -1.75rem;
        left: 75%;
        height: 18rem;
    }

    .backlight {
        left: 55%;
    }

    .front {
        top: 40%;
        left: 65%;
        width: 12rem;
        height: 9rem;
    }

    .back {
        top: 15%;
        left: 85%;
        width: 12rem;
        height: 9rem;
    }

    #banner h2 {
        margin-top: 4rem;
    }

    #banner h3 {
        width: 22rem;
    }

    .servico-items {
        flex: 1 1 40%;
    }

    #sobre {
        padding: 1rem;
        margin: 2rem;
    }

    .desc-box .btn-info {
        margin-top: 2rem;
    }

    #especialidades {
        margin-top: -.4rem;
    }

    #especialidades h2 {
        font-size: 1.5rem;
    }

    #avaliacoes {
        height: 22rem;
        overflow: hidden;
    }
}

@media screen and (min-width: 600px) and (orientation: portrait) {

    #banner {
        overflow: hidden;
    }

    .banner-img {
        top: 6rem;
        left: 75%;
        height: 20rem;
    }

    .backlight {
        top: 25%;
        left: 60%;
    }

    .front {
        top: 15rem;
        left: 80%;
        width: 12rem;
        height: 9rem;
    }

    .back {
        top: 20%;
        left: 65%;
        width: 12rem;
        height: 9rem;
    }

    #banner h3 {
        width: 22rem;
    }

    .servico {
        flex-wrap: wrap;
    }

    .servico-items {
        flex: 1 1 40%;
    }

    #sobre {
        margin: 2rem;
        padding: 2rem;
    }

    .perfil-box {
        width: 12rem;
    }

    .desc-box .btn-info {
        margin-top: 4rem;
    }

    #especialidades {
        margin-top: -.4rem;
    }

    #especialidades h2 {
        font-size: 1.2rem;
    }

    .shape-fundo-flip {
        margin-top: -9rem;
        z-index: -1;
    }

    #avaliacoes {
        height: 26rem;
    }

    .swiper {
        width: 32rem;
        height: 16rem;
    }

}

@media screen and (min-width: 968px) and (orientation: landscape) {

    .banner-img {
        top: -1rem;
        left: 72%;
        height: 24rem;
    }

    .backlight {
        left: 55%
    }

    .front {
        top: 10rem;
        left: 60%;
        width: 16rem;
        height: 12rem;
    }

    .back {
        top: 10%;
        left: 80%;
        width: 16rem;
        height: 12rem;
    }

    #banner h2 {
        margin-top: 12rem;
    }

    #banner h3 {
        width: 28rem;
    }

    #banner .btn-info:hover {
        background: transparent;
        color: white;
        transition: width 1s ease-in, background-color .5s ease-out;
    }

    .servico {
        flex-wrap: nowrap;
    }

    #sobre {
        margin: 5rem;
        padding: 2rem;
    }

    .perfil-box {
        width: 18rem;
        height: 24rem;
    }

    .perfil-box img {
        width: 12rem;
    }

    .desc-box h3 {
        font-size: 1.6rem;
    }

    .desc-box p {
        font-size: 1.5rem;
    }

    .desc-box .btn-info {
        font-size: 1rem;
        margin-top: 6rem;
    }

    #especialidades {
        margin-top: -2rem;
    }

    #especialidades h2 {
        font-size: 2rem;
    }

    .especialidade-items .desc-box h3 {
        font-size: 1.2rem;
    }

    .especialidade-items .desc-box p {
        font-size: 1rem;
    }

    .shape-fundo-flip {
        z-index: -1;
    }

    #avaliacoes {
        height: 35rem;
    }

    .feedback {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mockup {
        display: flex;
        height: 25rem;
        margin-left: 2rem;
    }

    .swiper {
        width: 24rem;
        height: 12rem;
    }

    .swiper-slide {
        font-size: 1rem;
    }

}

@media screen and (min-width: 1200px) {

    #menu {
        justify-content: space-between;
        height: 12rem;
    }

    #menu img {
        width: 10rem;
        height: 10rem;
    }

    #menu-items {
        display: flex;
        position: static;
        transform: none;
        color: white;
        text-align: left;
        z-index: 10;
    }

    .items-menu {
        border: none;
        font-size: 1rem;
        margin-left: 5rem;
        height: 2rem;
    }

    .items-menu:last-child {
        margin-right: 2rem;
    }

    .items-menu:hover {
        border-bottom: 1px solid white;
        transition: width 1s ease-in, background-color .5s ease-out;
    }

    .circle,
    #toggleButton,
    .close {
        display: none;
    }

    #banner {
        width: 50%;
        font-size: 2rem;
        height: 30rem;
        padding: 2rem;
    }

    #banner::after {
        border-width: 2rem;
        left: 90%;
    }

    #banner h2 {
        margin-top: 8rem;
        font-size: 2rem;
    }

    #banner h3 {
        padding-top: 1rem;
        font-size: 1.5rem;
        text-align: justify;
        width: 100%;

    }

    .banner-img {
        height: 28rem;
        left: 150%;
        top: 6.5%;
    }

    .backlight {
        left: 120%;
        top: 24%;
    }

    .front {
        top: 50%;
        left: 120%;
        width: 16rem;
        height: 12rem;
    }

    .back {
        top: 15%;
        left: 170%;
        width: 18rem;
        height: 16rem;
    }

    .btn-info {
        padding: 1rem 2rem;
        border-radius: .50rem;
        font-size: 1.2rem;
        margin-top: 1rem;
    }

    #banner .btn-info:hover {
        background: transparent;
        color: white;
        transition: width 1s ease-in, background-color .5s ease-out;
    }

    #servicos {
        font-size: 1.5rem;
    }

    #servicos h3 {
        font-size: 1.4rem;
    }

    .servico {
        flex-wrap: nowrap;
    }

    .servico-items {
        /* flex: 1 1 calc(25% - 1rem); */
        height: 24rem;
        background: var(--fundo);
    }

    .servico-items:hover {
        background: var(--colors);
        color: white;
        transition: background 1s ease;
    }

    .servico-items p {
        color: black;
        border-left: 1px solid #333;
        padding-left: .5rem;

    }

    .servico-items:hover p {
        color: white;
        border-left: none;
    }

    .servico-items img {
        width: 10rem;
        height: 5rem;
    }

    .servico-items .btn-info {
        color: white;
        transition: .6s;
    }

    .servico-items:hover .btn-info {
        color: var(--colorp);
    }

    #sobre {
        margin: 5rem;
        padding: 2rem;
    }

    #sobre-box {
        justify-content: space-around;
    }

    .perfil-box {
        width: 12rem;
        height: 24rem;
    }

    .perfil-box img {
        width: 12rem;
    }

    .desc-box {
        font-size: 2rem;
    }

    .desc-box .btn-info {
        padding: .5rem 1rem;
        font-size: 1.2rem;
        border-radius: 1rem;
        margin-top: 4rem;
        transition: 1s;

    }

    .desc-box .btn-info:hover {
        padding: .5rem 2rem;
    }

    #sobreplus .desc-plus {
        font-size: 1.5rem;
    }

    #especialidades h2 {
        font-size: 2rem;
    }

    .especialidade-items {
        margin: 1rem 6rem;
        padding: 1rem;
    }

    .shape-fundo-flip {
        margin-top: -12rem;
    }

    #avaliacoes {
        height: 35rem;
    }

    .feedback {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mockup {
        display: flex;
        height: 25rem;
        margin-left: 5rem;
    }

    .swiper {
        width: 24rem;
        height: 12rem;
    }

    .swiper-slide {
        font-size: 1rem;
    }

    #rodape {
        display: flex;
        flex-direction: column;
    }

    .medias {
        display: none;
    }

    .centerColumn {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .centerColumn .logo {
        height: 14rem;
    }

    .social img {
        height: 3rem;
    }

    .leftColumn,
    .rightColumn {
        margin-top: 2rem;
    }

    .leftColumn {
        border: none;
        margin-left: 2rem;
    }

    .rightColumn {
        text-align: end;
        margin-right: 2rem;
    }

    .direitos {
        font-size: 1.2rem;
    }
}