.industria .industriaicons ul {
	padding-left:0;
}

.industria .industriaicons ul li
 {
    width: 40%;
	margin:10px 10% 10px 0;
	padding:0;
	background:#f3f3f3;
    float: left;
	list-style-type:none;
}
.industria .industriaicons ul li a
 {
padding:25px 0px 25px 65px;
display:block;
 }
.industriaicons{
	min-height:450px;
}
.lizt ul{
	padding-left:0px;
}
.lizt ul li {
	 
   font-size: 16px;
   color: #333;
   line-height: 40px;
   text-align: left;
   font-family:"Exo 2";
   font-weight:500;
   font-style:normal;
   position: relative;
    text-decoration:none;
	display:block;
	float:none;
}

.lizt ul li:before {
	content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 20px;
    color: #333;
	opacity:0.4;
	margin-right:20px;
	}

.icon-list-industria{
   padding-left: 60px;
   font-size: 15px;
   color: #333;
   line-height: 40px;
   text-align: left;
   font-family:"Exo 2";
   font-weight:500;
   font-style:normal;
   position: relative;
   margin-bottom: 30px;
   margin-top: 20px;
    text-decoration:none;
}
.icon-list-industria a, 
.icon-list-industria a:hover{
	text-decoration:none;
}

.icon-list-industria::before{
    width: 40px;
    height: 40px;
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    top: 25px;
	opacity:0.5;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-list-industria::after{
    width: 50px;
    height: 50px;
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    color: #333;
    display: block;
    position: absolute;
    right: 0px;
    top: 35px;
    background-repeat: no-repeat;
    line-height: 20px;
}

.icon-list-industria a{
    font-size: 18px;
    color: #FFF;
}

.icon-acr::before{
	background-image: url("../img/icons/acr-icon.svg");
}

.icon-boilers::before{
	background-image: url("../img/icons/boilers-icon.svg");
	
}

.icon-fittings::before{
	background-image: url("../img/icons/fittings-icon.svg");
}

.icon-electric::before{
	background-image: url("../img/icons/electric-icon.svg");
}

@media screen and (max-width: 1024px) {
    
    .icon-list-industria::after{
      display: none;   
  }
}

@media screen and (max-width: 1200px) {
    .industria .left-text-image ul li,
    .industria .right-text-image ul li {
      width: 100%;
      float: left;
    }
}
/*
@media screen and (max-width: 414px) {

  .icon-list-industria a{
    font-size: 22px;
    color: #FFF;
  }

  .icon-list-industria::before{
      width: 36px;
      height: 36px;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0px;
      opacity:0.9;
      background-repeat: no-repeat;
      background-size: contain;
  }
/*
  @media screen and (max-width: 320px) {

  .icon-list-industria a{
    font-size: 20px;
    color: #FFF;
  }

  .icon-list-industria{
     padding-left: 50px;
     font-size: 15px;
     color: #333;
     line-height: 40px;
     text-align: left;
     font-family:"Exo 2";
     font-weight:500;
     font-style:normal;
     position: relative;
     margin-bottom: 30px;
     margin-top: 20px;
     text-decoration:none;
  }
}
*/