@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Chango&family=Chela+One&family=Courgette&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Grand+Hotel&family=Great+Vibes&family=Leckerli+One&family=Pattaya&family=Playwrite+NO&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=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rufina:wght@400;700&family=Satisfy&family=Sevillana&family=Titan+One&display=swap');
:root {
    --primary-color:  #8b1154;   
    --secundary-amarelo: #fea3e1;     
    --terciaria-vermelho: #e71b94;    
    --secondary-marron:#55022f;
    --neutral-azul: #f2f4ff;     
    --neutral-600: #cca102;      
    --neutral-300: #fea3e1;     
    --accent-terra: #55022f;      
    --accent-sage: #fef1fa;      
    --amarelo-claro:#fefee8;
    --lilás-medio:#cab0d0;
    --neutral-amarelo: #feffc2;     
    --neutral:#fff1f1;     
    --background-gradient: linear-gradient(135deg, var(--primary-color), var(--amarelo-claro));
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--light-color);
    background: var(--neutral-azul);
    overflow-x: hidden; /* Esta linha remove a barra de rolagem horizontal */
   
}

.py-5{
    background: var(--neutral-azul);
}

.fundo-map{
    margin-top: 40px;
    background: var(--neutral-azul);

}

.text-center h2{
    margin-top: 30px;
    font-size: 2rem;
    color: #ffffff;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}



h2{
     font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    color:var(--primary-color);
}

.text-h2 h2{
    color:#ffffff;
    font-family: "Poppins" system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;

}

.navbar {
    transition: background-color 0.3s ease;
    
    
}
.navbar-modern {
    background-color: var(--creme);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 15px 0;
}


.navbar-toggler:focus,  
.navbar-toggler:active {  
    border: none !important; /* Garante que a borda seja removida */  
    outline: none !important; /* Remove também a linha de contorno (outline) */  
    box-shadow: none !important; /* Opcional: remove qualquer sombra que possa aparecer */  
}

.navbar.scrolled {
    background-color: var(--primary-color) !important;
}

.nav-link {
    position: relative;
    color:var(--primary-color) !important;
    
    
}

.nav-link::after {
    content: '';
    position: absolute;
    width:0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--neutral-600);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
  transition-duration: .5s;
  outline: none;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 4px;
}

#bar2 {
  transition-duration: .8s;
}

#bar1 {
  width: 50%;
}

#bar2 {
  width: 75%;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: .1s;
}

#checkbox:checked + .toggle #bar1 {
  width: 100%;
  transform: rotate(45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 100%;
  transform: rotate(-45deg);
  transition-duration: .5s;
}

#checkbox:checked + .toggle {
  transition-duration: .5s;
  transform: rotate(180deg);
}

.mobile-search {
    display: none;
}
h3, h4{
    margin-top: 20px;
    margin-left:10px;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    color:var(--primary-color);
}

#mainCarousel {
    position: relative;
}


.social-media h5{
    margin-top: 20px;
    margin-left:10px;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    color:#ffffff;

}
.text-s h3{
    margin-top: 40px;
    margin-left:0px;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 2rem;
    font-style: normal;
    color:var(--accent-terra);

}

.appointment-btn {
  width: 220px;
  height: 60px;
  border: 3px solid var(--primary-color);
  border-radius: 45px;
  transition: all 0.3s;
  cursor: pointer;
  background: #ffffff;
  color:var(--primary-color);
  font-size: 1.2em;
  font-weight: 550;
}


.appointment-btn:hover {
    width: 220px;
    height: 60px;
    background-color:var(--neutral);
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.listaprod a{
       width: 30%;
       position: absolute;
       margin-top: 50px;
       margin-left: 400px;
       text-align: center;
    }

.btn-container {
        margin-top:-80px;
        margin-left: 180px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    

.btn-saiba-mais {   
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease;
    width: 20%;
    background-color: var(--primary-color);
    color: white;
    border-radius: 25px;
   
}


.main-image img {
    width: 600px;
    border-radius: 10px;
    height: 400px;
}

.btn-saiba-mais:hover {
    background-color: #f2f4ff;
    color: var(--primary-color);
    padding: 10px 10px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 20%;
}



.catalogo-p a{
    margin-top: -340px;


}
.top-bar {
    background-color: var(--primary-color);
    color: white;
    padding: 8px 0;
    font-size: 14px;
}



.logo {
    height: 50px;
}


.social-icon {
    color: white;
    margin: 0 5px;
    transition: color 0.3s ease;
}

.social-icon:hover {
    color:var(--primary-dark);
}

/*segurança*/

.hover-shadow {
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.hover-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.image-gallery {
    max-width: 350px;
    margin: 0 auto;
}

.card{
    border: 2px solid var(--primary-color); /* Borda neon rosa */
    border-radius: 15px; /* Bordas arredondadas */    
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);

}

.card-title{
    margin-top:-60px ;
    color:var(--accent-terra);
}
.hover-card {
    transition: all 0.3s ease;   
    background-color: white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.hover-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.icon-wrapper {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}


.icon-wrapper img{
    height: 200px;
    width: 200px;
    border-radius: 15%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.hover-card:hover .icon-wrapper {
    transform: scale(1.1);
}
.fa-handshake{
   color: var(--accent-terra); 
   font-size: 50px;
}

.fa-clock{
    color: var(--accent-terra);
    font-size: 50px;
}
.fa-medal{
    color:var(--accent-terra);
    font-size: 50px;

}

.security-card h6{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
}


/*Carousel top site*/

.carousel-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
   
}

.carousel-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 2rem;
    height: 100%;
    width: 40%;
    z-index: 1;
}

.carousel-inner, .carousel-item {
    height: 550px;
}

.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #333;
}

.btn-catalog {
    background-color: var(--primary-color);
    color: #f2f4ff;
    border: none;
    padding: 10px 25px;
    border-radius: 45px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-catalog:hover {
    background-color:var(--neutral-300);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--accent-terra);
    
}

.carousel-control-prev, .carousel-control-next {
    width: 5%;
}


.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.7;
}

.carousel-indicators .active {
    background-color: var(--primary-color);
    opacity: 1;
}

/*Prova social*/

.testimonials-section {
    padding: 80px 0;
    background-image: url('../img/galpao.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(251, 217, 235, 0.983), rgba(163, 42, 125, 0.85));
    z-index: 1;
}

.testimonials-container {
    position: relative;
    z-index: 2;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.section-title h2 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}


.section-title p {
    color: var(--secondary-marron);
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-card {
    background-color: var(--neutral);
    border-radius: 12px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 600px;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.testimonial-content {
    flex-grow: 1;
    position: relative;
    margin-bottom: 25px;
}

.testimonial-content::before {
    content: '\201C';
    font-family: 'Playfair Display', serif;
    position: absolute;
    top: -30px;
    left: -10px;
    font-size: 5rem;
    color: var(--neutral-600);
    opacity: 0.2;
}

.testimonial-text {
    font-style: italic;
    color: #333;
    line-height: 1.7;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
}

.testimonial-author {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(139, 17, 17, 0.2);
    padding-top: 20px;
}

.testimonial-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 3px solid var(--primary-color);
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-info {
    flex-grow: 1;
}

.testimonial-name {
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.testimonial-role {
    color: var(--secondary-marron);
    font-size: 0.9rem;
}

.rating {
    margin-top: 40px;
    color: var(--neutral-600);
    margin-bottom: 15px;
}

/* Carrossel específico */
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background-color: var(--secundary-amarelo) !important;
    color: var(--primary-color) !important;
    font-size: 1.5rem !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.owl-nav button:hover {
    background-color: var(--primary-color) !important;
    color: var(--secundary-amarelo) !important;
}

.owl-prev {
    left: -25px;
}

.owl-next {
    right: -25px;
}

.owl-dots {
    text-align: center;
    margin-top: 30px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50% !important;
    background-color: rgba(249, 220, 2, 0.4) !important;
    transition: all 0.3s ease;
}

.owl-dot.active {
    background-color: var(--secundary-amarelo) !important;
    width: 25px;
    border-radius: 10px !important;
}

@media (max-width: 992px) {
    .section-title h2 {
        font-size: 2.2rem;
    }
    
    .testimonial-card {
        padding: 25px;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: 40px 0;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
    
    .testimonial-card {
        padding: 20px;
        margin: 10px;
        height: 450px;
    }
    
    .testimonial-image {
        width: 50px;
        height: 50px;
    }
}
/* Estilos responsivos */
@media (max-width: 992px) {
    .carousel-content {
        width: 50%;
    }
    
    .carousel-title {
        font-size: 2rem;
    }
}


@media (max-width: 576px) {
    .carousel-inner, .carousel-item {
        height: 400px;
    }
    
    .carousel-title {
        font-size: 1.5rem;
    }
}


.blog-section {
            padding: 80px 0;
            background-color: var(--neutral);
        }
        
.section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
.section-title1 {
            font-family: 'Playfair Display', serif;
            font-size: 2.5rem;
            color: var(--primary-color);
            font-weight: 700;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
.section-title::after {
            content: '';
            position: absolute;
            width: 80px;
            height: 3px;
            background-color: var(--lilás-medio);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
        }
        
.section-subtitle {
            color: var(--secondary-marron);
            font-size: 1.1rem;
            max-width: 700px;
            margin: 20px auto 0;
            font-weight: 400;
        }
        
.blog-card {
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            margin-bottom: 30px;
            background-color: #fff;
            height: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
.blog-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        }
        
.blog-card-img {
            width: 100%;
            height: 240px;
            overflow: hidden;
            position: relative;
        }
        
.blog-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
.blog-card:hover .blog-card-img img {
            transform: scale(1.05);
        }
        
.blog-category {
            position: absolute;
            top: 20px;
            left: 20px;
            background-color: var(--secundary-amarelo);
            color: var(--primary-color);
            padding: 6px 15px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
            z-index: 1;
        }
        
.blog-card-body {
            padding: 25px;
        }
        
.blog-date {
            font-size: 0.85rem;
            color: #777;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
        }
        
.blog-date i {
            margin-right: 5px;
            color: var(--terciaria-vermelho);
        }
        
.blog-title {
            font-family: 'Playfair Display', serif;
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 15px;
            color: var(--primary-color);
            line-height: 1.3;
        }
        
.blog-excerpt {
            color: #666;
            font-size: 0.95rem;
            line-height: 1.7;
            margin-bottom: 20px;
        }
        
.blog-link {
            display: inline-flex;
            align-items: center;
            color: var(--terciaria-vermelho);
            font-weight: 500;
            font-size: 0.95rem;
            text-decoration: none;
            transition: color 0.3s;
        }
        
.blog-link:hover {
            color: var(--primary-color);
        }
        
.blog-link i {
            margin-left: 5px;
            transition: transform 0.3s;
        }
        
.blog-link:hover i {
            transform: translateX(5px);
        }
        
        /* Responsividade */
@media (max-width: 991px) {
            .blog-section {
                padding: 60px 0;
            }
            
            .section-title {
                font-size: 2.2rem;
            }
            
            .blog-card-img {
                height: 220px;
            }
        }
        
@media (max-width: 767px) {
            .section-title {
                font-size: 2rem;
            }
            
            .section-subtitle {
                font-size: 1rem;
            }
            
            .blog-title {
                font-size: 1.3rem;
            }
        }
        
@media (max-width: 576px) {
            .blog-section {
                padding: 40px 0;
            }
            
            .section-header {
                margin-bottom: 40px;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .blog-card-img {
                height: 200px;
            }
        }
#map {
    width: 100%;
    height: 400px;
}

.modal-body p {
    margin: 5px 0;
}

#subir{
	position:fixed;
	bottom:0px;
	right:0px;
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background-color:var(--neutral-300);
    color: white;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
    z-index: 50;
}


.whatsapp-float:hover {
    background-color: var(--accent-terra);
    color: white;
}

.whatsapp-float i{
    font-size: 1.5rem;
    color: #8b1111;

   
}

footer {
    background-color: var(--primary-color);
    color: white;
    padding: 40px 0;
    width: 100%;
    
}

footer .logo img {
    width: 120px;
    margin-left: 0px;
}

footer h5 {
    color: var(--secundary-amarelo);
    font-size: 18px;
    
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: var(--secundary-amarelo);
}

.social-icons img {
    width: 150px;
    margin-right: 10px;
}

.email-input {
    width: 100%;
    margin-right: 0px;
}

.email-btn {
    background-color: var(--terciaria-vermelho);
    border: none;
    color: white;
    
}


.map-container iframe {
    width: 90%;
    height: 250px;
    border-radius: 15px;
    margin: 0 40px;
}

.footer-bottom {
    text-align: center;
    background-color: var(--secondary-marron);
    padding: 10px;
    color: white;
}

.bi-geo-alt-fill{
    color: #dee2e6;
}


@media (max-width: 1200px) {
    .carousel-caption {
        padding-bottom: 10px;
    }
    .btn-container {
        margin-top:-40px;
        margin-left: 230px;
        display: flex;
        justify-content: center;
        width: 65%;
    }
    .btn-saiba-mais {
        font-size: 10px;
        padding: 6px 0px;
        width: 65%;
    }
}


@media (max-width: 991px) {
    .carousel-caption {
        padding-bottom: 30px;
    }
    .footer {
        padding: 50px 0 0;
    }
    
    .glass-effect {
        margin-bottom: 20px;
    }
    .mobile-search {
        display: block;
        margin: 10px 0;
    }
    
    .mobile-search input {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
    }
    .image-gallery {
        margin-top: 2rem;
    }
    
    .main-image {
        text-align: center;
        
    }
    
    .main-image img {
        max-width: 100%;
        border-radius: 10px;
        height: auto;
    }
    .security-card {
        padding: 1.5rem;
    }
    
    .intro-text p {
        font-size: 1rem;
    }
    .carousel-item img {
        width: 100% !important;
        height: 100%; /* Permite que a altura se ajuste proporcionalmente */
        max-height: 700px; /* Defina uma altura máxima para celulares */
        object-fit: cover; /* Garante que a imagem cubra a área, mantendo a proporção */
      }
    
      #mainCarousel .carousel-caption {
           display: none; /* Oculta a legenda em celulares, se necessário */
      }
    
    .carousel-caption {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
        display: block !important;
    }
    
    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
     }     
    .btn-saiba-mais {
        font-size: 14px;
        padding: 8px 16px;
   
           
    }     

    .row.g-4 {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-wrapper {
        width: 90%;
        margin:10px;
    }
    
    .certificates-container {
        gap: 20px;
    }
    
    .certificate-card {
        width: 150px;
        height: 150px;
    }
    .testimonial-carousel {
          padding: 20px 20px;
        
    }

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

    .carousel-control-next {
        right: -20px;
    }
    .text-s h3{
        margin-top: -30px;
        margin-left:0px;
        font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        color:var(--primary-color);
    
    }
    .testimonial-text {
        margin-top: 40px;
        font-size: 15px;
        line-height: 1.2;
               
    }
    .testimonial-card {
        background: var(--amarelo-claro);
        border-radius: 15px;
        width: 90%;
        height: 450px;
        margin: 0 auto;
        color: white;
        box-shadow: 0 4px 15px rgba(13, 7, 100, 0.2);
        position: relative;
        overflow: hidden;
    }
    .video-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        object-fit: cover;
    }
    .card-title{
        margin-top:-50px ;
    }
    .listaprod a{
        display: none;
       
     }
 

}

@media(max-width: 768px){
    .testimonial-card {
        padding: 20px;
        margin: 10px;
        height: 470px;
    }
    .testimonials-section {
        padding: 60px 0;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .section-title p {
        font-size: 1rem;
    }
    
    .owl-nav button {
        width: 40px;
        height: 40px;
    }
    .carousel-inner, .carousel-item {
        height: 600px;
    }
    
    .carousel-content {
        width: 100%;
        height: auto;
        position: relative;
        background-color: #fff;
    }
    
    .carousel-title {
        font-size: 1.8rem;
        margin-top: 1rem;
    }
     .carousel-item img {
        width: 100% !important;
        height: 100%; /* Permite que a altura se ajuste proporcionalmente */
        max-height: 700px; /* Defina uma altura máxima para celulares */
        object-fit: cover; /* Garante que a imagem cubra a área, mantendo a proporção */
      }
    
      #mainCarousel .carousel-caption {
        display: none; /* Oculta a legenda em celulares, se necessário */
      }
    
    .carousel-caption {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
        display: block !important;
    }
    
    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }     
    .carousel-caption {
        padding-bottom: 25px;
    }
    .btn-saiba-mais {
        font-size: 13px;
        padding: 7px 14px;
   
           
    }     

    .btn-saiba-mais:hover {
     background-color: #f2f4ff;
    color: var(--primary-color);
    padding: 20px 0px;
    margin: 20 20px;
    border-radius: 25px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    width: 35%;
   
    
    }

    .row.g-4 {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-wrapper {
        width: 90%;
        margin:10px;
    }
    
    .certificates-container {
        gap: 20px;
    }
    
    .certificate-card {
        width: 150px;
        height: 150px;
    }
    .testimonial-carousel {
          padding: 20px 20px;
        
    }

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

    .carousel-control-next {
        right: -20px;
    }
    .text-s h3{
        margin-top: -30px;
        margin-left:0px;
        font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        color:var(--primary-color);
    
    }
    .testimonial-text {
        margin-top: 40px;
        font-size: 15px;
        line-height: 1.2;
               
    }
    .testimonial-card {
        background: var(--neutral-amarelo);
        border-radius: 15px;
        width: 90%;
        height: 450px;
        margin: 0 auto;
        color: white;
        box-shadow: 0 4px 15px rgba(13, 7, 100, 0.2);
        position: relative;
        overflow: hidden;
    }
    .video-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        object-fit: cover;
    }
    .card-title{
        margin-top:-50px ;
    }
    .listaprod a{
        display: none;
       
     }
    
    footer .email-input {
        width: 100%;
        
    }

    footer .col-sm-2 {
        text-align: left;
        margin-bottom: 20px;
        margin-top: 120px;
    }

    footer h5 {
        font-size: 16px;
        margin-top: 15px;
    }
    .fundo-map{
        width: 90%;
        
    }
    .modal-dialog {
        max-width: 80%;
        margin: 40px 10px;
    } 
    
}

@media (max-width: 480px) {
    
    .glass-effect {
        margin-bottom: 20px;
    }
    .mobile-search {
        display: block;
        margin: 10px 0;
    }
    
    .mobile-search input {
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
    }
    .image-gallery {
        margin-top: 2rem;
    }
    
    .main-image {
        text-align: center;
        
    }
    
    .main-image img {
        max-width: 100%;
        border-radius: 10px;
        height: auto;
    }
    .security-card {
        padding: 1.5rem;
    }
    
    .intro-text p {
        font-size: 1rem;
    }
    .carousel-item img {
        width: 100% !important;
        height: 100%;
        max-height: 700px; 
        object-fit: cover; 
      }
    
    #mainCarousel .carousel-caption {
        display: none; 
      }
    
    .carousel-caption {
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        text-align: center;
        display: block !important;
    }
    
    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
     }     
       .row.g-4 {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col-md-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .video-wrapper {
        width: 90%;
        margin:10px;
    }
    
    .certificates-container {
        gap: 20px;
    }
    
    .certificate-card {
        width: 150px;
        height: 150px;
    }
    .testimonial-carousel {
          padding: 20px 20px;
        
    }

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

    .carousel-control-next {
        right: -20px;
    }
    .text-s h3{
        margin-top: -30px;
        margin-left:0px;
        font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 1.5rem;
        font-style: normal;
        color:var(--primary-color);
    
    }
    .testimonial-text {
        margin-top: 40px;
        font-size: 15px;
        line-height: 1.2;
               
    }
    .testimonial-card {
        background: #f2f4ff;
        border-radius: 15px;
        width: 90%;
        height: 450px;
        margin: 0 auto;
        color: white;
        box-shadow: 0 4px 15px rgba(13, 7, 100, 0.2);
        position: relative;
        overflow: hidden;
    }
    .video-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        object-fit: cover;
    }
    .card-title{
        margin-top:-50px ;
    }
    .listaprod a{
        display: none;
    } 
    .certificates-container {
        flex-direction: column;
        align-items: center;
    }
    
    .certificate-card {
        width: 180px;
        height: 180px;
    }
    .testimonial-card {
        width: 90%;
        height: 450px;
    }

    .testimonial-text {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
}


/* Para telas de tablet */  

@media (max-width: 576px) {
    .carousel-caption {
        padding-bottom: 10px;
    }
    .btn-container {
        margin-top:-10px;
        margin-left: 120px;
        display: flex;
        justify-content: center;
        width: 70%;
    }
    .btn-saiba-mais {
        font-size: 10px;
        padding: 6px 6px;
        width: 70%;
    }
}