.accordion2{
    margin-right: 68px;
    margin-top: 20px;
}

.heading {
    color: #FFF;    
    border-bottom: 1px solid #e7e7e7;
    font-size: 30px;
    padding: 8px;
    cursor: pointer;
}
.heading:nth-last-child(2){
    border-bottom:0; 
}
.heading:hover {
    color: #000;
    border-radius: 0;
}
.heading:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.heading:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
}
.heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/icon.webp);
    width: 19px;
    height: 15px;
    float: left;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 7px;
    margin-right: 8px;
}

.active.heading::before {
    transform: rotate(90deg);
}

.not-active.heading::before {
    transform: rotate(0deg);
}

.contents {
  display: none;
  padding: 15px;
  line-height: 20px;
}



/*--------------------------------------------------ACORDION EMPRESA-------------------------------------------*/

.heading2 {
    color: #05294D;
    border-bottom: 1px solid #1c2c4d;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 24px;
    font-family: "Montserrat-Bold";
}
/*
.heading2:nth-last-child(2){
    border-bottom:0; 
}*/
.heading2:hover {
    color:#C87203;
    border-radius: 0;
}

.heading2:first-child:hover {
    border-radius: 3px 3px 0 0;
    color:#C87203!important;
}

.heading2:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
    color:#C87203!important;
}

.heading2::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/nuestro-equipo/li.webp);
    width: 19px;
    height: 22px;
    float: left;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 1px;
    margin-right: 8px;
}

.active.heading2::before {
    transform: rotate(90deg);
    background-image: url(../img/nuestro-equipo/li-h.webp);
}

.not-active.heading2::before {
    transform: rotate(0deg);
}

.contents2 {
  display: none;
  padding: 9px 0px;
  text-align: justify;
  line-height: 26px;
  font-size: 20px;
  color: #05294D;
}

.contents2 h2{
   font-family:"Roboto Bold";
   padding-bottom: 20px;
   padding-top: 18px;
}

.contents2 ul li{
    background-image: url(../img/nuestro-equipo/li2.webp);
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: left 5px;
    margin-top: 17px;
    line-height: 25px;
    color: #05294D;
    font-size: 20px;
}

