body {
    font-family: 'Montserrat', sans-serif;
    background-color: #121212;
    color: #fff;
    transition: background-color 0.3s ease;
}

.navbar {
    background-color: rgba(18, 18, 18, 0.85) !important;
    transition: background-color 0.3s ease;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('images/rafabrodj-press-05.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-title {
    font-size: 4.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-padding {
    padding: 80px 0;
}

.social-link {
    font-size: 2rem;
    color: #fff;
    margin: 0 15px;
    transition: color 0.3s;
}

.social-link:hover {
    color: #0dcaf0;
}

.bio-img {
    max-width: 75%;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
}

@media (min-width: 992px) {
    .bio-img {
        max-width: 90%;
    }
}

.gallery-img {
    width: 100%;
    height: auto;
    aspect-ratio: 9 / 16;
    object-fit: cover;
    object-position: center top;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, border-radius 0.3s ease;
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.02);
}

.gallery-logo {
    object-fit: contain;
    object-position: center;
    background-color: #ffffff;
}

.dev-link {
    transition: color 0.3s;
    font-size: 1.1rem;
}

.dev-link:hover {
    color: #0dcaf0 !important;
}

.navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.social-embed-container {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.divider {
    display: none;
    height: 4px;
    width: 50px;
    background-color: #E50914;
}

.btn-theme-style {
    background-color: transparent;
    border: 1px solid #0dcaf0;
    color: #0dcaf0;
    border-radius: 50rem;
    transition: all 0.3s ease;
}

.btn-theme-style:hover {
    background-color: #0dcaf0;
    color: #121212;
}

.calendar-card {
    background-color: #1a1a1a;
    border: 1px solid #333;
    border-left: 4px solid #0dcaf0;
    transition: transform 0.3s ease;
    padding: 1rem !important; /* Reducido para que ocupe menos */
}

.calendar-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(13, 202, 240, 0.15);
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1050;
        transition: all 0.3s ease-in-out;
    }
    .navbar-collapse .navbar-nav {
        text-align: center;
        font-size: 1.5rem;
        width: 100%;
    }
    .navbar-collapse .navbar-nav .nav-item {
        margin: 15px 0;
        width: 100%;
    }
    .navbar-toggler {
        z-index: 1060;
        position: relative;
    }
}

/* ==================================================
   ESTILO 2
   ================================================== */
body.v2-mode {
    font-family: 'Roboto', sans-serif;
    background-color: #050505;
}

body.v2-mode h1,
body.v2-mode h2,
body.v2-mode h3,
body.v2-mode h4,
body.v2-mode .navbar-brand {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
}

body.v2-mode .lead {
    font-weight: 300 !important;
    letter-spacing: 5px !important;
    color: #E50914 !important;
}

body.v2-mode .text-secondary {
    color: #b0b0b0 !important;
}

body.v2-mode .text-info {
    color: #E50914 !important;
}

body.v2-mode .hover-cyan:hover,
body.v2-mode .social-link:hover,
body.v2-mode .dev-link:hover {
    color: #E50914 !important;
}

body.v2-mode #rider i.bi {
    color: #E50914 !important;
}

body.v2-mode .btn-outline-info,
body.v2-mode .btn-info {
    background-color: #E50914 !important;
    border: 2px solid #E50914 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: none !important;
}

body.v2-mode .btn-outline-info:hover,
body.v2-mode .btn-info:hover {
    background-color: transparent !important;
    color: #E50914 !important;
}

body.v2-mode #hero .btn {
    padding: 1rem 3rem !important;
}

body.v2-mode .rounded,
body.v2-mode .rounded-pill,
body.v2-mode .img-fluid {
    border-radius: 0 !important;
}

body.v2-mode .bio-img {
    border: 5px solid #222 !important;
}

body.v2-mode .social-embed-container {
    border-radius: 0 !important;
    background-color: #111 !important;
    border-color: #333 !important;
}

body.v2-mode .bg-dark,
body.v2-mode .bg-black {
    background-color: #0b0b0b !important;
}

body.v2-mode footer#contact {
    background-color: #000 !important;
    border-top: 2px solid #E50914 !important;
}

body.v2-mode .navbar {
    border-bottom: 1px solid #E50914 !important;
    background-color: rgba(5, 5, 5, 0.95) !important;
}

body.v2-mode .hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), url('images/rafabrodj-press-05.jpg') center/cover no-repeat !important;
}

body.v2-mode .divider {
    display: block;
}

body.v2-mode .list-group-item {
    font-family: 'Roboto', monospace !important;
    font-size: 1.1rem;
}

body.v2-mode .calendar-card {
    background-color: #111 !important;
    border: 1px solid #333 !important;
    border-left: 4px solid #E50914 !important;
    border-radius: 0 !important;
}

body.v2-mode .btn-theme-style {
    border-color: #E50914 !important;
    color: #E50914 !important;
    border-radius: 0 !important;
    font-weight: 900 !important;
}

body.v2-mode .navbar-collapse {
    background-color: #000000 !important;
}