/* linear gradient footer*/

footer {
  background-image: linear-gradient(127deg, #ea804cc4 0%, #66431d7a 91%);
  padding-top: 30px;
}


/*color links*/

a:hover {
  color: #d03232;
}

a {
  color: #d07401;
}

/*opcion activa del menu en nav*/
.header-area.header-sticky .nav li a.active {
    color: #C70039;
}

/*hover menu*/
.header-area.header-sticky .nav li a:hover {
    color: #fcc47e;
}

/*--------------------------*/

/*button more info*/
a.main-button-slider {
  background-color: #c84e4e;
}

a.main-button-slider:hover {
  background-color: #ee9f9f;
}



.features-small-item .icon {
  background: #C70039;
}

.features-small-item:hover .icon {
  background-color: #f0988f;
}


/*icons redes footer*/
footer .social li a {
  color: #d07401;
}

footer .social li a:hover {
  background-color: #fcc47e;
}


/*fondo precios*/
.pricing-item.active .pricing-body .price-wrapper {
  background-color: #f09761;
}

/*fondos claros sections*/

.section.colored {
    background: #f7c9a166;
}