.tc1 {
  color: #5a91e4 !important;
}

.tc2 {
  color: #8fb6ef !important;
}

.tc3 {
  color: #2c4a77 !important;
}

.tc4 {
  color: #1b2d49 !important;
}

.bg1 {
  background: #5a91e4 !important;
}

.bg2 {
  background: #8fb6ef !important;
}

.bg3 {
  background: #2c4a77 !important;
}

.bg3o {
  background: rgba(44, 74, 119, 0.9) !important;
}

.bg4 {
  background: #1b2d49 !important;
}

.bg5 {
  background: #c5e5fc !important;
}

.bg6 {
  background: #d5ecfd !important;
}

.boton1 {
  background: #5a91e4;
  text-transform: uppercase !important;
  color: #FFF !important;
}
.boton1:hover {
  background: #2c4a77 !important;
  color: #FFF !important;
}

.boton1.show {
  background: #2c4a77 !important;
  color: #FFF !important;
}

.boton2 {
  background: #2c4a77;
  text-transform: uppercase !important;
  color: #FFF !important;
}
.boton2:hover {
  background: #5a91e4 !important;
  color: #FFF !important;
}

.logotipo {
  max-height: 70px;
  height: 70px;
  margin-bottom: 10px;
}

header nav {
  background: rgba(44, 74, 119, 0.8) !important;
}
header nav .logo-dark {
  max-height: 80px;
  height: 80px;
}
header nav .logo-light {
  max-height: 80px;
  height: 80px;
}

.navbar-stick .logotipo {
  max-height: 60px !important;
  height: 60px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

footer #logopie {
  max-height: 80px;
}

#cabecera {
  margin-bottom: 100px !important;
}

.image-wrapper.bg-overlay:before {
  background: rgba(30, 34, 40, 0.8) !important;
}

.cabeceraSeccion {
  width: 70% !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.cabeceraSeccion .cabeceraSeccion_titulo {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 2px dotted #8fb6ef;
}
.cabeceraSeccion .cabeceraSeccion_titulo h2 {
  font-size: 1.8rem !important;
  color: #2c4a77 !important;
}

.tituloIzquierda {
  color: #2c4a77 !important;
  font-weight: 500 !important;
  border-left: 4px solid #5a91e4;
  padding-left: 15px !important;
}

#blog article .card .post-category a {
  color: #2c4a77;
}
#blog article .card .post-title a {
  color: #5a91e4 !important;
}
#blog article .card .post-title a:hover {
  color: #2c4a77 !important;
}
#blog article .card .post-meta {
  color: #2c4a77 !important;
}
#blog article .card .post-meta i {
  color: #5a91e4 !important;
}
#blog article .card .post-meta a {
  color: #2c4a77 !important;
}
#blog article .card .post-meta a i {
  color: #5a91e4 !important;
}
#blog article .card .card-footer {
  padding-bottom: 80px;
}
#blog article .card .card-footer .post-descripcion {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: justify;
}
#blog article .card .card-footer .post-descripcion p {
  text-align: justify;
}
#blog article .card .card-footer .post-descripcion li {
  text-align: justify;
}
#blog article .card .card-footer .post-descripcion h1 {
  font-size: 24px !important;
}
#blog article .card .card-footer .post-descripcion h2 {
  font-size: 22px !important;
}
#blog article .card .card-footer .post-descripcion h3 {
  font-size: 20px !important;
}
#blog article .card .card-footer .post-descripcion h4 {
  font-size: 18px !important;
}
#blog article .card .card-footer .post-descripcion h5 {
  font-size: 16px !important;
}
#blog article .card .card-footer .post-descripcion h6 {
  font-size: 14px !important;
}

#contacto #contacto_imagen {
  max-width: 80% !important;
}

#contacto_mapa {
  border-top: 5px solid #5a91e4;
  border-bottom: 5px solid #5a91e4;
}

#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;
  }
}/*# sourceMappingURL=proyecto.css.map */