.heading {
    color: #FFF;    
    border-bottom: 1px solid #e7e7e7;
    font-size: 30px;
    padding: 8px;
    cursor: pointer;
    font-family:"Roboto Bold";
}
.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.png);
    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;
 font-size: 18px;
 line-height: 20px;
}



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

.heading2 {
    color:#000;    
    border-bottom: 1px solid #DFAE62;
    font-size: 46px;
    padding: 8px;
    cursor: pointer;
    font-family: "Montserrat-Bold";
}

.heading2:nth-last-child(2){
    border-bottom:0; 
}

.heading2:first-child:hover {
    border-radius: 3px 3px 0 0;
}
.heading2:nth-last-child(2):hover{
    border-radius:0 0 3px 3px;
}
.heading2::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    background-image: url(../img/empresa/icon2.png);
    width: 19px;
    height: 15px;
    float: left;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 18px;
    margin-right: 8px;
}

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

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

.contents2 {
  display: none;
  padding: 15px;
  color: #6f6f6f;
  font-size: 18px;
  line-height: 28px;
}



/*-------- ACORDION PRODUCTOS-------------------------------------------------------------------*/


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

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

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

.contents3 {
  display: none;
  padding: 15px;
 font-size: 18px;
 line-height: 20px;
}

