.elementor-7 .elementor-element.elementor-element-d0452cd{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-492d977{--display:flex;}.elementor-7 .elementor-element.elementor-element-a8c281d{--display:flex;}.elementor-7 .elementor-element.elementor-element-d33e93e{--display:flex;}@media(min-width:768px){.elementor-7 .elementor-element.elementor-element-d0452cd{--content-width:100%;}.elementor-7 .elementor-element.elementor-element-492d977{--content-width:100%;}.elementor-7 .elementor-element.elementor-element-a8c281d{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-0dbd5f6 *//* About Section Styles */
.about {
    padding: 80px 0;
    background-color: var(--white);
}

.about h2 {
    text-align: center;
    margin-bottom: 50px;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    margin-bottom: 60px;
}

.about-image {
    position: relative;
}

.lawyer-image {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-name {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background-color: var(--primary);
    color: var(--white);
    padding: 15px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}

.about-name h3 {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.about-name p {
    margin-bottom: 0;
    font-weight: 600;
}

.about-text h3 {
    color: var(--secondary);
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.about-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.about-cta {
    margin-top: 30px;
}

.office-gallery {
    margin-top: 60px;
}

.office-gallery h3 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--secondary);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.gallery-item {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

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

/* Responsive Styles for About Section */
@media (max-width: 991px) {
    .about-content {
        grid-template-columns: 1fr;
    }
    
    .about-image {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6ce41f4 *//* Estilo para a seção de Perguntas Frequentes */
.faq-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Nunito Sans', sans-serif;
}

.faq-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.faq-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #0E2477;
}

.faq-item {
  background-color: white;
  border-radius: 8px;
  margin: 15px 0;
  padding: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-item h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #19DCAA;
  font-weight: bold;
}

.faq-item p {
  font-size: 1rem;
  color: #333;
}

/* Estilo para a seção de Ainda Tem Dúvidas */
.contact-section {
  background-color: #0E2477;
  color: white;
  padding: 60px 20px;
  text-align: center;
}

.contact-container h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}

.contact-container p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.cta-button {
  background-color: #19DCAA;
  color: white;
  padding: 12px 40px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
  background-color: #17b89a;
  transform: scale(1.05);
}

.cta-button:active {
  transform: scale(1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24ba551 *//* Estilo para o rodapé */
.footer {
  background-color: #0E2477; /* Cor de fundo azul */
  color: white;
  padding: 40px 20px;
  font-family: 'Nunito Sans', sans-serif;
  text-align: center;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  max-width: 150px;
  margin-bottom: 20px;
}

.footer-info p {
  font-size: 1rem;
  margin-bottom: 10px;
}

.footer-social {
  margin-top: 20px;
}

.social-icon {
  color: white;
  font-size: 1.5rem;
  margin: 0 15px;
  text-decoration: none;
}

.social-icon:hover {
  color: #19DCAA; /* Cor verde para o efeito de hover */
}

.social-icon i {
  transition: color 0.3s ease;
}/* End custom CSS */