/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1784455552
Updated: 2026-07-19 12:05:52

*/

/* ===================================================
   PLANTILLA ARTISTAS
=================================================== */


:root{

    --color-principal:#d4af37;
    --color-fondo:#0b0b0b;
    --color-texto:#ffffff;
    --color-secundario:#bbbbbb;
    --max-width:1200px;

}

body.single{

    background:var(--color-fondo);
    color:var(--color-texto);

}

#artista{

    width:100%;

}


/* HERO */

.artista-hero{

    position:relative;
    height:70vh;
    min-height:500px;
    overflow:hidden;
    display:flex;
    align-items:flex-end;
    justify-content:center;

}

.artista-imagen{

    position:absolute;
    inset:0;

}

.artista-imagen img{

    width:100%;
    height:100%;
    object-fit:cover;

}

.artista-overlay{

    position:absolute;
    inset:0;

    background:
    linear-gradient(
    180deg,
    rgba(0,0,0,.20),
    rgba(0,0,0,.85));

}

.artista-cabecera{

    position:relative;
    z-index:5;
    width:100%;
    max-width:var(--max-width);

    padding:60px 30px;

}

.artista-titulo{

    font-size:clamp(38px,6vw,72px);
    line-height:1.1;
    color:#fff;
    margin:0;

    text-shadow:
    0 3px 12px rgba(0,0,0,.6);

}


/* DATOS */

.artista-datos{

    display:flex;
    gap:15px;

    margin-top:30px;

    flex-wrap:wrap;

}

.dato{

    display:flex;
    align-items:center;
    gap:10px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(8px);

    padding:12px 18px;

    border-radius:12px;

    font-size:18px;

}

.icono{

    font-size:22px;

}


/* CONTENIDO */

.artista-contenido{

    padding:70px 20px;

}

.artista-wrapper{

    max-width:900px;
    margin:auto;

}

.artista-biografia{

    font-size:20px;

    line-height:1.9;

}

.artista-biografia p{

    margin-bottom:24px;

}


/* BOTON RRSS */

.artista-redes{

    margin-top:50px;

}

.boton-redes{

    display:inline-block;

    background:#FFFFFF;

    color:#FF0000;

    text-decoration:none;

    padding:16px 28px;

    border-radius:10px;

    font-weight:700;

    transition:.3s;

}

.boton-redes:hover{

    transform:translateY(-3px);

    opacity:.9;

}


/* VOLVER */

.volver{

    margin-top:60px;

}

.volver a{

    color:#FF0000;

    text-decoration:none;

    font-weight:600;

}

.volver a:hover{

    text-decoration:underline;

}


/* RESPONSIVE */

@media(max-width:768px){

.artista-hero{

height:50vh;
min-height:350px;

}

.artista-cabecera{

padding:25px;

}

.artista-biografia{

font-size:17px;

}

.dato{

font-size:16px;

width:100%;

}

.boton-redes{

width:100%;
text-align:center;

}

}