@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

:root {
    --bg-color: #FBEAE7;
    --second-bg-color: #f2e8cf;
    --text-color2: #ED3C7D;
    --main-color: #000000;
    --text-color: #000000;
    --back: #FBEAE7;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background: var(--bg-color);
    font-family: 'Poppins', sans-serif;
    color: var(--text-color);
}

html::-webkit-scrollbar {
    width: 0.8rem;
}

html::-webkit-scrollbar-track {
    background: var(--bg-color);
}

html::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 3rem 9%;
    background: var(--back);
    filter: drop-shadow();
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: space-between;
}

.logo {
    color: var(--main-color);
    font-weight: 800;
    cursor: pointer;
    transition: 0.5s ease;

}

.logo:hover {
    transform: scale(1.1);
}

.navbar a {
    font-size: 2.2rem;
    color: #0D2F3F;
    font-weight: 400;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
    margin-left: 6.5rem;

}

.navbar a:hover,
.navbar a.active {
    color: var(--main-color);
    border-bottom: 3px solid var(--main-color);
}

#menu-icon {
    font-size: 3.6rem;
    color: var(--main-color);
    display: none;
}

section {
    min-height: 100vh;
    padding: 5rem 9% 5rem;
}

.home {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9rem;
    background: var(--bg-color);
}

.line {
    border-bottom: 3px solid;
    display: flex;
    margin-top: -2.6rem;
    margin-left: 21rem;
    margin-right: 14rem;

}

.line2 {
    border-bottom: 3px solid;
    display: flex;
    margin-top: -2.3rem;
    margin-left: 37rem;
    margin-right: 134rem;

}

.text_desenvolver {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    display: flex;
    margin-top: -32rem;
    margin-bottom: 1rem;
    width: 67rem;
}

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

.home-content {
    margin-top: 12rem;
    margin-left: 2rem;
}

.desenvolver {
    margin-left: 34rem;
}

.home-content h3 {
    font-size: 13rem;
    margin-bottom: 1rem;
}

.home-img {
    border-radius: 50%;
    cursor: pointer;
}

.home-img img {
    position: relative;

}

.home-img img:hover {
    transform: scale(1.01);
}


.text_p {
    font-size: 2.1rem;
    font-weight: 400;
    text-align: right;
}

.interroga {
    margin-left: 68rem;
    margin-top: 7rem;
}

.social-icon a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    background: transparent;
    border: 0.2rem solid var(--text-color2);
    font-size: 2rem;
    border-radius: 50%;
    color: var(--text-color2);
    margin: 3rem 1.5rem 3rem 0;
    transition: 0.3s ease;

}

.social-icon a:hover {
    color: white;
    transform: scale(1.3)translateY(-5px);
    background: var(--text-color2);
    box-shadow: 0 0 25px var(--text-color2);
}

.home-content_2 {
    margin-top: 3rem;

}

.button_contact {
    background-color: #177A28;
    width: 18rem;
    border-radius: 5px;
    height: 5rem;
}

.btn {
    display: inline-block;
    padding: 1rem 2.8rem;
    background: var(--bg-color);
    border-radius: 4rem;
    font-size: 1.6rem;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    letter-spacing: 0.1rem;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;
}

.btn:hover {
    transform: scale(1.03);
    background-color: var(--main-color);
    color: var(--text-color);
    box-shadow: 0 0 25px var(--main-color);

}

.texto {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: left;
    width: 143rem;
    margin-left: 15rem;

}

.texto3 {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: right;
    width: 52rem;
}

.typing-text {
    font-size: 34px;
    font-weight: 600;
    min-width: 280px;
}

.typing-text span {
    position: relative;
}

.heading {
    font-size: 6vw;
    text-align: center;
}

.terapia {
    color: #177A28;
    font-size: 3.0rem;
    margin-right: 3rem;
}

.text_color2 {
    font-size: 2.2rem;
    margin-right: 5rem;
    font-weight: 400;
    margin-bottom: 3rem;
}

.text_color3 {
    font-size: 1.6rem;
    margin-right: 0rem;
    font-weight: 600;
    padding-left: 3rem;
    display: flex;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.prin_h1 {
    font-size: 3.2rem;
}

.home_rebeca {
    font-family: "Outfit";
    font-weight: 300;
    color: var(--text-color2);
    font-size: 8rem;
}

.home_rebeca2 {
    font-family: "Outfit";
    font-weight: 300;
    color: var(--text-color2);
    font-size: 2rem;

    margin-left: 17rem;
}

.home_rebeca_2 {
    font-weight: 600;
    color: #177A28;
    display: flex;
    margin-top: -3rem;
    display: inline;
    font-size: 11.5rem;
}

@keyframes cursor {
    to {
        border-left: 3px solid var(--main-color);
    }
}

.text_color {
    font-size: 3.1rem;
    font-weight: 700;
    text-align: right;
    display: flex;
    margin-top: 11rem;
    margin-bottom: 1rem;
}


.services {
    background: var(--second-bg-color);
}

.services-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 2.5rem;
}

.service-box {
    background-color: var(--main-color);
    height: 300px;
    border-radius: 3rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.service-box:hover {
    background: transparent;
    color: var(--text-color);
    transform: scale(1.03);
    border: 1px solid var(--main-color);
}

.service-box .service-info {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-height: 200px;
    justify-content: center;
    align-items: center;
    padding: 5rem;
}

.service-info h4 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.service-info p {
    font-size: 1.6rem;
    font-weight: 400;
    max-height: 100px;
    margin: auto;
}


.color {
    color: var(--text-color2);
}

.skills {
    background: var(--bg-color);
}

.skills .container {
    background: var(--back);
    color: var(--text-color);
    border-radius: 1rem;
    padding: 2rem;
    width: 70%;
    margin: auto;
    margin-top: 2rem;
}

.skills .container .row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    flex-wrap: wrap;
    gap: 1.8rem;
}

.barra {
    background-color: #A7E075;
    font-weight: 500;
    font-size: 1.7rem;
    width: 51rem;
    height: 4rem;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-top: 0.3rem;
}

.barra2 {
    background-color: #177A28;
    font-weight: 500;
    font-size: 1.4rem;
    width: 47rem;
    height: 4rem;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-top: -1rem;
    padding-top: 0.3rem;


}

.barra3 {
    background-color: #4AAD5B;
    font-weight: 500;
    font-size: 1.4rem;
    width: 35rem;
    height: 4rem;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-top: -1rem;
    padding-top: 0.3rem;


}

.barra4 {
    background-color: var(--text-color2);
    font-weight: 500;
    font-size: 1.4rem;
    width: 39rem;
    height: 4rem;
    text-transform: uppercase;
    padding-left: 1rem;
    margin-top: -1rem;
    padding-top: 1.1rem;

    margin-bottom: 4rem;



}

.supervisao {

    margin-top: 6rem;
    border-radius: 10px;
    background-color: #ffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.super {
    color: #0D2F3F;
    font-size: 2.1rem;
    font-weight: 700;
    padding-left: 3rem;
    padding-top: 2rem;
    display: flex;
    padding-bottom: 1rem;

}

.home-content_2 p {
    font-size: 2.1rem;
    font-weight: 400;
    text-align: right;
}

.skills .container .bar {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 1rem;
    background: var(--bg-color);
    box-shadow: 0 4px 10px var(--main-color);
    transition: 0.3s ease;
    cursor: pointer;
}

.skills .container .bar:hover {
    box-shadow: 0 4px 10px var(--main-color);
    transform: scale(1.03);
}

.skills .container .bar .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.skills .container .bar .info span {
    font-size: 2rem;
    font-weight: 500;
    margin-left: 0.5rem;
}

.skills .container .bar .info img {

    width: 100%;
}


.education {
    background: var(--second-bg-color);
}

.education .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;

}

.education .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background: var(--back);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -2px;
}

.education .container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.education .container::after {
    content: '\f501';
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: -17px;
    background-color: var(--text-color);
    border: 4px solid var(--main-color);
    top: 15px;
    border-radius: 50%;
    z-index: 100;
    font-size: 1.59rem;
    text-align: center;
    font-weight: 600;
    font-family: "Font Awesome\ 5 Free";

    color: var(--back);
}

.education .left {
    left: 0;
}

.education .right {
    left: 50%;
}

.education .left::before {
    content: '';
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid var(--main-color);
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--main-color);
}

.education .right::before {
    content: '';
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid var(--main-color);
    border-width: 10px 10px 10px 0px;
    border-color: transparent var(--main-color) transparent transparent;
}

.education .right::after {
    left: -16px;
}

.education .content {
    background: var(--main-color);
    position: relative;
    border-radius: 6px;
}

.education .content .tag {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-left: 1.5rem;

}

.education .content .decs {
    margin-left: 1.5rem;
    padding-bottom: 1rem;
}


.education .content .decs h3 {
    font-size: 1.5rem;
    font-weight: 600;
}

.education .content .decs p {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--bg-color);
}

.contact h2 {
    margin-bottom: 3rem;

    color: var(--text-color);
}

.contact form {
    max-width: 70rem;
    margin: 1rem auto;
    margin-bottom: 3rem;
    text-align: center;
}

.contact form .input-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact form .input-box input,
.contact form textarea {
    width: 100%;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: var(--text-color);
    background: var(--bg-color);
    border-radius: 0.8rem;
    border: 2px solid var(--main-color);
    margin: 1rem 0;
    resize: none;
}

.contact form .btn {
    margin-top: 2rem;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    background-color: #286F6C;
}

.footer1 {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 2rem 0;
    background-color: #ED3C7D;
}

.footer .social {
    text-align: center;
    padding-bottom: 25px;
    color: var(--bg-color);
}

.footer .social a {
    font-size: 25px;
    color: var(--bg-color);
    border: 2px solid var(--bg-color);
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    transition: 0.3s ease;
}

.footer .social a:hover {
    transform: scale(1.2)translateY(-5px);
    background: var(--bg-color);
    color: var(--main-color);
}

.footer ul {
    margin-top: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
    text-align: center;
}

.footer ul li a {
    color: var(--bg-color);
    border-bottom: 3px solid transparent;
    transition: 0.3s ease;
}

.footer ul li a:hover {
    border-bottom: 3px solid var(--bg-color);
}

.footer ul li {
    display: inline-block;
    padding: 0 15px;
}

footer .copyright {
    margin-top: 50px;
    text-align: center;
    font-size: 16px;
    color: var(--bg-color);
}








.por_que {
    margin-top: -14rem;
}

.oq_esperar {
    font-size: 2.5rem;
    text-align: right;
}

.porque_fazer {
    font-size: 2.5rem;
    margin-left: 14rem;
    font-weight: 700;

}

.oque_dizem {
    font-size: 2.5rem;
    margin-left: 18rem;
    font-weight: 700;


}

.phink {
    margin-top: -14rem;
    margin-left: 4rem;
}

.balao {
    margin-left: 16rem;
}

.text_color4 {
    font-size: 3.6rem;
    width: 70rem;
    text-align: center;
    margin-top: -37rem;
    margin-bottom: 3rem;
    font-weight: 900;
}

.img3 {
    margin-left: -43rem;
    margin-top: -34rem;
}

.texto7 {
    font-family: "Playfair Display", serif;
    font-size: 3.2rem;
    font-weight: 400;
    text-align: left;
    width: 72rem;
    margin-left: 3rem;
}

.circle-1 {
    height: 30rem;
    width: 30rem;
    background-color: #FFFFFF;
    border-radius: 50rem;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: -60rem;
}

.circle-2 {
    height: 25rem;
    width: 25rem;
    border: 4rem solid #ED3C7D;
    border-radius: 50rem;

}

.home3 {
    margin-top: -29rem;

}

.content_span {
    margin-left: -40rem;
    margin-top: 7rem;
}

.content_spans {
    font-size: 3rem;
    font-weight: 700;
    justify-content: center;
    display: flex;
    align-items: center;
}

.text_content {
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'Playfair';
    display: flex;
    text-align: center;
    width: 31rem;
    height: 30rem;
}

.circle_span {
    justify-content: center;
    display: flex;
    align-items: center;
    font-family: "Urbanist", "serif";
    font-weight: 300;
    font-size: 4rem;
    margin-top: 3rem;
    margin-bottom: -3rem;
}

.number {
    color: #2E2E2E;
    font-family: "Urbanist", "serif";
    font-weight: 700;
}

.caminho {
    margin-top: -24rem;
    margin-left: 21rem;
}

.chama {
    margin-top: 3rem;
    font-size: 2.5rem;
    margin-left: 19rem;
    font-weight: 700;
}

.home_rebeca_5 {
    color: #177A28;
    display: flex;
    margin-top: 0rem;
    font-size: 7.0rem;
    font-weight: 600;
    margin-left: 3rem;
}

.text_footer {
    font-size: 3rem;
    font-weight: 700;
    color: #FFFFFF;
    width: 175rem;
    text-align: center;
    margin-left: 6rem;
    display: flex;
}

.texto8 {
    font-family: "Playfair Display", serif;
    font-size: 3.2rem;
    font-weight: 400;
    text-align: right;
    width: 60rem;
    margin-left: -5rem;
    margin-top: -34rem;
}

.text_color5 {
    font-size: 2.6rem;
    width: 58rem;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-weight: 900;
    display: flex;

}

.botao_final {
    background-color: var(--text-color2);
    width: 25rem;
    height: 8rem;
    border-radius: 1rem;
    color: #ffff;
    margin-left: 24rem;
    cursor: pointer;
}

.img_book {
    margin-top: -15rem;
}



@media(max-width:1600px) {

    section {
        min-height: 60vh;
    }

    .navbar a {
        font-size: 1.8rem;
        color: #0D2F3F;
        font-weight: 400;
        transition: 0.3s ease;
        border-bottom: 3px solid transparent;
        margin-left: 3.5rem;
    }

    .home {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0rem;
        background: var(--bg-color);
    }

    .home_rebeca_2 {
        font-weight: 600;
        color: #177A28;
        display: flex;
        margin-top: -3rem;
        display: inline;
        font-size: 8.5rem;
    }

    .home-content h3 {
        font-size: 7rem;
        margin-bottom: 1rem;
        margin-left: 12rem;
    }

    .home-content_2 {
        margin-top: 13rem;
    }

    .home_rebeca {
        font-family: "Outfit";
        font-weight: 300;
        color: var(--text-color2);
        font-size: 8rem;
    }

    .texto {
        font-family: "Playfair Display", serif;
        font-size: 2.2rem;
        font-weight: 400;
        text-align: left;
        width: 124rem;
        margin-left: 7rem;
    }

    .home_rebeca2 {
        font-family: "Outfit";
        font-weight: 300;
        color: var(--text-color2);
        font-size: 2rem;
        margin-left: 7rem;
    }

    .porque_fazer {
        font-size: 2.5rem;
        margin-left: 13rem;
        font-weight: 700;
    }

    .home-img img {
        position: relative;
    }

    .phink {
        width: 50vw;
    }

    .texto3 {
        font-family: "Playfair Display", serif;
        font-size: 2.0rem;
        font-weight: 400;
        text-align: right;
        width: 44rem;
        margin-left: 3rem;
    }

    .interroga {
        margin-left: 48rem;
        margin-top: 0rem;
    }

    .oque_dizem {
        font-size: 2.0rem;
        margin-left: 13rem;
        font-weight: 700;
    }

    .home3 {
        margin-top: -15rem;
    }

    .home_rebeca2 {
        font-family: "Outfit";
        font-weight: 300;
        color: var(--text-color2);
        font-size: 2rem;
        margin-left: 12rem;
    }

    .balao {
        margin-left: 10rem;
        width: 23vw;
    }

    .img3 {
        margin-left: -30rem;
        margin-top: -4rem;
        margin-bottom: 14rem;
    }

    .texto7 {
        font-family: "Playfair Display", serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-align: left;
        width: 57rem;
        margin-left: 6rem;
    }

    .text_color4 {
        font-size: 3.6rem;
        width: 70rem;
        text-align: center;
        margin-top: -20rem;
        margin-bottom: 3rem;
        font-weight: 900;
    }

    .content_span {
        margin-left: -31rem;
        margin-top: 7rem;
    }

    .circle-2 {
        height: 21rem;
        width: 21rem;
        border: 4rem solid #ED3C7D;
        border-radius: 50rem;
        margin-left: 0rem;
    }

    .circle-1 {
        height: 22rem;
        width: 34rem;
        background-color: #FFFFFF;
        border-radius: 50rem;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-top: -33rem;
        margin-left: 5rem;
    }

    .text_content {
        font-size: 2rem;
        font-weight: 400;
        font-family: 'Playfair';
        display: flex;
        text-align: center;
        width: 31rem;
        height: 30rem;
    }

    .prin_img {
        width: 25vw;
    }

    .text_color {
        font-size: 2.1rem;
        font-weight: 700;
        text-align: right;
        display: flex;
        margin-top: 9rem;
        margin-bottom: 1rem;
    }

    .text_desenvolver {
        font-size: 3.6rem;
        font-weight: 700;
        text-align: center;
        display: flex;
        margin-top: -12rem;
        margin-bottom: 1rem;
        width: 67rem;
    }

    .prin_h1 {
        font-size: 2.5rem;
        margin-left: 1rem;
    }

    .text_footer {
        font-size: 3rem;
        font-weight: 700;
        color: #FFFFFF;
        width: 125rem;
        text-align: center;
        margin-left: 6rem;
        display: flex;
    }

    .text_p {
        font-size: 1.8rem;
        font-weight: 400;
        text-align: right;
        width: 35rem;
    }

    .home-content_2 p {
        font-size: 1.8rem;
        font-weight: 400;
        text-align: right;
        width: 42rem;
    }

    .line {
        border-bottom: 3px solid;
        display: flex;
        margin-top: -2.3rem;
        margin-left: 19rem;
        margin-right: 5rem;
    }

    .content_span {
        margin-left: -25rem;
        margin-top: 23rem;
    }

    .content_spans {
        font-size: 3rem;
        font-weight: 700;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .caminho {
        margin-top: -15rem;
        margin-left: 16rem;
    }

    .circle_span {
        font-size: 3rem;
    }

    .chama {
        margin-top: 3rem;
        font-size: 2.5rem;
        margin-left: 12rem;
        font-weight: 700;
    }

    .texto8 {
        font-family: "Playfair Display", serif;
        font-size: 3rem;
        font-weight: 400;
        text-align: right;
        width: 52rem;
        margin-left: 6rem;
        margin-top: -20rem;
    }

    .img_book {
        width: 41vw;
    }

    .text_color5 {
        font-size: 2.6rem;
        width: 58rem;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-weight: 900;
        display: flex;
        margin-left: 3rem;
    }

    .botao_final {
        background-color: var(--text-color2);
        width: 29rem;
        height: 8rem;
        border-radius: 1rem;
        color: #ffff;
        margin-left: 18rem;
        cursor: pointer;
    }

}

@media(max-width:991px) {
    section {
        padding: 10rem 3% 2rem;

    }

    .services {
        padding-bottom: 7rem;
    }
}

@media(max-width:895px) {
    .services h2 {
        margin-bottom: 3rem;
    }

    .services-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:995px) {
    #menu-icon {
        display: block;
    }

    .button_contact {
        background-color: #177A28;
        width: 15rem;
        border-radius: 5px;
        height: 8rem;
    }

    .navbar {
        position: absolute;
        top: 100%;
        right: 0;
        width: 40%;
        border-left: 3px solid var(--main-color);
        border-bottom: 3px solid var(--main-color);
        border-bottom-left-radius: 2rem;
        padding: 1rem 3%;
        background-color: #FBEAE7;
        border-top: 0.1rem solid var(--back);
        display: none;
    }

    .navbar.active {
        display: block;
    }

    .navbar a {
        font-size: 2rem;
        margin: 3rem 0;
        display: block;
    }

    .navbar a:hover,
    .navbar a.active {
        padding: 1rem;
        border-radius: 0.5rem;
        border-bottom: 0.5rem solid var(--main-color);


    }

    .chama {
        margin-top: 3rem;
        font-size: 2.5rem;
        margin-left: 5rem;
        font-weight: 700;

    }
}

@media screen and (max-width:600px) {
    .skills .container {
        margin: 0;
        padding: 0;
    }

    .skills .container .row {
        grid-template-columns: repeat(2, 1fr);
        margin: 1rem;
        padding: 2rem 0.2rem 2rem 0.2rem;
        gap: 1rem;

    }

    .skills .container {
        margin-top: 5px;
        width: 100%;
    }
}



@media screen and (max-width:600px) {
    .education .timeline {
        margin-top: 2rem;
    }

    .education .timeline::after {
        left: 31px;
    }

    .education .container {
        width: 100%;
        padding-left: 8rem;
        padding-right: 2rem;
    }

    .education .container::after {
        font-size: 2.2rem;
    }

    .education .container::before {
        left: 61px;
        border: medium solid var(--main-color);
        border-width: 10px 10px 10px 0;
        border-color: transparent var(--main-color) transparent transparent;

    }

    .education .left::after {
        left: 15px;
    }

    .education .right::after {
        left: 15px;
    }

    .education .right {
        left: 0%;
    }
}

@media(max-width:1285px) {
    html {
        font-size: 55%;
    }

    .services-container {
        padding-bottom: 7rem;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 5rem;
    }
}


@media(max-width:991px) {
    .header {
        padding: 2rem 3%;
        justify-content: space-between;
    }

    section {
        padding: 10rem 3% 2rem;
    }

    .services {
        padding-bottom: 7rem;
    }

    .footer {
        padding: 2rem 3%;
    }
}

@media (max-width:895) {
    .services h2 {
        margin-bottom: 3rem;
    }

    .services-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:1000px) {
    .home {
        gap: 4rem;
    }
}

@media (max-width:995px) {

    .home {
        flex-direction: column;
        margin: 5rem 4rem;
    }

    .home-content {
        margin-top: 0rem;
        margin-left: 0rem;
    }

    .home .home-content h3 {
        font-size: 4.5rem;
    }

    .home-content h3 {
        font-size: 5rem;
        margin-bottom: 1rem;
        margin-left: 5rem;
    }

    .home-content h1 {
        font-size: 2rem;
        ;
    }

    .home-img {
        transform: scale(1.01);
    }

    .home-img img {
        width: 64vw;
        position: relative;
        top: -92rem;

    }

    .line {
        margin-top: -2rem;
        margin-left: 15rem;
        margin-right: 13rem;
    }

    .home_rebeca_2 {
        color: #177A28;
        display: flex;
        margin-top: -2rem;
        font-size: 6.5rem;

    }

    .home_rebeca2 {
        font-family: "Outfit";
        font-weight: 300;
        color: var(--text-color2);
        font-size: 2rem;
        margin-left: 1rem;
    }

    .text_p {
        margin-top: 43rem;
    }

    .text_color {
        margin-top: 2rem;
    }

    .text_2 {
        margin-top: 2rem;
    }

    .text_3 {
        margin-top: -1rem;
    }

    .terapia {
        margin-top: -52rem;
        margin-right: 0rem;
        margin-left: 2rem;
    }

    .text_color2 {
        margin-left: 2rem;
    }

    .barra {
        padding-left: 2rem;
        font-size: 1.2rem;

    }

    .barra2 {
        padding-left: 2rem;
        width: 43.5rem;
        font-size: 1.2rem;
    }

    .barra3 {
        padding-left: 2rem;
    }

    .barra4 {
        padding-left: 2rem;
    }

    .home-content_2 p {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 400;
        width: 44rem;
    }
}

@media (max-width:995px) {
    .home-content_2 {
        margin-top: 7rem;
    }
    .supervisao {
        width: 43rem;
    }

    .text_color5 {
        font-size: 2.0rem;
        width: 37rem;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-weight: 900;
        display: flex;

    }

    .botao_final {
        background-color: var(--text-color2);
        width: 21rem;
        height: 6rem;
        border-radius: 1rem;
        color: #ffff;
        margin-left: 11rem;
    }

    .img_book {
        margin-top: 4rem;
        width: 40vw;
    }

    .texto8 {
        font-family: "Playfair Display", serif;
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
        width: 41rem;
        margin-left: 1rem;
        margin-top: 24rem;
    }

    .circles {

        margin-top: 22rem;

    }

    .home3 {
        margin-top: 21rem;
    }

    .caminho {
        margin-left: 4rem;
    }

    .circle-1 {
        height: 20rem;
        width: 21rem;
        background-color: #FFFFFF;
        border-radius: 50rem;
        justify-content: center;
        display: flex;
        align-items: center;
        margin-left: 0rem;
        margin-top: -22rem;
    }

    .porque_fazer {
        margin-left: 5rem;

    }

    .text_footer {
        font-size: 2.5rem;
        font-weight: 700;
        color: #FFFFFF;
        width: 37rem;
        text-align: center;
        margin-left: 4rem;
        display: flex;
    }

    .footer1 {
        margin-top: -15rem;
    }

    .content_span {
        margin-top: 0rem;
        position: relative;
        top: 0rem;
    }
    
    .content_span {
        margin-left: -1rem;
        margin-top: -1rem;
    }

    .balao {
        margin-left: 10rem;
        margin-top: 1rem;
        width: 60vw;
    }

    .img3 {
        top: 91rem;
        left: 16rem;
        position: relative;

    }

    .line3 {
        border-bottom: 3px solid;
        display: flex;
        margin-top: -1.6rem;
        margin-left: 17rem;
        margin-right: 19rem;


    }

    .text_desenvolver {
        font-size: 2.6rem;
        font-weight: 700;
        text-align: center;
        display: flex;
        margin-top: -12rem;
        margin-bottom: 1rem;
        width: 41rem;
    }

    .oque_dizem {
        margin-left: 5rem;
        margin-top: -41rem;
    }

    .line2 {
        border-bottom: 3px solid;
        display: flex;
        margin-top: -1.6rem;
        margin-left: 21rem;
        margin-right: 19rem;
    }

    .texto {
        font-family: "Playfair Display", serif;
        font-size: 2rem;
        font-weight: 400;
        text-align: center;
        width: 37rem;
        margin-left: 6rem;
    }

    .phink {
        margin-top: 10rem;
        margin-left: 10rem;
    }

    .texto7 {
        font-family: "Playfair Display", serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-align: center;
        margin-left: 4rem;
        font-size: 1.8rem;
        width: 33rem;


    }

    .home-img2 {
        position: relative;
        top: -54rem;
        left: -5rem;
    }

    .home_rebeca_5 {
        color: #177A28;
        display: flex;
        margin-top: 0rem;
        font-size: 4rem;
        font-weight: 600;
    }

    .por_que {
        margin-top: 32rem;
    }

    .interroga {
        display: none;
    }

    .barra {
        width: 43.5rem;
    }

    .texto3 {
        width: 38rem;
    }

    .text_color4 {
        width: 35rem;
        margin-left: 1rem;
        font-size: 3rem;
        margin-top: 7rem;

    }

    section {
        min-height: 50vh;
    }

}


@media(max-width:380px) {
    .home-img img {
        width: 73vw;
        position: relative;
        top: -83rem;
    }

    .text_p {
        margin-top: 35rem;
    }

    .text_2 {
        margin-top: 2rem;
    }

    .prin_h1 {
        font-size: 2.5rem;
        margin-left: 3rem;
    }

    .home_rebeca {
        font-family: "Outfit";
        font-weight: 300;
        color: var(--text-color2);
        font-size: 6rem;
        margin-left: 3rem;
    }

    .home_rebeca_2 {
        color: #177A28;
        display: flex;
        margin-top: -2rem;
        font-size: 5.5rem;
        margin-left: 3rem;
    }

    .line {
        margin-top: -2rem;
        margin-left: 16rem;
        margin-right: 13rem;
    }

    .terapia {
        color: #177A28;
        font-size: 2rem;
        width: 40rem;
        margin-left: 6rem;
    }

    .text_color2 {
        font-size: 1.8rem;
        margin-right: 5rem;
        font-weight: 400;
        margin-bottom: 3rem;
        margin-left: 6rem;
    }

    .barra span {
        font-size: 1.2rem;
    }

    .barra {
        padding-left: 6rem;
    }

    .barra2 {
        padding-left: 6rem;
        font-size: 1.1rem;
    }

    .barra3 {
        padding-left: 6rem;
        font-size: 1.2rem;
    }

    .barra4 {
        padding-left: 6rem;
        font-size: 1.2rem;
    }

    .text_3 {
        margin-top: 2rem;
        width: 37rem;
        margin-left: 5rem;
    }

    .home-content_2 p {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 400;
        width: 35rem;
    }

    .text_color3 {
        font-size: 1.3rem;
        margin-right: 0rem;
        font-weight: 600;
        padding-left: 7rem;
        display: flex;
        padding-bottom: 2rem;
        padding-top: 1rem;
    }

    .super {
        color: #0D2F3F;
        font-size: 1.8rem;
        font-weight: 700;
        padding-left: 7rem;
        padding-top: 2rem;
        display: flex;
        padding-bottom: 1rem;
        width: 33rem;
    }

    .texto {
        font-family: "Playfair Display", serif;
        font-size: 1.8rem;
        font-weight: 400;
        text-align: center;
        width: 34rem;
        margin-left: 1rem;
    }

    .phink {
        margin-top: 8rem;
        margin-left: 11rem;
    }

    .texto3 {
        font-family: "Playfair Display", serif;
        font-size: 1.8rem;
        font-weight: 400;
        text-align: right;
        width: 44rem;
        margin-left: 3rem;
    }

    .texto3 {
        width: 31rem;
    }

    .home_rebeca_2 {
        color: #177A28;
        display: flex;
        margin-top: -1rem;
        font-size: 5.5rem;
        margin-left: 0rem;
    }

    .img3 {
        top: 81rem;
        left: 15rem;
        position: relative;
    }

    .text_desenvolver {
        font-size: 2.6rem;
        font-weight: 700;
        text-align: center;
        display: flex;
        margin-top: -17rem;
        margin-bottom: 1rem;
        width: 41rem;
    }

    .home3 {
        margin-top: 19rem;
    }

    .balao {
        margin-left: 8rem;
        margin-top: 1rem;
        width: 60vw;
    }

    .home_rebeca_5 {
        color: #177A28;
        display: flex;
        margin-top: 0rem;
        font-size: 6rem;
        font-weight: 600;
        font-size: 4rem;
    }

    .text_footer {
        font-size: 1.6rem;
        font-weight: 700;
        color: #FFFFFF;
        width: 35rem;

        text-align: center;
        margin-left: 1rem;
        display: flex;
    }

    .img_book {
        margin-top: 10rem;
        width: 40vw;
    }

    .texto8 {
        font-family: "Playfair Display", serif;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center;
        width: 33rem;
        margin-left: 1rem;
        margin-top: 17rem;
    }

    .text_color5 {
        font-size: 1.8rem;
        width: 35rem;
        text-align: center;
        margin-top: 3rem;
        margin-bottom: 3rem;
        font-weight: 900;
        display: flex;
        margin-left: 0rem;
    
    }

    .botao_final {
        background-color: var(--text-color2);
        width: 23rem;
        height: 6rem;
        border-radius: 1rem;
        color: #ffff;
        margin-left: 6rem;
    }


    .porque_fazer {
        margin-left: 4rem;
    }

    .home-content h3 {
        font-size: 5rem;
        margin-bottom: 1rem;
        margin-left: 4rem;
    }

    .beca {
        margin-left: 3rem;
    }

}

@media(max-height:720px)and (max-width:960px) {
    .text_p {
        margin-top: 39rem;
    }

    .prin_h1 {
        font-size: 2.5rem;
        margin-left: 1rem;
    }
    .home_rebeca {
        font-family: "Outfit";
        font-weight: 300;
        color: var(--text-color2);
        font-size: 6rem;
        margin-left: 1rem;
    }
    .beca {
        margin-left: 1rem;
    }
    .line {
        margin-top: -1.7rem;
        margin-left: 14rem;
        margin-right: 14rem;
    }

    .home-content_2 {
        margin-top: 3rem;
    }


    .home-img img {
        width: 73vw;
        position: relative;
        top: -88rem;
    }

    .img_book {
        margin-top: 11rem;
        width: 40vw;
    }

    .texto8 {
        font-family: "Playfair Display", serif;
        font-size: 1.4rem;
        font-weight: 400;
        text-align: center;
        width: 33rem;
        margin-left: 2rem;
        margin-top: 21rem;
    }

    .text_2 {
        margin-top: 2rem;
    }

    .text_3 {
        margin-top: 2rem;
    }

    .texto {
        font-family: "Playfair Display", serif;
        font-size: 1.8rem;
        font-weight: 400;
        text-align: center;
        width: 31rem;
        margin-left: 6rem;
    }

    .balao {
        margin-left: 11rem;
        margin-top: 1rem;
        width: 60vw;
    }
    .oque_dizem {
        margin-left: 4rem;
        margin-top: -41rem;
    }
    .line2 {
        border-bottom: 3px solid;
        display: flex
;
        margin-top: -1.6rem;
        margin-left: 20rem;
        margin-right: 19rem;
    }
    .balao {
        margin-left: 9rem;
        margin-top: 1rem;
        width: 60vw;
    }

    .img3 {
        top: 81rem;
        left: 15.5rem;
        position: relative;
    }
    .text_footer {
        font-size: 1.6rem;
        font-weight: 700;
        color: #FFFFFF;
        width: 35rem;
        text-align: center;
        margin-left: 4rem;
        display: flex
;
    }
    .text_color2 {
        font-size: 1.8rem;
        margin-right: 5rem;
        font-weight: 400;
        margin-bottom: 3rem;
        margin-left: 3rem;
    }
    .home-content_2 p {
        text-align: center;
        font-size: 1.8rem;
        font-weight: 400;
        width: 32rem;
    }


    .texto7 {
        font-family: "Playfair Display", serif;
        font-size: 2.5rem;
        font-weight: 400;
        text-align: center;
        margin-left: 3rem;
        font-size: 1.8rem;
        width: 35rem;
    }

    .text_desenvolver {

        font-size: 2.6rem;
        font-weight: 700;
        text-align: center;
        display: flex;
        margin-top: -17rem;
        margin-bottom: 1rem;
        width: 38rem;
        margin-left: 3rem;

    }

    .terapia {
        color: #177A28;
        font-size: 2rem;
        width: 39rem;
        margin-left: 3rem;
    }

    .caminho {
        margin-top: -8rem;
    }

    .barra {
        width: 42.5rem;
    }

    .barra2 {
        width: 42.5rem;
    }

    .supervisao {
        width: 42rem;
    }
}

@media(max-height:720px)and (max-width:1366px) {
    .navbar a {
        font-size: 1.8rem;
        color: #0D2F3F;
        font-weight: 400;
        transition: 0.3s ease;
        border-bottom: 3px solid transparent;
        margin-left: 2.8rem;
    }
}