* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    text-decoration: none;
}

:root {
    font-family: "cookie";
  }

html {
    scroll-behavior: smooth;
}

  main {
    overflow: overlay;
    overflow-x: hidden;
  }



header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'roboto', sans-serif;
    padding-top: 21px;
    background-color: #F4E3FD;
}

header button {
    padding: 5px 15px;
    border-radius: 30px;
    background-image: url(./assets/bg-re.jpg);
    background-size: cover;
    margin-left: 50px;
}

header button a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 2px 1px #8F00FF80;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #FF16E880;
}

header button:hover {
    padding: 5px 15.5px;
    transform: translateX(-1px);
    transform: translateY(-1px);
    border: .5px solid #9700ae3f;
}

nav {
    display: flex;
    gap: 20px;
    padding-right: 72px;
}

nav a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    transition: .3s ease;

}

nav a:hover {
    color: #8F00FF80;
    font-size: 15px;
    transform: translateX(5px);
    font-weight: 700;
    
}

#fundo-wave {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100px;
    z-index: 0;
    
}

.inicio {
    background: #F4E3FD;
    padding-top: 120px;
    height: 90vh;
}

#titulo {
   margin-left: 195px;
   font-family: 'cookie';
   font-size: 55px;
   font-weight: 400;
   line-height: 45px;
}

ul {
    margin-left: 300px;
    color: #9600AE;
}
ul li {
    font-size: 25px;
    font-family: 'roboto';
}

.inicio div {
    z-index: 1;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 530px;
}

.inicio div h3 {
    color: #fff;
    font-family: 'dancing script';
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.seta {
    width: 55px;
    height: 55px;
    margin: 0;
    position: initial;
    border-radius: 30px;
    transition: 1s ease;
}
.seta:hover {
    background-color: #aa0ec2dc;
}

.galeria {
    background: linear-gradient(to top, #9600AE, #FF16E8);
    z-index: 1;
    position: relative;
    padding-top: 150px;
}
.galeria h2 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    margin-bottom: 50px;
}

.container {
    display: flex;
    width: 100%;
    gap: 10%;
}

.galeria article {
    max-width: 566px;
    max-height: fit-content;
    margin-left: 5%;
    display: flex;
    margin-bottom: 50px;
    overflow-x: hidden;
    border-radius: 10px;
}

#slider2 {
    display: flex;
    gap: 21px;
    margin-right: 100px;
}

.divsImg img {
    width: 175px;
    height: 170px;
    border-radius: 6px;
}

.divsImg a {
    height: 100%;
}

#btnJs1 {
    position: absolute;
    top: 490px;
    left: 20px;
    background-color: transparent;
    opacity: 0;
    cursor: pointer;
}

#btnJs2 {
    position: absolute;
    top: 490px;
    left: 640px;
    background-color: transparent;
    cursor: pointer;

}

#btnJs1 img, #btnJs2 img{
    width: 40px;
}

.lado-direito {
    width: 40%;
}

.lado-direito h4 {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 10px;
}

.lado-direito p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.divImg {
    width: 230px;
    height: 235px;
    margin: auto;
}

.divImg img {
    width: 100%;
    height: 100%;
    position: initial;
    object-fit: cover;
    border-radius: 5px;
}

#procedimentos {
 background-color: #F4E3FD;
 padding-bottom: 50px;
}

#procedimentos h2 {
    font-size: 60px;
    text-align: center;
    color: #9600AE;
    padding-top: 40px;
    margin-bottom: 26px;
    font-weight: 400;
}

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


.proced1 {
    margin-left: 6%;
}

.proced2 {
    margin-right: 6%;
}

.titlesProcedimento h3 {
    font-size: 27px;
    font-family: "roboto";
    font-weight: 700;
    text-align: center;
    margin-top: 25px;
}

.titlesProcedimento ul   {
    margin-left: 40%;
}

.titlesProcedimento ul li   {
    font-size: 22px;
    line-height: 20px;
}

.procedimento {
    max-width: 550px;
    height: fit-content;
    overflow-x: hidden;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    overflow-y: hidden;
}

.botoes {
    display: flex;
    margin: 0;
    text-align: center;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-left: 7%;
}

.botoes li::marker {
    font-size: 32px;
}

.paragrafo {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 200px;
}

.textosManiJs, .textosPediJs {
    display: flex;
}

.textosManiJs div p, .textosPediJs div p {
    font-size: 20px;
    letter-spacing: 1.3px;
}

.par1 {
    width: 510px;
    margin-left: 20px;
}

.par2 {
    width: 510px;
    margin-left: 20px;
}

.par3 {
    width: 510px;
    margin-left: 20px;
}

.paragrafo p {
    font-size: 16px;
    font-family: "roboto";
    line-height: 23px;
    margin-block: 35px;
}

.imgProcedimentos {
    border-top: 1px solid rgba(97, 97, 97, 0.5);
    border-bottom: 1px solid rgba(97, 97, 97, 0.5);


    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding-block: 30px;
}

.imgProcedimentos img {
    height: 210px;
    width: 200px;

}

#bg-valores {
    width: 100%;
}

#posicionamento {
    margin-top: -400px;
}

.valores {
    max-height: 780px;
}

.valores .flex {
    justify-content: space-around;
}

.valores h3 {
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    margin-block: 50px;
    position: relative;
    z-index: 1;
}

#pacote {
    width: 500px;
    height: 400px;
    background-image: url(./assets/bg-re.jpg);
    box-shadow: 2px 6px 12px #9000ff;
    border-radius: 10px;
    padding-top: 25px;
    margin-bottom: 100px;
}

#somenteUm {
    width: 600px;
    height: 250px;
    background-image: url(./assets/bg-re.jpg);
    box-shadow: 2px 6px 12px #9000ff;
    border-radius: 10px;
    padding-top: 25px;
}

.detalhes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.detalhes p {
    font-size: 35px;
    margin-left: 25px;
    width: 50%;
}

.detalhes li {
    font-size: 35px;
    margin-left: 25px;
    width: 50%;
}

#pacote .detalhes div {
    display: flex;
    background-color: #000;
    height: 1px;
    width: 50%;
    margin-right: 10px;
}

#somenteUm .detalhes div {
    width: 20%;
    height: 1px;
    background-color: #000;
}

#somenteUm .detalhes li {
    width: 50%;
}

#tolerancia {
    margin-top: 15px;
    font-size: 25px;
}

.flex div h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: "roboto";
    margin-top: 30px;
    text-shadow: 1px 1px 1px #414141a2 ;
    animation: pulse 2s infinite;
    animation-timing-function: ease-in-out;
    

}

#pacote div hr {
    padding: 10px;
    background-color: #000;
}

.valores div h4 {
    text-align: center;
    font-weight: 400;
    font-size: 40px;
}

@keyframes pulse {
    from {
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      transform: scale3d(1, 1, 1);
    }
  }

#pacote h4 {
    margin-bottom: 80px;
}

.valores #divBtn button {
    background-image: url(./assets/bg-re.jpg);
    border-radius: 30px;
    padding: 15px 20px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

#divBtn a:hover {
    color: #000000;
    transition: .5s ease;
}

#divBtn {
    display: flex;
    justify-content: center;
}

.divLi img {
    position: relative;
    width: 40%;
    left: 50%;
    bottom: -12%;
}

.valores button a {
    color: white;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 2px 2px 1px #8F00FF80;
    padding: 15px 20px;
}

#calendly {
    text-align: center;
    padding: 15px 25px;
    background-image: url(./assets/bg-re.jpg);
    border-radius: 30px;
    margin-bottom: 30px;
    font-family: 'roboto';
    transition: .3s ease;
}

#calendly:hover {
    padding: 17px 29px;
    transform: translate3d(-1px, -2px, 5px);
    border: .5px solid #9000ff;
}

.janela-modal {
    width: 100vw;
    height: 1000px;
    position: absolute;
    background-color: #00000080;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
    overflow: hidden;
}

@keyframes abrirModal {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, -5px);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);

    }
}

.abrir .modal {
    animation: abrirModal .4s;
}

.janela-modal.abrir {
    display: flex;
    overflow-x: hidden;
    transition: 1s;

}

.modal {
    width: 60%;
    height: 630px;
    border-radius: 20px;
    background-color: #ffffff7a;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.fechar {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border-radius: 50%;
    background: #9000ff;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}

.calendly-inline-widget{
    border-radius: 20px;
}



#cursos {
    height: 700px;
    background-image: url(./assets/vetores.svg);
    background-size: cover;
}

#titleCursos {
    text-align: center;
    color: #9600AE;
    font-size: 60px;
    font-weight: 400;
    padding-top: 70px;
}

#cursos .flex {
    margin-top: 120px;
}

.cursoInfo {
    margin-left: 10%;
    display: flex;
    flex-direction: column;
}

.cursoInfo h3 {
    font-size: 50px;
    color: #9600AE;
    margin-bottom: 30px;
    font-weight: 400;
}

#cursos .cursoInfo ul {
    margin: 0;
    color: #000;
    font-family: 'roboto';
    line-height: 35px;
}

#cursos .cursoInfo ul li {
    font-size: 22px;
}

.cursoInfo p {
    font-family: 'roboto';
    font-size: 22px;
    margin-block: 20px;
}

.cursoInfo button {
    background-color: #128C7E;
    border-radius: 30px;
    padding: 12px 30px;
    align-self: center;
    margin-top: 15px;
}

.cursoInfo button a{
    color: white;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 22px;
    font-family: 'roboto';
    transition: .4s;
}

.cursoInfo button a:hover{
    color: #000;

}

.localizacao {
    width: 530px;
    height: 330px;
    margin-right: 10%;
    box-shadow: 20px 20px 15px #00000046;
    border-radius: 5px;
    background-color: #ffffff54;
}

.localizacao iframe {
    width: 100%;
    height: 100%;
    border-radius: 5px;

}

iframe .place-card.place-card-large {
    display: none;
}

.default-card {
    display: none;
}

footer {
    background-color: #CE9FDF;
    font-family: 'roboto';
    height: 200px;
}

footer h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-top: 15px;
}

footer ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    color: #000;
    margin-bottom: 10px;
}

footer ul li a {
    font-size: 20px;
    display: flex;
    justify-content: center;
    gap: 13px;
    margin-top: 25px;
    color: #000;
}

footer ul li a:hover {
    color: #9000ff;
}

footer ul li img {
    width: 22px;
}

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

.footer a {
    margin-left: 5%;
    color: #000;
}

.footer div a{
    display: flex;
    align-items: center;
    width: 150px;
    color: #000;
}


.footer div {
    margin-right: 5%;

}

body::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
}
  
body::-webkit-scrollbar-track {
    background: rgb(252, 187, 252);        /* color of the tracking area */
}
  
body::-webkit-scrollbar-thumb {
    background-color: rgb(183, 0, 255);    /* color of the scroll thumb */
    border-radius: 05px;       /* roundness of the scroll thumb */
    border: 2px solid rgb(207, 59, 252);  /* creates padding around scroll thumb */
}


  /* RESPONSIVO */

@media (max-width: 480px) {

    #a1, #a2 {
        display: none;
    }

    header button{
        margin: 0;
        padding: 5px 10px;
        margin-left: 30px;
    }
    header button a {
        font-size: 14px;
    }

    nav{
        gap: 5px;
        padding: 0;
    }

    nav a {
        font-size: 12px;
        margin-right: 30px;
    }

    .inicio {
        height: auto;
    }

    #titulo {
        font-size: 30px;
        text-align: center;
        margin: 0;
    }

    .inicio ul {
        margin: 0;
    }

    .inicio ul li {
        font-size: 17px;
        text-align: center;
    }

    #fundo-wave {
        position: initial;
        height: auto;
        margin-top: 220px;
    }

    .inicio div h3 {
        font-size: 15px;
    }

    .seta {
        width: 35px;
        height: 35px;
        margin-bottom: 50px;
    }

    .galeria {
        margin-top: -10px;
        padding-top: 100px;
    }

    #gallery{
        font-size: 35px;
        margin-bottom: 50px;
    }

    .container {
        display: block;
    }

    .galeria article {
        max-width: initial;
        max-height: initial;
        margin-inline: 5%;
        margin-bottom: 100px;
    }

    #slider2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        overflow: auto;
        margin: auto;
        gap: 1%;
    }

    .divsImg img{
        width: initial;
        height: 150px;
    }

    .lado-direito {
        width: 90%;
        margin: auto;
        padding-bottom: 80px;
        
    }
    
    .lado-direito h4 {
        text-align: center;
        margin-bottom: 50px;
    }

    .lado-direito p {
        font-size: 25px;
        margin-bottom: 50px;
    }
    
    .divImg{
        width: 90%;
        height: auto;
    }

    .divImg img {
        width: 100%;
        max-height: 400px;
    }

    #procedimentos h2 {
        font-size: 32px;
        width: 90%;
    }

    #procedimentos .flex {
        display: block;
    }

    .procedimento {
        margin: 0;
        width: 90%;
        margin: auto;
        margin-bottom: 30px;
    }

    .titlesProcedimento h3 {
        font-size: 20px;
    }

    .titlesProcedimento ul li {
        font-size: 18px;
        line-height: 20px;
    }

    .textosManiJs div p {
        font-size: 17px;
        width: 80vw;
    }

    .textosPediJs div p {
        font-size: 17px;
        width: 80vw;
    }

    .imgProcedimentos {
        display: none;
    }

    #bg-valores {
        display: none;
    }

    #posicionamento {
        margin-top: 0;
    }

    #titleValores {
        color: #9000ff;
        font-size: 37px;
        margin: 25px 0 50px 0;
    }

    .valores {
        max-height: none;
    }

    .valores .flex {
        display: block;
    }

    #pacote {
        height: auto;
        width: 95%;
        margin: auto;
        margin-bottom: 35px;
    }

    #pacote h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .detalhes li {
        font-size: 21px;
    }

    .flex div h2 {
        font-size: 25px;
        margin-top: 15px;
        padding-bottom: 15px;
    }

    #somenteUm {
        height: auto;
        width: 95%;
        margin: auto;
        margin-bottom: 15px;
    }

    #somenteUm h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    #tolerancia {
        width: 90%;
        text-align: center;
        margin: auto;
        margin-top: 50px;
        font-size: 24px;
    }

    article {
        text-align: center;
    }

    .divLi img {
        width: 70%;
        position: initial;
        margin: auto;
        margin-bottom: 20px;
    }

    #cursos {
        height: auto;
    }

    #titleCursos {
        font-size: 37px;
        padding-top: 50px;
    }

    #cursos .flex {
        margin-top: 70px;
        display: block;
    }

    .cursoInfo {
        text-align: center;
        margin-left: 0;
    }

    .cursoInfo h3 {
        font-size: 40px;
    }

    #cursos .cursoInfo ul {
        text-align: left;
        margin: auto;
    }

    .cursoInfo p {
        font-size: 17px;
    }

    .cursoInfo button {
        margin-top: 0;
        margin-bottom: 50px;
    }

    .localizacao {
        width: 90%;
        margin: auto;
        margin-bottom: 35px;
    }

    footer {
        height: auto;
    }

    footer ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .footer {
        display: block;
        text-align: center;
    }

    .footer div {
        margin: auto;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 70px;
        margin-top: 15px;
    }
}




