@import url('https://fonts.googleapis.com/css2?family=Chango&family=Courgette&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Playwrite+NO:wght@100..400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=REM:ital,wght@0,100..900;1,100..900&family=Rufina:wght@400;700&family=Titan+One&display=swap');

:root {
    --gold: #D4AF37;
    --wine: #722F37;
    --medio:#7f3239;
    --gray: #4A4A4A;
    --beige: #F5F5DC;
    --claro:#e9bbb8;
    --tonclaro:#fcf5f4;
    --neutral-taupe: #B8A99A;     
    --accent-terra: #A68A7B;      
    --accent-sage: #B7C4B4;      
    --lilas-claro:#eee4f0;
    --lilás-medio:#cab0d0;
    --neutral-light: #F5F3F0;     
   
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    background-color:var(--tonclaro);
}
.logo{
    margin-top: 90px;
    width: 32%;
    margin-left:20px;
}
.logo-text{
    font-family: "Courgette", cursive;
    font-size: 2rem;   
    font-style: normal;
    color:#722F37;
    margin-left: 50px;

}
.h2, h3, h4, h5{
    color: #722F37;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: clamp(1.2rem, 2vw, 1.5rem);
    font-weight: bold;
}

.custom-navbar {
    background: var(--neutral-light);
    padding: 1rem 0;
    height: 80px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}
.navbar-collapse {
    padding: 15px;
    border-radius: 8px;
    margin-top: -10px;
}

.custom-navbar.scrolled {
    padding: 0.5rem 0;
    background: var(--neutral-light); /* Mantém a mesma cor de fundo ao rolar */
}

.navbar-brand {
    color: var(--neutral-taupe) !important;
    font-weight: 600;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    color: var(--gold) !important;
}

.nav-link {
    color: var(--medio) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    margin: 0 0.2rem;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
}

.nav-link:hover {
    color: var(--medio) !important;
   }

.nav-item .nav-link.active {
    background-color: var(--gold);
    color: var(--neutral-light) !important;
}
.nav-item .nav-link:focus {
    background-color: var(--medio);
    color: var(--neutral-light) !important;
}
.navbar-toggler {
    margin-top:-50px;
    margin-left: 250px;
    border: none;
    padding: 0.5rem;
    border-radius: 50%;
    background-color: var(--lilas-claro);
}


.navbar-toggler:focus {
    box-shadow: none;
}

.appointment-btn {
    background-color: var(--medio);
    color: var(--lilas-claro) !important;
    padding: 0.5rem 1.5rem !important;
    border-radius: 25px;
    transition: all 0.3s ease;
}

.appointment-btn:hover {
    background-color: var(--primary-lilac);
    color:var( --primary-color);
    transform: translateY(-2px);
}

.section-divider {
    position: relative;
    padding: clamp(50px, 8vh, 100px) 0;    
    margin-top: 20px;
    background-color:var(--tonclaro);
    z-index: 2;
}
.section-divider h2{
    margin-top: clamp(-30px, -10vh, 160px);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: bold;
    color: #722F37;

}

.section-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(50px, 10vh, 100px);
    background: inherit;
    transform: skewY(-3deg);
    transform-origin: 0;
    z-index: -1;
}
.section-divider1 {
    position: relative;
    padding: clamp(50px, 8vh, 100px) 0;    
    margin-top: -30px;
    background-color:var(--tonclaro);
    z-index: 2;
}

.section-divider1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: clamp(50px, 10vh, 100px);
    background: inherit;
    transform: skewY(-3deg);
    transform-origin: 0;
    z-index: -1;
}
.hero {
    margin-top: -30px;
    min-height: 100vh;
    background: linear-gradient(130deg, rgba(114, 47, 55, 0.95), rgba(212, 175, 55, 0.9)),
                url('../img/fundo-transparente.png') center/cover;
    position: relative;
    overflow: hidden;
    margin-bottom:80px
}

.hero-content {
    padding-top: clamp(30px, 5vh, 50px);
 
}

.hero-image {
    position: relative;
    z-index: 2;
}

.hero-image img {
    margin-top: 30px;
    max-width: 100%;
    height: auto;
   
}
/*
.hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    mix-blend-mode: multiply; 
}
*/


.before-after-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: clamp(15px, 3vw, 30px);
    padding: clamp(10px, 2vw, 20px);
    gap: 30px;
    
}

.gallery-item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-comparison {
    position: relative;
    height: clamp(250px, 50vw, 400px);
}

.gallery-before,
.gallery-after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.gallery-after {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

.gallery-slider {
    position: absolute;
    width: 4px;
    height: 100%;
    background: var(--gold);
    left: 50%;
    transform: translateX(-50%);
    cursor: ew-resize;
}

.gallery-slider::before {
    content: '⇄';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--gold);
    color: white;
    padding: 10px;
    border-radius: 50%;
}

.cta-section {
    background: linear-gradient(45deg, var(--wine), var(--gold));
    color: white;
    margin-top:-90px;
    padding: 80px 0;
    text-align: center;
}

.btn-custom {
    margin-top: -40px;
    background: white;
    color: var(--wine);
    padding: 15px 30px;
    margin-left: 120px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-custom:hover {
    background: transparent;
    color: white;
    border-color: white;
}
.btn-custom1 {
    margin-top: 20px;
    background: white;
    color: var(--wine);
    padding: 15px 30px;
    margin-left: 50px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-custom1:hover {
    background: transparent;
    color: white;
    border-color: white;
}

.lead{
    margin-top: -30px;
}
.lead1{
  color: #dadce0;
  font-family: "Poppins",'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
   text-align: center;
  font-size: clamp(0.9rem, 1.5vw, 1rem);
}
/*sobre e benefisios*/


.about-section {
    margin-top: -80px;
    background-color:#e7e7e6;
    padding: clamp(30px, 5vh, 50px) 0;
    position: relative;
}

.about-image {
    position: relative;
    z-index: 2;
}

.about-image img {
    width: 100%;
    height: clamp(300px, 60vw, 600px);
    border-radius: 10px;
    box-shadow: 0 4px 15px #722F37;
}

.background-shape {
    position: absolute;
    left: -20px;
    top: 20px;
    width: 100%;
    height: 100%;
    background-color: var(--gold);
    opacity: 0.1;
    border-radius: 10px;
    z-index: 1;
}

.about-content {
    padding: 20px;
}

.about-content h2 {
    color: var(--wine);
    margin-bottom: 25px;
    font-weight: bold;
}

.about-content p {
    color: var(--gray);
    line-height: 1.8;
}

.benefits-section {
    padding: clamp(120px, 8vh, 80px) 0;
    background-color: var(--medio);
    margin-bottom: 30px;
}
.card-header h3{
    font-size: 1.3rem;
    color: #ffffff;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    margin: clamp(5px, 1vw, 10px) clamp(10px, 2vw, 20px);

}

.benefits-card {
    border: none;
    border-radius: 15px;
    height:350px;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    
}

.benefits-card:hover {
    transform: translateY(-5px);
}

.benefits-card .card-header {
    background-color: var(--wine);
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 20px;
}

.benefits-card .card-body {
    padding: 20px;
}

.card-body h3{
    color: #722F37;
    margin-left: 20px;
    font-family: "Poppins" 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
.benefits-list li {
    margin-bottom: 15px;
    color: var(--gray);
    
}

.cta-section h4{
    margin-top: -70px;
    color: #e7e7e6;
    
}

.glass-footer {
    background: rgba(114, 47, 55, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    padding: 60px 0 30px;
    position: relative;
    overflow: hidden;
}

.glass-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(212, 175, 55, 0.1), rgba(114, 47, 55, 0.1));
    z-index: -1;
}

.footer-title {
    color: var(--wine);
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 1.5rem;
}

.footer-title1{
    color: var(--wine);
    margin-bottom: 25px;
    font-size: 1.5rem;
    margin-left: 10px;

}

.footer-title2{
    color: var(--wine);
    margin-bottom: 25px;
    font-size: 1.5rem;
    margin-left:-5px;

}
.contact-info {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: var(--wine);
}

.contact-info i {
    color: var(--gold);
    margin-right: 10px;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    background: rgba(212, 175, 55, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    color: var(--wine);
    border: 1px solid var(--gold);
}

.social-icons a:hover {
    background: var(--gold);
    color: white;
    transform: translateY(-3px);
}

.newsletter-form {
    background: rgba(255, 255, 255, 0.1);
    padding: clamp(15px, 3vw, 30px);
    width: min(90%, 400px);
    border-radius: 15px;
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.newsletter-form input {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--gold);
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.newsletter-form button {
    background: var(--gold);
    border: none;
    color: white;
    padding: 10px 25px;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: var(--wine);
    color: #dadce0;
    transform: translateY(-2px);
}

.qr-code {
    background: white;
    padding: 15px;
    border-radius: 10px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(150px, 40vw);
    height: min(150px, 40vw);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.text-p{
    color: #7f3239;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.2;

}
.testimonial-section {
    padding: 50px 0;
    background: rgba(114, 47, 55, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    padding: 60px 0 30px;
    position: relative;
    overflow: hidden;
}

.testimonial-card {
    width: min(90vw, 400px);
    height: clamp(250px, 50vh, 300px);
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}

.testimonial-info h5 {
    margin: 0;
    font-size: 16px;
    color:var(--wine);
}

.testimonial-info p {
    margin: 0;
    font-size: 14px;
    color: #5f6368;
}

.testimonial-stars {
    color: #fbbc05;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-content {
    font-size: 14px;
    line-height: 1.5;
    color: #3c4043;
    flex-grow: 1;
    overflow-y: auto;
}

.testimonial-date {
    font-size: 12px;
    color: #80868b;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.carousel-control-prev {
    left: -20px;
}

.carousel-control-next {
    right: -20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-color: #5f6368;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #dadce0;
    border: none;
}
.testimonial-section h3{
    color: #722F37;

}
.carousel-indicators .active {
    background-color:var(--wine);
}



@media (max-width: 768px) {
    .logo{
        width: 70%;
        margin-top: -80px;
        margin-left:-30px;

    }
    .logo-text{
        color: var(--medio);
        font-family: "Courgette", cursive;
        font-size: 2rem;
        text-transform: none;
        margin-top: 10px;
        margin-left: 10px;
        
    }
    .custom-navbar {
        background-color: var(--tonclaro); /* Cor base do navbar */
    }
    
    .navbar-collapse {
        background-color:var(--beige) !important; /* Força a cor bege */
        padding: 1rem;
        border-radius: 10px;
        margin-top: -70px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    .navbar-toggler:focus {
        box-shadow: none;
        
    }         
    .nav-link {
        color: var(--gold);
        margin: 0.2rem 0;
        
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    .hero {
        margin-top: -30px;
        min-height: 100vh;
        background: linear-gradient(130deg, rgba(114, 47, 55, 0.95), rgba(212, 175, 55, 0.9)),
                    url('../img/fundo-transparente.png') center/cover;
        position: relative;
        overflow: hidden;
        margin-bottom:40px;
    }
    .hero-content {
        padding-top: 40px;
        text-align: left;
        margin-bottom: -10px;
    }
    .hero-content h1{
        margin-top: 110px;
        font-size: 1.7rem;
        
    }
    .hero-image {
        margin-top:45px;
       
    }
    .about-section {
        padding: 40px 0;
    }
    .card{
        margin-top: 30px;
        height: 200px;
        width: 95%;
    }
    .about-image {
        margin-bottom: 30px;
    }
    .testimonial-content {
        font-size: 14px;
        font-weight: bold;
        margin: 10px;
        padding-right: 10px;
        line-height: 1.5;
        color: #3c4043;
        flex-grow: 1;
        overflow-y: auto;
    }
    .testimonial-section h3{
        color: #722F37;
        margin-left: 10px;
    
    }
    .benefits-list li {
        margin-bottom: 15px;
        color: var(--gray);
        margin-left: -50px;
        
    }
    .background-shape {
        display: none;
    }
    .newsletter-form {
        margin: 0;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .glass-footer {
        padding: 40px 0 20px;
    }
    
    .footer-column {
        text-align: center;
        margin-bottom: clamp(20px, 4vh, 40px);
    }

    .contact-info {
        justify-content: center;
    }

    .contact-info li {
        justify-content: center;
    }
    .btn-custom1 {
        margin-top: 20px;
        background: white;
        color: var(--wine);
        padding: 15px 30px;
        margin-left: 10px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    .footer-title {
        color: var(--wine);
        font-weight: 600;
        margin-top: 42px;
        margin-bottom: 25px;
        margin-left: -20px;
        font-size: 1.5rem;
    }
    .social-icons {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        margin-left: 60px;
    }
    .lead{
        margin-top: 15px;
    }
    
    .social-icons a {
        width: 40px;
        height: 40px;
        background: rgba(212, 175, 55, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: all 0.3s ease;
        color: var(--wine);
        border: 1px solid var(--gold);
    }
    .footer-title1{
        color: var(--wine);
        margin-bottom: 25px;
        margin-top: 20px;
        font-size: 1.5rem;
        margin-left: 10px;
    
    }
    .btn-custom {
        margin-top: -40px;
        background: white;
        color: var(--wine);
        padding: 15px 30px;
        margin-left: 20px;
        border-radius: 30px;
        font-weight: 600;
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }
    .appointment-btn {
        background-color: var(--primary-dark);
        color: var(--neutral-light) !important;
        padding: 0.5rem 1.5rem !important;
        border-radius: 25px;
        transition: all 0.3s ease;
    }
    
    .appointment-btn:hover {
        background-color: var(--primary-lilac);
        color:var( --primary-color);
        transform: translateY(-2px);
    }
    
    
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .hero-content {
        padding-top: 80px;
    }

    .about-section {
        padding: 60px 0;
    }
    .hero {
        margin-top: -60px;
        min-height: 100vh;
        background: linear-gradient(130deg, rgba(114, 47, 55, 0.95), rgba(212, 175, 55, 0.9)),
                    url('../img/fundo-transparente.png') center/cover;
        position: relative;
        overflow: hidden;
        margin-bottom:60px
    }
    .hero-image {
        margin-top:90px;
       
    }
    
}

