.seccion-features{
  padding: 2.5rem 1rem 2.5rem 1rem!important;
  max-width: 1350px;
    margin-right: auto;
    margin-left: auto;
}
.icono-feat{
 position:absolute;
  right:15px;
  margin-top: 10px;
  color:black;
}
#features h1{
  font-family:Avenir;
}
#features h1,h3,span{
  color:black;
}
.contenedor-feat{
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  {# min-height:90px; #}
}
.open{
  display:none !important;
}
.close{
  display:none !important;
}
.padding-imagenes{padding: 2rem 1rem 1rem 1rem!important;}
.contenedor-feature
{  
  padding: 0 1rem;
}
.row-features {
    align-items: center;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 1000px!important;
}
.feauture-subtitle{
  font-size:18px;
   margin: 0px;
  font-weight:600;
}
.feauture-text{
  font-size:16px
}
#multifeature{
    -moz-column-count: 4;
    -moz-column-gap: 10%;
    -webkit-column-count: 4;
    -webkit-column-gap: 10%;
    column-count: 4;
    column-gap: 10%;
    column-fill: balance;
    -moz-column-fill: balance;
    -webkit-column-fill: balance;
  }
@media screen and (max-width:500px)
{
  .icono-feat{
  margin-top: -10px !important;
}
}
@media screen and (max-width:850px)
{
  #multifeature{
    width: 200%;
}
  .icono-feat{
  margin-top: -10px;
}
  .open{
  display:block !important;
}
.close{
  display:none !important;
}
.right{
  transform:translateX(-55%);
  }
 .left{
  transform:translateX(-0%);
  } 
  .contenedor-feature
{  
  padding: 0 !important;
}
}