.container {

  margin: 0 auto;

  width: 100%;

  padding: 0 15px;

}
button.cky-btn.cky-btn-accept, button.cky-btn.cky-btn-preferences, button.cky-btn.cky-btn-reject {
    background-color: #DFB09C !important;
	border: 1px solid #DFB09C !important;
	color: #fff !important;
}
.imgggg img {
  width: 100%;
}
section.related.products > h2::before {
    content: "Servicios relacionados ";
    color: #000;
}
section.related.products > h2 {
    color: #fff;
}
.admin-bar .c-header {
  top: 32px;
  transition: 0.6s all;
}
.c-generico.top--menu {
  margin-top: 50px;
}

.solomovil {

  display: none;

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

body.product-template-default .woocommerce-notices-wrapper {
  margin-top: 114px;
}
.mt-80 {

  margin-top: 80px;

}
a.checkout-button.button.alt.wc-forward {
  font-size: 16px;
  background: #000;
}
body.page-id-147 div#customer_details .col-2 {
  display: flex;
  flex-direction: column;
}
/* 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: 'Source Sans 3', 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: 100px;

  padding-bottom: 50px;

}

li,

ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.cont-1200 p {

  margin: 10px 0px !important;

}

.cont-1200 ul {

  margin: 10px 10px !important;

  list-style: disc !important;

  color: #000;

}

.cont-1200 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: 'Source Sans 3', sans-serif;

  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 !important;;  

}

input,

select,

textarea {

  border-radius: 0;

}

body {

  background-color: #fff;
}


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;

}

#menu a:focus,

#menu a:hover {

  text-decoration: underline !important;;  

}

header.c-header .normal .dcha #menu nav .top-nav li.menu-item a {

  font-family: 'Source Sans 3', sans-serif;

  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-family: 'Source Sans 3', sans-serif;

  font-style: normal;

  font-weight: 500;

  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 {
  text-decoration: none;
  font-weight: 600;
}

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-family: 'Source Sans 3', sans-serif;

  font-style: normal;

  font-weight: 500;

  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) {

  #entry .container .text .content h1 {

    font-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 400;

    font-size: 22px;

    line-height: 160%;

    color: #201F37;

    margin-bottom: 20px;

    margin-top: 30px;

  }
  .imms {
    text-align: center;
    margin-top: 43px;
}
body.page-template-page-sobre-nosotros .tetetee {

  align-items: center;
  justify-content: center;

}
body.page-template-page-sobre-nosotros .tetetee p {
  text-align: center;

}
  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: 'Source Sans 3', sans-serif;

    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-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 500;

    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-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 500;

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

   .burger span {

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 2px;

    transition: all 0.5s ease-in-out 0s;
    background: #fff;

  }
.otro   .burger span{
  background: #000;
  transition: all 0.5s ease-in-out 0s;
}
body:not(.home) .burger span {
  background: #000;
  transition: all 0.5s ease-in-out 0s;

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

    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;
    overflow-y: scroll;

  }

  #menumovil.toparriba {

    top: 70px;

  }

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

  #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-family: 'Source Sans 3', sans-serif;

    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: 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-family: 'Source Sans 3', sans-serif;

    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;

  }


 

  section#services {

    margin-top: 30px;

    margin-bottom: 30px;

    padding-left: 0;

    padding-right: 0;

  }

  section#services>h2 {

    font-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 700;

    font-size: 32px;

    line-height: 44px;

    text-align: center;

    color: #111111;

    margin-bottom: 20px;

    padding-left: 15px;

    padding-right: 15px;

  }

  section#services>p {

    font-family: 'Source Sans 3', sans-serif;

    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-family: 'Source Sans 3', sans-serif;

    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-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 500;

    font-size: 16px;

    line-height: 21px;

    text-align: center;

    color: #FFFFFF;

    border: 1px solid white;

    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;

    padding-right: 15px;

    padding-left: 15px;

  }

  footer.c-pie .arriba {

    display: grid;

    grid-template-columns: 1fr;

    grid-gap: 40px;

    padding: 55px 0;

    border-bottom: 1px solid #FFFFFF50;

  }

  footer.c-pie .arriba .izda {

    display: grid;

    grid-template-columns: 1fr;

    grid-gap: 30px;

    order: 2;

  }

  footer.c-pie .arriba .izda .contenedor p.title {

    font-family: 'Source Sans 3', sans-serif;

    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-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 160%;

    color: #FFFFFF;

    display: block;

    margin-bottom: 12px;

  }

  footer.c-pie .arriba .izda .contenedor a:hover {

    color: #EF4444;

  }

  footer.c-pie .arriba .dcha {

    orphans: 1;

  }

  footer.c-pie .arriba .dcha .contenedor .title {

    font-family: 'Source Sans 3', sans-serif;

    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 .dcha .contenedor .wpml-ls-legacy-dropdown {

    width: 100%;

  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a {

    background-color: black;

    border: 1px solid #FFFFFF50;

    color: white;

    border-radius: 8px;

    padding: 8px 12px;

  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a:hover {

    color: #EF4444;

  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a:hover span {

    color: #EF4444;

  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a span {

    font-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 180%;

    text-align: center;

    letter-spacing: 0.02em;

    transition: 0.6s all;

    color: #FFFFFF;

  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language ul.js-wpml-ls-sub-menu li a {

    background-color: white;

  }

  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 {

    font-family: 'Source Sans 3', sans-serif;

    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 {

    display: grid;

    grid-template-columns: 1fr;

    grid-gap: 50px;

    padding: 40px 0;

    border-bottom: 1px solid #FFFFFF50;

  }

  footer.c-pie .middle .text p.red {

    font-family: 'Source Sans 3', sans-serif;

    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 .text p {

    font-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 32px;

    text-align: center;

    color: rgba(18, 17, 39, 0.56);

    color: white;

    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: black;

    border: 1px solid #FFFFFF50;

    color: white;

    border-radius: 8px;

    padding: 8px 12px;

    font-family: 'Source Sans 3', sans-serif;

    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-family: 'Source Sans 3', sans-serif;

    font-style: normal;

    font-weight: 500;

    font-size: 14px;

    line-height: 24px;

    color: #FFFFFF;

    background-color: #EF4444;

    border-radius: 8px;

    height: 43px;

    width: 142px;

    transition: 0.6s all;

    border: none;

  }

  footer.c-pie .middle .form form p input[type=submit]:hover {

    color: black;

    background-color: white;

  }

  footer.c-pie .middle .form form .wpcf7-response-output {

    color: white;

    margin-top: 20px;

    margin-left: 0;

  }

  footer.c-pie .middle .form form .wpcf7-spinner {

    display: none;

  }

  footer.c-pie .abajo {

    display: grid;

    grid-template-columns: 1fr;

    grid-gap: 30px;

    padding: 40px 0;

  }

  footer.c-pie .abajo p {

    font-family: 'Source Sans 3', sans-serif;

    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;

  }

}















/* mi classes */
.absolute {

  position: absolute;

}

.relative {

  position: relative;

}

img {

  max-width: 100%;

}

.col-2 {

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 0px;

}

.col-5 {

  display: grid;

  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

  gap: 50px;

}

.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;
  height: 113px;
  padding: 5px 0px 0px;
}

div#menu {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
  width: 100%;
}
.displayBlock {
  display: block !important;
}

.flex-wrap {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

}

li.menu-item-has-children:after {
  content: url(../images/md.svg);
  margin-left: 5px;
}

ul#menu-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

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

header.c-header .current-menu-item a {

  color: #000 !important;

}

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

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

ul.sub-menu li.menu-item {
  padding: 0px 30px 0px 0px;
}

li.menu-item a {
  color: var(--blue, #111);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.button-call-space {

  margin: 0px 0px 0px 0px;

}


.pa-align {

  padding-top: 0px;

}


a.button, a.button.anchor-button, input#lidd_mc_submit {
  padding: 11px 0px;
  font-family: 'Source Sans 3', sans-serif;
  text-align: center;
  width: 235px;
  height: 47px;
  border-radius: 3px;
  border: 1px solid var(--rojo, transparent) !important;
  background: var(--rojo, #272727);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #fff;
}

button.closeBtn {

  right: 10px;

  position: absolute;

  top: 10px;

}
.cremitaa{
  background: #DFB09C !important;
color: #000 !important;
}
a.button:hover {
  background-color: #fff;
  color: #303030;
}

section.bg9F3924.mt100 {
  background: linear-gradient(90deg, #865C4B 0%, #DB9C7D 50.52%, #865C4C 100%);
  padding: 80px;
}

section.bg9F3924.mt100 h2 {
  color: var(--black, #fff);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #fff;
  max-width: fit-content;
  margin: auto auto 30px;
}

section.bg9F3924.mt100 p {
  color: var(--black, #fff);
  text-align: center;
  margin-bottom: 30px;
}
/* home page*/


#bannerhome {

  background-image: url(../images/portada-glamour-paubella.jpg);

  height: 100vh;

  width: 100vw;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

}

.texobannerhome {
  position: absolute;
  right: 0;
  bottom: 85px;
  max-width: 700px;
  padding: 15px;
  text-align: right;
}
.texobannerhome h1 {
  color: #FFF;
  text-align: right;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 10px;
}
.texobannerhome p{
  font-family: 'Source Sans 3', sans-serif;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.vh100 {
  height: 100vh;
}

.sotabanner h2 {
  color: var(--black, #272727);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #717171;
  max-width: fit-content;
  margin: 55px auto 24px;
}

.sotabanner p {
  color: var(--black, #272727);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 892px;
  padding: 0px 15px;
  margin: auto;
}

.titulo.titiz h3 {
  display: flex;
  align-items: baseline;
  gap: 20px;
}

span.theline {
  border-top: 1px solid #717171;
  width: 100%;
  display: block;
}

.mt100{
  margin-top: 100px;
}

.serviciosportada .item a {
  color: var(--black, #272727);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.bg9F3924bis{
  background: #9F3924;
  padding-bottom: 50px;
  background: linear-gradient(90deg, #845A4A 0%, #DC9D7D 51.04%, #845A4A 100%);
}

.c1000{
  max-width: 1100px;
  margin: auto;
}


.bg9F3924bis h2 {
  color: #FCFCFC;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #FCFCFC;
  max-width: fit-content;
  margin: auto auto 24px;
  padding-top: 55px;
  text-wrap: balance;
}


.bg9F3924bis p {
  color: #FCFCFC;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 890px;
  padding: 0px 15px;
  margin: auto auto 50px;
}

.bg9F3924bis .item p {
  padding: 0px 6px;
  margin: 10px auto 20px;
}

.second-description {
  padding-bottom: 30px;
}


.bgF7F7F7{
  background: #F7F7F7;
  padding-bottom: 86px;
  padding-top: 100px;
}

.gap100{
  gap: 100px;
}
.gap10{
  gap: 10px;

}
body.home header.c-header.container {
  background: transparent;
  box-shadow: none;
}
header.c-header.container.otro, body.home header.c-header.container.otro, body:not(.home) header.c-header.container, body:not(.home) header.c-header.container.otro {
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
}

header.c-header.container.otro .logowhite svg path{
      transition: all 0.5s ease-in-out 0s; 
fill: #000;

}

/* body:not(.home) header.c-header.container .logowhite svg{
  transition: all 0.5s ease-in-out 0s; 
fill: #000;
width: 69%;
height: 69%;
} */
body.home header.c-header.container .logowhite svg {
  transition: all 0.5s ease-in-out 0s; 
  width: 149px !important;
  height: 78px !important;
}
body:not(.home) header.c-header.container .logowhite svg, body:not(.home) header.c-header.container.otro .logowhite svg, body.home header.c-header.container.otro .logowhite svg {
  transition: all 0.5s ease-in-out 0s;
  fill: #000;
  width: 102px !important;
  height: 53px !important;
  margin: auto;
}
body:not(.home) header.c-header.container svg path, 
body:not(.home) header.c-header.container.otro svg path{
  fill:#000;
}

header.c-header.container.otro .logowhite svg {
  transition: all 0.5s ease-in-out 0s; 
width: 69% !important;
height: 69% !important;
}
.gap20{
  gap: 20px;
}
.pr70{
  padding-left: 100px;

}

.hatylinia {
  border-bottom: 1px solid #717171;
  max-width: fit-content;
  margin: 55px auto 24px;
  text-align: left;
  margin: 0px 0px 30px;
}
.otro li#menu-item-164 a,
body:not(.home) header.c-header.container.otro li#menu-item-164 a,
body:not(.home) header.c-header.container li#menu-item-164 a {
  color: #9F3924;
}
li.menu-item a{
  color: #fff;
      transition: all 0.5s ease-in-out 0s; 

}
header.c-header.container svg path {
  fill: #fff;
      transition: all 0.5s ease-in-out 0s; 

}
header.c-header.container.otro svg path {
  fill: #000;
      transition: all 0.5s ease-in-out 0s; 

}
header.c-header.container.otro li.menu-item a{
  color: #000;
      transition: all 0.5s ease-in-out 0s; 
}

body:not(.home) header.c-header.container.otro li.menu-item a,
body:not(.home) header.c-header.container li.menu-item a{
  color: #000;
}
img.logoblack{
  display: none;
}
img.logowhite{
  display: block;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
}

.c1500{
  max-width: 1500px;
  margin: auto;
}
.formuuu {
  border-radius: 3px;
  background: var(--white, #FFF);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 598px;
  padding: 30px;
  margin-top: 35px;
}

.c1400{
max-width: 1400px;
margin: auto;
}

.c1600 {
  max-width: 1646px;
  margin: auto;
}

.col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.col-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.c1100 {
  max-width: 1100px;
  margin: auto;
}

.tetetee {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}


.owl-carousel.owl-theme.lalilu.owl-loaded.owl-drag img {
  max-height: 64px;
  max-width: 150px;
}

.mt80{
  margin-top: 80px;
}
.mb80{
  margin-bottom: 80px;
}
h1 {
  font-family: 'Source Sans 3', sans-serif;
  color: var(--negro, #303030);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h2 {
  font-family: 'Source Sans 3', sans-serif;
  margin-bottom: 26px;
  color: var(--negro, #303030);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 8px 0px;
}
h3 {
  color: var(--negro, #303030);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 16px 0px;
}



p {
  color: var(--blue, #111);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px 0px 20px;

}

.center {
  text-align: center;
}


.what {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  right: 10px;
}

/* lalafaq  */

#lalafaq {
  padding-bottom: 0px;
}

#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 {
  color: var(--black, #1B1B1B);
  text-align: center;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 35px;
}

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

/* Style the buttons that are used to open and close the faq-page body */
#lalafaq .faq-page {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 0px 20px;
  width: auto;
  outline: none;
  transition: 0.4s;
  margin: auto;
  border-top: 1px solid #C6C6C6;
  min-height: 87px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  justify-content: space-between;
  gap: 16px;
}

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

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

}

#lalafaq .faqii {
  width: 100%;
}

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

}

#lalafaq .faq-page:after {
  content: "+";
  font-size: 25px;
  color: #000;
  float: right;
  margin-left: 5px;
  rotate: 0deg;
  transition: 0.3s;
  font-weight: 100;
  border: 1px solid;
  border-radius: 50%;
  padding: 0px 8px 0px 8px;
}

#lalafaq .active:after {

  content: "-";
  font-size: 25px;
  color: #000;
  float: right;
  margin-left: 5px;
  rotate: 0deg;
  transition: 0.3s;
  font-weight: 100;
  border: 1px solid;
  border-radius: 50%;
  padding: 0px 10px 0px 10px;
}

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

#lalafaq .faq-body p {
  text-align: left !important;
  max-width: 800px;
  padding-left: 0px;
}

.titulo.titiz h3 {
  margin: 40px 0px 30px;
}





/* categorias */


#bannerhome.manicuras {
  background-image: url(../images/manicuras-categoria.jpg);
  height: 508px;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 114px;
}

#bannerhome.presoterapia {
  background-image: url(../images/presoterapia-1.jpg);
  height: 508px;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 114px;
}

#bannerhome.presoterapia.zionic{
  background-image: url(../images/zionic.jpg);

}
.col-2.elcen {
  justify-items: center;
  align-items: center;
  gap: 20px;
}
#bannerhome.manicuras.hombre{
  background-image: url(../images/hombre-categoria.jpg);

}
#bannerhome.manicuras.masajes{
  background-image: url(../images/masajes-categoria.jpg);

}
#bannerhome.manicuras.laser{
  background-image: url(../images/laser-categoria.jpg);

}
#bannerhome.manicuras.depilaciones{
  background-image: url(../images/depilaciones-categoria.jpg);

}
#bannerhome.manicuras.trafa{
  background-image: url(../images/trafa-categoria.jpg);

}
#bannerhome.manicuras.tracorpo{
  background-image: url(../images/tracorpo-categoria.jpg);

}
#bannerhome.manicuras.pestanas{
  background-image: url(../images/pestanas-categoria.jpg);

}
#bannerhome.manicuras.pedicura{
  background-image: url(../images/pedicura-categoria.jpg);

}
#bannerhome.manicuras.unnas{
  background-image: url(../images/unnas-categoria.jpg);

}
#bannerhome.manicuras.cejas{
  background-image: url(../images/cejas01.jpg);

}
body:not(.home) section#bannerhome .contaniner.c1600.vh100.relative {
  height: 508px;
}

body:not(.home) section#bannerhome .contaniner.c1600.vh100.relative .texobannerhome {
  position: absolute;
  left: 0;
  bottom: 0px;
  max-width: 700px;
  padding: 15px;
  text-align: left;
  top: 85px;
}

body:not(.home) section#bannerhome .contaniner.c1600.vh100.relative .texobannerhome h1{
  text-align: left;
}

.sotabanner.c1200 p {
  max-width: 1200px;
  margin: auto auto 20px;
}

.serviciocate p {
  max-width: 900px;
  margin: auto 0px;
  min-height: 164px;
}

h5 {
  color: var(--black, #272727);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.serviciocate{
  margin-bottom: 33px;
}


.gap60{
  gap: 60px;
}


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

.centerboton {
  display: flex;
  align-items: center;
  justify-content: center;
}
button#place_order {
  background: #000;
}

.mb50{
  margin-bottom: 50px;

}
/* target the active bullet */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

/* target all bullets */
.swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
}

#instagram-gallery-feed-0 .swiper-container .swiper-button-prev, #instagram-gallery-feed-0 .swiper-container .swiper-button-next{
  color: #fff;
}
header.woocommerce-products-header {
  background: linear-gradient(90deg, #875D4C 0%, #DA9B7D 50%, #885E4D 100%);
  margin-top: 114px;
  min-height: 300px;
  margin-bottom: 40px;
}
header.woocommerce-products-header .container.c1600 {
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
}

header.woocommerce-products-header .container.c1600 .category-title {
  max-width: 600px;
  padding: 0px 15px;
}


header.woocommerce-products-header h1 {
  color: var(--white, #FFF);
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 118px;
}

header.woocommerce-products-header p{
  color: var(--white, #FFF);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.woocommerce ul.products li.product .price {
  display: flex;
  gap: 8px;
}
.right-category-side ul.products.columns-4 {
  border-top: 1px solid #666;
  padding-top: 40px;
}

.woocommerce ul.products li.product .price del, .woocommerce ul.products li.product .price ins {
  text-decoration: none;
  opacity: 1;
}
h2.woocommerce-loop-product__title {
  color: var(--black, #272727);
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: 125px;
  left: -0.5em;
  margin: 0;
  border-radius: 50%;
  background-color: #BA2A2A;
  color: #fff;
  font-size: .857em;
  z-index: 9;
  width: 50px;
  height: 50px;
  display: block;
}
#wpgs-gallery img {
  width: 100%;
  height: auto;
  margin: auto;
 /* aspect-ratio: 382 / 412;*/
}
#wpgs-gallery a.wcgs-slider-image {
  width: 100%;
  height: auto;
  margin: auto;
 /* aspect-ratio: 382 / 412;*/
}
.slick-list.draggable{
/*   height: 863px !important; */
}

.gallery-navigation-carousel.horizontal.always.slick-initialized.slick-slider {
  height: 235px;
}


span.woocommerce-Price-amount.amount bdi {
  color: var(--black, #272727);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

del span.woocommerce-Price-amount.amount bdi {
  color: var(--black, #BA2A2A);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
}

body.product-template-default div.product {
  max-width: 1600px;
  margin: auto;
  padding-top: 60px;
  position: relative;
  height: auto;
  min-height: 100vh;
}

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

 .woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

.summary.entry-summary .woocommerce-tabs.wc-tabs-wrapper {
  display: block;
  margin-top: 40px;
}

section.related.products {
  clear: both;
}

.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  color: var(--black, #181818);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.woocommerce-product-details__short-description p {
  border-bottom: 1px solid #666;
  padding-bottom: 50px;
  padding-top: 20px;
  margin-bottom: 35px;
}

button.minus-button {
  background: transparent;
  border-radius: 0px;
}
button.plus-button {
  margin-right: 10px;
  border-radius: 0px;
  background: transparent;
}
button.minus-button {
  width: 48px;
  height: 48px;
  border: 1px solid #d8d8d8;
  border-right: none;
}
button.plus-button {
  width: 48px;
  height: 48px;
  border: 1px solid #d8d8d8;
  border-left: none;
}
input.input-text.qty {
  height: 48px;
  width: 34px !important;
  border: none;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 0 0px 0 12px;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  display: flex;
}
.quantity .quantity-number {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
} 

button.single_add_to_cart_button.button.alt {
  width: 100%;
  height: 48px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  background: #000;
  border: 1px solid #000;
}

button.single_add_to_cart_button.button.alt:hover {

  background: #fff;
  color: #000;
}

.comment-form-rating p.stars:first-of-type {

  display: none;
}

p.price del, p.price ins {
  text-decoration: none;
}

.woocommerce div.product p.price {
  display: flex;
}

.woocommerce div.product p.price del {
  order: 1;
  margin-left: 10px;
}

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

.mt200{
  margin-top: 200px;
}

.mb100{
  margin-bottom: 100px;
}

h1.hatylinia {
  border-bottom: 1px solid #717171;
  max-width: fit-content;
  margin: 55px auto 24px;
  text-align: left;
  margin: 0px 0px 30px;
  font-family: 'Source Sans 3', sans-serif;
  margin-bottom: 26px;
  color: var(--negro, #303030);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 25px 0px;
}


/* landing corporales */
section.mt100.lascatetratecorpo .container.c1600 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
a.btnnegro {
  background: var(--black, #272727);
  width: 100%;
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: var(--white, #FCFCFC);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  margin-top: 20px;
}
/* footer */

#footer-bottom {
  padding: 50px;
  background: var(--blanco, #FCFCFC);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
  background: #9F3924;
  background: linear-gradient(180deg, #DFB09C 0%, #DFB09C 100%);
}

#footer-bottom a {

  font-family: 'Source Sans 3', sans-serif;

  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;

  text-align: center;

  text-decoration: none;

  color: #303030;

}

#footer-bottom p, #footer-bottom a {
  color: var(--white, #000);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px -10px;
}
.market {
  display: flex;
  gap: 15px;
}
.menu-foter .title {
  color: var(--white, #000);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

section#footer-bottom .col-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: start;
  justify-content: center;
  align-content: center;
}
section#footer-bottom svg{
  fill:#000;
}
.no-line {

  text-decoration: none !important;

}

.kitdigii img {
  max-width: 235px;
}

.links-footer {

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

  align-content: center;

  justify-content: center;

  align-items: flex-start;

  gap: 18px;

}
.menu-foter {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.menu-foter.asota {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
}
.alli {
  display: flex;
  gap: 10px;
  margin-left: -36px;
  margin-bottom: 17px;
}
.links-footer .alli {
  margin-left: 0px;
}
.social-fotter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.kitdigii {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 15px;
}
.kit-digital img {
  max-height: 50px;
}
.copy-footer {

  background: #1E1E1E;

  padding: 15px 15px 1px
}
.copy-footer .container.c1600 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copy-footer a,
.copy-footer p {
  color: #fff;
  font-family: 'Source Sans 3', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
}

span.kit-digital {

  margin-left: 30px;

}

.social-footer a {

  padding: 10px;

}

div#lidd_mc_details {

  font-size: 23px !important;

  padding: 10px !important;

  border: 1px solid #00AFD8 !important;

  margin: 20px 0px !important;

}

.social-footer {

  padding: 20px 0px;

}


.owl-carousel.owl-theme.owl-loaded.owl-drag {
  padding: 0px 30px;
}



/* contacto */
#contacto .dedos {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}

body.page-template-page-contacto #footer-bottom.mt96 {
  margin-top: 0px;
}

.texto-contacto {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-banner-contacto {

  max-width: 466px;

}
section#contacto .culumnitas {
  justify-items: end;
}

section#contacto .culumnitas {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: stretch;
  justify-content: space-between;
}
  
  .texto-contacto { grid-area: 1 / 1 / 2 / 9; }
  .formucont { grid-area: 1 / 10 / 2 / 16; }
body.page-template-page-contacto .alli {
  margin-left: 0px;
}

.formucont {
  padding: 40px 30px 20px 40px;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #9F3924;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px #F2EFEB;
  margin-right: 0px;
}

.flex-h {

  display: flex;

  justify-content: center;

  align-items: flex-start;

  flex-wrap: nowrap;

  gap: 50px;

}

.abajo .tetete a {
  color: var(--blue, #111);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 20px;
}

.flex-h h1 {

  padding-top: 60px;

}
.formucont p.formtitlee {
  margin-bottom: 5px;
  font-weight: 400;
  color: #000;
}
#contacto .abajo .tetete a {
  margin: 0px 0px 0px;
}
#contacto .alli {
  margin-bottom: 10px;
}

#contacto .alli p, #contacto .alli p, #contacto .alli a {
  color: #000;
  font-weight: 300;
}
#contacto input[type="text"], #contacto input[type="email"], #contacto input[type="tel"] {
  width: 100%;
  height: 43px;
  color: var(--black, #24272A);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  background: #F9F7F6;
  padding-inline-start: 20px;
}

#contacto input[type="text"]::placeholder,
#contacto input[type="email"]::placeholder,
#contacto input[type="tel"]::placeholder {

  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

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

p.comentario {
  margin: 30px 0px 10px;

}

textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
  height: 140px;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  background: #F9F7F6;
}

body.page.page-id-148 .u-column2.col-2 {
  display: flex;
  flex-direction: column;
}
body.page.page-id-148 .u-column2.col-2 h2 {
  margin: 0px;
}
.form-pad {

  padding: 0px 40px;

}

p.form-50 {
  padding: 0px 0px;
  margin: 0px 0px 30px -17px;
  font-weight: 400 !important;
  color: #000;
}

input.wpcf7-submit {
  font-family: 'Source Sans 3', sans-serif;
  text-align: center;
  color: #FFFFFF;
  width: 235px;
  height: 47px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.3px;
  border-radius: 3px;
  border: 2px solid var(--rojo, #000);
  background: var(--rojo, #000);
}   

.mt28{
  margin-top: 28px;
}
.mb28{
  margin-bottom: 28px;
}
.mt30{
  margin-top: 30px;
}

.phone {

  display: none;

}

.desk {

  display: block;

}

.c-generico.top--menu h1 {
  font-size: 35px;
}

ol li {
  list-style-type: decimal;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-bottom: 10px;
}
ol, ul {
  padding-inline-start: 15px;
  margin-block-start: 0px;
}

ul.lisnaun.left {
  text-align: left;
}

.left {
  text-align: left;
}
.imggggg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.nombres {
  display: flex;
  justify-content: space-around;
}
.nombres span {
  color: var(--black, #272727);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.col-4.gap20.serviciosportada .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #000;
    border: 1px solid;
    width: fit-content;
    padding: 3px 10px;
    font-weight: 400;
	font-size: 20px !important;
}

/* blog */

section#bannerblog,
body.post-template-default.single.single-post section#bannerprincipal {
  padding-top: 131px;
}
body.archive .container.cont-1300,
body.post-template-default.single.single-post .container.cont-1300 {
  max-width: 1200px;
  margin: auto;
}
body.archive .img-cover {
  background-size: cover;
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
}
section#blog .content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

section#blog .content h2{
  font-size: 20px;
  line-height: normal;
}
section#blog,
body.post-template-default.single.single-post .text {
  margin-bottom: 80px;
}

section#blog .text a.seguirleyendo {
  color: #000;
  text-decoration: underline;
}
/* RESPONSIVE */

@media only screen and (max-width: 1600px) {
  li.menu-item {
    padding: 0px 40px 0px 0px;
}
}
@media only screen and (max-width: 1400px) {
  li.menu-item {
    padding: 0px 20px 0px 0px;
}
li.menu-item a {
  font-size: 14px;
}
}

@media only screen and (max-width: 1000px) {

  .cont-1400.container.flex-wrap.pa-align {

    display: none;

  }
  #bannerhome {
    background-position: 16%;

}
  .container.c1600.block.center .logo-space,
  .container.c1600.block.center .menu-space {
    display: none;
}

.serviciosportada .item a, .nombres span {
  font-size: 16px;
}
.col-2.gap20.serviciosportada {
  grid-template-columns: 1fr 1fr;
}
.pr70 {
  padding-left: 0px;
  padding-top: 20px;
}
.col-2.gap100.lasenportada .col-2.gap10 {
  grid-template-columns: 1fr 1fr;
}

#footer-bottom .col-5 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.col-2.elcen img {
  width: 100%;
}

.copy-footer .container.c1600 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
  .solomovil {

    display: block;

  }

  body.nav-open #menumovil {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
}

  .admin-bar .c-header {
    top: 46px;
    transition: 0.6s all;
  }
  .serviciocate img {
    width: 100%;
}
  .admin-bar #menumovil {

    top: 99px;

  }

  .admin-bar #menumovil.toparriba {

    top: 120px;

  }

  .col-5 {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 40px;

  }

  .logo-footer {

    text-align: left;

  }

  .links-footer {

    display: flex;

    flex-direction: column;

    flex-wrap: wrap;

    align-content: flex-start;

    justify-content: center;

    gap: 18px;

    align-items: flex-start;

  }

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

  }

  #contacto input[type="text"],
  #contacto input[type="email"],
  #contacto input[type="tel"] {

    width: 100%;

  }


  section#footer-bottom .col-4 {
    grid-template-columns: 1fr;
    justify-items: baseline;
  }
  section.mt100.lascatetratecorpo .container.c1600 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
  header.c-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 70px;
    padding: 0px 0px 0px;
    display: flex;
    flex-direction: row;
}

 .links-footer .alli {
    display: flex;
    gap: 10px;
    margin-left: 0px;
    margin-bottom: 17px;
  }
  .social-fotter {
    margin-bottom: 30px;
}

  ul.sub-menu {
    position: relative;
    background-color: transparent;
    padding: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    margin-top: 0px;
    margin-left: 0px;
    display: block !important;
  }

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

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

  li.menu-item-has-children:after {
    display: none;
  }
  #bannerhome.manicuras {
    margin-top: 70px;
}
header.woocommerce-products-header {
  margin-top: 70px;
}
.slick-list.draggable {
  height: 464px !important;
}
#contacto .dedos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
section#contacto {
  margin-top: 120px;
}
section#contacto h1{
  font-size: 40px;
}
.formucont {
  padding: 40px 15px 20px 15px;
}
.col-4.gap20.serviciosportada {
  grid-template-columns: 1fr 1fr;
  display: grid;
  justify-items: start;
  align-items: start;
}
.mt100 {
  margin-top: 40px;
}
.bgF7F7F7 {
  padding-bottom: 50px;
  padding-top: 50px;
}
.mt80 {
  margin-top: 50px;
}
p.pdelmedio {
  margin: 20px 0px 40px;
}
.col-3.gap60.imagenservii {
  margin: 50px 0px;
} 
body.page-template-page-sobre-nosotros section.mt200.mb100 .col-2.gap10 {
  grid-template-columns: 1fr 1fr;
}
section.mt200.mb100{
  margin-top: 100px;

}
#contacto .alli p {
  margin-bottom: 0px;
}
#contacto .alli {
padding: 10px 0px;
}
section.bg9F3924.mt100 {
  background: linear-gradient(90deg, #865C4B 0%, #DB9C7D 50.52%, #865C4C 100%);
  padding: 50px;
}
}

@media only screen and (max-width: 600px) {
  #contacto .alli p {
    margin-bottom: 0px;
}
#contacto .alli {
  padding: 10px 0px;
}
  .formucont {
    border-radius: 3px;
    border: 1px solid var(--negro, #303030);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px 0px 20px;
    max-width: 600px;
  }


  .faq-toggle {

    top: -13px;

    right: 10px;

  }

  .kitdigii {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 36px;
    flex-direction: column;
  }

  .menu-foter .title {
    margin-top: 20px;
  }


  #lalafaq .faq-page {
    font-size: 16px;
    line-height: 24px;
  }

  #lalafaq .faq-body p {
    text-align: left !important;
    max-width: 100%;
    padding-left: 5px;
  }
  .texobannerhome {
    bottom: 0px;
}
.texobannerhome h1 {
  color: #FFF;
  text-align: right;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
body:not(.home) section#bannerhome .contaniner.c1600.vh100.relative .texobannerhome {
  position: absolute;
  left: 0;
  bottom: 0px;
  max-width: 700px;
  padding: 15px;
  text-align: left;
  top: 37px;
}
.col-4.gap20.serviciosportada {
  grid-template-columns: 1fr 1fr;
  display: grid;
  justify-items: start;
  align-items: start;
}
h2, .sotabanner h2, h3, .bg9F3924bis h2 {
  font-size: 32px;
}
section.bg9F3924bis.mt100 .col-4.gap20.center {
  grid-template-columns: 1fr 1fr;
}
.owl-carousel.owl-theme.lalilu.owl-loaded.owl-drag img {
  max-height: 64px;
  max-width: 100px;
}
#lalafaq .faq-page:after {
  padding: 0px 6px 0px 6px;
}
#lalafaq .active:after {
  padding: 0px 8px 0px 8px;
}
#footer-bottom {
  padding: 50px 15px;
}
#footer-bottom .menu-foter.asota {
  text-align: center;
  display: flex;
  align-items: center;
}
#bannerhome.manicuras {
  margin-top: 70px;
}
.imagenservii {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.slick-list.draggable {
/*  height: 410px !important; */
}
.gallery-navigation-carousel.horizontal.always.slick-initialized.slick-slider .slick-list.draggable, .gallery-navigation-carousel.horizontal.always.slick-initialized.slick-slider {
  height: 100px !important;
}
body.product-template-default div.product {
  max-width: 1600px;
  margin: auto;
  padding-top: 10px;
  position: relative;
}
.woocommerce span.onsale {
  top: 72px;
}
section.mt200.mb100 {
  margin-top: 100px;
}
h1.hatylinia {
  border-bottom: 1px solid #717171;
  max-width: fit-content;
  margin: 55px auto 24px;
  text-align: left;
  font-family: 'Source Sans 3', sans-serif;
  color: var(--negro, #303030);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 25px 0px;
  padding-bottom: 10px;
}
h1{
  font-size: 32px;

}
.formucont { grid-area:2 / 1 / 3 / 16;margin-top: 50px; }
.texto-contacto { grid-area: 1 / 1 / 2 / 16; }

#contacto .dedos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}
body.page-template-page-sobre-nosotros section.mt200.mb100 .col-2.gap10 {
  grid-template-columns: 1fr;
}
section.bg9F3924.mt100 {
  background: linear-gradient(90deg, #865C4B 0%, #DB9C7D 50.52%, #865C4C 100%);
  padding: 50px 15px;
}
.texobannerhome svg {
  max-width: 147px;
  max-height: 93px;
}
#bannerhome {
  background-position: 20%;
} 
section.mt100.lascatetratecorpo .container.c1600 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
section#blog .content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
section#bannerblog, body.post-template-default.single.single-post section#bannerprincipal {
  padding-top: 97px;
}
section#bannerprincipal h1 {
  margin-bottom: 25px;
}
}

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