.text-gold {
  color: #c5a059;
}

.ls-2 {
  letter-spacing: 2px;
  font-size: 0.85rem;
}

.btn-gold {
  background-color: #c5a059;
  color: #ffffff;
  border: none;
}

.btn-gold:hover {
  background-color: #b08e4a;
  color: #ffffff;
}

.btn-outline-gold {
  border-color: #c5a059;
  color: #c5a059;
}

.divider {
  width: 60px;
  height: 4px;
  background-color: #c5a059;
  margin-top: 10px;
}

.navbar.scrolled {
  background-color: #1a1a1a;
  padding: 10px 0;
  transition: all 0.3s ease;
}

.icon-circle {
  width: 50px;
  height: 50px;
  background: #c5a059;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-section {
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
}

.service-card-premium {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(197, 160, 89, 0.3);
  padding: 40px 30px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.service-card-premium:hover {
  background: rgba(197, 160, 89, 0.1);
  border-color: #c5a059;
  transform: translateY(-10px);
}

.service-card-premium:hover::before {
  transform: scaleX(1);
}

.service-card-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c5a059;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.service-card-premium .service-icon {
  font-size: 2.5rem;
  color: #c5a059;
  margin-bottom: 20px;
}

.service-card-premium h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-card-premium p {
  color: #a0a0a0;
  font-size: 0.95rem;
  line-height: 1.6;
}

.py-100 {
  padding: 100px 0;
}

.border-gold {
  border-color: #c5a059 !important;
}

.lead-text {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #333;
}

.description-text {
  font-size: 1rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 1.5rem;
}

.image-reveal-container {
  overflow: hidden;
  position: relative;
}

.image-reveal-container .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c5a059;
  z-index: 2;
  transform: translateX(-101%);
}

.team-swiper {
  width: 100%;
  overflow: visible !important;
  padding-bottom: 50px;
}

.team-swiper .swiper-slide {
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

#nosotros {
  overflow: hidden;
  padding: 60px 0;
}

.lawyer-card-editorial {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.lawyer-card-editorial .image-box {
  position: relative;
  overflow: hidden;
  line-height: 0;
  width: 100%;
  aspect-ratio: 1/1.2;
}

.lawyer-card-editorial .image-box img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.lawyer-card-editorial .image-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.lawyer-card-editorial .image-box::after {
  content: "\f52a";
  font-family: "bootstrap-icons" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  color: white;
  font-size: 2.5rem;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}

.lawyer-card-editorial .lawyer-details {
  background-color: #c5a059;
  padding: 20px;
  margin-top: -1px;
  min-height: 140px;
  transition: background-color 0.3s ease;
}

.lawyer-card-editorial .lawyer-details h5 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.2;
  transition: color 0.3s ease;
}

.lawyer-card-editorial .lawyer-details p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  margin: 0;
  font-weight: 300;
}

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

.lawyer-card-editorial:hover .image-box::before {
  opacity: 1;
}

.lawyer-card-editorial:hover .image-box::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.lawyer-card-editorial:hover .image-box img {
  transform: scale(1.05);
}

.lawyer-card-editorial:hover .lawyer-details {
  background-color: rgb(190.3973214286, 149.1852678571, 70.1026785714);
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.3);
}

.swiper-pagination-bullet-active {
  background: #c5a059 !important;
}

.cta-equipo .letter-spacing-2 {
  letter-spacing: 2px;
  font-weight: 300;
}

.cta-equipo .btn-outline-dark {
  position: relative;
  overflow: hidden;
  border: 1px solid #1a1a1a;
  color: #1a1a1a;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
}

.cta-equipo .btn-outline-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #c5a059;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: -1;
}

.cta-equipo .btn-outline-dark:hover {
  color: #ffffff;
  border-color: #c5a059;
}

.cta-equipo .btn-outline-dark:hover::before {
  left: 0;
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.service-icon i {
  font-size: 3.5rem;
  color: #c5a059;
}

.service-card-premium h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
}

.service-card-premium p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}

.main-footer {
  background-color: #0d0d0d;
  padding: 80px 0 30px;
  color: rgba(255, 255, 255, 0.7);
}

.main-footer .footer-description {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.main-footer .footer-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  position: relative;
}

.main-footer .footer-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #c5a059;
}

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

.main-footer .footer-links li {
  margin-bottom: 0.8rem;
}

.main-footer .footer-links li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 0.3s ease;
}

.main-footer .footer-links li a:hover {
  color: #c5a059;
  padding-left: 5px;
}

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

.main-footer .footer-contact li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
}

.main-footer .social-links {
  display: flex;
  gap: 15px;
}

.main-footer .social-links a {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.main-footer .social-links a:hover {
  background-color: #c5a059;
  border-color: #c5a059;
  transform: translateY(-3px);
}

.main-footer .footer-bottom {
  margin-top: 50px;
  font-size: 0.85rem;
}

.main-footer .footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.4);
}

.main-footer .footer-bottom .developer a {
  color: #c5a059;
  text-decoration: none;
}

.main-footer .footer-bottom .developer a:hover {
  text-decoration: underline;
}

.hero-section {
  min-height: 100vh;
  background-color: #05070a;
}

.hero-section .hero-image-wrapper {
  padding-left: 50px;
}

.hero-section .hero-image-wrapper .image-box-reveal {
  position: relative;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  overflow: hidden;
}

.hero-section .hero-image-wrapper .image-box-reveal img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  filter: brightness(0.7) contrast(1.1);
}

.profile-hero {
  background-color: #1a1a1a;
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.profile-hero .profile-img-container {
  position: relative;
  z-index: 2;
}

.profile-hero .profile-img-container::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border: 2px solid #c5a059;
  z-index: -1;
}

.profile-hero .profile-info .badge-specialty {
  color: #c5a059;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 15px;
}

.profile-hero .profile-info h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 25px;
}

.profile-content {
  padding: 100px 0;
  background-color: #ffffff;
}

.profile-content .bio-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #333;
}

.profile-content .bio-text p {
  margin-bottom: 1.5rem;
}

.profile-content .sidebar-info {
  padding-left: 30px;
  border-left: 1px solid #eee;
}

.profile-content .sidebar-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.profile-content .sidebar-info ul {
  list-style: none;
  padding: 0;
}

.profile-content .sidebar-info ul li {
  margin-bottom: 15px;
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.profile-content .sidebar-info ul li i {
  color: #c5a059;
  margin-top: 4px;
}

body {
  background-color: #f8f9fa;
  font-family: "Segoe UI", Roboto, sans-serif;
}

.lawyer-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.lawyer-card img {
  width: 100%;
  filter: grayscale(100%);
  transition: 0.5s;
}

.lawyer-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.lawyer-info {
  padding: 20px;
  background: #c5a059;
  color: #ffffff;
}

/* 1. Blindar el formulario para que nada salga de la tarjeta */
.contact-form-card {
  overflow: hidden;
}

/* 3. Asegurar que el contenedor principal de la sección no desborde */
#asesoramiento .container {
  max-width: 100vw;
  overflow-x: hidden;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    /* Fondo sólido para que no se pise con el texto del hero */
    background-color: #414141;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    /* Sombra para dar profundidad elitista */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    /* Aseguramos que esté por encima de los elementos del hero */
    position: relative;
    z-index: 100;
  }

}

/* Definimos el hover usando el color oro del estudio */
.text-hover-gold {
  transition: all 0.3s ease;
  /* Transición suave característica de un sitio premium */
  position: relative;
  display: inline-block;
}

.text-hover-gold:hover {
  color: #d4af37 !important;
  /* El color oro */
  transform: translateY(-1px);
  /* Un levante sutil */
}

/* Línea inferior elegante que se expande */
.text-hover-gold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #d4af37;
  transition: width 0.3s ease;
}

.text-hover-gold:hover::after {
  width: 100%;
}


/*# sourceMappingURL=style.css.map */