.emergente,  .emergente-oportunidaes{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: flex;
}

.body-emergente {
  display: none;
}

.resultados {
  background-color: #003087e3;
}

.videos {
  background-color: gray;
  display: none;
}

.videos-emergentes video {
  display: none;
}

.videos .body-emergente {
  display: none;
}

.container-emergente {
  width: 40%;
}

.videos .container-emergente {
  width: 80%;
  height: 640px;
}

.emergente-oportunidaes .close,.emergente .close {
  position: absolute;
  right: 0px;
  top: -60px;
  z-index: 99;
  cursor: pointer;
}

.emergente-oportunidaes .close,.emergente .close p {
  padding: 10px;
  border: solid 1px #ffffff;
}

.tit-form-emergente {
  display: none;
}
.tit-emergente {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
}

.resultados .body-emergente {
  background-color: #0099ff;
  padding: 4%;
  color: #ffffff;
  border-radius: 20px;
}

.resultados .body-emergente h4 {
  color: #003087;
}

.resultados .btn-emergente {
  color: #ffffff;
}

.resultados .container-emergente:hover .body-emergente {
  background-color: #fe5000;
}

.resultados .container-emergente:hover .body-emergente h4 {
  color: #ffffff;
}

.resultados .videos-emergentes {
  display: none;
}

.cont-tags {
  position: relative; /* Asegura que se desplace correctamente */
}

.cont-form {
  background-color: #003087e3;
}

.cont-form .cont-form-emergente {
  background-color: #fcfcfc;
  border-radius: 20px;
}

.tit-form,
.link-form {
  color: #003087;
}

.button-submit-form {
  padding: 10px 30px;
  background-color: #fe5000;
  color: white;
  display: inline-block;
  border-radius: 40px;
}

.bg-card-blue {
  background-color: #003087;
  border-radius: 23px;
}

.btn-more {
  width: fit-content;
}

/* Estilos para el enlace con el ícono de descarga */
.download-link {
  position: relative;
  font-size: 16px;
  color: #003f7f;
  text-decoration: none;
  font-weight: bold;
  padding-right: 25px; /* Espacio para el ícono */
}

.download-link::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/img/background/icon-download.png")
    no-repeat center;
  background-size: contain; /* Ajusta el tamaño del ícono */
}

.download-link:hover {
  color: #0056b3;
}

.btn-white-100 {
  width: 100%;
  background-color: white;
  border-radius: 46px;
}

.btn-white-100:hover {
  background: #ffffff;
}

.btn-solicitud .tit-solicitud {
  text-align: left;
  letter-spacing: 0px;
  color: #171717;
}

.btn-solicitud .fecha {
  font-weight: bold;
  text-align: center;
}

.btn-solicitud .fecha span {
  color: #171717;
  font-weight: 100;
}

.btn-solicitud {
  height: 60px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 40px;
  line-height: 60px;
  padding: 0px 30px;
}

.btn-solicitud a {
  line-height: 44px;
}

.btn-bludark {
  background-color: #003087;
  border-radius: 37px;
  height: 54px;
  color: #ffffff;
  line-height: 44px;
  padding: 4px 40px;
}

.btn-bludark:hover {
  border: 1px solid #003087;
  border-radius: 37px;
  color: #003087;
}

.pop-up {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: rgb(23 23 23 / 80%);
  top: 0;
}

.pop-up-contain {
  background-color: #ffffff;
  border-radius: 40px;
  width: 60%;
  margin: auto;
  padding: 40px;
  margin-top: 14%;
  position: relative;
}

.cont-pop {
}

.pop-up-contain .close {
  position: absolute;
  right: 0px;
  top: -60px;
  z-index: 99;
  cursor: pointer;
}

.pop-up-contain .close p {
  padding: 10px;
  border: solid 1px #ffffff;
}

.tit-pop {
  font-weight: 700;
}

.pop-up-contain hr {
  width: 100%;
  left: 0;
  top: 20%;
}

/* Estilos para el enlace con el ícono de descarga */
.download-link-pop {
  position: relative;
  font-size: 16px;
  color: #0099ff;
  text-decoration: none;
  font-weight: bold;
  padding-right: 25px; /* Espacio para el ícono */
}

.download-link-pop::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/img/background/icon-download.png")
    no-repeat center;
  background-size: contain; /* Ajusta el tamaño del ícono */
}

.download-link-pop:hover {
  color: #0099ff;
}

.ver {
  line-height: 46px;
}

.btn-lightblue {
  width: 100%;
  background-color: #0099ff;
  color: white;
  font-weight: 700;
  height: 80px;
  border-radius: 38px;
  line-height: 80px;
}

.color-blue-dark {
  color: #003087;
}

.ml-3 {
  margin-left: -10%;
}

.preguntas-frecuentes {
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
}

.accordion-button {
  background-color: #0099ff; /* Azul celeste */
  color: white; /* Azul oscuro */
  font-weight: bold;
  border-radius: 22px; /* Bordes redondeados */
  border-top-right-radius: 22px !important;
  border-top-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
  border: none;
  margin-bottom: 8px; /* Espacio entre los encabezados */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra ligera */
}

/* Cambio de color al hacer hover y cuando está activo */
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  background-color: white; /* Azul celeste más oscuro */
  color: #003087; /* Mantener el color del texto */
}

/* Estilo del contenedor de contenido del acordeón */
.accordion-body {
  background-color: transparent; /* Fondo claro */
  padding-left: 0;
  padding-right: 0;
}

.accordion-item {
  background-color: transparent;
}

/* Remover bordes alrededor de la cabecera */
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Ajustes adicionales para darle espacio y estilo general */
.accordion-item {
  border: none; /* Remueve los bordes de cada item */
}

.text-white-video {
  color: white;
}

.img-background {
  position: relative;
  overflow: hidden;
  max-height: 450px;
}

.img-background .line-bottom {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  bottom: -10px;
}

.wrap-fixed {
  z-index: 2;
}

.img-background .wrap-fixed {
  top: 56%;
}

.order-container {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #171717;
  float: right;
  width: 140px;
}

.order-container label {
  margin-right: 4px;
  font-weight: bold;
}

.txt-oferta {
  float: left;
}

/* Estilos para el select */
.order-select {
  appearance: none; /* Oculta el estilo predeterminado del navegador */
  padding: 4px 20px 4px 0;
  font-size: 16px;
  border: none;
  font-weight: bold;
  color: #171717;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 16px;
  cursor: pointer;
}

.order-select:focus {
  outline: none; /* Remueve el borde de enfoque predeterminado */
}

/* Estilos generales */
.main-gobierno-corporativo {
  padding: 50px 0;
  text-align: center;
}

.gobierno-section {
  margin-bottom: 50px;
}

.gobierno-section h2 {
  font-size: 28px;
  color: #0056b3;
  margin-bottom: 20px;
}

.gobierno-section p {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

/* Junta Directiva */
.miembros-directiva {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.miembro {
  text-align: center;
}

.miembro img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.miembro p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #0056b3;
}

.miembro:hover img {
  transform: scale(1.1);
}

/* Efecto hover para las secciones de accionistas */
.hover-section {
  position: relative;
  width: 100%;
  margin: 20px auto;
  transition: all 0.5s ease;
}

.circle-content {
  width: 150px;
  height: 150px;
  background-color: #003f7f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.5s ease;
  margin: 0 auto;
}

.circle-content .percentage {
  font-size: 24px;
  font-weight: bold;
}

.hover-content {
  display: none;
  padding: 50px;
  background-color: #003f7f;
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.hover-section:hover .circle-content {
  display: none;
}

.hover-section:hover .hover-content {
  transition: opacity 0.5s ease;
  display: block;
  opacity: 1;
}

.hover-content h2 {
  font-size: 36px;
  color: white;
}

.btn-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #ff6f61;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 20px;
  transition: background-color 0.3s ease;
}

.btn-link:hover {
  background-color: #ff3f31;
}

.full-section {
  position: relative;
  width: 100%;
  padding-top: 18%;
  padding-bottom: 18%;
  background-color: white;
}

.front {
  top: 0;
  left: 0;
  display: block;
  background-color: red;
  height: 100vh;
}

.back {
  top: 0;
  left: 0;
  display: block;
  background-color: blue;
  height: 100vh;
}

.section-1 {
}

/* Contenedor para posicionar los elementos */
.container {
}

/* Estilo inicial del círculo */
.circle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background-color: #003366;
  /* Azul */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

/* Contenido expandido que estará inicialmente oculto */
.container-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  overflow: hidden;
}

.expanded-content {
  width: 100px;
  height: 100px;
  background-color: #003366;
  /* Azul */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  transition: all 0.8s ease;
  opacity: 0;
  z-index: 0;
}

.expanded-content span {
  transition: all 0.8s ease;
}

/* Al hacer hover, el círculo se expande y muestra el contenido */
.container-1:hover .circle {
  width: 300px;
  height: 300px;
  border-radius: 180px;
  opacity: 0;
}

.container-1:hover .expanded-content {
  width: 2000px;
  height: 2000px;
  opacity: 1;
  border-radius: 1000px;
  font-size: 84px;
}

.container-1:hover .expanded-content span {
  font-size: 84px;
}

/* Estilo para el logo XM */
.xm-logo {
  font-weight: bold;
  font-size: 48px;
  color: white;
  margin-left: 10px;
}

.cont-btn {
  position: absolute;
  bottom: 36%;
}

/* Estilos para la segunda sección */
.container-2 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  overflow: hidden;
}

.circle-2 {
  width: 100px;
  height: 100px;
  background-color: #0099ff;
  /* Azul oscuro */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.expanded-content-2 {
  width: 100px;
  height: 100px;
  background-color: #0099ff;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  position: absolute;
  transition: all 0.8s ease;
  opacity: 0;
  z-index: 0;
}

.container-2:hover .circle-2 {
  width: 300px;
  height: 300px;
  border-radius: 180px;
  opacity: 0;
}

.container-2:hover .expanded-content-2 {
  width: 2000px;
  height: 2000px;
  opacity: 1;
  border-radius: 1000px;
  font-size: 84px;
}

.expanded-content-2 span {
  font-size: 84px;
}

.xm-logo {
  font-weight: bold;
  font-size: 48px;
  color: white;
  margin-left: 10px;
}

.cont-btn-2 {
  position: absolute;
  bottom: 36%;
}

/* Contenedor inicial ocupa toda la pantalla */
.cont-fiscal {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden;
}

/* Estilo inicial del círculo */
.circle-fiscal {
  top: 50%;
  margin-top: -20px;
  width: fit-content;
  height: 40px;
  color: #003366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  text-align: center;
}

.color-blue-dark {
  color: #003087;
}

.cont-left h2 {
  margin-top: 18%;
}

.cont-inicial {
  height: 640px;
  width: 100%;
}

.cont-secundario {
  overflow: hidden;
  height: 640px;
  width: 100%;
}

.cont-left {
}

.cont-right {
}

.fiscal .col-md-6 {
  display: contents;
}

.download-link {
  position: relative;
  font-size: 16px;
  color: #003f7f;
  text-decoration: none;
  font-weight: bold;
  padding-right: 25px;
  /* Espacio para el ícono */
}

.download-link::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/img/background/icon-download.png")
    no-repeat center;
  background-size: contain;
  /* Ajusta el tamaño del ícono */
}

.color-blue-dark {
  color: #003087;
}

.miembros-directiva {
  padding-top: 4%;
  padding-bottom: 4%;
  background: #fff
    url(http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/css/../img/background/bg-razones.png)
    no-repeat center;
}

.celeste {
  color: #0099ff;
}

.right-to-left {
  text-align: start;
}

.right-to-left img {
  max-height: 450px;
}

.left-to-right {
  text-align: end;
}

.left-to-right img {
  max-width: 450px;
  height: 450px;
  width: auto;
  float: left;
}
/* Estilo para el botón del encabezado del acordeón */
.accordion-button {
  background-color: #0099ff; /* Azul celeste */
  color: white; /* Azul oscuro */
  font-weight: bold;
  border-radius: 22px; /* Bordes redondeados */
  border-top-right-radius: 22px !important;
  border-top-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
  border: none;
  margin-bottom: 8px; /* Espacio entre los encabezados */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra ligera */
}

/* Cambio de color al hacer hover y cuando está activo */
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  background-color: white; /* Azul celeste más oscuro */
  color: #003087; /* Mantener el color del texto */
}

/* Estilo del contenedor de contenido del acordeón */
.accordion-body {
  background-color: transparent; /* Fondo claro */
  padding-left: 0;
  padding-right: 0;
}

.accordion-item {
  background-color: transparent;
}

/* Remover bordes alrededor de la cabecera */
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

/* Ajustes adicionales para darle espacio y estilo general */
.accordion-item {
  border: none; /* Remueve los bordes de cada item */
}

.cuadro-bord {
  background-color: white;
  border-radius: 20px;
}

.cuadro-bord p {
  color: #171717;
}

.color-blue-dark {
  color: #003087;
}

.right-lx img {
  position: relative;
  right: -100px;
}

.blue-dark {
  color: #003087;
}

.ico-acord {
  width: 21px;
  height: 0px;
  border: 3px solid #0099ff;
}

.collapsed .ico-acord {
  height: 21px;
  background-image: url(http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/css/../images/icon-akar-plus.svg);
  border: none;
}

.ico-ver {
  background-image: url(http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/css/../images/ver.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  float: right;
  margin-top: 15px;
}

.accordion-button::after {
  display: none;
}

.celeste {
  color: #0099ff;
}
.btn-categoria {
  color: #003087;
  font-size: 15px;
  padding: 10px 20px;
  background-color: white;
  display: inline-block;
  border-radius: 6px;
}
.white-text {
  color: white !important;
}
.bord-right-number {
  border-right: solid 1px #ccc;
  font-size: 16px;
  color: #ccc;
}

.btn-cat {
  background-color: #003087;
  color: white;
  border: solid 1px #003087;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 7px;
}

.btn-tag {
  background-color: white;
  color: #003087;
  border: solid 1px #003087;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 7px;
}

.btn-more-orange {
  font-family: "Montserrat-Light";
  background: #fe5000
    url(http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/css/../img/background/icon-arrow-light.png)
    no-repeat right center;
  color: #fcfcfc;
  border-radius: 25px;
  padding: 8px 35px 10px 25px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.cont-card {
  border-radius: 20px;
}

.cont-tags {
  position: sticky;
  top: 20px; /* Ajusta según el espacio deseado desde la parte superior */
  transition: transform 0.3s ease;
}

.video-generico {
  z-index: 2;
}

.tit-tendencia {
  z-index: -1;
}

.tags-movil {
  /*display: none;*/
}

.col-oculta {
  display: none;
}

.card:hover{
    background-color: #003087;

    transition: all 0.5s;
    transition: transform 0.8s ease-out;
}



.float-end{
    fill: #003087;
}

.card:hover .card-title, .card:hover .card-text{
    color: #ffffff;
}

.card:hover .btn-cat{
    background-color: #0099FF;
}

.card:hover .float-end{
    fill: #0099ff;
}

.icon-eye{
  background-image:url(http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/css/../img/background/icon-view.png);
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: contain;
}

.ico-nov{
  height: 77px;
  min-height: 77px;
}

.btn-descargable-white:hover{
  background-color: #f8f8f8;
}

.bg-proveedores{
  /*background-image:url(http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/css/../images/proveedor.svg);*/
  background-size: contain;
  width: 100%;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position-x: -10%; 
  position: relative;
}

.bg-proveedores img{
  position: absolute;
  left: -18%;
}

.row {
  display: flex;
  align-items: stretch; /* Asegura que ambas columnas se estiren a la misma altura */
}

.btn-faqs{
  width: fit-content;
  height: 54px;
  /* UI Properties */
  background: #003087 0% 0% no-repeat padding-box;
  border-radius: 37px;
  opacity: 1;
  font-size: 20px;
}

.ul-faqs{
  margin: auto;
  display: table;
}

.ul-faqs li{
  float: left;
  margin: 0px 4px;
}

.accordion-button-proveedores:hover, .accordion-button-proveedores:not(.collapsed) {
  transition: max-height 0.5s ease; /* Transición suave en el max-height */
  background-color: #003087;
  color: #fff;
}


.accordion-button-proveedores:hover .ico-acord {
  content: "";
}

body.pojo-a11y-focusable a:focus {
  outline: none !important;
}

.main-inteia-heart-estructura{
  background-color: #f8f8f8;
}

.btns-informe .download-link:hover{
  color: #0099FF;
}

/* Estilos para el enlace con el ícono de descarga */
.download-link {
  position: relative;
  font-size: 16px;
  color: #003f7f;
  text-decoration: none;
  font-weight: bold;
  padding-right: 25px; /* Espacio para el ícono */
}

.download-link::after {
  content: '';
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url('http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/img/background/icon-download.png') no-repeat center;
  background-size: contain; /* Ajusta el tamaño del ícono */
}

.download-link:hover {
  color: #0056b3;
}
.scroll-tranparencia{
  border-left: solid 4px #E5E5E5;
  padding-left: 10px;
}
.nav-tranparencia ul li {
  transition: top 0.3s ease; /* Transición suave al mover la barra */
}
/* Estilos generales del ::before */
.nav-tranparencia ul li::before {
  transition: top 0.3s ease; /* Transición suave al mover la barra */
}

/* Cuando un elemento <li> está activo, mostrar la barra */
.nav-tranparencia ul li.active::before {
  height: 100%; /* Ajustar la altura según el elemento activo */
}

#accionistas-text {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#accionistas-text.expand {
  max-height: 500px; /* Altura al expandir */
}

#toggle-button {
  background-color: transparent;
  border: none;
  color: #003087;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  display: none !important;
}

#toggle-button .icon {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

#toggle-button.expanded .icon {
  transform: rotate(180deg); /* Rotación para simular colapsar */
}

.breadcrumb {
  font-size: 14px;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 5px;
}

.redes ul li.icon-lk a {
  background: url("../img/background/icon-lk.png") no-repeat center top; 
}

.redes ul li.icon-insta a {
  background: url("../img/background/ico-insta.png") no-repeat center top; 
}

.breadcrumb a {
  text-decoration: none;
  color: #0073aa;
}

.breadcrumb a:hover {
  color: #005177;
}

.breadcrumb {
  margin: 0 5px;
  color: #333;
}

.celeste {
  color: #0099ff;
}
.btn-categoria {
  color: #003087;
  font-size: 15px;
  padding: 10px 20px;
  background-color: white;
  display: inline-block;
  border-radius: 6px;
}
.white-text {
  color: white !important;
}
.bord-right-number {
  border-right: solid 1px #ccc;
  font-size: 16px;
  color: #ccc;
}

.btn-cat {
  background-color: #003087;
  color: white;
  border: solid 1px #003087;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 7px;
}

.btn-tag {
  background-color: white;
  color: #003087;
  border: solid 1px #003087;
  display: inline-block;
  padding: 6px 10px;
  border-radius: 7px;
}

.btn-more-orange {
  font-family: "Montserrat-Light";
  background: #fe5000
    url(http://localhost/proyectos/inteia/wp-content/themes/inteia-website/library/css/../img/background/icon-arrow-light.png)
    no-repeat right center;
  color: #fcfcfc;
  border-radius: 25px;
  padding: 8px 35px 10px 25px;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
}

.cont-card {
  border-radius: 20px;
}

.cont-tags {
  position: sticky;
  top: 20px; /* Ajusta según el espacio deseado desde la parte superior */
  transition: transform 0.3s ease;
}

.video-generico {
  z-index: 2;
}

.tit-tendencia {
  z-index: -1;
}

.compartir {
  display: inline-flex;
}

.text-justify{
  text-align: justify;
}
.icos-share{
  max-width: 30px;
  margin: 10px 10px;
}

.tit-share{
  font-size: 24px;
  color: #171717;
  line-height: 52px;
  margin-right: 10px;
}

.btn-celeste{
  background-color: #0099FF;
  color: white;
  padding: 10px 22px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
}

.video-generico .full-image {
  width: 100%;
  height: 640px; /* Ajusta según el diseño */
  object-fit: cover; /* O 'contain' según lo que necesites */
}
.btn-cat a{
  color: white;
}

.btn-tag a{
  color: #003087;
}

.cont-cards-novedades h1{
  color:#003087;
}

.cont-cards-novedades h3{
  color:white;
}

.cont-slide {
  position: absolute;
  top: 20%;
  color: white;
  font-size: 28px;
  width: 60%;
  margin: auto;
}
.slide-prove{
  max-height: 540px;
}
.title{
  color: #0099FF;
  font-size: 28px;
}

.subtitle{
  color: white;
  font-size: 18px;
}

.text{
  font-size: 14px;
  color: #fff;
}

#hero-prov .line-bottom{
  position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
}

.wpcf7-submit{
  background-color: #fe5000;
  color: white;
  display: inline-block;
  border-radius: 40px;
  line-height: 0;
  border: none;
  padding: 20px 30px;
}

.emergente, .emergente-oportunidaes {
  display: none; /* Esto podría interferir */
}


.main-contacto-2025 .main-experience-center{
	background: transparent;
}
.main-contacto-2025 .experience h3{
	font-size: 21px;
}
.main-contacto-2025 .experience p {
    font-size: 16px;
}
.main-contacto-2025 li{	
	display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 15px;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
.main-contacto-2025 ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FE5000;
    content: "";
    display: block;
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 8px;
}
.main-contacto-2025  .grid-sostenibilidad{
	padding: 55px 0;
}
.main-contacto-2025  .grid-sostenibilidad h2{
	font-size: 24px;
	text-align: left;
    margin: 0 0 20px 0;	
}
.center-btn{
	text-align: center;
}
.center-btn .btn-more-arrow{
	min-width: 180px;
    margin: 20px 25px;
}
.main-contacto-2025 .card-caption-banner .btn-more-arrow {
    margin-top: 8px;
}

.cont-result-inf .btn-more {
  background: url("../img/background/icon-arrow-right-orange.svg") no-repeat right 2px;
  background-size: 13px;
  color: #FCFCFC;
  font-family: 'Montserrat-Light';
  font-size: 13px;
  padding-right: 25px; 
}


.cont-oportunidades{
  padding:20px;
  background-color: rgb(255 255 255 / 81%);
    border-radius: 52px;
  box-shadow: 0px 18px 24px #00000029;
}
.select-oport{
  background-color: rgb(255 255 255 / 81%);
  border-radius: 20px;
  padding-right: 40px;
}

.container-resultados{
  display:none;
}

.card-result h3{
  color: #FCFCFC;
  font-size: 18px;
  font-family: 'Montserrat-Light';
  text-align: center;
  margin: 0 0 30px 0;
}

.cont-result-inf{
  background-color: #002b82;
  color: white;
  padding: 20px;
  width: fit-content;
  margin: auto;
  color: white;
  border-radius: 14px;
  display: grid;
  max-width: 300px;
}

.cont-result-inf a{
  color: white;
  margin-top: 24px;
}

.card-razones i, .card-razone i{
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px; 
}

.cont-result-inf .solucion{
  color: #fe5000;
  font-size: larger;
  font-weight: 700;
}

.btn-hero{
  position: relative;
  opacity: 1;
  display: block;
  padding: 5px 22px;
  margin: 0;
  cursor: pointer !important;
  border: 1px solid #003087;
  border-radius: 20px;
  font-size: 16px;
  color: #003087;
  width: 100%;
}

.btn-hero:hover{
  color: white;
  background-color:#003087 ;
}

.share{
  display: none !important;
}

/* Estilo para ocultar el menú por defecto (en móviles/tablets) */
.menu-main-nav-container { /* O el selector correcto para tu contenedor de menú */
  display: none; /* O podrías usar transform, position, etc. */
  /* Otros estilos para el menú cerrado */
}

/* Estilo para MOSTRAR el menú CUANDO body tiene la clase 'open-nav-xs' */
body.open-nav-xs .menu-main-nav-container {
  display: block; /* O el estilo que lo haga visible */
  /* Otros estilos para el menú abierto */
}



.menu-item{
  padding: 0 6px;
}

.menu-item a{
  padding: 0 2px;
  color: #303030;
}

.logo{
  max-width: 70%;
}

#searchsubmit{
  border: none;
  height: 40px;
}


@media (max-width: 768px) {

  #searchsubmit{
    border: none;
    height: 40px;
  }

  .menu-item a{
    padding: 0;
    color: #ffffff;
  }

  .cont-oportunidades{
    border-radius: 18px;
  }

  .cont-result-inf {
    max-width: 90%;
  }

  .card-result{
    padding-bottom: 40px;
  }

  .tit-share {
      line-height: 26px;
  }
  .content{
      width: 96%;
      margin: auto;
  }
  .padre-tags {
    display: none;
  }
  .col-oculta {
    display: block;
  }

  .tags-movil {
    display: block;
  }
}

@media (max-width: 768px) {
  .wrapper-main {
    width: 90%;
  }
}

/* Adaptaciones para pantallas móviles */
@media (max-width: 768px) {
  /* Ajuste del padding general */
  .main-gobierno-corporativo {
    padding: 20px 0;
  }

  /* Títulos y textos */
  .gobierno-section h2 {
    font-size: 22px;
  }

  .gobierno-section p {
    font-size: 16px;
  }

  /* Junta Directiva */
  .miembros-directiva {
    flex-direction: column;
    gap: 20px;
  }

  .miembro img {
    width: 100px;
    height: 100px;
  }

  .miembro p {
    font-size: 14px;
  }

  /* Secciones de círculo expandible */
  .circle,
  .circle-2 {
    width: 70px;
    height: 70px;
    font-size: 18px;
  }

  .expanded-content,
  .expanded-content-2 {
    font-size: 24px;
  }

  /* Contenedor de Revisión Fiscal */
  .cont-fiscal {
    height: auto;
    padding: 20px;
  }

  .cont-left h2,
  .cont-right h2 {
    font-size: 18px;
  }

  .cont-left p,
  .cont-right p {
    font-size: 14px;
  }

  /* Políticas corporativas */
  .politica .tit-fiscal {
    font-size: 20px;
  }

  .politica ul li {
    font-size: 14px;
  }

  .politica img {
    width: 80%;
  }

  .container-1,
  .container-2 {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    overflow: hidden;
  }

  .container-1 .circle,
  .container-1 .expanded-content {
    display: none;
  }

  .movil-circle,
  .movil-circle-2 {
    width: 100%;
    height: auto;
  }

  .movil-circle {
    background-color: #003087;
  }

  .movil-circle-2 {
    background-color: #0099ff;
  }

  .cont-inicial {
    height: auto;
  }

  .cont-secundario {
    height: auto;
    margin: 0 auto;
  }

  .container {
    height: auto;
  }

  .right-to-left {
    width: 90%;
    margin: auto;
  }

  .left-to-right img {
    max-width: 268px;
  }

  .circle-2 {
    display: none;
  }
}

@media (max-width: 768px) {
  .wrap-fixed {
    position: relative;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(0);
  }
  .text-white-video {
    color: #003087;
  }
  .bg-card-blue {
    margin-bottom: 20px;
  }

  .download-link {
    float: right;
  }
  .ml-3 {
    margin-left: 0;
  }

  .btn-solicitud {
    height: auto;
  }
  .btn-solicitud .tit-solicitud {
    text-align: center;
  }
  .ver {
    color: #003f7f;
  }
  .btn-bludark {
    display: flow;
    margin: 6px 10px;
  }

  .pop-up-contain {
    width: 90%;
    margin: auto;
    margin-top: 16%;
  }

  .btn-solicitud {
    box-shadow: brown;
    -webkit-box-shadow: 10px 6px 19px 0px rgba(189, 182, 189, 1);
    -moz-box-shadow: 10px 6px 19px 0px rgba(189, 182, 189, 1);
    box-shadow: 10px 6px 19px 0px rgb(237 237 237);
    width: 95%;
    margin: auto;
  }
}
