body {
    margin: 0;
    font-family: "Raleway", sans-serif;
    color: white;
    background: url('backgrounded2.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    
}

.overlay {
  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
}

.content {
    max-width: 2000px;
    margin: 0 auto;
    padding: 20px;
    
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.5) 52%, rgba(221, 125, 0, 0.459) 70%);
    color: #fff;
}

header img {
    width: 70px;
    height: 70px;
}

header .logo {
    display: flex;
    align-items: center;
    gap: 10px;
 
}

header .logo span {
    font-family: 'Russo One', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo .brand {
    font-size: 16px;
    margin-right: 3px;

}

header .logo .tagline {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

nav a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #dd7d00;
}


nav {
 display: flex;
 gap: 20px;
}
nav a {
    color: white;
    margin: 0 10px;
    text-decoration: none;
    
    font-weight: 500;
    font-size: 1.3em;
}
.hero {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center; /* This makes the hero section cover the full viewport height */
text-align: center;
color: white;
padding: 20px;
margin-bottom: 20px;
height: 70vh;


}

.hero container {
display: flex;
flex-direction: column;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 20px;
    background-color: #ff6f00;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
}


#depoimentos {

margin-top: 20px;
height: 50vh;

}

#depoimentos h2 {
font-size: 3.0em;
margin-bottom: 20px;
font-weight: bold;

}


#servicos h2 {
font-size: 3.0em;
margin-bottom: 20px;
font-weight: bold;
}

#locais {
    margin: 50px;
    padding: 30px 20px;
    background: linear-gradient(135deg, #004d99d0, #ff6f00c7); /* Gradiente de azul e verde */
    color: white;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#locais h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff; /* Texto branco */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Sombra para destaque */
}

#locais p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #e0e0e0; /* Texto levemente cinza para melhor contraste */
}

#locais ul {
    list-style-type: none;
    padding: 0;
}

#locais ul li {
    margin-bottom: 10px;
    font-size: 1.1rem;
    color: #ffffff; /* Texto branco */
}

#locais ul li strong {
    color: #ffeb3b; /* Destaque em amarelo */
}

#locais a {
    color: #1e90ff; /* Link em azul claro */
    text-decoration: none;
    font-weight: bold;
}

#locais a:hover {
    color: #ff6f00; /* Mudança de cor ao passar o mouse */
}


#contato {
height: 100vh;
margin-top: 20px;
padding: 50px;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: center;
color: white;
padding: 20px;
border-radius: 10px;
text-align: center;

margin: auto 80px auto 80px;
}

#contato h2 {
font-size: 3.0em;
margin-bottom: 20px;
font-weight: bold;

}

.hero h1 {
font-size: 5em; /* This makes the title larger */
margin-bottom: 20px;
font-family: "Raleway", sans-serif;
letter-spacing: 2px;
}

.hero p {
font-size: 1.5em; /* This makes the paragraph text larger */
max-width: 600px; /* This prevents the paragraph text from becoming too wide */
font-family: "Raleway", sans-serif;
}

.hero img {
width: 30svw; /* Adjust the size as needed */
filter: drop-shadow(0 0 0.55rem #ff6f00);
transition: transform 0.3s, box-shadow 0.3s;
margin-top: 20px;
}

.hero img:hover {
transform: scale(1.05);

}

.section {
    padding: 50px 20px;
    text-align: center;
    
}


#depoimentos {
    display: flex;
    flex-direction: column; 
}

wrapper {
    display: flex;
   flex-wrap: wrap;
      justify-content: center;
}
.services {
    padding: 20px;
    overflow: hidden;
}
.swiper-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
}
.swiper-slide {
    width: 300px; /* Define o tamanho máximo dos slides */
    flex-shrink: 0; /* Impede que os slides encolham além do definido */
    margin: 10px; /* Espaçamento entre os slides */
    background-color: #25252b; /* Cor de fundo para destaque */
    padding: 20px;
    border-radius: 10px;
}
.service {
    width: 100%;
    margin: 10px;
  
    padding: 20px;
    border-radius: 10px;
}
.service img {
    width: 80px; /* Tamanho das imagens dos ícones */
    height: auto;
    margin-bottom: 10px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ff6f00;
    font-size: 18px;
    width: 30px;
    height: 30px;
    background: black;
    z-index: 10; /* Garante que os botões fiquem acima dos slides */
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
}
footer {
    background-color: rgba(221, 125, 0, 1);
    padding: 20px;
    text-align: center;
    font-weight: 600;
}
footer a {
    color: white;
    margin: 0 5px;
    text-decoration: none;
}

.testimonial-card {
    background-color: #000000;
    border-radius: 12px;
    padding: 20px;
    margin: 20px;
    width: 300px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.testimonial-card .quote {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 10px;
    color: #ffffff;
}

.testimonial-card .author {
    font-weight: bold;
    color: #ff6f00;
    margin-bottom: 5px;
}

.testimonial-card .position {
    color: #ffffff;
    opacity: 0.8;
}

.swiper-slide .quote {
    font-size: 1.2rem;
    font-style: italic;
    margin-bottom: 10px;
    color: #ffffff;
}

.swiper-slide .author {
    font-weight: bold;
    color: #ff6f00;
    margin-bottom: 5px;
}

.swiper-slide .position {
    color: #ffffff;
    opacity: 0.8;
}

.services {
display: flex;
flex-wrap: wrap;
justify-content: start;
}

.service {
width: 380px;
padding: 0;
margin: 20px;
background-color: #222;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
overflow: hidden; /* Para esconder as bordas arredondadas das imagens */
}

.service-image {
position: relative;
width: 100%;
height: 150px; /* Ajuste a altura conforme necessário */
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.service-image img {
width: 100%;
height: auto;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
}

.service-info {
padding: 20px;
text-align: center;
background-color: #222;
color: #ffffff;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.service h3 {
font-size: 1.5em;
margin-bottom: 10px;
}

.service p {
font-size: 1em;
line-height: 1.5;
}

#sobre {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 50px;
color: white;
text-align: center;

height: 70vh;
}

#sobre h2 {
font-size: 3.0em;
margin-bottom: 20px;
font-weight: bold;
}

#sobre p {
font-size: 1.2em;
max-width: 800px;
line-height: 1.6;
}


.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000; /* Garante que o ícone fique acima de outros elementos */
}

.whatsapp-icon:hover {
    background-color: #20b358;
    cursor: pointer;
}

.dark-form {
display: flex;
flex-direction: column;
width: 100%;
max-width: 500px;
padding: 20px;
background-color: #1e1e1ecc;
height: fit-content;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
align-items: center;
justify-content: center;

}

.dark-form h2 {
/* Blue */
margin-bottom: 10px;
}

.dark-form p {
/* Light Blue */
margin-bottom: 40px;
}

.dark-form label {
margin-bottom: 10px;
color: #ffffff;
font-weight: bold;
}

.dark-form input {
width: 100%;
padding: 12px;
max-width: 280px;
margin: 20px 0px 20px 0px;
border: 1px solid #444;
border-radius: 4px;
background-color: #2c2c2ccb;
color: #ffffff;
font-size: 16px;
transition: border-color 0.3s ease;
}

.dark-form input[type="email"]:focus,
.dark-form textarea:focus {
border-color: #1e90ff; /* Light Blue */
}

.dark-form button {
padding: 12px 20px;
background-color: #ff6f00; /* Orange */
color: #ffffff;
border: none;
border-radius: 4px;
font-size: 18px;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s ease;
}

.dark-form button:hover {
background-color:#ca890f ; /* Darker Orange */
}

container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 20px;


}

container p {
margin: 0px;
padding: 0px;
}


html {
scroll-behavior: smooth !important;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
}

.menu-toggle div {
    width: 100%;
    height: 4px;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 768px) {
.hero {
flex-direction: column;
height: 90vh;

}

.hero img {
width: 50%;
font-size:2em;
}

.hero h1 {
font-size: 4em;
}


header {
flex-direction: column;
align-items: center;
}

nav {
margin-top: 20px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-left: 50px;
}

container p {
font-family: Montserrat;
font-size: 0.9em;

}

container {
    width: 100%;
}

.dark-form {
background: none;
box-shadow: none;
height: 70vh;
}

header {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
nav {
    display: none;
    flex-direction: column;
    width: 100%;
}
nav a {
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}
nav.active {
    display: flex;
   
}
.menu-toggle {
    display: flex;
    margin: auto 20px auto auto;
}
.menu-toggle.active .bar1 {
    transform: translateY(8px) rotate(45deg);

}
.menu-toggle.active .bar2 {
    opacity: 0;

}
.menu-toggle.active .bar3 {
    transform: translateY(-8px) rotate(-45deg);

}

#locais {
    margin: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #004d99d0, #ff6f00c7); /* Gradiente de azul e verde */
    color: white;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);  
}

#servicos {

margin: 0px !important;
padding: 0px !important;


}


.service-info{
    
    padding: 10px;
    text-align: center;
    background-color: #222;
    color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.service h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.service p {
    font-size: 1em;
    line-height: 1.5;
}



#contato {
    height: 100vh;
    margin-top: 20px;
    padding: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: auto 20px auto 20px;
}

}