html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #F9F1F5 ;
    max-width: 1440px;
    margin: 0 auto;
    color: #C78BAE;
    box-sizing: border-box;
}

.home {
    background: url(../images/ACB04256.png) no-repeat;
    background-size: 1600px;
    height: 700px;
    color: #f5f5f5;
}

.header {
    display: flex;
    align-items: center;
    padding: 20px 60px;
    font-family: 'Heebo';
}

.home .titulo {
    display: inline;
}

.home .titulo h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 76px;
    text-transform: uppercase;
    width: 500px;
    padding-top: 160px;
    padding-left: 120px;
}

.home .titulo h2 {
    font-size: 73px;
    font-weight: 400;
    line-height: 69px;
    font-family: 'Mrs Saint Delafield';
    transform: translateY(-10px);
    padding-left: 128px;
}

.text {
    font-size: 36px;
    font-weight: 300;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
    margin: 40px auto;
    width: 1040px;
}

.text span {
    font-weight: 700;
}

.sobre-harmonize {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 60px;
    gap: 40px;
}

.sobre-harmonize .info-sobre-h h2 {
    font-size: 70px;
    font-weight: 800;
    line-height: 66px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 550px;
}

.sobre-harmonize .info-sobre-h p {
    font-family: 'Inter';
    font-size: 25px;
    font-weight: 300;
    line-height: 25px;
    width: 500px;
}

.sobre-harmonize .foto-dra-p {
    width: 450px;
    height: 550px;
    border-radius: 45px;
    background: url(../images/IMG_5789.JPG) no-repeat;
    background-size: 480px;
    background-position: -20px, -50px;
}

.sobre-dra-paola {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto 80px;
    gap: 40px;
}

.sobre-dra-paola .foto-2-dra-p {
    width: 450px;
    height: 550px;
    border-radius: 45px;
    background: url(../images/ACB04278.jpg) no-repeat;
    background-size: 600px;
    background-position: -120px -10px;
}

.sobre-dra-paola .info-dra-p h2 {
    font-size: 51px;
    font-weight: 800;
    line-height: 47px;
    text-transform: uppercase;
    margin-bottom: 10px;
    width: 580px;
}

.sobre-dra-paola .info-dra-p p {
    font-family: 'Inter';
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
    width: 500px;
}

.sobre-dra-paola .info-dra-p p span {
    font-weight: 700;
}


.nossos- {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 50px;
}

.nossos- div {
    border-left: solid 8px #E9CADC;
    padding: 0px 10px 40px 10px
}

.nossos- h3 {
    font-size: 32px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.nossos- p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    width: 300px;
}

.nossos- ul li {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    list-style: disc;
    width: 300px;
    margin-left: 20px;
}

.nossos- ul li::marker {
    font-size: 10px;
}

.faixa {
    background-color: #C78BAE;
    color: #fff;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faixa h2 {
    font-size: 64px;
    font-weight: 800;
}

.alunos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 40px 60px;
}

.alunos h2 {
    font-size: 99px;
    font-weight: 800;
    text-transform: uppercase;
    color: #EA8BB6;
    margin-bottom: 20px;
}

.alunos h2 span {
    font-weight: 300;
    color: #000;
}

.alunos .linha-fotos {
    display: flex;
    margin-bottom: 70px;
}

.alunos .linha-fotos .foto-aluna {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-left: -10px;
}

.alunos .linha-fotos .foto-aluna:nth-child(odd) {
    background: #EA8BB6;
}

.alunos .linha-fotos .foto-aluna:nth-child(even) {
    background: #E9CADC;
}

.alunos .depoimentos {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.alunos .depoimentos .linha-superior {
    display: flex;
    gap: 40px;
    margin-right: 100px;
}

.alunos .depoimentos .linha-inferior {
    display: flex;
    gap: 40px;
    margin-left: 100px;
}

.alunos .depoimentos .depoimento {
    background-color: #E9CADC;
    position: relative;
    border-radius: 0 16px 7px 7px;
}

.alunos .depoimentos .depoimento .foto-aluna {
    padding: 0 5px 5px 0;
    background-color: #F9F1F5;
    position: absolute; 
    border-radius: 0 32px 38px 0;
    top: -10px;
    left: -20px;
    display: flex;
    align-items: center;
}

.alunos .depoimentos .depoimento .foto-aluna img {
    width: 60px;
    border-radius: 50%;
}

.alunos .depoimentos .depoimento .info-depoimento {
    color: #994F7A;
    padding: 10px 20px 10px 60px;
}

.alunos .depoimentos .depoimento .info-depoimento h3 {
    font-size: 16px;
    text-transform: uppercase;
}

.alunos .depoimentos .depoimento .info-depoimento p {
    font-size: 11px;
    line-height: 17px;
    font-style: italic;
    width: 330px;
}

.alunos .depoimentos .depoimento .info-depoimento span {
    font-size: 11px;
    font-weight: 600;
}

.cursos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0;
    gap: 30px;
}

.cursos h2 {
    font-size: 64px;
    font-weight: 800;
    text-transform: uppercase;
    color: #994F7A;
    margin-bottom: 20px;
}

.cursos .curso {
    background-color: #C78BAE;
    color: #fff;
    text-transform: uppercase;
    width: 1050px;
    height: 350px;
    padding: 40px 100px 60px;
    border-radius: 30px;
}

.cursos .curso span {
    font-size: 15px;
    font-weight: 600;
    padding: 2px 18px;
    border-radius: 5px;
    margin-right: 5px;
}

.cursos .curso span.nivel {
    background-color: #E3409F;
}

.cursos .curso span.local {
    background-color: #EA8BB6;
}

.cursos .curso span.tipo {
    background-color: #994F7A;
}

.cursos .curso h3 {
    font-size: 53px;
    font-weight: 800;
    margin: 10px 0;
}

.cursos .curso p {
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    width: 600px;
    margin-bottom: 50px;
}

.cursos .curso .btn-curso {
    color: #fff;
    background-color: #EA8BB6;
    font-size: 28px;
    font-weight: 800;
    padding: 5px 40px;
    border-radius: 10px;
    transition: 0.4s;
}

.cursos .curso .btn-curso:hover{
    color: #EA8BB6;
    background-color: #fff;
}

.cursos .curso .btn-curso img {
    width: 34px;
    transform: translate(-15px, 7px);
}

.cursos .curso .btn-curso .fa-arrow-circle-right {
    font-size: 32px;
    transform: translate(15px, 2px) rotate(-45deg);
}

.cursos .curso .h3-alterado {
    line-height: 53px;
    margin-bottom: 5px;
    width: 700px;
}

.cursos .curso .p-alterado {
    margin-bottom: 20px;
}

.bandeira-harmonize {
    width: auto;
    height: 600px;
    background: url(../images/Free_Flag_Mockup_2.jpg) no-repeat;
    background-size: 1550px;
    background-position: -80px -250px;
    border-radius: 57px;
    transform: translateY(100px);
    box-shadow: 4px 1px 8px 4px rgba(0, 0, 0, 0.4);
}

.chamado{
    width: auto;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    color: #fff;
    background-color: #E471AB;
    padding: 80px 80px 60px;
    border-radius: 57px;
    box-shadow: 4px 1px 32px 4px rgba(0, 0, 0, 0.9);
    margin-bottom: 40px;
}

.chamado p {
    font-size: 52px;
    font-weight: 400;
    line-height: 49px;
    text-transform: uppercase;
    width: 950px;
}

.chamado p span {
    font-weight: 800;
}

.chamado .rodape {
    display: flex;
    font-family: 'Montserrat';
    align-items: flex-start;
}

.chamado .rodape p {
    font-size: 18px;
    text-transform: uppercase;
    color: #F9F1F5;
}

.hidden {
    opacity: 0;
    transform: translateY(-30px);
    transition: all 1s;
}

.show {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
}