section#funcion {
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative;
}

section#funcion .container {
}

section#funcion .icon {
  text-align: center;
}

section#funcion .icon img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

section#funcion .title {
  padding-bottom: 20px;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* or 217% */
  letter-spacing: -0.4px;
  padding-bottom: 0;
}

section#funcion .title:before {
  content: "";
}

section#funcion .subtitle {
  padding-bottom: 0;
  text-align: left;
  font-weight: bold;
  font-size: 18px;

  /* or 289% */
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

section#funcion .text {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
  /* or 187% */
  padding-top: 0;
  letter-spacing: -0.4px;
  color: rgba(21, 20, 57, 0.4);
  padding-bottom: 12px;
}

section#funcion .container {
  display: flex;
  align-items: center;
}

section#funcion .container > div {
  width: 100%;
}

section#funcion .image {
  padding-top: 55px;
}

section#funcion .image img {
}

section#funcion .items-contacto {
  text-align: center;
}

section#funcion .items-contacto .item {
}

section#funcion .items-contacto .bg {
  background-color: ;
}

section#funcion .items-contacto .imagen_flex {
}

section#funcion .items-contacto .imagen_flex a {
  display: block;
}

section#funcion .items-contacto .imagen_flex a:hover {
  filter: brightness(0.7);
}

section#funcion .items-contacto .imagen_flex img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

section#funcion .items-contacto .titulo_flex {
  padding-bottom: 10px;
}

section#funcion .items-contacto .subtitulo_flex {
  font-size: 0.7rem;
  padding-bottom: 10px;
}

section#funcion .items-contacto .btn {
  font-size: 0.7rem;
  padding-bottom: 10px;
}

section#funcion .flex > div:last-child > .action {
  padding-top: 64px;
}

@media screen and (max-width: 900px) {
  section#funcion {
  }

  section#funcion .container {
  }

  section#funcion .icon {
  }

  section#funcion .icon img {
  }

  section#funcion .title {
    font-size: 20px!important;
  }

  section#funcion .subtitle {
  }

  section#funcion .text {
  }

  section#funcion .container {
    display: block;
  }

  section#funcion .container > div {
  }

  section#funcion .image {
  }

  section#funcion .image img {
  }

  section#funcion .items-contacto {
  }

  section#funcion .items-contacto .item {
  }

  section#funcion .items-contacto .bg {
  }

  section#funcion .items-contacto .imagen_flex {
  }

  section#funcion .items-contacto .imagen_flex img {
  }

  section#funcion .items-contacto .titulo_flex {
  }

  section#funcion .items-contacto .subtitulo_flex {
  }

  section#contacto .items-contacto .btn {
  }
}

section#soluciones {
  padding-top: 30px;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  section#soluciones .title {
    font-size: 26px !important;
  }
}

section#cabecera-interna {
}

section#cabecera-interna .flex > div:first-child {
  padding-left: 0;
}

section#cabecera-interna .flex .subtitle {
  margin-bottom: 0;
}

section#cabecera-interna .text {
  margin-left: 0;
  max-width: inherit;
}

/*Mobile*/

.icon {
  display: flex;
  justify-content: end;
  gap: 12px;
  align-items: center;
}

.icon img:last-child {
  height: 40px;
}

.icon img {
  max-height: 128px !important;
  height: 94px;
}

/*Mobile*/
@media screen and (max-width: 900px) {
  .icon {
    justify-content: center;
  }
}
