.btnWhite.main_btn,
.footerHolder .main_btn {
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
  height: 40px !important;
  line-height: 20px;
}

.footerHolder,
.footerHolder h1,
.footerHolder h2,
.footerHolder h3,
.footerHolder h4,
.footerHolder p {
  color: var(--white) !important;
}

.footerContactHolder .fa,
.footerContactHolder .fas {
  font-size: 26px;
  margin-top: 15px;
}

.btnWhite.main_btn:hover,
.footerHolder .main_btn:hover {
  background-color: transparent !important;
}

.btnWhite.main_btn span,
.footerHolder .main_btn span {
  padding-right: 10px;
  font-size: 20px;
}

.footer-socials-holder {
  border: 0px solid var(--black);
  padding: 5px;
  font-size: 25px;
  width: 55px;
  height: 55px;
}

.footer-socials-holder .footer_social_icon {
  padding-top: 9px;
}

.footer-socials-holder:hover .footer_social_icon {
  color: var(--white);
}

.footer_copyright {
  border-top: solid 1px var(--colorfirst);
}

.footer_social_icon {
  padding: 0 10px;
  font-size: 25px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.footer_social_icon:hover {
  color: var(--white) !important;
}

.footer_container * {
  color: white !important;
}

.homeNoticiasSection,
.homeNoticiasSection h1,
.homeNoticiasSection .h1,
.homeNoticiasSection h2,
.homeNoticiasSection .h2,
.homeNoticiasSection h3,
.homeNoticiasSection .h3,
.homeNoticiasSection h4,
.homeNoticiasSection .h4,
.homeNoticiasSection p,
.homeNoticiasSection .p {
  color: var(--white);
}

.homeNoticiasTextHolder {
  background-color: var(--white);
  border-top: 1px solid var(--colorfirst);
  padding-left: 15px;
  padding-right: 15px;
}

.homeNoticiasSection .homeNoticiasTextHolder h2,
.homeNoticiasSection .homeNoticiasTextHolder .h2 {
  color: var(--verydarkgrey);
}

.homeNoticiasSection .homeNoticiasTextHolder p,
.homeNoticiasSection .homeNoticiasTextHolder .p {
  color: var(--darkgrey);
}
