/* Typography */
/* Paleta y mas */
/* Generales */
.c1 {
  color: #ff4e2b;
}
.c2 {
  color: #00334e;
}
.c3 {
  color: #968d88;
}
.c4 {
  color: #e1dee3;
}
.c5 {
  color: #171151;
}
.bg-c1 {
  background-color: #ff4e2b;
  color: #FFF;
}
.bg-c2 {
  background-color: #00334e;
  color: #FFF;
}
.bg-c3 {
  background-color: #968d88;
  color: #FFF;
}
.bg-c4 {
  background-color: #e1dee3;
  color: #FFF;
}
.bg-c5 {
  background-color: #171151;
  color: #FFF;
}
html {
  font-size: 100%;
}
body {
  font-family: 'DM Sans', sans-serif;
  color: #666;
}
p {
  font-size: 17px;
  font-weight: 400;
  line-height: 25.888px;
}
.lead,
.lead p {
  font-size: 20px;
  font-weight: 200;
  line-height: 25.888px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lexend', sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
/* Generales */
[x-cloak] {
  display: none !important;
}
.ptb {
  padding-top: 90px;
  padding-bottom: 90px;
}
.ptb-min {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pt {
  padding-top: 90px;
}
.pb {
  padding-bottom: 90px;
}
.no-flicker {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.specialfont {
  font-family: 'Lexend', sans-serif;
  font-weight: normal;
}
:root {
  --swiper-theme-color: #272727;
}
.ttu {
  text-transform: uppercase;
}
.tac {
  text-align: center;
}
.boton {
  border: 0;
  display: inline-block;
  padding: 12px 26px;
  text-decoration: none;
  border-radius: 12px;
  background-color: #ff4e2b;
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.boton:hover {
  color: #FFF;
  box-shadow: 0px 16px 22px 0px rgba(0, 0, 0, 0.15);
  transform: scale(1.04);
}
.boton.c2 {
  background-color: #00334e;
  color: #FFF;
}
.boton.c2:hover {
  color: #FFF;
}
.boton.c3 {
  background-color: #968d88;
  color: #FFF;
}
.boton.c3:hover {
  color: #FFF;
}
.boton.c4 {
  background-color: #e1dee3;
  color: #FFF;
}
.boton.c4:hover {
  color: #FFF;
}
.boton.c5 {
  background-color: #171151;
  color: #FFF;
}
.boton.c5:hover {
  color: #FFF;
}
.boton.outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 26px;
  line-height: 16px;
}
.boton.outline:hover {
  color: #fff;
}
.boton.outline.c2 {
  color: #00334e;
  border: 2px solid #00334e;
}
.boton.outline.c2:hover {
  color: #00334e;
}
.boton.outline.c1 {
  color: #ff4e2b;
  border: 2px solid #ff4e2b;
}
.boton.outline.c1:hover {
  color: #ff4e2b;
}
.boton.outline.c3 {
  color: #968d88;
  border: 2px solid #968d88;
}
.boton.outline.c3:hover {
  color: #968d88;
}
.boton.outline.c4 {
  color: #e1dee3;
  border: 2px solid #e1dee3;
}
.boton.outline.c4:hover {
  color: #e1dee3;
}
.boton.outline.c5 {
  color: #171151;
  border: 2px solid #171151;
}
.boton.outline.c5:hover {
  color: #171151;
}
.boton:hover {
  text-decoration: none;
}
.boton:hover.grow {
  transform: scale(1.07);
}
ul.lista-iconos {
  list-style: none;
  margin-left: 0;
  margin-top: 30px;
  padding-left: 25px;
}
ul.lista-iconos li {
  padding: 4px 0;
  position: relative;
}
ul.lista-iconos li::before {
  content: "\F633";
  font-family: 'bootstrap-icons';
  color: #5bc558;
  font-size: 21px;
  display: inline-block;
  margin-left: -30px;
  width: 30px;
  position: absolute;
  top: 4px;
  left: 0;
}
/* HEADER */
#site-header {
  padding: 20px 40px 20px 40px;
  width: 100%;
  position: absolute;
  background-color: #00334e;
  z-index: 10;
}
#site-header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site-header .logo img {
  width: 300px;
  height: auto;
}
#site-header .main-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#site-header .main-menu li a {
  font-size: 17px;
  font-weight: 400;
  padding: 15px 25px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
}
#site-header .main-menu li.active a {
  color: #ff4e2b !important;
}
#site-header .main-menu li:hover::after {
  width: 80%;
}
#site-header .main-menu.not-responsive li {
  display: inline;
  position: relative;
  padding: 15px 0;
}
#site-header .main-menu.not-responsive li::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #ff4e2b;
  transition: all 0.2s ease;
}
#site-header .main-menu.responsive {
  text-align: center;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  max-width: 340px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #666;
}
#site-header .main-menu.responsive li a {
  color: #666;
  font-style: 16px;
  padding: 15px;
}
.menu-responsive {
  width: 100%;
  height: 100vh;
  padding-right: 25px;
  padding-left: 25px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  justify-content: center;
}
.menu-responsive .logo-responsive {
  padding-top: 0px;
  padding-bottom: 60px;
}
.menu-responsive .logo-responsive img {
  width: 230px;
}
.menu-responsive .menu-responsive-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
  align-self: center;
  gap: 40px;
  padding-bottom: 40px;
}
.menu-responsive .social-media-responsive {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
button.menu-command {
  border: none;
  background: transparent;
  outline: none;
  font-size: 30px;
}
button.menu-command:focus,
button.menu-command:active {
  outline: none;
}
#menu-open {
  color: #fff;
}
#menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #00334e;
  display: flex;
  align-items: center;
  gap: 5px;
}
#menu-close span {
  line-height: 14px;
  font-size: 14px;
}
#menu-close i {
  font-size: 18px;
}
#menu-close i::before {
  font-weight: 700 !important;
}
.item .wrap {
  position: relative;
}
.gracias {
  padding-top: 200px;
  padding-bottom: 200px;
}
/***** Footer *****/
#site-footer {
  background-color: #ff4e2b;
  color: #fff;
}
#site-footer ul {
  list-style-type: none;
  padding-left: 0;
}
#site-footer h4 {
  margin-bottom: 16px;
}
.items-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.items-footer .datos-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.redes-sociales {
  display: flex;
  align-items: center;
  gap: 20px;
}
.redes-sociales img {
  transition: all 0.2s ease;
}
.redes-sociales img:hover {
  filter: brightness(0);
}
.logos-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.logos-footer img {
  height: 30px;
  width: auto;
}
.logo-vox img {
  width: 50px;
}
.logo-footer img {
  width: 300px;
}
.footer-menu li a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.footer-menu li a:hover {
  color: #00334e;
}
.copyright {
  padding-top: 50px;
  padding-bottom: 50px;
}
.copyright p {
  padding-bottom: 20px;
}
.back-to-top {
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #00334e;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.back-to-top:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.back-to-top button {
  outline: none;
  background: none;
  font-size: 22px;
  border: none;
  color: #fff;
}
/**** FORMULARIOS ****/
.texto-contacto {
  text-align: center;
  margin-bottom: 70px;
}
.form-group {
  margin-bottom: 40px;
}
.form-group label {
  font-size: 17px;
  color: #666;
  display: flex;
  align-items: center;
}
.form-group .label-mensaje {
  display: block;
  padding-top: 20px;
}
.form-group .form-control {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #666;
  min-height: 60px;
  padding-left: 3px;
  padding-top: 2rem !important;
}
.form-group .form-control:active,
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group textarea.form-control {
  min-height: 150px;
}
span.validate-error {
  color: #e24f4f;
}
span.requerido {
  color: #e24f4f;
  font-size: 19px;
  padding-left: 3px;
  line-height: 10px;
}
button[type=submit]:not(.outline) {
  border: none;
}
.bg-gray {
  background-color: #f6f6f6;
}
.plr {
  padding-right: 10%;
  padding-left: 10%;
}
/***** Videos *****/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*utils*/
.pretitle {
  font-size: 24px;
  font-weight: 400;
  line-height: 25.888px;
  letter-spacing: 8.76px;
  text-transform: uppercase;
}
.first-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 109.5%;
}
.section-title {
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
}
.item-title {
  font-family: DM Sans;
  font-size: 20px;
  font-weight: 700;
}
.con-linea {
  position: relative;
  padding-bottom: 40px;
}
.con-linea::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff4e2b;
}
/*home*/
/*hero*/
.hero {
  position: relative;
  min-height: 100vh;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(images/hero-bg.jpg) bottom no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 1;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00334e;
  background: linear-gradient(0deg, rgba(0, 51, 78, 0) 50%, rgba(0, 51, 78, 0.85766807) 89%);
  z-index: -1;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #ff4e2b;
  background: linear-gradient(90deg, #ff4e2b 75%, #00334e 75%);
}
.hero .first-title {
  font-size: 65px;
  font-weight: 600;
  line-height: 109.5%;
  margin-top: 20px;
  margin-bottom: 50px;
}
.hero .pretitle {
  font-size: 29px;
  font-weight: 600;
  line-height: 25.888px;
  letter-spacing: 8.76px;
  text-transform: uppercase;
}
.hero .wrap {
  padding-top: 200px;
  padding-bottom: 390px;
}
/*soluciones*/
.texto-soluciones {
  text-align: center;
}
.texto-soluciones h2 {
  margin-bottom: 40px;
}
.texto-soluciones p {
  margin-bottom: 0;
}
.item-gutter {
  --bs-gutter-x: 40px;
}
.row-soluciones-desktop {
  padding-bottom: 120px;
}
.row-soluciones-desktop .item-solucion .wrap {
  position: relative;
  z-index: 3;
}
.row-soluciones-desktop .item-solucion .wrap:hover .item-content {
  height: 270px;
  background-color: #ff4e2b;
}
.row-soluciones-desktop .item-solucion .wrap:hover p,
.row-soluciones-desktop .item-solucion .wrap:hover a {
  opacity: 1;
  visibility: visible;
}
.row-soluciones-desktop .item-solucion .item-content {
  text-align: center;
  background-color: #00334e;
  position: absolute;
  height: 140px;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 3;
}
.row-soluciones-desktop .item-solucion p,
.row-soluciones-desktop .item-solucion a {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease 0.1s;
}
.soluciones-responsive .item-solucion .wrap {
  height: 100%;
  min-height: 550px;
}
.soluciones-responsive .item-solucion .item-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.soluciones-responsive .item-solucion .item-content {
  background-color: #ff4e2b;
  height: 100%;
  min-height: 270px;
}
.item-solucion {
  margin-top: 30px;
}
.item-solucion .wrap {
  border-radius: 12px;
  height: 100%;
}
.item-solucion .item-img {
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.item-solucion .item-content {
  text-align: center;
  padding: 30px;
  width: 100%;
  border-radius: 0 0 12px 12px;
  transition: all 0.5s ease;
}
.item-solucion .item-content img {
  max-height: 75px;
}
.item-solucion p {
  margin-top: 25px;
  color: #fff;
}
.item-solucion a {
  margin-top: 10px;
}
/*cta 1*/
.cta {
  background: url(images/cta-bg.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
}
.cta h2 {
  margin-bottom: 30px;
}
.cta p {
  margin-bottom: 30px;
}
.cta-alternativo h2 {
  margin-bottom: 40px;
}
.cta-alternativo p {
  margin-bottom: 40px;
}
/*novedades home*/
.novedades-home h2 {
  margin-bottom: 40px;
}
/*Heading*/
.heading {
  height: 450px;
  /*640px;*/
  min-height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  position: relative;
}
.heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #ff4e2b;
  background: linear-gradient(90deg, #ff4e2b 75%, #00334e 75%);
}
.heading h1 {
  padding-top: 80px;
}
.heading-single {
  color: #474747;
  padding-top: 100px;
}
.heading-single h1 {
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 25px;
}
.page-empresa .heading {
  background: url(images/empresa-bg.jpg) center no-repeat;
  background-size: cover;
}
.page-productos .heading {
  background: url(images/heading-productos-web.jpg) center no-repeat;
  background-size: cover;
}
.page-novedades .heading {
  background: url(images/heading-novedades-web.jpg) center no-repeat;
  background-size: cover;
}
.page-contacto .heading {
  background: url(images/heading-contacto-web.jpg) left center no-repeat;
  background-size: cover;
}
.page-servicios .heading {
  background: url(images/heading-servicios.jpg) center no-repeat;
  background-size: cover;
}
.page-servicios .heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: #ff4e2b;
  background: linear-gradient(90deg, #ff4e2b 75%, #00334e 75%);
}
.page-single-post .heading {
  background: url(images/contacto-bg.jpg) center no-repeat;
  background-size: cover;
}
/*items*/
.item-producto .con-linea,
.item-servicio .con-linea {
  margin-bottom: 40px;
}
.item-producto .con-linea::after,
.item-servicio .con-linea::after {
  left: 0;
  transform: translateX(0%);
}
.entry p:last-of-type {
  margin-bottom: 0;
}
.item-producto,
.item-servicio {
  margin-top: 20px;
}
.item-producto .item-img img,
.item-servicio .item-img img {
  border-radius: 12px;
}
/*item post*/
.item-post {
  margin-top: 20px;
}
.item-post .wrap {
  background-size: 0px !important;
  transition: all 0.1 ease;
}
.item-post .wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0.5;
  background: linear-gradient(0deg, rgba(0, 51, 78, 0.8) 0%, rgba(0, 51, 78, 0.8) 100%);
  transition: all 0.4s ease;
}
.item-post .wrap .item-img {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.item-post .item-content {
  padding: 30px 20px;
  transition: all 0.4s ease;
}
.item-post .item-content h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.item-post .item-content h3::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cacaca;
  bottom: 0;
  left: 0;
}
.item-post .item-content p {
  margin-bottom: 20px;
}
.item-post .item-content .item-link {
  margin-top: 15px;
  text-decoration: none;
  padding: 8px 24px;
  line-height: 16px;
  border-radius: 12px;
  padding-left: 0;
  transition: all 0.3s ease;
}
.item-post .item-content .item-link i::before {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.contenedor-columnas {
  column-count: 2;
  /* Divide el contenido en dos columnas */
  column-gap: 40px;
}
.contenedor-columnas ul {
  list-style: none;
}
.contenedor-columnas ul li {
  break-inside: avoid;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 200;
  position: relative;
  padding-left: 0.2rem;
}
.contenedor-columnas ul li::before {
  content: "\F633";
  font-family: 'bootstrap-icons';
  color: #5bc558;
  font-size: 22px;
  display: inline-block;
  margin-left: -25px;
  width: 25px;
  position: absolute;
  top: 8px;
  left: 0;
}
.wrap-contacto-single label {
  color: #fff;
}
.wrap-contacto-single .form-group .form-control {
  color: #fff !important;
}
/*EMPRESA*/
.texto-fundacion {
  text-align: center;
  margin-bottom: 60px;
}
.item-empresa .wrap {
  text-align: center;
  padding: 0 30px;
}
.item-empresa .wrap img {
  margin-bottom: 40px;
}
.item-empresa .wrap h3 {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
#mapa {
  margin-bottom: -10px;
}
/*numeros*/
.texto-numeros {
  text-align: center;
}
.texto-numeros h2 {
  margin-bottom: 30px;
}
.texto-numeros p {
  margin-bottom: 60px;
}
.item-numero {
  display: flex;
  justify-content: center;
}
.item-numero .wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
.item-numero .wrap .item-img {
  width: 100px;
}
.item-numero .wrap img {
  height: 100px;
}
.item-numero .wrap .num-container {
  margin-bottom: 10px;
  display: block;
}
.item-numero .wrap .num-container span {
  font-family: Lexend;
  font-size: 45px;
  font-weight: 400;
  line-height: normal;
}
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.counter {
  transition: --num 1s;
  counter-set: num var(--num);
}
.counter::after {
  content: counter(num);
}
.empezar .counter-1 {
  --num: 30;
}
.empezar .counter-2 {
  --num: 500;
}
.empezar .counter-3 {
  --num: 24;
}
.empezar .counter-4 {
  --num: 7;
}
.empezar .counter-5 {
  --num: 30;
}
.empezar .counter-6 {
  --num: 100;
}
.empezar .counter-7 {
  --num: 15;
}
.wsp-flotante {
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-radius: 50px;
  border: none;
  background-color: #25D366;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 90;
  display: grid;
  place-content: center;
  transition: all 0.3s;
}
.wsp-flotante:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
}
.wsp-flotante button {
  outline: none;
  background: none;
  font-size: 30px;
  border: none;
  color: #fff;
}
/*********** MEDIA QUERIES **************/
@media (max-width: 1199.98px) {
  #site-footer .footer-col {
    display: block;
  }
  #site-header {
    padding: 20px;
  }
  a.boton {
    display: block;
    margin-top: 10px;
    text-align: center;
  }
  .heading-single h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .more-gutter {
    --bs-gutter-x: 90px;
  }
}
@media (max-width: 575.98px) {
  .ptb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #btn-hero {
    display: none !important;
  }
  #site-header {
    padding: 35px 20px;
  }
  .hero {
    min-height: 575px;
    background: #00334e;
    color: #fff;
    z-index: 1;
    align-items: flex-start;
  }
  .hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: url(images/hero-bg.jpg) bottom no-repeat;
    background-size: 100%;
    z-index: -2;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: #00334e;
    background: linear-gradient(0deg, rgba(0, 51, 78, 0) 50%, rgba(0, 51, 78, 0.85766807) 89%);
    z-index: -1;
  }
  .hero .first-title {
    margin-bottom: 50px;
  }
  .hero .wrap {
    padding-top: 158px;
    padding-bottom: 60px;
  }
  .first-title,
  .hero .first-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
  }
  .pretitle,
  .hero .pretitle {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.888px;
    letter-spacing: 6.57px;
    text-transform: uppercase;
  }
  .section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
  .soluciones-responsive .item-content {
    min-height: 270px;
  }
  .logo-footer img {
    width: 200px;
  }
  .heading {
    height: 350px;
    /* &::after {
         display: none;
      } */
  }
  .heading h1 {
    padding-top: 100px;
  }
  .page-contacto .heading {
    background: url(images/heading-contacto-mobile.jpg) center center no-repeat;
    background-size: cover;
  }
  .small,
  small {
    font-size: 0.735em;
  }
  .item-producto,
  .item-servicio {
    margin-bottom: 40px;
    text-align: center;
  }
  .item-producto .con-linea,
  .item-servicio .con-linea {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .item-producto .con-linea::after,
  .item-servicio .con-linea::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .item-empresa .wrap {
    text-align: center;
    padding: 0px;
  }
  .item-numero {
    display: block;
    padding-left: 30px;
  }
}
@media (max-width: 767.98px) {
  .texto-fundacion {
    text-align: center;
    margin-bottom: 39px;
  }
  .ptb {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt {
    padding-top: 30px;
  }
  .pb {
    padding-bottom: 30px;
  }
  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .con-linea {
    padding-bottom: 20px;
  }
  body:not(.with-delay)[data-aos-delay],
  *:not(.with-delay)[data-aos-delay] {
    transition-delay: 0ms !important;
  }
  .row.iom,
  .container.iom > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navegacion-noticias {
    flex-wrap: wrap;
  }
  .navegacion-noticias .previous,
  .navegacion-noticias .next {
    flex: 100%;
  }
  .navegacion-noticias .next {
    margin-top: 30px;
    text-align: left;
    padding-left: 30px;
  }
  .navegacion-noticias .heading-single h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .contenedor-columnas {
    column-count: 1;
    /* Divide el contenido en dos columnas */
  }
  .contenedor-columnas ul li {
    break-inside: avoid;
    padding-bottom: 10px;
    font-size: 1.1rem;
    font-weight: 200;
  }
}
@media (min-width: 768px) {
  .menu-responsive .logo-responsive img {
    width: 340px;
  }
  .item-post .wrap:hover {
    background-size: cover !important;
  }
  .item-post .wrap:hover::before {
    visibility: visible;
    opacity: 1;
  }
  .item-post .wrap:hover .item-img {
    opacity: 0;
  }
  .item-post .wrap:hover p {
    color: #fff;
  }
  .item-post .wrap:hover h3 {
    color: #fff;
  }
  .item-post .wrap:hover h3::after {
    background-color: #fff;
  }
  .item-post .wrap:hover .item-content {
    transform: translateY(-50%);
  }
  .item-post .wrap:hover .item-link {
    background-color: #ff4e2b;
    color: #fff;
    padding-left: 24px;
  }
}
@media (max-width: 991.98px) {
  .logos-footer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }
  .logos-footer img {
    width: 80px;
    height: auto;
  }
  .col-izq {
    margin-bottom: 80px;
  }
  .col-izq,
  .col-der {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .col-der {
    margin-bottom: 40px;
  }
  .row-empresa {
    --bs-gutter-y: 40px;
  }
  .texto-numeros p {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .row-footer {
    position: relative;
  }
  .row-footer::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: 50%;
    top: 0;
  }
  .row-footer .col-der {
    padding-left: 60px;
  }
  .row-footer .col-izq {
    padding-right: 60px;
  }
  .item-producto:nth-child(odd) .item-img,
  .item-servicio:nth-child(odd) .item-img {
    order: 1;
  }
  .item-producto:nth-child(odd) .item-content,
  .item-servicio:nth-child(odd) .item-content {
    order: 2;
  }
  .item-producto:nth-child(even) .item-img,
  .item-servicio:nth-child(even) .item-img {
    order: 2;
  }
  .item-producto:nth-child(even) .item-content,
  .item-servicio:nth-child(even) .item-content {
    order: 1;
  }
}
@media (min-width: 1400px) {
  #site-header {
    padding: 30px 80px 30px 80px;
  }
}
@media (max-width: 380.98px) {
  .soluciones-responsive .item-content {
    min-height: 290px;
  }
  .hero::before {
    height: 200px;
  }
}
