.container {

  margin: 0 auto;

  width: 100%;

  padding: 0 15px;

}

a#openDialog.desktop{
  display: block;
}
a#openDialog.movil{
  display: none;
}
.cont-1400 {

  max-width: 1646px;

}
.py60{
  padding-top: 60px;
  padding-bottom: 60px;
}
h2.comola3 {
  color: var(--negro, #303030);
  font-family: 'Raleway', sans-serif; 
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0px 16px 0px;
  max-width: 358px;
}
.col-3.gap50 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
.cont-1900 {

  max-width: 1900px;

  padding-left: 0;

  padding-right: 0;

}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(126, 186, 181, 0.28);
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
}

.image-container:hover .overlay {
  display: flex;
}

.overlay-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  fill: white;
  cursor: pointer;
}
.image-wrapper {
  position: relative;
}
.imgggg img {
  width: 100%;
}
.modal img.img-full {
  height: 100vh;
  margin: auto;
}
button.close-modal-button {
  position: absolute;
  right: 20px;
  top: 200px;
  background: transparent;
  color: #fff;
  font-size: 30px;
  box-shadow: none;
  border: none;
}
.admin-bar .c-header {
  top: 24px;
  transition: 0.6s all;
}
.c-generico.top--menu {
  margin-top: 50px;
}
.cont-1400.container.flex-wrap.pa-align {
  height: 112px;
}

.solomovil {

  display: none;

}

.mt-80 {

  margin-top: 80px;

}

/* 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: 'Raleway', 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: 'Raleway', 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: #FCFCFC;

}



body.home {

  background-color: #FCFCFC;

}



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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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;

}





#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-family: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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.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: 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: center;
    justify-content: center;
    flex-direction: column;
    grid-gap: 15px;
    padding-top: 50px;
}



  #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: 'Raleway', 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: 'Raleway', 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;

  }



  #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-family: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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 */


.mb17 {
  margin-bottom: 17px;
}

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

}



.flex-wrap-centerall {

  display: flex;

  flex-direction: column;

  flex-wrap: wrap;

  align-content: center;

  justify-content: center;

  align-items: flex-start;

  gap: 20px;

}



.p-50 {

  padding: 50px;

}

.p-0 {

  padding: 0px;

}
.mt41 {
  margin-top: 41px;
}

/* header */
.topibar {
  background: var(--blue, #111);
  color: #fff;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.topibar a,
.topibar p {
  color: var(--white, #FCFCFC);
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

header.c-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 126px;
  padding: 7px 0 14px;

}
.mt41 {
  margin-top: 157px !important;
}
#search-navbar {
  display: none;
  position: absolute;
  right: 0;
}
div#menu {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
  width: 100%;
}

#menu .butons-header-endesk a:focus, #menu .butons-header-endesk a:hover{
  text-decoration: none !important;
  color: #B92424;
}
.butons-header-endesk a.button {
  width: 100%;
  display: flex;
  padding: 14px 7px;
  min-width: 167px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.butons-header-endesk a.button:hover svg path{
  fill: #B92424;
}
.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;

}

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


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


ul.sub-menu li.menu-item {
  padding: 0px 36px 7px 1px;
  text-align: left;
}


li.menu-item a {
  color: var(--blue, #111);
  font-family: 'Raleway', 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;

}



img.phone-icon {

  margin: 0px 7px -3px 1px;

}



.button-call-space a.button {

  padding: 1px 20px;

}



a.button, a.button.anchor-button, input#lidd_mc_submit {
  padding: 11px 0px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  width: 235px;
  height: 47px;
  border-radius: 3px;
  border: 2px solid var(--rojo, #B92424) !important;
  background: var(--rojo, #B92424);
  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;

}



.button.reverse {

  background-color: #fff;

  color: #00AFD8;

}



.button.reverse:hover {

  color: #fff;

  background-color: #00AFD8;

}



.buttons-banner a {

  margin-right: 30px;

}
.textoo {
  max-width: 674px;
  margin: auto 0 auto auto;
}
.textoo.dere {
  margin: auto auto auto 0;
}
.gap160 {
  gap: 160px;
}

a.button:hover {
  background-color: #fff;
  color: #303030;
}

.mb96 {
  margin-bottom: 96px !important;
}
.ml0 {
  margin-left: 0px !important;
}
/* home page*/



#banner-home {

  margin-top: 85px;

}

.mt40 {
  margin-top: 40px;
}

/* #banner-home.home {

  background-image: url(../images/banner-kehipoteca.jpg);

  height: 700px;

  width: 100vw;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

} */

.imgkit {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgkit img {
  max-height: 50px;
}
.h469{
  height: 469px;
}
header.c-header.container {
  background: var(--blanco, #FCFCFC);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
}
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
}
.mt105 {
  margin-top: 105px !important;
}
.la3deskot2 {
  background: #E1EEED;
  min-height: 705px;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.la3deskot {
  height: 424px;
  width: 100vw;
  background: #E1EEED;
  position: relative;
}
img.img.sc1 {
    position: absolute;
    bottom: -25px;
    left: 0;
}
img.img.sc2 {
    position: absolute;
    top: -25px;
    right: 0;
}
.flexrowcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.toretto {
  gap: 45px;
}
.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;
}
.aaaaa img {
  min-width: 95px;
}
.teeet {
  max-width: 674px;
}
.gap48 {
  gap: 48px;
}
.c1400{
max-width: 1400px;
margin: auto;
}
.w881 {
  width: 881px;
  margin: auto;
}
.texto-intro {
  max-width: 888px;
  margin: auto 0px auto auto;
  padding-right: 0px;
  border-radius: 8px;
  background: rgba(252, 252, 252, 0.90);
  position: absolute;
  top: 25%;
  left: 50px;
  padding: 24px 55px;
}
.lsvgdefora {
  position: absolute;
  right: -20px;
  bottom: 0px;
}
.c1600 {
  max-width: 1646px;
  margin: auto;
}

.texto-intro p {
  font-family: 'Raleway', sans-serif;
  max-width: 712px;
  margin-bottom: 18px;
  margin-top: 12px;
  color: var(--black, #24272A);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
a.button.white {
  border-radius: 10px;
  border: 2px solid var(--blue, #111);
  background: var(--white, #FCFCFC);
  color: #000;
  margin-top: 20px;
}

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

h1 span {
  color: #929292;
}
.c1250 {
  max-width: 1250px;
  margin: auto;
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}
.mb80 {
  margin-bottom: 80px;
}
.c1250 .col-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.col-6 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.gru {
  padding: 24px 0px 10px;
  text-align: center;
}

.line2 {
  border: 2px solid #7EBAB5;
}

.line {
  border: 1px solid #9A9A9A;
}

.mt82 {
  margin-top: 82px;
}
.c1100 {
  max-width: 1100px;
  margin: auto;
}
.w190 {
  width: 190px;
  margin: auto;
}
.elbutoo.left {
  text-align: left;
}
.tetetee {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
h1 {
  font-family: 'Raleway', sans-serif;
  color: var(--negro, #303030);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h1 span{
  color: #7EBAB5;
}
body.page-id-66 h1 {
    font-size: 60px;
}
h2 {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 26px;
  color: var(--negro, #303030);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0px 8px 0px;
}
h3 {
  color: var(--negro, #303030);
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0px 16px 0px;
}
h2 span {
  color: #929292;

}

.mb40{
  margin-bottom: 40px;
}
p {
  color: var(--blue, #111);
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: 0px 0px 20px;
}

#lalafaq
p.titulopreguntasfrecuentes,
p.titulopreguntasfrecuentes {
  color: var(--negro, #303030);
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0px 16px 0px;
  text-align: center;
}

.c712 {
  max-width: 712px;
  margin: auto;
}

.mt96 {
  margin-top: 96px;
}

.center {
  text-align: center;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.flezii {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mt112 {
  margin-top: 112px;
}

.gap-130 {
  gap: 130px;
}


.icoo .laico {
  border: 4px solid #434343;
  border-radius: 50%;
  padding: 14px;
  max-width: 159px;
  max-height: 159px;
  padding: 35px;
}

.icoo .laico:hover {
  background-color: #E7E7E7;
}

.jcenter {
  justify-items: center;
}

.icoo p {
  color: var(--blue, #111);
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 12px;
}

.what {
  position: fixed;
  z-index: 99;
  bottom: 10px;
  left: 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: 'Raleway', 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;
}
.textoenfaqs {
  max-width: 1000px;
  margin: auto auto 60px;
}
.mtb30{
  margin-top: 30px;
  margin-bottom: 70px;
}
.imgggg:has(img.img.imgmaspeuq) {
  max-width: 600px;
  margin: auto;
}


/* 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: none;
  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: flex-start;
  gap: 16px;
  text-align: left;
}
div#lalafaq .imgggg {
  margin-top: 80px;
}
.ml64 {
  margin-left: 64px !important;
}
#lalafaq .faq-page.fiiiii {
  border-bottom: none;
}

#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:before {
  content: "▼";
  font-size: 24px;
  color: #000;
  float: right;
  margin-left: 5px;
  rotate: 0deg;
  transition: 0.3s;
  font-weight: 100;
}

#lalafaq .active:before {

  content: "▲";
  font-size: 24px;
  color: #000;
  float: right;
  margin-left: 5px;
  rotate: 0deg;
  transition: 0.3s;
  font-weight: 100;
}

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

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



/* footer */

#footer-bottom {
  padding: 50px;
  background: var(--blanco, #FCFCFC);
  box-shadow: 0px -1px 4px 0px rgba(0, 0, 0, 0.25);
}





#footer-bottom a {

  font-family: 'Raleway', 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, #303030);
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.menu-foter .title {
  color: var(--white, #303030);
  font-family: 'Raleway', 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;
}

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

}

.alli {
  display: flex;
  gap: 10px;
  margin-left: -36px;
  margin-bottom: 17px;
}

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


.copy-footer {

  background: #1E1E1E;

  padding: 15px 15px 1px
}



.copy-footer a,
.copy-footer p {
  color: #fff;
  font-family: 'Raleway', 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;

}




/* .imagenportada2 {
  background-image: url(../images/sf1.jpg);
  height: 549px;
  width: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
/* 
.labo1 {
  background-image: url(../images/labo01.jpg);
  height: 549px;
  width: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.conta1 {
  background-image: url(../images/conta1.jpg);
  height: 549px;
  width: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trami1 {
  background-image: url(../images/trami1.jpg);
  height: 549px;
  width: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.renta1 {
  background-image: url(../images/renta1.jpg);
  height: 549px;
  width: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
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;

}
.nosotros1 {
  background-image: url(../images/nosotros1.jpg);
  height: 523px;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gris {
  background: var(--blue-soft, #434343);
  height: 172px;
  padding: 45px 0px 0px 0px;
}

.bg-gris h2 {
  color: #fff;
}

.elbutoo {
  text-align: center;
}


.gap-130 {
  gap: 130px;
}

.gap-68 {
  gap: 68px;
}






/* categorias */

.bloqueverde {
  background: var(--corp, #7EBAB5);
  height: 325px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 100px;
}

.e1 {
  position: absolute;
  top: 0px;
  left: 0px;
}

.e2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.bloqueverde.relative p {
  max-width: 784px;
}

.eltextocat {
  display: flex;
  align-items: center;
}

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










/* contacto */

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;

}

body.page-template-page-contacto .alli {
  margin-left: 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: 40px 30px 20px 40px;
  max-width: 600px;
}

.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: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px 0px 20px;
}

.flex-h h1 {

  padding-top: 60px;

}





input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  border: none;
  border-bottom: 1.2px solid #00677F;
  height: 60px;
  background: transparent;
  border-radius: 0px !important;
  color: var(--black, #24272A);
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}



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

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

}



form#lidd_mc_form input[type="text"],
form#lidd_mc_form input[type="email"],
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;
}

.form-pad {

  padding: 0px 40px;

}

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

input.wpcf7-submit {
  font-family: 'Raleway', 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, #B92424);
  background: var(--rojo, #B92424);
}   

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

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-weight: 700;

  font-size: 26px;

  line-height: 40px;

  color: #1E1E1E;

}



.flex-hor {

  display: flex;

  align-content: center;

  justify-content: space-between;

  flex-wrap: wrap;

  flex-direction: row;

  min-height: 100px;

}

img.img.logosito {

  margin: 0px -7px 0px -12px;

}

#cita .cont-1000 {

  min-height: 200px;

}



#cita {

  background-color: #fff;

}



.cont-1000 {

  max-width: 1000px;

  margin: 0 auto;

}



#mapa {

  padding: 100px 0px;

}



#mapa p {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 17px;

  color: #000000;

  margin-bottom: 35px;

  border-bottom: 0.5px solid #00677F;

  width: 100%;

  position: relative;

}



#mapa span {

  margin-right: 20px;

}


.is-form-style input.is-search-input {
  margin: 0px 0px 0px 15px !important;
  border-radius: 16px !important;
}

.is-search-icon {
  border-radius: 0px 16px 16px 0px!important;
  z-index: 9999999999999;
  position: relative;
}
span.right-total {

  position: absolute;

  right: 0;

  bottom: 0;

  margin-right: 0px !important;

}



/* modal */



/* The Modal (background) */

.modal {

  display: none;

  /* Hidden by default */

  position: fixed;

  /* Stay in place */

  z-index: 1;

  /* Sit on top */

  left: 0;

  top: 0;

  width: 100%;

  /* Full width */

  height: 100%;

  /* Full height */

  overflow: auto;

  /* Enable scroll if needed */

  background-color: rgb(0, 0, 0);

  /* Fallback color */

  background-color: rgba(0, 0, 0, 0.4);

  /* Black w/ opacity */
  z-index: 9999999;
}



/* Modal Content/Box */

.modal-content {

  background-color: #fefefe;

  margin: 15% auto;

  padding: 20px;

  border: 1px solid #888;

  max-width: 300px;

  padding: 0px;

}



.modal-content h5 {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-weight: 700;

  font-size: 20px;

  line-height: 140%;

}



.modal-content p {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 180%;

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

}



/* The Close Button */

.close {

  color: #aaa;

  float: right;

  font-size: 28px;

  font-weight: bold;

}



.close:hover,

.close:focus {

  color: black;

  text-decoration: none;

  cursor: pointer;

}



.p-20 {

  padding: 20px;

}



.phone {

  display: none;

}



.desk {

  display: block;

}



div#simpleModal {

  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  z-index: 99999;

}



section#formulariocontacto {

  position: relative;

  min-height: 100vh;

}


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


.popup {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  min-width: 300px;

  padding: 20px;

  background-color: #fff;

  border-radius: 6px;

  border: 1px solid;

}



.lidd_mc_input.lidd_mc_input_light.lidd_mc_input_responsive {

  display: flex;

  flex-direction: column;

  margin: 10px 0px 10px;

}

.buttonsss {
  margin-top: 20px;
}

.lidd_mc_input.lidd_mc_input_light.lidd_mc_input_responsive input {

  border-radius: 6px;

  min-height: 30px;

  margin-top: 5px;

  text-indent: 10px;

}



div#lidd_mc_details {

  font-size: 20px;

  padding: 10px;

}



span#lidd_mc_inspector {

  display: none;

}



#bienvenido h2 {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-weight: 700;

  font-size: 48px;

  line-height: 59px;

  color: #FFFFFF;

}



#bienvenido p {

  font-family: 'Raleway', sans-serif;

  font-style: normal;

  font-weight: 400;

  font-size: 32px;

  line-height: 40px;

  color: #FFFFFF;

  margin: 15px 0px 40px;

}

.gap-40 {

  gap: 40px;

}

/* .container{
  
  max-width: 1600px;

  margin: 0 auto;

  padding: 0 15px;

} */


ul.lisnaun li {
  list-style: disc;
  margin-bottom: 10px;
}


section.thegrey {
  background: #F4F4F4;
  padding: 70px 0px;
  margin-top: 60px;
}

.columni {
  display: grid;
  grid-template-columns: 4fr 6fr;
  justify-items: stretch;
  gap: 30px;
}

.col-2.gagp44 {
  gap: 44px;
}

.line2.w190.mb40.ml0.aav {
  margin-top: 48px;
}


body.post-template-default.single section#bannerprincipal {
  margin-top: 150px;
}

body.post-template-default.single section#bannerprincipal h1 {
  font-size: 40px;
  margin-bottom: 30px;
  text-align: center;
}
.img-cover {
  text-align: center;
  margin-bottom: 30px;
}

body.post-template-default.single .content h2{
  margin-bottom: 20px;
  font-size: 24px;
  margin-top: 30px;
}

body.post-template-default.single .wp-caption.aligncenter, .aligncenter {
  text-align: center;
  margin: 40px auto 40px;
  display: flex;
  flex-direction: column;
}


body.post-template-default.single .content ul li {
  color: var(--blue, #111);
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0px 0px 15px;
  list-style: disc;
  margin-inline-start: 15px;
}
body.post-template-default.single .content {
  margin-bottom: 74px;
}








/* blog */
#bloggi .container.cont-1300,
.button-call-space,
body.single .entrysidebar {
    display: flex;
    gap: 20px
}
section#entradasblog {
  max-width: 1900px;
  margin: auto
}

#bloggi .text,
.divisor .text {
    width: 75%
}

#bloggi .sidebar,
.divisor .sidebar {
    width: 25%;
    margin-top: 50px
}

section#entradasblog {
    padding: 15px
}

.superflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

.content-featured-1 .img-cover-firsts {
    width: 635px;
    height: 516px
}

.content-featured-2,
.content-featured-2 .img-cover-firsts,
.content-featured-3,
.content-featured-3 .img-cover-firsts {
    width: 635px;
    height: 258px
}

.entry-featureds .text-first {
    position: absolute;
    bottom: 4px;
    font-weight: 600;
    font-size: 13px;
    line-height: 35px;
    color: #fff;
    background: #00000059;
    padding: 10px
}

.segonalinia {
    margin-top: 50px;
    display: grid;
    width: 1270px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px
}

body.archive .img-cover-firsts-f {
    height: 300px;
    width: 400px
}

body.single .img-cover-firsts-f {
    height: 200px;
    width: 300px
}

.segonalinia h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #2c2c2c;
    margin: 10px 0
}

.formublog h2,
.formublog p.subi {
    margin-bottom: 15px;
    color: #2c2c2c
}

.formublog h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px
}

.o-listado__pag {
    width: 100%;
    text-align: center
}

.o-listado__pag ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 50px
}

.segonalinia .text a,
.segonalinia .text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #2c2c2c
}

a.underline {
    text-decoration: underline
}

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

.c-comentarios-post {
    border: 1px solid #696969;
    border-radius: 17px;
    padding: 5px 20px 20px;
    margin: 30px 0;
    max-width: 100%
}

section#bloggi input {
    height: 40px;
    text-indent: 10px;
    border: 1px solid #b3b3b3
}

section#bloggi textarea {
    padding: 10px;
    border: 1px solid #b3b3b3
}

body.single .entrysidebar .img-cover {
    max-width: 50px
}

#bloggi input[type=text],
#bloggi textarea {
    width: 100%;
    border: 1px solid #b3b3b3
}

input[type=submit] {
    font-style: normal;
    text-align: center;
    background: #044f73;
    border-radius: 23px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #fff;
    margin-top: 20px
}

.field--two.field--two--legal {
    margin: 15px 0
}
.img-cover-firsts{
  position: relative;
}
.cont-1300{
  max-width: 1300px;
  margin: auto;
}

section#bloggi {
  padding-top: 200px;
}
section#bannerblog {
  padding-top: 200px;
}

.text-first h3 {
  color: #fff;
}

#bloggi .text,
.divisor .text {
    width: 75%
}

#bloggi .sidebar,
.divisor .sidebar {
    width: 25%;
    margin-top: 50px
}

section#entradasblog {
    padding: 15px
}

.superflex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start
}

.content-featured-1 .img-cover-firsts {
    width: 635px;
    height: 516px
}

.content-featured-2,
.content-featured-2 .img-cover-firsts,
.content-featured-3,
.content-featured-3 .img-cover-firsts {
    width: 635px;
    height: 258px
}

.entry-featureds .text-first {
    position: absolute;
    bottom: 4px;
    font-weight: 600;
    font-size: 13px;
    line-height: 35px;
    color: #fff;
    background: #00000059;
    padding: 10px
}

.segonalinia {
    margin-top: 50px;
    display: grid;
    width: 1270px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px
}

body.archive .img-cover-firsts-f {
    height: 300px;
    width: 400px
}

body.single .img-cover-firsts-f {
    height: 200px;
    width: 300px
}
.c1000{
  max-width: 1000px;
  margin: auto;
  padding: 0px 15px;
}
.segonalinia h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #2c2c2c;
    margin: 10px 0
}

.formublog h2,
.formublog p.subi {
    margin-bottom: 15px;
    color: #2c2c2c
}

.formublog h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px
}

.o-listado__pag {
    width: 100%;
    text-align: center
}

.o-listado__pag ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 50px
}

.segonalinia .text a,
.segonalinia .text p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #2c2c2c
}

a.underline {
    text-decoration: underline
}

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

.c-comentarios-post {
    border: 1px solid #696969;
    border-radius: 17px;
    padding: 5px 20px 20px;
    margin: 30px 0;
    max-width: 100%
}

section#bloggi input {
    height: 40px;
    text-indent: 10px;
    border: 1px solid #b3b3b3
}

section#bloggi textarea {
    padding: 10px;
    border: 1px solid #b3b3b3
}

body.single .entrysidebar .img-cover {
    max-width: 50px
}

#bloggi input[type=text],
#bloggi textarea {
    width: 100%;
    border: 1px solid #b3b3b3
}

input[type=submit] {
    font-style: normal;
    text-align: center;
    background: #044f73;
    border-radius: 23px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .02em;
    color: #fff;
    margin-top: 20px
}

.field--two.field--two--legal {
    margin: 15px 0
}

section#blog h1 {
  margin-bottom: 20px;
}

section#blog {
  padding-bottom: 100px;
  padding-top: 150px;
}

.left .col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 100px;
}
p.eltit {
  color: var(--black, #24272A);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

p.eltit::before{
  content: "•";
  margin-right: 10px;
}

.left .line2.w190.mb40 {
  margin-left: 0px;
}
.imagen100 {
  margin-top: 100px;
}

.imagen100 img{
  width: 100%;
  height: auto;

}

.eltextocat ul.lisnaun li {
  list-style: disc;
  margin-bottom: 10px;
  color: #111;
  font-weight: 300;
}
.c1030 {
  max-width: 1030px;
  margin: 60px auto auto;
  text-align: center;
}
.c1030 .line2.w190.mb40.ml0{
  margin: auto auto 40px !important;
}
.buttonn.mt40.left {
    margin-top: 10px;
}
.bloqueverde.relative.ensubcategoria {
  background: var(--negro, #303030);
  h1{
    color: #7EBAB5;
  }
  p{
    color: #fff;
  }
}  
a:has(img.endesktop),
img.endesktop {
    width: 100%;
    display: block;
}

a:has(img.enmovil),
img.enmovil{
  display: none;
  width: 100%;
}
a#openDialog{
  cursor: pointer;
}
dialog#dialogcontacto {
    background: transparent;
    border: none;
    padding: 0px;
    overflow: hidden;
}
dialog#dialogcontacto .thephonetop {
    border-radius: 8px;
    background: #7EBAB5;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.59);
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
dialog#dialogcontacto .thephonetop #closeDialog {
    position: absolute;
    right: 6px;
    top: 6px;
    background: transparent;
    border: none;
}

dialog#dialogcontacto a.thephonephone {
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
     font-family: "Source Sans 3", sans-serif;
}

dialog#dialogcontacto a.thephonephone span{
  font-size: 36px;
  font-weight: 700;
       font-family: "Source Sans 3", sans-serif;
}

dialog#dialogcontacto .theformtop {
    border-radius: 8px;
    background: #7EBAB5;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.59);
    margin-top: 14px;
    padding: 22px 22px 1px;
}

dialog#dialogcontacto::backdrop {
    background: rgba(0, 0, 0, 0.8);
}

dialog#dialogcontacto input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
dialog#dialogcontacto input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    border-radius: 8px !important;
    background: #EEE;
    height: 39px;
    padding-inline-start: 10px;
    margin-bottom: 10px;
     font-family: "Source Sans 3", sans-serif;
}

dialog#dialogcontacto input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
dialog#dialogcontacto input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel::placeholder {
    color: #797979;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
     font-family: "Source Sans 3", sans-serif;
}
dialog#dialogcontacto p.infophonetoptext {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
     font-family: "Source Sans 3", sans-serif;
     margin-bottom: 20px;
}

dialog#dialogcontacto .thecjecker p, .thecjecker p a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
     font-family: "Source Sans 3", sans-serif;
}
dialog#dialogcontacto a.undertext {
    text-decoration: underline;
}
dialog#dialogcontacto .telform {
    position: relative;
}
dialog#dialogcontacto .thecjecker {
    position: absolute;
    bottom: 97px;
    left: 34px;
}

dialog#dialogcontacto span.wpcf7-list-item.first.last {
    margin-left: 0px;
}

dialog#dialogcontacto  input[type=submit]{
  display: flex;
max-width: 357px;
width: 100%;
height: 46px;
padding: 6px 20px;
justify-content: center;
align-items: center;
gap: 6px;
color: var(--Light-text, #FFF);
     font-family: "Source Sans 3", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
text-transform: uppercase;
border-radius: 6px;
background: #D43B3B;
border: none;
}



dialog#dialogcontacto .wpcf7-spinner{
  height: 0px;
}

dialog#dialogcontacto p{
  margin-bottom: 0px
}

body.post-template-default.single .content a {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 0px;
    text-decoration: underline;
}
body.post-template-default.single .content h4 {
    margin-bottom: 18px;
    margin-top: 26px;
}
body.post-template-default.single .content h3 {
    margin-bottom: 18px;
    margin-top: 26px;
}
@media only screen and (max-width: 1430px) {
  li.menu-item {
    padding: 0px 13px 0px 0px;
}
li.menu-item a{
  font-size: 14px;
}
}

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

  .content-featured-1 .img-cover-firsts,
  .content-featured-2,
  .content-featured-2 .img-cover-firsts,
  .content-featured-3,
  .content-featured-3 .img-cover-firsts,
  body.single .img-cover-firsts-f {
      width: calc(100vw - 70px);
      height: 300px
  }

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

  .entry-featureds .text-first {
      position: absolute;
      bottom: 4px;
      font-weight: 600;
      font-size: 13px;
      line-height: 35px;
      color: #fff;
      background: #00000059;
      padding: 10px;
      max-width: calc(100vw - 60px)
  }

  body.archive .img-cover-firsts-f {
      height: 300px;
      width: calc(33vw - 60px)
  }
}

a.verendesktop{
  display: block;
}

a.verenmovil{
  display: none;
}
@media only screen and (max-width:1000px) {
#bloggi .text, .divisor .text, #bloggi .sidebar, .divisor .sidebar {
  width: 100%;
}
#bloggi .container.cont-1300, body.single .entrysidebar {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
section#blog {
  padding-bottom: 100px;
  padding-top: 80px;
}
a.verendesktop{
  display: none;
}

a.verenmovil{
  display: block;
}
}

 


@media only screen and (max-width: 1700px) {
.lsvgdefora {
  right: 20px;
}
}

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

  .columni {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 30px;
}

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

    display: none;

  }
  #search-navbar {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    padding-bottom: 50px;
}
  .container.c1600.block.center .logo-space,
  .container.c1600.block.center .menu-space {
    display: none;
}

  .solomovil {

    display: block;

  }



  body.nav-open #menumovil {

    display: flex;

  }


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



  .admin-bar #menumovil {

    top: 99px;

  }



  .admin-bar #menumovil.toparriba {

    top: 120px;

  }



  .text-banner {

    max-width: 100%;

    position: absolute;

    top: 150px;

    left: auto;

    padding: 0px 15px;

  }



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

  }

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

    width: 100%;

    border: none;

    border-bottom: 1.2px solid #00677F;

    height: 60px;

  }

  .mt112 {
    margin-top: 50px;
  }

  section#footer-bottom .col-4 {
    grid-template-columns: 1fr;
    justify-items: baseline;
  }

  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;
}
.mt41 {
  margin-top: 88px !important;
}
  .topibar {
    margin-bottom: 6px;
  }

  .texto-intro {
    max-width: 888px;
    margin: auto auto auto 0px;
    padding-right: 0px;
    border-radius: 8px;
    background: rgba(252, 252, 252, 0.90);
    position: relative;
    top: 0px;
    left: 0px;
    padding: 30px 0px;
}
.lsvgdefora {
  right: 20px;
  bottom: 237px;
}
  .imagenportada,
  .imagenportada2,
  .labo1,
  .conta1,
  .trami1,
  .renta1 {
    width: 100vw;
    margin-top: 20px;
  }

  .bg-gris h2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0px;
  }

  .bg-gris {
    background: var(--blue-soft, #434343);
    height: 227px;
    padding: 45px 0px 0px 0px;
  }

  .col-4.gap-130.center.jcenter {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 0px !important;
    align-items: start;
    justify-content: center;
    align-content: center;
  }

  .pl70 {
    padding-left: 0px;
    margin-top: 30px;
  }

  .pr70 {
    padding-right: 0px;
    margin-bottom: 20px;
  }

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

  .menu-foter .title {
    color: var(--white, #FCFCFC);
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
    margin-top: 25px;
  }


  .mt-80 {
    margin-top: 50px;
  }

  .mt82 {
    margin-top: 50px;
  }

  .mt96 {
    margin-top: 50px;
  }

  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;
  }
  .c1250 .col-6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.textoo {
  max-width: 100%;
  margin: auto 0 auto 0;
  padding: 0px 20px;
}
.col-2.mt96.gap160 {
  gap: 50px;
}
.col-6.gap48.center {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.h469, .la3deskot {
  height: inherit;
}

 .la3deskot {

  padding: 50px 20px;
}
.flexrowcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.aaaaa img {
  display: none;
}
.toretto {
  gap: 0px;
}
.la3deskot2 {
  min-height: inherit;
  padding: 50px 20px;
}
.w881 {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.formuuu {
  width: 100%;

}
.mb96 {
  margin-bottom: 50px !important;
}
.e2 {
  display: none;
}
.bloqueverde {
  background: var(--corp, #7EBAB5);
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 50px;
  padding: 30px 50px 30px 50px;
}
li.menu-item-84 {
  display: block;
  rotate: 90deg;
  padding: 0px;
  margin: 0px;
}
.is-form-style input.is-search-input {
  margin: 0px 0px 0px 15px !important;
  border-radius: 16px !important;
}

.is-search-icon {
  border-radius: 0px 16px 16px 0px!important;
  z-index: 9999999999999;
  position: relative;
}
.mt105 {
  margin-top: 50px !important;
}
img.img.sc2, img.img.sc1 {
  display: none;
}

.imggggg img:last-child {
  margin-bottom: 20px;
}
.col-3.gap50 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-items: center;
}
.overlay svg {
  max-width: 45px;
}
.modal img.img-full {
  height: auto;
  margin: auto;
}
button.close-modal-button {
  top: 50px;
  color: #fff;
  border: none;
}
.left .col-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.butons-header-enmo {
  position: fixed;
  bottom: 10px;
  right: 0px;
}
.butons-header-enmo a.button {
  max-width: 132px;
  border-radius: 16px 0px 0px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  height: 46px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
	body.page-id-66 h1 {
    font-size: 30px;
}
}

@media only screen and (max-width: 600px) {
  img.img.sc2, img.img.sc1 {
    display: none;
}
a:has(img.endesktop),
img.endesktop {
    width: 100%;
    display: none;
}

a:has(img.enmovil),
img.enmovil{
  display: block;
  width: 100%;
}
.imggggg img:last-child {
  margin-bottom: 0px;
}
.mt30 {
  margin-top: 50px;
}
.container.c1250.mt28 {
  padding-top: 30px;
}
.col-2.gap160 {
  gap: 50px;
}
  .form-pad {

    padding: 0px 10px;

  }
  .col-6.gap48.center {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  #cita .title {

    font-size: 26px;

    line-height: 32px;

    margin-bottom: 20px;

  }

  #banner-home.contacto {

    padding: 20px 0px;

  }

  #info h2 {

    font-family: 'Raleway', sans-serif;

    font-style: normal;

    font-weight: 700;

    font-size: 28px;

    line-height: 30px;

    color: #000000;

    margin-top: 35px;

  }

  .text-banner {

    max-width: 100%;

    position: absolute;

    top: 50px;

    left: auto;

    padding: 0px 15px;

  }

  .py-50 {

    padding: 10px 0px 10px;

  }

  #banner-home.home {

    height: calc(100vh - 85px);



  }

  h1 {
    font-size: 30px;
  }

  .imagenportada,
  .imagenportada2,
  .labo1,
  .conta1,
  .trami1,
  .renta1 {
    width: 100vw;
    height: 300px;
    margin-top: 20px;
  }

  .nosotros1 {
    width: 100vw;
    height: 300px;

  }

  h2,
  #lalafaq h2 {
    font-size: 28px;
  }

  .icoo p {
    font-size: 16px;
  }

  .topibar span,
  .topibar a {
    font-size: 12px;
  }

  #banner-home.nosotros {

    height: calc(100vh - 85px);



  }

  .elbutoo {
    text-align: center;
    margin-top: 15px;
}
.mb80 {
  margin-bottom: 50px;
}
  section.bg-gris.mt96 .elbutoo {
    text-align: center;
    margin-top: 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;
  }

  p.form-50 {
    font-size: 13px;
  }

  .buttons-banner a {

    margin-bottom: 20px;

  }



  .p-50 {

    padding: 20px;

  }



  #bienvenido h2 {



    font-size: 27px;

    line-height: 46px;

  }



  #bienvenido p {

    font-size: 20px;

    line-height: 28px;

  }







  #info h5 {

    font-size: 30px;

  }



  #info p {

    font-size: 20px;

    line-height: 28px;

  }



  .faq-toggle {

    top: -13px;

    right: 10px;



  }

  .col-5 {

    display: grid;

    grid-template-columns: 1fr;

    gap: 20px;

  }

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

  .col-5.gap-130.center.jcenter {
    display: flex;
    gap: 20px;
    justify-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  section#footer-bottom .col-4 {
    grid-template-columns: 1fr;
    justify-items: baseline;
  }

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

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

  .topibar {
    margin-bottom: 6px;
    padding: 0px 10px;
  }

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

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

  .lsvgdefora {
display: none;
  }
  .c1250 {
    margin-top: 0px;
}
.la3deskot2 {
  padding: 50px 20px 50px;
}
.aaaaa img {
  min-width: 101px;
  max-height: 150px;
  rotate: 90deg;
}
.admin-bar .c-header {
  top: 46px;
  transition: 0.6s all;
}
a#openDialog.desktop{
  display: none;
}
a#openDialog.movil{
  display: block;
}
}

ol li {
  list-style-type: decimal;
  padding-inline-start: 0px;
  margin-block-start: 0px;
  margin-bottom: 18px;
}
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;
}

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