@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300&display=swap");

/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

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

/**
   * Remove default margin.
   */
body {
  margin: 0;
  background: #fcf9f5;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
picture,
section,
summary {
  display: block;
}

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none;
}

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0;
  height: auto;
  max-width: 100%;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible;
}

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none;
}

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"]:not(#rememberme) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: none;
  box-sizing: border-box;
  padding: 0;
}

input[type="checkbox"]:not(#rememberme):before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  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: none;
  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: none;
  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;
}

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto;
}

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold;
}

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
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: "Roboto", sans-serif !important;
  font-weight: 300;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sub-menu {
  display: none;
}
.c-generico.top--menu .container.cont-1200 {
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 50px;
}

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

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

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

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-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: 0px;
  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: 0px;
  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-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: black;
  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: 0px;
  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: 0px;
  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: 0px;
  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-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: black;
  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;
}

@media only screen and (max-width: 1000px) {
  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;
  }

  header.c-header {
    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-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: 0px;
    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: 0px;
    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-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: black;
    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: 0px;
    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: 0px;
    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: 0px;
    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-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: black;
    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: center;
    padding: 0px 10px;
  }

  .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: 2px;
}

  #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: white;
    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-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: white;
    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-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;
  }
}

/* mi classes */

body {
  background-color: #fff;
}
.absolute {
  position: absolute;
}

.relative {
  position: relative;
}
:target {
  scroll-margin-top: 100px; /* Ajusta este valor según la altura de tu cabecera/nav */
}
/* INITIAL CSS */

html {
  scroll-behavior: smooth;
}

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

.c1400 {
  max-width: 1440px;
  padding: 0px 15px;
  margin: auto;
}
.admin-bar .c-header {
  top: 32px;
  transition: 0.6s all;
}

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

img {
  max-width: 100%;
}

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

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

.flex-wrap-centerall {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

/* header */
header.c-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0px 0px;
}
.switcher a {
  color: #000;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 67px;
}
.logo-space img {
  max-height: 66px;
}
ul#menu-menu, ul#menu-menufr {
  display: flex;
}

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

.menu-space {
  padding: 0px 0px 0px 0px;
}

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

li.menu-item a {
  color: #000;
}
header.c-header {
  height: 67px;
}

/* home page*/

.imgdesktop,
.imgphone {
  width: 100vw;
  margin-top: 67px;
  height: calc(100vh - 67px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.imgphone {
  display: none;
}
#aboutus,
#ourbrands {
  padding: 50px 0px 50px;
}
h1,
h2 {
  color: #a39161;
}
h1 {
  font-size: 48px;
  line-height: 60px;
}
h2 {
  font-size: 42px;
  line-height: 48px;
}
.thetile.amblinia::after {
  content: "";
  width: 70px;
  height: 1px;
  background: #a39161;
  display: block;
  margin: 50px 0px;
}
.thetile::after {
  content: "";
  display: block;
  margin: 50px 0px;
}
.thesection .col-3 {
  margin: 50px 0px;
  gap: 50px 30px;
}

p{
  color: #333;
  font-size: 24px;
  line-height: 32px;
}
.elementor-widget-container
  li,
  .elementor-widget-container
  p,
  .elementor-widget-container
  a {
    color: #333;
    font-size: 24px;
    line-height: 32px;
  }

.c1400.ffff {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.c1400.ffff p, .c1400.ffff a {
  color: #000;
  font-size: 16px;
}
.thesection .col-3 p {
  margin-top: 30px;
  text-wrap: pretty;
  padding: 0px 40px 0px 0px;
}

.smile {
  background: #f7f8fb;
}
.col-21 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 30px;
}
.textsmile {
  padding: 50px 0px 0px;
  display: flex;
  gap: 0px;
  flex-direction: column;
  align-items: flex-start;
}

.textsmile p {
  margin: 15px 0px 47px;
  line-height: 48px;
  max-width: 452px;
}

#whatweoffer {
  padding: 50px 0px 50px;
  background: #f7f8fb;
}
#whatwedo {
  padding: 50px 0px 50px;
}

.imasmile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  height: 600px;
}

.imasmile img {
  width: 100%;
  max-width: 479px;
  aspect-ratio: 584 / 479;
  height: 100%;
  background-size: contain;
  background-position: center;
  max-height: 584px;
}

#whatwedo p.abmmb {
  margin-bottom: 62px;
}

#whatwedo .col-2 .col-2 {
  text-align: center;
  gap: 30px 0px;
}

#whatwedo .col-2 .col-2 .item {
  gap: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

p.laultima {
  margin: 30px 0px 50px;
}

.offers .item {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 50px;
}
.titlebrands {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  margin-bottom: 50px;
}
.titlebrands .brands {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.titlebrands h3 {
  font-size: 30px;
  color: #a39161;
  text-wrap: pretty;
  max-width: 228px;
}
#ourstores,
#team {
  background: #f7f8fb;
  padding: 50px 0px 21px;
}
#team {
  padding: 50px 0px 50px;
}
#ourpresence,
#contact {
  padding: 50px 0px 50px;
}
#ourstores .col-2 {
  gap: 29px;
}

#ourpresence .col-2 {
  gap: 29px;
}
p.titlecountry {
  font-size: 30px;
  line-height: 32px;
  color: #a39161;
}
p.direction {
  margin-bottom: 47px;
  padding-right: 138px;
}
#team .col-3 {
  gap: 60px;
}
.team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.team-member img {
  text-align: center;
  border-radius: 50%;
}
.concolor p {
  text-align: center;
  color: #a39161;
  font-weight: 600;
}
#contact .col-3 {
  gap: 23px;
}
#contact input.wpcf7-form-control {
  border: 1px solid #cccccc;
  height: 52px;
  padding-inline-start: 15px;
  width: 100%;
}

#contact textarea {
  border: 1px solid #cccccc;
  padding-inline-start: 15px;
  width: 100%;
  margin: 30px 0px;
  padding: 15px;
}

#contact input.wpcf7-form-control {
  border: 1px solid #cccccc;
  height: 52px;
  padding-inline-start: 15px;
  width: 100%;
}

.flextot span {
  font-size: 16px;
  line-height: 24px;
}
.flextot {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #a39161;
  min-width: 211px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-start: 0px !important;
  color: #fff;
  border: 1px solid #a39161;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #f7f8fb;
  color: #000;
}
/* footer */
#footer-bottom {
  background: #1e1e1e;
  padding: 50px;
}

/* RESPONSIVE */

@media only screen and (max-width: 1000px) {
  .cont-1400.container.flex-wrap.pa-align {
    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: 0px 15px;
  }
  .c1400.flex-wrap.pa-align {
    display: none;
  }
  .imgdesktop,
  .imgphone {
    height: inherit;
    aspect-ratio: 1;
  }
  .o-logo.izda img {
    max-height: 67px;
  }
  #menumovil {
    top: 67px;
  }
  #aboutus .col-3 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.thesection .col-3 p {
  padding: 0px;
}
.imasmile {
  margin-left: -104px;
}
.textsmile {

  width: 50vw;
}
.imasmile img {
  width: 100%;
  max-width: 479px;
  aspect-ratio: 584 / 479;
  height: 100%;
  background-size: contain;
  background-position: center;
  max-height: 584px;
  position: absolute;
}
#whatwedo .col-2  {
  grid-template-columns: 1fr;
  }
#whatwedo .col-2 .col-2 {
grid-template-columns: 1fr 1fr;
}
#whatwedo p {
  margin-bottom: 28px;
}
#whatwedo p.laultima {
  margin: -95px 0px -26px;
}
.titlebrands {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 50px;
}
.titlebrands h3 {
  max-width: 100%;
}
#ourpresence .col-2 {
  gap: 29px;
  grid-template-columns: 1fr;
}
#team .col-3 {
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
p.direction {
  margin-bottom: 47px;
  padding-right: 0px;
}
#menumovil a {
  font-size: 20px;
  line-height: 25px;
  color: #000;
}
#menumovil nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  grid-gap: 15px;
}
div#menumovil span {
  display: flex;
  justify-content: center;
  padding-right: 23px;
  padding-top: 20px;
}
}
@media only screen and (max-width: 600px) {
  #aboutus, #ourbrands {
    padding: 30px 0px 30px;
  }
  .thetile::after,
  .thetile.amblinia::after {
    content: "";
    display: block;
    margin: 30px 0px;
  }
  .thesection .col-3{
    margin: 30px 0px;
  }
  #aboutus .col-3 {
    grid-template-columns: 1fr;
    gap: 30px;
}
.imasmile {
  margin-left: 0px;
  display: none;
}
.col-21 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0px;
}
.textsmile {
  width: 100%;
}
.textsmile p {
  margin: 15px 0px 45px;
  line-height: 33px;
  max-width: 100%;
}
#whatwedo {
  padding: 14px 0px 30px;
}
#whatweoffer {
  padding: 30px 0px 30px;
  background: #f7f8fb;
}
.offers .item {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}
.titlebrands .brands {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 15px;
}
 #ourbrands {
  padding: 30px 0px 0px;
}
#ourstores, #team {
  background: #f7f8fb;
  padding: 30px 0px 21px;
}
#ourstores .col-2 {
  gap: 15px;
  grid-template-columns: 1fr;
}
p.direction {
  margin-bottom: 30px;
}
#team .col-3 {
  gap: 50px;
  grid-template-columns: 1fr;
}
#contact {
  padding: 30px 0px 50px;
}
#contact .col-3 {
  gap: 15px;
  grid-template-columns: 1fr;
}
#contact textarea {
  margin: 15px 0px;
}
.flextot {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 25px;
}
h1 {
  font-size: 45px;
}
p {
  color: #333;
  font-size: 20px;
  line-height: 24px;
}
#whatwedo p.laultima {
  margin: -30px 0px -26px;
}
.thesection .col-3 p {
  margin-top: 15px;
}
}

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