﻿/* ================================
   ESTILOS GENERALES
================================ */

body {
    background-color: #0a0a0a;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* ================================
   NAVBAR
================================ */

.navbar {
    background-color: #000;
    border-bottom: 1px solid #DAAF0F;
}

.logo-img {
    height: 50px;
    width: auto;
}

/* ================================
   HERO
================================ */

.hero {
    background: url('/imagenes/Fondo Slogan.jpg') no-repeat center center;
    background-size: cover;
    padding: 120px 20px;
    text-align: center;
}

    .hero h1 {
        font-size: 4rem;
        font-weight: 800;
        text-shadow: 0 0 10px rgba(0,0,0,0.7);
    }

/* ================================
   CARDS
================================ */

.card {
    border: 1px solid #DAAF0F !important;
    border-radius: 12px;
}

.card-title {
    color: #DAAF0F;
}

/* ================================
   FOOTER
================================ */

footer {
    background-color: #000;
    padding: 20px;
    text-align: center;
    border-top: 1px solid #DAAF0F;
    color: #DAAF0F;
    margin-top: 40px;
}

/* MENU HAMBURGUESA */
.navbar-toggler {
    border-color: #DAAF0F;
}

.navbar-toggler-icon {
    filter: invert(78%) sepia(92%) saturate(548%) hue-rotate(3deg) brightness(104%) contrast(92%);
}

.card img {
    height: 260px;
    object-fit: cover;
    border-bottom: 1px solid #DAAF0F;
}
