.tc1 {
  color: #0095A9 !important;
}

.tc2 {
  color: #F18A00 !important;
}

.bg1 {
  background: #0095A9 !important;
}

.bg2 {
  background: #F18A00 !important;
}

.bg3 {
  background: #F1F6F9 !important;
}

.bg4 {
  background: #E7F1F2 !important;
}

header .header-logo img {
  max-width: 180px !important;
}
header .main-menu ul li a {
  color: #FFF;
}
header .sticky .main-menu ul li a {
  color: #000 !important;
}

.title-area h2 {
  text-transform: none !important;
}

#somos_intro img {
  border-radius: 30px !important;
}

#somos_porque img {
  border-radius: 30px !important;
}

#somos_datos {
  border-top: 5px solid #F18A00;
  border-bottom: 5px solid #F18A00;
}

#marca .team-info-wrap {
  grid-template-columns: repeat(1, 1fr) !important;
}

.blog_noticia .author img {
  width: 40px;
  height: 40px;
}

#blog_lateral .widget {
  background: #F1F6F9 !important;
}
#blog_lateral #blog_lateralPopulares .recent-post .post-title {
  text-transform: none !important;
}

#noticia .author img {
  width: 40px;
  height: 40px;
}
#noticia #noticia_introduccion {
  font-weight: 700 !important;
  text-align: justify;
}
#noticia #noticia_introduccion p {
  font-weight: 700 !important;
  text-align: justify;
}
#noticia #noticia_descripcion {
  text-align: justify;
}
#noticia #noticia_descripcion p {
  text-align: justify;
}
#noticia #noticia_descripcion ul li {
  text-align: justify;
}

#contacto_datos {
  padding-top: 160px !important;
}

#legal {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
#legal p {
  text-align: justify !important;
}
#legal ul li {
  text-align: justify !important;
}/*# sourceMappingURL=proyecto.css.map */

#cookies_ventana {
  position: fixed;
  z-index: 30000;
  width: 96%;
  left: 2%;
  bottom: 20px !important;
  background: #000;
  color: #fff !important;
  border-radius: 10px !important;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #cookies_ventana {
    width: 70%;
  }
}

#cookies_ventana p {
  text-align: center !important;
}

#cookies_ventana a {
  color: #fff !important;
  border: 1px solid #fff !important;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
  #cookies_ventana a {
    text-wrap: nowrap;
    margin-bottom: 10px !important;
    float: left !important;
  }
}