@font-face {
  font-family: 'Indivisible';
  src: url('/assets/fonts/indivisible/fonnts.com-Indivisible_Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Superblue';
  src: url('/assets/fonts/superblue/SuperBlue-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Superblue';
  src: url('/assets/fonts/superblue/SuperBlue-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Fuentes personalizadas */
@font-face {
  font-family: 'Indivisible';
  src: url('/assets/fonts/indivisible/fonnts.com-Indivisible.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Indivisible';
  src: url('/assets/fonts/indivisible/fonnts.com-Indivisible_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Superblue';
  src: url('/assets/fonts/superblue/SuperBlue-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body, html {
  font-family: 'Indivisible', 'Montserrat', Arial, sans-serif;
}

/* Cuadro principal exclusivo para página de servicios */
.bg-verde{
  background-image: url('/assets/images/textura_verde.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
h1{
  font-weight: bold;
  color: #22342c;
  font-size:2rem;
  margin-bottom: 30px;
}
h2{
  font-weight: bold;
  font-size: 1.6rem;
}
h3{
  font-size: 1rem;
}
.footer-logo, .logo, .header-logo {
  font-family: 'Superblue', 'Montserrat', Arial, sans-serif !important;
  letter-spacing: 0.04em;
  color: #fff !important;
  text-decoration: none;
}
.inside .hero-content {
  padding:0 !important;
}
.inside .hero-content h1{
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.inside.hero-services{
  min-height: 350px;
  background-position: center center;
}
.services-content{
  margin-top: -40px;
  z-index: 10;
  position: relative;
}
.services-box {
  background: #fff;
  color: #222;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
}
.services-box h4 {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: #888;
}
.services-box .service-section {
  margin-bottom: 2.2rem;
}
.services-box .service-title {
color: #111;
  font-size: 1.2rem;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-bottom: 1.5rem;
}
.service-title strong {
  font-weight: bold;
}
.services-box p{
 font-size: .9rem;
}
.services-box .service-highlight {
  background: #f5f5f5;
  color: #222;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: .9rem;
  display: inline-block;
}
/* Servicios - cuadro principal blanco */
.services-bg {
  color: #222;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.07);
  padding: 2.5rem 2rem 2.5rem 2rem;
}

/* Destacado gris con letras negras */
.service-highlight {
  background: #f5f5f5;
  color: #222;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.84rem;
  display: inline-block;
}

/* Títulos de servicio: negro y subrayado */
.services-bg h2 {
  color: #111;
  font-size: 1.04rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-bottom: 0.5rem;
}
/* Hero para página de servicios */
.hero-services {
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 10%, rgba(0,0,0,0.25) 100%);
  z-index: 1;
}
.hero-services .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 3rem 1rem 2rem 1rem;
}
.hero-services h1 {
  font-size: 1.76rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hero-services p {
  font-size: 0.96rem;
  font-weight: 400;
  margin-bottom: 0;
}
/* Botones de .carousel-indicators como círculos grandes */
.carousel-indicators {
  margin-bottom: 2rem;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.7);
  border: 2px solid #fff;
  margin: 0 6px;
  transition: background 0.3s, border 0.3s;
}
.carousel-indicators .active {
  background-color: #222;
  border-color: #fff;
}
/* Fondo negro con alpha y degradado para .carousel-item */
.carousel-item {
  position: relative;
}
.carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.45) 60%, rgba(0,0,0,0.25) 100%);
}
.carousel-item .hero-content {
  position: relative;
  z-index: 2;
}
/* Menú móvil personalizado */
.main-nav-movil {
  background: #22342c;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100vw;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.main-nav-movil ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.main-nav-movil li {
  border-bottom: 1px solid #b48c3e;
}
.main-nav-movil a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.88rem;
  padding: 16px 24px;
  transition: background 0.2s, color 0.2s;
}
.main-nav-movil a.active, .main-nav-movil a:hover {
  background: #b48c3e;
  color: #fff;
}
.social a i {
  color: #fff !important;
}
.services-list-bg {
  position: relative;
}
.services-list-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  opacity: 0.32;
  z-index: 0;
}
.services-list-bg > * {
  position: relative;
  z-index: 1;
}
/* --- Servicios Fullwidth con imagen de fondo y overlay --- */
.services-section-full {
    background: url(/assets/images/sog-temporal-servicios.jpg);
    position: relative;
    width: 99.5vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    min-height: 600px;
    display: flex;
    align-items: stretch;
    z-index: 1;
    overflow: hidden;
    background-position: left top;
    background-size: 50%;
}
.services-bg-img {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 50%;
  width: 50vw;
  height: 100%;
  background: url('/assets/images/home/sog_services.jpg') center center/cover no-repeat;
  z-index: 1;
}
.services-section-full .container {
  position: relative;
  z-index: 2;
}
.services-list-bg {
  color: #fff;
  padding: 48px 32px 32px 32px;
  border-radius: 0;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: none;
}
h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: underline;
}
.services-list-bg ul {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
}
.services-list-bg li {
  margin-bottom: 38px;
  font-size: 0.94rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.services-list-bg img {
width: 60px;
}
.services-list-bg .service-desc {
  color: hsl(37, 77%, 72%);
  font-size: .9rem;
}
.services-list-bg .ver-mas-btn {
  background: #fff;
  color: #222;
  border: none;
  padding: 16px 38px;
  font-weight: 700;
  border-radius: 2px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: block;
  text-align: center;
  text-decoration: none;
}
.services-list-bg .ver-mas-btn:hover {
  background: #22342c;
  color: #fff;
}
@media (max-width: 991px) {
  .services-section-full, .services-section-full .container {
    min-height: unset;
  }
  .services-bg-img {
    display: none;
  }
  .services-list-bg {
    min-height: unset;
    padding: 32px 10px;
  }
}
/* Custom styles for Samuel Orlando García - Abogado */

body {
  background: #22342c;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* Topbar desktop */
.topbar {
    background: #b48c3e;
    color: #fff;
  font-size: 13px;
    height: 40px;
    align-items: center;
    display: flex;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topbar .contact-info {
  display: flex;
  gap: 30px;
}
.topbar .contact-info span {
  font-weight: normal;
}
.topbar .social {
  display: flex;
  gap: 10px;
}


.header-main {
  background: #22342c;
  border-bottom: 1px solid #ffffff7c;
}
.header-main .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-main h1 {
  font-size: 1.76rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
  letter-spacing: 1px;
}
.header-main .subtitle {
  font-size: .64rem;
  font-weight: 400;
  color: #fff;
}

nav.main-nav {
  width: 100%;
  margin-top: 0;
}
nav.main-nav ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: space-between;
}
nav.main-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: .9rem;
  transition: color 0.2s;
}
nav.main-nav a.active, nav.main-nav a:hover {
  color: #b48c3e;
}
.menu{
  width: 100%;
}

@media (max-width: 900px) {
  .header-main .row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  nav.main-nav ul {
    justify-content: flex-start;
    gap: 24px;
    margin-top: 10px;
  }
}
.hero .hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  z-index: 1;
}
.carousel-item {
  background-position: center center;
  background-size: cover;
}
.hero .hero-content {
  display: flex;
  flex-direction: column;
  height: 450px;
  justify-content: center;
  padding-left: 60px;
}
.hero h2 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 20px 0;
  line-height: 1.1;
}
.hero .hero-buttons {
  display: flex;
  gap: 10px;
}
.hero .hero-buttons a {
  font-size: .8rem;
  background: #22342c;
  color: #fff;
  padding: 5px 14px;
  font-weight: normal ;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.hero .hero-buttons a:hover {
  background: #b48c3e;
  color: #fff;
  border-color: #b48c3e;
}

.stats-bar {
  background: #22342c;
  color: #fff;
  text-align: center;
  font-size: 0.96rem;
  padding: 18px 0 10px 0;
  letter-spacing: 1px;
}
.stats-bar strong {
  color: #b48c3e;
  font-size: 1.04rem;
}

.profile-section {
    background: #fff;
    color: #000000;
    margin-top: -20px;
    position: relative;
    z-index: 3;
}
.profile-section .bg{
  padding: 20px;
  gap: 30px;
}
.profile-section .profile-photo {
    width: 180px;
    object-fit: cover;
}
.profile-section .profile-info {
  flex: 1;
}
.profile-section .profile-info h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
}
.profile-section .profile-info .profile-title {
  color: #b48c3e;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 15px;
}
.profile-section .profile-info p {
  margin: 0 0 8px 0;
  font-size: .9rem;
}
.profile-section .profile-info .profile-highlight {
  color: #b48c3e;
  font-weight: 600;
}
.profile-section .profile-figure {
  width: 120px;
  margin-left: 20px;
}

.services-section {
  background: #b48c3e;
  color: #fff;
  padding: 50px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
}
.services-list-bg strong {
  font-weight: normal;
  font-size: 1.2rem;
}
.services-section .services-list {
  padding: 0 0px 0 0px;
}
.services-section ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.services-section li {
  margin-bottom: 22px;
  font-size: 1.08rem;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.services-section li .icon {
  font-size: 1.5rem;
  color: #fff;
  margin-top: 2px;
}
.services-section .service-desc {
  color: #fff;
  font-size: 0.98rem;
  opacity: 0.95;
}
.services-section .ver-mas-btn:hover {
  background: #22342c;
  color: #fff;
}
.services-section .services-img {
  flex: 1 1 350px;
  min-height: 320px;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.services-section .services-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-back1{
  background-image: url('/assets/images/sog-temporal-servicios.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-section{
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
.cta-section strong {
  color: #b48c3e;
}
.contact-section {
  color: #22342c;
  padding: 40px 0 30px 0;
}
.contact-section .contact-img {
  flex: 1 1 350px;
  min-height: 320px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.contact-section .contacto{
  background-image: url('/assets/images/home/sog_forma_contacto.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 1 350px;
}
.contact-section .contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section .contact-form {
  background-color: #22342cc8;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-section .contact-form form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-section .contact-form input,
.contact-section .contact-form textarea {
  padding: 10px;
  font-size: .9rem;
  font-family: inherit;
  color: #22342c;
  outline: none;
}
.contact-section .contact-form input:focus,
.contact-section .contact-form textarea:focus {
  border-color: #000 !important;
}
.contact-section .contact-form button {
  background: #b48c3e;
  color: #fff;
  border: none;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 8px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.contact-form ul{
  padding: 0;
  margin: 20px 18px 30px 18px;
}
.contact-section .contact-form button:hover {
  background: #22342c;
  color: #fff;
}

.footer {
  background: #22342c;
  color: #fff;
  padding: 40px 0 20px 0;
  font-size: .9rem;
}
.footer .footer-main {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer .footer-col {
  flex: 1 1 220px;
}
.footer .footer-logo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 2.2rem;
    width: 80%;
}
.footer .subtitle{
  font-size: .7rem;
}
.footer .footer-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: #b48c3e;
}
.footer .footer-link {
  color: #fff;
  text-decoration: underline;
}
.footer .footer-link:hover {
  color: #b48c3e;
}
.footer .footer-bottom {
  text-align: center;
  color: #fff;
  font-size: 0.95rem;
  margin-top: 50px;
  margin-bottom: 30px;
}


/* Sticky topbar y header-main: header-main respeta el alto de topbar */
.topbar.sticky-top {
  top: 0;
  z-index: 1040;
}
.header-main.sticky-top {
  top: 40px; /* Ajusta este valor al alto real de tu topbar */
  z-index: 1039;
}
@media (min-width: 992px) {
  .header-main.sticky-top {
    top: 40px; /* Ajusta si tu topbar es más alto en desktop */
  }
}

@media (max-width: 400px) {ååå
  .inside.hero-services{
  min-height: 250px;}
  .hero .hero-content{
    height: 350px;
  }
}

@media (max-width: 990px) {
  .services-section-full {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
