@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", serif;
}

body {
  overflow-x: hidden;
}

.slide__principal {
  background-image: url("../images/position/cursos/header_cursos.png");
  background-size: cover;
  background-position: center;
  width: 100vw;
  display: block;
}
.slide__principal .bg {
  padding: 100px 20px;
  background-color: rgba(0, 54, 95, 0.6);
}
.slide__principal .bg .sp_cont {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slide__principal .bg .sp_cont .categoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.slide__principal .bg .sp_cont h4 {
  color: #fff;
  text-align: center;
  /* desktop/heading/H4 */
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 32px;
}
.slide__principal .bg .sp_cont .texto {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.bradcrum {
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  width: 100%;
  background-color: #fff;
  margin: -20px auto 80px;
  padding: 10px 30px;
  border-radius: 40px;
}
.bradcrum .b_cont {
  width: 100%;
  text-align: center;
}
.bradcrum .b_cont p {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 150%;
}
.bradcrum .b_cont p a {
  color: #00365f;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
background-color: #fff;
  -webkit-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
  padding: 0.125rem 0.25rem;
  border-radius: 0.5rem;
  display: inline-block;
}
.bradcrum .b_cont p a:hover{
  background: var(--gradlight, linear-gradient(90deg, #59C575 0%, #0176D0 68.63%));
    color: #fff;
}
.bradcrum .b_cont p img {
  width: 20px;
  margin: 0 15px;
}

.options {
  width: 100vw;
  display: block;
  margin: 0 auto 45px;
  overflow-x: auto;
}
.options ul {
  max-width: 800px;
  width: 100%;
  min-width: 500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.options ul li {
  padding: 10px;
  margin: 0 10px;
  color: #00365f;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 27px */
  cursor: pointer;
  border: 2px solid #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
}
.options ul li.active {
  font-weight: 600;
  border-bottom: 2px solid #015EA6;
  border-radius: 8px 8px 0 0;
  color: #015ea6;
}
.options ul li:hover {
  color: #fff;
  background: -o-linear-gradient(left, #13a538 0%, #00365f 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(#13a538), color-stop(68.63%, #00365f));
  background: linear-gradient(90deg, #13a538 0%, #00365f 68.63%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
}
.options ul li:hover.active {
  border-bottom: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.empresa__section {
  width: 100vw;
  display: block;
  margin: 0 auto;
}
.empresa__section .MCG {
  width: 100%;
  display: none;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.empresa__section .MCG .imagen {
  display: block;
  width: 50%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/position/MCG/couple-with-salesman-furniture-store.png");
}
.empresa__section .MCG .imagen .numero {
  position: absolute;
  top: 2%;
  right: 5%;
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 96px */
}
.empresa__section .MCG .texto {
  width: 50%;
  padding: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/position/MCG/tilt-image-city-against-sky.png");
}
.empresa__section .MCG .texto .info {
  max-width: 480px;
  margin: 0 auto;
}
.empresa__section .MCG .texto .info h4 {
  color: #00365f;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  margin-bottom: 50px;
}
.empresa__section .MCG .texto .info p {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.empresa__section .valores {
  display: none;
}
.empresa__section .mision,
.empresa__section .vision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.certificaciones__section {
  width: 100vw;
  padding: 50px 20px;
  display: none;
}
.certificaciones__section .cs_cont {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.certificaciones__section .cs_cont .categoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.certificaciones__section .cs_cont h4 {
  color: #00365f;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 32px;
}
.certificaciones__section .cs_cont .certificaciones__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.certificaciones__section .cs_cont .certificaciones__grid .certificacion_item {
  width: 25%;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.certificaciones__section .cs_cont .certificaciones__grid .certificacion_item a {
  text-decoration: none;
}
.certificaciones__section .cs_cont .certificaciones__grid .certificacion_item a img {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(35, 81, 117, 0.25);
          box-shadow: 0px 0px 7px 0px rgba(35, 81, 117, 0.25);
}
.certificaciones__section .cs_cont .certificaciones__grid .certificacion_item a .nombre {
  color: #1e1e1e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
}

.cursos__section {
  width: 100vw;
  display: none;
  padding: 50px 20px 130px;
}
.cursos__section .cs_cont {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.cursos__section .cs_cont .titulo {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 65px;
}
.cursos__section .cs_cont .titulo .categoria {
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.cursos__section .cs_cont .titulo .categoria img {
  margin-right: 15px;
}
.cursos__section .cs_cont .titulo h4 {
  color: #00365f;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
}
.cursos__section .cs_cont .cursos_grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cursos__section .cs_cont .cursos_grid .cursos_item {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  margin-bottom: 50px;
  /* Añadir color de fondo cada 2 elementos */
}
.cursos__section .cs_cont .cursos_grid .cursos_item .icono {
  width: 25%;
}
.cursos__section .cs_cont .cursos_grid .cursos_item .curso_info {
  width: 75%;
  text-align: left;
}
.cursos__section .cs_cont .cursos_grid .cursos_item .curso_info .titulo {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 140%; /* 25.2px */
}
.cursos__section .cs_cont .cursos_grid .cursos_item .curso_info .texto {
  color: #646363;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
.cursos__section .cs_cont .cursos_grid .cursos_item:first-child {
  background-image: url("../images/icons/line.svg");
  background-repeat: no-repeat;
  background-position: 99% center;
}
.cursos__section .cs_cont .cursos_grid .cursos_item:nth-child(2) {
  background-image: url("../images/icons/line.svg");
  background-repeat: no-repeat;
  background-position: 99% center;
}
.cursos__section .cs_cont .cursos_grid .cursos_item:nth-child(4) {
  background-image: url("../images/icons/line.svg");
  background-repeat: no-repeat;
  background-position: 99% center;
}
.cursos__section .cs_cont .cursos_grid .cursos_item:nth-child(5) {
  background-image: url("../images/icons/line.svg");
  background-repeat: no-repeat;
  background-position: 99% center;
}
.cursos__section .cs_cont .cta_btn {
  background-color: #015ea6;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: -moz-fit-content;
  max-width: -webkit-fit-content;
  max-width: fit-content;
  width: 100%;
  padding: 8px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px;
  text-decoration: none;
  margin: 0 auto;
}
.cursos__section .cs_cont .cta_btn img {
  margin-left: 5px;
}

.trabajo__section {
  width: 100vw;
  display: block;
  padding: 80px 20px;
}
.trabajo__section .titulo {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.trabajo__section .titulo .categoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.trabajo__section .titulo h4 {
  color: #00365f;
  text-align: center;
  /* desktop/heading/H4 */
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 32px;
}
.trabajo__section .slide__contenedor {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.trabajo__section .slide__contenedor .isntalaciones_slide {
  display: block;
  width: 100%;
}
.trabajo__section .slide__contenedor .isntalaciones_slide .item {
  width: 860px !important;
  margin: 0 10px;
  display: inline-block;
}
.trabajo__section .slide__contenedor .isntalaciones_slide .item img {
  width: 100%; /* Hace que la imagen ocupe todo el ancho del item */
  height: 100%; /* Se ajusta a la altura del contenedor */
  -o-object-fit: cover;
     object-fit: cover; /* Esto asegura que la imagen cubra el espacio disponible y se recorte si es necesario */
  display: block;
}

.nuestrosclientes__section {
  width: 100vw;
  margin-bottom: 80px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/position/clientes/clientes_fondo.png");
}
.nuestrosclientes__section .bg {
  padding: 100px 20px;
  background: -o-linear-gradient(left, rgba(0, 54, 95, 0.9) 0%, rgba(19, 165, 56, 0.6) 68.63%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 54, 95, 0.9)), color-stop(68.63%, rgba(19, 165, 56, 0.6)));
  background: linear-gradient(90deg, rgba(0, 54, 95, 0.9) 0%, rgba(19, 165, 56, 0.6) 68.63%);
}
.nuestrosclientes__section .bg .clientes_cont {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
  /* Contenedor del carrusel (600px) */
  /* Estilos para los slides */
  /* Slide central */
  /* Slide prev */
  /* Slide next */
  /* Imágenes dentro de los slides */
  /* Flechas de navegación */
  /* Flecha izquierda */
  /* Flecha derecha */
}
.nuestrosclientes__section .bg .clientes_cont h4 {
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 43.2px */
  margin-bottom: 80px;
}
.nuestrosclientes__section .bg .clientes_cont .slider-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; /* Para ocultar los slides que se salen */
}
.nuestrosclientes__section .bg .clientes_cont .clientes_slider {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Usamos flexbox para alinear los slides */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* Centrar verticalmente los slides */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* Centrar horizontalmente los slides */
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; /* Animación suave */
}
.nuestrosclientes__section .bg .clientes_cont .clientes_slider .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%; /* Cada slide ocupa 1/3 del contenedor */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8); /* Tamaño inicial para todos los slides */
  opacity: 0.5; /* Opacidad inicial para todos los slides */
}
.nuestrosclientes__section .bg .clientes_cont .clientes_slider .item.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); /* Tamaño normal para el slide central */
  opacity: 1; /* Opacidad completa para el slide central */
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; /* El slide activo siempre está en el centro */
}
.nuestrosclientes__section .bg .clientes_cont .clientes_slider .item .clientes_name{
    opacity: 0;
    transition: all linear 0.25s;
    -webkit-transition: all linear 0.25s;
    -moz-transition: all linear 0.25s;
    -ms-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-style: normal;
    margin-top: 2rem;
    font-weight: 500;
    line-height: 140%;
}
.nuestrosclientes__section .bg .clientes_cont .clientes_slider .item.active .clientes_name{
    opacity: 1;
}

.nuestrosclientes__section .bg .clientes_cont .clientes_slider .item.prev {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7); /* Más pequeño que el slide central */
  opacity: 0.3; /* Más opaco que el slide central */
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* El slide prev está a la izquierda */
}
.nuestrosclientes__section .bg .clientes_cont .clientes_slider .item.next {
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7); /* Más pequeño que el slide central */
  opacity: 0.3; /* Más opaco que el slide central */
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; /* El slide next está a la derecha */
}
.nuestrosclientes__section .bg .clientes_cont .clientes_slider .item img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.nuestrosclientes__section .bg .clientes_cont .slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px;
  z-index: 3;
}
.nuestrosclientes__section .bg .clientes_cont .prev-arrow {
  left: 0; /* Extremo izquierdo del contenedor externo */
}
.nuestrosclientes__section .bg .clientes_cont .next-arrow {
  right: 0; /* Extremo derecho del contenedor externo */
}
.nuestrosclientes__section .bg .clientes_cont .texto {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.instalaciones__section {
  width: 100vw;
  display: block;
  padding: 20px 20px;
}
.instalaciones__section .titulo {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.instalaciones__section .titulo .categoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #59c575;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  /* 25.2px */
  text-transform: uppercase;
  margin-bottom: 16px;
}
.instalaciones__section .titulo h4 {
  color: #00365f;
  text-align: center;
  /* desktop/heading/H4 */
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 43.2px */
  margin-bottom: 32px;
}
.instalaciones__section .slide__contenedor {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.instalaciones__section .slide__contenedor .isntalaciones_slide {
  display: block;
  width: 100%;
}
.instalaciones__section .slide__contenedor .isntalaciones_slide .item {
  width: 860px !important;
  margin: 0 10px;
  display: inline-block;
}
.instalaciones__section .slide__contenedor .isntalaciones_slide .item img {
  width: 100%; /* Hace que la imagen ocupe todo el ancho del item */
  height: 100%; /* Se ajusta a la altura del contenedor */
  -o-object-fit: cover;
     object-fit: cover; /* Esto asegura que la imagen cubra el espacio disponible y se recorte si es necesario */
  display: block;
}
.instalaciones__section .descripcion__contenedor {
  max-width: 1200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0 auto;
  margin-top: 40px;
  padding-bottom: 100px;
  border-bottom: 2px solid #adadad;
}
.instalaciones__section .descripcion__contenedor .item {
  width: 30%;
  display: block;
}
.instalaciones__section .descripcion__contenedor .item .titulo {
  color: #0b0909;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
  margin-bottom: 20px;
}
.instalaciones__section .descripcion__contenedor .item .texto {
  color: #0b0909;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}

.testimonios__section {
  width: 100vw;
  display: block;
  padding: 50px 20px 100px;
}
.testimonios__section .ts_cont {
  max-width: 780px;
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.testimonios__section .ts_cont p {
  color: #00365f;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 80px;
}
.testimonios__section .ts_cont .users {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.testimonios__section .ts_cont .users img {
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -20px;
}
.testimonios__section .ts_cont .info {
  width: 100%;
  text-align: center;
}
.testimonios__section .ts_cont .info p {
  margin-bottom: 2px;
}
.testimonios__section .ts_cont .info p.puesto {
  color: #646363;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
.testimonios__section .ts_cont .info p.empresa {
  color: var(--blue-main, #00365f);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
}



@media only screen and (max-width: 980px) {
  .empresa__section .MCG .texto {
    padding: 50px;
  }
  .certificaciones__section .cs_cont .certificaciones__grid .certificacion_item {
    width: 33%;
  }
}
@media only screen and (max-width: 860px) {
  .dudas__section .ds_cont .informacion {
    width: 100%;
    margin-bottom: 50px;
  }
  .dudas__section .ds_cont .formulario {
    width: 100%;
  }
}
@media only screen and (max-width: 720px) {
  .empresa__section .MCG .imagen {
    height: 300px;
    width: 100%;
  }
  .empresa__section .mision, .empresa__section .vision,
  .empresa__section .valores {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .empresa__section .MCG .texto {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .empresa__section .MCG .texto .info {
    max-width: initial;
  }
  .empresa__section .mision .imagen {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .trabajo__section .slide__contenedor .isntalaciones_slide .item,
  .instalaciones__section .slide__contenedor .isntalaciones_slide .item {
    width: 380px !important;
  }
  .certificaciones__section .cs_cont .certificaciones__grid .certificacion_item {
    width: 45%;
  }
  .instalaciones__section .descripcion__contenedor .item {
    width: 100%;
  }
  .instalaciones__section .descripcion__contenedor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 580px) {
  .slide__principal .bg .sp_cont h4,
  .empresa__section .MCG .texto .info h4,
  .trabajo__section .titulo h4,
  .nuestrosclientes__section .bg .clientes_cont h4,
  .instalaciones__section .titulo h4,
  .dudas__section .ds_cont .informacion h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 460px) {
  .certificaciones__section .cs_cont .certificaciones__grid .certificacion_item {
    width: 100%;
  }
}