.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* ===========================
   ESTILO GENERAL
=========================== */
body {
    background-color: #0b1a33;
    color: #f5f5f5;
    font-family: 'Merriweather', serif;
    margin: 0;
    padding: 0;
}

/* ===========================
   HEADER SUPERIOR
=========================== */
header {
    background-color: #0b1a33;
    border-bottom: 2px solid #d4af37;
    color: #d4af37;
    font-size: 0.9rem;
}

header i {
    color: #d4af37;
    margin-right: 5px;
}

/* ===========================
   NAVBAR
=========================== */
.navbar {
    background-color: #29417c55 !important;
    border-bottom: 2px solid #d4af37;
    position:sticky;
    top: 0;
    z-index: 9999;
    backdrop-filter: blur(5px);
}


.navbar-brand,
.navbar-nav .nav-link {
    color: #d4af37 !important;
    font-weight: bold;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.dropdown-menu-dark {
    background-color: #0b1a33;
    border: 1px solid #d4af37;
}

.dropdown-item {
    color: #d4af37 !important;
}

.dropdown-item:hover {
    background-color: #d4af37 !important;
    color: #0b1a33 !important;
}


/* ===========================
   HERO PRINCIPAL
=========================== */
.hero {
    background: url(../img/edificios.jpg) no-repeat center center/cover;
    height: 60vh;
    display: flex;
    align-items: center;
    text-align: center;
    color: #d4af37;
}

.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}

.hero p {
    font-size: 1.3rem;
}

.hero .btn {
    background-color: #d4af37;
    color: #0b1a33;
    font-weight: bold;
    border: none;
}

.hero .btn:hover {
    background-color: #b8962e;
}

/*SERVICIOS*/

.servicio {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 260px; /* Ajustable */
    box-sizing: border-box;
}

.servicio i {
    font-size: 40px;
    margin-bottom: 15px;
}

.servicio p {
    flex-grow: 1;
    margin-bottom: 20px;
}

.servicio .btn {
    margin-top: auto;
    width: 100%;
}


/* 
   TARJETAS DE SERVICIOS
*/
.card {
    background-color: #121e3c;
    border: 2px solid #d4af37;
    color: #f5f5f5;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card i {
    color: #d4af37;
}

.card .btn {
    border-color: #d4af37;
    color: #d4af37;
}

.card .btn:hover {
    background-color: #d4af37;
    color: #0b1a33;
}

/* ===========================
   NOTICIAS
=========================== */
.card-title {
    color: #d4af37;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}


/* ===========================
   FOOTER
=========================== */
footer {
    background-color: #0b1a33;
    border-top: 2px solid #d4af37;
    color: #d4af37;
    padding: 40px 0;
}

footer h4 {
    color: #d4af37;
    margin-bottom: 15px;
}

footer a {
    color: #d4af37;
    text-decoration: none;
}

footer a:hover {
    color: #ffffff;
}

/* Redes sociales */
.social-icons i {
    font-size: 22px;
    margin-right: 10px;
    color: #d4af37;
    transition: 0.3s;
}

.social-icons i:hover {
    color: #ffffff;
}
