.sub-header {
    max-width: 1280px;
    padding: 0rem 8rem;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    margin-bottom: 3rem;
}

.sub-header a {
    padding: 0.6rem 1.6rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
    border-radius: 1.5rem;
    border: .1rem solid rgba(28, 36, 46, 1);
    cursor: pointer;
    background-color: rgba(190, 22, 123, 1);
}

.sub-header a:hover {
    color: rgba(28, 36, 46, 1);
    transition: color 0.3s ease, transform 0.2s ease;
}

.sub-header a p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.sub-header a img {
    width: 1.9rem;
}

header {
    height: 7.6rem;
    padding-right: 8rem;
    background-color: rgba(28, 36, 46, 1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-sub-logo {
    display: flex;
    align-items: center;
    gap: 2rem;
    background-color: rgb(190, 22, 123);
    /* background-color: aqua; */
}

.sub-logo {
    margin-left: 8rem;
}

.complemento-sub-logo {
    height: 7.6rem;
    position: relative;
    left: 5.3rem;
}

.logo {
    height: 5.2rem;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65);
}

nav ul a {
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.65);
    width: 2.3rem;
}

nav {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

nav ul {
    /* background-color: rgba(190, 22, 123, 1); */
    display: flex;
    align-items: center;
    gap: 5rem;
    font-size: 2rem;
}

nav ul a {
    color: rgb(255, 255, 255);
    padding: 1rem 0;
    transition: color 0.3s ease, transform 0.2s ease;
}

nav ul a:hover {
    color: rgba(190, 22, 123, 1);
    transform: scale(1.1);
}

nav ul a:active {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.65);
    color: rgb(89, 0, 206);
    transform: scale(0.95);
}

main section {
    padding: 2.9rem 8rem;
}

.hero-banner{
    padding-top: 4rem;
    padding-bottom: 1rem;
}

h1 {
    font-size: 4.6rem;
    font-weight: 700;
    color: rgba(190, 22, 123, 1);
    position: absolute;
    top: 22.5rem;
    z-index: 2;
}

.img-banner {
    position: relative;
}


.historia {
    height: 345px;
    padding-top: 1rem;
    display: flex;
    gap: 3rem;
    /* background-color: rosybrown; */
}

.texto {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 3rem;
    /* background-color: royalblue; */
}

.texto h2 {
    width: 52%;
    line-height: 4em;
    /* background-color: seagreen; */
}

.linha-1 {
    font-size: 9.4rem;
    font-weight: 800;
    /* color: rgba(190, 22, 123, 1); */
}

.linha-2 {
    font-size: 5.9rem;
    font-weight: 100;
}

.texto p {
    font-family: 'montserrat', sans-serif;
    font-size: 1.7rem;
    line-height: 1.9rem;
}

.texto p:first-of-type {
    width: 43%;
    /* background-color: rgba(190, 22, 123, 1); */
}

.video {
    width: 351px;
    height: 552px;
    position: relative;
    top: -6rem;
    border-radius: 30px;;
}

.avaliacoes{
    background-color: rgba(190, 22, 123, 1);
}

.avaliacoes h2 {
    padding: 0 0 2rem ;
    font-size: 2.6rem;
    color: white;
}

.box-testemunhos {
    padding-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 2rem;
}

.box-testemunhos article {
    width: 32%;
    padding: 3rem 2rem ;
    border-radius: 1.4rem;
    text-align: center;
    color: rgb(31, 31, 31);
    background-color: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}

.avaliacao {
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    height: 18rem;
    display: flex;
    align-items: center;
}

.nome {
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    font-size: 2rem;
}

.box-testemunhos article img:nth-child(4) {
    max-width: 100%;
    margin: 2rem 0 0;
}

.box-testemunhos > .reviews {
    background-color: rgba(190, 22, 123, 1);
}

.reviews img {
    width: 90%;
    position: relative;
    bottom: -10rem;

}

footer {
    background-color: rgba(26, 29, 35, 1);
    color: white;
}

.sub-footer {
    padding: 1.5rem 8rem;
    display: flex;
    justify-content: space-between;
    background-color: rgba(28, 36, 46, 1);
}

.sub-footer div a{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: white;
    /* background-color: blueviolet; */
}

.sub-footer div a:hover {
    color: rgba(190, 22, 123, 1);
    transition: color 0.3s ease, transform 0.2s ease;
}

.sub-footer p {
    font-family: 'montserrat', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
}

.main-footer {
    padding: 3.5rem 8rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-footer div {
    max-width: 21rem;
    /* min-width: 16.9rem; */
}

.main-footer div h3 {
    margin-bottom: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: rgba(190, 22, 123, 1);
}

.main-footer div p {
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 110%;
}

.main-footer div ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    font-family: 'montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 110%;
}

.funcionamento-v1 {
    display: none;
}
