/*
Theme Name: LaMalaLinea Child
Theme URI: https://aitorarina.com/
Author: Aitor Arina
Author URI: https://aitorarina.com/
Description: La Mala Linea is a website theme to show some art works from Javier Laucirica.
Version: 3.6.1
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lml_child
*/

:root {
  --primary-bg-color: #F3F1EA; 
  --secondary-bg-color: #001C29; 
  --primary-dark-color: #000;
  --brand-color: #f8a503;
}

body {
    font-family: 'Work Sans', sans-serif;
}

h1, h2, h3 {
    font-family: 'Lora', serif;
}

html, body {
    overflow-y: auto !important;
    height: auto !important;
}

body {
    background-color: var(--primary-bg-color);
    color: var(--contrast);
}

/* Header */

.site-header {
    position: relative;
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 12px;

    display: flex;
    align-items: center;

    background: var(--primary-bg-color);
}

.site-header ul {
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 1.5em 0 1.5em;
    justify-content: center;
}

.site-header ul li a, .header-right a {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary-dark-color);
    text-decoration: none;
    text-transform: uppercase;
}

.header-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

/* Logo */

.site-branding {
    width: 33.3%;
    display: flex;
}

.site-branding img {
    width: 100%;
    max-width: 120px;
}

/* HAMBURGUESA */

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 999;
}

.menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    max-width: 30px;
    background: var(--primary-dark-color);
    transition: all 0.3s ease;
}

/* ANIMACIÓN (X) */

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

body.menu-open {
    overflow: hidden;
}

/* -----------------------
--------------------------
HOME
--------------------------
----------------------- */

/* Hero */

.home-hero-container {
    position: relative;
    width: 100%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.home-hero-content {
    padding: 5% 0;
    margin: auto;
    width: 100%;
    max-width: 1360px;
}


.hero-obras {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

.obra {
    flex: 1;
}

.obra img {
    width: 100%;
    height: auto;
    display: block;
}

.obra--big {
    flex: 1.15;
}


.home-info-container {
    width: 90%;
    margin: auto;
    padding: 5% 0;
    text-align: center;
}

.home-info-title {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}

.home-info-sub {        
    font-size: 18px;
    padding: 16px 0 32px;
}

.home-info-button a {
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 16px 32px;
    font-weight: 600;
    border-radius: 2px;
}

/* Divider Lauci */

.home-lauci-container {
    position: relative;
    width: 100%;
}

.home-lauci-content {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 1.5%;
}

/* El Concepto */

.home-concept-container { 
    position: relative;
    width: 100%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.home-concept-content {
    padding: 5% 0;
    margin: auto;
    width: 100%;
    max-width: 1360px;
    display: flex;
    flex-direction: row;
}

.home-concept-title {
    width: 50%;
    font-size: 96px;
    font-family: 'Lora';
    font-weight: 600;
    line-height: 1.15;
}

.home-concept-title-space {
    width: 100%;
    max-width: 540px;
}

.home-concept-context {
    width: 50%;
}

.home-concept-text {
    padding-bottom: 32px;
}

.home-concept-button a {
    color: #fff;
    background: #000;
    text-decoration: none;
    padding: 8px 36px;
}

/* Dividers Colaboracion */

.divider-container {
    position: relative;
    width: 100%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.divider-content {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 5% 0;
  width: 90%;
  /* max-width: 1360px; */
  margin: auto;
  color: var(--primary-bg-color);
  border-radius: 24px;
  overflow: hidden;
}

.divider-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  border-radius: 24px;
  overflow: hidden;
}

.divider-inner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
  text-align: center;
}

.divider-title {
    font-size: 96px;
    font-family: 'Lora';
    font-weight: 600;
    line-height: 1.15;
}

.divider-text {
    font-weight: 600;
    padding: 40px 0;
    font-size: 28px;
}

.divider-two-text {
    text-align: left;
    font-weight: 600;
    padding: 40px 0;
    font-size: 22px;
}

.colaboracion-container {
    display: flex;
    flex-direction: row;
    gap: 5%;
}

.colaboracion-content {
    width: 50%;
}



/* Colecciones */

.home-coleccion-container {
    position: relative;
    width: 100%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.home-coleccion-content {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
    padding: 5% 0 0;
    text-align: center;
}  


.home-coleccion-title {
    font-size: 96px;
    font-family: 'Lora';
    font-weight: 600;
    line-height: 1.15;
    padding-bottom: 3.5%;
}

.home-coleccion-subtitle {
    font-size: 16px;
}

.home-coleccion-pics-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5%;
    padding: 5% 0;
}

.home-coleccion-individual {
    text-align: left;
}

.home-coleccion-individual-info {
    padding-bottom: 40px;
}

.home-coleccion-individual-info-colection {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 16px;
}

.home-coleccion-individual-botton a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: #000;
    padding: 16px 36px;
    border-radius: 2px;
}


/* Servicios */

.global-servicios-container {
    position: relative;
    width: 100%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.global-servicios-content {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
    padding: 5% 0;
    text-align: center;
}  


.global-servicios-title {
    font-size: 96px;
    font-family: 'Lora';
    font-weight: 600;
    line-height: 1.15;
    padding-bottom: 2.5%;
}

.global-servicios-subtitle {
    font-size: 18px;
    padding-bottom: 5%;
    width: 90%;
    max-width: 860px;
    margin: auto;
    line-height: 1.75;
}

.global-servicios-items-content {
    display: flex;
    text-align: left;
    gap: 5%;
}

.servicio-item {
    width: 25%;
}

.servicio-title {
    font-size: 22px;
    font-weight: 600; 
}

.servicio-content {
    font-size: 14px;
    font-weight: 400; 
    opacity: .75;
}



/* Random Picture */

.global-random-work-container {
   position: relative;
    width: 100%;
    margin: auto;
    background-size: contain;
    background-position: center;
}

.global-random-work-content {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
    padding: 0 0 5%;
    text-align: center;
} 

.global-random-work-collection {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 16px;
}

/* -----------------------
--------------------------
--------------------------
RESPONSIVE
--------------------------
--------------------------
----------------------- */

@media (max-width: 980px) {

    .header-left {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: var(--primary-bg-color);
        transition: 0.3s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-left.active {
        left: 0;
        z-index: 100;
    }

    .menu-left {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

        .header-right {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    /* mostrar elementos */
    .menu-secundario,
    .idiomas {
        display: flex !important;
        justify-content: flex-end;
        width: 33%;
    }

    .menu-toggle {
        display: flex;
        align-items: flex-end;
    }

    .header-right {
        display: flex;
        justify-content: flex-end;
        gap: 15px;
    }

    /* ocultar cosas en mobile */
    .menu-secundario,
    .idiomas {
        display: none;
    }

    /* centrar logo */
    .site-branding {
        width: 33%;
    }
}