

@media (min-width: 1024px) and (max-width: 1280px) {

    .container {
        background-color: white;
        max-width: 1028px;
        border-radius: 20px;
        margin: auto;
        overflow: hidden;
    }
    .sub-header {
        max-width: 1028px;
        padding: 0rem 4rem;
        gap: 2rem;
    }

    header {
        padding-right: 6rem;
    }

    .header-sub-logo {
        display: flex;
        align-items: center;
        gap: 2rem;
        background-color: rgb(190, 22, 123);
        /* background-color: aqua; */
    }

    .sub-logo {
        margin-left: 6rem;
    }

    .complemento-sub-logo {
        position: relative;
        left: 5.2rem;
    }

    nav ul {
        gap: 3rem;
    }

    main section {
        padding: 3rem 6rem;
    }

    .hero-banner{
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 3.75rem;
        font-weight: 700;
        color: rgba(190, 22, 123, 1);
        position: absolute;
        top: 22.5rem;
        z-index: 2;
    }

    .img-banner {
        position: relative;
        width: 90.8rem;
    }


    .historia {
        height: 385px;
        padding-top: 1rem;
        display: flex;
        /* background-color: rosybrown; */
    }

    .texto {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 3rem;
        row-gap: 1rem;
        /* background-color: royalblue; */
    }

    .texto h2 {
        width: 100%;
        line-height: 0rem;
        /* background-color: seagreen; */
    }

    .linha-1 {
        font-size: 5.5rem;
        font-weight: 800;
        /* color: rgba(190, 22, 123, 1); */
    }

    .linha-2 {
        font-size: 5.5rem;
        font-weight: 100;
    }

    .texto p {
        font-family: 'montserrat', sans-serif;
        font-size: 1.7rem;
        line-height: 1.9rem;
    }

    .texto p:first-of-type {
        width: 100%;
        /* background-color: rgba(190, 22, 123, 1); */
    }

    .video {
        width: 287.41px;
        height: 452px;
        position: relative;
        top: -6.1rem;
        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: -7rem;

    }

    .sub-footer {
        padding: 1.5rem 6rem;
        justify-content: end;
        gap: 2rem;
    }

    .preenchimento{
        display: none;
    }

    .main-footer {
        padding: 3.5rem 6rem;
        gap: none;
    }

    .funcionamento-v1 {
        display: block;
        margin-top: 2.5rem;
    }

    .funcionamento-v2{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {

    .container {
        background-color: white;
        max-width: 76.8rem;
        border-radius: 2rem;
        margin: auto;
        overflow: hidden;
    }
    .sub-header {
        max-width: 76.8rem;
        padding: 0rem 4rem;
        gap: 2rem;
    }

    header {
        padding-right: 4rem;
    }

    .header-sub-logo {
        display: flex;
        align-items: center;
        gap: 2rem;
        background-color: rgb(190, 22, 123);
        /* background-color: aqua; */
    }

    .sub-logo {
        margin-left: 6rem;
    }

    .complemento-sub-logo {
        position: relative;
        left: 5.2rem;
    }

    nav ul {
        gap: 3rem;
    }

    main section {
        padding: 3rem 6rem;
    }

    .hero-banner{
        padding-top: 4rem;
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 2.65rem;
        font-weight: 700;
        color: rgba(190, 22, 123, 1);
        position: absolute;
        top: 22.5rem;
        z-index: 2;
    }

    .img-banner {
        position: relative;
        width: 64.8rem;
    }


    .historia {
        height: 385px;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        /* background-color: rosybrown; */
    }

    .texto {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 3rem;
        row-gap: 1rem;
        /* background-color: royalblue; */
    }

    .texto h2 {
        width: 100%;
        line-height: 0rem;
        /* background-color: seagreen; */
    }

    .linha-1 {
        font-size: 6.06rem;
        font-weight: 800;
        /* color: rgba(190, 22, 123, 1); */
    }

    .linha-2 {
        font-size: 6.06rem;
        font-weight: 100;
    }

    .texto p {
        font-family: 'montserrat', sans-serif;
        font-size: 1.7rem;
        line-height: 1.9rem;
        text-align: center;
    }

    .texto p:first-of-type {
        width: 100%;
        /* background-color: rgba(190, 22, 123, 1); */
    }

    .video {
        width: 313px;
        height: 492.23px;
        position: relative;
        top: -.6rem;
        border-radius: 30px;
        /* visibility: hidden; */
    }

    .avaliacoes{
        background-color: rgba(190, 22, 123, 1);
    }

    .avaliacoes h2 {
        visibility: hidden;
    }

    .box-testemunhos {
        padding-top: 2rem;
        padding-bottom: 0rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 2rem;
    }
    
    .box-testemunhos :nth-child(3) {
        order: -1;
    }
    
    .box-testemunhos :nth-child(6) {
        order: -2;
        visibility: hidden;
    }

    .box-testemunhos article {
        width: 48.4%;
        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: -4rem;

    }

    .sub-footer {
        padding: 1.5rem 6rem;
        justify-content: center;
        gap: 2rem;
    }

    .preenchimento{
        display: none;
    }

    .main-footer {
        padding: 3.5rem 6rem;
        gap: none;
    }

    .main-footer img:first-of-type {
        display: none;
    }

    .funcionamento-v1 {
        display: block;
        margin-top: 2.5rem;
    }

    .funcionamento-v2{
        display: none;
    }
}

@media (min-width: 594px) and (max-width: 767px) {

    .container {
        background-color: white;
        max-width: 59.4rem;
        border-radius: 2rem;
        margin: auto;
        overflow: hidden;
    }

    .sub-header {
        max-width: 59.4rem;
        padding: 0rem 4rem;
        gap: 2rem;
    }

    header {
        padding-right: 4rem;
    }

    .header-sub-logo {
        width: 11rem;
        display: flex;
        align-items: center;
        gap: 0rem;
        background-color: rgb(190, 22, 123);
        /* background-color: aqua; */
    }

    .sub-logo {
        margin-left: 3.5rem;
    }

    .complemento-sub-logo {
        position: relative;
        left: 1.5rem;
    }

    .logo {
        display: none;
    }

    nav ul {
        gap: 3rem;
    }

    main section {
        padding: 4rem;
    }

    .hero-banner{
        padding-top: 2.5rem;
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 2.1rem;
        font-weight: 700;
        color: rgba(190, 22, 123, 1);
        position: absolute;
        top: 22.5rem;
        z-index: 2;
        visibility: hidden;
    }

    .img-banner {
        position: relative;
        width: 51.4rem;
    }


    .historia {
        height: 405px;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        /* background-color: rosybrown; */
    }

    .texto {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 3rem;
        row-gap: 1rem;
        /* background-color: royalblue; */
    }

    .texto h2 {
        width: 100%;
        line-height: 0rem;
        /* background-color: seagreen; */
    }

    .linha-1 {
        font-size: 4.6rem;
        font-weight: 800;
        /* color: rgba(190, 22, 123, 1); */
    }

    .linha-2 {
        font-size: 4.6rem;
        font-weight: 800;
    }

    .texto p {
        font-family: 'montserrat', sans-serif;
        font-size: 1.7rem;
        line-height: 1.9rem;
        text-align: center;
    }

    .texto p:first-of-type {
        width: 100%;
        /* background-color: rgba(190, 22, 123, 1); */
    }

    .video {
        width: 248px;
        height: 390.02px;
        position: relative;
        top: -.6rem;
        border-radius: 30px;
        /* visibility: hidden; */
    }

    .avaliacoes{
        background-color: rgba(190, 22, 123, 1);
    }

    .avaliacoes h2 {
        visibility: hidden;
    }

    .box-testemunhos {
        margin-top: -15.4rem;
        padding-bottom: 0rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 2rem;
    }

    .box-testemunhos article {
        width: 48.4%;
        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); */
    }
    
    .box-testemunhos :nth-child(3) {
        height: auto;
        order: -1;
    }
    
    .box-testemunhos :nth-child(6) {
        order: -2;
        visibility: hidden;
    }

    .avaliacao {
        font-family: 'Hind Madurai', sans-serif;
        font-weight: 400;
        font-size: 1.8rem;
        height: 25rem;
        display: flex;
        align-items: center;
    }

    .nome {
        font-family: 'montserrat', sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
    }

    .box-testemunhos article img:nth-child(4) {
        max-width: 100%;
        margin: 2rem 0 0;
    }

    .box-testemunhos > .reviews {
        background-color: rgba(190, 22, 123, 1);
        /* background-color: rgb(126, 190, 22); */
    }

    .reviews img {
        width: 90%;
        position: relative;
        bottom: -4rem;
    }

    .sub-footer {
        padding: 1.5rem 2rem;
        justify-content: center;
        gap: 1.5rem;
    }

    .preenchimento{
        display: none;
    }

    .sub-footer p {
        font-family: 'montserrat', sans-serif;
        font-weight: 400;
        font-size: 1.6rem;
    }

    .sub-footer div a img {
        width: 3rem;
    }

    .main-footer {
        padding: 3.5rem 2rem;
        gap: 4rem 3rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .main-footer div h3 {
        font-size: 1.8rem;
    }

    .main-footer img:last-child {
        margin-top: -2.5rem;
    }

    .funcionamento-v1 {
        display: none;
        margin-top: 2.5rem;
    }

}

@media (min-width: 467px) and (max-width: 593px) {

    html {
        padding: 2rem 0rem 0rem;
    }

    .container {
        background-color: white;
        max-width:59.4;
        border-radius: 0rem;
    }

    .sub-header {
        max-width: 76.8rem;
        padding: 0rem 4rem;
        gap: 2rem;
        margin-bottom: 1.5rem;
    }

    .sub-header p{
       display: none;
    }

    .sub-header a {
        padding: 1.2rem 1.2rem;
        border-radius: 3rem;
    }

    header {
        padding-right: 4rem;
    }

    .header-sub-logo {
        width: 11rem;
        display: flex;
        align-items: center;
        gap: 0rem;
        background-color: rgb(190, 22, 123);
        /* background-color: aqua; */
    }

    .sub-logo {
        margin-left: 3.5rem;
    }

    .complemento-sub-logo {
        position: relative;
        left: 1.5rem;
    }

    nav ul {
        gap: 2rem;
    }

    .logo {
        display: none;
    }

    main section {
        padding: 4rem;
    }

    .hero-banner{
        padding-top: 2.5rem;
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 2.1rem;
        font-weight: 700;
        color: rgba(190, 22, 123, 1);
        position: absolute;
        top: 22.5rem;
        z-index: 2;
        visibility: hidden;
    }

    .img-banner {
        position: relative;
        width: 100%;
    }


    .historia {
        height: 100%;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background-color: rosybrown; */
    }

    .texto {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 3rem;
        row-gap: 1rem;
        /* background-color: royalblue; */
    }

    .texto h2 {
        width: 100%;
        line-height: 0rem;
        text-align: center;
        /* background-color: seagreen; */
    }

    .linha-1 {
        font-size: 7.4vw;
        font-weight: 800;
        /* color: rgba(190, 22, 123, 1); */
    }

    .linha-2 {
        font-size: 7.4vw;
        font-weight: 800;
    }

    .texto p {
        font-family: 'montserrat', sans-serif;
        font-size: 1.7rem;
        line-height: 1.9rem;
        text-align: justify;
    }

    .texto p:first-of-type {
        width: 100%;
        /* background-color: rgba(190, 22, 123, 1); */
    }

    .video {
        width: 351px;
        height: 552px;
        position: initial;
        border-radius: 30px;
        /* visibility: hidden; */
    }

    .avaliacoes{
        background-color: rgba(190, 22, 123, 1);
    }

    .box-testemunhos {
        padding-bottom: 0rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 2rem;
    }

    .box-testemunhos article {
        width: 100%;
        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); */
    }
    
    .box-testemunhos :nth-child(3) {
        order: -1;
    }

    .avaliacao {
        height: 150px;
        display: flex;
        align-items: center;
        font-family: 'Hind Madurai', sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
    }

    .nome {
        font-family: 'montserrat', sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
    }

    .box-testemunhos article img:nth-child(4) {
        max-width: 100%;
        margin: 2rem 0 0;
    }

    .box-testemunhos > .reviews {
        background-color: rgba(190, 22, 123, 1);
        /* background-color: rgb(126, 190, 22); */
    }

    .reviews img {
        width: 60%;
        position: relative;
        bottom: 0rem;
    }

    .sub-footer {
        justify-content: center;
        gap: 2rem;
    }

    .preenchimento {
        display: none;
    }

    .sub-footer {
        gap: 4rem;
    }

    .sub-footer p {
        display: none;
    }

    .sub-footer div a img {
        width: 3.5rem;
    }

    .main-footer {
        padding: 3.5rem 3rem;
        gap: 4rem 4rem;
        justify-content: center;
        flex-wrap: wrap;
    }

    .main-footer div h3 {
        font-size: 1.8rem;
    }

    .main-footer img:last-child {
        margin-top: -2.5rem;
    }

    .funcionamento-v1 {
        display: none;
        margin-top: 2.5rem;
    }
}

@media (min-width: 0px) and (max-width: 466px) {

    html {
        padding: 2rem 0rem 0rem;
    }

    .container {
        background-color: white;
        max-width:59.4;
        border-radius: 0rem;
        margin: auto;
        overflow: hidden;
    }

    .sub-header {
        max-width: 76.8rem;
        padding: 0rem 4rem;
        gap: 2rem;
        margin-bottom: 1.5rem;
    }

    .sub-header p{
       display: none;
    }

    .sub-header a {
        padding: 1.2rem 1.2rem;
        border-radius: 3rem;
    }

    .header-sub-logo {
        width: 11rem;
        display: flex;
        align-items: center;
        gap: 0rem;
        background-color: rgb(190, 22, 123);
        /* background-color: aqua; */
    }

    .sub-logo {
        margin-left: 3.5rem;
    }

    .complemento-sub-logo {
        position: relative;
        left: 1.5rem;
    }

    .logo {
        display: none;
    }

    main section {
        padding: 3rem;
    }

    .hero-banner{
        padding-top: 2.5rem;
        padding-bottom: 1rem;
    }

    h1 {
        font-size: 2.1rem;
        font-weight: 700;
        color: rgba(190, 22, 123, 1);
        position: absolute;
        top: 22.5rem;
        z-index: 2;
        visibility: hidden;
    }

    .img-banner {
        position: relative;
        width: 100%;
    }


    .historia {
        height: 100%;
        padding-top: 1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background-color: rosybrown; */
    }

    .texto {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        column-gap: 3rem;
        row-gap: 1rem;
        /* background-color: royalblue; */
    }

    .texto h2 {
        width: 100%;
        line-height: 0rem;
        text-align: center;
        /* background-color: seagreen; */
    }

    .linha-1 {
        font-size: 7.4vw;
        font-weight: 800;
        /* color: rgba(190, 22, 123, 1); */
    }

    .linha-2 {
        font-size: 7.4vw;
        font-weight: 800;
    }

    .texto p {
        font-family: 'montserrat', sans-serif;
        font-size: 1.7rem;
        line-height: 1.9rem;
        text-align: justify;
    }

    .texto p:first-of-type {
        width: 100%;
        /* background-color: rgba(190, 22, 123, 1); */
    }

    .video {
        width: 100%;
        height: 100%;
        max-width: 351px;
        position: initial;
        border-radius: 30px;
        /* visibility: hidden; */
    }

    .avaliacoes{
        background-color: rgba(190, 22, 123, 1);
    }

    .box-testemunhos {
        padding-bottom: 0rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        row-gap: 2rem;
    }

    .box-testemunhos article {
        width: 100%;
        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); */
    }
    
    .box-testemunhos :nth-child(3) {
        order: -1;
    }

    .avaliacao {
        height: 180px;
        display: flex;
        align-items: center;
        font-family: 'Hind Madurai', sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
    }

    .nome {
        font-family: 'montserrat', sans-serif;
        font-weight: 700;
        font-size: 1.8rem;
    }

    .box-testemunhos article img:nth-child(4) {
        max-width: 100%;
        margin: 2rem 0 0;
    }

    .box-testemunhos > .reviews {
        background-color: rgba(190, 22, 123, 1);
        /* background-color: rgb(126, 190, 22); */
    }

    .reviews img {
        width: 60%;
        position: relative;
        bottom: 0rem;
    }

    .sub-footer {
        justify-content: center;
        gap: 2rem;
    }

    #sobre h2{
        margin-left: 2rem;
    }

    .preenchimento{
        display: none;
    }

    .sub-footer{
        gap: 4rem;
    }

    .sub-footer p {
        display: none;
    }

    .sub-footer div a img {
        width: 3.5rem;
    }

    .main-footer {
        padding: 3.5rem 4rem;
        gap: 4rem 4rem;
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }

    .main-footer div h3 {
        font-size: 1.8rem;
    }

    .main-footer div nav ul {
        align-items: center;
    }

    .main-footer img:last-child {
        margin-top: -2.5rem;
    }

    .funcionamento-v1 {
        display: none;
        margin-top: 2.5rem;
    }
}

@media (min-width: 0px) and (max-width: 550px) {

    /*menu hamburguer*/

    header{
        padding-right: 2rem;
    }

    .nav-header {
        align-items: center;
        padding: 2rem;
    }

    .logo {
        width: 8rem;
    }

    .header-menu{
        gap: 0rem;
        flex-direction: column;
        max-height: 0rem;
        position: absolute;
        left: 0rem;
        right: 0rem;
        top: 15.4rem;
        z-index: 2;
        overflow: hidden;
        background-color: rgb(190, 22, 123);
        transition: all 0.5s ease-in-out;
        box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.6);
    }

    .header-menu li{
        width: 100%;
        padding: 1rem;
        border-top: 1px solid white;
        width: 70%;
        margin: 0 auto;
    }

    .header-menu li a{
        display: block;
        width: 100%;
        padding: 2rem 0rem;
        text-align: center;
    }

    .menu-icon{
        display: block;
        position: relative;
        cursor: pointer;
        width: 2.4rem;
        height: 2rem;
        /* top: 5px; */
    }

    .nav-icon  {
        background-color: white;
        display: block;
        top: 8px;
        width: 2.4rem;
        height: .2rem;
        position: absolute;
    }

    .nav-icon::after, .nav-icon::before {
        content: "";
        background-color: white;
        display: block;
        height: .2rem;
        width: 2.4rem;
        position: absolute;
        transition: transform 0.2s ease-in-out;
    }

    .nav-icon::after {
        transform: translateY(.8rem);

    }

    .nav-icon::before {
        transform: translateY(-.8rem);

    }

    .menu-hamburguer:checked ~ .header-menu {
        max-height:100vh;
        transition: all 0.5s ease-in-out;
    }

    .header-menu:focus-within {
        max-height:100vh;
        transition: all 0.5s ease-in-out;
    }

    .menu-hamburguer:checked+.menu-icon .nav-icon {
        background-color: transparent;
    }

    .menu-hamburguer:checked+.menu-icon .nav-icon::before {
        transform: rotate(-45deg);
    }

    .menu-hamburguer:checked+.menu-icon .nav-icon::after {
        transform: rotate(45deg);
    }

    .hide {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        padding: 0;
        border: 0;
        height: 0;
        width: 0;
        overflow: hidden;
    }
}

@media (min-width: 551px) {
    .menu-hamburguer, .menu-icon {
        display: none;
    }
}