@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.fondoo {
  background: #091b29 !important;
}

.fondom {
  background: #a88d4d !important;
}

.fondoc {
  background: #ddc97e !important;
}

.fondoa {
  background: #194f77 !important;
}

.tcoscuro {
  color: #091b29 !important;
}

.tcclaro {
  color: #ddc97e !important;
}

.tcmedio {
  color: #a88d4d !important;
}

.tcazul {
  color: #194f77 !important;
}

.descripcion {
  text-align: justify !important;
}
.descripcion h1 {
  font-size: 24px !important;
}
.descripcion h2 {
  font-size: 22px !important;
}
.descripcion h3 {
  font-size: 20px !important;
}
.descripcion h4 {
  font-size: 18px !important;
}
.descripcion h5 {
  font-size: 16px !important;
}
.descripcion h6 {
  font-size: 14px !important;
}
.descripcion p {
  text-align: justify !important;
  font-size: 16px !important;
}

.botonDorado {
  background: #a88d4d;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 900;
}
.botonDorado:hover {
  background: #ddc97e !important;
}

html {
  font-family: "Montserrat", sans-serif !important;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

header #menuSuperior {
  border-bottom: 1px solid #a88d4d;
}
header #menuSuperior a {
  color: #ddc97e !important;
}
header #menuSuperior a:hover {
  color: #a88d4d !important;
}
header #menuPrincipal {
  background: rgba(9, 27, 41, 0.3);
}
header #menuPrincipal .navbar-brand img {
  height: 70px !important;
}
header #menuPrincipal .navbar-nav .nav-item a {
  text-transform: uppercase !important;
  color: #ddc97e;
}
header #menuPrincipal .dropdown-menu li a {
  color: #091b29 !important;
  font-size: 12px !important;
}

#slider h1 {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
#slider h2 {
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

#cabecera h1 {
  color: #ddc97e !important;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
#cabecera h2 {
  color: #ddc97e !important;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
#cabecera bg-overlay:before {
  background: rgba(1, 12, 29, 0.5) !important;
}

#breadcrumb {
  background: #091b29 !important;
  border-top: 1px solid #a88d4d !important;
  border-bottom: 2px solid #a88d4d !important;
}
#breadcrumb ol li {
  font-size: 14px !important;
}
#breadcrumb ol li a {
  color: #ddc97e;
}
#breadcrumb ol li a:hover {
  color: #a88d4d !important;
}
#breadcrumb ol .active {
  color: #a88d4d;
}
#breadcrumb ol .active:hover {
  color: #a88d4d !important;
}

.cabeceraSeccion h2 {
  color: #194f77 !important;
}
.cabeceraSeccion p {
  font-size: 16px !important;
}

.cabeceraSeccionCentro {
  text-align: center !important;
}
.cabeceraSeccionCentro h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 10px !important;
}
.cabeceraSeccionCentro h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 45% !important;
  width: 10%;
  height: 2px;
  background-color: #a88d4d;
  margin-left: auto !important;
  margin-right: auto !important;
}

footer {
  background: #091b29 !important;
}
footer img {
  max-width: 70%;
  height: auto !important;
}

#grupo_intro {
  margin-top: 100px !important;
}
#grupo_intro h2 {
  color: #194f77 !important;
}
#grupo_intro h5 {
  font-weight: 900;
  color: #194f77;
}

#blog .post .card .card-body .post-header ul {
  margin-top: 10px !important;
}
#blog .post .card .card-body .post-header ul li {
  color: #194f77 !important;
  font-size: 12px !important;
}
#blog .post .card .card-body .post-header ul li i {
  color: #a88d4d !important;
}
#blog .post .card .card-body .post-header ul li a {
  font-size: 12px !important;
  color: #194f77 !important;
}
#blog .post .card .card-body .post-header ul li a i {
  color: #a88d4d !important;
}
#blog .post .card .card-body #blog_intro {
  text-align: justify !important;
}
#blog .post .card .card-footer ul li {
  color: #194f77 !important;
}
#blog .post .card .card-footer ul li i {
  color: #a88d4d !important;
}
#blog .post .card .card-footer ul li a {
  color: #194f77 !important;
}
#blog .post .card .card-footer ul li a i {
  color: #a88d4d !important;
}

#blog_lateral {
  background: #fef8e3 !important;
  font-size: 14px !important;
  padding-top: 40px;
}
#blog_lateral a {
  color: #194f77;
}
#blog_lateral #blog_lateralPopulares li .post-content a.link-dark {
  font-size: 14px !important;
}
#blog_lateral #blog_lateralPopulares li .post-content .post-meta {
  color: #194f77;
  font-size: 12px !important;
}
#blog_lateral #blog_lateralPopulares li .post-content .post-meta i {
  color: #a88d4d;
}
#blog_lateral #blog_lateralPopulares li .post-content .post-meta .post-comments a {
  font-size: 12px !important;
  color: #194f77 !important;
}
#blog_lateral #blog_lateralCategorias ul li a {
  color: #194f77 !important;
}
#blog_lateral #blog_lateralTemas ul li a {
  font-size: 12px !important;
  background: #e6dec4 !important;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
#blog_lateral #blog_lateralTemas ul li a:hover {
  background: #ddc97e !important;
}
#blog_lateral #blog_lateralArchivo ul li a {
  color: #194f77 !important;
}

#compartir .a2a_kit a .a2a_svg {
  background: #194f77 !important;
  width: 20px !important;
  height: 20px !important;
}

#grupo_ceo {
  padding: 30px;
  margin-top: 100px;
  background: #fef8e3 !important;
}

#grupo_empresas #grupo_empresasIntro p {
  font-size: 14px !important;
}
#grupo_empresas .card {
  padding: 5%;
}
#grupo_empresas .card h3 {
  background: #091b29;
  color: #ddc97e;
  width: 100% !important;
  text-align: center !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
#grupo_empresas .card h6 {
  font-size: 18px !important;
  color: #194f77 !important;
  margin-bottom: 0;
}
#grupo_empresas .card figure img {
  border-radius: 10px !important;
}

#grupo_valores .grupo_valoresValor .btn-circle {
  background: #ddc97e !important;
}
#grupo_valores .grupo_valoresValor .btn-circle i {
  color: #194f77 !important;
  font-size: 36px;
}

#empresa_intro .card .card-body figure img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#empresa_intro .card .card-body #empresa_introFicha {
  background: #091b29 !important;
  padding: 20px;
  padding-top: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #ddc97e !important;
}
#empresa_intro .card .card-body #empresa_introFicha li {
  list-style: none !important;
  font-size: 14px;
  text-transform: uppercase;
}
#empresa_intro .card .card-body #empresa_introFicha li span {
  text-transform: none !important;
  font-weight: 700 !important;
}
#empresa_intro .card .card-body #empresa_introFicha li span a {
  color: #ddc97e !important;
}

#empresa_serviciosIntro .container {
  border-radius: 10px !important;
  background: #091b29;
}

#empresa_productos .swiper-slide .post-header {
  background: #091b29 !important;
  padding: 10px;
  padding-top: 20px;
  color: #ddc97e !important;
  text-align: center !important;
}
#empresa_productos .swiper-slide .post-header .post-title {
  font-size: 16px !important;
  font-weight: 900;
}

#empresa_preguntas .card .card-header button {
  color: #194f77 !important;
  font-weight: 700 !important;
}

#empresa_capacidad {
  border-top: 4px solid #a88d4d;
  margin-bottom: 160px;
}

#servicios_servicios {
  padding-top: 140px !important;
  background: #091b29 !important;
}
#servicios_servicios .card {
  background: #fef8e3 !important;
}

#servicio_intro {
  padding-bottom: 40px !important;
}

#servicio_llamada {
  padding-top: 140px !important;
  padding-bottom: 100px !important;
  border-top: 5px solid #a88d4d;
  border-bottom: 5px solid #a88d4d;
}

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

#contacto_datos h2 {
  color: #194f77 !important;
}
#contacto_datos h5 {
  font-weight: 900;
  color: #194f77;
}

#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 */