/**
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Viga&display=swap");

@font-face {
  font-family: "CeraPRO";
  src: url("../assets/fonts/ceraPro/CeraPRO-Light.woff2") format("woff2"),
    url("../assets/fonts/ceraPro/CeraPRO-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraPRO";
  src: url("../assets/fonts/ceraPro/CeraPRO-Regular.woff2") format("woff2"),
    url("../assets/fonts/ceraPro/CeraPRO-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraPRO";
  src: url("../assets/fonts/ceraPro/CeraPRO-Black.woff2") format("woff2"),
    url("../assets/fonts/ceraPro/CeraPRO-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraPRO";
  src: url("../assets/fonts/ceraPro/CeraPRO-Medium.woff2") format("woff2"),
    url("../assets/fonts/ceraPro/CeraPRO-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CeraPRO";
  src: url("../assets/fonts/ceraPro/CeraPRO-Bold.woff2") format("woff2"),
    url("../assets/fonts/ceraPro/CeraPRO-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "impact";
  src: url("../assets/fonts/impact/Impact.woff2") format("woff2"),
    url("../assets/fonts/impact/Impact.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*******
  SLIDER
  *******/

.u-hide-text {
  padding: 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.u-text-hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.u-button-reset {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.u-button-reset:focus {
  outline: 0;
}

.u-nobr {
  white-space: nowrap;
}

[data-in-view]:not(.in-view) [data-anim] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

[data-in-view]:not(.in-view) [data-anim-opacity] {
  opacity: 0;
}

[data-anim] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-anim][data-anim="2"] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
}

[data-anim][data-anim="3"] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s,
    -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

[data-anim-opacity] {
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 0 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

html {
  box-sizing: border-box;
  height: 100%;
}

html.has-popup-media,
html.has-popup-typeform {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

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

body {
  height: auto;
  width: 100%;
  position: relative;
}

.site-container {
  overflow: hidden;
}

.site-container>article {
  position: relative;
}

.svg {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.svg svg {
  display: block;
}

.site-wrapper {
  position: relative;
  overflow: hidden;
}

div#page {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.container {
  /* padding-right: 120px;
     padding-left: 120px;
     margin-right: auto;
     margin-left: auto;
     width: 100%;
     max-width: 1350px */
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
  position: relative;
}

@media (min-width: 71.25em) {
  .container--small {
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
    max-width: 1170px;
  }
}

@media (min-width: 71.25em) {
  .container--large {
    max-width: 1920px;
  }
}

@media (max-width: 61.24em) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 61.25em) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 61.24em) {
  .desktop-only {
    display: none;
  }
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: CeraPRO;
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 2;
}

a,
body {
  color: #1d1e39;
}

a {
  color: #d2a216;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

td.product-name a {
  font-weight: 600;
}

a:hover {
  color: #202121;
  text-decoration: none;
}

strong {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 170%;
}

h1,
h2 {
  line-height: normal;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 17px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

p,
blockquote,
.p {
  margin-bottom: 25px;
  line-height: 170%;
}

img {
  max-width: 100%;
  height: auto;
}

.typeset h2 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.7333333333;
}

.typeset h2,
.typeset h3 {
  padding-top: 20px;
  padding-bottom: 12px;
  color: #f38276;
}

.typeset h3 {
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.typeset p {
  margin-bottom: 40px;
  color: #1d1e39;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}

.typeset p b,
.typeset p strong {
  font-weight: 500;
}

.typeset p.lead {
  margin-bottom: 50px;
}

.typeset p.note {
  font-size: 1rem;
  line-height: 1.5625;
}

.typeset b,
.typeset strong {
  font-weight: 700;
}

.typeset ul {
  margin-bottom: 40px;
}

.typeset ul li {
  font-family: CeraPRO;
  font-weight: 400;
  font-style: normal;
  padding-left: 30px;
  position: relative;
  color: #1d1e39;
  font-size: 1.0625rem;
  line-height: 1.7647058824;
}

.typeset ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  height: 10px;
  width: 10px;
  content: "";
  border: 1px solid #1d1e39;
  border-radius: 5px;
  background: #fff;
}

.typeset ul li+li {
  margin-top: 26px;
}

.custom-select {
  position: relative;
}

.custom-select:before {
  position: absolute;
  top: 25px;
  right: 26px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 5px 4px 0;
  border-style: solid;
  border-color: #000 transparent transparent;
  pointer-events: none;
}

.custom-select-container.is-disabled {
  opacity: 0.35;
}

.custom-select-opener,
.js-custom-select {
  padding: 17px 45px 17px 20px;
  height: 50px;
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-custom-select {
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-select-container select {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  padding: 0;
  visibility: hidden;
  border: 0 none;
}

.custom-select-panel {
  position: absolute;
  top: 100%;
  height: auto;
  width: 100%;
  z-index: 1;
  max-height: 0;
  overflow: hidden;
  transition: overflow-y 0.1s 0.5s;
  background-color: #fff;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 300px;
  overflow-y: auto;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.custom-select-option {
  padding: 8px 20px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.custom-select-option+.custom-select-option {
  border-top: 1px solid #eee;
}

.custom-select-option.is-selected {
  background-color: #eee;
  color: #000;
}

.custom-select-option.is-selected+.custom-select-option {
  border-color: #ddd;
}

.custom-select-option.has-focus {
  background-color: #eee;
  color: #000;
}

.custom-select-option.has-focus+.custom-select-option {
  border-color: #ddd;
}

.custom-select-optgroup .custom-select-option {
  padding-left: 40px;
}

.custom-select-optgroup:before {
  height: auto;
  width: 100%;
  padding: 10px 20px;
  content: attr(data-label);
  display: block;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
  color: #000;
  font-weight: 700;
}

.button {
  padding: 8px 0;
  display: inline-flex;
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: transparent;
  color: #1d1e39;
  font-size: 1.5rem;
  line-height: 140%;
}

.ui-form {
  display: flex;
  flex-wrap: wrap;
}

.ui-form-field {
  position: relative;
  width: 100%;
}

.ui-form-field>br {
  display: none;
}

.ui-form-field input[type="email"],
.ui-form-field input[type="text"],
.ui-form-field textarea {
  padding-top: 18px;
  padding-right: 55px;
  padding-bottom: 18px;
  display: block;
  width: 100%;
  transition: border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 0;
  border-bottom: 1px solid #cdcdcd;
  outline: none;
  font-size: 2rem;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 47.99em) {

  .ui-form-field input[type="email"],
  .ui-form-field input[type="text"],
  .ui-form-field textarea {
    padding-top: 12px;
    padding-right: 55px;
    padding-bottom: 12px;
    font-size: 1.5rem;
  }
}

.ui-form-field input[type="email"].wpcf7-not-valid,
.ui-form-field input[type="text"].wpcf7-not-valid,
.ui-form-field textarea.wpcf7-not-valid {
  border-bottom-color: red;
}

.ui-form-field input[type="email"]::-webkit-input-placeholder,
.ui-form-field input[type="text"]::-webkit-input-placeholder,
.ui-form-field textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}

.ui-form-field input[type="email"]:-ms-input-placeholder,
.ui-form-field input[type="text"]:-ms-input-placeholder,
.ui-form-field textarea:-ms-input-placeholder {
  color: #cdcdcd;
}

.ui-form-field input[type="email"]::placeholder,
.ui-form-field input[type="text"]::placeholder,
.ui-form-field textarea::placeholder {
  color: #cdcdcd;
}

.ui-form-field input[type="email"]:focus,
.ui-form-field input[type="text"]:focus,
.ui-form-field textarea:focus {
  border-color: #1d1e39;
}

.ui-form-field textarea {
  padding-top: 17px;
  padding-bottom: 17px;
  height: 73px;
  max-height: 230px;
  resize: vertical;
}

@media (max-width: 47.99em) {
  .ui-form-field textarea {
    padding-top: 12px;
    padding-bottom: 12px;
    height: 53px;
  }
}

.ui-form-field input[type="file"] {
  display: none;
}

.ui-form-field .label-file {
  position: absolute;
  top: 0;
  right: -16px;
  height: 58px;
  width: 50px;
  background-color: #fff;
  background-image: url(../assets/images/file@2x-9e31be51db.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 18px 35px;
  cursor: pointer;
}

@media (max-width: 47.99em) {
  .ui-form-field .label-file {
    height: 43px;
    background-size: 13px 25px;
  }
}

.ui-form-field+.ui-form-field {
  margin-top: 36px;
  background-position: 50% 51%;
}

.ui-form-footer {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.ui-form-footer .button {
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ui-form-footer .button:hover {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 10px;
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.2;
}

.wpcf7-form .wpcf7-response-output {
  padding: 13px 18px 14px;
  margin: 20px 0 0;
  display: block;
  border: 2px solid #8ea1e5;
}

.wpcf7-form .wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: red;
}

/****
 PAGINATION
 *****/
.pagination {
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-list {
  margin-right: 14px;
  margin-left: 14px;
  display: flex;
}

.pagination-link {
  padding: 10px 5px;
  display: block;
  color: #bcbcbc;
  font-size: 1.5rem;
  line-height: 1;
}

.pagination a.pagination-link {
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #1d1e39;
}

.pagination a.pagination-link:hover {
  color: #8ea1e5;
}

.pagination-control {
  padding: 10px;
}

.pagination-control .svg {
  transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pagination-control:hover.prev .svg {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
  fill: #8ea1e5;
}

.pagination-control:hover.next .svg {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  fill: #8ea1e5;
}

/*********/
/* HADER */
/*********/
header#masthead {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 18px;
  transition: background-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  background: none 50% 0px no-repeat transparent;
  padding: 1% 2%;
}

.page-template-page-servicios section#servicios {
  margin-top: 120px;
}

.fixed {
  background: #fff !important;
}

.site-header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header-logo a img {
  max-width: 200px;
}

.site-header-content {}

.site-header-right-content {
  display: flex;
  justify-content: flex-end;
}

.main-navigation {
  display: block;
  width: 100%;
  height: 100%;
}

.menu-menu-1-container {
  height: 100%;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.site-footer .main-navigation ul{
	    justify-content: flex-end;
}
.info-footer {
    margin-left: auto;
}

.main-navigation li {
  position: relative;
  margin-left: 35px;
}

.site-header-content {
  border-right: 1px solid #eaeaea;
  padding-right: 30px;
}

.main-navigation li a {
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.main-navigation li a:hover {
  color: #679966;
}

.login_header ul {
  display: flex;
  align-items: center;
}

li.icon_registro a {
  display: flex;
  align-items: center;
}

li.icon_acceder a {
  display: flex;
  align-items: center;
}

.login_header {
  padding-left: 30px;
}

span.icon_registro-circle {
  display: flex;
  box-shadow: 0 0 0 3em #d2a216 inset;
  color: #ffffff;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.summary p.price {
  visibility: hidden;
}

.single-product .summary p.price {
  visibility: visible;
}
.single_blog .entry-content p strong {
    font-weight: bold;
}
.woocommerce-notices-wrapper {
  margin-top: 0;
}

nav.woocommerce-MyAccount-navigation ul {
  padding-right: 60px;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 12px 0;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
}

nav.woocommerce-MyAccount-navigation ul li i {
  margin-right: 20px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  color: #18171d;
  font-weight: 600;
}

nav.woocommerce-MyAccount-navigation ul li i:before {
  color: #489446;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders i:before {
  content: "\f291";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads i:before {
  content: "\f56d";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address i:before {
  content: "\f2bb";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account i:before {
  content: "\f406";
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout i:before {
  content: "\f2f5";
}

span.icon_registro-circle img {
  max-width: 14px;
}

span.icon_acceder-circle {
  display: flex;
  box-shadow: 0 0 0 3em #d2a216 inset;
  color: #ffffff;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: relative;
}

li.icon_acceder {
  padding-left: 30px;
}

li.icon_registro a p {
  margin: 0;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 10px;
}

.lista_formas_de_pago ul {
  display: flex;
}

li.wc_payment_method.payment_method_bacs .lista_formas_de_pago {
  display: none;
}

div#payment {
  border-radius: 4px;
  box-shadow: 0px 1px 13.5px 1.5px rgb(36 44 51 / 5%);
  padding: 20px;
  background: #fff;
}

span.icon_acceder-circle img {
  max-width: 14px;
}

li.icon_acceder a p {
  margin: 0;
  transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 10px;
}

ol.flex-control-nav.flex-control-thumbs li img {
  width: auto !important;
  margin: 0 auto !important;
}

/********/
/* HOME */
/********/

section#hero {
  /* min-height: 810px; */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: auto;
  max-width: 1600px;
  border-radius: 25px;
  margin-top: 106px;
  overflow: hidden; */
}

section#hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: auto;
  max-width: 1600px;
  border-radius: 25px;
  margin-top: 130px;
  overflow: hidden;
  margin-bottom: 60px;
  background: url(../assets/images/cabecera_web1.png) no-repeat center center;
  background-size: cover;
}

.hero-home {
  /* background: url(../assets/images/hero-nosotros.jpg) no-repeat center center;
   background-size: cover; */
}

section#hero:before {
  /* background-image: linear-gradient(-156deg, rgba(255, 0, 0, 0), rgb(17 19 25 / 38%)); */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* background: url(../assets/images/hero_footer.jpg) no-repeat center center; */
}

section#hero:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  /* background-image: url(../assets/images/noise-pattern.png); */
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
  mix-blend-mode: multiply;
}

.hero-inner {
  width: auto;
  max-width: 100%;
  text-align: left;
  padding: 90px 0;
  padding-left: 0;
  z-index: 9;
  position: relative;
  text-align: center;
}

.hero-content h2 {
  font-family: impact;
  font-size: 100px;
  line-height: inherit;
  color: #23282f;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}

.hero-content span {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
}

.hero-content p {
  max-width: 600px;
}

.hero-content p {
  font-size: 27px;
  line-height: 30px;
  /* color: #ffffff; */
  margin: 0 auto;
}

section#nosotros .container {
  padding: 0;
}

.hero-btn {
  margin-top: 32px;
  display: inline-block;
}

.hero-btn a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 14px;

  box-shadow: 0 0 0 3em #d2a216 inset;

  color: #ffffff;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-btn a:after {
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 6px #191919;
  box-shadow: 0 0 0 6px #191919;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #d2a216;
}

.hero-btn a:hover:after {
  box-shadow: 0 0 0 0px #489446;
}

.hero-btn a:hover {
  background: #489446;
}

.nosotros-inner {
  display: flex;
  margin-top: 3%;
  margin-bottom: 3%;
}

.agricultura {
  width: 100%;
  margin-right: 1%;
  height: 300px;
  box-shadow: rgba(0, 0, 0, 0.05) 4.5px 7.794px 24px 0px;
  position: relative;
  padding: 2% 3%;
  border-radius: 25px;
  background: url(../assets/images/hero2.jpg) center center / cover no-repeat rgb(0, 0, 0);
  overflow: hidden;
}

.agricultura:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(87deg,
      rgb(27, 27, 27) 0%,
      rgb(0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(80deg,
      hsl(0deg 0% 11% / 48%) 0%,
      rgb(0 0 0 / 0%) 100%);
  background-image: -ms-linear-gradient(87deg,
      rgb(27, 27, 27) 0%,
      rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

.agricultura-inner {
  height: 100%;
  z-index: 9;
  position: relative;
}

.agricultura-text {
  display: flex;
  justify-content: center;
  height: 100%;
  text-align: center;
  flex-flow: column;
}

.agricultura-text h2 {
  font-family: impact;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}

.agricultura-text p {
  margin-bottom: 0;
  color: #fff;
}

.cbd {
  display: none;
  width: 50%;
  padding: 2% 3%;
  background: #e6e6e6;
  border-radius: 25px;
  margin-left: 1%;
  height: 300px;
  background: #000 url(../assets/images/cbd_img.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 4.5px 7.794px 24px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.cbd:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -moz-linear-gradient(87deg,
      rgb(27, 27, 27) 0%,
      rgb(0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(80deg,
      hsl(0deg 0% 11% / 48%) 0%,
      rgb(0 0 0 / 0%) 100%);
  background-image: -ms-linear-gradient(87deg,
      rgb(27, 27, 27) 0%,
      rgb(0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}

.cbd-inner {
  height: 100%;
  z-index: 9;
  position: relative;
}

.cbd-text {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
}

.cbd-text h2 {
  font-family: impact;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}

.cbd-text p {
  margin-bottom: 0;
  color: #fff;
}

section#servicios {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: auto;
  max-width: 1600px;
  border-radius: 25px;
  margin-top: 0;
  background: #18171d;
  background: #000 url(../assets/images/servicios_plant.png) no-repeat bottom left;
  background-size: 40%;
  display: flex;
  padding-bottom: 100px;
  background: url(../assets/images/hero_footer.jpg) no-repeat;
  overflow: hidden;
  background-size: cover;
}

section#servicios:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../assets/images/noise-pattern.png);
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
  mix-blend-mode: multiply;
}

section#servicios:before {
  background-image: linear-gradient(to right bottom,
      rgb(31 36 51 / 0%),
      rgb(24 25 27),
      rgb(100 108 142 / 0%));
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

header.section_cabecera {
  padding: 100px 0 60px 0;
  text-align: center;
}

header.section_cabecera h2 {
  color: rgb(205, 162, 5);
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}

header.section_cabecera p {
  color: #fff;
}

.servicios-list {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
}

.servicios-list-comun {
  width: 50%;
  padding: 45px 60px;
}

.servicios-list-comun h3 {
  font-family: impact;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: initial;
}

.servicios-list-comun p {
  color: #fff;
  margin-bottom: 0;
}

.servicios-list-comun a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 0 30px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-color: #ffffff;
  margin-top: 45px;
}

.servicios-list-comun a:hover {
  background: #489446;
}

.servicios-distribuidor {
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
}

.servicios-distribuidor-content {
  width: 50%;
  padding: 60px;
  margin-left: auto;
}

.servicios-distribuidor-content h3 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.servicios-distribuidor-content p {
  color: #fff;
  margin-bottom: 0;
}

.distribuidor-btn a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 0 30px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-color: #ffffff;
  margin-top: 32px;
}

.distribuidor-btn a:hover {
  background: #679965;
}

.categorias-home-list {
  display: flex;
  flex-flow: wrap;
}

.categorias-home-list-comun {
  width: calc(33.33% - 14px);
  padding: 2% 3%;
  background: #e6e6e6;
  border-radius: 25px;
  margin-right: 20px;
  height: 240px;
  background: #000 url(../assets/images/nosotros_img.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 4.5px 7.794px 24px 0px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

section#categorias-home {
  margin-top: 6%;
  margin-bottom: 6%;
}

.categorias-home-list-comun:last-child {
  margin-right: 0;
}

.cosmetica {
  background: #fff url(../assets/images/cosmetica_img1.jpg) no-repeat 115% 75%;
  position: relative;
  background-size: 280px;
}

.cosmetica:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  background: url(../assets/images/cosmetica_img2.jpg) no-repeat bottom right;
  width: 160px;
  height: 100px;
  z-index: 9;
}

.semillas {
  display: none;
  background: url(../assets/images/semillas_img1.jpg) right top no-repeat rgb(250, 250, 250);
}

.cañamo {
  display: none;
  background: #fff url(../assets/images/cañamo_img1.png) no-repeat bottom right;
}

.categorias-home-list-text {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
}

.categorias-home-list-text h3 {
  font-family: impact;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
}

.categorias-home-list-text a {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  display: contents;
  display: block;
}

.noticias-home-inner {
  display: flex;
  flex-flow: wrap;
  margin-top: 3%;
  margin-bottom: 3%;
}

section#noticias-home {
  padding-bottom: 6%;
}

.noticia-home-img {
  width: 50%;
}

.noticia-home-text {
  flex: 1;
  padding: 70px 60px;
  padding-left: 120px;
  max-width: 600px;
}

.noticia-home-text span {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  color: #679965;
}

.home .noticia-home-text a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 14px;
  box-shadow: 0 0 0 3em #489446 inset;
  color: #ffffff;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}

.noticia-home-text a:after {
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 6px #191919;
  box-shadow: 0 0 0 6px #191919;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #489446;
}

.noticia-home-text a:hover:after {
  box-shadow: 0 0 0 0px #489446;
}

.noticia-home-img figure {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-size: cover;
}

.noticia-home-text h3 {
  font-size: 45px;
  font-weight: bold;
}

.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  background-color: #4bedc2;
  width: 0%;
  height: 100%;
}

.load-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}

footer#colophon {
  background: #23282f;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;

  background-size: cover;
  background-position: center;
  position: relative;
}

footer#colophon:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-image: url(../assets/images/noise-pattern.png);
  pointer-events: none;
  opacity: 0.18;
  mix-blend-mode: multiply;
}

footer#colophon .main-navigation li a {
  color: #fff;
}

.logo-footer a img {
  max-width: 200px;
}

.logo-footer img {
  /* padding-top: 66px; */
}

.site-footer-inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.menu-footer {
  flex: 1;
  padding-left: 45px;
}

.menu-footer nav {
  padding-top: 23px;
}

.info-footer-info p {
  margin-bottom: 6px;
  font-weight: 700;
  color: #fff;
}

.site-footer__socials {
  margin-top: 27px;
  display: -webkit-box;
  display: flex;
  list-style: none;
}

.site-footer__socials li+li {
  margin-left: 15px;
}

.button--circle {
  background-color: rgb(255 255 255 / 94%) !important;
  position: relative !important;
  height: 50px !important;
  width: 50px !important;
  z-index: 0 !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  border-radius: 50% !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
  -webkit-transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: border-color 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.svg {
  position: relative;
  display: inline-block;
}

.button--circle .svg {
  fill: #64676e;
}

.button svg {
  -webkit-transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: fill 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button--circle:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: -1;
  opacity: 0;
  border-radius: 50%;
  background-color: #d2a216;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button--circle:hover {
  border-color: #00ddc1;
}

.button--circle:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button--circle:hover .svg {
  fill: #fff;
}

.hero-page {
  min-height: 600px !important;
  background: url(../assets/images/hero-nosotros.jpg) no-repeat top center !important;
}

.hero-page .hero-inner {
  padding-top: 180px;
  padding-bottom: 0;
}

.hero-page .hero-content h2 {
  font-size: 72px;
}

.hero-page .hero-content p {
  font-size: 21px;
}

section#nosotros-page {
  padding: 120px 0;
}

.nosotros-page-content h2 {
  font-family: impact;
  font-size: 50px;
  text-transform: uppercase;
}

.page-template-page-contacto .nosotros-page-content h2 {
  font-size: 50px;
  color: #fff;
}

.nosotros-page-content p {
  font-size: 18px;
}

.page-template-page-contacto .nosotros-page-content p {
  color: #fff;
  font-size: 21px;
}

.nosotros-page-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.nosotros-page-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/*----------------*/
/* Slider Galeria */
/*----------------*/

section#galeriaHome {
  position: relative;
}

.galeria-home {
  padding-bottom: 110px;
  position: relative;
  width: 100%;
}

.galeria-home .container {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.galeria .container {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1240px;
}

.galeria-list {
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;

  position: relative;
}

.galeria-list div#tns1-mw {
  overflow: visible;
}

figure.galeria-picture {
  position: relative;
  margin: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.galeria-item .tns-item figure:before {
  padding-top: 55.5555555556%;
  display: block;
  content: "";
}

figure.galeria-picture img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.galeria-next,
.galeria-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: none;
  z-index: 9;
}

.galeria-prev {
  left: -55px;
}

.galeria-next {
  right: -55px;
}

.galeria-next .arrow-button,
.galeria-prev .arrow-button {
  height: 90px;
  width: 90px;
  z-index: 2;
  border: 0 none;
  border-radius: 50%;
  background-color: #fff;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.galeria-next .arrow-button button.arrow-button svg,
.galeria-prev .arrow-button button.arrow-button svg {
  transform: translateX(-1px);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: auto;
  max-width: 1170px;
  /* border-radius: 25px; */
  margin-top: 106px;
  overflow: hidden;
}

.page-default {
  margin-top: 200px;
  padding-bottom: 100px;
}

.page-default article {
  width: 100%;
}

span#items-minicarro {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #d2a216;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.cart_nav {
  margin-left: 30px;
  position: relative;
}

.page-template-page-galeria section#nosotros-page {
  padding: 160px 0 60px;
}

div#btn_galeria {
  text-align: center;
  margin-bottom: 60px;
}

div#btn_galeria a {
  position: relative;
  display: inline-block;
  border: 1px solid;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #000;
  padding: 0 30px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  border-color: #000;
}

div#btn_galeria a:hover {
  background: #679965;
}

.page-template-page-contacto section#nosotros-page {
  padding: 140px 0 60px;
  min-height: 810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: auto;
  max-width: 1600px;
  border-radius: 25px;
  margin-top: 106px;
  overflow: hidden;
  min-height: 300px !important;
  background: url(../assets/images/hero-nosotros.jpg) no-repeat 50% 4% !important;
  align-items: center;
  justify-content: center;
}

.page-template-page-contacto section#nosotros-page:before {
  background-image: linear-gradient(224deg,
      rgba(255, 0, 0, 0),
      rgb(0 0 0 / 30%));
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.contacto-inner {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.contacto-inner h3 {
  font-size: 21px;
  font-weight: 600;
}

h4.contacto-tel {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}

h4.contacto-tel svg {
  width: 30px;
  height: auto;
  fill: #d2a216;
}

h4.contacto-tel p {
  margin: 0;
  margin-left: 18px;
}

h4.contacto-email {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}

h4.contacto-email svg {
  width: 30px;
  height: auto;
  fill: #d2a216;
}

h4.contacto-email p {
  margin: 0;
  margin-left: 18px;
}

ul.children li a {
  color: #666;
}

ul.children li {
  border: 0 !important;
}

ul.product-categories {
  list-style: circle;
}

ul.children li a {
  color: #777;
}

/***************/
/***  BLOG  ***/
/**************/

.article_inner {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #eaeaea;
}

.bloque_left {
  width: 50%;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
}

.bloque_right {
  width: 50%;
  text-align: center;
  min-height: 456px;
}

h1.entry-title a {
  color: #18171d;
}

span.posted-on a {
  color: rgb(24 23 29 / 72%);
  text-decoration: none;
}

.content_text_article {
  padding: 24px 0;
}

.link_article a {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 14px;
  box-shadow: 0 0 0 3em #489446 inset;
  color: #ffffff;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
}

.link_article a:after {
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 6px #191919;
  box-shadow: 0 0 0 6px #191919;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #489446;
}

.link_article a:hover:after {
  box-shadow: 0 0 0 0px #489446;
}

.single_blog {
  flex-flow: column;
}

.single_blog header.entry-header {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 70px;
}

.single_blog .post-thumbnail {
  padding: 45px 0;
  text-align: center;
}

.post-thumbnail img {
  -webkit-box-shadow: 11px 5px 20px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 6px 5px 20px 0 rgba(0, 0, 0, 0.09);
}

.single_blog .entry-content {
  max-width: 900px;
  margin: 0 auto;
}

.post_navegacion {
  padding-top: 100px;
}

.recientes-inner {
  display: flex;
  align-items: center;
  padding: 60px 0 0 0;
  border-top: 1px solid #eaeaea;
}

.recientes_content:first-child {
  border-right: 1px solid #eaeaea;
}

.recientes_content {
  width: 50%;
}

.recientes_image {
  max-width: 400px;
  margin: 0 auto;
  height: 310px;
}

.recientes_content h3 {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
  color: #18171d;
  font-weight: 800;
}

.recientes_content h3 a {
  color: #18171d;
  font-size: 18px;
  text-decoration: none;
}

/***************/
/*** TIENDA ***/
/**************/

header.entry-header h1 {
  font-size: 32px;
  font-weight: 800;
}

header.woocommerce-Address-title.title h3 {
  font-weight: 600;
}

.single-post .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: auto;
  max-width: 1600px;
  /* border-radius: 25px; */
  margin-top: 106px;
  overflow: hidden;
}

section#tienda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: auto;
  max-width: 1600px;
  /* border-radius: 25px; */
  margin-top: 0;
  overflow: hidden;
}

section#tienda {
  padding-top: 140px;
}

.home section#tienda {
  padding-top: 0;
}

.archive section#tienda {
  padding-top: 0;
}

@media (max-width: 1600px) {
  section#tienda {
    margin-right: 15px;
    margin-left: 15px;
  }

  #categorias-home {
    margin-right: 15px;
    margin-left: 15px;
  }

  #nosotros {
    margin-right: 15px;
    margin-left: 15px;
  }

  .site-footer {
    margin-right: 15px;
    margin-left: 15px;
  }
}

header.woocommerce-products-header {
  /* background: #18171d; */
  border-radius: 25px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-bottom: 45px;
  padding-left: 0;
  position: relative;
  text-align: center;
  max-width: 1170px;
  margin: 0 auto;
  padding: 45px 30px;
}

header.woocommerce-products-header:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  /* background-image: url(../assets/images/noise-pattern.png); */
  pointer-events: none;
  z-index: 1;
  opacity: 0.18;
  mix-blend-mode: multiply;
}

/* .archive.post-type-archive header.woocommerce-products-header {
  background: url(../assets/images/hero_footer.jpg) no-repeat center center;
} */

.archive.term-canamo-industrial header.woocommerce-products-header {
  background: url(../assets/images/bg_canamo_cat.png) no-repeat right center;
}

.archive.term-semillas header.woocommerce-products-header {
  background: #b5b3be url(../assets/images/bg_semillas_cat.png) no-repeat right center;
}

.archive.term-cosmetica header.woocommerce-products-header {
  background: #eeefec url(../assets/images/bg_cosmetica_cat.png) no-repeat 70% center;
}

.archive.term-semillas h1.woocommerce-products-header__title.page-title {
  color: #18171d;
}

.archive.term-cosmetica h1.woocommerce-products-header__title.page-title {
  color: #18171d;
}

.archive.term-flores-de-bano header.woocommerce-products-header {
  background: #eeefec url(../assets/images/bg_cosmetica_cat.png) no-repeat 100% center;
}

h1.woocommerce-products-header__title.page-title {
  color: #d2a216;
  font-family: impact;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  z-index: 9;
}

.term-description p {
  color: #fff;
  font-size: 18px;
  width: 50%;
}

.content-tienda {
  display: flex;
  flex-flow: row-reverse;
  padding: 60px 0;
}

.content-tienda .content-area {
  width: 75%;
  padding: 30px;
}

.content-tienda #secondary {
  width: 25%;
  padding: 30px;
}

.widget_product_categories {
  display: flex;
  flex-flow: column;
  background: #23282f;
  padding: 40px 30px 45px;
  border-radius: 25px;
}

.categorias-single {
  margin-top: 6% !important;
  margin-bottom: 0% !important;
}

h2.widget-title {
  font-weight: 600;
  color: #fff;
}

.woocommerce-product-gallery__image {
  border-radius: 25px;
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 20px;
  color: #17191d;
  font-weight: 800;
  padding-bottom: 0;
  text-transform: initial;
  letter-spacing: 0;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: calc(33.33% - 2.8%);
}

.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 16px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  border-radius: 25px;
  margin-top: 12px;
}

.woocommerce div.product {
  margin-top: 45px;
}

.woocommerce ul.products li.product a img {
  border-radius: 25px;
  max-height: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* .woocommerce div.product div.images img {
  display: block;
  width: auto;
  height: auto;
  box-shadow: none;
  margin: 0 AUTO;
} */

.woocommerce ul.products li.product .button {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 14px;
  box-shadow: 0 0 0 3em #d2a216 inset;
  color: #ffffff;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;

  margin-top: 1em;
  text-decoration: none;
  max-width: 230px;
  font-size: 12px !important;
  line-height: 1.2;
  border: none;
  background: transparent;
}

.woocommerce ul.products li.product .button:after {
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 6px #191919;
  box-shadow: 0 0 0 6px #191919;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 50px;
  box-shadow: 0 0 0 6px #d2a216;
}

.woocommerce ul.products li.product .button:hover:after {
  box-shadow: 0 0 0 0px #489446;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.8% 4.992em 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product a:nth-child(2) {
  color: rgb(0 9 4 / 71%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product a:nth-child(3) {
  color: rgb(0 9 4 / 71%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 2em;
}

.woocommerce .woocommerce-ordering {
  margin: -30px 0 1em;
}

select.orderby {
  border: none;
  width: 99%;
  font-size: 14px;
  color: #262022;
  padding: 15px 20px;
  padding-right: 3em !important;
  max-width: 100%;
  background: #9dd49b00;
  border-bottom: 1px solid #18171d;
}

ul.product-categories li a {
  color: rgb(0 0 0 / 70%);
  font-weight: 500;
}

ul.product-categories {
  list-style: circle;
  padding-left: 0;
}

ul.product-categories li {
  border-bottom: 1px solid #fff;
}

li.cat-item.cat-item-18 a {
  padding-bottom: 0px;
}

li.cat-item.cat-item-19 a {
  padding-bottom: 0px;
}

ul.product-categories li a {
  font-weight: 700;
  padding: 0 0 16px;
  display: inline-block;
  line-height: 22px;
  color: #9dd49b;
}

ul.product-categories>li {
  padding: 12px 0;
}

section#search-2 {
  padding: 25px 30px 25px;
  margin-bottom: 35px;
  position: relative;
  background-color: #23282f;
  padding-top: 25px;
  border-radius: 25px;
  background-clip: padding-box;
  display: none;
}

ul.children li a {
  padding: 0px 0 6px;
  color: #fff;
}

a.analisis_canabinoides {
  position: relative;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 14px;
  box-shadow: 0 0 0 3em #489446 inset;
  color: #ffffff;
  background-color: transparent;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1em;
  text-decoration: none;
  max-width: 265px;
  font-size: 12px !important;
  line-height: 1.2;
  border: none;
  background: transparent;
}

.woocommerce div.product div.summary {
  max-width: 600px;
  float: left;
  padding-left: 150px;
}

.woocommerce div.product div.summary .product_title {
  margin-block: 6px;
}

button.single_add_to_cart_button.button {
  margin-top: 2em;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  max-width: 203px;
  position: relative;
  font-size: 12px !important;
  border-radius: 50px;
  /* font-size: .8em !important; */
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.9em 1.65em;
  line-height: 1.2;
  position: relative;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #fff;
  -webkit-box-shadow: 0 0 0 6px rgba(78, 174, 74, 0.5), 0 0 0 3em #4eae4a inset;
  box-shadow: 0 0 0 6px rgba(78, 174, 74, 0.5), 0 0 0 3em #4eae4a inset;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.cart_totals h2 {
  font-weight: 800;
}

h3#order_review_heading {
  font-weight: 800;
  margin-top: 30px;
}

.woocommerce-info {
  border-top-color: #489446;
}

.woocommerce-additional-fields h3 {
  font-weight: 800;
}

.woocommerce-billing-fields h3 {
  font-weight: 800;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 60px;
  box-shadow: none;
}

input#coupon_code {
  width: 160px;
}

.product_meta {
  display: flex;
  flex-flow: column;
}

.variations select {
  padding: 8px;
  border-radius: 5px;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 2em;
}

input#smntcswcb {
  height: 35px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  padding: 0.4em 1em 0.4em;
}

.woocommerce-variation-price span.woocommerce-Price-amount.amount {
  font-weight: 800;
}

h2.product_category_title span {
  color: rgb(0 9 4 / 71%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
}

.woocommerce div.product .product_title {
  font-weight: 900;
  font-size: 40px;
}

button.single_add_to_cart_button.button.alt {
  position: relative;
  display: inline-block;
  /* border: 1px solid; */
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  padding: 0 30px;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  border-color: #ffffff;
  margin-top: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 0;
}

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 45px;
  width: 65px;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 5px 15px 0 0;
  display: block;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #76a464;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

span.posted_in a {
  color: #679966;
}

.woocommerce-product-details__short-description p {
  opacity: 0.7;
  color: #000;
}

ol.flex-control-nav.flex-control-thumbs {
  /* height: 125px;
   overflow: hidden; */
}

section#banner_logos {
  text-align: center;
  display: block;
  padding: 100px 0;
}

.woocommerce-tabs.wc-tabs-wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 100px 0;
}

section.related.products {
  flex-flow: column;
}

section.related.products>h2 {
  text-align: center;
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background-color: #76a464;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff;
}

/*********************/
/* Efectos de cohabs */
/*********************/

[data-anim="top"] {
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}

[data-anim="scale"] {
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-anim][data-anim="top"] {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

[data-anim][data-anim="right"] {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

[data-anim][data-anim="left"] {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

[data-anim][data-anim="scale"] {
  /* -webkit-transform: scale(1);
     transform: scale(1); */
}

[data-anim][data-anim-delay="1"] {
  transition-delay: 0.1s;
}

[data-anim][data-anim-delay="2"] {
  transition-delay: 0.2s;
}

[data-anim][data-anim-delay="3"] {
  transition-delay: 0.3s;
}

[data-anim][data-anim-delay="4"] {
  transition-delay: 0.4s;
}

[data-anim][data-anim-delay="5"] {
  transition-delay: 0.5s;
}

[data-anim][data-anim-delay="6"] {
  transition-delay: 0.6s;
}

[data-anim][data-anim-delay="7"] {
  transition-delay: 0.7s;
}

[data-anim][data-anim-delay="8"] {
  transition-delay: 0.8s;
}

[data-anim][data-anim-delay="9"] {
  transition-delay: 0.9s;
}

[data-anim][data-anim-delay="10"] {
  transition-delay: 1s !important;
}

[data-anim][data-anim-delay="11"] {
  transition-delay: 1.1s !important;
}

[data-anim][data-anim-delay="12"] {
  transition-delay: 1.2s !important;
}

[data-anim][data-anim-delay="13"] {
  transition-delay: 1.3s !important;
}

[data-anim][data-anim-delay="14"] {
  transition-delay: 1.4s !important;
}

[data-anim][data-anim-delay="15"] {
  transition-delay: 1.5s !important;
}

.in-view [data-anim="top"],
[data-anim="top"].in-view {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.in-view [data-anim="scale"],
[data-anim="scale"].in-view {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

@media (max-width: 769px) {
  .site-header-right-content {
    flex-flow: wrap;
    width: 100%;
    padding: 0;
    justify-content: center;
  }

  section#tienda {
    padding-top: 160px;
  }

  .archive.term-flores-de-bano header.woocommerce-products-header {
    background: none;
  }

  .archive.term-cosmetica header.woocommerce-products-header {
    background: none;
  }

  .archive section#tienda {
    padding-top: 0px;
  }

  .woocommerce div.product {
    margin-top: 35px;
  }

  .site-header-content {
    border-right: none;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }

  .main-navigation ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    padding: 12px 0;
  }

  .login_header {
    padding-left: 0;
  }

  .site-header .container {
    flex-flow: column;
  }

  .woocommerce-products-header-text {
    padding-right: 0 !important;
  }

  header#masthead {
    position: absolute;
  }

  .site-footer .main-navigation ul {
    align-items: flex-start;
    flex-flow: column;
  }

  .site-footer .menu-footer {
    padding-left: 0;
  }

  .site-footer .main-navigation li {
    margin-left: 0;
    margin-bottom: 12px;
  }

  .main-navigation li {
    position: relative;
    margin-left: 0;
    margin: 0 12px;
  }

  .hero-inner {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 0;
  }

  .hero-content h2 {
    font-size: 64px;
  }

  .hero-content p {
    font-size: 21px;
    line-height: initial;
  }

  section#hero {
    min-height: auto;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../assets/images/cabecera_web1.png) no-repeat center right;
    background-size: cover;
    background-position: 78%;
    margin-top: 170px;
  }

  .agricultura {
    width: 100%;
    margin-bottom: 3%;
  }

  .cbd {
    width: 100%;
  }

  .nosotros-inner {
    flex-flow: column;
  }

  .agricultura-text {
    padding: 5% 5%;
  }

  .agricultura-text p {
    line-height: initial;
  }

  .cbd-text {
    padding: 5% 5%;
  }

  .cbd-text p {
    line-height: initial;
  }

  .servicios-list {
    flex-flow: column;
  }

  .servicios-list-comun {
    width: 100%;
    padding: 5% 5% 12% 5%;
  }

  .servicios-list-comun a {
    margin-top: 24px;
    padding: 0 20px;
  }

  .servicios-list-comun {
    width: 100%;
    padding: 5% 2% 12% 2%;
  }

  section#servicios {
    margin-left: 10px;
    margin-right: 10px;
  }

  header.section_cabecera {
    padding: 60px 0 30px 0;
    text-align: center;
  }

  .categorias-home-list {
    flex-flow: column;
  }

  .categorias-home-list-comun {
    width: 100%;
    margin-right: 0;
  }

  section#categorias-home .container {
    padding-left: 0;
    padding-right: 0;
  }

  .categorias-home-list-comun {
    padding: 5%;
    margin-bottom: 5%;
  }

  .noticia-home-text {
    flex: 1;
    padding: 5%;
    padding-left: 5%;
    max-width: 100%;
    width: 100%;
  }

  .logo-footer img {
    padding-top: 0;
  }

  .site-footer {
    margin-right: 0;
    margin-left: 0;
  }

  .logo-footer {
    margin-bottom: 25px;
  }

  .info-footer {
    margin-top: 45px;
	      padding-bottom: 100px;
  }

  .noticia-home-text h3 {
    line-height: initial;
  }

  .hero-page .hero-inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-page .hero-content h2 {
    font-size: 48px;
  }

  section#nosotros-page {
    padding: 80px 0;
  }

  .servicios-distribuidor-content {
    width: 100%;
    padding: 5%;
    margin-left: auto;
  }

  .servicios-distribuidor {
    margin-bottom: 0;
  }

  section#tienda .container {
    padding-left: 0%;
    padding-right: 0;
  }

  header.woocommerce-products-header {
    height: auto;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-top: 5%;
  }

  .content-tienda {
    padding: 45px 0;
    flex-flow: column-reverse;
  }

  .content-tienda .content-area {
    width: 100%;
    padding: 5%;
  }

  .woocommerce .woocommerce-ordering {
    margin: 0 0px 2em;
    width: 100%;
  }

  .woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }

  .content-tienda #secondary {
    width: 100%;
    padding: 0;
  }

  div#primary {
    padding-top: 10%;
  }

  .woocommerce div.product div.summary {
    max-width: 600px;
    width: 100%;
    padding-left: 0;
  }

  .woocommerce-tabs.wc-tabs-wrapper {
    padding: 45px 0;
  }

  h1.woocommerce-products-header__title.page-title {
    font-size: 45px;
  }

  .page-default {
    margin-top: 200px;
    padding-bottom: 45px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .article_inner {
    display: flex;
    padding: 45px 0;
    border-bottom: 1px solid #eaeaea;
    flex-flow: column;
  }

  .bloque_right {
    width: 100%;
    text-align: center;
    min-height: auto;
  }

  .bloque_left {
    width: 100%;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }

  .contacto-inner {
    padding: 45px 0;
    flex-flow: column;
  }

  .page-template-page-contacto section#nosotros-page {
    padding: 160px 0 0;
    margin-top: 200px;
  }

  h4.contacto-tel {
    margin-bottom: 24px;
  }

  h4.contacto-email {
    font-size: 16px;
    margin-bottom: 0;
    flex-flow: column;
    text-align: center;
  }

  h4.contacto-email p {
    margin: 0;
    margin-left: 0;
    margin-top: 12px;
  }

  h4.contacto-tel {
    flex-flow: column;
    text-align: center;
  }

  h4.contacto-tel p {
    margin: 0;
    margin-left: 0;
  }
}

.woocommerce-products-header-text {
  padding-right: 60px;
}

.woocommerce-products-header-text p {
  color: #5d5d5d;
  margin-bottom: 6px;
}

input#submit_redsys_payment_form {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1em;
  padding: 1em;
  background-color: #d2a216;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 24px;
  margin-top: 24px;
  -webkit-box-shadow: 0 0 0 6px rgb(210 162 22 / 50%), 0 0 0 3em #d2a216 inset;
  box-shadow: 0 0 0 6px rgb(210 162 22 / 50%), 0 0 0 3em #d2a216 inset;
  border-radius: 30px;
  border: none;
}

a.checkout-button.button.alt.wc-forward {
  text-align: center;
  margin-bottom: 1em;
  font-size: 1em;
  padding: 1em;
  background-color: #d2a216;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 24px;
  margin-top: 24px;
  -webkit-box-shadow: 0 0 0 6px rgb(210 162 22 / 50%), 0 0 0 3em #d2a216 inset;
  box-shadow: 0 0 0 6px rgb(210 162 22 / 50%), 0 0 0 3em #d2a216 inset;
  border-radius: 30px;
  border: none;
}

.woocommerce-order-pay .woocommerce {
  text-align: center;
}

.woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.woocommerce-checkout header.entry-header h1 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}