@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Inter&family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    color: #022e32;
    font-family: "Marcellus", serif;
    scroll-behavior: smooth;

}

html, body{
    overflow-x: hidden !important;
}

h2 {
    font-weight: 100;
}

.container {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 70%;
    max-width: 100%;
    padding: 20px 25px;
}

/*cabeçalho*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

nav {
    flex: 1;
    display: flex;
    align-items: center
}

nav li a {
    color: #fff;
    font-size: 20px;

}

nav li a:hover {
    color: #e97575;
}

.navegation {
    display: flex;
    justify-content: space-between;
}

.item {
    flex: 1;
    padding-left: 27px;

}

.item a {
    color: #f59797;
    font-size: 20px;

}

.languages {
    display: flex;
    width: 5%;
    justify-content: space-between;
    margin-right: 3.75rem;
}

.change{
    display: flex;
}
/*headerMobile*/

header .btn-open-menu {
    display: none;
    position: fixed;
    left: 0;
    padding-left: 6%;
}

.btn-open-menu>button {
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: none;
}

.btn-open-menu>button>img {
    width: 100%;
    height: 100%;
}

.menu-mobile {
    background-color: #2220203a;;
    width: 0%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    transition: .2s;
}

.menu-mobile.open-menu {
    width: 70%;
}

.content-up {
    display: flex;
    padding: 20px 20px 0px 20px;
}

.content-up button {
    background-color: transparent;
    border: none;
    width: 10%;
    height: 25px;
}

.content-up button img {
    width: 100%;
    height: 100%;
}

.menu-mobile nav ul {
    margin-top: -10px;
    text-align: left;
}

.menu-mobile nav ul li {
    padding-top: 50px;
    gap: 10px;
}

.menu-mobile nav ul li a{
    font-size: 25px;
    color: #e2b8b8;

}
.menu-mobile nav ul li a:hover{
    color: #f59797;

}

.menu-mobile>.languages {
    padding-left: 20px;
    padding-top: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu-mobile>.languages>a {
    display: inline-block;
    padding-right: 20px;
}

.menu-mobile>.languages>a>img {
    width: 40%;
}

.overlay-menu {
    background-color: #00000036;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 88888;
    display: none;
}

/*HOME*/

.initial {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.initial:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/backGround.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.4;
    z-index: -1;
}


.initial .container {
    justify-content: space-between;
    align-items: start;
    width: 70%;
    max-width: 100%;
    padding: 30px 50px;
}

.text {
    display: flex;
    flex-direction: column;
    text-align: start;
    align-content: start;
    width: 65%;
    font-size: 17px;
    margin-top: 30px;
}

h2 {
    padding-bottom: 20px;
    font-size: 50px;
    font-weight: 500;
}

.subtitle {
    font-size: 20px;
    font-weight: 500;
}

.contact {
    width: 23%;
    height: 50px;
    margin-top: 25px;
    font-size: 17px;
    background-color: #fca0b4;
    border: 1px solid #fca0b4;
    border-radius: 15px;
    transition: 0.3s, transform 0.3s ease;
}

.contact a {
    color: #ffeded;
    display: block;
}

.contact:hover {
    background-color: #a693ff;
    transition: 0.3s;
    transform: translateY(-10px);
}

.imgPerson {
    width: 500px;
    height: 550px;
}

/* TEXTO PROPAGANDA*/

.advertising-text {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
}

/*MAIN*/

main .container {
    flex-direction: column;
}

.content {
    width: 40%;
    position: relative;
    text-align: start;
    padding: 50px 0px 50px 50px;
    margin-top: -50px;
    background-color: #f5e0e5;
    border-radius: 15px;
    border: 1px solid #f1cdd6;
    box-shadow: 0 0 1px 1px #f1cdd6;
}

.content h2 {
    font-size: 36px;
    width: 65%;
    font-weight: 500;
}

.advertising-text>.content p {
    font-size: 17px;
    width: 65%;
    color: #022e32;
}

.focus {
    font-weight: 600;
}

.content-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.content-main h2 {
    font-size: 50px;
    margin-top: 15px;
}

.textTypeProcediments {
    display: flex;
    width: 15%;
    font-size: 18px;
    height: 45px;
    align-items: center;
    justify-content: center;
    background-color: #e7a4a4;
    border-radius: 15px;
    color: #fff6f6;
    margin-top: 10px;

}

.procedments {
    display: flex;
    margin-top: 40px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}
.carrosel-card{
    display: flex;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}
.card {
    flex: 1;
    margin: 80px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.card>img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.card>h1 {
    font-size: 24px;
    padding: 10px 10px;
}

.card>p {
    font-size: 17px;
    padding: 10px 10px;
}

.btn-prev-card, .btn-next-card {
    position: absolute;
    top: 50%;
    background-color: transparent;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
}

.btn-prev-card {
    left: -5px;
}

.btn-next-card {
    right: 0px;
}
.btn-prev-card img, .btn-next-card>img{
    width: 30px;
    height: 30px;
}

main .button {
    display: flex;
    max-width: 100%;
    justify-content: center;
}

.button .contact{
    width: 15%;
    height: 50px;
    margin-top: 25px;
    font-size: 17px;
    background-color: #fca0b4;
    border: 1px solid #fca0b4;
    border-radius: 15px;
    transition: 0.3s, transform 0.3s ease;
}

.button .contact:hover {
    background-color: #a693ff;
    transition: 0.3s;
    transform: translateY(-10px);
}
/*RESULTADOS*/

.hero .container {
    align-items: center;
    flex-direction: column;
    margin-top: -80px;
}

.textResult {
    display: flex;
    margin-top: 150px;
    flex-direction: column;
    align-items: center;
}

.textResult>p {
    display: flex;
    width: 140px;
    height: 45px;
    font-size: 16px;
    background-color: #e7a4a4;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    color: #ffeded;
}

.textResult>h2 {
    margin-top: 30px;
    font-weight: 100;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contentCarrosel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100vh;
}

.contentCarrosel i {
    background-color: #dddddd;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
}

.wrapper {
    max-width: 90%;
}

.carousel {
    display: flex;
    justify-content: start;
    align-content: center;
    cursor: pointer;
    overflow: hidden;
    scroll-behavior: smooth;
    width: 100%;
}

.carousel-item {
    flex: 0 0 calc(100% / 3);
    padding: 10px;
    box-sizing: border-box;
}

.carousel-item img {
    border-radius: 25px;
    width: 100%;
    height: 100%;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;

}

.hero .button {
    margin-top: 30px;
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
}

/*adversiting*/

.advertising {
    padding-top: 80px;
    background-image: url('../images/backGroundImgBlue.jpg');
}

.advertising .container {
    justify-content: space-between;
    padding-bottom: 100px;

}

.advertising .advertising-text {
    display: flex;
    width: 45%;
    padding: 60px 17px;
    margin-left: 10px;
    flex-direction: column;
}

.advertising .advertising-text h2 {
    font-size: 36px;
}
.advertising-text>h2,.advertising-text>h2>strong,.advertising-text>p>strong {
    color: #fff;
}

.advertising .advertising-text li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}

.advertising-text p {
    color: #fff;
}

.advertising .advertising-text img {
    align-content: center;
}

.advertising .advertising-text .contact {
    background-color: #fff;
    border: 1px solid #fff;
}

.advertising .advertising-text .contact>a {
    color: #022e32;
}

.advertising .advertising-text .contact:hover {
    background-color: #fca0b4;
    border: 1px solid #fca0b4;
}

.advertising .advertising-text .contact>a:hover {
    color: #fff;
}

.advertising .container .advertising-text .contact{
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.imgPerson2 {
    display: flex;
    margin-top: 60px;
    justify-content: center;
    align-items: center;
    background-image: url('../images/backGRoundImgPerson2.jpg');
    margin-right: 30px;
    height: 570px;
    width: 25%;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
}

.imgPerson2>img {
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 30%;
}

/*Adversiting 2*/

.advertising2 {
    box-shadow: inset 0px 10px 50px -5px #bebebe;

}

.advertising2 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content2 {
    display: flex;
    background-color: #eeeeee;
    position: relative;
    top: -80px;
    width: 75%;
    align-items: center;
    align-content: center;
    padding: 40px;
    border-radius: 30px;
    box-shadow: inset 0px -10px 30px -5px #bebebe;

}

.advertising2-text {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.advertising2 h2 {
    font-size: 36px;
    font-weight: 100;
    margin-top: 20px;
}

.content2 .initial-text {
    font-size: 15px;
    background-color: #fca0b4;
    color: #ffe0de;
    border-radius: 20px;
    width: 220px;
    height: 25px;
    text-align: center;
    font-weight: 600;
}

.content2 p {
    font-size: 15px;

}
.content2 .advertising2-text .contact{
    width: 40%;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
.content2 .imgPerson3 {
    width: 40%;
    margin-left: 100px;
}

.imgPerson3>img {
    width: 100%;
    border-radius: 50px;
}

.reviews .container {
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
    flex-direction: column;
}

.reviews .result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.result>p {
    color: #fff;
    font-size: 14px;
    height: 45px;
    width: 25%;
    align-content: center;
    font-size: 16px;
    background-color: #e7a4a4;
    border-radius: 17px;
}

.result>h2 {
    margin-top: 20px;
    font-size: 50px;
}

.content-review {
    display: flex;
    justify-content: center;
    padding: 50px;
    gap: 20px;
    width: calc(350px * 4 + 60px);
    justify-content: space-between;
    overflow: hidden;
    border-radius: 40px;
}

.area-review {
    flex: 0 0 265px;
    width: 50%;
    height: 275px;
    border-radius: 40px;
    padding: 18px;
    background-color: #fdfdfd;
    border: 1px solid #d4d4d4;
    box-shadow: 0px 0px 50px 5px #bebebe;
}

.title {
    display: flex;
    align-items: center;
}

.img-clients {
    height: 40px;
    width: 40px;
}

.text-title {
    display: flex;
    flex-direction: column;
    align-content: center;
}

.text-title>p {
    font-size: 15px;
    margin-left: 10px;
}

.text-title>time {
    font-size: 10px;
    margin-left: 11px;
    margin-top: 5px;
}

.stars {
    margin-top: 10px;
}
.stars>p>strong{
    font-size: 17px;
    color: #ffd900;
}

.coment {
    margin-top: 10px;
}

.reviews .container .contact{
    display: flex;
    width: 15%;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}
/*ABOUT*/

.aboutPerson {
    box-shadow: inset 0px 0px 60px 5px #bebebe;
    padding-bottom: 60px;
}

.content-about {
    width: 590px;
    font-weight: 100;
    padding-left: 60px;
}

.content-about .a {
    color: #ffeded;
    font-size: 14px;
    text-align: center;
    height: 35px;
    width: 155px;
    align-content: center;
    font-size: 16px;
    background-color: #e7a4a4;
    border-radius: 17px;
}

.content-about>h2 {
    font-size: 36px;
    margin-top: 20px;
    font-weight: 600;
}
.content-about .contact{
    width: 50%;
    max-width: 100%;
}
.areaImgPerson {
    width: 35%;
    height: 655px;
    background-position: center;
}

.areaImgPerson>img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
}

/*FOOTER*/
footer {
    background-color: #f1e6e6;
}

.content-footer {
    display: flex;
    padding-top: 30px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content-footer>img {
    width: 50%;
    height: 35%;
    padding-bottom: 20px;
}

.content-footer>h2 {
    font-size: 36px;
}

.contact-footer {
    display: flex;
    align-content: center;
    align-items: center;
}

.contact-footer .whatsappicon {
    width: 10%;
    height: 15px;
}

.insta {
    padding-top: 10px;
    width: 100%;
    height: 50px;
}

.contact-footer>p {
    font-family: "Manrope", serif;
}

.all-rights-reserved {
    text-align: center;
    padding-top: 30px;
    align-content: center;
}


/* Responsiveness*/


/*Phones */
@media (max-width: 690.89px) {
    nav .navegation,.languages {
        display: none;
    }
    header .btn-open-menu {
        display: block;
    }
    .container{
        width: 100%;
        max-width: 100%;
    }
    .initial .container {
        width: 100%;
    }
    .initial>.container,.logoSpace,.text {
        flex-direction: column;
        text-align: center;
    }
    .logoSpace img{
        width: 70%;
        max-width: 100%;
    }
    .person {
        display: none;
    }
    .container .text {
        width: 100%;
    }
    .text h2{
        font-size: 34px;
    }
    .text h4{
        font-size: 16px;
    }
    .initial .contact{
        width: 80%;
    }
    .advertising-text>.content{
        display: flex;
        margin-top: 10px;
        flex-direction: column;
        text-align: center;
        align-content: center;
        align-items: center;
        width: 95%;
    }
    .content h2 {
        font-size: 27px;
        text-align: center;
        margin-top: -40px;
        width: 100%;
        max-width: 100%;
        margin: 0;
        margin-right: 40px;
    }
    .advertising-text>.content p {
        font-size: 15px;
        width: 100%;
        margin-top: 20px;
        padding-right: 40px;
    }
    .advertising-text .content .contact{
        width: 70%;
        max-width: 100%;
    }

    .textTypeProcediments{
        width: 70%;
        max-width: 100%;
    }
    .content-main h2{
        padding-top: 10px;
        font-size: 30px;
    }

    .carrosel-card {
        width: 100%;
        margin-right: 70px;
        justify-content: flex-start;
    }
    .btn-prev-card, .btn-next-card {
        display: flex !important;
    }
    .card {
        flex: 0 0 80%; 
    }
    .button{
        max-width: 100%;
    }
    .container .button .contact{
        width: 65%;
    }
    .advertising-text .content .contact{
        margin-right: 50px ;
    }
    .content-main h2, .content-main p{
        text-align: center;
    }
    .content-main p{
        font-size: 16px;
    }
    .hero .container h2{
        font-size: 45px;
    }
    .carousel{
        width: 100%;
        max-width: 330px;
        max-height: 300px; 
        overflow: hidden;
    }
    .carousel-item {
        flex: 0 0 100%;
    }
    .contentCarrosel i{
        background-color: transparent;
    }
    #left{
        position: relative;
        right: -10px;
    }
    #right{
        position: relative;
        left: -10px;
    }
    .advertising{
        padding-top: 10px;
    }
    .advertising .container{
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .imgPerson2{
        margin-left: 20px;
        width: 80%;
        height: 80%;
        order: -1;
    }
    .advertising .advertising-text{
        width: 100%;
    }
    .advertising .advertising-text .description{
        padding-bottom: 10px;
    }

    .advertising .container .advertising-text .contact{
        width: 70%;
    }

    .advertising-text>ul>li>img{
        margin-bottom: 15px;
    }
    .advertising2 .container{
        max-width: 100%;
    }
    .content2{
        width: 100%;
        flex-direction: column;
    }
    .advertising2-text{
        display: flex;
        align-items: center;
        align-content: center;
        width: 100%;
    }

    .initial-text{
        margin-top: 15px;
    }

    .content2 .advertising2-text .contact{
        width: 85%;
    }
    .content2 .imgPerson3{
        order: -1;
        width: 100%;
        margin-left: 0;
    }
    .content2 .imgPerson3 img{
        width: 100%;
        border-radius: 20px;
    }

    .container .result p{
        width: 70%;
    }
    .carouselResult {
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        justify-content: start;
    }

    .area-review {
        flex: 0 0 auto;
        width: 100%; 
        scroll-snap-align: center;
    }

    .reviews .container .contact {
        width: 70%;
    }
    .aboutPerson .container{
        flex-direction: column;
    }

    .aboutPerson .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .areaImgPerson{
        padding-top: 30px;
        width: 90%;
        height: 90%;
    }

    .content-about{
        padding-top: 40px;
        padding-left: 0;
        width: 90%;
    }

    .content-about .contact{
        width: 80%;
    }
}
/*tablets*/

@media (min-width: 690.90px) and (max-width: 1215.9808px) {
    html{
        overflow-x: hidden;
    }
    .btn-prev-card, .btn-next-card{
        display: none;
    }

    .languages .change{
        margin-right: 70px;
    }
    .container{
        width: 100%;
    }
    .initial .container{
        display: flex;
        align-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    .initial .container .person{
        display: none;
    }
    .text{
        text-align: center;
        width: 100%;
    }
    .initial .container .contact{
        width: 45%;
    }
    .advertising-text .content{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -10px;
        width: 85%;
        text-align: center;
    }
    .advertising-text .content h2, .advertising-text .content p{
        margin-right: 50px;
        width: 100%;
    }

    .advertising-text .content .contact{
        margin-right: 65px;
        width: 50%;
    }
    .textTypeProcediments{
        width: 30%;
    }
    .content-main>h2{
        font-size: 47px;
        text-align: center;
    }
    .content-main>p{
        font-size: 18px;
        text-align: center;
    }

    .card{
        margin: 50px;
    }

    main .container .contact, .hero .container .contact{
        width: 40%;
    }
    .contentCarrosel{
        width: 100%;
    }
    .contentCarrosel .wrapper{
        width: 72%;
    }
    .imgPerson2{
        width: 40%;
        background-color: red;
        border-top-left-radius: 30%;
        border-bottom-right-radius: 30%;
    }
    .advertising .container .advertising-text .contact{
        width: 100%;
    }
    .content2{
        width: 100%;
    }
    .content2 .advertising2-text{
        align-items: center;
        width: 100%;
    }
    .content2 .imgPerson3{
        display: none;
    }

    .content-review{
        width: 96%;
    }

    .reviews .container .contact {
        width: 35%;
    }

    .areaImgPerson{
        width: 60%;
    }
}

/* laptops*/

@media (min-width: 1215.1px) and (max-width: 1979.9808px) {
    html{
        overflow-x: hidden;
    }
    .btn-prev-card, .btn-next-card{
        display: none;
    }
    .container{
        width: 100%;
    }
    .initial .container{
        width: 100%;
    }
    .initial .container .person{
        width: 30%;
    }
    .person .imgPerson{
        padding-right: 95px;
    }
    .text{
        width: 75%;
    }
    .advertising-text .content{
        width: 70%;
    }

    .content-review{
        width: 100%;
    }
}

/*Desktops*/

@media (min-width: 1980px) {
    html{
        overflow-x: hidden;
    }
        .btn-prev-card, .btn-next-card{
        display: none;
    }
}