/*
Theme Name: Nishi Massagens
Author: B-Santi Agencia Digital
Description: Tema customizado baseado no site estático Nishi Massagens.
Version: 1.0
Text Domain: nishi-massagens
*/
@media (min-width: 992px) {
    .carousel {
        display: none;
    }
}
/* NAVBAR - TOGGLER */
.bg-mobile-canvas {
    background-color: #DCEDCE;
    max-width: 250px;
    padding: 1rem;
    border-radius: 0.25rem;
}

.navbar-menu-desktop {
    display: none;
}

nav.navbar {
    position: fixed;
    background-color: transparent;
    width: 100%;
    z-index: 10;
}

.offcanvas {
  z-index: 1045 !important;
}

.offcanvas-backdrop {
  z-index: 1040 !important;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus, .navbar-toggler:active {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  width: 50px;
}

.offcanvas-body  .nav-link.active {
    background-color: #8f8f8f;
    border-radius: 0.5rem;
    padding: 0.3rem;
    width: 35%;
}

.d-flex.justify-content-between {
    width: 100%;
}

.navbar-logo {
    width: 80px;
    height: auto;

}

/* PRIMEIRA DOBRA */
.first-fold {
    background-image: url('images/bg-first.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    width: 100dvw;
    height: 100dvh;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.first-fold-text .first-fold-text-1 {
    color: white;
    font-size: 1.5rem;
    margin-bottom: -4px;
    font-family: "Italiana", sans-serif;
}

.first-fold-text .first-fold-text-2 {
    color: white;
    font-size: 3.5rem;
    font-family: "Italiana", sans-serif;
    font-weight: 600;
    margin-bottom: -3px;
}

.first-fold-text .first-fold-text-3 {
    color: white;
    font-size: 1rem;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

.first-fold-text-3 p {
    padding: 0 20px;
}

.first-fold-text .first-fold-text-4 {
    color: white;
    background-color: #99A2CF;
    padding: 0.8rem;
    border-radius: 2rem;
    text-decoration: none;
}

/* SEGUNDA DOBRA */
.second-fold {
    background-color: #99A2CF;
    top: 0;
    position: relative;
    z-index: 1;
    font-family: "Italiana", sans-serif;
    color: white;
}

.second-fold-text {
    margin-top: 30px;
}

.second-fold-text-1 {
    color: white;
    font-weight: bolder;
    font-size: 2.5rem;
    line-height: 2rem;
    font-family: "Italiana", sans-serif;
}

.second-fold-text-2 {
    color: white;
    font-size: 0.8rem;
    margin-top: 4px;
    padding: 0 50px;
    font-family: "Poppins", sans-serif;
}

.second-fold-image {
    width: 100vw;
    margin-top: 10px;
    margin-bottom: 20px;
}

.second-fold-icons {
    margin-bottom: 10px;
}

.second-fold-icons-title {
    color: white;
    font-size: 2rem;
    font-weight: 600;
}

.second-fold-icons-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    justify-items: center;
    gap: 5px;
}

.second-fold-icons-wrapper > .second-fold-icon:nth-child(1) {
    grid-column: 1 / -1;
    justify-self: center;
}

.second-fold-icons-wrapper > .second-fold-icon:nth-child(2) {grid-column: 1; grid-row: 2;}
.second-fold-icons-wrapper > .second-fold-icon:nth-child(3) {grid-column: 2; grid-row: 2;}
.second-fold-icons-wrapper > .second-fold-icon:nth-child(4) {grid-column: 1; grid-row: 3;}
.second-fold-icons-wrapper > .second-fold-icon:nth-child(5) {grid-column: 2; grid-row: 3;}

.second-fold-icons-wrapper > .second-fold-icon > p {
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 0 15px;
}

.second-fold-icons img {
    height: 50px;
    margin-bottom: 10px;
}

/* TERCEIRA DOBRA */
.third-fold {
    background-color: #DCEDCE;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    position: relative;
    z-index: 1;
    font-family: "Italiana", sans-serif;
}

.third-fold-text {
    margin-bottom: 40px;
}

.third-fold-text-1 {
    color: black;
    font-size: 2.3rem;
    font-weight: bold;
    margin-top: 20px;
}

.third-fold-text-2 {
    color: black;
    font-size: 0.8rem;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.third-fold-text-2 > p {
    padding: 0 40px;
}

.third-fold .carousel-caption {
    font-family: "Poppins", sans-serif;
}

.carousel-wrapper {
    display: none;
}

/* Quarta DOBRA */
.fourth-fold {
    background-color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    position: relative;
    z-index: 1;
    font-family: "Italiana", sans-serif;
    margin-bottom: 30px;
}

.fourth-fold .carousel-inner {
    width: 90%;
}

.fourth-fold .carousel-indicators [data-bs-target] {
    background-color: black;
}

.fourth-fold .carousel-caption {
    font-family: "Poppins", sans-serif;
}

.fourth-fold .carousel-caption h5 {
    margin-bottom: 35px;
    font-weight: 600;
}

.fourth-fold-text {
    margin-bottom: 30px;
}

.fourth-fold-text-1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: bold;
    margin-top: 30px;
}

.fourth-fold-text-2 {
    font-size: 1rem;
    margin: 0 40px;
    font-family: "Poppins", sans-serif;
}

.fourth-fold-desktop {
    display: none;
}

/* Quinta DOBRA */
.fifth-fold {
    background-image: url("images/quinta_dobra.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    position: relative;
    z-index: 1;
    font-family: "Italiana", sans-serif;
    color: white;
}

.fifth-fold-text {
    margin: 30px 0;
}

.fifth-fold-text h5 {
    font-family: "Italiana", sans-serif;
    font-weight: bold;
    margin-bottom: -5px;
}

.fifth-fold-text p {
    padding: 1rem;
    font-family: "Poppins", sans-serif;
}

.fifth-fold-text a {
    background-color: #99A2CF;
    padding: 5px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: white;
}


.fifth-fold::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 2;
    pointer-events: none;
}

.fifth-fold > * {
    position: relative;
    z-index: 3;
}

/* Sexta DOBRA */
.sixth-fold {
    background-color: #99A2CF;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    position: relative;
    z-index: 1;
    font-family: "Italiana", sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sixth-fold-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.sixth-fold-text-1 {
    margin-top: 20px;
}

.sixth-fold h5 {
        font-size: 2.8rem;
        font-weight: bold;
        padding: 0 30px;
}

.sixth-fold-text-1  p {
    font-family: "poppins", sans-serif;
    font-size: 1rem;
    padding: 0 30px;

    span {
        font-weight: bold;
    }
}

.sixth-fold .carousel-comment-box{
    background-color: rgba(0,0,0,0.2);
    height: 50dvh;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 30px 20px 0 20px ;

    font-family: "poppins", sans-serif;
    font-size: 1rem;
}
.comment-img {
    z-index: 30;
    margin-bottom: -40px;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;  /* para garantir centralização */
    margin-right: auto;
}

.comment-img img {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.sixth-fold-desktop {
    display: none;
}

/* SETIMA DOBRA */
.seventh-fold {
    background-color:#DCEDCE;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    position: relative;
    z-index: 1;
    font-family: "Italiana", sans-serif;
    color: black;
    flex-direction: column;
    padding: 20px 0;

}

.seventh-fold-text {
    padding: 10px 0;
}

.seventh-fold-text h5 {
    font-family: "Italiana", sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
}

.seventh-fold-text p {
    font-family: "Poppins", sans-serif;
    padding: 0 40px;
}

.seventh-fold-maps-1 {
    margin-bottom: 50px;
}

.seventh-fold-maps-1 iframe {
    width: 80vw;
    height: 25lvh;
}

.seventh-fold-maps-1 h5 {
    font-size: 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    margin-top: 10px;
}

.seventh-fold-maps-1 p {
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

/* OITAVA DOBRA */
.eighth-fold {
    background-color:#99A2CF;

}

.eighth-fold-text {
    margin: 30px 0;
}

.eighth-fold-text h5 {
    color: white;
    font-family: "Italiana", sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
}

.eighth-fold-text p {
    color: white;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding: 0 50px;
    text-decoration: none;
}

.eighth-fold-text a {
    background-color: #DCEDCE;
    border-radius: 50px;
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    padding: 5px 10px;
    text-decoration: none;
}

/* FOOTER */
.footer {
    background-color:#DCEDCE;

}

.footer-links {
    display: flex;
    gap: 10px;
    margin: 20px 0

}

.footer-links a {
    color: black;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    font-size: 0.7rem;
}

@media (min-width: 992px) {
    .footer-links {
        gap: 100px;

    }
}

/* CAROUSEL TERCEIRA DOBRA */
.carousel-inner {
    width: 90%;
    margin: 0 auto;
    font-family: "Italiana", sans-serif;
}

.carousel-indicators {
    top: 100%;
}

.carousel-item {
    position: relative;

    .overlay {
        position: absolute;
        border-radius: 8px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6); /* preto com 50% de transparência */
        z-index: 1;

    }

    img {
        width: 100% !important;
        border-radius: 8px;
        position: relative; 
    }
}

.carousel-caption {
    font-size: 0.8rem;
    left: 5%;
    right: 5%;
    top: 2%;
    z-index: 2;
    h5 {
        top: 5%;
        font-size: 2rem;
    }
    a {
        background-color: #99A2CF;
        width: 90%;
        border-radius: 30px;
    }
}

/* DESKTOP /*

/* MENU */

@media (min-width: 992px) {
    .navbar-logo {
        width: 100px;
    }
    .navbar-nav .nav-link {
        color: white !important;
        font-weight: 500;
    }

    .navbar .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }

    .navbar-menu {
        display: flex;
    }
}


/* PRIMEIRA DOBRA*/

@media (min-width: 992px) {
    .first-fold {
        top: 0;
        width: 100vw;
        height: 100lvh;
        position: relative;
        z-index: 1;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding-top: 50lvh;
        padding-left: 10vw;
    }

    .first-fold-text .first-fold-text-1 {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: -20px;
        text-align: left;
    }

    .first-fold-text .first-fold-text-2 {
        font-size: 4rem;
        font-weight: 600;
    }

    .first-fold-text .first-fold-text-3 {
        font-size: 1rem;
    }

    .first-fold-text .first-fold-text-4 {
        padding: 5px 20px;
        border-radius: 30px;
        font-size: 1.5rem;
    }
}

/* SEGUNDA DOBRA */

@media (min-width: 992px) {
   .second-fold-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px;
    }

    .second-fold-text-wrapper {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 10px;
    }

    .second-fold-text-wrapper > div {
        flex: 1;
        min-width: 0;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .second-fold-text-wrapper > .second-fold-text-1 {
        font-size: 3rem;
        font-weight: 200;
        line-height: normal;
        margin-top: 40px;
        margin-left: 100px;
    }

    .second-fold-text-wrapper > .second-fold-text-2 {
        font-size: 1rem;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }

    .second-fold-text-wrapper > .second-fold-text-2 > p {
        padding-right: 200px;
        margin-top: 10px;
    }

    .break-space {
        display: block;
        margin-bottom: 1rem;
        height: 0;
    }

    .second-fold-image{
        width: 100vw;
        height: 180px;
        object-fit: cover;
    }

    .second-fold-icons {
        margin-top: 0px;
    }

    .second-fold-icons > .second-fold-icons-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .second-fold-icons-wrapper {
        display: flex;
        justify-content: center;
        gap: 50PX;
        flex-wrap: nowrap;

    }

    .second-fold-icons-wrapper > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .second-fold-icons-wrapper > div > img {
        margin-bottom: 20px;
    }

    .second-fold-icons-wrapper > .second-fold-icon > p {
        background-color: transparent;
        max-width: 150px;
        font-size: 1rem;
        font-family: "Poppins", sans-serif
    }

    .second-fold-icons-lower {
        display: flex;
        gap: 2rem;
        flex-wrap: nowrap;
    }

    .second-fold-icons-lower > div {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

}

/* TERCEIRA DOBRA */

@media (min-width: 992px) {
    .third-fold {
        flex-direction: column;
        align-items: center;
        height: 60lvh;
    }

    .third-fold-text {margin-top: 30px;}

    .third-fold-text-1 {
        font-size: 2rem;
        font-weight: bolder;
    }

    .third-fold-text-2 {
        font-size: 1rem;
        margin-bottom: 50px;
    }

    .third-fold-desktop {
        width: 1030px; 
        overflow: hidden; 
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start; 
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .carousel-wrapper {
        display: flex;
    }

    .third-carousel-track {
        display: flex;
        transition: transform 0.5s ease !important;
        will-change: transform !important;
    }
  
    .third-fold-desktop-square-1 { background-image: url('images/shiatsu.png'); }
    .third-fold-desktop-square-2 { background-image: url('images/liberacao-miofacial.png'); }
    .third-fold-desktop-square-3 { background-image: url('images/quiropraxia.png'); }
    .third-fold-desktop-square-4 { background-image: url('images/acupuntura.png'); }
    .third-fold-desktop-square-5 { background-image: url('images/anma.png'); }
    .third-fold-desktop-square-6 { background-image: url('images/Auriculoterapia.png'); }
    .third-fold-desktop-square-7 { background-image: url('images/Thai-Yoga.png'); }
    .third-fold-desktop-square-8 { background-image: url('images/reflexologia.png'); }
    .third-fold-desktop-square-9 { background-image: url('images/ventosa.png'); }
    .third-fold-desktop-square-10 { background-image: url('images/Bambuterapia.png'); }

    .third-fold-desktop-square > * {
        position: relative;
        z-index: 2;
        font-size: 0.7rem;
    }

    .third-fold-desktop-square::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    .third-fold-desktop-square {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 250px;
        height: 200px;
        padding: 20px;
        color: white;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;

        font-family: "Poppins", sans-serif;
        margin-right: 10px; 
        flex: 0 0 250px; 
    }

    .third-fold-desktop-square h5 {
        font-weight: bold;
        font-size: 1rem;
    }

    .third-fold-desktop-square p {font-weight: 500;}

    .third-fold-desktop-square a {
        font-weight: bold;
        color: white;
        background-color: #99A2CF;
        padding: 5px 20px;
        border-radius: 30px;
    }

    .third-fold-desktop-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #333;
        color: white;
        border: none;
        padding: 12px;
        cursor: pointer;
        z-index: 10;
        opacity: 0.7;
        font-size: 18px;
        user-select: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .left-btn {left: -50px;}
    .right-btn {right: -50px;}
    .third-fold-desktop-btn:hover {opacity: 1;}

}

/* QUARTA DOBRA */

@media (min-width: 992px) {
    .fourth-fold {
        flex-direction: column;
        align-items: center;
        height: 90lvh;
    }

    .fourth-fold-text-1 {
        margin-top: 40px;
        font-size: 2rem;
    }

    .fourth-fold-desktop {
        display: flex;
        flex-direction: row;
        gap: 40px;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .fourth-fold-desktop-square-1 {background-image: url('images/massagem-classica.png');}
    .fourth-fold-desktop-square-2 {background-image: url('images/massagem-relaxante.png');}
    .fourth-fold-desktop-square-3 {background-image: url('images/pedras_quentes.png');}
    .fourth-fold-desktop-square-4 {background-image: url('images/drenagem_linfática.png');}
    .fourth-fold-desktop-square-5 {background-image: url('images/day_spa.png');}

    .fourth-fold-desktop-square > * {
        position: relative;
        z-index: 2;
    }

    .fourth-fold-desktop-square::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.6);
        z-index: 1;
    }

    .fourth-fold-desktop-square {
        position: relative;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 300px;
        height: 220px;
        padding: 20px;
        color: white;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;

        font-family: "Poppins", sans-serif;
    }

    .fourth-fold-desktop-square h5{
        font-weight: bold;
    }

    .fourth-fold-desktop-square p {
        font-weight: 400;
        font-size: 0.8rem;
    }
}

/* QUINTA DOBRA */

@media (min-width: 992px) {
    .fifth-fold {
        height: 40lvh;
    }

    .fifth-fold-text h5 {
        font-size: 2rem;
        margin-bottom: -5px;
    }

    .fifth-fold-text p {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 5px;

        font-family: "Poppins", sans-serif;
    }
    .fifth-fold-text a {
        padding: 8px 30px;
        border-radius: 25px;
        text-decoration: none;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 1.2rem;
        color: white;
    }

}

/* SEXTA DOBRA */

@media (min-width: 992px) {
    .sixth-fold-text-1 h5{
        font-size: 2rem;
    }

    .sixth-fold-text-1 p{
        font-size: 1rem;
        padding: 0 400px;
    }

    .sixth-fold-desktop {
        display: flex;
        flex-direction: row;
        text-align: center;
        align-items: center;
        gap: 40px;
    }

    .sixth-fold-desktop-square-1 {
        width: 300px;
        height: 300px;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 10px;

        margin-top: 60px;
        padding: 20px 30px 0 30px;
        font-family: "poppins", sans-serif;
        font-size: 0.8rem;
    }

    .sixth-fold-desktop-square-1 > img {
        margin-top: -60px;
    }
}

/* SETIMA DOBRA */

@media (min-width: 992px) {
    .seventh-fold-text h5 {
        font-size: 2rem;
        font-weight: bold;
    }

    .seventh-fold-text p {
        font-size: 1rem;
    }

    .seventh-fold-maps {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: flex-start;
    }

    .seventh-fold-maps-1 {
        flex: 0 0 33.3333%;
        max-width: 33.0%;
        margin: 0 20px;
        box-sizing: border-box;
    }

    .seventh-fold-maps-1 iframe {
        width: 100%;
        height: 280px;
    }

    .seventh-fold-maps-1 h5 {
        font-size: 1rem;
    }
}

/* OITAVA DOBRA */

@media (min-width: 992px) {
    .eighth-fold {
        height: 25lvh;
    }

    .eighth-fold-text h5 {
        font-size: 2rem;
        margin-bottom: 10px;
    }

    .eighth-fold-text p {
        font-size: 1rem;
    }

    .eighth-fold-text a {
        font-size: 1rem;
        padding: 10px 30px;
    }
}