@charset "UTF-8";
/*!
Theme Name: Adoración Ocaña
Author: Hugo Díaz
Author URI: http://hugodiaz.es
Description: Tema WooCommerce para el catálogo de Adoración Ocaña
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adoracion_ocana
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Adoración Ocaña is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
html, body{
  scroll-behavior: smooth;
}
@view-transition {
  navigation: auto;
}
@font-face {
  font-family: "icon_fso";
  src: url("font/icon_fso.ttf?19951177") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "britannic_bold";
  src: url("font/britannic-bold.ttf?19951177") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icon_fso";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icons_cart:before {
  content: "\e800";
} /* '' */
.icon-icons_download:before {
  content: "\e801";
} /* '' */
.icon-icons_dashboard:before {
  content: "\e802";
} /* '' */
.icon-icons_facebook:before {
  content: "\e803";
} /* '' */
.icon-icons_instagram:before {
  content: "\e804";
} /* '' */
.icon-icons_list:before {
  content: "\e805";
} /* '' */
.icon-icons_place:before {
  content: "\e806";
} /* '' */
.icon-icons_poweroff:before {
  content: "\e807";
} /* '' */
.icon-icons_user:before {
  content: "\e808";
} /* '' */
.icon-icons_search:before {
  content: "\e809";
} /* '' */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img{
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
p,
textarea {
  color: #000000;
  font-family: inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

::selection {
  background-color: #FD8989;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  font-size: 1rem;
}

.page-title,
.item__title,
.entry-title {
  font-family: "britannic_bold", sans-serif;
  color: #000000;
  text-align: center;
  font-size: 3rem;
  letter-spacing: -3px;
}

.product_title {
  font-family: "britannic_bold", sans-serif;
  color: #000000;
  text-align: left;
  font-size: 2.5rem;
  letter-spacing: -3px;
}

@media screen and (max-width: 35rem) {
  .page-title,
  .item__title,
  .entry-title,
  .product_title {
    font-size: 2rem;
    letter-spacing: -1px;
  }
}
p {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #000000;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1;
  margin-bottom: 1.6em;
  overflow: auto;
  padding: 1.6em;
  height: 500px;
  font-size: 0.8rem;
  color: #00ff00;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 20px;
  color: #000000;
}

/* Elements
--------------------------------------------- */
#header__home {
  position: fixed;
  width: 100%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  z-index: 1499;
  background-color: black;
  transition: background-color ease 0.5s;
  color: white;
}

#header__home .header__home__logo{
  width: 10%;
  padding: .25rem 0;
  img{
    width: 70px;
    max-width: 70px;
    height: auto;
  }
}

#header__home .header__home__main{
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#header__home .headerTitleAdoracion {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height .5s ease-out;
  overflow: hidden;
  max-height: 200px;
}

#header__home .headerTitleAdoracion img{
  transform: translate(-70px, 8px);
}

#header__home .headerTitleAdoracion.hidden {
  opacity: 0;
  transform: translateY(-20px);
}

#header__home .headerTitleAdoracion.diminute {
  max-height: 0;
}

#header__home .headerNavAdoracion{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#header__home .headerNavAdoracion > ul{
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

#header__home .headerNavAdoracion > ul li a{
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
}

@media screen and (width < 1500px) {
  #header__home .headerTitleAdoracion, #header__home .headerNavAdoracion{
    display: none;
  }

  #header__home .headerNavAdoracion.active{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: black;
    padding: 1rem;
    z-index: 999;
  }

  #header__home .headerNavAdoracion.active > ul{
    margin: 0;
    padding: 0;
    align-items: center;
    flex-direction: column;
  }

  #header__home #btn_boton{
    display: flex;
  }

  #header__home .header__home__logo{
    width: 10%;
    padding: .5rem 0;
  }

  #header__home .header__home__logo img{
    width: 50px;
    max-width: 50px;
    height: auto;
  }

  .main-menu {
      flex-direction: column;
  }

  .main-menu .sub-menu {
      position: relative;
      box-shadow: none;
      width: 100%;
      left: 0;
  }
}

.site-branding img {
  margin-top: 5px;
  width: 200px;
}

#btn_boton {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

#btn_boton span {
  height: 6px;
  width: 40px;
  background-color: #f1f1f1;
  border-radius: 5px;
  transition: all ease 0.5s;
}
#btn_boton:hover span {
  background-color: #586169;
}
#btn_boton.open span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 9px);
}
#btn_boton.open span:nth-child(2) {
  opacity: 0;
}
#btn_boton.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -9px);
}

.woocommerce_menu {
  display: flex;
  justify-content: flex-end;
}
.woocommerce_menu a {
  font-size: 2rem;
}
.woocommerce_menu a i {
  color: #f1f1f1;
}
.woocommerce_menu a i:hover {
  color: #586169;
}
.woocommerce_menu a.cart__header {
  position: relative;
}
.woocommerce_menu a.cart__header span {
  background: #0bb532;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: bold;
  position: absolute;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  bottom: 3px;
  left: 5px;
}

#search__header {
  display: block;
}
#search__header form {
  display: flex;
  width: 100%;
  justify-content: center;
}
#search__header form input[type=text] {
  width: calc(100% - 80px);
  border: 1px solid #ccc;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
#search__header form button[type=submit] {
  width: 60px;
  padding: 0px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#search__header.open {
  display: flex;
}

#contact__shop .social__contact a {
  font-size: 3rem;
}
#contact__shop .content__contact {
  display: flex;
  flex-direction: column;
}

.home section#block__txt1, .home section#block__txt2 {
  height: 50vh;
  background-color: #e6e6e6;
}

body {
  background: #fff;
}
body.menu--open {
  overflow: hidden;
}
body #primary{
  margin-top: 6rem;
}
@media screen and (width < 1500px){
  body #primary{
    margin-top: 3rem;
  }
}


body:not(.home) #primary {
  width: 100%;
  padding-top: 120px;
}
body a {
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 70rem) {

  body:not(.home) #primary {
    margin: 10px auto;
    padding-top: 50px;
    margin-top: 3rem;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 20px 40px !important;
}

table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid;
}
table thead tr {
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}
table tbody tr {
  border-bottom: 1px solid #dddddd;
}
table tbody tr:last-of-type {
  border-bottom: 4px solid #000000;
}
table th, table td {
  padding: 12px 15px;
  text-align: left;
}

#footer {
  width: 100%;
  background-color: #000000;
  display: flex;
  padding: 50px;
  gap: 4rem;
  flex-wrap: wrap;
  margin-top: 3rem;
}

#footer-info{
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: start;
}

#footer-info div img{
  width: 200px;
}

#footer-info ul {
  display: flex;
  list-style: none;
  gap: 15px;
  padding: 20px 0;
  flex-direction: column;
}
#footer-info ul li {
  color: #ffffff;
}

#footer-info ul li a {
  color: #ffffff;
}

#footer-info ul li:first-of-type a,
#footer-info ul li:first-of-type {
  font-size: 1.2rem;
  font-weight: bold;
  pointer-events: none;
  letter-spacing: 1px;
}

#footer-info ul li:first-of-type::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;  
}

#footer-info ul#cat__nav {
  font-family: "britannic_bold", sans-serif;
  font-size: 2rem;
  gap: 50px;
}
#footer-info .logo--footer {
  width: 350px;
  max-width: 100%;
}
#footer-info .logo--footer img {
  width: 100%;
  filter: brightness(0) invert(0.2);
}
#footer-info .nav-footer--legal {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer-info .nav-footer--legal a {
  color: #333333;
}
#footer p{
  color: #fff;
  font-size: 1rem;
}
#footer a{
  color: #fff;
}
#footer .footer__block--copy{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  width: 100%;
  border-top: 2px solid #fff;
  padding-top: 1.5rem;
}
@media screen and (width < 900px) {
  .footer__block--copy{
      flex-direction: column;
      gap: .5rem;
      p{
        text-align: center;
      }
  }
  #footer p{
    margin: 0;
  }
  #pipe{
      display: none;
  }
}
#metodos__pago-envio {
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
}
#metodos__pago-envio div {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000000;
}

@media screen and (max-width: 70rem) {
  #metodos__pago-envio {
    flex-direction: column;
    gap: 30px;
  }
  #metodos__pago-envio div {
    flex-direction: column;
  }
  #footer ul#cat__nav {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 50rem) {
  #footer-info {
    justify-content: start;
  }
  .nav-footer--product {
    display: none;
  }
}
@media screen and (max-width: 35rem) {
  #footer ul {
    flex-direction: column;
  }
}

#footer div:has( > img){
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 600px) {

  #footer{
    flex-direction: column;
  }

  #footer div:has( > img){
    width: 100%;
  }
}

.footer__ue{
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  gap: 10rem;
  div{
    height: 90px;
    img{
      height: 90px;
      filter: drop-shadow(rgba(0, 0, 0, 0.5) 0px 5px 15px);
    }
  } 
  img{
    height: auto;
  }
}
@media screen and (width < 1050px) {
  .footer__ue{
    div{
      img{
        height: 60px;
      }
    } 
    img{
      height: 60px;
    }
  }
}
@media screen and (width < 800px){
  .footer__ue{
    flex-direction: column;
    gap: 4rem;
    div{
      img{
        height: 90px;
      }
    } 
  }
}
.woocommerce-account .woocommerce {
  display: flex;
  border: 1px solid;
  font-size: 1.2rem;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  width: 25%;
  border-right: 1px solid;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  padding: 20px;
  border-bottom: 1px solid;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
  border: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: flex;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:before {
  content: "\e802";
  font-family: "icon_fso";
  color: #ffffff;
  background: #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\e802";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e805";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e801";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e806";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e808";
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e807";
  background: #f50909;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 75%;
  padding: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content button {
  margin-top: 20px;
}

.woocommerce-Addresses,
.woocommerce-columns--addresses {
  display: flex;
  gap: 25px;
}
.woocommerce-Addresses .woocommerce-Address,
.woocommerce-Addresses .woocommerce-column--billing-address,
.woocommerce-Addresses .woocommerce-column--shipping-address,
.woocommerce-columns--addresses .woocommerce-Address,
.woocommerce-columns--addresses .woocommerce-column--billing-address,
.woocommerce-columns--addresses .woocommerce-column--shipping-address {
  width: 50%;
  border: 1px solid;
  padding: 20px 25px;
  background-color: #cde9ff;
}
.woocommerce-Addresses .woocommerce-Address h2,
.woocommerce-Addresses .woocommerce-column--billing-address h2,
.woocommerce-Addresses .woocommerce-column--shipping-address h2,
.woocommerce-columns--addresses .woocommerce-Address h2,
.woocommerce-columns--addresses .woocommerce-column--billing-address h2,
.woocommerce-columns--addresses .woocommerce-column--shipping-address h2 {
  color: #000000;
  font-family: "britannic_bold", sans-serif;
}
.woocommerce-Addresses .woocommerce-Address .edit,
.woocommerce-Addresses .woocommerce-column--billing-address .edit,
.woocommerce-Addresses .woocommerce-column--shipping-address .edit,
.woocommerce-columns--addresses .woocommerce-Address .edit,
.woocommerce-columns--addresses .woocommerce-column--billing-address .edit,
.woocommerce-columns--addresses .woocommerce-column--shipping-address .edit {
  color: #125588;
  border: 1px solid;
  padding: 10px 20px;
  display: flex;
  border-radius: 15px;
  width: max-content;
  font-size: 1rem;
  margin: 20px 0;
}

.woocommerce-form-row,
.form-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.woocommerce-form-row label,
.form-row label {
  width: 200px;
}
.woocommerce-form-row input,
.form-row input {
  width: calc(100% - 200px);
  flex: 1;
}
.woocommerce-form-row span,
.form-row span {
  font-size: 0.8rem;
  flex: 1;
}
.woocommerce-form-row span em,
.form-row span em {
  border: 1px solid;
  display: flex;
  padding: 3px 7px;
  background-color: #cde9ff;
  color: #125588;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.btn,
.button {
  background-color: #FD8989;
  border: none;
  color: #ffffff;
  padding: 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  width: fit-content;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.btn:hover,
.button:hover {
  background-color: #FD8989;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.btn:active,
.btn:focus,
.button:active,
.button:focus {
  background-color: #666;
}

.reset_variations {
  color: #c20a29;
  background-color: #eed3d7;
  border: 1px solid;
  padding: 5px 10px;
  margin-left: 15px;
  border-radius: 15px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #000000;
  padding: 10px 12px;
  height: -webkit-fill-available;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #000000;
  padding: 10px 12px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

#searchsubmit{
  display: flex;
  justify-content: center;
  align-items: center;
}

#searchsubmit svg{
  color: black;
}

#primary section{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#primary section:first-of-type{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 820px) {
  #primary section{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media screen and (width < 1150px) {
  section > #picture-inicio > img{
    margin-top: 0.5rem;
  }
}

#home__colecciones {
  padding: 0px 4rem;
}

#home__colecciones h1 {
  font-family: "britannic_bold";
  font-size: 2.5rem;
  letter-spacing: -3px;
  margin-bottom: 3rem;
}

#home__colecciones div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  align-items: center;
}

#home__colecciones div article {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#home__colecciones div article img {
  width: 80%;
  transition: all 300ms linear;
}

#home__colecciones div article a {
  text-align: center;
}

#home__colecciones div article h3 {
  background-color: black;
  color: white;
  width: 80%;
  text-align: center;
  font-family: "britannic_bold";
  letter-spacing: -1px;
  margin: 2rem auto;
}

#home__textIndex {
  padding: 0px 4rem;
}

#home__textIndex p {
  font-size: 1.1rem;
}

#sectionIconsCharacteristics {
  background-color: #eee;
}

#home__blog {
  padding: 5rem;
}

#home__blog > h2 {
  font-family: "britannic_bold";
  font-size: 2.5rem;
  letter-spacing: -2px;
  margin-bottom: 3rem;
}

#home__blog h3 {
  letter-spacing: -1.5px;
}

@media screen and (max-width: 1150px) {
  #home__colecciones div {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 820px) {
  #home__colecciones {
      padding: 0px 1rem;
  }

  #home__colecciones h1 {
      text-align: center;
  }

  #home__colecciones div {
      grid-template-columns: repeat(1, 1fr);
      gap: 2rem;
  }

  #home__blog > h2 {
      text-align: center;
  }

  #home__textIndex,
  #sectionIconsCharacteristics,
  #home__blog {
      padding: 0px 1rem;
  }
}

.addtoany_header {
  margin: 0 0 8px !important;
}

.a2a_kit {
  margin-bottom: 3rem;
}

.contacto-container{
  margin-top: 4rem;
}

.contacto-content input[type="text"],
.contacto-content input[type="email"],
.contacto-content textarea {
  width: 100%;
}

.editor-page {
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: auto;
  gap: 0rem;
  padding-bottom: 4rem;
}

.editor-page a {
  text-decoration: underline;
}

.editor-page > div:first-of-type {
  margin-top: 6rem;
}

.editor-page > div:first-of-type div,
.editor-page > div:first-of-type img {
  opacity: 1;
  transform: translateY(0);
}

.editor-page > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  margin-bottom: 3rem;
  gap: 0rem;
}

.editor-page > div div {
  width: 100%;
  padding: 0rem 2rem;
  transform: translateY(150px);
  opacity: 0;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.editor-page > div div p {
  padding: 1rem 0rem;
  font-size: 1.2rem;
}

.editor-page > div div ul {
  padding: 1rem 4rem;
  font-size: 1.2rem;
}

.editor-page > div div h2 {
  margin: 1rem 0 0;
}

.editor-page > div img {
  transform: translateY(150px);
  opacity: 0;
  transition: opacity 0.9s 0.2s ease, transform 0.9s 0.2s ease;
  width: 100% !important;
}

.editor-page h1 {
  font-family: "britannic_bold";
  font-size: 2.5rem;
}

.editor-page h2 {
  margin: 1rem 0 0;
}

.editor-page p {
  padding: 1rem 0rem;
}

@media screen and (max-width: 1200px) {
  .editor-page figure {
      margin: 0px 0px !important;
  }

  .editor-page p, .contacto-form p {
      font-size: 1rem;
  }

  .editor-page > div {
      align-items: center;
  }

  .editor-page > div div {
      padding: 0rem;
  }

  .editor-page > div div p {
      padding: 1.5rem 0rem;
      font-size: 1rem;
  }

  .editor-page > div div ul {
      font-size: 1rem;
  }
}

@media screen and (max-width: 900px) {
  .editor-page {
      padding: 0rem 1rem;
  }

  .editor-page > div:first-of-type {
      margin-top: 3rem;
  }

  .editor-page > div {
      grid-template-columns: repeat(1, 1fr);
  }
}

.entry-footer {
  display: none;
}

/*# sourceMappingURL=style.css.map */

.main-menu > li {
  position: relative;
}

.main-menu > li > a {
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
}

.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: .7rem;
  background-color: #fff;
  padding: 10px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  list-style: none;
}

.main-menu .sub-menu li {
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li a {
  color: #000 !important;
  padding: 10px 20px;
  display: block;
}

.main-menu .sub-menu li a:hover {
  background-color: #f0f0f0;
}

.main-menu > li:hover > .sub-menu {
  display: block;
}

.other-categories {
  margin-top: 100px;
}

.other-categories h3 {
  text-align: center;
}

.other-categories ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.other-categories ul li {
  list-style: none;
}

.other-categories ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.other-categories ul li a:hover {
  color: #FD8989;
}

@media screen and (width < 500px) {
  .other-categories ul {
      flex-direction: column;
      align-items: center;
  }
}

.characteristics_table {
  table {
      box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1019607843);
  }
}

.nav-footer--contact a {
  text-decoration: underline;
}

/* Diseño para los posts genéricos */
.align-entrys {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px 20px 0 20px;
}

@media screen and (width < 1000px) {
  .align-entrys {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (width < 700px) {
  .align-entrys {
      grid-template-columns: repeat(1, 1fr);
      margin: 50px 0 0 0;
  }
}

.align-entrys > article {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.align-entrys > article .entry-header {
  width: 100%;
}

.align-entrys > article h2 {
  font-size: 1.5rem;
  text-align: left;
  letter-spacing: -1px;
  line-height: normal;
  font-family: sans-serif;
}

.align-entrys > article p {
  border-top: 2px solid #ccc;
  padding-top: 20px;
  font-size: .8rem;
}

.thumbnail-blog {
  width: 100%;
}

.thumbnail-blog img {
  width: 100%;
  height: auto;
}

.entry-date {
  width: 100%;
  color: #555;
  text-align: right;
  font-size: .8rem;
}

.entry-block-main {
  padding-top: 2rem;
  display: flex;
}

.entry-archive {
  flex: 2;
  padding: 1rem 4rem;
}

.entry-sidebar {
  flex: 1;
  padding: 20px 4rem;
  border-left: 2px solid #ddd;
  padding: 1rem;
}

.entry-sidebar h3 {
  text-align: center;
  font-size: 1.4rem;
}

.related-posts-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.related-post-card {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  width: 95%;
}

.not-related-post-card {
  color: #444;
  font-size: 0.9rem;
}

.related-post-thumbnail {
  margin-right: 10px;
  display: block;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 6px;
}

.related-post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-post-content {
  display: flex;
  flex-direction: column;
}

.related-post-title {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  margin-bottom: 5px;
}

.related-post-date {
  font-size: 0.8rem;
  color: #666;
}

.entry-archive .post-thumbnail {
  height: 100%;
  width: auto;
  margin: 0;
  padding: 0;
  max-width: 600px;
}

.entry-archive figure {
  height: 100%;
  width: auto;
  margin: 3rem 0 !important;
  padding: 0;
  max-width: 600px;
}

.entry-archive figure figcaption {
  font-size: 1rem;
  margin-top: .3rem;
  color: #444;
}

.entry-archive .entry-content > p {
  font-size: 1rem;
}

.entry-archive .entry-content > ul {
  padding-left: 1rem;
}

.entry-archive .entry-content > ul > li {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.entry-archive .logged-in-as,
.entry-archive .entry-meta {
  display: none;
}

.entry-date-single {
  color: #666;
  font-size: .8rem;
  width: 100%;
  text-align: right;
  margin-bottom: -8px;
  margin-top: 1rem;
}

.entry-archive .entry-title {
  text-align: left;
  line-height: normal;
}

@media screen and (width < 1000px) {
  .entry-block-main {
      flex-direction: column;
      padding-top: .5rem;
  }

  .entry-sidebar {
      border-top: 2px solid #DDD;
  }
}

.entry-sidebar-widget {
  position: sticky;
  top: 130px;
}

@media screen and (width < 700px) {
  .entry-archive {
      padding: 1rem 2rem;
  }

  .entry-sidebar {
      padding: 0rem 2rem;
  }

  .related-post-card {
      width: 100%;
  }
}

/* Breadcrumb para los posts del blog */
.wrap.bread {
  background: #f2f2f2;
  padding: 5px 15px;
  margin: 0rem 2rem;
}

@media screen and (width < 600px) {
  .wrap.bread {
      font-size: .7rem;
  }
}

/* Página de contacto */
.contacto-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
}

.contacto-content > div {
  padding: 0px 30px;
}

.contacto-content h1 {
  font-family: 'britannic_bold';
  font-size: 3rem;
  letter-spacing: -3px;
}

.contacto-form {
  flex: 4;
}

.contacto-form p a{
  text-decoration: underline;
}

.contacto-info {
  flex: 3;
  border-left: 2px solid #888;
}

.contacto-info iframe {
  border-radius: 20px;
}

.contacto-info-content {
  margin-top: 40px;
  background: #BBB;
  padding: 10px 20px;
  border-radius: 20px;
}

.items-contact {
  display: flex;
  align-items: center;
  font-size: .95rem;
}

.items-contact img {
  margin-right: 10px;
}

.items-contact a {
  text-decoration: underline;
  margin-right: 10px;
}

@media screen and (width < 1400px) {
  .contacto-content {
      padding: 4rem;
  }
}

@media screen and (width < 900px) {
  .contacto-content {
      flex-direction: column;
      padding: 0rem;
      gap: 3rem;
  }

  .contacto-info {
      border-left: none;
      width: 100%;
  }
}

/* Páginas de políticas */
.page-politics {
  margin: auto;
  padding: 1rem 3rem;
  max-width: 1500px;
}

.page-politics h3 {
  margin: 2rem 0 1rem;
}

.page-politics h4 {
  margin: 1rem 0 .5rem;
}

.page-politics p {
  font-size: 1rem;
}

.page-politics p:has(strong) {
  margin-top: 1rem;
}

.page-politics ul {
  padding-left: 1rem;
}

.page-politics figure,
.page-politics table {
  margin: 0 !important;
}

.page-politics a {
  text-decoration: underline;
}

@media screen and (width < 700px) {
  .page-politics {
      padding: 1rem 2rem;
  }
}
