

:root{
  --black:#4d5974;
  --red:#4377a6;
  --grey:#e5e5e5;
}

.menu{
  margin: 0 auto;
  padding: 40px;
  width: 100%;
}
.list-card-poles .menu label {
  display: block;
  margin: 0 0 18px 0;
  padding: 15px 15px 15px 18px;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px solid var(--grey);
  background: #4377a61f;
  border-radius: 5px;

  font-size: 15px;
  letter-spacing: 0.2px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.question{
  position: relative;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  font-size: 16px;
}
#icon span {
  position: absolute;
  top: 11px;
  right: 11px;
  display: inline-block;
  width: 23px;
  height: 23px;
  border: 1px solid var(--black);
  border-radius: 22px;
}
#icon span::before{
  display: block;
  position: absolute;
  content: '';
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
  background: var(--black);
}
#icon span::after{
  display: block;
  position: absolute;
  content: '';
  top: 6px;
  left: 10px;
  width: 2px;
  height: 10px;
  background: var(--black);
}
/*Open tab*/
.question .img-acordion
{
  width: 50%;
}
#type1:checked ~ #links1 li,
#type2:checked ~ #links2 li,
#type3:checked ~ #links3 li{
  display: flex;
  height: 100%;
  opacity: 1;
  
}

/*Style open tab*/

#type1:checked ~ label #icon span::after,
#type2:checked ~ label #icon span::after,
#type3:checked ~ label #icon span::after{
  width: 0;
}
#type1:checked ~ label,
#type2:checked ~ label,
#type3:checked ~ label{
  color: var(--red);
 
}
#type1:checked ~ label #icon span::before,
#type2:checked ~ label #icon span::before,
#type3:checked ~ label #icon span::before{
  background: var(--red);
}
#type1:checked ~ label #icon span,
#type2:checked ~ label #icon span,
#type3:checked ~ label #icon span{
  border: 1px solid var(--red);
}






@media screen and (max-width: 1024px){


  .info-about {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 28px;
    width: 100%;
    padding: 0px 100px 40px 100px;
}

	/*CARD POlES*/
	.section-poles-card .img-postes {
		max-width: 24%;
		margin: 0px 8px 0px 14px;
	}
	
  .poles-tubular .information-cards .title-cards-poles {
    margin: 0px 40px 0px 8px;
    margin-top: 30px;
    font-size: 24px;
    color: #22215b;
    font-family: 'Nunito-Regular',sans-serif;}

    .poles-tubular .information-cards .title-cards-poles {
      margin: 0px 40px 0px 8px;
      margin-top: 30px;
      font-size: 24px;
      color: #22215b;
      font-family: 'Nunito-Regular',sans-serif;}

      .menu {
        margin: 0 auto;
        padding: 39px 0px 0px 8px;
        width: 100%;
    }
    .poles-tubular h4 {
      margin: 8px 40px 0px 8px;
      color: #495057;
      letter-spacing: .4px;
  }

	/*FIN CAR DPOLES*/
}

@media screen and (max-width: 768px) {

  .cards-section {
    margin: 0;
  }

  .info-about {
    padding: 0 50px 40px 50px;
}


  /*INICIO CARD POLES*/

  .section-poles-card .img-postes {
    width: 98px;
    margin: 12px 8px 0px 18px;
}

  .poles-tubular .information-cards .title-cards-poles {
    margin: 55px 0px 0px 8px;
    margin-top: 30px;
    font-size: 20px;
  
}

.poles-tubular h4 {
  margin: 8px 40px 0px 8px;

  font-size: 14px;
}


label {
  display: block;
  margin: 0 0 10px 0;
  padding: 15px 15px 15px 18px;
 
 
  font-size: 13px;

}


	/*FIN CARD POLES*/

  .poles-tubular {
    width: 95%;
    padding: 14px 0px 14px 0px;
}

}

@media screen and (max-width: 567px) {

  .about-1 {
    padding: 1 2rem;
  }

  .info-about {
    padding: 0;
  }

  .section-poles-card .img-postes {
    width: 78px;
    margin: 22px 8px 0px 18px;
}

}

@media screen and (max-width: 480px) {

  .section-poles-card .img-postes {
    width: 40px;
    margin: 34px 8px 0px 18px;
}

  .about-1 {
    padding: 1rem;
  }

  #icon span::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 6px;
    width: 1px;
    height: 4px;
    background: var(--black);
}



#icon span::before {
    display: block;
    position: absolute;
    content: '';
    top: 6.1px;
    left: 5px;
    width: 4px;
    height: 1px;
    background: var(--black);
}

#icon span {
  position: absolute;
  top: 15px;
  right: 10px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid var(--black);
  border-radius: 22px;
}


.poles-tubular .information-cards .title-cards-poles {
  margin: 0px 0px 0px 7px;
  margin-top: 30px;
  font-size: 20px;
  

}


}