/*
Theme Name: designroom-child
Theme URI: https://wordpress.org/themes/designroom/
Author: the WordPress team
Author URI: https://aitorarina.com
Description: designroom is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: designroom-child
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


:root {
    /* Primary Colors */
    --color-primary-bg: #FCFCFC;
    --color-primary-white: #FFFFFF;
    --color-primary-yellow: #FFFFAE;

    /* Electric Colors */
    --color-electric-link: #0037FF;
}

/* Global */

body {
    background: var(--color-primary-bg);
    /* background: #f8f8f8; */
    font-family: "Catamaran", sans-serif;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    width: 90% !important;
    max-width: 1440px;
    margin: auto;
}

h1 {
    display: block;
    font-size: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

a {
    text-decoration: none;
}

/* --------------------------
1. HEADER
-------------------------- */

/* 1.0 logo */

header h1 a {
    font-size: 18px;
    font-family: "Catamaran", sans-serif;
    text-decoration: none;
}

header h1 a:hover {
    color: var(--color-electric-link);
    transition: 1s;
}

header h1 a span {
    font-weight: bolder;
    color: var(--color-electric-link)
}

/* 1.1 nav */

nav {
    display: flex;
    justify-content: center; 
    align-items: center; 
    width: 100%;
    margin: 0 24px;
}

.nav-menu li.first a {
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.nav-menu li a:hover {
    color: var(--color-electric-link);
    transition: 0.8s;
}

nav a {
    text-decoration: none;
    color: #000;
    background: #F3F3FF;
    padding: 6px 16px 6px;
}

.nav-menu li.last a {
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}

.menu-main-container {
    display: flex;
    justify-content: center; 
    width: 100%;
}

.nav-menu {
    display: flex;
    list-style: none; 
    padding: 0;
    margin: 0;
    backdrop-filter: blur(5px);
}

.nav-menu li {
    text-align: center; 
    
}

.nav-menu li a {
    font-size: 14px;
    text-decoration: none;
    color: #333; 
    padding: 12px 32px; 
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-container a {
    display: flex;
}

.nav-container a img {
    height: 17px;
}

/* Botones */

a.home , a.store {
    margin: 0 15px;
    font-family: milky;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    background: #F3F3FF;
    box-shadow: 2px 2px 8px #ceced94f, -10px -10px 30px #ffffff; 
    border-radius: 35px;
    padding: 12px;
}

/* ------------------------------
Hover Blur just nav-menu elements 
------------------------------ */


.nav-menu:hover li:not(:hover) a {
  filter: blur(1.5px);
  transition: filter 0.8s ease;
  background: #fafaff;
  box-shadow: none; 
}

.nav-menu li a:hover {
  filter: none;
  color: var(--color-electric-link);
  background: transparent;
  transition: color 0.8s ease;
  transition: filter 0.8s ease;
}

/* Hover Blur all elements
.nav-container:hover a:not(:hover) {
  filter: blur(1.5px);
  transition: filter 0.4s ease;
}


.nav-container a:hover {
  filter: none;
  color: var(--color-electric-link); 
} */

/* ------------------------------
Fin Hover
------------------------------ */

/* Home */

a.home {
  color: black;
  transition: color 0.8s ease;
}

a.home:hover {
  color: var(--color-electric-link);
}

a.home:hover {
    /* filter: blur(1px); */
    box-shadow: none;
    transition: 1s;
    background-color: #fafaff;
}

/* Store */

a.store {
  color: black;
  transition: color 0.8s ease;
}

a.store:hover {
  color: var(--color-electric-link);
}

a.store:hover {
    /* filter: blur(1px); */
    box-shadow: none;
    transition: 1s;
    background-color: #fafaff;
}


/* Contact */

.contact {
    background-color: var(--color-primary-yellow);
    font-size: 14px;
    text-decoration: none;
    border-radius: 30px;
    padding: 12px 32px;
    box-shadow: 2px 2px 8px #ceced94f, -10px -10px 30px #ffffff; 
}
    
a.contact {
  color: black;
  transition: color 0.8s ease;
}

a.contact:hover {
  color: var(--color-electric-link); 
}

a.contact:hover {
    /* filter: blur(1px); */
    box-shadow: none;
    transition: 1s;
    background-color: transparent;
}

/* Whatsapp */

a.whatsapp  {
    margin: 0 15px;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    background: #d5d5ff;
    box-shadow: 2px 2px 8px #ceced94f, -10px -10px 30px #ffffff;
    border-radius: 35px;
    padding: 14px 14px 6px 14px;
}

a.whatsapp {
  color: black;
  transition: color 0.8s ease;
}

a.whatsapp:hover {
  color: var(--color-electric-link);
}

a.whatsapp:hover {
    /* filter: blur(1px); */
    box-shadow: none;
    transition: 1s;
    background-color: #fafaff;
}