.heading {
    color: #FFF;    
    border-bottom: 1px solid #e7e7e7;
    font-size: 30px;
    padding: 8px;
    cursor: pointer;
    font-family: "Uqammaq_Regular";
}

.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:#015B1A;    
    border-bottom: 1px solid #015b1a;
    font-size:20px;
    padding: 14px;
    cursor: pointer;
    font-family:"Paprika-Regular";
}

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

.heading2:hover {
    color: #C4B573;
    border-radius: 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/icon2.png);
    width: 19px;
    height: 15px;
    float: left;
    transform: rotate(0);
    transition: all 0.5s;
    margin-top: 7px;
    margin-right: 8px;
}

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

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

.accordion2{
    margin-bottom: 20px;
}

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

.contents2 h2{
  font-family:"Paprika-Regular";
  padding-bottom: 14px;
  padding-top: 14px;
}

.contents2 p{
 font-family: "Uqammaq_Regular";
 padding-bottom: 22px;
}

.contents2 ul li{
  padding-top: 8px;
  margin-bottom: 27px;
  font-family: "Uqammaq_Regular";
}

.contents2 h5{
  padding-top: 6px;
  margin-bottom: 20px;
  padding-left: 43px;
  font-family: "Uqammaq_Regular";
  font-size: 17px;
}


.ico_tea{
  background-image: url(../img/tipos_te/li.jpg);
  background-repeat: no-repeat;
  width: 43px;
  height: 41px;
  float: left;
}

.contents2 a{
  color: #006154;
}

.contents2 a:hover{
    color:#C4B573;
}





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


.heading3 {
    color:#828282;    
    border-bottom: 1px solid #e7e7e7;
    font-size: 30px;
    padding: 8px;
    cursor: pointer;
    font-family: "Uqammaq_Regular";
}

.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;
}

