@charset "UTF-8";
/*
Theme Name: Mullermia
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Mullermia Theme is a customized version of Blankslate template.
Version: 2023
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
/******************************MIXINS******************************/
/*Variables*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: 'Rosha Keylin';
  src: url("/wp-content/themes/mullermia/fonts/RoshaKeylin.eot");
  src: url("/wp-content/themes/mullermia/fonts/RoshaKeylin.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/mullermia/fonts/RoshaKeylin.woff2") format("woff2"), url("/wp-content/themes/mullermia/fonts/RoshaKeylin.woff") format("woff"), url("/wp-content/themes/mullermia/fonts/RoshaKeylin.ttf") format("truetype"), url("/wp-content/themes/mullermia/fonts/RoshaKeylin.svg#RoshaKeylin") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/mullermia/fonts/icomoon.eot?fovey1");
  src: url("/wp-content/themes/mullermia/fonts/icomoon.eot?fovey1#iefix") format("embedded-opentype"), url("/wp-content/themes/mullermia/fonts/icomoon.ttf?fovey1") format("truetype"), url("/wp-content/themes/mullermia/fonts/icomoon.woff?fovey1") format("woff"), url("/wp-content/themes/mullermia/fonts/icomoon.svg?fovey1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-up:before {
  content: "\e900";
}

.icon-ico-down:before {
  content: "\e901";
}

.icon-ico-right:before {
  content: "\e902";
}

.icon-ico-left:before {
  content: "\e903";
}

.icon-ico-close:before {
  content: "\e904";
}

.icon-ico-user:before {
  content: "\e905";
}

.icon-ico-search:before {
  content: "\e906";
}

.icon-ico-cart:before {
  content: "\e907";
}

.icon-ico-like:before {
  content: "\e908";
}

.icon-ico-like-full:before {
  content: "\e909";
}

.icon-ico-select-up:before {
  content: "\e90a";
}

.icon-ico-select-down:before {
  content: "\e90b";
}

.icon-ico-select-right:before {
  content: "\e90c";
}

.icon-ico-select-left:before {
  content: "\e90d";
}

.icon-ico-instagram:before {
  content: "\e90e";
}

.icon-ico-facebook:before {
  content: "\e90f";
}

/*General*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 1199px) {
  * {
    text-rendering: auto;
  }
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: #f7efea;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #43301e;
  font-size: 16px;
  line-height: 22px;
  padding: 160px 0 0 0;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}

@media only screen and (max-width: 1199px) {
  body {
    padding: 120px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding: 100px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 1199px) {
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: -105%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f7efea;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transform: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

body.open-menu {
  overflow: hidden;
}

.body-fade-in {
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  animation: fadeIn ease 1s;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  color: #43301e;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Rosha Keylin";
  font-weight: normal;
}

h1 {
  font-size: 40px;
  line-height: 44px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

h2 {
  font-size: 35px;
  line-height: 40px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 23px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 600px) {
  h3 {
    font-size: 21px;
    line-height: 24px;
  }
}

h4, h5 {
  font-size: 23px;
  line-height: 26px;
}

@media only screen and (max-width: 991px) {
  h4, h5 {
    font-size: 21px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  h4, h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: #43301e;
}

@media only screen and (max-width: 991px) {
  ul li {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  ul li {
    font-size: 14px;
    line-height: 18px;
  }
}

p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Work Sans", sans-serif;
  color: #43301e;
}

@media only screen and (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
    line-height: 18px;
  }
}

p strong {
  font-weight: 700;
}

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

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: none;
  position: relative;
  color: #c3a084;
}

@media only screen and (max-width: 767px) {
  a {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transform: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
}

mark {
  background: #ce9f9f;
  color: #f7efea;
  padding: 0 2px;
  border-radius: 2px;
}

:active, :focus {
  outline: none;
}

::placeholder {
  color: #c3a084;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #c3a084;
}

::-ms-input-placeholder {
  color: #c3a084;
}

textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Work Sans", sans-serif;
  height: 30px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid #43301e;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  textarea, input {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  textarea, input {
    font-size: 14px;
    line-height: 20px;
  }
}

select {
  border-radius: 0;
  font-family: "Work Sans", sans-serif;
  height: 30px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #43301e;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  select {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  select {
    font-size: 14px;
    line-height: 20px;
  }
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/*Formularios*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
  height: 80px;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked), [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label, [type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #43301e;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before, [type="checkbox"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #43301e;
  background: transparent;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after, [type="checkbox"]:checked + span:after,
[type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #43301e;
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after, [type="checkbox"]:checked + span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #43301e !important;
  height: 38px !important;
  padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
  right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #43301e;
  line-height: 38px !important;
  padding-left: 0 !important;
}

@media only screen and (max-width: 991px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 600px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
  }
}

.select2-dropdown {
  border: none !important;
  border-radius: 0 !important;
}

.select2-search--dropdown {
  padding: 5px 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #43301e;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #43301e;
  margin: 10px;
  width: calc(100% - 20px);
  font-size: 16px;
  line-height: 24px;
  font-family: "Work Sans", sans-serif;
}

@media only screen and (max-width: 767px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    font-size: 13px;
    line-height: 20px;
  }
}

/* General */
section, footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 120px 0;
}

@media only screen and (max-width: 1360px) {
  section, footer {
    padding: 100px 0;
  }
}

@media only screen and (max-width: 1199px) {
  section, footer {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 991px) {
  section, footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  section, footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  section, footer {
    padding: 30px 0;
  }
}

section .container, section .container-mini, section .container-post, section .container-full, footer .container, footer .container-mini, footer .container-post, footer .container-full {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (max-width: 1360px) {
  section .container, section .container-mini, section .container-post, section .container-full, footer .container, footer .container-mini, footer .container-post, footer .container-full {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  section .container, section .container-mini, section .container-post, section .container-full, footer .container, footer .container-mini, footer .container-post, footer .container-full {
    max-width: 100%;
    padding: 0 20px;
  }
}

section .container .row, section .container-mini .row, section .container-post .row, section .container-full .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-full .row {
  margin-left: -20px;
  margin-right: -20px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1360px) {
  section .container .row, section .container-mini .row, section .container-post .row, section .container-full .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-full .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 991px) {
  section .container .row, section .container-mini .row, section .container-post .row, section .container-full .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-full .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-full .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-full .row .col {
  position: relative;
  padding: 0 20px;
}

@media only screen and (max-width: 1360px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-full .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-full .row .col {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-full .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-full .row .col {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-full .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-full .row .col {
    margin-top: 20px;
  }
}

section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-full .row .col.col12 {
  width: 12.5%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-full .row .col.col12 {
    margin-top: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-full .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-full .row .col.col12 {
    width: 100%;
  }
}

section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-full .row .col.col20 {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-full .row .col.col20 {
    margin-top: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-full .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-full .row .col.col20 {
    width: 100%;
  }
}

section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-full .row .col.col25 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-full .row .col.col25 {
    margin-top: 20px;
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-full .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-full .row .col.col25 {
    width: 100%;
  }
}

section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-full .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-full .row .col.col30 {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-full .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-full .row .col.col30 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-full .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-full .row .col.col30 {
    width: 100%;
  }
}

section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-full .row .col.col33 {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-full .row .col.col33 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-full .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-full .row .col.col33 {
    width: 100%;
  }
}

section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-full .row .col.col40 {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-full .row .col.col40 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-full .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-full .row .col.col40 {
    width: 100%;
  }
}

section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-full .row .col.col50 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-full .row .col.col50 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-full .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-full .row .col.col50 {
    width: 100%;
  }
}

section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-full .row .col.col60 {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-full .row .col.col60 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-full .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-full .row .col.col60 {
    width: 100%;
  }
}

section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-full .row .col.col66 {
  width: 66.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-full .row .col.col66 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-full .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-full .row .col.col66 {
    width: 100%;
  }
}

section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-full .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-full .row .col.col70 {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-full .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-full .row .col.col70 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-full .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-full .row .col.col70 {
    width: 100%;
  }
}

section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-full .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-full .row .col.col75 {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-full .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-full .row .col.col75 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-full .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-full .row .col.col75 {
    width: 100%;
  }
}

section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-full .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-full .row .col.col80 {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-full .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-full .row .col.col80 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-full .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-full .row .col.col80 {
    width: 100%;
  }
}

section .container-mini, footer .container-mini {
  max-width: 960px;
}

section .container-post, footer .container-post {
  max-width: 720px;
}

section .container-full, footer .container-full {
  max-width: 100%;
  padding: 0 150px;
}

@media only screen and (max-width: 1600px) {
  section .container-full, footer .container-full {
    max-width: 1280px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1360px) {
  section .container-full, footer .container-full {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  section .container-full, footer .container-full {
    padding: 0 20px;
  }
}

main {
  overflow: hidden;
}

/*General*/
.titulo, .subtitulo, .minititulo {
  font-family: "Rosha Keylin";
  font-weight: normal;
  color: #43301e;
}

.titulo {
  font-size: 45px;
  line-height: 50px;
}

@media only screen and (max-width: 1199px) {
  .titulo {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .titulo {
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .titulo {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 600px) {
  .titulo {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 480px) {
  .titulo {
    font-size: 24px;
    line-height: 28px;
  }
}

.subtitulo {
  font-size: 35px;
  line-height: 40px;
}

@media only screen and (max-width: 1199px) {
  .subtitulo {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .subtitulo {
    font-size: 28px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .subtitulo {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .subtitulo {
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 480px) {
  .subtitulo {
    font-size: 20px;
    line-height: 24px;
  }
}

.minititulo {
  font-size: 25px;
  line-height: 30px;
}

@media only screen and (max-width: 1199px) {
  .minititulo {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .minititulo {
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .minititulo {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .minititulo {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 480px) {
  .minititulo {
    font-size: 16px;
    line-height: 20px;
  }
}

.superparrafo {
  font-size: 26px;
  line-height: 36px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .superparrafo {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .superparrafo {
    font-size: 18px;
    line-height: 28px;
  }
}

.medioparrafo {
  font-size: 20px;
  line-height: 28px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .medioparrafo {
    font-size: 18px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 600px) {
  .medioparrafo {
    font-size: 16px;
    line-height: 24px;
  }
}

.boton {
  background: #ce9f9f;
  color: white;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: table;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0 30px;
  text-decoration: none !important;
}

@media only screen and (max-width: 991px) {
  .boton {
    font-size: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .boton {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    padding: 0 20px;
  }
}

.boton:hover {
  background: #43301e;
}

@media only screen and (max-width: 1199px) {
  .boton:hover {
    background: #ce9f9f;
  }
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.padding-reducido {
  padding: 60px 0;
}

@media only screen and (max-width: 1199px) {
  .padding-reducido {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  .padding-reducido {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .padding-reducido {
    padding: 30px 0;
  }
}

/*Header*/
.header {
  width: 100%;
  height: 160px;
  z-index: 222;
  position: fixed;
  background: #f7efea;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 121;
}

@media only screen and (max-width: 1199px) {
  .header {
    height: 120px;
    border-bottom: 1px solid #43301e;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 100px;
  }
}

.header .navbar {
  width: 100%;
  margin: 0 auto;
  padding: 0 150px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 160px;
}

@media only screen and (max-width: 1600px) {
  .header .navbar {
    max-width: 1280px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 1360px) {
  .header .navbar {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar {
    height: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar {
    height: 100px;
  }
}

.header .navbar .logo {
  height: 100px;
  width: 95px;
  margin: 30px 0;
  display: block;
  position: relative;
  z-index: 123;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .logo {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .logo {
    height: 80px;
    width: 76px;
  }
}

.header .navbar .logo span {
  background-image: url("/wp-content/themes/mullermia/img/logo.svg");
  display: block;
  background-size: 95px 100px;
  height: 100px;
  width: 95px;
}

@media only screen and (max-width: 767px) {
  .header .navbar .logo span {
    height: 80px;
    width: 76px;
    background-size: 76px 80px;
  }
}

.header .navbar .header-icon {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .header-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 43;
    right: 30px;
    top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar .header-icon {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .header-icon {
    top: 40px;
  }
}

.header .navbar .nav {
  display: flex;
  align-items: center;
  height: 80px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    display: block;
    margin: 0;
    height: calc(100vh - 120px);
    top: 120px;
    left: -301px;
    width: 300px;
    background: #43301e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav {
    height: calc(100vh - 100px);
    top: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable {
    text-align: center;
    width: 300px;
  }
}

.header .navbar .nav .content-desplegable .search-form-mobile {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .search-form-mobile {
    display: none;
    margin: 0;
  }
}

.header .navbar .nav .content-desplegable .search-form-mobile .search-form {
  border-bottom: 1px solid #efdccd;
  display: flex;
}

.header .navbar .nav .content-desplegable .search-form-mobile .search-form label ::placeholder {
  color: #efdccd;
  opacity: 1;
}

.header .navbar .nav .content-desplegable .search-form-mobile .search-form label :-ms-input-placeholder {
  color: #efdccd;
}

.header .navbar .nav .content-desplegable .search-form-mobile .search-form label ::-ms-input-placeholder {
  color: #efdccd;
}

.header .navbar .nav .content-desplegable .search-form-mobile .search-form label input {
  width: 260px;
  padding: 0 20px;
  border: none;
  height: 50px;
  color: #efdccd;
  margin: 0;
  position: relative;
  background: none;
  cursor: pointer;
  font-size: 16px;
  line-height: 40px;
  font-family: "Work Sans", sans-serif;
}

.header .navbar .nav .content-desplegable .search-form-mobile .search-form .search-submit {
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 45px;
  text-align: center;
  color: #efdccd;
  background: none;
  border: none;
}

.header .navbar .nav .content-desplegable .menu-nav {
  display: flex;
  align-content: center;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav {
    display: block;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu {
  text-align: center;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu {
    width: 100%;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item {
  display: inline-block;
  padding: 0 15px;
  margin: 0;
  vertical-align: middle;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #f7efea;
    text-align: left;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item a {
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
  display: block;
  color: #43301e;
  font-weight: 400;
  position: relative;
  border-bottom: 1px solid transparent;
  max-width: 150px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item a {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px;
    color: #f7efea;
    max-width: 100%;
    text-transform: inherit;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item a:hover {
  color: #c3a084;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item a:hover {
    color: #f7efea;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current-menu-item a, .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current_page_parent a, .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current-menu-parent a {
    background: #251b11;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current-menu-item a:after, .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current_page_parent a:after, .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current-menu-parent a:after {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current-menu-item a:after, .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current_page_parent a:after, .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.current-menu-parent a:after {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 10px;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children {
  padding: 0 35px 0 15px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children {
    padding: 0;
    position: inherit;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children:after {
  font-family: "icomoon";
  content: "\e90b";
  position: absolute;
  color: #43301e;
  top: calc(50% - 10px);
  right: 15px;
  font-size: 10px;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children:after {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .span-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .span-wrap:after {
    position: absolute;
    right: 20px;
    top: 0;
    color: white;
    line-height: 50px;
    font-family: "icomoon";
    content: "\e902";
    font-size: 14px;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .span-wrap .dropdown.right {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .span-wrap .dropdown.right {
    display: block;
    width: 60px;
    height: 100%;
    cursor: pointer;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  width: 240px;
  display: block;
  top: -880px;
  left: 0;
  z-index: -1;
  background: #f7efea;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transform: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 32;
    height: 100%;
    background: #43301e;
    width: 300px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transform: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    padding: 50px 0 0 0;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .dropdown.left {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50px;
  z-index: 124;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .dropdown.left {
    display: block;
    background: #251b11;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .dropdown.left i {
  position: absolute;
  left: 30px;
  top: 18px;
  color: white;
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .dropdown.left i:before {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  top: -1px;
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu .dropdown.left i:after {
  font-size: 18px;
  line-height: 18px;
  content: "Volver";
  text-transform: uppercase;
  margin: 0 0 0 10px;
  position: relative;
  top: -2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu li {
  display: block;
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu li {
    position: relative;
    height: 50px;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu li a {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  padding: 10px 20px;
  text-transform: inherit;
  max-width: inherit;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu li a {
    position: absolute;
    z-index: 123;
    top: 0;
    left: 0;
    height: 50px;
    overflow: visible;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 30px;
    border-top: 1px solid #efdccd;
    background: #43301e;
    letter-spacing: 0;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children .sub-menu li a:hover {
  background: #43301e;
  color: white;
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
  z-index: 1;
  top: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
    top: 0;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children:hover .sub-menu a:after {
  display: none;
}

.header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children.menu-item-84 .span-wrap a {
  padding: 10px 0;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .menu-header-menu-container .menu .menu-item.menu-item-has-children.menu-item-84 .span-wrap a {
    padding: 15px 60px 15px 20px;
  }
}

.header .navbar .nav .content-desplegable .menu-nav .boton {
  margin: 20px 0;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .content-desplegable .menu-nav .boton {
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 30px;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
}

.header .navbar .shop-menu {
  display: flex;
  z-index: 1234;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .shop-menu {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .header .navbar .shop-menu {
    margin-right: 40px;
  }
}

.header .navbar .shop-menu .cuenta, .header .navbar .shop-menu .like {
  font-size: 28px;
  line-height: 28px;
  color: #c3a084;
  margin: 0 15px;
}

@media only screen and (max-width: 480px) {
  .header .navbar .shop-menu .cuenta, .header .navbar .shop-menu .like {
    margin: 0 10px;
  }
}

.header .navbar .shop-menu .cuenta:hover, .header .navbar .shop-menu .like:hover {
  color: #43301e;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .shop-menu .cuenta:hover, .header .navbar .shop-menu .like:hover {
    color: #c3a084;
  }
}

.header .navbar .shop-menu .carrito {
  margin: 0;
}

.header .navbar .shop-menu .carrito .icon-ico-cart {
  font-size: 28px;
  line-height: 28px;
  color: #c3a084;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .shop-menu .carrito .icon-ico-cart .items-count {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  background: white;
  color: #c3a084;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -22px;
  right: 4px;
}

.header .navbar .shop-menu .carrito:hover .icon-ico-cart {
  color: #43301e;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .shop-menu .carrito:hover .icon-ico-cart {
    color: #c3a084;
  }
}

.header .navbar .shop-menu .like:hover .icon-ico-like:before {
  content: "\e909";
}

.header .navbar .shop-menu .search-button {
  margin: 0 5px 0 0;
}

.header .navbar .shop-menu .search-button a span {
  font-size: 28px;
  line-height: 28px;
  color: #c3a084;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .shop-menu .search-button a:hover span {
  color: #43301e;
}

.header .navbar .shop-menu .search-form-box {
  width: 100vw;
  height: 10vh;
  position: fixed;
  right: 0;
  top: -20vh;
  background: #efdccd;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -11;
  padding: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transform: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.header .navbar .shop-menu .search-form-box .search-button {
  position: absolute;
  top: 48px;
  right: calc(50% - 688px);
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media only screen and (max-width: 1600px) {
  .header .navbar .shop-menu .search-form-box .search-button {
    right: 112px;
  }
}

@media only screen and (max-width: 1360px) {
  .header .navbar .shop-menu .search-form-box .search-button {
    top: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .shop-menu .search-form-box .search-button {
    top: 30px;
    right: 10px;
  }
}

.header .navbar .shop-menu .search-form-box .search-button span {
  display: inline-block;
  color: #c3a084;
  font-size: 25px;
  line-height: 40px;
  margin: 0;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .shop-menu .search-form-box .search-button:hover span {
  color: #43301e;
}

@media only screen and (max-width: 991px) {
  .header .navbar .shop-menu .search-form-box .search-button:hover span {
    color: #c3a084;
  }
}

.header.large {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header.small {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media only screen and (max-width: 1199px) {
  .open-menu:before {
    z-index: 30;
    left: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

@media only screen and (max-width: 1199px) {
  .open-menu .header .navbar .nav {
    left: 0;
    z-index: 12;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

body.open-searchform {
  overflow: hidden;
}

body.open-searchform .header .navbar .search-form-box {
  width: 100vw;
  height: 100vh;
  right: 0;
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 23;
}

.search-form {
  margin: 0 auto;
  border-bottom: 1px solid #c3a084;
}

.search-form label input {
  padding: 10px 5px;
  width: 400px;
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  height: auto;
  color: #43301e;
}

@media only screen and (max-width: 600px) {
  .search-form label input {
    width: calc(100% - 50px);
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .search-form label input {
    font-size: 16px;
  }
}

.search-form label input:focus, .search-form label input:hover {
  background-image: none !important;
}

.search-form .search-submit {
  width: 40px;
  padding: 0;
  border: none;
  height: 30px;
  color: white;
  margin: 0;
  position: relative;
  background: none;
  cursor: pointer;
  font-size: 28px;
  line-height: 28px;
  height: auto;
  color: #c3a084;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5px;
}

.search-form .search-submit:hover {
  color: #43301e;
}

@media only screen and (max-width: 1199px) {
  .search-form .search-submit:hover {
    color: #c3a084;
  }
}

#header-icon {
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#header-icon span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #43301e;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#header-icon span:nth-child(1) {
  top: 0px;
}

#header-icon span:nth-child(2), #header-icon span:nth-child(3) {
  top: 10px;
}

#header-icon span:nth-child(4) {
  top: 20px;
}

#header-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#header-icon.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header-icon.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

/* Home */
.scrolldown {
  width: 30px;
  height: 46px;
  border: 2px solid white;
  border-radius: 15px;
}

@media only screen and (max-width: 480px) {
  .scrolldown {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.scrolldown .scroller {
  width: 10px;
  border-radius: 6px;
  background-color: white;
  position: absolute;
  top: 6px;
  left: 8px;
  bottom: 26px;
  -webkit-animation: scroller 1500ms ease-out infinite;
  -moz-animation: scroller 1500ms ease-out infinite;
  -ms-animation: scroller 1500ms ease-out infinite;
  -o-animation: scroller 1500ms ease-out infinite;
  animation: scroller 1500ms ease-out infinite;
}

.social {
  display: flex;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 1600px) {
  .social {
    right: calc(50% - 600px);
  }
}

@media only screen and (max-width: 1360px) {
  .social {
    right: 30px;
  }
}

.social a {
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  color: white;
  margin: 0 10px;
}

.social a span {
  font-size: 30px;
  line-height: 30px;
}

.productos-carrusel .container .titulo {
  text-align: center;
}

.productos-carrusel .container.container-carrusel {
  max-width: 100%;
  width: 100%;
  margin: 40px auto;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .productos-carrusel .container.container-carrusel {
    margin: 30px auto;
  }
}

@media only screen and (max-width: 600px) {
  .productos-carrusel .container.container-carrusel {
    margin: 20px auto;
  }
}

.productos-carrusel .container.container-carrusel .row {
  margin-left: 0;
  margin-right: 0;
}

.productos-carrusel .container.container-carrusel .row .owl-stage-outer .owl-stage .owl-item .product {
  width: 100%;
}

.productos-carrusel .container.container-carrusel .row .owl-stage-outer .owl-stage .owl-item .product a img {
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.productos-carrusel .container.container-carrusel .row .owl-nav, .productos-carrusel .container.container-carrusel .row .owl-dots {
  display: none;
}

.productos-carrusel .boton {
  margin: 0 auto;
}

.intro-home {
  padding: 0;
  position: relative;
  height: calc(100vh - 160px);
}

@media only screen and (max-width: 1360px) {
  .intro-home {
    height: 660px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-home {
    height: auto;
    overflow: auto;
    margin: 0;
    overflow: hidden;
  }
}

.intro-home .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.intro-home .container {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .intro-home .container {
    max-width: 100%;
    width: 100%;
  }
}

.intro-home .container .claim {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 100px 0 50px 0;
}

@media only screen and (max-width: 991px) {
  .intro-home .container .claim {
    margin: 100px auto;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim {
    padding: 100px 15px 50px 15px;
  }
}

.intro-home .container .claim .titulo {
  color: white;
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim .titulo {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim .titulo br {
    display: none;
  }
}

.intro-home .container .claim .superparrafo {
  color: white;
}

.intro-home .container .claim .boton {
  margin: 30px auto 0 auto;
  color: #c3a084;
  background: white;
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim .boton {
    margin: 20px auto 0 auto;
  }
}

.intro-home .container .claim .boton:hover {
  color: white;
  background: #43301e;
}

@media only screen and (max-width: 1199px) {
  .intro-home .container .claim .boton:hover {
    color: #c3a084;
    background: white;
  }
}

.intro-home .container .claim:before {
  content: "";
  background: #c3a084;
  opacity: 0.6;
  filter: alpha(opacity=60);
  display: block;
  width: 480px;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 240px);
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
}

@media only screen and (max-width: 600px) {
  .intro-home .container .claim:before {
    width: 440px;
    left: calc(50% - 220px);
  }
}

@media only screen and (max-width: 480px) {
  .intro-home .container .claim:before {
    width: 100%;
    left: 0;
  }
}

.intro-home .scrolldown {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 15px);
  z-index: 2;
}

.intro-home .social {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  right: 150px;
}

@media only screen and (max-width: 1600px) {
  .intro-home .social {
    right: 170px;
  }
}

@media only screen and (max-width: 1360px) {
  .intro-home .social {
    right: 40px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .intro-home .social {
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .intro-home .social {
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .intro-home .social {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    right: 5px;
  }
}

.intro-home .social a {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.intro-home .social a:hover {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .intro-home .social a:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.conocenos-home {
  padding: 0;
  background: white;
}

@media only screen and (max-width: 600px) {
  .conocenos-home {
    padding: 30px 0;
  }
}

.conocenos-home .container .row .col.coltexto {
  padding-top: 120px;
  padding-bottom: 240px;
}

@media only screen and (max-width: 1360px) {
  .conocenos-home .container .row .col.coltexto {
    padding-top: 100px;
    padding-bottom: 220px;
  }
}

@media only screen and (max-width: 1199px) {
  .conocenos-home .container .row .col.coltexto {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .conocenos-home .container .row .col.coltexto {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .conocenos-home .container .row .col.coltexto {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}

@media only screen and (max-width: 600px) {
  .conocenos-home .container .row .col.coltexto {
    padding: 0;
    order: 2;
  }
}

.conocenos-home .container .row .col.coltexto .text-center {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.conocenos-home .container .row .col.coltexto .text-center .titulo {
  color: #c3a084;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 991px) {
  .conocenos-home .container .row .col.coltexto .text-center .titulo {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .conocenos-home .container .row .col.coltexto .text-center .titulo {
    margin: 0 0 10px 0;
  }
}

.conocenos-home .container .row .col.coltexto .text-center .boton {
  margin: 40px auto 0 auto;
}

@media only screen and (max-width: 991px) {
  .conocenos-home .container .row .col.coltexto .text-center .boton {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .conocenos-home .container .row .col.coltexto .text-center .boton {
    margin: 20px auto 0 auto;
  }
}

.conocenos-home .container .row .col.colimagen {
  z-index: 2;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .conocenos-home .container .row .col.colimagen {
    order: 1;
    margin-top: 0;
    padding-bottom: 10px;
  }
}

.conocenos-home .container .row .col.colimagen img {
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.conocenos-home:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: #efdccd;
  z-index: 0;
}

@media only screen and (max-width: 600px) {
  .conocenos-home:after {
    display: none;
  }
}

.categorias-home {
  background: #efdccd;
}

@media only screen and (max-width: 600px) {
  .categorias-home {
    padding-top: 30px;
  }
}

.categorias-home .container {
  text-align: center;
}

.categorias-home .container .titulo {
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 1360px) {
  .categorias-home .container .titulo {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .categorias-home .container .titulo {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 991px) {
  .categorias-home .container .titulo {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .categorias-home .container .titulo {
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .categorias-home .container .row {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .categorias-home .container .row .col {
    width: 33.333% !important;
  }
}

@media only screen and (max-width: 600px) {
  .categorias-home .container .row .col {
    width: 50% !important;
  }
}

.categorias-home .container .row .col.colcategoria {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .categorias-home .container .row .col.colcategoria {
    margin-top: 30px;
  }
}

.categorias-home .container .row .col.colcategoria h3 {
  margin: 0;
}

.categorias-home .container .row .col.colcategoria h3 i {
  font-family: "Work Sans", sans-serif;
  color: #c3a084;
  display: block;
  font-weight: 500;
  font-size: 70%;
  font-style: normal;
}

.categorias-home .container .row .col.colcategoria h3 a, .categorias-home .container .row .col.colcategoria h3 span {
  color: #43301e;
}

.categorias-home .container .row .col.colcategoria h3 a img, .categorias-home .container .row .col.colcategoria h3 span img {
  opacity: 1;
  filter: alpha(opacity=100);
  border-radius: 30px;
  margin: 0 0 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .categorias-home .container .row .col.colcategoria h3 a img, .categorias-home .container .row .col.colcategoria h3 span img {
    margin: 0 0 20px 0;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .categorias-home .container .row .col.colcategoria h3 a img, .categorias-home .container .row .col.colcategoria h3 span img {
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}

.categorias-home .container .row .col.colcategoria h3 a:hover, .categorias-home .container .row .col.colcategoria h3 span:hover {
  color: #c3a084;
}

@media only screen and (max-width: 1199px) {
  .categorias-home .container .row .col.colcategoria h3 a:hover, .categorias-home .container .row .col.colcategoria h3 span:hover {
    color: #43301e;
  }
}

.categorias-home .container .row .col.colcategoria h3 a:hover img, .categorias-home .container .row .col.colcategoria h3 span:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

@media only screen and (max-width: 1199px) {
  .categorias-home .container .row .col.colcategoria h3 a:hover img, .categorias-home .container .row .col.colcategoria h3 span:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.categorias-home .container .row .col.colcategoria:nth-child(1) h3 a img {
  border-top-left-radius: 50%;
}

@media only screen and (max-width: 600px) {
  .categorias-home .container .row .col.colcategoria:nth-child(1) h3 a img {
    border-top-left-radius: 10px;
  }
}

.categorias-home .container .row .col.colcategoria:nth-child(3) h3 a img, .categorias-home .container .row .col.colcategoria:nth-child(3) h3 span img {
  border-bottom-right-radius: 50%;
}

@media only screen and (max-width: 600px) {
  .categorias-home .container .row .col.colcategoria:nth-child(3) h3 a img, .categorias-home .container .row .col.colcategoria:nth-child(3) h3 span img {
    border-bottom-right-radius: 10px;
  }
}

.categorias-home .container .row .col.colcategoria:nth-child(3) h3 a:hover, .categorias-home .container .row .col.colcategoria:nth-child(3) h3 span:hover {
  /*color: $marronoscuro;
                  @include responsive(responsive1199){
                    color: $marronoscuro;
                  }
                  img {
                    @include opacity(1);
                    @include responsive(responsive1199){
                      @include opacity(1);
                    }
                  }*/
}

/* Fiosofia */
.bloque-filosofia {
  background: white;
}

@media only screen and (max-width: 767px) {
  .bloque-filosofia {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-filosofia .container .row .col.coltexto {
    width: 100% !important;
  }
}

.bloque-filosofia .container .row .col.coltexto .titulo {
  margin: 0 0 30px 0;
  color: #c3a084;
}

@media only screen and (max-width: 991px) {
  .bloque-filosofia .container .row .col.coltexto .titulo {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-filosofia .container .row .col.coltexto .titulo {
    margin: 0 0 10px 0;
  }
}

.bloque-filosofia .container .row .col.coltexto .boton {
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .bloque-filosofia .container .row .col.coltexto .boton {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-filosofia .container .row .col.coltexto .boton {
    margin: 20px 0 0 0;
  }
}

.bloque-filosofia .container .row .col.colimagen {
  z-index: 2;
  padding: 40px 20px 40px 120px;
}

@media only screen and (max-width: 1360px) {
  .bloque-filosofia .container .row .col.colimagen {
    padding: 40px 15px 40px 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-filosofia .container .row .col.colimagen {
    padding: 40px 10px 40px 80px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-filosofia .container .row .col.colimagen {
    padding: 40px 10px 40px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-filosofia .container .row .col.colimagen {
    padding: 20px 10px 0 10px;
    width: 100% !important;
  }
}

.bloque-filosofia .container .row .col.colimagen img {
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media only screen and (max-width: 767px) {
  .iconos-destacados {
    padding-top: 0;
  }
}

.iconos-destacados .container .row {
  justify-content: center;
}

.iconos-destacados .container .row .col.coldestacado {
  text-align: center;
  max-width: 440px;
  padding: 0 40px;
}

@media only screen and (max-width: 1600px) {
  .iconos-destacados .container .row .col.coldestacado {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .iconos-destacados .container .row .col.coldestacado {
    max-width: 33.3333%;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .iconos-destacados .container .row .col.coldestacado {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .iconos-destacados .container .row .col.coldestacado {
    max-width: 100% !important;
    padding: 40px 20px 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .iconos-destacados .container .row .col.coldestacado {
    max-width: 100% !important;
    padding: 30px 20px 0 20px;
  }
}

.iconos-destacados .container .row .col.coldestacado img {
  width: 160px;
  height: auto;
  margin: 0 auto 40px auto;
}

@media only screen and (max-width: 1199px) {
  .iconos-destacados .container .row .col.coldestacado img {
    margin: 0 auto 30px auto;
    width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .iconos-destacados .container .row .col.coldestacado img {
    width: 120px;
    margin: 0 auto 20px auto;
  }
}

@media only screen and (max-width: 1199px) {
  .iconos-destacados .container .row .col.coldestacado .minititulo {
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 991px) {
  .iconos-destacados .container .row .col.coldestacado .minititulo {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .iconos-destacados .container .row .col.coldestacado .minititulo {
    margin: 0 0 5px 0;
  }
}

.iconos-destacados .container .row .col.coldestacado p {
  margin: 0;
}

.bloque-tamara {
  background: #efdccd;
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 1360px) {
  .bloque-tamara {
    padding: 80px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-tamara {
    padding: 60px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-tamara {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-tamara {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-tamara {
    padding: 30px 0 20px 0;
  }
}

.bloque-tamara .container .row .col.coltexto {
  padding-top: 120px;
  padding-bottom: 240px;
}

@media only screen and (max-width: 1360px) {
  .bloque-tamara .container .row .col.coltexto {
    padding-top: 100px;
    padding-bottom: 220px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-tamara .container .row .col.coltexto {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-tamara .container .row .col.coltexto {
    padding-top: 60px;
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-tamara .container .row .col.coltexto {
    padding-top: 40px;
    padding-bottom: 160px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-tamara .container .row .col.coltexto {
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.bloque-tamara .container .row .col.coltexto .titulo {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 991px) {
  .bloque-tamara .container .row .col.coltexto .titulo {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-tamara .container .row .col.coltexto .titulo {
    margin: 0 0 10px 0;
  }
}

.bloque-tamara .container .row .col.coltexto .boton {
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .bloque-tamara .container .row .col.coltexto .boton {
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-tamara .container .row .col.coltexto .boton {
    margin: 20px 0 0 0;
  }
}

.bloque-tamara .container .row .col.colimagen {
  z-index: 2;
  padding: 0 120px 0 20px;
}

@media only screen and (max-width: 1360px) {
  .bloque-tamara .container .row .col.colimagen {
    padding: 0 100px 0 15px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-tamara .container .row .col.colimagen {
    padding: 0 60px 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-tamara .container .row .col.colimagen {
    padding: 0 30px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-tamara .container .row .col.colimagen {
    padding: 0 10px 0 10px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-tamara .container .row .col.colimagen {
    margin: 0;
  }
}

.bloque-tamara .container .row .col.colimagen img {
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.bloque-tamara:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: #f7efea;
  z-index: 0;
}

@media only screen and (max-width: 600px) {
  .bloque-tamara:after {
    display: none;
  }
}

/* Contacto */
.formulario-contacto .container .titulo {
  text-align: center;
  margin: 0 0 60px 0;
  color: #c3a084;
}

@media only screen and (max-width: 1199px) {
  .formulario-contacto .container .titulo {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 991px) {
  .formulario-contacto .container .titulo {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .formulario-contacto .container .titulo {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .formulario-contacto .container .titulo {
    margin: 0 0 20px 0;
  }
}

.formulario-contacto .container .formulario {
  text-align: left;
}

.formulario-contacto .container .formulario .linea-formulario {
  width: 100%;
  min-height: 80px;
}

@media only screen and (max-width: 600px) {
  .formulario-contacto .container .formulario .linea-formulario {
    min-height: inherit;
    padding: 0 0 20px 0;
  }
}

.formulario-contacto .container .formulario .linea-formulario ::placeholder {
  color: #c3a084;
  opacity: 1;
}

.formulario-contacto .container .formulario .linea-formulario :-ms-input-placeholder {
  color: #c3a084;
}

.formulario-contacto .container .formulario .linea-formulario ::-ms-input-placeholder {
  color: #c3a084;
}

.formulario-contacto .container .formulario .linea-formulario input, .formulario-contacto .container .formulario .linea-formulario textarea {
  width: 100%;
  font-size: 18px;
  height: 50px;
  border: 0;
  border-bottom: 1px solid #43301e;
  border-radius: 0;
  padding: 10px 0;
  background: transparent;
  color: #43301e;
}

@media only screen and (max-width: 991px) {
  .formulario-contacto .container .formulario .linea-formulario input, .formulario-contacto .container .formulario .linea-formulario textarea {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .formulario-contacto .container .formulario .linea-formulario input, .formulario-contacto .container .formulario .linea-formulario textarea {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .formulario-contacto .container .formulario .linea-formulario input, .formulario-contacto .container .formulario .linea-formulario textarea {
    padding: 5px 0;
  }
}

.formulario-contacto .container .formulario .linea-formulario textarea {
  height: 200px;
  resize: none;
}

@media only screen and (max-width: 480px) {
  .formulario-contacto .container .formulario .linea-formulario textarea {
    height: 120px;
  }
}

.formulario-contacto .container .formulario .linea-formulario .simple-label {
  color: white;
  font-weight: normal;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 600px) {
  .formulario-contacto .container .formulario .linea-formulario .simple-label {
    width: 100%;
    margin: 0 0 10px 0;
    display: block;
  }
}

.formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox {
  width: 50%;
}

.formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  width: auto;
}

@media only screen and (max-width: 600px) {
  .formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
  }
}

.formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  width: 100%;
  height: 25px;
  text-align: center;
  line-height: 25px;
  display: block;
  text-transform: inherit;
  margin: 0;
  font-weight: normal;
  padding: 0 10px 0 30px;
  color: #43301e;
}

.formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input {
  border: 1px solid #43301e;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  border-radius: 0;
  padding: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: transparent;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:hover:after, .formulario-contacto .container .formulario .linea-formulario .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item input:checked:after {
  background: #43301e;
}

.formulario-contacto .container .formulario .linea-formulario .linea-formulario50 {
  display: inline-block;
  width: calc(50% - 4px);
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .formulario-contacto .container .formulario .linea-formulario .linea-formulario50 {
    padding: 0 10px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .formulario-contacto .container .formulario .linea-formulario .linea-formulario50 {
    width: 100%;
    padding: 0;
  }
}

.formulario-contacto .container .formulario .linea-formulario .linea-formulario50:nth-child(even) {
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .formulario-contacto .container .formulario .linea-formulario .linea-formulario50:nth-child(even) {
    padding: 0  0 0 10px;
  }
}

@media only screen and (max-width: 600px) {
  .formulario-contacto .container .formulario .linea-formulario .linea-formulario50:nth-child(even) {
    padding: 20px 0 0 0;
  }
}

.formulario-contacto .container .formulario .linea-formulario.linea-aceptar {
  min-height: 60px;
}

.formulario-contacto .container .formulario .linea-formulario.linea-aceptar .wpcf7-checkbox .wpcf7-list-item {
  position: absolute;
  top: 0;
  left: -30px;
  margin: 0 10px 0 0;
}

.formulario-contacto .container .formulario .linea-formulario.linea-aceptar .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}

.formulario-contacto .container .formulario .linea-formulario.linea-aceptar .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  color: red;
}

.formulario-contacto .container .formulario .linea-formulario.linea-aceptar p {
  color: #43301e;
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  .formulario-contacto .container .formulario .linea-formulario.linea-aceptar p {
    font-size: 12px;
  }
}

.formulario-contacto .container .formulario .linea-formulario.linea-aceptar p a {
  color: #43301e;
  text-decoration: underline;
  font-weight: 400;
}

.formulario-contacto .container .formulario .linea-envio .wpcf7-spinner {
  display: block;
  margin: 20px auto 0 auto;
}

.formulario-contacto .container .formulario .linea-envio .wpcf7-submit {
  margin: 0 auto;
  display: table;
  height: 52px;
  font-size: 18px;
  line-height: 34px;
  padding: 8px 40px;
  color: white;
  border: none !important;
  background: #ce9f9f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .formulario-contacto .container .formulario .linea-envio .wpcf7-submit {
    height: 42px;
    font-size: 18px;
    line-height: 32px;
    padding: 5px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .formulario-contacto .container .formulario .linea-envio .wpcf7-submit {
    height: 38px;
    font-size: 16px;
    line-height: 28px;
    padding: 5px 30px;
  }
}

.formulario-contacto .container .formulario .linea-envio .wpcf7-submit:hover {
  background: #43301e;
}

@media only screen and (max-width: 1199px) {
  .formulario-contacto .container .formulario .linea-envio .wpcf7-submit:hover {
    background: #ce9f9f;
  }
}

@media only screen and (max-width: 600px) {
  .formulario-contacto .container .formulario .linea-aceptar {
    min-height: 70px;
  }
}

.formulario-contacto .container .formulario .linea-aceptar p {
  margin: 8px 0 0 30px;
  font-weight: normal;
}

.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-weight: 400;
  margin: 10px 0 0 0;
  color: red;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #c3a084 !important;
  color: #c3a084;
}

.wpcf7 .ajax-loader {
  top: 6px;
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red !important;
  color: red;
}

.page-template-template-contacto .footer-contacto .container .boton {
  display: none;
}

/* Categorias */
.intro-tienda .container {
  text-align: center;
}

.intro-tienda .container .titulo {
  color: #c3a084;
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 991px) {
  .intro-tienda .container .titulo {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro-tienda .container .titulo {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .intro-tienda .container .titulo {
    margin: 0 0 20px 0;
  }
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul {
  display: flex;
  margin: 0 auto;
  align-content: unset;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .intro-tienda .container .filtro-productos .menu-categorias-container ul {
    display: block;
    width: 100%;
    border-top: 1px solid #c3a084;
  }
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li {
  display: none;
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-item a {
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-item a {
    background: #c3a084;
    color: #f7efea;
  }
}

@media only screen and (max-width: 767px) {
  .intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-item ul li a {
    background: #f7efea;
    color: #43301e;
  }
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li a {
  color: #43301e;
  margin: 0 15px;
}

@media only screen and (max-width: 991px) {
  .intro-tienda .container .filtro-productos .menu-categorias-container ul li a {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .intro-tienda .container .filtro-productos .menu-categorias-container ul li a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #c3a084;
    margin: 0;
    padding: 5px;
  }
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li ul {
  display: flex;
  float: right;
}

@media only screen and (max-width: 767px) {
  .intro-tienda .container .filtro-productos .menu-categorias-container ul li ul {
    width: 100%;
    display: block;
    float: none;
    border-top: 0;
  }
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li ul .dropdown {
  display: none !important;
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li ul li.current-menu-item a {
  font-weight: 600 !important;
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-ancestor, .intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-item {
  display: block;
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-ancestor ul li, .intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-item ul li {
  display: block;
}

.intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-ancestor ul li a, .intro-tienda .container .filtro-productos .menu-categorias-container ul li.current-menu-item ul li a {
  font-weight: 400;
}

.lista-productos .container .row {
  margin-left: -30px;
  margin-right: -30px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 1360px) {
  .lista-productos .container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.lista-productos .container .row li.product, .lista-productos .container .row .product {
  width: 33.33333%;
  margin: 0;
  list-style: none;
  position: relative;
  padding: 15px 30px;
}

@media only screen and (max-width: 1360px) {
  .lista-productos .container .row li.product, .lista-productos .container .row .product {
    padding: 0 15px 20px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos .container .row li.product, .lista-productos .container .row .product {
    padding: 0 10px 20px 10px;
  }
}

@media only screen and (max-width: 767px) {
  .lista-productos .container .row li.product, .lista-productos .container .row .product {
    width: 50%;
    margin: 0 !important;
  }
}

@media only screen and (max-width: 600px) {
  .lista-productos .container .row li.product, .lista-productos .container .row .product {
    padding: 5px;
  }
}

.lista-productos .container .row li.product a, .lista-productos .container .row .product a {
  text-align: center;
}

.lista-productos .container .row li.product a img, .lista-productos .container .row .product a img {
  border-radius: 20px;
  margin: 0 0 30px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 991px) {
  .lista-productos .container .row li.product a img, .lista-productos .container .row .product a img {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .lista-productos .container .row li.product a img, .lista-productos .container .row .product a img {
    margin: 0 0 15px 0;
    border-radius: 10px;
  }
}

.lista-productos .container .row li.product a:hover img, .lista-productos .container .row .product a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

@media only screen and (max-width: 1199px) {
  .lista-productos .container .row li.product a:hover img, .lista-productos .container .row .product a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.lista-productos .container .row li.product a h2, .lista-productos .container .row .product a h2 {
  font-family: "Rosha Keylin";
  font-weight: normal;
  font-size: 25px;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #c3a084;
}

@media only screen and (max-width: 1199px) {
  .lista-productos .container .row li.product a h2, .lista-productos .container .row .product a h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos .container .row li.product a h2, .lista-productos .container .row .product a h2 {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .lista-productos .container .row li.product a h2, .lista-productos .container .row .product a h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .lista-productos .container .row li.product a h2, .lista-productos .container .row .product a h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .lista-productos .container .row li.product a h2, .lista-productos .container .row .product a h2 {
    font-size: 16px;
    line-height: 20px;
  }
}

.lista-productos .container .row li.product a h2 span, .lista-productos .container .row .product a h2 span {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  display: block;
  color: #c3a084;
  font-weight: 500;
  margin: 5px auto 0 auto;
}

@media only screen and (max-width: 1199px) {
  .lista-productos .container .row li.product a h2 span, .lista-productos .container .row .product a h2 span {
    font-size: 22px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos .container .row li.product a h2 span, .lista-productos .container .row .product a h2 span {
    font-size: 20px;
    line-height: 24px;
    margin: 2px auto 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .lista-productos .container .row li.product a h2 span, .lista-productos .container .row .product a h2 span {
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .lista-productos .container .row li.product a h2 span, .lista-productos .container .row .product a h2 span {
    font-size: 16px;
    line-height: 18px;
  }
}

.lista-productos .container .row li.product a .price, .lista-productos .container .row .product a .price {
  text-align: center;
  font-size: 22px;
  line-height: 26px;
  color: #43301e;
  font-weight: 500;
  display: block;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .lista-productos .container .row li.product a .price, .lista-productos .container .row .product a .price {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos .container .row li.product a .price, .lista-productos .container .row .product a .price {
    font-size: 18px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .lista-productos .container .row li.product a .price, .lista-productos .container .row .product a .price {
    font-size: 16px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .lista-productos .container .row li.product a .price, .lista-productos .container .row .product a .price {
    font-size: 15px;
    line-height: 16px;
  }
}

.lista-productos .container .row li.product a.button, .lista-productos .container .row .product a.button {
  display: none;
}

.lista-productos .container .row li.product a.button.add_to_wishlist, .lista-productos .container .row .product a.button.add_to_wishlist {
  display: block !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #c3a084;
  background: transparent;
  margin: 0 0 0 auto;
  padding: 0;
  text-align: center;
  line-height: 54px;
  font-size: 28px;
  color: #c3a084;
}

@media only screen and (max-width: 991px) {
  .lista-productos .container .row li.product a.button.add_to_wishlist, .lista-productos .container .row .product a.button.add_to_wishlist {
    -moz-transform: scale(0.85);
    -o-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}

@media only screen and (max-width: 600px) {
  .lista-productos .container .row li.product a.button.add_to_wishlist, .lista-productos .container .row .product a.button.add_to_wishlist {
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.lista-productos .container .row li.product a.button.add_to_wishlist .yith-wcwl-icon, .lista-productos .container .row .product a.button.add_to_wishlist .yith-wcwl-icon {
  margin: 0;
}

.lista-productos .container .row li.product a.button.add_to_wishlist .yith-wcwl-icon:before, .lista-productos .container .row .product a.button.add_to_wishlist .yith-wcwl-icon:before {
  font-family: "icomoon";
  content: "\e908";
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lista-productos .container .row li.product a.button.add_to_wishlist:hover, .lista-productos .container .row .product a.button.add_to_wishlist:hover {
  border: 2px solid #43301e;
}

@media only screen and (max-width: 1199px) {
  .lista-productos .container .row li.product a.button.add_to_wishlist:hover, .lista-productos .container .row .product a.button.add_to_wishlist:hover {
    border: 2px solid #c3a084;
  }
}

.lista-productos .container .row li.product a.button.add_to_wishlist:hover .yith-wcwl-icon:before, .lista-productos .container .row .product a.button.add_to_wishlist:hover .yith-wcwl-icon:before {
  content: "\e909";
  color: #43301e;
}

@media only screen and (max-width: 1199px) {
  .lista-productos .container .row li.product a.button.add_to_wishlist:hover .yith-wcwl-icon:before, .lista-productos .container .row .product a.button.add_to_wishlist:hover .yith-wcwl-icon:before {
    content: "\e908";
    color: #c3a084;
  }
}

.lista-productos .container .row li.product a.button.add_to_wishlist span, .lista-productos .container .row .product a.button.add_to_wishlist span {
  display: none;
}

/* Ficha producto */
.woocommerce-breadcrumb, .envio-producto {
  max-width: 100%;
  padding: 20px 150px !important;
  text-align: right;
  margin: 0 !important;
  color: #c3a084 !important;
}

@media only screen and (max-width: 1600px) {
  .woocommerce-breadcrumb, .envio-producto {
    max-width: 100%;
    padding: 20px 40px !important;
  }
}

@media only screen and (max-width: 1360px) {
  .woocommerce-breadcrumb, .envio-producto {
    padding: 20px 30px !important;
  }
}

@media only screen and (max-width: 991px) {
  .woocommerce-breadcrumb, .envio-producto {
    padding: 15px 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  .woocommerce-breadcrumb, .envio-producto {
    padding: 10px 20px !important;
  }
}

.woocommerce-breadcrumb a, .woocommerce-breadcrumb span, .envio-producto a, .envio-producto span {
  color: #43301e !important;
}

.woocommerce-breadcrumb a:hover, .envio-producto a:hover {
  color: #c3a084 !important;
}

@media only screen and (max-width: 1199px) {
  .woocommerce-breadcrumb a:hover, .envio-producto a:hover {
    color: #43301e !important;
  }
}

.woocommerce-breadcrumb {
  display: none;
}

.miguitas .woocommerce-breadcrumb {
  display: block;
}

.envio-producto {
  background: #c3a084;
  text-align: center;
}

.envio-producto .envio {
  color: #f7efea;
  font-weight: 500;
  margin: 0 auto;
}

.woocommerce-notices-wrapper {
  max-width: calc(100vw - 300px);
  margin: 0 auto;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .woocommerce-notices-wrapper {
    max-width: 100%;
  }
}

.woocommerce-notices-wrapper .woocommerce-message {
  background: #96b9a8;
  border: none !important;
  color: #f7efea;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  justify-content: center;
  font-weight: 500;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #f7efea;
  position: inherit;
  top: inherit;
  left: inherit;
  margin: 0 5px 0 0;
  display: none !important;
}

.woocommerce-notices-wrapper .woocommerce-message .button {
  float: none !important;
  order: 2;
  margin: 0 0 0 10px;
  border-radius: 0;
  font-weight: 500;
  background: #43301e;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f7efea;
}

.woocommerce-notices-wrapper .woocommerce-message .button:hover {
  color: #43301e;
  background: #f7efea;
}

@media only screen and (max-width: 1199px) {
  .woocommerce-notices-wrapper .woocommerce-message .button:hover {
    background: #43301e;
    color: #f7efea;
  }
}

.onsale {
  display: none !important;
}

.product-type-variable #preciosimple {
  display: none;
}

.mas-menos {
  width: 100px;
  height: 50px;
  position: relative;
  z-index: 1;
  float: left;
  border: 1px solid #43301e;
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 991px) {
  .mas-menos {
    height: 40px;
    margin: 0 10px 0 0;
    width: 80px;
  }
}

.mas-menos button {
  width: 30px;
  border: none !important;
  background: transparent;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  font-weight: normal;
  font-family: "Work Sans", sans-serif;
  text-align: right;
  position: absolute;
  top: 0;
  color: #43301e;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .mas-menos button {
    height: 38px;
    line-height: 38px;
  }
}

.mas-menos button:hover {
  color: #43301e;
}

@media only screen and (max-width: 991px) {
  .mas-menos button:hover {
    color: #43301e;
  }
}

.mas-menos button.minus {
  left: 0;
}

.mas-menos button.plus {
  right: 0;
  text-align: left;
}

.quantity {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 50px;
  left: 30px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .quantity {
    height: 40px;
    left: 20px;
  }
}

.quantity input {
  border: 0;
  width: 100% !important;
  height: 50px;
  font-size: 18px;
  color: #43301e;
  background: transparent;
  font-family: "Work Sans", sans-serif;
  font-weight: normal;
}

@media only screen and (max-width: 991px) {
  .quantity input {
    height: 40px;
  }
}

.button.single_add_to_cart_button {
  font-size: 18px;
  line-height: 50px;
  margin: 0 0 20px 0;
  padding: 0 25px;
  color: #43301e;
  font-family: "Work Sans", sans-serif;
  text-transform: lowercase;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 0;
  position: relative;
  display: table;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .button.single_add_to_cart_button {
    font-size: 16px;
    line-height: 16px;
    padding: 12px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .button.single_add_to_cart_button {
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
  }
}

.button.single_add_to_cart_button:hover {
  background: #43301e;
}

.button.single_add_to_cart_button.boton-verde {
  background: #ce9f9f;
  color: #43301e;
}

.button.single_add_to_cart_button.boton-verde:hover {
  background: #43301e;
  color: white;
}

#yith-wcwl-popup-message {
  border-radius: 40px;
}

.yith-wcwl-add-to-wishlist {
  margin: 0;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  text-align: center;
  margin: 15px 0 0 0;
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback i {
  display: none;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #c3a084 !important;
  font-weight: 500;
  text-decoration: underline;
  display: table;
  margin: 0 auto;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #43301e !important;
}

@media only screen and (max-width: 1199px) {
  .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #c3a084 !important;
  }
}

.ficha-producto .container .producto-customizado {
  display: flex;
}

@media only screen and (max-width: 600px) {
  .ficha-producto .container .producto-customizado {
    display: block;
  }
}

.ficha-producto .container .producto-customizado .img-product {
  width: 50%;
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .ficha-producto .container .producto-customizado .img-product {
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .ficha-producto .container .producto-customizado .img-product {
    width: 100%;
    padding: 0;
  }
}

.ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery {
  float: none;
  width: 100%;
  padding: 0;
}

.ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-viewport {
  border-radius: 20px;
}

.ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px;
}

.ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 10%;
  float: none;
  clear: none !important;
  padding: 5px;
}

@media only screen and (max-width: 1199px) {
  .ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 12.5%;
  }
}

@media only screen and (max-width: 991px) {
  .ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 16.6666%;
  }
}

@media only screen and (max-width: 767px) {
  .ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 20%;
  }
}

@media only screen and (max-width: 480px) {
  .ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-control-thumbs li {
    width: 16.6666%;
  }
}

.ficha-producto .container .producto-customizado .img-product .woocommerce-product-gallery .flex-control-thumbs li img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ficha-producto .container .producto-customizado .info-product {
  width: 50%;
  padding: 0 160px 0 30px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .ficha-producto .container .producto-customizado .info-product {
    padding: 0 60px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .ficha-producto .container .producto-customizado .info-product {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .ficha-producto .container .producto-customizado .info-product {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  .ficha-producto .container .producto-customizado .info-product {
    width: 100%;
  }
}

.ficha-producto .container .producto-customizado .info-product .sello {
  position: absolute;
  top: 0;
  right: 10px;
  width: 140px;
  height: 140px;
  -webkit-animation: heartbeat 4s linear infinite;
  -moz-animation: heartbeat 4s linear infinite;
  -ms-animation: heartbeat 4s linear infinite;
  -o-animation: heartbeat 4s linear infinite;
  animation: heartbeat 4s linear infinite;
}

@media only screen and (max-width: 1199px) {
  .ficha-producto .container .producto-customizado .info-product .sello {
    width: 120px;
    height: 120px;
    right: 0;
    top: -10px;
  }
}

@media only screen and (max-width: 991px) {
  .ficha-producto .container .producto-customizado .info-product .sello {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .ficha-producto .container .producto-customizado .info-product .sello {
    top: 0;
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .ficha-producto .container .producto-customizado .info-product .titulo {
    padding: 0 60px 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .ficha-producto .container .producto-customizado .info-product .titulo {
    padding: 0 120px 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .ficha-producto .container .producto-customizado .info-product .titulo {
    padding: 0 100px 0 0;
  }
}

.ficha-producto .container .producto-customizado .info-product .titulo span {
  font-family: "Work Sans", sans-serif;
  color: #c3a084;
  font-size: 70%;
  display: block;
  font-weight: 500;
}

.ficha-producto .container .producto-customizado .info-product .price {
  font-size: 24px !important;
  line-height: 24px !important;
  font-weight: 600;
  color: #43301e !important;
}

@media only screen and (max-width: 991px) {
  .ficha-producto .container .producto-customizado .info-product .price {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  .ficha-producto .container .producto-customizado .info-product .price {
    font-size: 16px !important;
    line-height: 16px !important;
  }
}

.ficha-producto .container .producto-customizado .info-product .price:after {
  content: "IVA INCLUIDO";
  font-size: 75%;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 0 10px;
}

.ficha-producto .container .producto-customizado .info-product .variations .label {
  padding: 0;
}

.ficha-producto .container .producto-customizado .info-product .variations label {
  display: none;
}

.ficha-producto .container .producto-customizado .info-product .variations .value .select_box_image:before {
  font-weight: 400;
  content: "Selecciona el estampado";
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  .ficha-producto .container .producto-customizado .info-product .variations .value .select_box_image:before {
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .ficha-producto .container .producto-customizado .info-product .variations .value .select_box_image:before {
    font-size: 14px;
    line-height: 20px;
  }
}

.ficha-producto .container .producto-customizado .info-product .variations .value .select_option {
  margin: 0 5px 5px 0;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ficha-producto .container .producto-customizado .info-product .variations .value .select_option img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid transparent;
}

.ficha-producto .container .producto-customizado .info-product .variations .value .select_option.selected {
  border: 1px solid #43301e;
}

.ficha-producto .container .producto-customizado .info-product .variations .value .select_option:hover {
  border: 1px solid #43301e;
}

.ficha-producto .container .producto-customizado .info-product .variations .value .reset_variations {
  display: none !important;
}

.ficha-producto .container .producto-customizado .info-product .single_variation_wrap .woocommerce-variation-price {
  display: block;
  margin: 0 0 20px 0;
}

.ficha-producto .container .producto-customizado .info-product .woocommerce-variation-add-to-cart, .ficha-producto .container .producto-customizado .info-product .cart {
  position: relative;
}

.ficha-producto .container .producto-customizado .info-product .single_add_to_cart_button {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0;
  padding: 0 30px;
  background: #ce9f9f;
}

@media only screen and (max-width: 991px) {
  .ficha-producto .container .producto-customizado .info-product .single_add_to_cart_button {
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    letter-spacing: 0;
    padding: 0 10px;
    width: calc(100% - 90px);
  }
}

.ficha-producto .container .producto-customizado .info-product .single_add_to_cart_button:hover {
  background: #43301e;
}

@media only screen and (max-width: 1199px) {
  .ficha-producto .container .producto-customizado .info-product .single_add_to_cart_button:hover {
    background: #ce9f9f;
  }
}

.ficha-producto .container .producto-customizado .info-product .yith-wcwl-add-to-wishlist {
  margin: 30px 0;
}

.ficha-producto .container .producto-customizado .info-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button {
  background: none !important;
  color: #43301e;
  font-weight: 500;
  padding: 0 0 0 50px;
  position: relative;
}

.ficha-producto .container .producto-customizado .info-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button .yith-wcwl-icon {
  position: absolute;
  top: -10px;
  left: 0;
}

.ficha-producto .container .producto-customizado .info-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button .yith-wcwl-icon:before {
  font-family: "icomoon";
  content: "\e908";
  font-size: 35px;
}

.ficha-producto .container .producto-customizado .info-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  text-align: left;
}

.ficha-producto .container .producto-customizado .info-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  margin: 0;
}

.wvg-single-gallery-image-container {
  border-radius: 20px;
}

.wvg-single-gallery-image-container img {
  border-radius: 20px;
}

.woo-variation-gallery-thumbnail-wrapper, .woo-variation-gallery-thumbnail-slider {
  margin: 5px 0 0 0 !important;
}

.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  padding: 5px;
  border-radius: 10px;
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow, .woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
  background: #c3a084;
  width: 30px !important;
  height: 30px !important;
  z-index: 1;
  top: calc(50% - 15px);
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
  left: 5px !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow {
  right: 0 !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow, .woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  background: #c3a084;
  opacity: 1 !important;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-prev-arrow {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.woo-variation-gallery-slider-wrapper .wvg-slider-next-arrow {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.accordion .extra-box .link .minititulo {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #c3a084;
}

.accordion .extra-box .link .minititulo span {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.accordion .extra-box .link .minititulo:hover {
  color: #c3a084;
}

@media only screen and (max-width: 1199px) {
  .accordion .extra-box .link .minititulo:hover {
    color: #43301e;
  }
}

.accordion .extra-box .submenu {
  display: none;
}

.accordion .extra-box .submenu p {
  margin: 0 0 10px 0;
}

.accordion .extra-box .submenu p:last-child {
  margin: 0 0 30px 0;
}

.accordion .extra-box.open .link .minititulo span {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.lista-productos.related {
  background: white;
}

.lista-productos.related .container .row ul.products {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .lista-productos.related .container .row ul.products {
    margin: 20px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .lista-productos.related .container .row ul.products {
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .lista-productos.related .container .row ul.products {
    flex-wrap: wrap;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .lista-productos.related .container .row ul.products li {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .lista-productos.related .container .row ul.products li:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lista-productos.related .container .row ul.products li:nth-child(4) {
    display: block;
  }
}

.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle {
  width: 100%;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-thankyou-order-received {
  border-top: none !important;
  padding: 15px 15px 15px 40px !important;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
  background-color: #efdccd;
  color: #43301e;
  border-radius: 10px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-thankyou-order-received {
    font-size: 13px;
  }
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .woocommerce-thankyou-order-received:before {
  color: #43301e !important;
}

.woocommerce-message a, .woocommerce-error a, .woocommerce-info a, .woocommerce-thankyou-order-received a {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 600px) {
  .woocommerce-message a, .woocommerce-error a, .woocommerce-info a, .woocommerce-thankyou-order-received a {
    font-size: 13px;
  }
}

.woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-thankyou-order-received a.button {
  height: 30px;
  border-radius: 30px;
  background: #43301e;
  color: white;
  line-height: 30px;
  padding: 0 20px;
  margin: -5px 0;
}

.woocommerce-message a.button:hover, .woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-thankyou-order-received a.button:hover {
  background: #43301e;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .woocommerce-message a.button:hover, .woocommerce-error a.button:hover, .woocommerce-info a.button:hover, .woocommerce-thankyou-order-received a.button:hover {
    color: #43301e;
  }
}

.woocommerce-message li, .woocommerce-error li, .woocommerce-info li, .woocommerce-thankyou-order-received li {
  margin: 0 !important;
}

/*Tables*/
.cabecera-blank {
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .cabecera-blank {
    padding: 60px 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .cabecera-blank {
    padding: 50px 0 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .cabecera-blank {
    padding: 50px 0 30px 0;
  }
}

@media only screen and (max-width: 480px) {
  .cabecera-blank {
    padding: 40px 0 20px 0;
  }
}

.cabecera-blank .container .cabecera-texto {
  width: 100%;
}

.cabecera-blank .container .cabecera-texto h1, .cabecera-blank .container .cabecera-texto h2, .cabecera-blank .container .cabecera-texto h3, .cabecera-blank .container .cabecera-texto h4, .cabecera-blank .container .cabecera-texto p {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .cabecera-blank .container .cabecera-texto h1, .cabecera-blank .container .cabecera-texto h2, .cabecera-blank .container .cabecera-texto h3, .cabecera-blank .container .cabecera-texto h4, .cabecera-blank .container .cabecera-texto p {
    text-align: left !important;
  }
}

.contenido-post {
  padding-top: 0;
}

.contenido-post img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 50px auto;
  display: block;
}

@media only screen and (max-width: 767px) {
  .contenido-post img {
    margin: 40px auto;
  }
}

@media only screen and (max-width: 600px) {
  .contenido-post img {
    margin: 30px auto;
  }
}

.contenido-post h1, .contenido-post h2, .contenido-post h3, .contenido-post h4, .contenido-post h5 {
  margin: 40px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .contenido-post h1, .contenido-post h2, .contenido-post h3, .contenido-post h4, .contenido-post h5 {
    margin: 30px 0 20px 0;
  }
}

.contenido-post p, .contenido-post a, .contenido-post li {
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 600px) {
  .contenido-post p, .contenido-post a, .contenido-post li {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 480px) {
  .contenido-post p, .contenido-post a, .contenido-post li {
    font-size: 13px;
    line-height: 22px;
  }
}

.contenido-post a {
  color: #c3a084;
  font-weight: 600;
  text-decoration: underline;
}

.contenido-post a:hover {
  color: #43301e;
}

@media only screen and (max-width: 1199px) {
  .contenido-post a:hover {
    color: #c3a084;
  }
}

.contenido-post ul, .contenido-post ol {
  padding: 0 0 10px 40px;
}

@media only screen and (max-width: 600px) {
  .contenido-post ul, .contenido-post ol {
    padding: 0 0 10px 30px;
  }
}

.contenido-post ul li, .contenido-post ol li {
  margin: 0 0 10px 0;
}

.contenido-post ul li {
  list-style: disc;
}

.contenido-post .woocommerce p, .contenido-post .woocommerce a, .contenido-post .woocommerce li, .contenido-post .woocommerce address {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 991px) {
  .contenido-post .woocommerce p, .contenido-post .woocommerce a, .contenido-post .woocommerce li, .contenido-post .woocommerce address {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .contenido-post .woocommerce p, .contenido-post .woocommerce a, .contenido-post .woocommerce li, .contenido-post .woocommerce address {
    font-size: 12px;
  }
}

.contenido-post .woocommerce input, .contenido-post .woocommerce textarea {
  font-size: 14px !important;
}

@media only screen and (max-width: 991px) {
  .contenido-post .woocommerce input, .contenido-post .woocommerce textarea {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 600px) {
  .contenido-post .woocommerce input, .contenido-post .woocommerce textarea {
    font-size: 12px !important;
  }
}

.includes_tax {
  display: none;
}

.woocommerce-cart .blank-page .container .titulo, .woocommerce-account .blank-page .container .titulo {
  text-align: center;
  /*margin: 0 0 60px 0;
        @include responsive(responsive991){
          margin: 0 0 50px 0;
        }
        @include responsive(responsive767){
          margin: 0 0 40px 0;
        }
        @include responsive(responsive600){
          margin: 0 0 35px 0;
        }
        @include responsive(responsive480){
          margin: 0 0 30px 0;
        }*/
}

.woocommerce-cart .blank-page .container .cart-collaterals .cart_totals .shop_table td, .woocommerce-account .blank-page .container .cart-collaterals .cart_totals .shop_table td {
  padding: 9px 10px;
}

.woocommerce-cart .blank-page .container .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator a, .woocommerce-account .blank-page .container .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator a {
  color: #43301e;
  font-weight: 500;
}

.woocommerce-account .blank-page .container .titulo {
  font-size: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 1199px) {
  .woocommerce-account .blank-page .container .titulo {
    font-size: 55px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .woocommerce-account .blank-page .container .titulo {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-account .blank-page .container .titulo {
    font-size: 45px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .woocommerce-account .blank-page .container .titulo {
    font-size: 40px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-account .blank-page .container .titulo {
    font-size: 35px;
    line-height: 35px;
  }
}

.woocommerce table.shop_table {
  border: 0;
  margin: 0;
  border-radius: 0;
  border-spacing: 0;
}

.woocommerce table.shop_table thead tr th {
  font-weight: bold;
  border-collapse: collapse;
}

@media only screen and (max-width: 480px) {
  .woocommerce table.shop_table thead tr th.product-add-to-cart {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table tr td {
    text-align: left !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table tr td:before {
    margin: 0 5px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
    background: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item.cart_item .product-subtotal {
    clear: both;
    margin: 20px 0 0 0;
  }
}

.woocommerce table.shop_table td {
  border-top: 1px solid #43301e;
  padding: 20px 10px;
  border-collapse: collapse;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table td {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table td {
    border: none;
  }
}

.woocommerce table.shop_table td.product-remove .remove {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  background: #c3a084;
  color: #f7efea !important;
  text-decoration: none !important;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce table.shop_table td.product-remove .remove:hover {
  background: #43301e;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table td.product-remove .remove:hover {
    background: #c3a084;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table td.product-thumbnail {
    display: block;
  }
}

.woocommerce table.shop_table td.product-thumbnail:before {
  display: none;
}

.woocommerce table.shop_table td.product-thumbnail a {
  width: 60px;
  height: auto;
  display: block;
  border-radius: 50%;
  background: white;
}

.woocommerce table.shop_table td.product-thumbnail a img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
}

.woocommerce table.shop_table td.product-name a {
  font-family: "Rosha Keylin";
  color: #43301e;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  text-decoration: none !important;
}

@media only screen and (max-width: 1199px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 20px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table td.product-name a {
    font-size: 18px;
    line-height: 20px;
  }
}

.woocommerce table.shop_table td.product-name p {
  font-size: 14px;
}

.woocommerce table.shop_table td.product-name .variation {
  margin: 5px 0 0 0 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.woocommerce table.shop_table td.product-name .variation p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 700;
}

.woocommerce table.shop_table td.product-price del {
  color: #c3a084;
}

.woocommerce table.shop_table td.product-price del span bdi {
  color: #43301e;
  font-weight: bold;
}

.woocommerce table.shop_table td.product-price .woocommerce-Price-amount {
  font-weight: 600;
  color: #43301e;
}

.woocommerce table.shop_table td.product-price ins {
  text-decoration: none !important;
}

.woocommerce table.shop_table td.product-price small {
  font-size: 10px;
  display: block;
}

.woocommerce table.shop_table td.product-price small.woocommerce-price-suffix {
  display: none !important;
}

.woocommerce table.shop_table td.product-quantity {
  position: relative;
}

.woocommerce table.shop_table td.product-quantity .quantity {
  position: absolute;
  z-index: 2;
  width: 80px;
  height: 30px;
  left: 10px;
  top: calc(50% - 15px);
  margin: 0;
  display: block;
  border: 1px solid #43301e;
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table td.product-quantity .quantity {
    left: 90px;
    top: 8px;
  }
}

.woocommerce table.shop_table td.product-quantity .quantity input {
  border: 0;
  width: 100%;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #43301e;
  width: 30px;
  position: absolute;
  left: 0;
  z-index: 1;
  background: transparent;
  font-family: "Work Sans", sans-serif;
}

.woocommerce table.shop_table td.product-quantity .quantity div {
  width: 80px;
  height: 30px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.woocommerce table.shop_table td.product-quantity .quantity div button {
  font-family: "Work Sans", sans-serif;
  border: none;
  background: transparent;
  width: 24px;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 0;
  color: #43301e;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce table.shop_table td.product-quantity .quantity div button.minus {
  left: 2px;
}

.woocommerce table.shop_table td.product-quantity .quantity div button.plus {
  right: 2px;
}

.woocommerce table.shop_table td.product-stock-status span {
  color: #43301e;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table td.product-add-to-cart {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce table.shop_table td.product-add-to-cart {
    display: none;
  }
}

.woocommerce table.shop_table td.product-add-to-cart a {
  font-size: 0;
  width: 50px;
  height: 50px;
  background: none !important;
  display: flex !important;
  text-decoration: none;
  color: #ce9f9f;
}

.woocommerce table.shop_table td.product-add-to-cart a:before {
  font-family: "icomoon";
  content: "\e907";
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  background: transparent;
  width: 50px;
  height: 50px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table td.product-add-to-cart a:before {
    border: 0;
  }
}

.woocommerce table.shop_table td.product-add-to-cart a:hover {
  color: #43301e;
}

.woocommerce table.shop_table .actions {
  padding: 40px 0 10px 0;
}

.woocommerce table.shop_table .actions .button {
  text-transform: uppercase;
  background: none;
  padding: 0;
  margin: 8px 0 0 0;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  color: #c3a084;
  border-bottom: 2px solid #c3a084;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table .actions .button {
    font-size: 15px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table .actions .button {
    float: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .woocommerce table.shop_table .actions .button {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
  }
}

.woocommerce table.shop_table .actions .button:hover {
  color: #43301e;
  border-bottom: 2px solid #43301e;
  background: none;
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table .actions .button {
    width: auto !important;
    float: right;
  }
}

.woocommerce table.shop_table .actions .coupon {
  background: transparent;
  width: 480px;
  height: 40px;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table .actions .coupon {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table .actions .coupon {
    width: 100%;
    margin: 0 0 10px 0;
    height: auto;
  }
}

.woocommerce table.shop_table .actions .coupon input {
  height: 38px;
  border: 0 !important;
  color: #43301e;
  padding: 0 !important;
  background: transparent;
  line-height: 40px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  margin: 0 !important;
  width: 300px;
  border-bottom: 1px solid #43301e !important;
}

@media only screen and (max-width: 991px) {
  .woocommerce table.shop_table .actions .coupon input {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table .actions .coupon input {
    font-size: 15px;
    width: 100% !important;
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce table.shop_table .actions .coupon .button {
    float: none !important;
    margin: 10px 0;
  }
}

.woocommerce table.shop_table .actions .coupon ::placeholder {
  color: #43301e;
  opacity: 1;
}

.woocommerce table.shop_table .actions .coupon :-ms-input-placeholder {
  color: #43301e;
}

.woocommerce table.shop_table .actions .coupon ::-ms-input-placeholder {
  color: #43301e;
}

.checkout-button, .form-row .button, .return-to-shop a, .button-alt {
  height: 40px !important;
  background: #ce9f9f !important;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 40px !important;
  letter-spacing: 1px;
  padding: 0 25px !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 600 !important;
  color: white !important;
  border: 0 !important;
  cursor: pointer;
  display: table !important;
  margin: 0 auto !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 600px) {
  .checkout-button, .form-row .button, .return-to-shop a, .button-alt {
    font-size: 13px !important;
    line-height: 38px !important;
    padding: 0 25px !important;
    height: 38px !important;
  }
}

.checkout-button:hover, .form-row .button:hover, .return-to-shop a:hover, .button-alt:hover {
  background: #43301e !important;
}

@media only screen and (max-width: 991px) {
  .checkout-button:hover, .form-row .button:hover, .return-to-shop a:hover, .button-alt:hover {
    background: #ce9f9f !important;
  }
}

.return-to-shop {
  margin: 40px 0 0 0 !important;
}

.button.cancel {
  height: 38px !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 38px !important;
  padding: 0 20px !important;
  font-family: "Work Sans", sans-serif !important;
  font-weight: 500 !important;
  color: #43301e !important;
  border: 1px solid #43301e !important;
  cursor: pointer;
  text-transform: lowercase !important;
  display: table !important;
  margin: 0 auto !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 600px) {
  .button.cancel {
    font-size: 13px !important;
    line-height: 36px !important;
    height: 36px !important;
  }
}

.button.cancel:hover {
  background: #43301e !important;
  color: #efdccd !important;
}

@media only screen and (max-width: 1199px) {
  .button.cancel:hover {
    background: white !important;
    color: #43301e !important;
  }
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid #43301e;
}

@media only screen and (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th, #add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th {
    background: transparent !important;
  }
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 1px solid #43301e;
  border-radius: 20px;
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
  border-radius: 0;
  padding: 0 0 40px 0;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: red;
}

.blockOverlay {
  background: transparent !important;
}

.woocommerce-checkout main.blank-page .container h1 {
  display: none;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior {
  align-items: stretch;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout {
  min-height: 80px;
  align-content: center;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .title-toggle {
  display: table;
  width: 100%;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .title-toggle .woocommerce-info {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px !important;
  line-height: 20px;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  background: none;
  font-weight: 400;
  border: 1px solid #ce9f9f;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .title-toggle .woocommerce-info:before {
  display: none;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .woocommerce-message, .woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .woocommerce-error, .woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .woocommerce-info {
  margin: 20px 0;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .woocommerce-message a, .woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .woocommerce-error a, .woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout .woocommerce-info a {
  color: #f7efea;
}

.woocommerce-checkout main.blank-page .container .woocommerce .acceso-superior .toggle-checkout form {
  padding: 20px 0 0 0;
  border: 0;
  margin: 0;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout {
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout {
    padding: 30px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout {
    padding: 10px 0 0 0;
  }
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .woocommerce-NoticeGroup {
  width: 100%;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set {
  width: calc(50% + 20px);
  padding: 20px 40px 0 0;
}

@media only screen and (max-width: 1199px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set {
    width: calc(50% + 10px);
    padding: 20px 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set {
    width: 100%;
    padding: 20px 0 0 0;
  }
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .col-1 h3, .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .col-2 h3 {
  margin-top: 0;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set #ship-to-different-address {
  padding: 0 3px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .form-row.notes {
  margin: 0;
  padding: 30px 3px 0 3px;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .form-row.notes textarea {
  border: 1px solid #43301e !important;
  margin: 20px 0 0 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  padding: 10px;
  height: 80px;
  background: none;
}

@media only screen and (max-width: 767px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .form-row.notes textarea {
    font-size: 14px;
  }
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .form-row.notes textarea:focus, .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .form-row.notes textareaactive {
  border: 1px solid #43301e;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .necesita-factura {
  margin: 30px 0 0 0 !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .necesita-factura .checkbox {
  font-weight: 500;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .col2-set .woocommerce-additional-fields .necesita-factura .checkbox .optional {
  font-weight: 400;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido {
  width: calc(50% - 20px);
  background: white;
  border: none;
  padding: 20px;
  height: 100%;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido {
    width: 100%;
    margin: 30px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido {
    width: calc(100% + 40px);
    margin: 20px 0 0 0;
  }
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido h3 {
  margin-top: 0;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-review-order-table td, .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-review-order-table th {
  padding: 10px 0;
  border-top: 1px solid #43301e !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-review-order-table td:first-child, .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-review-order-table th:first-child {
  width: 55%;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-review-order-table thead td, .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-review-order-table thead th {
  border-top: 0px solid #ce9f9f !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-review-order-table .woocommerce-shipping-methods label {
  font-size: 14px;
  line-height: 17px;
  display: block !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment {
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 2px solid #43301e;
  border-radius: 0 !important;
  background: none !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .wc_payment_methods {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .place-order {
  padding: 10px 0 !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .place-order p {
  font-size: 14px;
  line-height: 18px;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .place-order p a {
  color: #ce9f9f;
  font-weight: 500;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .place-order #place_order {
  float: none !important;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 20px 0;
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
  font-size: 13px;
  line-height: 16px;
}

@media only screen and (max-width: 600px) {
  .woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido .woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper p {
    font-size: 11px;
    line-height: 14px;
  }
}

.woocommerce-checkout main.blank-page .container .woocommerce .woocommerce-checkout .resumen-pedido li {
  list-style: none !important;
}

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
  margin: 0;
  padding: 20px 0 !important;
}

.shipping-calculator-form .button {
  font-family: "Work Sans", sans-serif;
  color: white !important;
  font-weight: 500 !important;
  background-color: #c3a084 !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shipping-calculator-form .button:hover {
  background-color: #43301e !important;
  color: #f7efea;
}

@media only screen and (max-width: 991px) {
  .shipping-calculator-form .button:hover {
    background-color: #c3a084 !important;
  }
}

.woocommerce p.lost_password a {
  color: #43301e;
}

.woocommerce p.form-row {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
}

.woocommerce p.form-row .required {
  color: #ce9f9f;
}

.woocommerce p.form-row label {
  font-size: 15px;
  line-height: 15px;
  margin: 0 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .woocommerce p.form-row label {
    font-size: 14px;
    line-height: 14px;
  }
}

.woocommerce p.form-row input {
  border: 0;
  border-bottom: 1px solid #43301e;
  background: transparent;
  border-radius: 0;
  padding: 10px 0;
  font-family: "Work Sans", sans-serif;
  color: #43301e;
  font-size: 16px;
  line-height: 16px;
}

@media only screen and (max-width: 991px) {
  .woocommerce p.form-row input {
    font-size: 15px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce p.form-row input {
    font-size: 14px;
    line-height: 14px;
  }
}

.woocommerce p.form-row ::placeholder {
  color: #43301e;
  opacity: 1;
}

.woocommerce p.form-row :-ms-input-placeholder {
  color: #c3a084;
}

.woocommerce p.form-row ::-ms-input-placeholder {
  color: #c3a084;
}

.woocommerce p.form-row .button {
  display: table !important;
  float: none !important;
  margin: 20px 0 10px 0 !important;
}

.woocommerce p.form-row .required {
  color: #ce9f9f !important;
}

.woocommerce.woocommerce-validated .select2-container, .woocommerce.woocommerce-validated input.input-text, .woocommerce.woocommerce-validated select {
  border-color: #c3a084;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce .form-row.woocommerce-validated select {
  border-color: #c3a084;
}

.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th {
  border-top: none;
}

.woocommerce-order-pay .woocommerce .order_details {
  margin: 0 0 30px 0;
  padding: 10px 30px;
  border: 1px solid #c3a084;
}

.woocommerce-order-pay .woocommerce .order_details li {
  border-bottom: 1px solid #c3a084;
  float: none;
  padding: 20px 0 15px 0;
  margin: 0;
  border-right: 0;
}

.woocommerce-order-pay .woocommerce .button-alt, .woocommerce-order-pay .woocommerce .button.cancel {
  float: left;
  margin: 0 20px 0 0 !important;
}

@media only screen and (max-width: 480px) {
  .woocommerce-order-pay .woocommerce .button-alt, .woocommerce-order-pay .woocommerce .button.cancel {
    margin: 0 20px 20px 0 !important;
  }
}

.woocommerce-thankyou-order-details.order_details {
  padding: 0 !important;
}

.woocommerce-thankyou-order-details.order_details li {
  padding: 0 20px !important;
  list-style: none !important;
}

.woocommerce-wishlist .wishlist-title-container {
  display: none;
}

.woocommerce-wishlist .shop_table {
  font-size: 15px;
  line-height: 18px;
}

@media only screen and (max-width: 600px) {
  .woocommerce-wishlist .shop_table {
    font-size: 14px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce-wishlist .shop_table {
    font-size: 13px;
    line-height: 15px;
  }
}

.woocommerce-wishlist .shop_table thead {
  border-top: 0;
}

.woocommerce-wishlist .shop_table thead th {
  line-height: 18px !important;
  border: none !important;
}

.woocommerce-wishlist .shop_table tr td {
  text-align: left;
}

.woocommerce-wishlist ul.shop_table {
  padding: 0 !important;
}

.woocommerce-wishlist ul.shop_table li {
  list-style: none !important;
}

.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
  font-size: 13px;
}

.payment_box {
  display: none !important;
}

.wc_payment_method {
  margin: 10px 0 !important;
}

.wc_payment_method.payment_method_redsys {
  display: flex;
}

.wc_payment_method.payment_method_redsys:after {
  content: "";
  background-image: url("/wp-content/themes/mullermia/img/redsys-logo.svg");
  display: block;
  background-size: 80px 20px;
  height: 20px;
  width: 80px;
  margin: 0 0 0 10px;
}

.wc_payment_method.payment_method_redsys img {
  display: none !important;
}

.wc_payment_method.payment_method_redsys_bizum {
  display: flex;
}

.wc_payment_method.payment_method_redsys_bizum:after {
  content: "";
  background-image: url("/wp-content/themes/mullermia/img/bizum-logo.svg");
  display: block;
  background-size: 64px 20px;
  height: 20px;
  width: 64px;
  margin: 0 0 0 10px;
}

.wc_payment_method.payment_method_redsys_bizum img {
  display: none !important;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce .woocommerce-customer-details section, .woocommerce .woocommerce-order-details section, .woocommerce .woocommerce-order-downloads section {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce .woocommerce-customer-details table td, .woocommerce .woocommerce-order-details table td, .woocommerce .woocommerce-order-downloads table td {
  padding: 10px;
}

ul.wc-item-meta {
  padding: 5px 0;
}

ul.wc-item-meta li {
  list-style: none !important;
}

.woocommerce ul.order_details {
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 767px) {
  .woocommerce ul.order_details {
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  .woocommerce ul.order_details {
    margin: 0 0 10px 0;
  }
}

.woocommerce ul.order_details li {
  border-right: 0;
}

@media only screen and (max-width: 480px) {
  .woocommerce ul.order_details li {
    width: 100%;
    padding: 0 !important;
  }
}

/* Area de cliente */
.page-id-3254 .cabecera, .page-template-template-registro .cabecera, .page-template-template-fichas-tecnicas .cabecera, .page-template-template-protocolos .cabecera, .page-template-template-catalogo .cabecera {
  display: none;
}

.page-id-3254 .contenido-post, .page-template-template-registro .contenido-post, .page-template-template-fichas-tecnicas .contenido-post, .page-template-template-protocolos .contenido-post, .page-template-template-catalogo .contenido-post {
  padding: 80px 0;
}

@media only screen and (max-width: 1199px) {
  .page-id-3254 .contenido-post, .page-template-template-registro .contenido-post, .page-template-template-fichas-tecnicas .contenido-post, .page-template-template-protocolos .contenido-post, .page-template-template-catalogo .contenido-post {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 991px) {
  .page-id-3254 .contenido-post, .page-template-template-registro .contenido-post, .page-template-template-fichas-tecnicas .contenido-post, .page-template-template-protocolos .contenido-post, .page-template-template-catalogo .contenido-post {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page-id-3254 .contenido-post, .page-template-template-registro .contenido-post, .page-template-template-fichas-tecnicas .contenido-post, .page-template-template-protocolos .contenido-post, .page-template-template-catalogo .contenido-post {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .page-id-3254 .contenido-post, .page-template-template-registro .contenido-post, .page-template-template-fichas-tecnicas .contenido-post, .page-template-template-protocolos .contenido-post, .page-template-template-catalogo .contenido-post {
    padding: 30px 0;
  }
}

.box-registro .col.col60 {
  padding-right: 60px !important;
}

@media only screen and (max-width: 991px) {
  .box-registro .col.col60 {
    padding-right: 40px !important;
  }
}

@media only screen and (max-width: 600px) {
  .box-registro .col.col60 {
    padding-right: 10px !important;
  }
}

.box-registro .col.col60 .minititulo {
  padding: 20px 0 0 0;
}

.box-registro .col.col60 .woocommerce-form {
  border: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  border-radius: 0;
}

.box-registro .col.col60 .envia-registro {
  margin: 40px 0 0 0;
}

.box-registro .col.col60 .envia-registro .boton {
  line-height: 40px;
  text-transform: none;
  letter-spacing: 0;
}

.box-registro .col.col40 .cta-bosque .minititulo {
  margin: 0 0 20px 0;
}

.box-registro .col.col40 .cta-bosque a {
  color: #43301e !important;
  text-decoration: none !important;
}

.woocommerce-lost-password .contenido-post .container, .page-template-template-registro .contenido-post .container {
  max-width: 600px;
}

.woocommerce-form-register {
  border: none !important;
  padding: 0 !important;
  margin: 40px 0 20px 0 !important;
}

.woocommerce-form-register .instrucciones {
  padding: 15px !important;
  font-size: 14px;
  line-height: 20px;
  background-color: white;
  border-radius: 10px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .woocommerce-form-register .instrucciones {
    font-size: 13px;
  }
}

.form-row.billing-mobile-phone-field {
  display: none !important;
}

.logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation {
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 991px) {
  .logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation {
    float: left;
    width: 250px;
  }
}

@media only screen and (max-width: 600px) {
  .logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
}

.logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation ul {
  background-color: #efdccd;
  border-radius: 10px;
  padding: 30px 30px 20px 30px;
}

.logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style: none;
}

.logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #43301e;
  font-weight: 600;
}

.logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a {
  background: #43301e;
  color: #f7efea;
  padding: 5px 20px;
  border-radius: 20px;
  display: table;
  margin: 15px 0 0 0;
}

.logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a:hover {
  background: #43301e;
}

@media only screen and (max-width: 1199px) {
  .logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-navigation ul li:last-child a:hover {
    background: #43301e;
  }
}

@media only screen and (max-width: 991px) {
  .logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-content {
    float: left;
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 600px) {
  .logged-in.woocommerce-account .contenido-post .container .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit {
  padding: 0 20px;
  font-weight: 600;
  border-radius: 30px;
  line-height: 30px;
  color: white;
  background-color: #43301e;
  font-family: "Work Sans", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover {
  background-color: #43301e;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover {
    background-color: #43301e;
  }
}

.woocommerce-account .addresses .title .edit {
  float: none;
  width: 100%;
  display: table;
  margin: 0 0 20px 0;
}

.woocommerce-edit-address .woocommerce-MyAccount-content h3, .woocommerce-edit-account .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}

.woocommerce-edit-address .woocommerce-MyAccount-content fieldset, .woocommerce-edit-account .woocommerce-MyAccount-content fieldset {
  margin: 20px 0 30px 0;
  border: 1px solid #43301e;
  border-radius: 5px;
}

.woocommerce-MyAccount-content h2, .woocommerce-MyAccount-content h3 {
  margin-top: 0;
}

/* Buscador */
.contenido-buscador {
  padding-bottom: 0;
}

.contenido-buscador .container .antetitulo {
  margin: 0 0 10px 0;
}

.contenido-buscador .container ul {
  margin: 0 0 40px 0;
}

.contenido-buscador .container ul li {
  border-bottom: 1px solid #c3a084;
  padding: 20px 0;
}

.contenido-buscador .container ul li a {
  font-weight: 600;
  color: #43301e;
  font-family: "Rosha Keylin";
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 5px 0;
  display: table;
}

@media only screen and (max-width: 991px) {
  .contenido-buscador .container ul li a {
    font-size: 18px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .contenido-buscador .container ul li a {
    font-size: 16px;
    line-height: 16px;
  }
}

.contenido-buscador .container ul li p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 600px) {
  .contenido-buscador .container ul li p {
    font-size: 13px;
  }
}

.contenido-buscador .container .search-form {
  display: table;
  margin: 40px auto 20px auto;
}

.navigation.pagination {
  margin: 0 auto 60px auto;
  max-width: 600px;
}

@media only screen and (max-width: 767px) {
  .navigation.pagination {
    margin: 0 auto 40px auto;
  }
}

@media only screen and (max-width: 600px) {
  .navigation.pagination {
    margin: 0 auto 30px auto;
  }
}

.navigation.pagination h2 {
  display: none;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navigation.pagination .nav-links .page-numbers {
  margin: 0 2px;
  width: 28px;
  height: 28px;
  display: block;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  line-height: 29px;
  color: #43301e;
  font-weight: 500;
}

.navigation.pagination .nav-links .page-numbers.prev span, .navigation.pagination .nav-links .page-numbers.next span {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.navigation.pagination .nav-links .page-numbers.dots {
  width: auto;
}

.navigation.pagination .nav-links .page-numbers.current {
  background: #43301e;
  color: #f7efea;
}

.navigation.pagination .nav-links .page-numbers:hover {
  background: #efdccd;
}

@media only screen and (max-width: 1199px) {
  .navigation.pagination .nav-links .page-numbers:hover {
    background: #f7efea;
  }
}

.navigation.pagination .nav-links .page-numbers:hover.dots {
  background: #f7efea;
  color: #c3a084;
}

.navigation.pagination .nav-links .page-numbers:hover.current {
  background: #43301e;
  color: #f7efea;
}

.mantenimiento {
  background: url("/wp-content/themes/mullermia/img/fondo-mantenimiento.jpg") center center;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.mantenimiento .container {
  text-align: center;
  color: white;
}

.mantenimiento .container .logomantenimiento {
  width: 190px;
  margin: 0 auto 60px auto;
}

.mantenimiento .container p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: white;
}

.mantenimiento .container p a {
  color: white;
}

.mantenimiento .container p a .icon-instagram {
  position: relative;
  top: 2px;
  font-size: 18px;
  margin: 0 5px;
}

.mantenimiento .container p a.instagram {
  width: 100%;
  max-width: 500px;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid white;
}

.mantenimiento .container p a.instagram span {
  font-size: 25px;
  position: relative;
  top: 5px;
  z-index: 2;
  margin: 0 5px 0 0;
}

.mantenimiento .container .contactomantenimiento {
  max-width: 500px;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

/* Footer */
.footer-contacto {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .footer-contacto {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-contacto {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-contacto {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contacto {
    padding-top: 30px;
  }
}

.footer-contacto .container {
  max-width: 560px;
  background: #efdccd;
  border-top-left-radius: 400px;
  border-top-right-radius: 400px;
  padding: 100px 100px 60px 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .footer-contacto .container {
    padding: 80px 80px 50px 80px;
    max-width: 520px;
  }
}

@media only screen and (max-width: 600px) {
  .footer-contacto .container {
    padding: 60px 60px 40px 60px;
  }
}

@media only screen and (max-width: 480px) {
  .footer-contacto .container {
    padding: 40px 40px 30px 40px;
  }
}

.footer-contacto .container .titulo {
  color: #c3a084;
  margin: 0 0 30px 0;
}

.footer-contacto .container p {
  margin: 0;
}

.footer-contacto .container .datos-contacto {
  margin: 20px 0 30px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #c3a084;
}

.footer-contacto .container .datos-contacto a {
  display: table;
  margin: 0 auto;
  color: #43301e;
  font-weight: 500;
}

.footer-contacto .container .datos-contacto a:hover {
  color: #c3a084;
}

@media only screen and (max-width: 1199px) {
  .footer-contacto .container .datos-contacto a:hover {
    color: #43301e;
  }
}

.footer-contacto .container .boton {
  margin: 0 auto;
  background: white;
  color: #c3a084;
}

.footer-contacto .container .boton:hover {
  background: #c3a084;
  color: white;
}

@media only screen and (max-width: 1199px) {
  .footer-contacto .container .boton:hover {
    background: white;
    color: #c3a084;
  }
}

.footer-contacto .container .social {
  justify-content: center;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 480px) {
  .footer-contacto .container .social {
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.footer-contacto .container .social a {
  color: #c3a084;
}

.footer-contacto .container .social a:hover {
  color: #43301e;
}

@media only screen and (max-width: 1199px) {
  .footer-contacto .container .social a:hover {
    color: #c3a084;
  }
}

.footer {
  border-top: 1px solid #43301e;
  padding: 80px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .footer {
    padding: 60px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer {
    padding: 50px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer {
    padding: 30px 0 0 0;
  }
}

.footer .container .row {
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.footer-logo {
    width: 80px;
    margin: 0;
  }
}

.footer .container .row .col.footer-logo img {
  width: 95px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.footer-logo img {
    width: 80px;
  }
}

.footer .container .row .col.footer-menu {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.footer-menu {
    width: calc(100% - 80px);
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.footer-menu {
    display: block;
  }
}

.footer .container .row .col.footer-menu .col-menu {
  padding: 0 40px;
  margin: 0 0 40px 0;
  border-right: 1px solid #43301e;
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.footer-menu .col-menu {
    padding: 0 20px;
    margin: 0 0 20px 0;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.footer-menu .col-menu {
    border-right: 0;
    padding: 0 0 0 30px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.footer-menu .col-menu .minititulo {
    margin: 0 0 10px 0;
  }
}

.footer .container .row .col.footer-menu .col-menu:last-child {
  border-right: 0;
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .footer .container .row .col.footer-menu .col-menu:last-child {
    padding: 0 0 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.footer-menu .col-menu:last-child {
    border-right: 0;
    padding: 0 0 0 30px;
  }
}

.footer .container .row .col.footer-menu .col-menu ul li a {
  margin: 0 0 6px 0;
  display: table;
  color: #43301e;
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.footer-menu .col-menu ul li a {
    margin: 0 0 3px 0;
  }
}

.footer .container .row .col.footer-menu .col-menu ul li a:hover {
  color: #c3a084;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.footer-menu .col-menu ul li a:hover {
    color: #43301e;
  }
}

.footer .kitdigital {
  width: 100%;
  padding: 0 20px;
}

.footer .kitdigital img {
  max-width: 800px;
  height: auto;
  margin: 10px auto 40px auto;
}

@media only screen and (max-width: 600px) {
  .footer .kitdigital img {
    margin: 10px auto 30px auto;
  }
}

.footer .copyright {
  background: #efdccd;
  padding: 20px 150px;
  text-align: center;
}

@media only screen and (max-width: 1600px) {
  .footer .copyright {
    padding: 20px 40px;
    max-width: 100%;
    width: 1280;
  }
}

@media only screen and (max-width: 1360px) {
  .footer .copyright {
    padding: 20px 30px;
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .footer .copyright {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .copyright {
    text-align: left;
  }
}

.footer .copyright p {
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .footer .copyright p {
    font-size: 13px;
    line-height: 16px;
  }
}

@media only screen and (max-width: 480px) {
  .footer .copyright p {
    font-size: 12px;
    line-height: 14px;
  }
}

.footer .copyright p a {
  color: #43301e;
}

.footer .copyright p a:hover {
  color: #c3a084;
}

@media only screen and (max-width: 1199px) {
  .footer .copyright p a:hover {
    color: #43301e;
  }
}

/*****Cookies*****/
#cookie-notice {
  font-weight: 400 !important;
  background-color: rgba(35, 30, 24, 0.9) !important;
}

#cookie-notice .cookie-notice-container .cn-text-container a {
  color: #c3a084 !important;
  text-decoration: underline;
}

#cookie-notice .cookie-notice-container .cn-text-container a:hover {
  color: #ce9f9f !important;
}

@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container .cn-text-container a:hover {
    color: #c3a084 !important;
  }
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
  font-weight: 500 !important;
  background: #c3a084 !important;
  border-radius: 0;
  text-decoration: none;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
  background: #ce9f9f !important;
}

@media only screen and (max-width: 991px) {
  #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
    background: #c3a084 !important;
  }
}

#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 25px;
}

#cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

#cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

@media only screen and (max-width: 991px) {
  #cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
    background-color: white !important;
  }
}

.archive.term-menstruacion-e-incontinencia .product.post-340 {
  margin-right: 1px !important;
}

/* Animation */
@keyframes scroller {
  0% {
    bottom: 26px;
  }
  5% {
    top: 6px;
  }
  32% {
    bottom: 6px;
  }
  66% {
    top: 26px;
    bottom: 6px;
  }
  100% {
    top: 6px;
    bottom: 26px;
  }
}

@keyframes heartbeat {
  0% {
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  18% {
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  20% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  22% {
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  33% {
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  35% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  37% {
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
  100% {
    -moz-transform: scale(0.97);
    -o-transform: scale(0.97);
    -ms-transform: scale(0.97);
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
  }
}
