/*
Theme Name: Miotto Advocacia
Theme URI: https://miotto-advocacia.com
Author: Manus AI
Author URI: https://manus.ai
Description: Tema personalizado para Miotto Advocacia baseado em Bootstrap 5.3.3
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: miotto
Tags: bootstrap, advocacia, direito, responsivo
*/

/* Variáveis de cores baseadas no mockup */
:root {
  --miotto-gold: #D4B254;
  --miotto-dark: #1E1E1E;
  --miotto-white: #FFFFFF;
  --miotto-light-gray: #F5F5F5;
  --miotto-medium-gray: #666666;
}

/* Estilos gerais */
body {
  font-family: 'Roboto', sans-serif;
  color: var(--miotto-dark);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
}

.text-gold {
  color: var(--miotto-gold);
}

.bg-dark {
  background-color: var(--miotto-dark) !important;
}

.bg-gold {
  background-color: var(--miotto-gold) !important;
}

.btn-gold {
  background-color: var(--miotto-gold);
  color: var(--miotto-dark);
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  background-color: #c4a244;
  color: var(--miotto-dark);
}

.btn-dark {
  background-color: var(--miotto-dark);
  color: var(--miotto-white);
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.btn-dark:hover {
  background-color: #2e2e2e;
  color: var(--miotto-white);
}

/* Header */
.site-header {
  background-color: var(--miotto-dark);
  padding: 15px 0;
}

.site-logo {
  max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--miotto-white);
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 15px;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--miotto-gold);
}

/* Hero Section */
.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: var(--miotto-white);
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-title {
  font-size: 3rem;
  color: var(--miotto-gold);
  margin-bottom: 20px;
}

.hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* Service Cards */
.service-card {
  background-color: var(--miotto-dark);
  color: var(--miotto-white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.service-card-img {
  height: 200px;
  object-fit: cover;
}

.service-card-content {
  padding: 20px;
}

.service-card-title {
  color: var(--miotto-gold);
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.service-card-text {
  margin-bottom: 20px;
}

/* Blog Section */
.blog-section {
  padding: 60px 0;
}

.blog-title {
  color: var(--miotto-gold);
  text-align: center;
  margin-bottom: 10px;
}

.blog-subtitle {
  text-align: center;
  color: var(--miotto-medium-gray);
  margin-bottom: 40px;
}

.blog-card {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.blog-card-img {
  height: 200px;
  object-fit: cover;
}

.blog-card-content {
  padding: 20px;
}

.blog-card-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.blog-pagination {
  text-align: center;
  margin-top: 30px;
}

.blog-pagination .page-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: var(--miotto-gold);
  border-radius: 50%;
  margin: 0 5px;
}

/* Quote Section */
.quote-section {
  background-color: var(--miotto-dark);
  color: var(--miotto-white);
  padding: 60px 0;
}

.quote-intro {
  font-size: 1rem;
  margin-bottom: 10px;
}

.quote-text {
  font-size: 2rem;
  margin-bottom: 20px;
}

.quote-highlight {
  color: var(--miotto-gold);
}

/* Instagram Section */
.instagram-section {
  padding: 60px 0;
}

.instagram-title {
  color: var(--miotto-gold);
  text-align: center;
  margin-bottom: 40px;
}

.instagram-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.instagram-card-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.instagram-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--miotto-white);
  padding: 20px;
  text-align: center;
}

.instagram-card-tag {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.instagram-card-number {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: var(--miotto-gold);
  color: var(--miotto-dark);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
}

/* Reviews Section */
.reviews-section {
  padding: 30px 0;
}

.reviews-container {
  background-color: var(--miotto-white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.reviews-title {
  margin-bottom: 15px;
}

.reviews-stars {
  color: var(--miotto-gold);
  font-size: 1.5rem;
  margin-bottom: 0;
}

/* Info Section */
.info-section {
  padding: 60px 0;
}

.info-title {
  text-align: center;
  margin-bottom: 10px;
}

.info-subtitle {
  text-align: center;
  color: var(--miotto-medium-gray);
  margin-bottom: 40px;
}

.info-card {
  background-color: var(--miotto-white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
  margin-bottom: 20px;
}

.info-card-title {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.info-card-text {
  color: var(--miotto-medium-gray);
  font-size: 0.9rem;
}

.info-cta {
  text-align: center;
  margin-top: 30px;
}

/* Form Section */
.form-section {
  padding: 60px 0;
  background-color: var(--miotto-light-gray);
}

.form-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.form-container {
  background-color: var(--miotto-white);
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-title {
  color: var(--miotto-gold);
  margin-bottom: 30px;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: var(--miotto-gold);
  box-shadow: 0 0 0 0.25rem rgba(212, 178, 84, 0.25);
}

/* Footer */
.site-footer {
  background-color: var(--miotto-dark);
  color: var(--miotto-white);
  padding: 60px 0 30px;
}

.footer-intro {
  margin-bottom: 30px;
}

.footer-title {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--miotto-white);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--miotto-gold);
}

.footer-contact-item {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

.footer-contact-icon {
  margin-right: 10px;
  color: var(--miotto-gold);
}

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

.footer-social a {
  color: var(--miotto-white);
  font-size: 1.2rem;
  margin-right: 15px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: var(--miotto-gold);
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  max-height: 40px;
}

.back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--miotto-gold);
  color: var(--miotto-dark);
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.back-to-top:hover {
  background-color: #c4a244;
  color: var(--miotto-dark);
}

/* Responsividade */
@media (max-width: 991.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  
  .quote-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-section {
    padding: 80px 0;
  }
  
  .quote-text {
    font-size: 1.2rem;
  }
  
  .instagram-card-img {
    height: 200px;
  }
}

@media (max-width: 575.98px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-section {
    padding: 60px 0;
  }
  
  .service-card-img {
    height: 150px;
  }
  
  .blog-card-img {
    height: 150px;
  }
  
  .instagram-card-img {
    height: 180px;
  }
}
