body {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  background-color: #ffffff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.custom_heading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.custom_heading-container h3 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  position: relative;
}

.custom_heading-container h3::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 50px;
  height: 7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00226C;
  border-radius: 15px;
}

.btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Poppins", sans-serif;
}

.btn-box a {
  color: #1d1d1d;
  margin-right: 15px;
  font-size: 18px;
}

.btn-box hr {
  width: 75px;
  height: 1.2px;
  border: none;
  background-color: #464646;
  margin: 0;
}

/*header section*/
.sub_page .hero_area {
  height: auto;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  background-color: #00226C;/*#000000;*/
  font-family: "Poppins", sans-serif;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
}

.custom_nav-container .navbar-nav .nav-item .nav-link::before {
  content: "";
  display: none;
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 17px;
  height: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #BE914E; /* #00226C;*/
  border-radius: 5px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link:hover::before {
  display: block;
}

.custom_nav-container .navbar-nav .nav-item.active a::before {
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand img {
  width: 45px;
  margin-right: 5px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 42px;
}

/*end header section*/
/* slider section */
.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  font-size: 4rem;
  color: #1a2e35;
}

.slider_section .detail-box h1 span {
  color: #00226C;
}

.slider_section .slider_nav-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .slider_nav-box .custom_carousel-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}

.slider_section .carousel-control-prev {
  left: 2%;
  background-image: url(../images/left-arrow-black.png);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/left-arrow.png);
}

.slider_section .carousel-control-next {
  right: 2%;
  background-image: url(../images/right-arrow-black.png);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/right-arrow.png);
}

/* end slider section */
.bg {
  background-image: url(../images/bg.jpg);
  background-size: cover;
}

.about_section {
  text-align: center;
}

.about_section .img-box img {
  width: 350px;
}



.service_section {
  text-align: center;
  position: relative;
  padding: 60px 0;
}

/* Encabezado */
.service_section .custom_heading-container {
  margin-bottom: 20px;
}

.service_section p {
  max-width: 900px;
  margin: 0 auto 40px;
  color: #555;
}

/* === FILA DE 4 COLUMNAS === */
.service_section .service_container .row {
  display: flex;
  flex-wrap: nowrap;         /* las mantiene en una sola fila en pantallas grandes */
  justify-content: center;   /* centradas */
  gap: 20px;                 /* separación entre columnas */
}

.service_section .col-md-3 {
  flex: 1 1 0;         /* se reparten el ancho */
  max-width: 25%;      /* 4 columnas exactas */
}

/* Caja de cada servicio */
.service_section .box {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  height: 100%; /* igualar altura */
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform .3s ease, box-shadow .3s ease;
}

.service_section .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,.1);
}

/* Imagen */
.service_section .img-box {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.service_section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Texto */
.service_section .detail-box {
  margin-top: 15px;
  text-align: left;
  flex: 1; /* para que el texto ocupe todo */
}

.service_section .detail-box h6 {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #333;
}

.service_section .detail-box p {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.4;
  margin-bottom: 0;
  overflow: visible; /* quita el corte de texto */
  height: auto;
}

/* Botones opcionales */
.service_section .detail-box .btn-box a {
  color: #00226C;
}

.service_section .detail-box .btn-box hr {
  background-color: #00226C;
  height: 2px;
  border: none;
}

/* === RESPONSIVE: en tablet/móvil se apilan === */
@media (max-width: 991px) {
  .service_section .service_container .row {
    flex-wrap: wrap; /* ahora sí permite saltar */
  }
  .service_section .col-md-3 {
    max-width: 100%; /* se hacen 1 por fila */
  }
  .service_section .img-box {
    height: 150px;
  }
}


.service_section .mensaje-final {
  max-width: 900px;
  margin: 30px auto 0;
  font-size: 1rem;
  color: #444;
  text-align: center;
  line-height: 1.5;
}

.service_section .linea-roja {
  width: 60px;                /* más ancho */
  height: 8px;                /* más gordita */
  background-color: #00226C;  /* color corporativo */
  border: none;               /* quitar borde */
  border-radius: 50px;        /* extremos redondos */
  margin: 40px auto 15px;     /* espacio arriba/abajo */
}


/*START SOBRE NOSOTROS*/
.about_section {
  padding: 4rem 1rem;
  background-color: #f5f7fa;
  color: #333;
}

.about_container {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.about_text {
  flex: 1 1 500px;
}

.about_text h3 {
  font-size: 2rem;
  color: #004080;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about_text p {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0;
}

.about_image {
  flex: 1 1 400px;
  text-align: center;
}

.about_image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 768px) {
  .about_container {
    flex-direction: column;
    text-align: center;
  }

  .about_text h3 {
    font-size: 1.7rem;
  }

  .about_image {
    margin-top: 2rem;
  }
}


/*END SOBRE NOSOTROS*/


/* START MAIN*/
/* Header: título primero, imagen después */
.hero-header {
  text-align: center;
  padding: 30px 20px;
  display: block; /* aseguramos flujo normal */
}

/* Título en bloque */
.hero-title {
  font-size: 2.5rem;
  color: #004080;
  margin-bottom: 20px; /* espacio entre título e imagen */
  line-height: 1.2;
  display: block;       /* ocupa línea completa */
}

/* Imagen debajo del título 
.hero-image {
  width: 60%;          
  max-width: 600px;
  height: auto;
  display: block;       
  margin: 0 auto;      
  border-radius: 10px; 
  box-shadow: 0 4px 10px rgba(0,0,0,0.1); 
}*/


.hero-image {
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 800px;
    height: auto;
    image-rendering: optimizeQuality; /* suaviza el renderizado */
    backface-visibility: hidden; /* elimina halos en algunos navegadores */
}


/* Texto principal */
.hero-main {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  color: #333;
  line-height: 1.6;
  text-align: justify;
}






.consultora-body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f5f5f5;
    color: #333;
}

.consultora-header {
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.consultora-logo {
    width: 200px;
    margin-bottom: 20px;
}

.consultora-main {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.consultora-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
}

.consultora-text {
    margin-bottom: 20px;
}

.consultora-images {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    flex-wrap: wrap;
}

.consultora-img {
    width: 300px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.consultora-footer {
    text-align: center;
    padding: 20px;
    background-color: #1a1a1a;
    color: white;
}

/* STOP MAIN*/


/*EMPRESAS*/
.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 columnas */
  grid-auto-rows: auto;
  gap: 1.5rem;
}

.card {
  background-color: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
  max-width: 280px;
  position: relative;
}

/* Ubicación de la tarjeta 4 */
.center-card {
  grid-column: 2 / 3; /* columna 2 */
  grid-row: 2 / 3;    /* fila 2 */
}

@media (max-width: 600px) {
  .center-card {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 600px) {
  .card {
    max-width: 100%;
  }
}




/* Reset y tipografía básica */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

/* Header */
header {
  background-color: #004080;
  color: white;
  padding: 2rem;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

header p {
  max-width: 800px;
  margin: 1rem auto 0;
  font-size: 1rem;
}

/* Contenedor principal */
.container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.card h3 {
  color: #004080;
  margin-top: 0.5rem;
}

.card p {
  margin-bottom: 0.5rem;
}

/* Número de cada tarjeta */
.card .number {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #004080;
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* Descripción final */
.description {
  margin-top: 2rem;
  font-size: 1rem;
  background-color: #e6f0ff;
  padding: 1rem 1.5rem;
  border-left: 5px solid #004080;
  border-radius: 5px;
}

/* Responsive */
@media (max-width: 600px) {
  header h1 {
    font-size: 1.5rem;
  }
}





/*CIUDADANOS */



/* Reset y tipografía básica */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

/* Header */
header {
  background-color: #00226C;
  color: white;
  padding: 2rem;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2rem;
}

/* Contenedor principal */
.container {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

/* Sección de servicios */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

/* Tarjetas */
.card {
  background-color: white;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.card h3 {
  color:  #00226C;
  margin-top: 0;
}

.card p {
  margin-bottom: 0.5rem;
}

/* Descripción final */
.description {
  margin-top: 2rem;
  font-size: 1rem;
  background-color: #e6f0ff;
  padding: 1rem 1.5rem;
  border-left: 5px solid #00226C;
  border-radius: 5px;
}

/* Responsive */
@media (max-width: 600px) {
  header h1 {
    font-size: 1.5rem;
  }
}


/*
.service_section {
  text-align: center;
  position: relative;
}

.service_section .custom_heading-container {
  margin-bottom: 15px;
}

.service_section .service_container {
  padding: 45px 0 75px 0;
}

.service_section .box.b-2 .detail-box {
  width: 60%;
  text-align: right;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-2 .detail-box a {
  min-width: 100px;
}

.service_section .box.b-3 .detail-box {
  width: 70%;
  margin-left: auto;
  overflow: hidden;
  text-align: left;
}

.service_section .box.b-3 .detail-box p {
  height: 52px;
  overflow: hidden;
}

.service_section .box.b-3 .detail-box a {
  min-width: 100px;
}

.service_section .img-box img {
  height: 200px;
}

.service_section .detail-box {
  height: 118px;
  margin-top: 10px;
}

.service_section .detail-box h6 {
  font-weight: bold;
}

.service_section .detail-box .btn-box a {
  color: #ff4f5a;
}

.service_section .detail-box .btn-box hr {
  background-color: #ff4f5a;
}


.service_section::before {
  content: "";
  width: 200px;
  height: 175px;
  position: absolute;
  bottom: 95px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: cover;
  /*background-image: url(../images/worker.png); */ 

.work_section {
  background-color: #00226C;
}

.work_section .custom_heading-container h3 {
  color: #ffffff;
}

.work_section .custom_heading-container h3::before {
  background-color: #ffffff;
}

.work_section .work_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 45px 0;
}

.work_section .work_container .box {
  width: 275px;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 0 20px 0;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 45px 10px;
  -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.1);
}

.work_section .work_container .box .img-box {
  width: 150px;
}

.work_section .work_container .box .img-box img {
  width: 100%;
}

.work_section .work_container .box .name {
  margin-top: 10px;
}

.work_section .work_container .box.b-1, .work_section .work_container .box.b-3 {
  -webkit-animation: odd-box-animate 2s infinite;
          animation: odd-box-animate 2s infinite;
}

.work_section .work_container .box.b-2, .work_section .work_container .box.b-4 {
  -webkit-animation: even-box-animate 2s infinite;
          animation: even-box-animate 2s infinite;
}

@-webkit-keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@keyframes odd-box-animate {
  0% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  50% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}

@-webkit-keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

@keyframes even-box-animate {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
  50% {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
  100% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
  }
}

.work_section .btn-box a {
  color: #ffffff;
}

.work_section .btn-box hr {
  background-color: #ffffff;
}

.contact_section input,
.contact_section select {
  width: 100%;
  border: 0;
  padding: 15px 12px;
  background-color: #f2f2f2;
  outline: none;
  margin: 10px 0;
}

.contact_section input::-webkit-input-placeholder,
.contact_section select::-webkit-input-placeholder {
  color: #3a3a3a;
}

.contact_section input:-ms-input-placeholder,
.contact_section select:-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::-ms-input-placeholder,
.contact_section select::-ms-input-placeholder {
  color: #3a3a3a;
}

.contact_section input::placeholder,
.contact_section select::placeholder {
  color: #3a3a3a;
}

.contact_section button {
  background-color: #00226C;
  padding: 12px 55px;
  outline: none;
  border: none;
  border: 1px solid #00226C;
  color: #fff;
  margin-top: 25px;
}

.contact_section button:hover {
  color: #00226C;
  background-color: transparent;
}

.client_section .client_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  border: 1px solid #cccccc;
  padding: 45px 35px 35px 25px;
  background-color: #ffffff;
  margin: 0 auto;
}

.client_section .client_container .detail-box p {
  text-align: center;
}

.client_section .client_container .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.client_section .client_container .client_id .img-box {
  width: 75px;
  margin-right: 10px;
}

.client_section .client_container .client_id .img-box img {
  width: 100%;
}

.client_section .client_container .client_id .name h5 {
  text-transform: uppercase;
}

.client_section .client_container .client_id .name h6 {
  color: #00226C;
}

.info_section {
  background-color: #00226C;
  color: #ffffff;
}

.info_section a {
  color: #ffffff;
}

.info_section h4 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.info_section .info-logo h2 {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-right: 15px;
}

.info_section .info-nav ul {
  padding-left: 15px;
}

.info_section .info-nav ul li {
  list-style-type: none;
  position: relative;
  margin: 3px 0;
}

.info_section .info-nav ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100%;
}

.info_section .info-contact h6 {
  color: #000000;
  font-size: 18px;
}

.info_section .info-contact .call {
  margin-top: 20px;
}

.info_section .discover ul {
  padding: 0;
}

.info_section .discover ul li {
  list-style-type: none;
  margin: 5px 0;
}

/* footer section*/
.footer_section {
  background-color: #ffffff;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.footer_section p {
  color: #171717;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #171717;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */

/* Ajustes para que las tarjetas no se estiren en móvil */
@media (max-width: 991px) {
  .service_section .service_container .row {
    flex-wrap: wrap; /* permite que las columnas salten */
  }

  .service_section .col-md-3 {
    max-width: 100%; /* cada tarjeta ocupa toda la fila */
    flex: 1 1 100%;
    margin-bottom: 20px; /* separa verticalmente */
  }

  .service_section .box {
    height: auto; /* deja que la altura dependa del contenido */
  }

  .service_section .img-box {
    height: 150px; /* ajusta tamaño de imagen si quieres */
  }
}

/*nuevo*/
.footer_section {
  background-color: #00226C;
  color: #ffffff;
  padding: 40px 0;
  font-size: 0.95rem;
}

.footer_title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #BE914E;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Estilo para el párrafo de “Consultoría y Servicios …” */
.footer_about_lexgob .footer_about_lexgob-text,
.footer_about_lexgob-text {
  color: #ffffff !important;
}

/* Para los textos de contacto */
.footer_contact,
.footer_contact ul,
.footer_contact li,
.footer_contact a {
  color: #ffffff;
}

.footer_contact a:hover {
  color: #BE914E;
}

/* Títulos “Contacto” y “Síguenos” en dorado */
.footer_section h5 {
  color: #BE914E;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Íconos de redes sociales */
.footer_section .footer_social a {
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.footer_section .footer_social a:hover {
  color: #BE914E;
}

.footer_divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

/* Estilo para el párrafo de “Consultoría y Servicios …” */
.footer_about_lexgob .footer_about_lexgob-text,
.footer_about_lexgob-text {
  color: #ffffff !important;
  text-align: left; /* Alinea el texto a la izquierda */
}

/* Ajuste para móviles */
@media (max-width: 767px) {
  .footer_about_lexgob {
    margin-bottom: 20px; /* espacio entre columnas apiladas */
  }
}

.footer_contact img {
  filter: brightness(0) invert(1); /* convierte el icono en blanco */
}

/* Clase única para la imagen del equipo */
.equipo-img {
  border-radius: 15px; /* esquinas redondeadas */
  width: 100%;          /* ocupa todo el ancho del contenedor */
  max-width: 800px;     /* tamaño máximo para que no se distorsione en pantallas grandes */
  display: block;
  margin: 0 auto;       /* centrada horizontalmente */
}

.navbar-brand span {
    font-size: 1.5rem; /* tamaño normal en desktop */
}

@media (max-width: 576px) {
    .navbar-brand span {
        font-size: 1rem; /* tamaño más pequeño en móvil */
    }
}
