:root {
  --f: "Montserrat", sans-serif;
}

/*! 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;
}

.fc-event-title {
  white-space: pre-wrap; /* Això fa que els salts de línia es mostrin */
}

.fc-event-title::after {
  content: '\A'; /* Afegeix un salt de línia */
  white-space: pre;
}

.cicles-assignats {
  border: 1px solid;
  padding: 20px 20px 25px;
  margin: 20px 0px;
  max-width: fit-content;
}

body {
  margin: 0;
  background: #fff;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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;
}

figure {
  margin: 1em 40px;
}

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

pre {
  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"]:not(#rememberme) {
  -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: 16px;
  height: 16px;
  position: relative;
  transition: all 0.5s;
  background: url(../images/icon-checkbox.svg) no-repeat center;
  background-size: cover;
  margin-right: 7px;
  top: 2px;
}

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

input[type="checkbox"].filtrar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: 0 0;
  box-sizing: border-box;
  padding: 0;
}

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

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

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="radio"]:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  transition: all 0.5s;
  background: url(../images/input-radio.svg) no-repeat center;
  background-size: cover;
  top: 2px;
}

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

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;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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: var(--f);
  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: 100px;
}

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

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

.cont-1200 ul {
  margin: 10px 10px !important;
  list-style: disc !important;
  color: #000;
}

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

a,
button,
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  transition: all 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: var(--f);
  font-weight: 400;
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
  display: block;
}

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

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

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

/* body {
  background-color: #fff
}

body.home {
  background-color: #fff
} */

ul#menu-menu {
  display: flex;
}

img.logoimg {
  max-width: 150px;
}

header.c-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

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-family: var(--f);
  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 {
  color: #ef4444;
}

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

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
  > a:hover::after {
  content: url(../images/haschildren2.svg);
  margin-left: 6px;
  top: 0;
  position: relative;
  -webkit-transition: all 3s;
  transition: all 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: all 3s;
  transition: all 3s;
}

header.c-header
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > 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-family: var(--f);
  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;
}

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

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
  li
  a:hover {
  color: #ef4444;
}

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:hover::after {
  content: url(../images/haschildren2.svg);
  margin-left: 6px;
  top: 0;
  position: relative;
  -webkit-transition: all 3s;
  transition: all 3s;
}

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: all 3s;
  transition: all 3s;
}

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
  .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-family: var(--f);
  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
  .normal
  .dcha
  #menu
  nav
  .top-nav
  > li.menu-item-has-children
  > .sub-menu
  .sub-menu
  li
  a:hover {
  color: #ef4444;
}

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

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

/* INICI */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #d9dad7;
}

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

.c1900 {
  max-width: 1900px;
  padding: 0px 15px;
}

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

img.logoimg {
  max-width: 150px;
}

.desk {
  display: block;
}

.solomovil {
  display: none;
}

main {
  margin-top: 145px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

img {
  max-width: 100%;
}

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

.col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  justify-content: space-between;
  align-content: center;
  align-items: start;
  width: 100%;
}

header.c-header {
  /* background-color: #fff; */
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: auto;
  padding: 10px 0;
  transition: 0.6s all;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.fijoheader {
  height: 74px !important;
  transition: 0.6s all !important;
  animation: 0.6s animate_sticky !important;
}

.dgwt-wcas-style-pirx
  .dgwt-wcas-sf-wrapp
  input[type="search"].dgwt-wcas-search-input {
  padding: 8px 24px 8px 48px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 15px;
}

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

.fixed-summary {
  position: fixed;
  z-index: 100;
  background: #fff;
  top: 74px;
  padding: 20px 0px !important;
  animation: 0.6s animate_sticky !important;
}

.fixpreu {
  top: 150px;
  padding: 0px 0px !important;
}

.infofixe {
  top: 200px;
  padding: 0px !important;
}

@keyframes animate_sticky {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.h55 {
  height: 55px;
}

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

.center {
  text-align: center;
}

.cont-1400.container.center .logo-space a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

div#menu {
  width: 100%;
}

div#menu nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-between;
}

div#menu ul li a {
  font-family: var(--f);

  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #292929;
}

header.c-header .current-menu-item a {
  color: #000 !important;
}

.menu-space {
  padding: 50px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
}

li.menu-item {
  padding: 0 20px 0 0;
}

li.menu-item a {
  color: #000;
}

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

.pa-align {
  padding-top: 0;
}

img.phone-icon {
  margin: 0 7px -3px 1px;
}

.button-call-space a.button {
  padding: 1px 20px;
}

a.button,
a.button.anchor-button,
input#lidd_mc_submit {
  background-color: #000;
  padding: 7px 35px;
  border-radius: 0px;
  text-align: center;
  font-family: var(--f);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  border: 1px solid #292929;
}
button.closeBtn {
  right: 10px;
  position: absolute;
  top: 10px;
}
img.imginfocale {
  max-width: 40px;
}
a.button.product_type_variable.add_to_cart_button {
  color: #fff;
  background: #000;
  letter-spacing: inherit;
  padding: 21px 10px;
  margin: 20px 0px;
  border: 1px solid #000;
}
.button.reverse {
  background-color: #fff;
  color: #00afd8;
}

.button.reverse:hover {
  color: #fff;
  background-color: #00afd8;
}

.buttons-banner a {
  margin-right: 30px;
}

a.button:hover {
  background-color: #000;
  color: #ffff;
  border: 1px solid #000;
}

#banner-home {
  margin-top: 0px;
}

#banner-home.home {
  background-image: url(../images/banner-portada.jpg);
  height: calc(100vh - 293px);
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section#contacto {
  height: 549px;
  background: #efd9c9;
}

h1 {
  font-family: var(--f);
  font-weight: 400;
  font-size: 48px;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
}

#single-cicle h1 {
  font-family: var(--f);
  font-weight: 400;
  font-size: 36px;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
}

p {
  font-family: var(--f);
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 170%;
  letter-spacing: inherit;
  color: #000000;
}

.gap20 {
  gap: 20px;
}

.py40 {
  padding-top: 20px;
  padding-bottom: 40px;
}

h2 {
  font-family: var(--f);
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
  margin-bottom: 30px;
}

h3 {
  font-family: var(--f);
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}

.c-generico.top--menu {
  padding: 0px 20px 50px;
}

/* FOOTER */

#footer-bottom {
  background: #ececec;
  padding: 65px 10px 0px;
}

#footer-bottom a,
#footer-bottom p {
  font-family: var(--f);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #000;
}

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

.links-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
  align-content: flex-start;
  text-decoration: underline;
}

.newsletter h3 {
  font-family: var(--f);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
}

.copy-footer {
  background: #1e1e1e;
  padding: 30px 15px 50px;
}

.copy-footer a,
.copy-footer p {
  color: #fff;
  font-family: var(--f);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

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

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

p.phrase {
  font-size: 10px !important;
  letter-spacing: 0px;
}

.text-banner-contacto {
  max-width: 466px;
}

.flex-h {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 50px;
}

.form {
  background: transparent;
  border-radius: 15px;
  padding: 0px;
  width: 100%;
}

#contacto p.subb {
  font-family: var(--f);
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  text-align: left;
  color: #000000;
  padding: 0px 12px 5px;
}

#contacto h1 {
  margin: 0px 0px 50px 0px;
}

.form h2 {
  font-family: var(--f);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #00677f;
  margin-bottom: 50px;
}

#contacto input[type="email"],
#contacto input[type="tel"],
#contacto input[type="text"] {
  width: 100%;
  height: 23px;
  color: #000;
  background: 0 0;
  border-radius: 0 !important;
  border: 0.5px solid #292929;
  padding: 0px 0px 0px 0px;
  text-indent: 5px;
  font-family: var(--f);
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
}

#contacto input[type="email"]::placeholder,
#contacto input[type="tel"]::placeholder,
#contacto input[type="text"]::placeholder {
  font-family: var(--f);
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}

#contacto input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background: transparent;
  font-family: var(--f);
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
  color: #292929;
  padding: 5px 30px;
  text-align: center;
  border: 0.75px solid #000000;
}

#info-contact {
  padding: 80px 0px;
}

#info-contact p,
#info-contact a {
  font-family: var(--f);

  font-weight: 400;
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 0.17em;
  text-decoration-line: none;
  color: #292929;
}

form#lidd_mc_form input[type="email"],
form#lidd_mc_form input[type="tel"],
form#lidd_mc_form input[type="text"] {
  height: 30px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  background-color: #fff;
  margin: 0px 0px 0px;
  max-height: 95px;
  padding: 5px;
}

label,
label a {
  font-family: var(--f);
  font-style: normal;
  font-weight: 300;
  font-size: 8px;
  line-height: 12px;
  color: #000000;
}

p.form-50 {
  padding: 50px 0;
  margin: 0 0 0 -20px;
}

input.wpcf7-submit {
  font-family: var(--f);
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 15px;
}

.gap40 {
  gap: 40px;
}

/* rutes */
.ruta {
  background-color: #88c9c6;
  /* Color de fons de la card */
  border-radius: 30px;
  /* Radi de la vora de la card */
  box-shadow: 0 4px 6px rgba(136, 201, 198, 0.4);
  /* Sombra de la card */
  padding: 0px;
  /* Espaiat interior de la card */
  margin: 0px;
  /* Marge entre les cards */
}

.inforuta {
  padding: 20px;
}

.ruta h2 {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 300;
}

.ruta p {
  font-size: 16px;
  /* Mida de la font del text */
}

.ruta a.afegir-al-carret {
  display: inline-block;
  background-color: #007bff;
  /* Color del botó "Afegir al Carret" */
  color: #fff;
  /* Color del text del botó */
  padding: 10px 20px;
  /* Espaiat del botó */
  text-decoration: none;
  border-radius: 5px;
  /* Radi de la vora del botó */
  margin-top: 10px;
  /* Espaiat superior del botó */
}

.ruta a.afegir-al-carret:hover {
  background-color: #0056b3;
  /* Color del botó "Afegir al Carret" al passar el ratolí per sobre */
}

li.product a img,
li.product a {
  width: 100%;
}

li.product a img {
  border-radius: 0px;
  padding: 0px;
}

.mt70 {
  margin-top: 70px;
}

.inforutacard {
  padding: 20px;
}

.gap30 {
  gap: 30px;
}

h2.woocommerce-loop-product__title {
  min-height: 100px;
}

li.product {
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
  background: #fefefe;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

li.product h2 {
  margin-bottom: 0px;
}

li.product span.price {
  color: #000;
  font-size: 36px;
}

span.price,
p.price {
  color: #000 !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

h2.woocommerce-loop-product__title {
  color: #1d1d1d;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 26px;
}

p.product-meta__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
a.checkout-button.button.alt.wc-forward,
button#place_order,
.button {
  color: #fff;
  background: #000;
  letter-spacing: inherit;
  padding: 21px 10px;
  margin: 20px 0px;
  border: 1px solid #000;
}

.product-meta span {
  color: #1d1d1d;
  text-align: left;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

button.single_add_to_cart_button.button.alt {
  color: #fff;
  background: #000;
  letter-spacing: inherit;
  padding: 21px 10px;
  margin: 20px 0px;
  border: 1px solid #000;
  min-width: 250px;
}

button.single_add_to_cart_button.button.alt:hover,
a.checkout-button.button.alt.wc-forward:hover,
button#place_order:hover {
  color: #000;
  background: #fff;
}

li.product
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: #000;
  background: #fff;
  letter-spacing: inherit;
  padding: 21px 10px;
  margin: 20px 0px;
  border: 1px solid #000;
}

.cart-count {
  background-color: #eee;
  color: #000;
  border-radius: 50%;
  padding: 3px 8px;
  font-size: 14px;
  margin-left: -6px;
  font-weight: 300;
}

/* producte */

main#main {
  max-width: 1860px;
  margin: 170px auto 30px auto;
  padding: 0px 15px;
}

.woocommerce-product-gallery__image a {
  width: 100%;
}

h1.product_title.entry-title {
  text-align: left;
  margin-bottom: 15px;
}

/* faqs */

#lalafaq {
  padding-bottom: 80px;
}

#lalafaq .faq-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#lalafaq .container.cont-1400 {
  max-width: 1400px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-between;
  gap: 33px;
}

#lalafaq h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 150%;
  text-align: center;
  color: #191919;
  margin-bottom: 20px;
}

#lalafaq p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}

#lalafaq li {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}

#lalafaq .faq-page {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 0 20px;
  width: 100%;
  outline: none;
  transition: 0.4s;
  margin: auto;
  border-top: 1px solid #fff;
  min-height: 87px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
}

#lalafaq .faq-page.fiiiii {
  border-bottom: 1px solid #fff;
}

#lalafaq .faq-body {
  margin: auto;
  width: 100%;
  border: 3px solid #001530;
  border-top: none;
  padding: 18px;
  background-color: #fff;
  display: none;
  overflow: hidden;
}

#lalafaq .faqii {
  width: 100%;
}

#lalafaq .active,
#lalafaq .faq-page:hover {
  background-color: #fff;
}

#lalafaq .faq-page:after {
  content: "+";
  font-size: 43px;
  color: #000;
  float: right;
  margin-left: 5px;
  rotate: 0deg;
  transition: 0.3s;
  font-weight: 100;
}

#lalafaq .active:after {
  content: "-";
  font-size: 43px;
  color: #000;
  float: right;
  margin-left: 5px;
  rotate: 180deg;
  transition: 0.3s;
  font-weight: 100;
}

#lalafaq .faq-body {
  margin: auto;
  width: 100%;
  border: none;
  border-top: none;
  padding: 18px;
  background-color: #fff;
  display: none;
  overflow: hidden;
  text-align: left !important;
}

#lalafaq .faq-body p {
  text-align: left !important;
}

/* read more */
.more {
  display: none;
  transition: 0.5s;
}

button.read {
  background: transparent;
  border: none;
  text-decoration: underline;
  font-weight: 500;
}

.flex-card {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 50px;
}

p.titlecard {
  font-family: var(--f);

  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #292929;
  margin-bottom: 20px;
}

.card-tarifa-body p {
  font-family: var(--f);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.2em;
  color: #000000;
}

.card-tarifa-body {
  padding: 10px 0px;
}

span.right-total {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 0 !important;
}

ol li {
  list-style: decimal;
}

/* header */
header.c-header.container .container.c1900.desk {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.butons-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.woocommerce div.product form.cart {
  margin-bottom: 2em;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover {
  background-color: #cacaca;
  color: #000;
  background-color: #cacaca;
}
.single_variation_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.woocommerce-variation-availability {
  display: none;
}

table.variations tr {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.single_variation_wrap button.single_add_to_cart_button.button.alt {
  margin: 0px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  gap: 12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.woocommerce .quantity .qty {
  width: 65px !important;
  text-align: center;
  height: 59px !important;
  border: 1px solid;
  border-left: none;
  border-right: none;
}

button.minus-button {
  width: 40px;
  height: 59px;
  background: #fff;
  border: 1px solid;
  border-right: none;
}

button.plus-button {
  width: 40px;
  height: 59px;
  background: #fff;
  border: 1px solid;
  border-left: none;
}
select#pa_qaunta-gent-fareu-la-ruta {
  height: 50px;
  max-width: 200px;
  width: 200px;
}

.woocommerce div.product form.cart .variations th.label label {
  font-size: 17px;
  line-height: 47px;
}

a.reset_variations {
  display: none !important;
}

.woocommerce-product-gallery {
  display: block;
}

.woocommerce-product-gallery a {
  width: 100%;
}

body.page-id-8 .woocommerce .quantity .qty {
  width: 65px !important;
  text-align: center;
  height: 59px !important;
  border: 1px solid;
  border-left: none;
  border-right: none;
  margin-top: -3.5px;
}

table.variations select#pa_tipus-de-tarjeta {
  height: 59px;
}

.woocommerce .products ul::before {
  content: inherit;
}

/* portada */
section#inici {
  padding: 100px 0px;
}

#venim {
  background-image: url(../images/home.png);
  min-height: 742px;
  background-attachment: fixed;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  height: 742px;
  margin-top: 0;
}

.c950 {
  max-width: 950px;
}

.pr0 {
  padding-right: 0px;
}

.mr0 {
  margin-right: 0px;
}

.social-footer img {
  max-width: 40px;
}

.flex-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding-bottom: 40px;
}

.flextext {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  padding-right: 15px;
}

#inici p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#inici h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ruta-item h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
/* #banner-home.home {
  background-image: url(../images/venim.jpg);
  height: calc(100vh - 293px);
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
} */
#footer-bottom p {
  margin-top: 10px;
  margin-bottom: 5px;
}

body.home h1 {
  font-size: 84px;
  font-weight: 600;
  line-height: 102px;
  letter-spacing: 0em;
  text-align: left;
  text-transform: uppercase;
}

.trotro {
  min-height: 765px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
a.button.butcicle {
  position: relative;
  z-index: 9;
  bottom: 0px;
  width: 100%;
  max-width: 200px;
  margin: 20px 5px;
}

a.button.butcicle:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

#single-cicle {
  padding-top: 50px;
}

body.page-template-page-cicles h1.center {
  padding-top: 50px;
  padding-bottom: 20px;
}

#proximes-rutes {
  background: #fff;
  padding: 30px 0px 50px;
}

#cicles {
  padding: 10px 0px 50px;
  background: #fff;
  margin-bottom: 33px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.proprut {
  border: 1px solid #cacaca;
  padding: 20px;
  border-radius: 18px;
  margin-right: 30px;
}

#calendar {
  max-width: 1860px;
  margin: 50px auto 50px auto;
  padding: 30px 15px 0px;
  background: #fff;
}
.fc-daygrid-event-dot,
.fc-event-time {
  display: none !important;
}

.col31 {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 50px;
}

.rutestext {
  margin-top: 80px;
  background: #fff;
  width: max-content;
  padding: 25px;
  border-radius: 16px;
}

#elcalendari {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
}

.propruta {
  padding: 10px 0px;
  border-bottom: 1px solid;
}

.propruta:last-child {
  border-bottom: none;
}

.propruta img.imginfocale {
  max-width: 30px;
}

.linksmodal {
  display: flex;
  margin: 10px 0px;
  gap: 10px;
}

#lesseguentsrutes {
  margin: 35px 0px 50px;
}

/* Modal */
#lesseguentsrutes .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#lesseguentsrutes .modal-content {
  background-color: #fefefe;
  margin: 120px auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 500px;
  border-radius: 16px;
}

#lesseguentsrutes .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#lesseguentsrutes .close:hover,
#lesseguentsrutes .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.c1200 {
    max-width: 1200px;
    margin: auto;
}

#textportada p,
.quisoc p {
    font-size: 16px;
    margin-bottom: 16px;
}

.quisoc {
    padding: 40px 0px 80px;
    background: #fff;
}
#textportada {
    background: #fff;
    padding: 40px 0px;
}

a.whatt {
    position: fixed;
    right: 15px;
    bottom: 15px;
}
@media only screen and (max-width: 1550px) {
  .card-tarifa {
    padding: 50px 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .card-tarifa {
    padding: 30px 30px;
  }
}

/* RESPONSIVE BASE 1000PX */
@media only screen and (max-width: 1000px) {
  #entry .container .text .content h1 {
    font-family: var(--f);
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 160%;
    color: #201f37;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  main {
    margin-top: 129px;
  }

  #venim {
    background-image: url(../images/venim.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 128px);
    margin-top: 0;
  }

  .trotro {
    height: calc(100vh - 128px);
    min-height: auto;
  }

  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;
  }

  body.nav-open #menumovil {
    display: flex;
  }

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

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

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

  .cont-1400 {
    padding-left: 15px;
    padding-right: 15px;
  }

  header.c-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }

  header.c-header .normal {
    display: grid;
    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-family: var(--f);
    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 {
    color: #ef4444;
  }

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

  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
    > a:hover::after {
    content: url(../images/haschildren2.svg);
    margin-left: 6px;
    top: 0;
    position: relative;
    -webkit-transition: all 3s;
    transition: all 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: all 3s;
    transition: all 3s;
  }

  header.c-header
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > 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-family: var(--f);
    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
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    li
    a:hover {
    color: #ef4444;
  }

  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:hover::after {
    content: url(../images/haschildren2.svg);
    margin-left: 6px;
    top: 0;
    position: relative;
    -webkit-transition: all 3s;
    transition: all 3s;
  }

  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: all 3s;
    transition: all 3s;
  }

  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
    .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-family: var(--f);
    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
    .normal
    .dcha
    #menu
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    .sub-menu
    li
    a:hover {
    color: #ef4444;
  }

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

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

  .asota {
    display: grid;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: stretch;
  }

  .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    padding: 5px 24px 5px 48px;
  }

  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 13px;
  }

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

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

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

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

  .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 {
    position: fixed;
    top: 85px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: 0.6s all;
    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: center;
  }

  #menumovil nav .top-nav > li.menu-item-has-children {
    position: relative;
  }

  #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 > a::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 {
    text-align: center;
  }

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

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

  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children {
    position: relative;
  }

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

  #menumovil
    nav
    .top-nav
    > li.menu-item-has-children
    > .sub-menu
    > li.menu-item-has-children
    > a::after {
    content: url(../images/haschildren4.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;
  }

  #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.menu-item-has-children
    > .sub-menu
    li
    a {
    font-family: var(--f);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #a7a7a7;
    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
    > .sub-menu
    li:last-child
    a {
    margin-bottom: 0;
  }

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

  ul#menu-menu_principal {
    display: flex;
  }
}

@media only screen and (max-width: 1000px) {
  .cont-1400.container.flex-wrap.pa-align {
    display: none;
  }

  .container.c1900.desk {
    display: none !important;
  }

  .px-100 {
    padding: 0px 0px;
  }

  .imagenes img {
    width: 100%;
  }

  .o-nav {
    margin: -10px 0px 0px 12px;
    text-align: left;
  }

  section#contacto {
    height: inherit;
    background: #efd9c9;
    padding: 30px 0px;
  }

  .butons-header {
    display: flex;
    align-items: center;
    gap: 7px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }

  header.c-header.container .cont-1400.container.center {
    display: none;
  }

  .solomovil {
    display: block;
  }

  body.nav-open #menumovil {
    display: flex;
  }

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

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

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

  .text-banner {
    max-width: 100%;
    position: absolute;
    top: 150px;
    left: auto;
    padding: 0 15px;
  }

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

  .logo-footer {
    text-align: left;
  }

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

  .flex-h {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 50px;
    flex-direction: column;
  }

  .form {
    background: #f4f4f4;
    border-radius: 15px;
    padding: 30px;
    width: 100%;
    max-width: 726px;
  }

  input[type="email"],
  input[type="tel"],
  input[type="text"] {
    width: 100%;
    border: none;
    border-bottom: 1.2px solid #00677f;
    height: 60px;
  }

  img.logopa {
    max-width: 150px;
    margin: 0px;
  }

  .o-logo.izda a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-between;
    gap: 10px;
  }

  main#main {
    max-width: 100%;
    margin: 131px auto 30px auto;
    padding: 0px 15px;
  }

  nav.woocommerce-breadcrumb {
    background: #eee;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 3px 10px !important;
    color: #000 !important;
  }

  img.logopb {
    max-width: 230px;
  }

    body.home h1 {
        font-size: 7vw;
        line-height: normal;
    }
.flextext svg {
    display: none;
}
  .flex-3 {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 25px 0px;
    align-items: flex-start;
    justify-content: space-between;
    align-content: space-around;
    flex-wrap: nowrap;
  }

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

  #menumovil {
    position: fixed;
    top: 126px;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }

  h1 {
    font-family: var(--f);

    font-weight: 400;
    font-size: 35px;
    line-height: normal;
    color: #000000;
    text-align: center;
    margin-bottom: 40px;
  }

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

  .newsnews input[type="email"] {
    height: 38px;
    max-width: 253px;
  }
  .col31 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .rutestext {
    margin-top: 40px;
    width: 100%;
  }
  #lesseguentsrutes .modal-content {
    top: 140px;
}
.fc .fc-button-primary{
  font-size: 12px;
}
.fc-toolbar-chunk {
  display: flex;
}
section#inici {
  padding: 50px 0px;
}
}

@media only screen and (max-width: 700px) {
  .explicacion {
    padding: 0px 0px 70px;
  }

  .conta {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px 40px;
    gap: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .form-pad {
    padding: 0 10px;
  }

  .explicacion {
    padding: 0px 15px 70px;
  }

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

  .f2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 5px;
  }

  .texto-en-bio {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 35px 35px;
  }

  #cita .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
  }

  #banner-home.contacto {
    padding: 20px 0;
  }

  #info h2 {
    font-family: var(--f);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 30px;
    color: #000;
    margin-top: 35px;
  }

  .text-banner {
    max-width: 100%;
    position: absolute;
    top: 50px;
    left: auto;
    padding: 0 15px;
  }

  .py-50 {
    padding: 10px 0 10px;
  }

  #banner-home.home {
    height: calc(100vh - 85px);
  }

  #banner-home.nosotros {
    height: calc(100vh - 85px);
  }

  .buttons-banner a {
    margin-bottom: 20px;
  }

  .p-50 {
    padding: 20px;
  }

  #bienvenido h2 {
    font-size: 27px;
    line-height: 46px;
  }

  #bienvenido p {
    font-size: 20px;
    line-height: 28px;
  }

  #info h5 {
    font-size: 30px;
  }

  #info p {
    font-size: 20px;
    line-height: 28px;
  }

  .faq-toggle {
    top: -13px;
    right: 10px;
  }

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

  h2.woocommerce-loop-product__title {
    min-height: inherit;
  }

  h1.product_title.entry-title {
    position: fixed;
    bottom: 92px;
    font-size: 20px;
    background: #fff;
    width: 100%;
    color: #000;
    z-index: 999;
    margin: 0px 0px 0px 0px;
    left: 0px;
    padding: 5px 0px 0px 20px !important;
    z-index: 99999999;
  }

  .summary.entry-summary p.price {
    position: fixed;
    bottom: 70px;
    font-size: 23px !important;
    background: #fff;
    width: 100%;
  }

  /* .info-prod-page p.product-meta__item:first-child{
  position: fixed;
  bottom: 150px;
} */
  button.minus-button {
    width: 30px;
    height: 40px;
  }

  button.plus-button {
    width: 30px;
    height: 40px;
  }

  .woocommerce .quantity .qty {
    width: 26px !important;
    text-align: center;
    height: 40px !important;
    border: 1px solid;
    border-left: none;
    border-right: none;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    gap: 0px;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    margin: 0px 0px 0px -15px;
    padding: 0px 20px;
    z-index: 99999999;
  }

  button.single_add_to_cart_button.button.alt {
    color: #fff;
    background: #000;
    letter-spacing: inherit;
    padding: 11.5px 15px;
    margin: 20px 0px;
    border: 1px solid #000;
    min-width: 64%;
  }
  .woocommerce div.product form.cart .variations th.label label {
    font-size: 12px;
    line-height: 24px;
  }
  select#pa_qaunta-gent-fareu-la-ruta {
    height: 50px;
    max-width: inherit;
    width: inherit;
  }

  body.product-template-default .single_variation_wrap .quantity {
    display: none !important;
  }

  .single_variation_wrap {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0px;
  }

  button.single_add_to_cart_button.button.alt {
    font-size: 12px;
    text-wrap: nowrap;
    height: 50px;
    margin: 0px 0px 0px 0px;
  }
  .woocommerce div.product form.cart .variations {
    margin-bottom: 10px;
    border: 0;
    width: 100%;
  }

  .woocommerce-variation-price {
    padding-bottom: 2px;
  }
  p {
    font-size: 16px;
  }
  h2 {
    font-family: var(--f);
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 30px;
  }
  h1 {
    font-family: var(--f);
    font-weight: 400;
    font-size: 34px;
    line-height: normal;
    color: #000000;
    text-align: left;
    margin-bottom: 40px;
  }
  a.button.butcicle {
    position: fixed;
    z-index: 9999;
    bottom: 0px;
    width: 100%;
    margin: 0px 0px 0px -15px;
    max-width: 100%;
  }
	    main {
        margin-top: 50px;
    }
	    body.home h1 {
        margin-bottom: 5px;
    }
}
