.conteiner-alpopular .col-md-2{
  padding: 0 5px;
}
.conteiner-alpopular {
  max-width: 734px;
  margin: auto;
}

.quienes{
  font-family: 'poppinsextrabold', sans-serif;
  font-size: 22px;
  text-align: left;
  padding-left: 20px;
}

.texto {
  font-family: 'poppinsregular', sans-serif;
  font-size: 15px;
  text-align: left;
  line-height: 22px;
  padding-left: 20px;
}

.soluciones{
  background-color: #F2F2F1;
  height: 490px;
}

.subtitulo{
  font-family: 'poppinsbold', sans-serif;
  font-size: 22px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 18px;
}

.icono-ajustado {
 max-width: 100%;
 height: auto;
 display: block;
 margin: 0 auto;
 box-shadow: #CCC 0px 0px 30px;
  border-radius: 8px; 
}

.btn-naranja {
  margin-top: 20px;
  background-color: #f15a24;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  font-family:'poppinsextrabold', sans-serif;
  border: none;
  transition: background-color 0,3s ease;
  text-decoration: none;
  font-size: 19px;
  letter-spacing: 2px;
}

.btn-naranja:hover {
  background-color: #f15a24;
}

.img-flecha {
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-bottom: 0px;
}

.somos-fila {
  display: flex;
  align-items: center;
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.espacio-reducido {
  margin: 0;
  padding: 0;
  height: 0px; 
}

.texto2 {
  font-family: 'poppinsregular', sans-serif;
  font-size: 22px;
  margin: 0;
}

.footer-fondo {
 background-image: url('../image/action.png');
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 20px;
  color: white;
  max-width: 734px;
  margin-top: 0;
  padding-top: 20px;
}

.btn-footer-img {
  margin-top: 40px;
  width: 280px; 
  display: block;
  margin-bottom: 10px;
  margin-left: 20px;
  cursor: pointer;
}

.texto-footer {
  font-family: 'poppinsregular', sans-serif;
  font-size: 22px;
  text-align: left;
  color: white;
  max-width: 400px;
  line-height: 1.3;
margin-left: 40px;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('poppins-regular-webfont.woff2') format('woff2'),
         url('poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsextrabold';
    src: url('poppins-extrabold-webfont.woff2') format('woff2'),
         url('poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsbold';
    src: url('poppins-bold-webfont.woff2') format('woff2'),
         url('poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsextrabold_italic';
    src: url('poppins-extrabolditalic-webfont.woff2') format('woff2'),
         url('poppins-extrabolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}