  /* linear gradient footer*/

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


/*color links*/

a:hover {
  color: #ffffff;
}

a {
  color: #2e2929;
}

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

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

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

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

a.main-button-slider:hover {
  background-color: #f7c9a166;
  color: #2e2929;
}



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

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


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

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


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

/*fondos claros sections*/

.section.colored {
    background: #C5D2D8;
}


/*imagen en precios*/

.price-wrapper-img {
  text-align: center;
  background: #ffffff;
  width: 100%;
}

/* color nombre y slogan */

.welcome-area .header-text h1 {
  color: #504645;
}

.welcome-area .header-text p {
  color: #504645;
}

/*price title mayor font size*/
.pricing-item .pricing-header .pricing-title {
  font-size: 15px;
}
