/*ESTILOS GENERALES Y NAVBAR */

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

/* Navbar */
.bg-custom {
    background-color: #25443f !important; 
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-brand img {
    max-height: 40px; 
    width: auto;
}

.navbar-nav .nav-link {
    color: white !important;
    font-size: 0.9rem;
    padding: 10px 20px !important; 
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover {
    color: #43e10f !important; 
}

/* Líneas menú escritorio */
@media (min-width: 992px) {
    .navbar-nav .nav-item .nav-link {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
    }
    .navbar-nav .nav-item:first-child .nav-link {
        border-left: none;
    }
}

/* BANNER PRINCIPAL */

.banner {
    background-image: url(../imagenes/baner.png); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100vh; 
    min-height: 600px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
    margin-top: 70px; 
}

.banner h1.no-wrap {
    white-space: nowrap; 
    font-size: 5rem; 
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1; 
}

.h2-subtitle {
    font-size: 1.5rem;
    margin-bottom: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 400;
}

.banner p {
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 40px auto;
    line-height: 1.5;
    font-weight: 300;
}

/* Botón Instagram */
.btn-instagram-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    color: black;
    text-decoration: none;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.btn-instagram-icon:hover {
    transform: scale(1.1);
    background-color: #43e10f;
    color: white;
}

/* GALERÍA Y CARRUSEL */

.carrusel-obras {
    margin-top: -2px; 
    
    position: relative; 
    z-index: 10; 
    
    background-color: white; 
}

/* iconos flechas*/

.icono-flecha-custom {
    width: 40px;
    height: auto; 
    transition: transform 0.3s ease; 
}


.galeria-link {
    text-align: center;
    background-color: #1a1a1a;
}

.btn-galeria {
    border: 1px solid white;
    padding: 15px 40px;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background-color: #5e071a; 
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
}

.btn-galeria:hover {
    background-color: #43e10f; 
    color: black;
    border-color: #43e10f;
}

/* SOBRE MÍ */

.seccion-texto {
    background-color: #45173b; 
    color: white;
    padding: 5rem; 
    min-height: 500px; 
}

.seccion-texto h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 2rem;
    margin-bottom: 20px;
}

.seccion-texto h2 span {
    color: #43e10f; 
    font-size: 1.5rem;
    vertical-align: super;
}

.separador {
    border: 0;
    height: 1px;
    background: white;
    opacity: 0.5;
    margin-bottom: 30px;
    width: 100%;
}

.seccion-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;    
    min-height: 100%;  
}

/*MANIFIESTO */

.seccion-manifiesto {
    background-color: #214139; 
    color: white;
    min-height: 70vh;
    padding: 4rem 2rem;
}

.icono-estrella {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.8);
}

.seccion-manifiesto h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.separador-manifiesto {
    border: 0;
    height: 2px;
    background-color: white;
    opacity: 0.7;
    width: 80px; 
    margin-bottom: 2rem;
}

.contenedor-texto p {
    font-size: 1.15rem;
    line-height: 1.8;
    max-width: 900px; 
    margin: 0 auto;
    font-weight: 300;
}

/* CURRÍCULUM */

.curriculum {
    background-color: #421C38; 
    color: white;
}

.seccion-cv-foto {
    min-height: 100vh; 
    position: relative;
}

.seccion-cv-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
    position: absolute; 
    top: 0;
    left: 0;
}

.seccion-cv-texto {
    padding: 5rem; 
}

.titulo-cv {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.titulo-cv span {
    font-size: 1.5rem;
    vertical-align: top;
    margin-left: 5px;
    color: #EADDcF;
}

.separador-cv {
    opacity: 0.5;
    border-top: 1px solid white;
    margin-bottom: 40px;
}

.subtitulo {
    font-size: 1.1rem;
    font-weight: 700;
    color: #EADDcF; 
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.mini-titulo {
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    opacity: 0.8;
}

.contenido-cv p, .lista-cv li {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 5px;
    font-weight: 300;
}

.lista-cv {
    list-style: none; 
    padding-left: 0;
}

strong {
    font-weight: 700;
    margin-right: 5px;
}

.btn-cv {
    background-color: #EADDcF; 
    color: #421C38; 
    padding: 12px 30px;
    border-radius: 50px; 
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.btn-cv:hover {
    background-color: #fff;
    transform: translateY(-2px); 
    color: #000;
}

/* CINTILLO PREMIO */

.cintillo-premio {
    background-color: #1a1a1a; /* Charcoal */
    color: white;
    padding: 2.5rem 1rem;
    width: 100%;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.icono-medalla {
    width: 40px;      
    height: 40px;
    margin-right: 20px; 
    stroke: #EADDcF;    
    flex-shrink: 0;   
}

.texto-premio {
    font-size: 1.1rem;
    font-weight: 300; 
    letter-spacing: 0.5px;
    line-height: 1.4;
}

/* CONTACTO */

.contacto {
    background-color: #5e071a; 
    color: white;
    padding: 5rem 1rem;
}

.titulo-contacto {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.desc-contacto {
    font-weight: 300;
    margin-bottom: 3rem;
    opacity: 0.8;
}

.estilo-input {
    background-color: transparent; 
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); 
    border-radius: 0; 
    color: white; 
    padding: 10px 0; 
}

.estilo-input:focus {
    background-color: transparent;
    color: white;
    box-shadow: none; 
    border-bottom: 2px solid #EADDcF; 
}

.estilo-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-label {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #EADDcF;
    font-weight: 700;
}

.btn-enviar {
    background-color: #EADDcF;
    color: #421C38;
    border: none;
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-enviar:hover {
    background-color: white;
    transform: translateY(-2px);
    cursor: pointer;
}

/* FOOTER */

.footer-artista {
    background-color: #000000; 
    color: rgba(255, 255, 255, 0.6); 
    padding: 3rem 0; 
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
}

.copyright {
    margin: 0;
    line-height: 1.4;
}

.small-text {
    font-size: 0.75rem;
    opacity: 0.7;
}

.social-icons a {
    color: white;
    font-size: 1.5rem; 
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.social-icons a:hover {
    color: #EADDcF; 
    transform: scale(1.1); 
}

/* MEDIA QUERIES (RESPONSIVE) */

/* baner*/
@media (max-width: 991px) {
    .banner h1.no-wrap {
        white-space: normal; 
        font-size: 4rem;
        line-height: 0.9;
    }
}

@media (max-width: 768px) {
    .banner h1.no-wrap {
        font-size: 3.5rem; 
    }

    .seccion-texto, .seccion-cv-texto {
        padding: 3rem 1.5rem;
    }

    /* Manifiesto */
    .seccion-manifiesto h2 {
        font-size: 2rem;
    }
    .seccion-manifiesto {
        padding: 3rem 1.5rem;
        min-height: auto; 
    }
    .contenedor-texto p {
         font-size: 1rem;
    }

    /* Curriculum */
    .seccion-cv-foto {
        min-height: 300px; 
        position: relative; 
    }
    
    .titulo-cv {
        font-size: 2rem;
    }

    /* Cintillo premio */
    .contenido-cintillo {
        flex-direction: column; 
        text-align: center;
    }
    .icono-medalla {
        margin-right: 0;
        margin-bottom: 15px; 
    }
    
    /* Footer */
    .footer-artista {
        padding: 2rem 0;
    }
    .social-icons {
        margin-top: 15px;
    }
}