@font-face {
  font-family: "Gibson";
  font-weight: 400;
  src:
    url("../Gibson/Gibson.woff2") format("woff2"),
    url("../Gibson/Gibson.woff") format("woff");
}

body {
  background: #fff;
  color: #666666;
  font-family: Gibson;
}

a {
  color: #0857c3;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #6dd5c3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gibson;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0857c3;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-block {
  height: 87px;
}

#header {
  padding: 15px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled {
  background: rgba(8, 87, 195, 0.93);
  padding: 10px 0;
  height: 85px;
  transition: all 0.5s;
}

#header a {
  color: #000;
}

#header.header-scrolled a {
  color: #fff;
}

#header #logo {
  margin-top: 4px;
  float: left;
  height: 90px;
}

#header #logo img {
  height: 56px;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: Gibson;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  border-left: 4px solid #0857c3;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
  }

  #header #logo img {
    height: 56px;
    width: auto;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
}

#intro .carousel-item {
  width: 100%;
}

#intro .carousel-item::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 20px;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-img {
  border: 0;
  margin: 0;
  padding: 0;
}

#intro .carousel-img img {
  width: 100%;
}

#intro .carousel-text {
  background: url(../img/prueba1-1.webp);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 40px 20px 60px;
}

@media screen and (max-width: 768px) {
  #intro .carousel-text {
    min-height: 390px;
  }
}

#intro .carousel-text hr {
  background: #fff;
  height: 2px;
  float: left;
  width: 100px;
  margin: 0px;
}

#intro .carousel-text h1 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}

#intro .carousel-text h3 {
  font-size: 22px;
  color: #fff;
  font-style: italic;
}

#intro .carousel-hidden {
  display: none;
}

@media (max-width: 1199px) {
  #intro .carousel-hidden {
    display: block;
  }

  #intro .carousel-show {
    display: none;
  }
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

@media (min-width: 800px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

#intro .btn-get-started {
  font-family: Gibson;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 2px 8px;
  transition: 0.5s;
  margin: 30px 0;
  color: #000;
  background: #fff;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #0857c3;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: Gibson;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  padding: 20px 0 10px 0;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  font-family: Gibson;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #25282a;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #0857c3;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: Gibson;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0857c3;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #0857c3;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
}

.section-header h3::before {
  content: url("../img/LineaDegradada_GyA-01.png");
  position: absolute;
  display: block;
  height: 1px;
  bottom: -5px;
  left: calc(50% - 65px);
  padding-bottom: 15px;
}

.section-header p {
  text-align: center;
  padding-bottom: 20px;
  color: #333;
  font-size: 18px;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #fff;
}

.section-bg2 {
  background: #fafafa;
}

/* Featured Services Section
--------------------------------*/

#featured-services {
  background: #0857c3;
}

#featured-services img {
  width: 100%;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(
    0deg,
    #0857c3 0%,
    #242323 50%,
    #0857c3 100%
  );
}

#featured-services i {
  color: #0857c3;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #0857c3;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/

#about {
  background-color: #fff;
  background-size: cover;
  padding: 50px 0 20px 0;
  position: relative;
}

.imgabout {
  text-align: center;
}

.infoabout {
  font-size: 20px;
  text-align: justify;
  color: #333;
  display: flex;
  align-items: center;
}

#logo-nosotros {
  height: 280px;
  margin: 20px 0 40px 0;
}

#about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: url("../img/MisionVision.jpg");
  background-size: 100% auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0857c3;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col .icon img {
  height: 40px;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .iconvi {
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  content: url("../img/services/eye (1).webp");
}

#about .about-col:hover .iconmi {
  background-color: #fff;
  padding: 6px 6px 6px 6px;
  content: url("../img/services/placeholder (2).webp");
}

#about .about-col:hover i {
  color: #0857c3;
}

#about .about-col .title_exp {
  margin: 12px 0 12px 0;
}

#about .about-col h2 {
  color: #0857c3;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #0857c3;
}

#about .about-col h2 a:hover {
  color: #0857c3;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/

#services {
  background-size: cover;
  padding: 40px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #0857c3;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #0857c3;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

.servicebutton {
  border: none;
  background: none;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.service {
  border-radius: 5px;
  width: 100%;
  height: auto;
  background-size: 100% auto;
}

.service img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.modal-dialog .row .col-lg-6 {
  padding: 0;
  border: radius 0;
}

.modal-dialog .row .col-lg-6 img {
  width: 100%;
  border-radius: 5px 0 0 5px;
}

.modal-dialog .modal-content {
  border-radius: 0 5px 5px 0;
  height: 323px;
  border: 0;
  background: #0857c3;
  color: #fff;
}

.modal-dialog .modal-content a {
  color: #fff;
}

.modal-dialog .modal-content .modal-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.modal-dialog .modal-content .modal-body p {
  padding: 16px;
}

.modal-dialog .modal-content a:hover {
  color: #6dd5c3;
}

@media screen and (max-width: 768px) {
  .modal-dialog .row .col-lg-6 {
    padding: 0 15px;
  }
}

.tarjeta-wrap {
  margin-bottom: 20px;
  -webkit-perspective: 800;
  perspective: 800;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.tarjeta {
  width: 255px;
  height: 500px;
  background: #0857c3;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);
  box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.65);
}

.adelante,
.atras {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.adelante {
  width: 100%;
}

.adelante img {
  width: 100%;
}

.atras {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

.atras h5 {
  font-size: 18px;
  margin-bottom: 10px;
}

.atras p {
  font-size: 15px;
}

#card1 p {
  font-size: 13px;
}

.atras a {
  margin-top: 10px;
  margin-left: 70px;
  float: right;
  padding: 10px 20px;
  background: #111;
  color: #fff;
  border-radius: 20px;
}

.tarjeta-wrap:hover .tarjeta {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.servicio4p h5 {
  font-size: 17px;
}

.servicio4p p {
  font-size: 14.5px;
}

.atras-ser1 {
  margin-top: 20px !important;
}

.atras-ser2 {
  margin-top: 20px !important;
}

.atras-ser3 {
  margin-top: 90px !important;
}

.atras-ser4 {
  margin-top: 5px !important;
}

.atras-ser5 {
  margin-top: 30px !important;
}

.atras-ser6 {
  margin-top: 20px !important;
}

.atras-ser7 {
  margin-top: 190px !important;
}

.servicio1 {
  background-image: url(../img/services/servicio1.webp);
  background-size: cover;
}

.servicio2 {
  background-image: url(../img/services/servicio2.webp);
  background-size: cover;
}

.servicio3 {
  background-image: url(../img/services/servicio3.webp);
  background-size: cover;
}

.servicio4 {
  background-image: url(../img/services/servicio4.webp);
  background-size: cover;
}

.servicio5 {
  background-image: url(../img/services/servicio5.webp);
  background-size: cover;
}

.servicio6 {
  background-image: url(../img/services/servicio6.webp);
  background-size: cover;
}

.servicio7 {
  background-image: url(../img/services/servicio7.webp);
  background-size: cover;
}

/* Blog section
--------------------------------*/

#blog {
  background-color: #fff;
  background-size: cover;
  padding: 40px 0 40px 0;
  position: relative;
}

.img-blog {
  width: 100%;
  border-top: #0857c3 6px solid;
}

.img-blog2 {
  width: 100%;
  height: 100%;
  border-top: #0857c3 6px solid;
  object-fit: cover;
}

.title-blog {
  color: #000;
  font-size: 30px;
}

#blog a {
  font-size: 24px;
}

/* CentrodeFormacion Section
--------------------------------*/

#centroformacion {
  background: #fff;
  background-size: cover;
  padding: 40px 0 10px 0;
}

#centroformacion .box {
  margin-bottom: 30px;
}

#centroformacion .icon {
  float: left;
}

#centroformacion .icon i {
  color: #0857c3;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#centroformacion .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#centroformacion .title a {
  color: #111;
}

#centroformacion .box:hover .title a {
  color: #0857c3;
}

#centroformacion .description {
  position: relative;
  width: 100%;
  height: 580px;
}

#centroformacion .description-items {
  position: absolute;
  width: 200px;
  top: 380px;
}

@media screen and (max-width: 768px) {
  #centroformacion .description {
    position: static;
    height: auto;
  }

  #centroformacion .description-items {
    position: static;
  }
}

#centroformacion .description-img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: center;
}

#centroformacion .description-img img {
  width: 100%;
  object-fit: scale-down;
}

#centroformacion .description-text {
  color: #333;
  font-size: 20px;
  text-align: justify;
  padding: 30px 30px 0 30px;
}

#centroformacion .description-button {
  display: flex;
  align-items: center;
  justify-content: end;
}

#centroformacion .description-button a {
  margin-top: 20px;
  width: 180px;
  height: 44px;
  font-size: 22px;
  border-radius: 10px;
}

#centroformacion .beneficio-item {
  background: #0857c3;
  padding: 10px 10px 0 10px;
}

#centroformacion .img-beneficio {
  width: 100%;
  max-width: 80px;
  height: auto;
  margin-bottom: 10px;
}

#centroformacion .beneficio-item h3 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}

#centroformacion .beneficio-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

/* ===== SECCION SIG ===== */
#sig {
  background: #fff;
  padding: 60px 0 40px;
}

/* Header con título y subrayado */
#sig .section-header h3 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#sig .section-header .sig-underline {
  width: 80px;
  height: 4px;
  background: #0857c3;
  margin: 0 auto 40px;
  border-radius: 2px;
}

/* Contenido principal */
#sig .sig-main-content {
  margin-bottom: 10px;
}

/* Imagen principal */
#sig .sig-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#sig .sig-main-img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Texto principal */
#sig .sig-text {
  padding: 0px 30px;
}

#sig .sig-intro {
  padding: 10px 0px 10px 0px;
}

#sig .sig-intro p {
  font-size: 16px;
  color: #333;
  text-align: justify;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 1.6;
  margin-bottom: 0px;
}

#sig .sig-intro-lateral {
  padding: 0px 0px 0px 20px;
}

.sig-intro-lateral h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0857c3;
  margin-bottom: 10px;
  line-height: 1.2; /* Mejoré el line-height para títulos más largos */
  flex-shrink: 0; /* Los títulos no se comprimen */
}

#sig .sig-intro-lateral p {
  font-size: 16px;
  color: #333;
  text-align: justify;
  margin-bottom: 0px;
  padding: 0px;
  line-height: 1.6;
}

/* Certificaciones lado a lado */
#sig .sig-certifications {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

#sig .cert-block {
  flex: 1;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #0857c3;
  display: flex;
  flex-direction: column;
  height: 280px; /* Altura fija inicial más pequeña */
  transition: height 0.3s ease; /* Transición suave para el cambio de altura */
  align-self: flex-start; /* Cada cuadro mantiene su propio tamaño */
}

#sig .cert-block.expanded {
  height: auto; /* Altura automática cuando está expandido */
  min-height: 400px; /* Altura mínima cuando está expandido */
  align-self: stretch; /* Se estira cuando está expandido */
}

#sig .cert-block h4 {
  font-size: 20px;
  font-weight: bold;
  color: #0857c3;
  margin-bottom: 15px;
  line-height: 1.2; /* Mejoré el line-height para títulos más largos */
  flex-shrink: 0; /* Los títulos no se comprimen */
}

#sig .cert-block p {
  font-size: 16px;
  color: #333;
  text-align: justify;
  margin: 0;
  line-height: 1.5;
  flex-grow: 1; /* Para que el párrafo ocupe el espacio disponible */
  overflow: hidden; /* Oculta el contenido que se desborda */
  position: relative;
}

/* Estilos para el texto visible (antes del botón) */
#sig .cert-block .visible-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /* Muestra aproximadamente 3 líneas inicialmente */
  line-clamp: 3; /* Propiedad estándar para compatibilidad */
  -webkit-box-orient: vertical;
  line-height: 1.5;
  flex-grow: 1;
}

#sig .cert-block.expanded .visible-text {
  display: block;
  -webkit-line-clamp: unset; /* Remueve el límite de líneas cuando está expandido */
  line-clamp: unset;
  overflow: visible;
}

/* Estilos para la funcionalidad "Leer más" */
#sig .cert-block .read-more-btn {
  background: #0857c3;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 15px;
  align-self: flex-start;
  transition: background-color 0.3s ease;
  flex-shrink: 0; /* El botón no se comprime */
}

#sig .cert-block .read-more-btn:hover {
  background: #0647a3;
}

#sig .cert-block .hidden-text {
  display: none;
}

#sig .cert-block .hidden-text.show {
  display: block;
  margin-top: 10px;
}

#sig br {
  line-height: 50%;
}

/* ===== Recuadros ===== */
#sig .beneficios-row {
  display: flex;
  justify-content: flex-end; /* alineados a la derecha */
  gap: 30px; /* más separación entre cuadros */
  flex-wrap: nowrap;
  margin-top: 10px;
}

#sig .beneficio-item {
  flex: 0 0 200px;
  height: 160px;
  background: #0857c3;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  /* border-radius: 10px; */
  transition:
    transform 0.2s ease,
    background 0.3s ease;
}

#sig .beneficio-item:hover {
  transform: translateY(-5px);
  background: #064aa2;
}

#sig .beneficio-item img {
  width: 70px;
  margin-bottom: 12px;
}

#sig .beneficio-item h3 {
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  margin: 0;
  word-break: break-word;
}

/* ===== Responsividad ===== */
@media (max-width: 992px) {
  #sig .sig-certifications {
    flex-direction: column;
    gap: 20px;
  }

  #sig .beneficios-row {
    flex-wrap: wrap;
    gap: 30px;
  }
  #sig .beneficio-item {
    flex: 0 0 45%;
    max-width: 45%;
    height: auto;
  }
}

@media (max-width: 768px) {
  #sig .sig-text {
    padding: 20px 10px;
  }

  #sig .sig-intro p {
    font-size: 16px;
  }

  #sig .cert-block h4 {
    font-size: 18px;
    line-height: 0.65;
  }

  #sig .cert-block p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  #sig .section-header h3 {
    font-size: 28px;
  }

  #sig .beneficio-item {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background:
    linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/Fondo_Infografia.webp) fixed center center;
  min-height: 800px;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: Gibson;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 19px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #0857c3;
  border: 2px solid #0857c3;
}

#call-to-action img {
  width: 73%;
}

.infographics-container {
  display: flex;
}

#call-to-action .page-section {
  padding: 0px;
}

#call-to-action .section-heading {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #33c1cf;
  height: 732px;
  margin-left: -100vh;
  padding-left: 100vh;
}

#call-to-action .project-item {
  margin: 0px -16px;
}

#call-to-action .section-heading h4 {
  margin-top: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

#call-to-action .section-heading .line-dec {
  width: 270px;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.5);
  margin: 20px 0px 15px 0px;
}

#call-to-action .section-heading p {
  color: #fff;
  padding-right: 70px;
}

/* Call To Action Section
--------------------------------*/

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: Gibson;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/

#facts {
  /* background: url(../img/experiencia.jpg) center top no-repeat fixed;
    background-size: cover; */
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: Gibson;
  font-weight: bold;
  font-size: 47px;
  display: block;
  color: #0857c3;
}

span[data-toggle="counter-up"]::before {
  content: "+";
}

#facts .counters p {
  padding: 0;
  margin: 0 0 5px 0;
  font-family: Gibson;
  font-size: 17px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

#facts .more-experience {
  padding-bottom: 30px;
}

#facts .more-experience a {
  font-size: 17px;
}

/* Portfolio Section
--------------------------------*/

#portfolio {
  padding: 60px 0;
}

#portfolio-flters {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
}

#portfolio-flters li {
  cursor: pointer;
  margin: 0 15px 0 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio-flters li:hover,
#portfolio-flters li.filter-active {
  background: #0857c3;
  color: #fff;
}

#portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  overflow: hidden;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#call-to-action .portfolio-item figure .link-preview {
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}

#call-to-action .portfolio-item figure:hover .link-preview {
  visibility: visible;
  left: calc(50% - 20px);
}

#call-to-action .portfolio-item figure .link-preview,
#call-to-action .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  visibility: hidden;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}

#call-to-action .portfolio-item figure .link-preview i,
#call-to-action .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#call-to-action .portfolio-item figure .link-preview:hover,
#portfolio .portfolio-item figure .link-details:hover {
  background: #0857c3;
}

#call-to-action .portfolio-item figure .link-preview:hover i,
#portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 20px;
  height: 50px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #0857c3;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .owl-nav,
#portfolio .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#portfolio .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#portfolio .owl-dot.active {
  background-color: #0857c3;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  filter: grayscale(0%);
  transition: 0.3s;
  padding: 18px;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #0857c3;
}

/* Team Section
--------------------------------*/

#team {
  padding: 40px 0;
  min-height: 700px;
}

p {
  margin-bottom: 0px;
}

#team .testimonial-item {
  text-align: center;
}

#team .testimonial-item .testimonial-img {
  width: 250px;
  border: 4px solid #fff;
  border-bottom: 0px;
  margin: 0 auto;
}

#team .testimonial-item .equipment-description {
  width: 250px;
  border: 4px solid #fff;
  border-top: 0px;
  background-color: #25282a;
  margin: 0 auto;
}

#team .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  padding-top: 10px;
  color: #6dd5c3;
}

#team .testimonial-item h4 {
  font-size: 14px;
  color: #e9eff2;
  margin: 0 0 15px 0;
}

#team .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#team .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#team .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #team .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 500px) {
  #fondo2 {
    background-image: url("../img/Fondo_Infografia.webp");
  }
}

#team .owl-nav,
#team .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#team .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#team .owl-dot.active {
  background-color: #0857c3;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 60px 0 20px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #0857c3;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #0857c3;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #0857c3;
}

#contact .contact-info a:hover {
  color: #0857c3;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #0857c3;
  border: 1px solid #0857c3;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #0857c3;
  border: 0;
  padding: 10px 30px;
  margin-bottom: 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #00bce3;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #0857c3;
  padding: 0 0 10px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #0857c3;
  padding: 0 0 0 0;
}

.footer-img {
  text-align: center;
}

.footer-img img {
  height: 140px;
}

#footer .footer-top .footer-info {
  margin-bottom: 0px;
}

#footer .footer-top .footer-info h3 {
  font-size: 37px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: Gibson;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #111;
}

#footer .footer-top .footer-info p {
  font-size: 17px;
  line-height: 24px;
  font-family: Gibson;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #0857c3;
  color: #fff;
}

.social-links {
  text-align: center;
}

.fa {
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 0px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: url("../img/LineaDegradada_GyA-01.png");
  position: absolute;
  display: block;
  height: 1px;
  bottom: 1px;
  padding-bottom: 15px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

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

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0857c3;
}

#footer .footer-top .footer-contact {
  padding-top: 20px;
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-contact img {
  width: 40px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 5px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #0857c3;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.footer-redes {
  align-items: center;
  padding-top: 20px;
}

.footer-redes .redes {
  align-items: center;
  padding: 0 10px 0 10px;
}

.hidden-box {
  display: none;
}

.show-box {
  display: block;
  z-index: 10;
}

#infographics-container {
  overflow-y: scroll;
  height: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
}

/* width */
#infographics-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#infographics-container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
#infographics-container::-webkit-scrollbar-thumb {
  background: #6dd5c3;
  border-radius: 10px;
}

/* Handle on hover */
#infographics-container::-webkit-scrollbar-thumb:hover {
  background: #37b6a1;
}

#infographics-flters li {
  width: 100%;
  cursor: pointer;
  margin: 15px 15px 15px 0;
  list-style: none;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  background: #25282a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  display: block;
}

#infographics-flters li:hover,
#call-to-action #infographics-flters li.fil-active {
  background: #6dd5c3;
  color: #666666;
}

#img-modal {
  width: 100%;
}

.info-modal {
  padding: 30px 50px 0px 20px;
}

.info-modal .info-description {
  height: 220px;
  overflow-y: scroll;
}

.info-modal .info-description2 {
  height: 280px;
  overflow-y: scroll;
}

/* width */
.info-modal .info-description::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.info-modal .info-description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.info-modal .info-description::-webkit-scrollbar-thumb {
  background: #6dd5c3;
  border-radius: 10px;
}

/* Handle on hover */
.info-modal .info-description::-webkit-scrollbar-thumb:hover {
  background: #37b6a1;
}

.info-modal h2 {
  color: #0857c3;
}

.info-modal p {
  color: #25282a;
}

.item_3 {
  background-image: url("../img/intro-carousel/CURSO2-01.png");
}

@media (max-width: 768px) {
  .item_3 {
    background-image: url("../img/intro-carousel/CURSO2-01.png");
  }

  .info-modal {
    padding: 30px 50px 30px 50px;
  }
}

/* modaldal */

#myBtn {
  text-decoration: none;
  border: none;
  background-color: #25282a;
}

#myBtn:hover {
  cursor: pointer;
}

#sec2 {
  display: none;
}

#sec3 {
  display: none;
}

#sec4 {
  display: none;
}

.modaldal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 50000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
}

.modaldal-content {
  border-radius: 0.5rem;
  background-color: #fefefe;
  margin: 25px 15px;
  /* 15% from the top and centered */
  display: flex;
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-img .perfil {
  width: 100%;
  clip-path: circle(50% at 50% 50%);
}

#myModal-h2 {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #0857c3;
}

#cargo-popup {
  margin-bottom: 10px;
  text-transform: uppercase;
}

#linea-popup {
  margin-bottom: 10px;
}

#myModal-h5 {
  margin-bottom: 0;
}

.linkedin {
  width: 40px;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}

.publicaciones {
  width: 200px;
  float: left;
  border-radius: 5px;
  margin-bottom: 15px;
}

.publicaciones-img {
  border-radius: 5px;
}

.text_publicaciones {
  font-size: 25px;
}

/* .modal-redes li{
  display: inline;
  text-decoration: none;
} */

.linkedin2 {
  color: #fff;
  background-color: #0857c3;
  padding: 1px 5px 3px 5px;
  border-radius: 5px;
}

.publicacion-detalle-wrapper {
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.5rem 1.5rem -0.5rem rgb(102 118 46 / 25%);
  box-shadow: 0 0.5rem 1.5rem -0.5rem rgb(102 118 46 / 25%);
}

.detalle-wrapper {
  padding: 20px 20px 0 20px;
  margin-bottom: 0px;
}

/* Template
--------------------------------*/

.menu_lateral {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.menu_lateral ul {
  list-style-type: none;
  padding-left: 20px;
}

.menu_lateral h3 {
  margin-bottom: 10px;
}

.menu_lateral ul hr {
  margin: 5px 0 5px 0;
}

#logo-exp {
  height: 350px;
  margin: 10% 0 10% 0;
}

#menu_lateral-flters {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
}

#menu_lateral-flters li {
  cursor: pointer;
  margin: 0 15px 0 0;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  background: #0857c3;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#menu_lateral-flters li:hover,
#menu_lateral-flters li.filter-active {
  background: #00bce3;
  color: #fff;
}

#menu_lateral-flters li:last-child {
  margin-right: 0;
}

#ul_team {
  list-style-type: none;
  padding-left: 0px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.div-img-responsive {
  display: flex;
  align-items: center;
}

/* Experiencia
--------------------------------*/

.exp-col {
  background-size: 100% auto;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  border-radius: 4px;
}

.exp-col .img {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}

.exp-col .title_exp {
  font-size: 16px;
  text-align: left;
  padding: 16px 16px 4px 0px;
  margin-bottom: 0px;
}

.exp-col .cliente_exp {
  font-size: 14px;
  text-align: left;
  padding: 4px 16px 16px 0px;
  margin-bottom: 0px;
}

.exp-col .btn_exp {
  font-size: 16px;
  text-align: left;
  padding: 4px 16px 15px 0px;
  margin-bottom: 0px;
}

.exp-col .img img {
  border-radius: 4px 0 4px 0;
}

/* Social Bar
--------------------------------*/

.container-bar {
  width: 100%;
  max-width: 45px;
  position: fixed;
  right: 15px;
  top: 35%;
  z-index: 100;
  display: none;
}

.container-bar a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  position: relative;
  transition: all 500ms ease;
  color: #fff;
}

.container-bar a:hover {
  background: #1c1c1c;
}

.container-bar a:hover,
.container-bar a:active,
.container-bar a:focus {
  color: #fff;
}

.container-bar .fa-facebook {
  background: #3b5998;
  border-radius: 100%;
  margin-bottom: 4px;
}

.container-bar .fa-youtube {
  background: #e52a23;
  border-radius: 100%;
  margin-bottom: 4px;
}

.container-bar .fa-linkedin {
  background: #00acee;
  border-radius: 100%;
  margin-bottom: 4px;
}

.container-bar .fa-instagram {
  background: #747473;
  border-radius: 100%;
}

.container-bar #title {
  position: absolute;
  background: #1c1c1c;
  padding: 0px 8px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  font-size: 15px;
  top: 12px;
  right: 0px;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.container-bar a:hover #title {
  opacity: 1;
  visibility: visible;
  right: 64px;
}

.container-bar #title:after {
  position: absolute;
  content: "";
  border-right: 7px solid transparent;
  border-left: 6px solid #1c1c1c;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: 100%;
  top: 8px;
}

#btn-social {
  display: none;
}

.fa-play {
  cursor: pointer;
  transition: all 0.4s;
  font-size: 12px;
  margin-bottom: 5px;
  display: inline-block;
  transform: rotate(180deg);
  color: #49b0e6;
}

#btn-social:checked ~ .fa-play {
  transform: rotate(0deg);
}

.icon-social {
  transition: all 0.4s;
  transform: translateX(0%);
}

#btn-social:checked ~ .icon-social {
  transform: translateX(-100%);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0);
}

.footer-contact.canal-etico {
  margin-left: 20px;
}

/*ESTILOS CANAL ETICO*/
body {
  background-color: #f7f9fc;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.custom-header-bg {
  background-color: #0857c3;
  color: white;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.custom-header-bg * {
  color: white !important;
}

main.container {
  max-width: 900px;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-bottom: 40px;
}

h2,
h5 {
  color: #0857c3;
  font-weight: bold;
}

.form-label {
  font-weight: 600;
}

.form-control,
.form-select {
  border-radius: 8px;
}

.form-check-label {
  font-weight: 500;
}

.btn-primary {
  background-color: #0857c3;
  border: none;
  border-radius: 8px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
}

.btn-outline-primary {
  border-radius: 8px;
}

.bg-light {
  background-color: #f1f3f7 !important;
}

.footer-redes a:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

/* PRUEBAS */
.form-check-input {
  margin-top: 0.3rem;
}

.form-check-label {
  margin-left: 4px;
}

.form-label.fw-semibold {
  font-weight: 600;
}

input[type="text"]::placeholder {
  font-style: italic;
  color: #999;
}

#lista-archivos div {
  background-color: #f8f9fa;
}

/* Centrar el modal aún si hay poco contenido */
.modal-dialog {
  margin-top: 5vh;
  /* Ajusta este valor si quieres que inicie un poco más arriba */
}

.modal-body {
  max-height: 100vh;
  overflow-y: auto;
}

/* PARA CORREGIR EL RESPONSIVE */
@media (min-width: 768px) {
  .custom-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background-color: white;
    z-index: 1;
  }
}

/* Separador horizontal en móviles */
@media (max-width: 767.98px) {
  .horizontal-divider {
    border-top: 2px solid white;
    margin: 2rem 0;
    opacity: 1;
    width: 100%;
  }
}

/*PARA EL SELECTOR DE REGISTRO DENUNCIA */
select.form-select {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  .form-select,
  .form-control {
    font-size: 0.95rem;
    /* Evita que textos muy grandes ensanchen el input */
  }

  body {
    overflow-x: hidden;
    /* Previene desplazamiento lateral */
  }
}

@media (max-width: 767.98px) {
  select.form-select {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    z-index: 1;
  }

  .form-select {
    overflow-x: hidden;
  }

  .container,
  .row,
  .col {
    overflow-x: hidden;
  }
}

.custom-select {
  max-width: 100%;
  cursor: pointer;
  z-index: 10;
}

.custom-select .selected-option {
  user-select: none;
}

#optionsList {
  max-height: 200px;
  overflow-y: auto;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#optionsList li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

/*PARA EL NUEVO HOVER */

.boton-hover-texto {
  transition: color 0.3s ease;
}

.boton-hover-texto:hover {
  color: #1a1a1a !important;
  /* Asegura que el color oscuro se aplique */
}

#mensajeErrorConsulta {
  font-size: 1.2rem !important;
  font-weight: bold !important;
  color: rgb(195, 42, 42) !important;
  margin-top: 0rem !important;
}

/*MODAL CERRAR*/
.custom-close-btn {
  background: none;
  border: none;
  font-size: 32px;
  line-height: 1;
  color: #b2a4a4;
  position: absolute;
  top: 18px;
  right: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.custom-close-btn:hover {
  color: #000;
  /* Oscurece en hover */
}

.title-services {
  color: #fff;
}