/*
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;
}

html {
    height: fit-content !important;
}

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



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

html, body {
    overflow-y: initial !important;
    scroll-behavior: smooth;
}

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

p {
    margin-bottom: .75em;
}

::-webkit-scrollbar {
    display: none;
}

.ig-icon {
    width:18px;
    height:18px;
    object-fit:contain;
}

.home-concept-title, .divider-title, .home-coleccion-title, .global-servicios-title, .about-hero-title, .item-intro-content-title  {
    line-height: 1.1;
}

/* 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: 80px;
}

/* 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;
}


/* INITIAL */

[data-reveal] {
    opacity: 0;
    transition:
        opacity .5s ease,
        transform .5s ease;
}

/* FADE */

[data-reveal="fade"] {
    transform: none;
}

/* LEFT */

[data-reveal="left"] {
    transform: translateX(-60px);
}

/* RIGHT */

[data-reveal="right"] {
    transform: translateX(60px);
}

/* BOTTOM */

[data-reveal="bottom"] {
    transform: translateY(60px);
}

/* TOP */

[data-reveal="top"] {
    transform: translateY(-60px);
}

/* ACTIVE */

[data-reveal].revealed {
    opacity: 1;
    transform: translate(0,0);
}


/* Header */

.header-left ul li a {
    position: relative;
    text-decoration: none;
    font-weight: 400;

    transition: font-weight .4s ease;
}

.header-left ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;

    width: 0%;
    height: 1px;

    background: currentColor;

    transition: width 1s ease;
}


/* HOVER */

.header-left ul li a:hover {
    font-weight: 800;
}

.header-left ul li a:hover::after {
    width: 100%;
}


/* ACTIVE */

.header-left ul li.current-menu-item a,
.header-left ul li.current_page_item a,
.header-left ul li.current_page_parent a,
.header-left ul li.current-menu-parent a,
.header-left ul li.current-menu-ancestor a {
    font-weight: 800;
}

.header-left ul li.current-menu-item a::after,
.header-left ul li.current_page_item a::after,
.header-left ul li.current_page_parent a::after,
.header-left ul li.current-menu-parent a::after,
.header-left ul li.current-menu-ancestor a::after {
    width: 100%;
}

/* -----------------------
--------------------------
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: 12px 32px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
}

/* 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: 90%;
    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;
    text-decoration: none;
    background: #000;
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 2px;
    font-size: 14px;
    border-radius: 4px;
}

/* Dividers Colaboracion */

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

    margin: 3% 0 5%;
}

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

.divider-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  border-radius: 12px;
  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: 20px;
    line-height: 1.75;
}

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

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

.colaboracion-content {
    width: 50%;
}

a.divider-button {
    background: #fff;
    text-decoration: none;
    color: #000;
    padding: 12px 32px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
}


/* 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: 2.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;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-coleccion-individual-pic img {
    width: 100%;
    max-width: 320px;
}

.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-size: 14px;
    font-weight: 600;
    background: var(--primary-dark-color);
    padding: 12px 32px;
    border-radius: 4px;
}


/* 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: 800; 
}

.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: 6px;
}

/* -----------------------
--------------------------
Cuadros e ilustraciones
--------------------------
----------------------- */

.archive-ilustraciones-item {
    display: flex;
}

.archive-item-grid-content,
.archive-ilustraciones-grid-content {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    justify-content: center;
    /* align-items: baseline; */
    align-items: stretch;
}

/* item */

.archive-item-item-image {
    aspect-ratio: 1 / 1.3;
    /* overflow: hidden; */
}

.archive-item-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.archive-item-item,
.archive-ilustraciones-item {
    transition:
        opacity .4s ease,
        transform .4s ease;
}

.is-hidden {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

/* item Container */

.archive-item-container {
    position: relative;
    width: 100%;
}

.archive-item-content {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
    padding: 2.5% 0;
}


/* Title */

.item-intro-content {
    text-align: center;
    width: 90%;
    margin: auto;
}

.item-intro-content-title {
    font-size: 96px;
    font-family: 'Lora';
    font-weight: 800;
}

.item-intro-content-content {
    text-align: center;
    font-size: 20px;
    padding: 2% 0;
}

.item-intro-content-subtitle {
    font-weight: 600;
    font-size: 22px;
    padding-bottom: 8px;
}

.item-intro-content-intro {
    padding-bottom: 3%;
    font-size: 18px;
}


/* Filters */


.archive-item-filter-container {
    position: sticky !important;
    top: 12px;
    padding: 0 0 5.5%;

    display: flex;
    justify-content: center;
    z-index: 10;
}

.archive-item-filter-content {
    width: max-content;
    display: flex;
    gap: 4px;
    padding: 4px;
    background: #ffffff69;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgb(255 255 255 / 0%), inset 0 0 16px 8px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

button.archive-item-filter-item.active {
    background-color: var(--primary-dark-color);
    color: var(--primary-bg-color);
    font-weight: 800;
    font-size: 12px;
    border-radius: 4px;
}
button.archive-item-filter-item {
    color: #000;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px 24px;
}

/* Item Info */

.archive-ilustraciones-item-info {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.archive-cuadros-item-info {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Grid */



.archive-cuadros-item, .archive-ilustraciones-item {
    /* display: flex; */
    display: grid;
    flex-direction: column;
    justify-content: space-between;
}

.archive-cuadros-item-image img, .archive-ilustraciones-item-image img {
    /* -webkit-box-shadow: 5px -1px 9px -6px rgba(0,0,0,0.32); 
    box-shadow: 5px -1px 9px -6px rgba(0,0,0,0.32); */
    -webkit-box-shadow: 5px 5px 9px -4px rgba(0,0,0,0.32); 
    box-shadow: 5px 5px 9px -4px rgba(0,0,0,0.32);
}

.archive-cuadros-item a, .archive-ilustraciones-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-decoration: none;
    color: #000;
}

.archive-cuadros-item-collection, .archive-ilustraciones-item-collection {
    font-weight: 800;
    font-size: 16px;
    line-height: 1.15;
}

.archive-cuadros-item-title, .archive-ilustraciones-item-title {
    font-size: 14px;
    padding: 5% 0;
}

.archive-ver-item {
    background-color: var(--primary-dark-color);
    border-radius: 4px;
    width: fit-content;
    padding: 8px 32px;
    
    color: var(--primary-bg-color) !important;
    font-weight: 800;
    font-size: 12px;
    margin-top: 12px;
}

button.archive-ver-item {
    background-color: var(--primary-dark-color);    
    border-radius: 4px;
    width: fit-content;
    padding: 8px 32px;
}

button.archive-ver-item a {
    color: var(--primary-bg-color) !important;
    font-weight: 800;
    font-size: 12px;
}


/* -----------------------
--------------------------
ABOUT
--------------------------
----------------------- */

.about-hero-container {
    position: relative;
    width: 100%;
}

.about-hero-content {
    display: flex;
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
    padding: 3.5% 0;
}

.about-hero-content-half {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.about-hero-content-half.left {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.about-hero-title {
    font-family: 'Lora';
    font-size: 96px;
    font-weight: 600;
    line-height: 1;
}

.about-hero-title-space {
    padding: 1%;
}

.about-hero-data {
    display: flex;
    align-items: center;
    gap: 4px;
}

.about-hero-data-context {
    width: 100%;
    display: flex;
    justify-content: left;
}

.about-hero-data-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 16%;
}

.about-hero-data-context a {
    color: var(--primary-dark-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

/* Divider */

.global-divider-line-container {
    position: relative;
    width: 100%;
}

.global-divider-line-content {
    display: flex;
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
    padding: 1% 0;
    justify-content: center;
}

.global-random-work-image img {
    width: 100%;
    max-width: 360px;
}

.global-divider-line-image img {
    width: 100%;
}

/* Favoritos */

.item-intro-content-content-fav {
    padding: 3% 0 5%;
}

.item-intro-content-subtitle-fav {
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 12px;
}

.item-intro-content-intro-fav {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 8px;
}



/* -----------------------
--------------------------
SINGLE
--------------------------
----------------------- */


.single-work-container {
    position: relative;
    width: 100%;
}

.single-work-content {
    position: relative;
    padding: 5% 0;
    width: 90%;
    max-width: 1360px;
    margin: auto;

    display: flex;
    flex-direction: row;
    gap: 5%;
}

.single-work-image {
    width: 55%;
    display: flex;
    flex-direction: column;

    align-items: center;
}

/* Button */

span.arrow {
    background: #ebe8dd;
    border-radius: 24px;
    padding: 12px 16px;
}

.hero-back-content {
    position: absolute;
    left: 5%;
    text-align: left;
    opacity: 0.9;
    top: 5%;
    z-index: 1;
}

.hero-back-content a {
    color: #000;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 32px;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgb(255 255 255 / 0%), inset 0 0 16px 8px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    padding: 4px 16px 4px 4px;
    text-decoration: none;
}

.hero-back-content a:hover {
    background: none;
    backdrop-filter: blur(0px);
    box-shadow: none;
    position: relative;
    overflow: hidden;
    padding: 4px 16px 4px 4px;
    transition: 0.5s;
}

.hero-back-content a:hover span.arrow {
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0);
    translate: -8px;
    transition: 0.5s;
    background: none;
}

/* Left */

.single-work-title-container {
    text-align: center;
}

.single-work-title {    
    font-family: 'Lora';
    font-weight: 600;
    font-size: 24px;
    padding: 0 0 2.5%;
}
.single-work-subtitle {    
    font-size: 18px;
    padding: 0 0 15%;
    text-align: center;
}

.single-work-image img {
    width: 100%;
    max-width: 360px;
    
    -webkit-box-shadow: 5px 5px 9px -4px rgba(0, 0, 0, 0.32);
    box-shadow: 5px 5px 9px -4px rgba(0, 0, 0, 0.32);
}

/* Right */

.single-work-info {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.single-work-main-category {
    font-family: 'Lora';
    font-weight: 800;
    font-size: 26px;
    padding: 0 0 3.5%;
    width: 75%;
    border-bottom: 2px solid #fff;
}

.single-work-info span {
    font-family: 'Lora';
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 5%;
}

span.coleccion-ilustraciones {
    display: table;
    padding: 0 4px 5% 0;
}

.single-work-category, .single-work-color {
    padding-bottom: 12px;
}

.single-work-category {
    padding: 3.5% 0;
    color: #000000;
    font-size: 15px;
}

.single-work-category.ilustraciones {
    padding: 3.5% 0 0;
    color: #000000;
    font-size: 15px;
    display: flex;
}

.single-work-color {
    padding: 0 0 3.5%;
    width: 75%;
    
}

.single-button-container button {
    background: #000;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 32px;
    border-radius: 4px;
}

.tamanos {
    padding: 8px 0;
}

.single-work-size {
    padding: 0 0 8px;
    color: #000000;
    font-size: 15px;
}

.single-work-size.ilustraciones {
    padding: 8px 0 3.5%;
    color: #000000;
    font-size: 14px;
    border-bottom: 2px solid #fff;   
}

.single-work-material {
    padding: 8px 0 3.5%;
    color: #000000;
    font-size: 14px;
    border-bottom: 2px solid #fff;
}

.enmarcado {
    padding: 2.5% 0;
    font-weight: 600;
}

.precios {
    padding-top: 3.5%;
}

.tamanos, .precios, .enmarcado, .formatos {
    font-size: 14px;
}

/* CONTACTO */

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

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

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

.contacto-sub {
    width: 100%;
    max-width: 620px;
    margin: auto;
    line-height: 1.5;
}

span.respondo {
    opacity: 1;
    font-weight: 900;
    font-size: 15px;
}

.contacto-data-context {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contacto-data-container {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 16%;
}

.contacto-data {
    display: flex;
    align-items: center;
    gap: 4px;
}

.contacto-data-context a {
    color: var(--primary-dark-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}

/* Encargos Contacto Form */

.cf7-custom-form {
  padding: 40px 32px;
  max-width: 760px;
  margin: 0 auto;
}

/* Filas en fila horizontal */
.cf7-custom-form .cf7-row p {
  display: flex;
  flex-direction: row;
  gap: 1.5%;
  margin-bottom: 16px;
}

/* Los span que CF7 genera dentro de cada fila se reparten el espacio */
.cf7-custom-form .cf7-row > span {
  flex: 1;
  min-width: 0;
}

/* Fila de un solo campo ocupa todo el ancho */
.cf7-custom-form .cf7-full > span {
  flex: 1;
  width: 100%;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

/* Campos base */
.cf7-custom-form input[type="text"],
.cf7-custom-form input[type="email"],
.cf7-custom-form select,
.cf7-custom-form textarea {
    width: 100%;
    background: #ffffff !important;
    background-image: none !important;
    border: none;
    border-bottom: 1.5px solid #1a1a1a;
    border-radius: 0;
    padding: 12px 16px;
    font-size: 15px;
}

/* Placeholder */
.cf7-custom-form input::placeholder,
.cf7-custom-form textarea::placeholder {
  color: #999;
}

/* Select: resetear primero, luego añadir solo una flecha */
.cf7-custom-form select {
  color: #999;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231a1a1a' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 8px center !important;
  background-size: 12px 8px !important;
  padding-right: 28px;
}

/* Textarea */
.cf7-custom-form textarea {
  resize: vertical;
  min-height: 100px;
}

/* Botón */
.cf7-custom-form .cf7-submit-wrap {
  text-align: center;
  margin-top: 28px;
}

.cf7-custom-form input[type="submit"] {
  background: #111111 !important;
  color: #ffffff;
  border: none;
  padding: 16px 64px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  border-radius: 0;
}

.cf7-custom-form input[type="submit"]:hover {
  background: #333 !important;
}

/* ------------------
---------------------
FOOTER 
---------------------
------------------ */

footer {
    margin-top: 5%;
}

.footer-container {
    padding: 3.5% 0 0;
    background: #fff;
    border-top: 2px solid #000;
}

.footer-content {
    position: relative;
    width: 90%;
    max-width: 1360px;
    margin: auto;
}

.claim-footer {
    width: 90%;
    padding: 4% 0;
    text-align: center;
    margin: auto;
}

.claim-footer-title {
    font-size: 24px;
    font-weight: 800;    
}

.claim-footer-subtitle {
    font-size: 14px;
    font-weight: 500;
    opacity: .4;
    width: 100%;
    max-width: 690px;
    margin: auto;
    line-height: 1.75;
    padding: 24px 0 32px;
}

ul.footer-menu, .footer-menu ul {
    margin: 0;
    list-style: none;
    line-height: 2;
}

ul.footer-menu li a, .footer-menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

.btn-footer-cta {   
    background: #000;
    padding: 8px 36px;
    border-radius: 4px;
}

.btn-footer-cta a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.logo-footer {
    text-align: center;
}

.logo-footer img {
    width: 100%;
    max-width: 120px;
}

.footer-info-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5%;
}

.footer-container-half {
    width: 40%;
    display: flex;
    justify-content: space-between;
}

.footer-container-half.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-content-half {
    width: 100%;
}

.logo-half-footer img {
    width: 100%;
    max-width: 75px;
    opacity: .1;
}

.footer-data-context {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer-data {
    display: flex;
    align-items: center;
    gap: 4px;
}

.footer-data-context a {
    color: var(--primary-dark-color);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 4px;
}

.footer-bottom {
    width: 100%;
    max-width: 960px;
    margin: auto;
    border-top: 2px solid #000;
}

.footer-bottom ul {
    display: flex;
    justify-content: space-evenly;
    padding: 16px 0;
    list-style: none;
    width: 100%;
    margin: 0;
}

.footer-bottom ul li a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
}

/* -----------------------
--------------------------
MODAL
--------------------------
----------------------- */

.modal-info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--primary-bg-color);
    text-align: center;
}

.artwork-modal-category {
    padding: 5% 0;
    font-family: 'Lora';
    font-weight: 900;
    font-size: 40px;
}

.artwork-modal-info {
    padding: 5% 0 10%;
    font-weight: 800;
    font-size: 16px;
}

.artwork-modal-form {
    width: 100%;
    max-width: 320px;
}

form.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form p {
    width: 100%;
    margin-bottom: 1em;
    font-size: 14px;
}

input[type=text], input[type="email"] {
    border: 1px solid;
    border-radius: 0;
    padding: 8px 15px;
    max-width: 100%;
    font-size: 14px;
}

.submit {
    padding: 16px 0 0;
}

.submit p {
    font-size: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

input[type="submit"] {
    background: #000;
    padding: 8px 32px;
    font-size: 14px;
    font-weight: 600;
}

/* MODAL */

.artwork-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s ease;
    z-index: 9999;

}

.artwork-modal-title {
    text-align: center;
    padding-bottom: 24px;
    font-size: 18px;
}

.tamanos-precios {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;   
}

.sin-marco {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    max-width: 360px;
    margin: auto;
}

/* ACTIVE */

.artwork-modal.active {
    opacity: 1;
    pointer-events: auto;
}

/* OVERLAY */

.artwork-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.75);
}

/* CARD */

.artwork-modal-card {
    position: relative;
    width: 90%;
    max-width: 520px;
    padding: 2rem;
    z-index: 2;
    border-radius: 12px;
    transform: translateY(40px);
    transition: transform .4s ease;
}

/* ACTIVE CARD */

.artwork-modal.active .artwork-modal-card {
    transform: translateY(0);
}

/* IMAGE */

.artwork-modal-image img {
    width: 100%;
    max-width: 140px;
    display: block;
}

/* CLOSE */

.artwork-modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    border-radius: 40px;
    padding: 8px 16px;
}

/* BACK TO TOP */

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 48px;
    height: 48px;
    border-radius: 999px;

    background: #ffffff69;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgb(255 255 255 / 0%), inset 0 0 16px 8px rgba(255, 255, 255, 0.1);
    color: #000;

    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition:
        opacity .4s ease,
        transform .4s ease,
        visibility .4s ease;

    z-index: 999;
}

/* ACTIVE */

.back-to-top.active {

    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}

/* HOVER */

.back-to-top:hover {
    transform: translateY(-4px);
}

.back-to-top.hide-footer {
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
}

/* POLITICAS */

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

.politicas-content {
    width: 90%;
    max-width: 960px;
    margin: auto;
    padding: 5% 0;
}

.politicas-content-title {
    font-family: 'Lora';
    font-size: 96px;
    font-weight: 600;
    line-height: 1;
}

.politicas-content-content {
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    line-height: 1.5;
}

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

/* ------------------------
1280 Desktop
------------------------ */

@media (max-width: 1124px) {}

/* ------------------------
1124
------------------------ */

@media (max-width: 1124px) {
    .home-concept-title, .divider-title, .home-coleccion-title, .global-servicios-title, .about-hero-title, .item-intro-content-title  {
        line-height: 1.1;
    }
    
    .archive-item-grid-content, .archive-ilustraciones-grid-content {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        justify-content: center;
        align-items: stretch;
        gap: 2rem;
    }
}

/* ------------------------
1020 TABLET
------------------------ */

@media (max-width: 1020px) {

    /* Titles */

    .home-concept-title, .divider-title, .home-coleccion-title, .global-servicios-title, .about-hero-title, .item-intro-content-title  {
        font-size: 64px;
        line-height: 1.1;
    }

    /* Footer */

    .footer-container-half {
        width: 47.5%;
        display: flex;
        justify-content: space-between;
    }

    /* Servicios  */

    .global-servicios-items-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .servicio-item {
        width: 100%;
    }

    /* Divider */

    .divider-content {    
        padding: 7.5% 0;    
    }

    /* ABOUT */

    .about-hero-title-space {
        padding: 7.5%;
    }
}


/* ------------------------
980 
------------------------ */

@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%;
    }

    /* Menu */

    .site-header ul li a {
        font-size: 22px;
    }
}

/* ------------------------
920 MOBILE
------------------------ */

@media (max-width: 920px) {

    /* About */
    .about-hero-content {
        display: flex;
        flex-direction: column;
    }

    .about-hero-content-half {
        width: 100%;
    }

    .about-hero-context {
        padding: 5% 0;
    }

    .about-hero-data-container {
        justify-content: center;
    }
}


/* ------------------------
890 
------------------------ */

@media(max-width: 890px) {
    .footer-data-context {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-end;
    }

    .footer-data-context a {
        margin-bottom: 24%;
    }
}

/* ------------------------
768 MOBILE
------------------------ */

@media(max-width: 768px) {

    .artwork-modal {
        /* align-items: flex-end; */
    }

    .artwork-modal-card {
        width: 85%;
        max-width: 90%;
        border-radius: 24px 24px;
        padding: 0;
        transform: translateY(100%);
        max-height: 90vh;
        overflow-y: auto;
    }

    .artwork-modal.active .artwork-modal-card {
        transform: translateY(0);
    }

    /* GRID Cuadros e Ilustraciones  */

    .archive-item-grid-content, .archive-ilustraciones-grid-content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        align-items: stretch;
        gap: 2rem;
    }

    /* Single */
    .single-work-content {
        flex-direction: column;
    }

    .single-work-image {
        width: 100%;
    }

    .single-work-image img {
        width: 100%;
        max-width: 280px;
    }

    .single-work-main-category, .single-work-color {    
        width: 100%;
    }

    .single-work-info {
        width: 100%;
    }

    .single-info-container {
        text-align: center;
        padding: 5% 0;
    }

    .single-button-container {
        text-align: center;
        margin: 2.5% 0;
        
    }

    .single-work-category.ilustraciones {
        justify-content: center;
    }   

    /* El Concepto */

    .home-concept-content {
        display: flex;
        flex-direction: column;
    }

    .home-concept-title-space, .home-concept-context {
        width: 100%;
        max-width: 100%;
    }

    .home-concept-context {
        padding: 7.5% 0;
    }

    /* Footer */

    .footer-container {
        padding: 7.5% 0 0;        
    }

    /* Contact */

    .cf7-custom-form {
        padding: 7.5% 0;
        width: 90%;
        max-width: 760px;
        margin: auto;
    }
}


/* ------------------------
680 
------------------------ */

@media (max-width: 680px) {
    .footer-info-container {
        display: flex;
        justify-content: space-between;
        padding: 5% 0 0;
        flex-direction: column;
    }

    .footer-container-half.right {
        width: 100%;
        padding: 5% 0 0;
    }

    .footer-container-half.left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer-container-half.left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .footer-container-half.right {
        width: 100%;
    }

    .footer-data-context {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: stretch;
    }

    .logo-half-footer {
        display: none;
    }

    .item-intro-content-intro {
        padding: 5% 0;
        font-size: 16px;
    }
}


/* ------------------------
620 
------------------------ */

@media (max-width: 620px) {

    /* GRID Cuadros e Ilustraciones  */

    .archive-item-grid-content, .archive-ilustraciones-grid-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        align-items: stretch;
        gap: 2rem;
    }

    /* About */
    .about-hero-data-container {
        justify-content: space-between;
        gap: 0%;
    }

    /* Servicios */

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

    .global-servicios-subtitle {
        font-size: 15px;
        padding: 5% 5% 7.5%;
        width: 90%;
        max-width: 860px;
        margin: auto;
        line-height: 1.5;
    }

    .global-servicios-items-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        text-align: center;
    }



    /* Divider */
    .divider-content {
        width: 100%;        
        border-radius: 0; 
    }

    .colaboracion-container {     
        flex-direction: column;
        gap: 5%;
    }
    .colaboracion-content {
        width: 100%;
    }
    
    .colaboracion-content ul{
        margin: 5%;
        font-weight: 400;
    }
  
}


/* ------------------------
600 
------------------------ */

@media (max-width: 600px) {
  .cf7-custom-form .cf7-row {
    flex-direction: column;
  }

  /* Titles */
  .home-concept-title, .divider-title, .home-coleccion-title, .global-servicios-title, .about-hero-title, .item-intro-content-title, .contacto-title, .politicas-content-title  {
    font-size: 48px;
  }

  /* Form */

  .cf7-custom-form .cf7-row p {
    display: flex;
    flex-direction: column;
    gap: 1.5%;
    margin-bottom: 16px;
    }

    /* Form */
    .cf7-submit-wrap p { 
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    }

    /* Colecciones Home */
    .home-coleccion-individual-info-title {
        display: none;
    }
    
    .home-coleccion-individual-info {
        padding-bottom: 8px;
    }

    /* Obras favoritas */

    .item-intro-content-subtitle-fav {
        font-size: 15px;
        padding: 24px;
    }

    .item-intro-content-intro-fav {
        font-size: 15px;
        padding-bottom: 16px;
    }

    .archive-cuadros-item-title {
        display: none;
    }

    .archive-cuadros-item-collection {
        padding-bottom: 24px;
    }

    /* Footer */

    .footer-content-half {
        display: none;
    }

    .footer-container-half.left {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    /* ACCORDION */

    .footer-col,
    .footer-bottom {
        border-bottom: 1px solid #ddd;
        padding: 1rem 0;
    }

    /* TITLE */

    .footer-title {
        cursor: pointer;
        position: relative;
        padding-right: 24px;
    }

    /* PLUS */

    .footer-title::after {
        content: '+';
        position: absolute;
        right: 0;
        top: 0;
    }

    /* ACTIVE */

    .footer-col.active .footer-title::after,
    .footer-bottom.active .footer-title::after {

        content: '-';
    }

    /* MENUS */

    .footer-menu,
    .footer-bottom ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease;
        margin-top: 0;
        list-style: none;
        padding: 0;
    }

    /* OPEN */

    .footer-col.active .footer-menu,
    .footer-bottom.active ul {
        max-height: 500px;
        margin-top: 1rem;
    }

    ul.footer-politicas {
        display: flex;
        flex-direction: column;
    }

    .cf7-custom-form .cf7-row {
        flex-direction: column;
    }
    
    /* About */
    .about-hero-data-container {
        display: none;
    }
    
    .about-hero-context {
        padding: 10% 0 0;
    }
    
    /* Servicios */
    .global-servicios-items-content {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    
    /* Button Back to */

    .hero-back-content a {    
        padding: 4px;
    }    
    span.projects {
        display: none;
    }

    /* Textos */
    .home-info-sub, .home-concept-text, .home-coleccion-sub, .about-hero-text {
        font-size: 15px;
    }

    /* Divider */
    .divider-content {
        padding: 10% 0;
    }

    /* Menu Ilustraciones y Cuadros */
    .archive-item-filter-container {
        position: sticky !important;
        top: 12px;
        padding: 0 0 7.5%;
    }

    /* Contacto */
    .contacto-sub {
        width: 100%;
        max-width: 620px;
        margin: auto;
        line-height: 1.35;
        font-size: 15px;
        padding: 5% 0;
    }
    
}



@media (min-width: 520px) {
    .footer-title {
        display: none;
    }
}

/* ------------------------
420 
------------------------ */

@media (max-width: 420px) {
    .contacto-data-context {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        height: 124px;
    }
}