@font-face {
    font-family: 'Segoe UI Historic';
    src: url('segoeuithisi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.cont-1401 {

  max-width: 1400px;
}

.container {

  margin: 0 auto;

  width: 100%;

  padding: 0 15px;

}

.cont-1728 {

  max-width: 1728px;

}

.cont-1000 {

  max-width: 1000px;

}

.enelmo {
  display: none;
}

.cont-1900 {

  max-width: 1900px;

  padding-left: 0;

  padding-right: 0;

}

.container.cont-1300 {
  max-width: 1300px;
  display: flex;
  margin: 78px auto;
  gap: 25px;
}

.admin-bar .c-header {

  top: 32px;

  transition: 0.6s all;

}

.solomovil {

  display: none;

}

.c-generico.top--menu a {
  text-decoration: underline;
  color: #222;
}

/* 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 */
  scroll-behavior: smooth;

}

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;

  border-radius: 50%;
  width: 16px;
  height: 16px;

  position: relative;

  transition: all 0.5s;

  /* background: url("../images/icon-checkbox.svg") no-repeat center; */
  background: url("../images/cc1.svg") no-repeat center;

  background-size: cover;

  top: 2px;

}

input[type=radio]:checked:before {

  /* background: url("../images/icon-checked.svg") no-repeat center; */
  background: url("../images/cc2.svg") no-repeat center;

  background-size: cover;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

/**

   * 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: "Poppins", sans-serif;


  font-weight: 400;

  margin: 0;

  padding: 0;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.c-generico.top--menu .container.cont-1200 {

  max-width: 1200px;

  padding-top: 100px;

  padding-bottom: 50px;

}

li,

ul {

  margin: 0;

  padding: 0;

  list-style: none;

}

.cont-1200 p {

  margin: 10px 0px 13px !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: "Poppins", sans-serif;

  color: #181616;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  font-style: normal;

  margin: 0;

}


.caveat {

  font-family: "Caveat", cursive;

}

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;

}

body.home {

  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-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: 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,
#menumovil nav .top-nav li.menu-item-has-children a::before {

  content: url("../images/haschildren3.svg");

  margin-left: 6px;

  top: 0px;

  position: relative;

  -webkit-transition: all 3s;

  transition: all 3s;

}

#menumovil nav .top-nav li.menu-item-has-children a {
  display: flex;
}

#menumovil nav .top-nav li.menu-item-has-children a::before {
  order: 2;
}

#menumovil nav .top-nav>li.menu-item-has-children>.sub-menu li a::before {
  content: none;
}

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

}

#bannerhome {

  margin-top: 63px;

  background-size: cover;

  min-height: 400px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  position: relative;

}

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

  #entry .container .text .content h1 {



    font-style: normal;

    font-weight: 400;

    font-size: 22px;

    line-height: 160%;

    color: #201F37;

    margin-bottom: 20px;

    margin-top: 30px;

  }

  section#solutions.clientlist .soluciones .solucion h4 {

    margin-bottom: 0;

    text-align: center;

    font-size: 16px;

    line-height: 20px;

  }

  #careers .modal .wpcf7 .doble>p {

    display: flex;

    align-items: center;

    flex-direction: column;

    grid-gap: 20px;

    margin-bottom: 20px;

  }

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

    left: 0;

    bottom: 0;

    width: 100%;

    background-color: #fff;

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    display: none;

    transition: 0.6s all;

    border-top: 1px solid #000;

  }

  #menumovil.toparriba {

    top: 70px;

  }

  #menumovil nav .top-nav {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    grid-gap: 15px;

  }

  #menumovil nav .top-nav li.menu-item a {

    font-weight: 400;

    font-size: 20px;

    line-height: 25px;

    text-align: center;

    letter-spacing: 0.02em;

    color: #000;

    padding: 10px 0;

    display: flex;

    justify-content: flex-start;
    text-transform: uppercase;

  }

  #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-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 22px;

    color: #000 !important;

    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-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 22px;

    color: #A7A7A7;

    width: initial;

    margin-bottom: 20px;

    padding: 0;

    display: flex;

    justify-content: center;

  }

  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu li:last-child a {

    margin-bottom: 0;

  }

  #bannerhome {

    margin-top: 53px;

    background-size: cover;

    background-position: center left;

    min-height: 370px;

    display: flex;

    align-items: flex-start;

    justify-content: flex-start;

  }

  section#services {

    margin-top: 30px;

    margin-bottom: 30px;

    padding-left: 0;

    padding-right: 0;

  }

  section#services>h2 {



    font-style: normal;

    font-weight: 700;

    font-size: 32px;

    line-height: 44px;

    text-align: center;

    color: #111111;

    margin-bottom: 20px;

    padding-left: 15px;

    padding-right: 15px;

  }

  section#services>p {



    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 32px;

    text-align: center;

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

    margin-bottom: 50px;

    padding-left: 20px;

    padding-right: 20px;

  }

  section#services .servicios {

    display: grid;

    grid-template-columns: 1fr;

    grid-gap: 6px;

  }

  section#services .servicios .servicio {

    width: 100%;

    height: 164px;

    position: relative;

    border-radius: 4px;

    overflow: hidden;

  }

  section#services .servicios .servicio .img {

    position: absolute;

    width: 100%;

    height: 164px;

    z-index: -1;

  }

  section#services .servicios .servicio .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

  }

  section#services .servicios .servicio .img span {

    width: 100%;

    height: 100%;

    background-color: #000;

    display: block;

    position: absolute;

    top: 0;

    left: 0;

  }

  section#services .servicios .servicio .titlebottom {

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    height: 100%;

    width: 100%;

  }

  section#services .servicios .servicio .titlebottom h4 {



    font-style: normal;

    font-weight: 700;

    font-size: 24px;

    line-height: 32px;

    color: #F9F9FB;

    padding: 22px 18px;

  }

  section#services .servicios .servicio .titlebottom p {

    margin: 22px 18px;



    font-style: normal;

    font-weight: 500;

    font-size: 16px;

    line-height: 21px;

    text-align: center;

    color: #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-style: normal;

    font-weight: 600;

    font-size: 14px;

    line-height: 170%;

    letter-spacing: 0.8px;

    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.4);

    margin-bottom: 21px;

  }

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



    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 160%;

    color: #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-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-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-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-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-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-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 180%;

    color: rgba(255, 255, 255, 0.4);

  }

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



    font-style: normal;

    font-weight: 500;

    font-size: 14px;

    line-height: 24px;

    color: #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-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 */

body {

  background-color: #fff;

}

.absolute {

  position: absolute;

}

.relative {

  position: relative;

}

.container-1080 {

  max-width: 1088px;

  margin: auto;

}

.container-1400 {

  max-width: 1400px;

  padding-left: 15px;

  padding-right: 15px;

  margin: auto;

}

.container-1900 {

  max-width: 1900px;

  margin: auto;

}

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

}


/* header */
header.c-header {
  position: fixed;
  left: 0;
  z-index: 9999;
  padding: 0px 0px;
  width: 100%;
    background: #ea6060;
    margin-bottom: 10px;
    height: 70px;


}
body main{
    background: #f1f0e8;
    padding-top: 95px;
    min-height: calc(100vh - 66px);
}



.info-logo.white {
  display: none;
}

header.c-header .info-logo.black {
  display: none;
}

header.c-header .info-logo.white {
  display: block;
  max-width: 190px;

}

.scrolled header.c-header .info-logo.black {
  display: block;

}

.scrolled header.c-header .info-logo.white {
  display: none;
}

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


.wpml-ls-legacy-dropdown {
  width: 100px;
  max-width: 100%;
  background: transparent;
}

.wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #FFF;
  border: none;
  background-color: #2B2B2B;
  padding: 5px 10px;
  line-height: 1;
  text-transform: uppercase;
}

.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  background-color: #2B2B2B;
  color: #FFF;
}

.displayBlock {
  display: block !important;
}


ul#menu-menu,
ul#menu-menu-ingles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  padding: 12px 0px;
}

ul#menu-menu a,
ul#menu-menu-ingles a {
  font-size: 14px;
  font-weight: 500;
  color: #06353F;

}


ul.sub-menu li {
  margin-bottom: 5px;
}

ul.sub-menu {
  display: none;
  position: absolute;
  background: #181616;
  backdrop-filter: blur(4px);
  padding: 10px;
}

ul.sub-menu a {
  color: #fff !important;
}

.wpfPriceRangeField#wpfMinPrice,
.wpfPriceRangeField#wpfMaxPrice {
  min-width: 40px !important;
}

header.c-header ul#menu-menu .current-menu-item a,
header.c-header ul#menu-menu-ingles .current-menu-item a {
  color: #69565D;
  text-decoration: none;
}


ul#menu-menu ul.sub-menu ul.sub-menu a,
ul#menu-menu-ingles ul.sub-menu ul.sub-menu a {
  text-transform: inherit;
  color: var(--bbb, #fff);
  font-size: 14px;


}



.boton-contacta a:hover {
  background: #06413A;
}

.flex-wrap .menu-space {
  margin: auto;
}


/* MAIN */


.c1075 {
  max-width: 1075px;
  margin: auto;
}


.cca2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.menu-space {
  display: flex;
  align-items: center;
  gap: 50px;
}

.butons-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.c1400 {
  max-width: 1430px;
  margin: auto;
  padding: 0px 15px;
}


.c1600 {
  max-width: 1600px;
  margin: auto;
  padding: 0px 15px;
}



.c3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  gap: 0px;
}

.c1460 {
  max-width: 1460px;
  margin: auto;
  padding: 0px 15px;
}

.c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.c4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0px;
}

.c1728,
.cont-1728 {
  max-width: 1630px;
  margin: auto;
  padding: 0px 15px;
  width: 100%;
}
.c21 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.c12 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}
.container {
  max-width: 1170px;
  margin: auto;
  width: 100%;
  padding: 0px 15px;
}
a.brand.pull-left {
    display: block;
    max-height: 70px;
}
#lista2 {
    counter-reset: li;
}
#lista2 li {
    position: relative;
    display: block;
    padding: 0em 0.4em .4em 0px;
    margin: 0;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
    padding-inline-start: 37px;
    font-family: 'Segoe UI Historic';
    margin-bottom: 10px;
    font-size: 16px;
}
#lista2 li:before {
    content: ">";
    color: #fff;
    counter-increment: li;
    position: absolute;
    left: 0em;
    top: 50%;
    margin-top: -12px;
    background: #ea6060;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 300;
    border-radius: 1.2em;
    transition: all .3s ease-out;
    padding: 0px;
}

nav.breadcrumb ol {
    display: flex;
    justify-content: flex-start;
    padding: 0px;
    gap: 5px;
}
nav.breadcrumb ol li {
    font-size: 12px;
    line-height: 18px;
    color: #515151;
}
/* home page*/

h1 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  letter-spacing: -1px
}
.home h1{
  margin-bottom: 30px;
}
h2 {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding-bottom: 20px;
    letter-spacing: -1px;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-top: 0;
  margin-bottom: 1rem;
}

.centrat {
    text-align: center;
    max-width: 700px;
    margin: auto;
    position: relative;
    margin-top: 0px;
}
.inicii {
    font-size: 40px;
    text-align: center;
    font-style: italic;
    color: blue;
    border: 5px solid blue;
    border-radius: 10px;
    padding: 10px 30px;
    margin-bottom: 30px;
    font-family: 'Caveat', cursive;
}
.inicii::before {
    content: "";
    position: absolute;
    height: 30px;
    border: 4px solid blue;
    top: -34px;
    left: 50px;
}
.inicii::after {
    content: "";
    position: absolute;
    height: 30px;
    border: 4px solid blue;
    top: -34px;
    right: 50px;
}
/* footer */

.c5footer {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.c1200 {
  max-width: 1230px;
  margin: auto;
}

#footer-bottom {
  padding: 44px 0px 23px;
  background: #F2F2F2;

}

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

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

.info-logo {
  max-width: 171px;
}

.info-logo img {
  display: block;
  margin-top: 4px;
}

.logo-footer .info-logos {
  max-width: 363px;
  margin: auto;
  margin-left: 0px;
}

.menu-foter .info-rrss {
  border-top: 1px solid #2B2B2B;
  max-width: 363px;
  padding-top: 22px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

p.footer-title {
  color: var(--bbb, #2B2B2B);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.colfooter p,
.colfooter a {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 6px;
  color: #06353F;
}

.fff {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 8px;
}



p.titlefooter {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 11px;
  color: #06353F;

}

.copy-footer {
background-color: #d7d2cb;
    min-height: 70px;
}

.info-rrss ul {
  display: flex;
  gap: 11px;
}

.footer-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0px;
}

.colfooter.delogo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-copy p,
.footer-copy a {
  color: #fff;
  font-size: 16px;

}

p.titlefot {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.galeria-kd {
  display: flex;
  gap: 5px;
  flex-direction: row;
  flex-wrap: wrap;
}

.galeria-kd img {
  max-height: 50px;
}

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

.cont-1200 ol li {
  list-style: decimal !important;
  margin-inline-start: 20px;
  margin-top: 30px !important;
}

.colfooter.delogo .info-logo {
  text-align: center;
  max-width: 279px;
  margin-left: 75px;
}

.colfooter.delogo .info-rrss {
  max-width: 393px;
}

.colfooter.delogo .info-rrss ul {
  display: flex;
  gap: 11px;
  justify-content: center;
}

/* servicios */

.liniahard {
  width: 100%;
  height: 253px;
  background: #868686;
}


#serviciossec1 h1 {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  margin-top: -56px;
}


#serviciossec1 p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  max-width: 590px;
  margin: 6px 0px 29px;
}


#serviciossec2 {
  padding: 88px 0px 120px;
}

#serviciossec2 .c2 {
  gap: 44px;
}

#serviciossec2 h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

#serviciossec2 p,
#serviciossec2 li {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}

#serviciossec2 li {
  list-style: disc;
  margin-inline-start: 20px;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #D9D9D9 !important;
  border-radius: 50%;
  display: inline-block;
}

.owl-dots .owl-dot.active {
  background: #066359 !important;
}

#serviciossec4 {
  text-align: center;
  padding: 100px 0px;
}

#serviciossec4 h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
}

#serviciossec4 p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  max-width: 728px;
  margin: 14px auto 58px;
}

#serviciossec4 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-direction: row;
  flex-wrap: wrap;
}

#serviciossec4 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 207px;
  width: 100%;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
  height: 42px;
  justify-content: center;
}

/* dialog */
dialog#miDialogo {
  border-radius: 8px;
  border: 1px solid #C5B389;
  background: #06353F;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.59);
  padding: 0px;
}

/* sobre nosotros */

#nosotrossec1 h1 {
  color: #FFF;
  font-size: 72px;
  font-weight: 700;
  line-height: 78px;
  max-width: 1230px;
  margin-top: -124px;
}

#nosotrossec1 p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  max-width: 740px;
  margin: 16px 0px 0px;
}

#nosotrossec2 {
  margin-top: -40px;
}

#nosotrossec2 .c2 {
  gap: 140px;
}

#nosotrossec2 .text h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 14px;
}

#nosotrossec2 .text p {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}

#nosotrossec3 {
  padding: 50px 0px 100px;
  text-align: center;
}

#nosotrossec3 h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 14px;
}


#nosotrossec3 p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.nosotrosdetalle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 52px;
  margin-top: 45px;
}

.nosotrosdetalle div {
  max-width: 207px;
}

.nosotrosdetalle h3 {
  font-size: 24px;
  color: #fff;
  padding: 15px;
  border: 1px solid #FFF;
  margin-bottom: 14px;
}

/* categoria productos */
body.page-template-page-balancines main,
body.single-balancines main {
  background: #F4F4F4;
}

#pbsec1 {
  padding-top: 80px;
}

#pbsec1 h1 {
  color: #06353F;
  font-size: 72px;
  font-weight: 700;
}

#pbsec1 p {
  color: #06353F;
  font-size: 16px;
  font-weight: 300;
  max-width: 1070px;
  margin: 6px 0px 16px;
}

#balancinesproductos .c4 {
  gap: 29px;
  margin: 40px 0px 100px;
}

h3.balancin-title a {
  color: #06353F;
  font-size: 32px;
  font-weight: 500;
  margin-top: 22px;
}

.balancin-excerpt p {
  font-weight: 300;
  color: #06353F;
  font-size: 16px;
  margin: 14px 0px 24px;
}

a.balancin-btn {
  background: #C5B389;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #06353F;
  font-size: 16px;
  text-transform: uppercase;
}

#pbsec2 h2 {
  color: #06353F;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}

#pbsec2 p {
  color: #06353F;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 0px auto 16px;
  max-width: 891px;
}


/* BALANCINES SINGLE */

.bal-wrap {
  max-width: 1285px;
  margin: 0 auto;
  padding: 40px 15px;
}

.bal-top {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px;
  align-items: start;
}

.bal-hero {
  padding: 18px;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.bal-hero img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bal-info h1 {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
  color: #06353F;
}

.bal-info .bal-desc {
  margin: 0 0 16px;
  color: #06353F;
}

.bal-info .bal-desc p {
  margin: 0 0 10px;
  font-weight: 300;
  color: #06353F;
}

.bal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}

.bal-btn {
  display: inline-block;
  text-align: center;
  padding: 12px 14px;
  text-decoration: none;
}

.bal-btn-primary {
  color: #06353F;
  background: #C5B389;
  border: 1px solid #C5B389;
  font-weight: 400;
}

.bal-btn-ghost {
  background: #066359;
  border: 1px solid #066359;
  color: #fff;
  border-color: #0e7776;
  font-weight: 400;
}

.bal-btn-ghost:hover {
  background: #06413A;
  border-color: #06413A;
}

.bal-section {
  margin-top: 28px;
}

main.bal-wrap {
  min-height: 81vh;
}

.bal-section h2 {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 700;
}

.bal-table-wrap {
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  max-width: 1076px;
  margin: auto;
}

.bal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.bal-table thead th {
  background: #f6f6f6;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.bal-table td {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
}

.bal-table tr:last-child td {
  border-bottom: none;
}

.bal-mini {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}

.bal-link {
  font-weight: 600;
}

.bal-plan-img {
  max-width: 140px;
  height: auto;
  display: block;
  margin-top: 8px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.bal-gallery-pro {
  width: 100%;
}

.bal-gallery-grid {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  padding: 14px;
  background: #F4F4F4;
}

.bal-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto;
  max-height: 420px;
}

.bal-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
}

.bal-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.bal-thumb:hover {
  border-color: #ccc;
}

.bal-thumb.is-active {
  border-color: #111;
}

.bal-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.bal-main-btn {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
  width: 100%;
}

#bal-main-img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  opacity: 1;
  transition: opacity .18s ease;
  width: 100%;
}

#bal-main-img.is-fading {
  opacity: .2;
}

.bal-zoom {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity .15s ease;
  background-repeat: no-repeat;
  background-size: 200%;
}

.bal-main.is-zooming .bal-zoom {
  opacity: 1;
}

@media(max-width:900px) {
  .bal-gallery-grid {
    grid-template-columns: 1fr;
  }

  .bal-thumbs {
    flex-direction: row;
    max-height: none;
    order: 2;
  }

  .bal-thumb {
    min-width: 80px;
  }

  .bal-main {
    min-height: 260px;
  }
}

/* LIGHTBOX */
.bal-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.bal-lightbox.is-open {
  display: flex;
}

.bal-lightbox-inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  max-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bal-lb-img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 12px;
  display: block;
}

.bal-lb-close,
.bal-lb-prev,
.bal-lb-next {
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, .9);
  cursor: pointer;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  font-size: 26px;
  line-height: 44px;
  text-align: center;
}

.bal-lb-close {
  top: -8px;
  right: -8px;
  font-size: 28px;
}

.bal-lb-prev {
  left: -10px;
}

.bal-lb-next {
  right: -10px;
}

.bal-lb-counter {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 14px;
}

.bal-plano-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #111;
  background: #fff;
  cursor: pointer;
}

.bal-plano-btn:hover {
  background: #111;
  color: #fff;
}

.bal-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bal-dialog {
  border: 0;
  border-radius: 14px;
  padding: 0;
  width: min(980px, 92vw);
  max-height: 84vh;
}

.bal-dialog::backdrop {
  background: rgba(0, 0, 0, .6);
}

.bal-dialog-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
}

.bal-dialog-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 26px;
  line-height: 38px;
}

.bal-dialog-body {
  padding: 16px;
  overflow: auto;
  max-height: calc(84vh - 60px);
}

.bal-dialog-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  border: 1px solid #eee;
  margin-bottom: 14px;
}

.bal-dialog-table {
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}

.bal-dialog-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.bal-dialog-row:last-child {
  border-bottom: none;
}

.bal-dialog-k {
  font-weight: 700;
}

.bal-dialog-v {
  color: #222;
}

@media (max-width: 900px) {
  .bal-top {
    grid-template-columns: 1fr;
  }

  .bal-actions {
    flex-direction: column;
  }
}

/* contacto */
.page-template-page-contacto main {
  background: #06353F;
}

.formuliri {
  border-radius: 8px;
  border: 1px solid #969696;
  background: #FFF;
  box-shadow: 0px 4px 11px 0px rgba(163, 141, 107, 0.25);
  padding: 30px;
}

.formuliri input.wpcf7-form-control,
.formuliri textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  background: #F9F7F6;
  min-height: 44px;
  margin-top: 5px;
  padding-inline-start: 16px;
}

.formuliri textarea {
  padding-inline-start: 0px;
  padding: 16px;
  height: 118px;

}

.formuliri p {
  margin: 10px 0px 20px;
}

.formuliri input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: var(--gris-o, #3F4443);
  padding-inline-start: 0px;
  color: #fff;
  max-width: 210px;
  text-transform: uppercase;
}

#contacto-info h1 {
  color: #FFF;
  font-size: 72px;
  font-weight: 700;
  padding: 100px 0px 16px;
}

.infoconta article {
  border-radius: 8px;
  border: 1px solid #969696;
  background: #FFF;
  box-shadow: 0 4px 11px 0 rgba(163, 141, 107, 0.25);
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 21px;
}

.c-desc p {
  color: #fff;
  font-weight: 300;
  max-width: 590px;
  margin: 0px 0px 100px;
}

#contacto-info .c2 {
  gap: 100px;
  padding-bottom: 100px;
}

#contacto-info .c2 .c2 {
  gap: 20px;
}

.infoconta,
.infocontre {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacto-info article a,
.contacto-info article p {
  color: #181616;
  font-size: 14px;
}

.formuliri label,
.formuliri input,
.formuliri textarea {
  color: #2D2D2D;
  font-family: "IBM Plex Sans Condensed", sans-serif;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.dacheckboxform label {
  color: var(--BLACK, #2D2D2D);
  font-family: "IBM Plex Sans Condensed", sans-serif;

  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  border-radius: 0px;
}

.map iframe {
  border-radius: 8px;
}

.map {
  margin-top: 40px;
}

.c-card {
  border-radius: 8px;
  border: 1px solid #969696;
  background: #FFF;
  box-shadow: 0 4px 11px 0 rgba(163, 141, 107, 0.25);
  display: flex;
  padding: 16px 21px;
  align-items: center;
  gap: 21px;
  margin-bottom: 18px;
}

/* BLOG */
#entry.elblogsimple {
  margin: 30px 0px 50px;
}

.page-blog__posts {
  margin: 20px 0px 100px;
  min-height: 50vh;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

#entry.elblogsimple h1 {
  margin-bottom: 20px;
}

#entry.elblogsimple img {
  width: 100%;
  margin: 20px 0px;
}

#entry.elblogsimple p,
#entry.elblogsimple li {
  font-size: 16px;
  color: #616161;
  margin-bottom: 20px;
}

#entry.elblogsimple li {
  list-style: disc;
  margin-inline-start: 20px;
}

.page-blog__posts {
  margin: 20px 0px;
  min-height: 50vh;
}

.page-blog__posts a {
  color: #000;
}

.page-blog h1 {
  margin: 30px 0px;
}

.page-blog {
  padding-bottom: 100px;
}

.post-details .blog_description a {
  color: #8EBEAD;
  font-weight: 600;
}

h2.post-title {
  margin-bottom: 10px;
}

li.menu-item-has-children>a::after {
  content: url(../images/haschildren3.svg);
  margin-left: 9px;
  top: -2px;
  position: relative;
  display: none;
}

.faqs-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  border: 1px solid #ccc;
  padding: 1rem;
  border-radius: 8px;
}

.faq-pregunta {
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.faq-icon {
  font-size: 1.5rem;
  margin-right: 1rem;
  transition: all 0.2s ease;
}

.faq-respuesta {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
  padding-left: 34px;
}

.servicios-faqs {
  max-width: 994px;
  margin: 24px auto 80px;
}

.servicios-faqs h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  color: var(--gris-o, #3F4443);
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
}

.servicios-faqs h3 {
  text-align: left;
  margin: 0;
  font-size: 16px;
}

.servicios-faqs p,
.servicios-faqs li {
  color: var(--gris-o, #3F4443);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.16px;
  margin-bottom: 16px;
}



.archive .sidebar {
  min-width: 240px;
}

.naranjita {
  background: #e48e1a;
  color: #fff;
  padding: 25px 0px;
}

.naranjita h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
}




#lalafaq h2,
#lalafaq p.subtitulo {
  margin-top: 88px;
  margin-bottom: 12px;
  color: #FFF;
  font-size: 64px;
  font-weight: 700;
  text-align: center;
}

#lalafaq p.subtitulo {
  margin-top: 0px;
}


#lalafaq .descripcion p,
#lalafaq .descripcion li {
  color: #2B2B2B;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 16px;
}

#lalafaq.colored .descripcion p,
#lalafaq.colored .descripcion li,
#lalafaq.colored .faq-page,
#lalafaq.colored .faq-body p,
#lalafaq.colored .faq-body li {
  color: #06353F;

}

/* BLOG */
#entry.elblogsimple p,
#entry.elblogsimple li,
#entry.elblogsimple a {
  font-size: 16px;
  margin-bottom: 20px;
}

#entry.elblogsimple a {
  text-decoration: underline;
}

#entry.elblogsimple h2,
#entry.elblogsimple h3 {
  margin: 40px 0px 20px;

}


button.closedialog {
  position: absolute;
  right: 5px;
  top: 5px;
  background: transparent;
  border: none;
}

/* RESPONSIVE */

@media (max-width: 1350px) and (min-width: 1000px) {

  ul#menu-menu,
  ul#menu-menu-ingles {
    gap: 20px;
  }
}

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


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

    display: none;

  }

  header.c-header {
    height: 67px;
    padding: 10px 0px;

  }

  .o-logo.izda {
    max-width: 100%;
    text-align: center;
  }

  .o-logo.izda a {
    max-width: 260px;
  }

  .solomovil {

    display: block;

  }

  body.nav-open #menumovil {

    display: flex;

  }

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

  header.c-header {
    top: 0px;
    position: relative;

  }

  .admin-bar #menumovil {

    top: 99px;

  }


  .col-2 {

    grid-template-columns: 1fr;

    gap: 20px;

  }

  /* main {
    padding-top: 96px;
  } */

  .scrolled .topybar {
    display: none;
  }

  .fidelidad-items {
    flex-direction: column;
    gap: 10px;
  }

  .home-cars .cards .card a .text h3 {
    font-size: 32px;
    text-align: center;
  }

  .home-banner-values {
    padding: 30px 0px;
  }

  .home-banner-values .cards {
    grid-template-columns: 1fr 1fr;
    gap: 65px 26px;

  }

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

  .menu-foter:has(.logo-footer) {
    margin: auto;
  }

  .footer-copy {
    gap: 10px;
  }

  section.product-category-1 .woocommerce ul.products {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 20px;
  }

  .contacto-page {
    margin: 10px 0px 60px;
  }

  header.c-header .solomovil {
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    align-items: center;
    padding: 0px 10px;
    height: 47px;
  }

  header.c-header .solomovil .butons-header {
    padding-right: 17px;
  }

  body.nav-open #menumovil {
    display: flex;
    overflow-y: auto;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 30px 15px;
  }

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

  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu li a {
    justify-content: flex-start;
  }


  main {
    margin-top: 67px;
  }




  .foot {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }

  .footer-columns {
    display: flex;
    gap: 20px 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }

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

  .res-platos {
    margin: 44px 0px 48px;
  }

  .contacto .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 150px 19px;
  }

  .cca2 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .qodef-four-columns-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* HOME */


  #lalafaq .faq-page {
    font-size: 18px;
  }

  .burger span {
    background: #2B2B2B;
  }

  .formularioportadai {
    padding: 30px 32px 38px;
    max-width: 415px;
  }

  .ccccccccc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 40px 0 60px;
    align-items: start;
  }

  .c5footer {
    grid-template-columns: 1fr;
  }

  .containerfaqs {
    padding: 0px 15px;
  }

  #contacto-info .c2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .colfooter.delogo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
  }

  li#menu-item-191,
  li#menu-item-190 {
    display: block;
  }

  li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-191 {
    margin-top: 60px;
  }

  .boton-contacta a {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
  }

  header.c-header {
    max-width: 100vw;
  }

  #homesec2 .flexiclientes {
    gap: 20px;
    padding: 0px 15px;
  }

  #homesec3 {
    grid-template-columns: 1fr;
  }

  #homesec4 .ccasi2 {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #balancinesproductos .c4 {
    grid-template-columns: 1fr 1fr;
  }

  #nosotrossec2 {
    margin-top: 40px;
  }

  #nosotrossec2 .c2 {
    gap: 30px;
    display: flex;
    flex-direction: column-reverse;
  }

  #nosotrossec2 .c2 img {
    width: 100%;
  }

  .nosotrosdetalle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px 32px;
    margin-top: 45px;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .bal-table-wrap {
    overflow: inherit;
    overflow-x: auto;
  }

  .bal-section {
    margin-top: 28px;
    overflow: hidden;
    max-width: 100vw;
  }

  body.single-balancines,
  body.single-balancines main {
    overflow: hidden;
    max-width: 100vw;
  }

  .bal-table {
    width: 100%;
    border-collapse: inherit;
    font-size: 10px;
  }

  .colfooter.delogo .info-logo {
    margin: auto;
  }
}

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

  .botonmenumovil {
    padding-top: 0px;
  }

  .kitdigital {
    justify-content: flex-start;
  }

  .o-logo.izda img {
    max-width: 170px;
  }

  .o-logo.izda {
    height: 17px;
  }

  #menumovil nav .top-nav {
    grid-gap: 0px;
  }

  #menumovil nav .top-nav li.menu-item a,
  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu li a {
    font-size: 16px;
    line-height: normal;
  }

  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu {
    margin: 10px;
  }

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

  .c3 {
    grid-template-columns: 1fr;
  }

  header.c-header .o-logo.izda {
    height: 37px;
  }

  .c2,
  ul.cardsentipo,
  ul.listainstaladores,
  .c2.c13,
  body.page-id-82 ul.cardsentipo,
  body.page-id-80 ul.cardsentipo,
  .columnis,
  .ccccccccc,
  .trabajos-grid,
  .tienda-categorias-portada ul {
    grid-template-columns: 1fr;
  }


  .formularioportadai {
    max-width: calc(100vw - 30px);
    padding: 30px 14px 39px;

  }

  .formularioportadai input {
    max-width: 100%;
  }

  .ccccccccc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
    flex-direction: column-reverse;
  }

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

  .faq-body p,
  .faq-body li {
    font-size: 14px;
  }


  .enelmo {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
  }

  #homesec1 .text p.subtitulo {
    font-size: 30px;
  }

  #homesec2 .c4 {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  #homesec3 .texto {
    padding: 0px 15px;
  }

  #homesec3 .texto p.subtitulo,
  #serviciosec1 p,
  #nosotrossec1 p,
  #serviciosec2 h2,
  #serviciofaqs h3,
  #nosotrossec2 h2,
  #serviciosec3 p,
  .contacto .text p.subtitulo {
    font-size: 24px;
  }

  #homesec3 article {
    height: 300px;
  }

  #homesec3 .c3 {
    gap: 15px;
    grid-template-columns: 1fr;
  }

  #homesec4 .banner {
    grid-template-columns: 1fr;
  }

  #homesec4 .banner img:first-child {
    margin: auto;
  }

  #serviciosec1,
  #nosotrossec1 {
    height: 307px;
    margin-bottom: 40px;
  }

  #contacto-info {
    margin: 40px 0px 0px;
    padding-bottom: 20px;
  }

  .info-logo img {
    display: block;
    margin-top: 0px;
  }

  p.bigpform {
    font-size: 21px;
  }

  p.callto span {
    font-size: 22px;
  }

  .colfooter.delogo .info-logo {
    padding-top: 0px;
  }

  .c12 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #homesec1 h1 {
    font-size: 40px;
  }

  #homesec2 .flexiclientes {
    gap: 20px 10px;
    padding: 0px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #homesec3 article a {
    min-height: 304px;

  }

  #homesec3 article a .text {
    position: absolute;
    bottom: 25px;
    left: 15px;
    max-width: 100%;
    width: 95%;
    transform: scale(1);
    transition: 0.3s all;
  }

  #homesec3 article a .text h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
  }

  #homesec4 .ccasi2 .text h3,
  #homesec5 p.bigletter,
  #homesec5 h3,
  #lalafaq h2,
  #lalafaq p.subtitulo {
    font-size: 32px;
    line-height: normal;
  }

  .liniahard {
    height: 90px;
  }

  #serviciossec1 h1,
  #nosotrossec1 h1 {
    font-size: 40px;
    margin-top: -31px;
    line-height: normal;
  }

  #serviciosec1,
  #nosotrossec1 {
    height: inherit;
    margin-bottom: 40px;
  }

  #contacto-info h1 {
    font-size: 40px;
    line-height: normal;
  }

  #serviciossec4 ul {
    gap: 20px;
  }

  .map {
    margin-top: 0px;
  }

  #pbsec1 h1 {
    font-size: 36px;
  }

  #pbsec1 {
    padding-top: 32px;
  }

  h3.balancin-title a {
    font-size: 24px;
    margin-top: 14px;
  }

  .bal-wrap {
    margin: 0 auto;
    padding: 3px 1px;
  }

  .bal-info {
    padding: 0px 15px;
  }
}

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