<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#caracteristicas{
  padding:6rem 0;
  background-color: #fff;
  position:relative;
}
#caracteristicas *{
    position:relative;
  z-index:3;
}
#caracteristicas h3.sub {
    color: #061D41;
    text-align: center;
    margin-bottom: 0rem;
    width: fit-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#caracteristicas h3.sub:before {content: '';position: absolute;width: 100%;height: 12px;bottom: 0;left: 0;background: #FFECDF;z-index: -1;}
.t_end{margin-top:5rem;}
.t_end p{
  color:#3F3F3F;
  font-weight:bold;
  font-size:2.5rem;
}
#caracteristicas h2 {
    color: #3153A2;
    text-align: center;
    max-width: 88rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5rem;
  text-transform:uppercase;
}
#caracteristicas ul {
    padding:0;
  margin:0;
  padding-left: 0rem;
}
#caracteristicas li {
    font-size: 2.5rem;
    font-family: 'Nunito',sans-serif;
    font-weight: 500;
    color: #2B2B2B;
    margin-bottom: 5rem;
    background-position: left center;
    background-size: 3rem;
    background-repeat: no-repeat;
    padding-left: 0rem;
  list-style:none;
}
#caracteristicas span{
  position:relative;
}
#caracteristicas .bg_op{
    position: absolute;
    top: 0;
    left: 0;
    z-index:2;
  display:none;
}
#caracteristicas li {
    display: flex;
  align-items:center;
}
#caracteristicas ul li div img{
  max-height:60px;
  
}
#caracteristicas ul li div {
    max-width:60px;
  width:100%;
  text-align:center;
}

#caracteristicas li span {
    display: block;
    margin-left: 15px;
}
/*#caracteristicas li span:before{
  content: '';
    position: absolute;
    display: block;
    left: -12rem;
    top: 0;
    bottom: 0;
    /* margin: auto; */
   /* width: 7.5rem;
    height: 7.5rem;
    background-size: 7.5rem;
    background-repeat: no-repeat;
  background-position: center;
}*/
@media (max-width:769px){
  #caracteristicas li{font-size:15px !important}
  #caracteristicas .mbch_ .col-md-6{
    width:100% !important;
    max-width:100% !important;
    flex:100% !important;
  }
}
@media (max-width:768px){
  #caracteristicas ul {
    margin-top: 4rem;
    padding-left: 0rem;
}
  #caracteristicas ul li div img{
  max-height:50px;
  
}
#caracteristicas ul li div {
    max-width:50px;
  width:100%;
  text-align:center;
}
}
@media (max-width:480px){
  #caracteristicas li{
    font-size:15px !important;
  }
  #caracteristicas span:before {
    left: -8rem;
    /* margin: auto; */
    width: 4.5rem;
    height: 4.5rem;
    background-size: 4.5rem;
  }

}</pre></body></html>