.cont-1200 li,
.cont-1200 ul {
  list-style: disc !important;
  color: #000;
}

.cont-1200 ol li {
  list-style: decimal !important;
  color: #000;
  font-weight: 700;
}

.cont-1200 ol {
  padding-inline-start: 5px;
}

.cont-1200 ol a {
  color: #000;
  text-decoration: underline;
}

table td {
  border: 1px solid;
  padding: 3px;
}

.col-2,
.col-5 {
  gap: 0;
  display: grid;
}

#footer-bottom a,
.logo-footer {
  text-align: center;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.cont-1400 {
  max-width: 1440px;
}

.cont-1900 {
  max-width: 1900px;
  padding-left: 0;
  padding-right: 0;
}

.admin-bar .c-header {
  top: 32px;
  transition: 0.6s;
}

.solomovil,
[hidden],
template {
  display: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children:hover
  > .sub-menu,
header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li.menu-item-has-children:hover
  > .sub-menu,
hgroup,
main,
menu,
nav,
picture,
section,
summary {
  display: block;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html ::-webkit-scrollbar {
  width: 8px;
}

html ::-webkit-scrollbar-track {
  background: #000100;
}

html ::-webkit-scrollbar-thumb {
  background: #a5a5a5;
  border-radius: 5px;
}

html ::-webkit-scrollbar-thumb:hover {
  background: #888;
}

body {
  background: #fcf9f5;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
optgroup,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre,
textarea {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"].filtrar,
input[type="checkbox"]:not(#rememberme),
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: 0 0;
  box-sizing: border-box;
  padding: 0;
}

input[type="checkbox"]:not(#rememberme):before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  transition: 0.5s;
  background: url("../images/icon-checkbox.svg") center/cover no-repeat;
  margin-right: 7px;
  top: 2px;
}

input[type="checkbox"]:not(#rememberme):checked:before {
  background: url("../images/icon-checked.svg") center/cover no-repeat;
}

input[type="checkbox"].filtrar:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: 0.5s;
  background: url("../images/icon-checkbox2.svg") center/cover no-repeat;
  margin-right: 7px;
  top: 0;
}

input[type="checkbox"].filtrar:checked:before {
  background: url("../images/icon-checked2.svg") center/cover no-repeat;
}

input[type="radio"]:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  transition: 0.5s;
  background: url("../images/input-radio.svg") center/cover no-repeat;
  top: 2px;
}

input[type="radio"]:checked:before {
  background: url("../images/input-radioselect.svg") center/cover no-repeat;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

td,
th {
  padding: 0;
}

body,
html {
  overflow-x: hidden;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
li,
p,
select,
span,
td,
textarea {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-generico.top--menu .container.cont-1200 {
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 50px;
}

li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cont-1200 p {
  margin: 10px 0 !important;
}

.cont-1200 ul {
  margin: 10px !important;
}

.cont-1200 li {
  margin: 10px;
}

#footer-bottom a,
.copy-footer a,
.copy-footer p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
}

a,
button,
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
}

a,
article,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
section,
span {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

a,
a:focus,
a:hover,
input,
input:focus,
input:hover {
  text-decoration: none;
  outline: 0;
}

input,
select,
textarea {
  border-radius: 0;
}

body,
body.home,
body.page-template-page-aeropuerto {
  background-color: #fff;
}

header.c-header .normal {
  display: grid;
  grid-template-columns: 500px 1fr;
}

header.c-header .normal .izda {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

header.c-header .normal .dcha #menu nav .top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 45px;
}

header.c-header .normal .dcha #menu nav .top-nav li.menu-item a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000;
  padding: 20px 0;
}

header.c-header .normal .dcha #menu nav .top-nav li.menu-item a:hover,
header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  .sub-menu
  li
  a:hover,
header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li
  a:hover {
  color: #ef4444;
}

.relative,
header.c-header .normal .dcha #menu nav .top-nav > li.menu-item-has-children,
header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  li.menu-item-has-children {
  position: relative;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li.menu-item-has-children
  > a:hover::after,
header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > a:hover::after {
  content: url("../images/haschildren2.svg");
  margin-left: 6px;
  top: 0;
  position: relative;
  -webkit-transition: 3s;
  transition: 3s;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > a::after {
  content: url("../images/haschildren.svg");
  margin-left: 6px;
  top: 0;
  position: relative;
  -webkit-transition: 3s;
  transition: 3s;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu {
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translate(-42%, 0);
  background-color: #f5f5f5;
  padding: 20px 0;
  display: none;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li
  a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000;
  width: 100%;
  margin-bottom: 12px;
  padding: 0 40px;
  display: flex;
}

/* header.c-header .current-menu-item a {
  color: #ef4444 !important;
  text-decoration: underline
} */

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  .sub-menu
  li:last-child
  a,
header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li:last-child
  a {
  margin-bottom: 0;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li.menu-item-has-children
  > a::after {
  content: url("../images/haschildren3.svg");
  margin-left: 6px;
  top: 0;
  position: relative;
  -webkit-transition: 3s;
  transition: 3s;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translate(0, 0);
  background-color: #f5f5f5;
  padding: 15px;
  display: none;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  .sub-menu
  li
  a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000;
  width: max-content;
  margin-bottom: 12px;
  padding: 0 20px;
}

#bannerhome {
  margin-top: 63px;
  background-size: cover;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

body {
  background-color: #fffcf5;
}

.absolute {
  position: absolute;
}

.container-1080 {
  max-width: 1088px;
  margin: auto;
}

.container-1400 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

.container-1900 {
  max-width: 1900px;
  margin: auto;
}

.col-2 {
  grid-template-columns: 1fr 1fr;
}

.col-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

header.c-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 113px;
  padding: 12px 0;
  border-bottom: 1px solid #577e03;
  background: #fefefe;
}

ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 30px;
  background: var(--creamdark, #f6f5f1);
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.25);
}

#footer-bottom {
  padding: 50px;
  border-top: 1px solid #577e03;
  background: #fefefe;
}

#footer-bottom a {
  /* text-decoration: underline */
}

.no-line {
  text-decoration: none !important;
}

.links-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 0px;
}

.copy-footer {
  background: #021226;
  padding: 15px 0px 15px;
}

span.kit-digital {
  margin-left: 30px;
}

.social-footer a {
  padding: 10px;
}

p.titlefooter {
  color: #021226;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

/* //////////////////////////// */

.cont-1400.container.flex-wrap.pa-align {
  display: flex;
  gap: 48px;
  align-items: center;
  position: relative;
}

ul#menu-menu {
  display: flex;
  gap: 30px;
}

ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  margin-top: 0px;
  margin-left: 0px;
  z-index: 9999;
  min-width: 200px;
  padding-top: 30px;
}

ul#menu-menu li a {
  color: #021226;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

ul#menu-menu ul.sub-menu li {
  margin-bottom: 0px;
  width: 100%;
}

ul#menu-menu ul.sub-menu li a {
  display: flex;
  gap: 0px;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #577e03;
  padding: 8px 10px 7px 10px;
}

ul#menu-menu ul.sub-menu li a:hover {
  background: rgba(87, 126, 3, 0.2);
}

ul.sub-menu ul.sub-menu {
  right: -200px;
  margin-top: -37px;
  padding: 0px 0px 0px;
}

.c-header img {
  max-width: 89px;
}

/* .woocommerce .c-header img {
  max-width: 89px;
} */
.logo-space a {
  margin: 0px;
  line-height: 0px;
  padding: 0px;
}
section#footer-bottom .col-5 {
    gap: 60px;
}
.c1700 {
  max-width: 1758px;
  margin: auto;
  padding: 0px 15px;
}

.button-call-space {
  margin: auto 0px auto auto;
}

.butons-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

#search-navbar,
#search-navbar2 {
  display: none;
  position: absolute;
  right: 50px;
  top: 89px;
}

.displayBlock {
  display: block !important;
}

a.menudos {
  color: #021226;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background: transparent;
  padding: 10px;
  border-radius: 10px;
}

header.c-header
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li.menu-item-has-children
  > a:hover::after,
header.c-header
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > a:hover::after {
  content: url("../images/vector.svg");
  margin-left: 0px;
  top: 0;
  position: relative;
  -webkit-transition: 0 3s;
  transition: 0.3s;
  rotate: -90deg;
}

header.c-header #menu nav .top-nav > li.menu-item-has-children > a::after,
header.c-header
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  li.menu-item-has-children
  > a::after {
  content: url("../images/vector.svg");
  margin-left: 0px;
  top: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  rotate: -90deg;
}

header.c-header #menu nav .top-nav > li.menu-item-has-children > a::after {
  rotate: 0deg;
}

/* ul#menu-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children  a::after,
ul#menu-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children  a::after{
  content: url("../images/vector.svg");
  rotate: -90deg;
} */
ul#menu-menu li a {
  display: flex;
  gap: 6px;
}

main {
  margin-top: 166px;
}

.imagen-portada {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 436px;
}

.imagen-portada {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 436px;
  padding: 20px 36px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.cfoto {
  max-width: 639px;
  text-align: center;
}

.cfoto h1 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
  text-align: left;
}

.cfoto p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  max-width: 526px;
}

.ayuda-cliente {
  padding: 30px 0px 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px;
}

.ccc *:first-child {
  color: #577e03;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  text-transform: uppercase;
}

.ccc *:last-child {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  /* 19.2px */
}

.ayuda-cliente .item {
  display: flex;
  gap: 24px;
}

.ayuda-cliente svg {
  min-width: 72px;
}

#novedades-portada {
  border-top: 1px solid #577e03;
  border-bottom: 1px solid #577e03;
  padding: 48px 0px;
}

.headernov h3 {
  color: #577e03;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}

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

.headernov a {
  color: #577e03;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-decoration-line: underline;
}

h2.woocommerce-loop-product__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
}

span.price {
  text-align: center;
}

span.price bdi {
  color: #577e03;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.woopspro-product-slider a.button.ajax_add_to_cart {
  background: #577e03;
  color: #fefefe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  max-width: 167px;
  margin: auto;
}

.woopspro-product-slider ul.products li.product a {
  text-decoration: none;
  width: 100%;
}

.woopspro-product-slider .slick-list {
  padding-top: 10px;
  padding-bottom: 0px;
}

.col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}

.col-3 img {
  width: 100%;
}

.categoria {
  position: relative;
}

.tte {
  position: absolute;
  top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.tte a {
  color: #577e03;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

section#trescat {
  margin: 68px 0px 80px;
}

.col-3 .item {
  position: relative;
}

#escogernos .c1700 {
  background: #f1e8d9;
  margin: 86px auto 68px;
  padding: 86px 15px 0px;
}

#escogernos h3 {
  color: #577e03;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#escogernos p.descesc {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  max-width: 658px;
  margin: auto;
}

.c1 {
  max-width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.bloc {
  max-width: 277px;
}

p.eltiiit {
  color: #577e03;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-transform: uppercase;
}

.c2 {
  max-width: 1430px;
  margin: auto;
  padding: 0px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.bloc.lafoto {
  max-width: 563px;
  margin-top: -109px;
  margin-bottom: -5px;
}

.fff {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.fff svg {
  min-width: 24px;
}

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

.copy-footer p,
.copy-footer a {
  color: #fefefe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.copy-footer img {
  max-height: 50px;
}

.copy-footer .c1700 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

/* category */

/* body.archive main {
  max-width: 1730px;
  margin: 166px auto 50px auto;
  padding: 0px 15px;
} */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2% 60px 0;
}

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

header.woocommerce-products-header .term-description {
  max-width: 860px;
  margin-bottom: 20px;
}

header.woocommerce-products-header .term-description p {
  color: #021226;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.no-widgets {
  display: none;
}

.woocommerce ul.products li.product .price {
  display: flex;
  font-weight: 400;
  margin-bottom: 0.5em;
  font-size: 0.857em;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.woocommerce ul.products li.product .price del {
  order: 2;
}

span.price del bdi {
  color: #577e03;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  color: #021226;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-right: 50px;
}

.woocommerce div.product p.price del {
  font-size: 15px;
}

.barra {
  display: none;
  max-width: 600px;
  background: #fff;
  padding: 15px;
  margin: 0px 50px 30px auto;
}

/* product */

section.related.products {
  clear: both;
  padding-top: 30px;
}

section.related.products h2 {
  color: #577e03;
  text-align: left;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0px 0px 16px;
}

body:not(.home) #main {
  max-width: 1730px;
  margin: 166px auto 50px;
  padding: 0px 15px;
}

.clear-fix {
  clear: both;
}

.summary.entry-summary {
  max-width: 64% !important;
  width: 100% !important;
}

.woocommerce div.product {
  max-width: 1373px;
  margin: auto;
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 15px;
  padding: 0;
  color: #577e03;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.woocommerce-product-details__short-description p {
  font-weight: 300;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  p.price {
  margin: 60px 0px;
  font-size: 31px;
  font-style: normal;
  font-weight: 500;
  display: flex;
  gap: 5px;
  align-items: center;
}

.woocommerce div.product .quantity-number {
  border: 1px solid #577e03;
  width: 268px;
  height: 45px;
}

.woocommerce div.product .quantity-number button {
  /* border: 1px solid #577E03;
  width: 268px; */
  height: 45px;
  width: 30%;
  background: transparent;
  outline: none;
  border: none;
}

.woocommerce div.product .quantity-number input {
  height: 45px;
  width: 40%;
  border: none;
  border-left: 1px solid #577e03;
  border-right: 1px solid #577e03;
  background: transparent;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
  background: #577e03;
  width: calc(100% - 276px);
  height: 45px;
  border: 1px solid #577e03;
  transition: 0.3s all;
}

.woocommerce div.product form.cart .button:hover {
  background: #fffcf5;
  color: #577e03;
  transition: 0.3s all;
}

.woocommerce ul.products li.product .button {
  background: #577e03;
  color: #fefefe;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 167px;
  margin: 16px auto auto;
  border: 1px solid #577e03;
}

.woocommerce ul.products li.product .button:hover {
  background: #fffcf5;
  color: #577e03;
}

h1.woocommerce-products-header__title.page-title {
  color: #577e03;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: center;
}

/* nosotros */

.c1466 {
  max-width: 1466px;
  margin: auto auto 80px;
  padding: 0px 15px;
}

.c1466 .col-2 {
  gap: 24px;
}

.c1466 h1 {
  color: #577e03;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 20px;
}

.c1466 p {
  color: #021226;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.c1466 img {
  width: 100%;
}

/* contacto */

.col13 {
  display: grid;
  grid-template-columns: 3fr 6fr;
  gap: 96px;
}

.formuliri {
  border: 1px solid #577e03;
  padding: 32px 40px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.woocommerce form .form-row input.input-text {
  width: 100%;
  background: #f1e8d9;
  border: none;
  height: 32px;
  padding-inline-start: 16px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
  color: #577e03;
  font-size: 12px;
}

.titulo p {
  margin-bottom: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  background: #f1e8d9;
  width: 100%;
  height: 104px;
  border: none;
  padding: 10px;
  color: #577e03;
  font-size: 12px;
}

label.acceptar {
  color: #577e03;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link) {
  border-radius: 8px;
  background: #577e03;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  max-width: 243px;
  padding: 8px;
  width: 100%;
  border: 1px solid #577e03;
  margin-top: 6px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover,
body:not(.woocommerce-block-theme-has-button-styles)
  .wc-block-components-button:not(.is-link):hover {
  background: #fff;
  color: #577e03;
}

.c1466.enconta h1 {
  margin: 0px;
}

.c1466.enconta .divde p {
  margin: 0px 0px 80px;
  max-width: 852px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.48px;
  color: #021226;
}

.conta .fff {
  border: 1px solid #577e03;
  padding: 10px 16px 10px;
  margin-bottom: 28px;
}

.conta .fff a,
.conta .fff p {
  color: #021226;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.fafi {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.menu-foter .fafi {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.titulo {
  margin-top: 20px;
}

.titulo.sintop {
  margin-top: 0px;
}

.woocommerce form.login a {
  color: #000;
  text-decoration: underline;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  .woocommerce-breadcrumb {
  font-size: 0.92em;
  color: #767676;
  margin: -25px 0px 20px;
}

/* .woopspro-product-slider button.slick-next, .woopspro-product-slider button.slick-next:hover, .woopspro-product-slider button.slick-next:focus {
  background: #5555555e url(arrow-right.png) center center no-repeat !important;
}

.woopspro-product-slider button.slick-prev, .woopspro-product-slider button.slick-prev:hover, .woopspro-product-slider button.slick-prev:focus {
  background: #5555555e url(arrow-left.png) center center no-repeat !important;
  background-size: 15px 26px !important;
  outline: none !important;
} */

.enelmo a#openfiltermo{
  display: flex;
  justify-content: center;
  margin-right: 50px;
  background: #577E03;
  width: 126px;
  align-items: center;
  color: #fff;
  padding: 10px;
  gap: 10px;
  margin-left: auto;
  margin-bottom: 15px;
}


@media only screen and (max-width: 1000px) {
  #menumovil,
  header.c-header {
    position: fixed;
    left: 0;
    z-index: 9999;
    background-color: #fff;
  }
  .enelmo a#openfiltermo {
    margin-right: 0px;
  }
  .cont-1400,
  footer.c-pie,
  section#services > h2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  #entry .container .text .content h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #201f37;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  section#solutions.clientlist .soluciones .solucion h4 {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
  }

  #careers .modal .wpcf7 .doble > p {
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-gap: 20px;
    margin-bottom: 20px;
  }

  .admin-bar #menumovil.toparriba {
    top: 120px;
  }

  header.c-header {
    top: 0;
  }

  .burger span,
  .burger:hover span {
    background: #000;
  }

  header.c-header .normal {
    grid-template-columns: 500px 1fr;
    display: none;
  }

  header.c-header .normal .izda {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  header.c-header .normal .dcha #menu nav .top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 45px;
  }

  header.c-header .normal .dcha #menu nav .top-nav li.menu-item a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000;
    padding: 20px 0;
  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a:hover,
  footer.c-pie
    .arriba
    .dcha
    .contenedor
    ul
    li.wpml-ls-current-language
    a:hover
    span,
  footer.c-pie .arriba .izda .contenedor a:hover,
  header.c-header .normal .dcha #menu nav .top-nav li.menu-item a:hover,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    .sub-menu
    li
    a:hover,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li
    a:hover {
    color: #ef4444;
  }

  #menumovil nav .top-nav > li.menu-item-has-children,
  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children,
  header.c-header .normal .dcha #menu nav .top-nav > li.menu-item-has-children,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    li.menu-item-has-children {
    position: relative;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li.menu-item-has-children
    > a:hover::after,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > a:hover::after {
    content: url("../images/haschildren2.svg");
    margin-left: 6px;
    top: 0;
    position: relative;
    -webkit-transition: 3s;
    transition: 3s;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > a::after {
    content: url("../images/haschildren.svg");
    margin-left: 6px;
    top: 0;
    position: relative;
    -webkit-transition: 3s;
    transition: 3s;
  }

  .solomovil,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children:hover
    > .sub-menu,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li.menu-item-has-children:hover
    > .sub-menu {
    display: block;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translate(-42%, 0);
    background-color: #f5f5f5;
    padding: 20px 0;
    display: none;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li
    a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 40px;
    display: flex;
  }

  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li:last-child
    a,
  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu
    li:last-child
    a,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    .sub-menu
    li:last-child
    a,
  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li:last-child
    a {
    margin-bottom: 0;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li.menu-item-has-children
    > a::after {
    content: url("../images/haschildren3.svg");
    margin-left: 6px;
    top: 0;
    position: relative;
    -webkit-transition: 3s;
    transition: 3s;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    transform: translate(0, 0);
    background-color: #f5f5f5;
    padding: 15px;
    display: none;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    .sub-menu
    li
    a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #000;
    width: max-content;
    margin-bottom: 12px;
    padding: 0 20px;
  }

  header.c-header .solomovil {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  .burger {
    position: relative;
    width: 22px;
    height: 14px;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }

  .nav-open .burger {
    top: -2px;
  }

  .burger span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transition: 0.2s, background;
  }

  .burger span:nth-child(2) {
    top: 6px;
  }

  .burger span:last-child {
    top: 12px;
  }

  .nav-open .burger span:first-child,
  .nav-open .burger span:last-child {
    top: 8px;
  }

  .nav-open .burger span:first-child {
    transform: rotate(45deg);
  }

  .nav-open .burger span:last-child {
    transform: rotate(-45deg);
  }

  .nav-open .burger span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  #menumovil {
    top: 113px;
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    transition: 0.6s;
    border-top: 1px solid #000;
  }

  #menumovil.toparriba {
    top: 70px;
  }

  #menumovil nav .top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-gap: 15px;
  }

  #menumovil nav .top-nav li.menu-item a {
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #000;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
  }

  #menumovil nav .top-nav > li.menu-item-has-children > a::after,
  #menumovil nav .top-nav > li.menu-item-has-children > a:hover::after {
    content: url("../images/haschildren3.svg");
    margin-left: 9px;
    top: -2px;
    position: relative;
  }

  #menumovil nav .top-nav > li.menu-item-has-children > .sub-menu {
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    background-color: #fff;
    padding: 0;
    display: none;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  #menumovil nav .top-nav > li.menu-item-has-children > .sub-menu li,
  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu
    li {
    text-align: center;
  }

  #menumovil nav .top-nav > li.menu-item-has-children > .sub-menu li a,
  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu
    li
    a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #646464;
    width: initial;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
  }

  /* #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > a::after,
  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > a:hover::after {
    content: url("../images/vector.svg");
    margin-left: 9px;
    top: -2px;
    position: relative;
  } */

  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > .sub-menu {
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    background-color: #fff;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px;
  }

  #bannerhome {
    margin-top: 53px;
    background-size: cover;
    background-position: center left;
    min-height: 370px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }

  section#services {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  section#services > h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #111;
    margin-bottom: 20px;
  }

  section#services > p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: rgba(18, 17, 39, 0.56);
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  section#services .servicios {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 6px;
  }

  section#services .servicios .servicio {
    width: 100%;
    height: 164px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
  }

  section#services .servicios .servicio .img {
    position: absolute;
    width: 100%;
    height: 164px;
    z-index: -1;
  }

  section#services .servicios .servicio .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  section#services .servicios .servicio .img span {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  section#services .servicios .servicio .titlebottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }

  section#services .servicios .servicio .titlebottom h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #f9f9fb;
    padding: 22px 18px;
  }

  section#services .servicios .servicio .titlebottom p {
    margin: 22px 18px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 14px 20px;
    width: max-content;
    display: flex;
    align-items: center;
  }

  section#services .servicios .servicio .titlebottom p svg {
    margin-left: 8px;
  }

  section#services .servicios .servicio .titlebottom p:hover {
    background-color: #ef4444;
  }

  footer.c-pie {
    background-color: #000;
  }

  footer.c-pie .arriba {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding: 55px 0;
    border-bottom: 1px solid #ffffff50;
  }

  footer.c-pie .abajo,
  footer.c-pie .middle {
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px 0;
  }

  footer.c-pie .arriba .izda {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    order: 2;
  }

  footer.c-pie .arriba .dcha .contenedor .title,
  footer.c-pie .arriba .izda .contenedor p.title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 21px;
  }

  footer.c-pie .arriba .izda .contenedor a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    display: block;
    margin-bottom: 12px;
  }

  footer.c-pie .arriba .dcha {
    orphans: 1;
  }

  footer.c-pie .arriba .dcha .contenedor .wpml-ls-legacy-dropdown {
    width: 100%;
  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a {
    background-color: #000;
    border: 1px solid #ffffff50;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px;
  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    text-align: center;
    letter-spacing: 0.02em;
    transition: 0.6s;
    color: #fff;
  }

  footer.c-pie
    .arriba
    .dcha
    .contenedor
    ul
    li.wpml-ls-current-language
    ul.js-wpml-ls-sub-menu
    li
    a {
    background-color: #fff;
  }

  footer.c-pie
    .arriba
    .dcha
    .contenedor
    ul
    li.wpml-ls-current-language
    ul.js-wpml-ls-sub-menu
    li
    a
    span {
    color: #000;
  }

  footer.c-pie .arriba .dcha .contenedor .logo {
    margin-top: 55px;
  }

  footer.c-pie .arriba .dcha .contenedor .logo p.red,
  footer.c-pie .middle .text p.red {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #ef4444;
    margin-top: 15px;
  }

  footer.c-pie .middle {
    grid-gap: 50px;
    border-bottom: 1px solid #ffffff50;
  }

  footer.c-pie .middle .text p {
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    text-align: left;
    margin-top: 10px;
    font-size: 16px;
  }

  footer.c-pie .middle .form {
    display: flex;
    align-items: center;
  }

  footer.c-pie .middle .form form p {
    display: flex;
    grid-gap: 12px;
  }

  footer.c-pie .middle .form form p input[type="email"] {
    width: 100%;
    background-color: #000;
    border: 1px solid #ffffff50;
    border-radius: 8px;
    padding: 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: rgba(255, 255, 255, 0.4);
  }

  footer.c-pie .middle .form form p input[type="submit"] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-color: #ef4444;
    border-radius: 8px;
    height: 43px;
    width: 142px;
    transition: 0.6s;
    border: none;
  }

  footer.c-pie .middle .form form p input[type="submit"]:hover {
    color: #000;
    background-color: #fff;
  }

  footer.c-pie .middle .form form .wpcf7-response-output {
    color: #fff;
    margin-top: 20px;
    margin-left: 0;
  }

  .cont-1400.container.flex-wrap.pa-align,
  footer.c-pie .middle .form form .wpcf7-spinner {
    display: none;
  }

  footer.c-pie .abajo {
    grid-gap: 30px;
  }

  footer.c-pie .abajo p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: rgba(255, 255, 255, 0.56);
  }

  footer.c-pie .abajo .redes {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px;
  }

  body.nav-open #menumovil {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: auto;
  }

  .admin-bar .c-header {
    top: 46px;
    transition: 0.6s;
  }

  .admin-bar #menumovil {
    top: 99px;
  }

  .col-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #menumovil nav .top-nav {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    grid-gap: 15px;
    padding: 15px 25px;
  }

  /* RRRRRR */

  .ayuda-cliente {
    padding: 30px 0px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .tte {
    top: 15px;
  }

  .tte a {
    font-size: 19px;
  }

  section#trescat {
    margin: 50px 0px 50px;
  }

  .col-5 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .imagen-kit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    align-items: flex-start;
  }

  #escogernos .c1700 {
    background: #f1e8d9;
    margin: 86px auto 68px;
    padding: 50px 15px 50px;
  }
  #footer-bottom {
    padding: 50px 15px;
  }
  .woocommerce ul.products li.product .button {
    font-size: 12px;
  }
  .summary.entry-summary {
    max-width: 100% !important;
  }
  #wpgs-gallery.wcgs-woocommerce-product-gallery {
    margin-right: 0px !important;
    max-width: 100% !important;
  }
  .woocommerce:where(body:not(.woocommerce-uses-block-theme))
    div.product
    p.price {
    margin: 30px 0px;
  }
  .woocommerce section.related.products ul.products.columns-5 li.product {
    width: 30.95%;
  }
}

@media only screen and (max-width: 769px) {
  .cfoto h1 {
    font-size: 28px;
    line-height: normal;
}
  .woocommerce ul.products li.product .button {
    font-size: 14px;
  }
  main {
    margin-top: 133px;
  }

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

  .woocommerce ul.products li.product a {
    text-decoration: none;
    width: 98%;
    margin: auto 1%;
}

  .woocommerce .woocommerce-ordering select {
    margin-right: 0px;
  }

  .imagen-portada {
    height: auto;
    padding: 20px 15px;
    background-position: 31%;
  }

  .ayuda-cliente {
    grid-template-columns: 1fr;
  }

  section#trescat .col-3 {
    grid-template-columns: 1fr;
  }
  .tte a {
    font-size: 28px;
  }

  .c1,
  .c2 {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  .bloc.lafoto {
    margin: 0px 0px -6px;
    order: 2;
  }
  #escogernos .c1700 {
    padding: 50px 15px 0px;
  }
  .woocommerce div.product .product_title {
    font-size: 24px;
  }
  .woocommerce:where(body:not(.woocommerce-uses-block-theme))
    div.product
    p.price {
    font-size: 24px;
  }
  .woocommerce div.product form.cart .button {
    width: 100%;
    margin-top: 10px;
  }
  .woocommerce section.related.products ul.products.columns-5 li.product {
    width: 49.95%;
  }
  .woocommerce section.related.products span.price bdi {
    font-size: 18px;
  }
  .col13 {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .formuliri {
    border: 1px solid #577e03;
    padding: 18px 15px 0px;
    margin-bottom: 30px;
  }
  .barra {
    margin: 0px 0px 30px auto;
}
}

/*# sourceMappingURL=style.css.map */
