/* @font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */

body {
  font-family: "Roboto", sans-serif;
}


.container {

  margin: 0 auto;

  width: 100%;

  padding: 0 15px;

}

.cont-1400 {

  max-width: 1440px;

}

.cont-1900 {

  max-width: 1900px;

  padding-left: 0;

  padding-right: 0;

}

.admin-bar .c-header {

  top: 32px;

  transition: 0.6s all;

}

.solomovil {

  display: none;

}

/* normalize */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS and IE text size adjust after device orientation change,

 *    without disabling user zoom.

 */

html {

  font-family: sans-serif;

  /* 1 */

  -ms-text-size-adjust: 100%;

  /* 2 */

  -webkit-text-size-adjust: 100%;

  /* 2 */

  /* Track */

  /* Handle */

  /* Handle on hover */

}

html ::-webkit-scrollbar {

  width: 8px;

}

html ::-webkit-scrollbar-track {

  background: #000100;

}

html ::-webkit-scrollbar-thumb {

  background: #A5A5A5;

  border-radius: 5px;

}

html ::-webkit-scrollbar-thumb:hover {

  background: #888;

}

/**

   * Remove default margin.

   */

body {

  margin: 0;

  background: #FCF9F5;

}

/* HTML5 display definitions

     ========================================================================== */

/**

   * Correct `block` display not defined for any HTML5 element in IE 8/9.

   * Correct `block` display not defined for `details` or `summary` in IE 10/11

   * and Firefox.

   * Correct `block` display not defined for `main` in IE 11.

   */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

picture,

section,

summary {

  display: block;

}

/**

   * 1. Correct `inline-block` display not defined in IE 8/9.

   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.

   */

audio,

canvas,

progress,

video {

  display: inline-block;

  /* 1 */

  vertical-align: baseline;

  /* 2 */

}

/**

   * Prevent modern browsers from displaying `audio` without controls.

   * Remove excess height in iOS 5 devices.

   */

audio:not([controls]) {

  display: none;

  height: 0;

}

/**

   * Address `[hidden]` styling not present in IE 8/9/10.

   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.

   */

[hidden],

template {

  display: none;

}

/* Links

     ========================================================================== */

/**

   * Remove the gray background color from active links in IE 10.

   */

a {

  background-color: transparent;

}

/**

   * Improve readability of focused elements when they are also in an

   * active/hover state.

   */

a:active,

a:hover {

  outline: 0;

}

/* Text-level semantics

     ========================================================================== */

/**

   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.

   */

abbr[title] {

  border-bottom: 1px dotted;

}

/**

   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.

   */

b,

strong {

  font-weight: bold;

}

/**

   * Address styling not present in Safari and Chrome.

   */

dfn {

  font-style: italic;

}

/**

   * Address variable `h1` font-size and margin within `section` and `article`

   * contexts in Firefox 4+, Safari, and Chrome.

   */

h1 {

  font-size: 2em;

  margin: 0.67em 0;

}

/**

   * Address styling not present in IE 8/9.

   */

mark {

  background: #ff0;

  color: #000;

}

/**

   * Address inconsistent and variable font size in all browsers.

   */

small {

  font-size: 80%;

}

/**

   * Prevent `sub` and `sup` affecting `line-height` in all browsers.

   */

sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}

sup {

  top: -0.5em;

}

sub {

  bottom: -0.25em;

}

/* Embedded content

     ========================================================================== */

/**

   * Remove border when inside `a` element in IE 8/9/10.

   */

img {

  border: 0;

  height: auto;

  max-width: 100%;

}

/**

   * Correct overflow not hidden in IE 9/10/11.

   */

svg:not(:root) {

  overflow: hidden;

}

/* Grouping content

     ========================================================================== */

/**

   * Address margin not present in IE 8/9 and Safari.

   */

figure {

  margin: 1em 40px;

}

/**

   * Address differences between Firefox and other browsers.

   */

hr {

  box-sizing: content-box;

  height: 0;

}

/**

   * Contain overflow in all browsers.

   */

pre {

  overflow: auto;

}

/**

   * Address odd `em`-unit font size rendering in all browsers.

   */

code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}

/* Forms

     ========================================================================== */

/**

   * Known limitation: by default, Chrome and Safari on OS X allow very limited

   * styling of `select`, unless a `border` property is set.

   */

/**

   * 1. Correct color not being inherited.

   *    Known issue: affects color of disabled elements.

   * 2. Correct font properties not being inherited.

   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.

   */

button,

input,

optgroup,

select,

textarea {

  color: inherit;

  /* 1 */

  font: inherit;

  /* 2 */

  margin: 0;

  /* 3 */

}

/**

   * Address `overflow` set to `hidden` in IE 8/9/10/11.

   */

button {

  overflow: visible;

}

/**

   * Address inconsistent `text-transform` inheritance for `button` and `select`.

   * All other form control elements do not inherit `text-transform` values.

   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.

   * Correct `select` style inheritance in Firefox.

   */

button,

select {

  text-transform: none;

}

/**

   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

   *    and `video` controls.

   * 2. Correct inability to style clickable `input` types in iOS.

   * 3. Improve usability and consistency of cursor style between image-type

   *    `input` and others.

   */

button,

html input[type=button],

input[type=reset],

input[type=submit] {

  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */

}

/**

   * Re-set default cursor for disabled elements.

   */

button[disabled],

html input[disabled] {

  cursor: default;

}

/**

   * Remove inner padding and border in Firefox 4+.

   */

button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}

/**

   * Address Firefox 4+ setting `line-height` on `input` using `!important` in

   * the UA stylesheet.

   */

input {

  line-height: normal;

}

/**

   * It's recommended that you don't attempt to style these elements.

   * Firefox's implementation doesn't respect box-sizing, padding, or width.

   *

   * 1. Address box sizing set to `content-box` in IE 8/9/10.

   * 2. Remove excess padding in IE 8/9/10.

   */

input[type=checkbox]:not(#rememberme) {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: 0;

  border: none;

  background: none;

  box-sizing: border-box;

  padding: 0;

}

input[type=checkbox]:not(#rememberme):before {

  content: "";

  display: inline-block;

  width: 24px;

  height: 24px;

  position: relative;

  transition: all 0.5s;

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

  background-size: cover;

  margin-right: 7px;

  top: 2px;

}

input[type=checkbox]:not(#rememberme):checked:before {

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

  background-size: cover;

}

input[type=checkbox].filtrar {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: 0;

  border: none;

  background: none;

  box-sizing: border-box;

  padding: 0;

}

input[type=checkbox].filtrar:before {

  content: "";

  display: inline-block;

  width: 15px;

  height: 15px;

  position: relative;

  transition: all 0.5s;

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

  margin-right: 7px;

  background-size: cover;

  top: 0;

}

input[type=checkbox].filtrar:checked:before {

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

  background-size: cover;

}

input[type=radio] {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  outline: 0;

  border: none;

  background: none;

  box-sizing: border-box;

  padding: 0;

}

input[type=radio]:before {

  content: "";

  display: inline-block;

  width: 12px;

  height: 12px;

  position: relative;

  transition: all 0.5s;

  background: url("../images/input-radio.svg") no-repeat center;

  background-size: cover;

  top: 2px;

}

input[type=radio]:checked:before {

  background: url("../images/input-radioselect.svg") no-repeat center;

  background-size: cover;

}

/**

   * Fix the cursor style for Chrome's increment/decrement buttons. For certain

   * `font-size` values of the `input`, it causes the cursor style of the

   * decrement button to change from `default` to `text`.

   */

input[type=number]::-webkit-inner-spin-button,

input[type=number]::-webkit-outer-spin-button {

  height: auto;

}

/**

   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.

   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.

   */

input[type=search] {

  -webkit-appearance: textfield;

  /* 1 */

  box-sizing: content-box;

  /* 2 */

}

/**

   * Remove inner padding and search cancel button in Safari and Chrome on OS X.

   * Safari (but not Chrome) clips the cancel button when the search input has

   * padding (and `textfield` appearance).

   */

input[type=search]::-webkit-search-cancel-button,

input[type=search]::-webkit-search-decoration {

  -webkit-appearance: none;

}

/**

   * Define consistent border, margin, and padding.

   */

fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}

/**

   * 1. Correct `color` not being inherited in IE 8/9/10/11.

   * 2. Remove padding so people aren't caught out if they zero out fieldsets.

   */

legend {

  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */

}

/**

   * Remove default vertical scrollbar in IE 8/9/10/11.

   */

textarea {

  overflow: auto;

}

/**

   * Don't inherit the `font-weight` (applied by a rule above).

   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.

   */

optgroup {

  font-weight: bold;

}

/* Tables

     ========================================================================== */

/**

   * Remove most spacing between table cells.

   */

table {

  border-collapse: collapse;

  border-spacing: 0;

}

td,

th {

  padding: 0;

}

body,

html {

  overflow-x: hidden;

  margin: 0;

}

* {

  box-sizing: border-box;

}

a,

button,

div,

h1,

h2,

h3,

h4,

h5,

h6,

input,

label,

li,

p,

select,

span,

td,

textarea {

  font-family: "Roboto", sans-serif;


  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: "Roboto", 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;

  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;

}

button.closemenu svg path {
  fill: #fff;
}

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

  color: #EF4444 !important;

  text-decoration: underline;

} */

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu li a:hover {

  color: #EF4444;

}

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

  margin-bottom: 0;

}

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu li.menu-item-has-children>a:hover::after {

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

  margin-left: 6px;

  top: 0px;

  position: relative;

  -webkit-transition: all 3s;

  transition: all 3s;

}

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu li.menu-item-has-children>a::after {

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

  margin-left: 6px;

  top: 0px;

  position: relative;

  -webkit-transition: all 3s;

  transition: all 3s;

}

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu li.menu-item-has-children:hover>.sub-menu {

  display: block;

}

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu .sub-menu {

  position: absolute;

  top: 0px;

  left: 100%;

  transform: translate(0%, 0%);

  background-color: #f5f5f5;

  padding: 15px;

  display: none;

}

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu .sub-menu li a {



  font-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: 85px;

    left: 0;

    bottom: 0;

    width: 100%;

    background-color: #fff;

    z-index: 9999;

    display: flex;

    align-items: center;

    justify-content: center;

    display: none;

    transition: 0.6s all;

    border-top: 1px solid #000;

  }

  #menumovil.toparriba {

    top: 70px;

  }

  #menumovil nav .top-nav {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    grid-gap: 15px;

  }

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

    font-weight: 400;

    font-size: 20px;

    line-height: 25px;

    text-align: center;

    letter-spacing: 0.02em;

    color: #000;

    padding: 10px 0;

    display: flex;

    justify-content: center;

  }

  #menumovil nav .top-nav>li.menu-item-has-children {

    position: relative;

  }

  #menumovil nav .top-nav>li.menu-item-has-children>a:hover::after {

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

    margin-left: 9px;

    top: -2px;

    position: relative;

  }

  #menumovil nav .top-nav>li.menu-item-has-children>a::after {

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

    margin-left: 9px;

    top: -2px;

    position: relative;

  }

  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu {

    position: relative;

    top: initial;

    left: initial;

    transform: translate(0%, 0%);

    background-color: 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: #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-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: #F4F5F5;

}


.absolute {

  position: absolute;

}

.c1600 {
  max-width: 1630px;
  margin: auto auto;
  padding: 0px 15px;
  width: 100%;
}

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

  background-color: transparent;

  position: absolute;

  top: 0;

  left: 0;

  z-index: 9999;

  height: 85px;

  padding: 10px 0px;

}

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

/* dialog#my_dialog {
  width: 100%;
  height: 100vh;
  max-width: 300px;
  max-height: 100vh;
  left: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0px;
  background: #000;
} */

dialog#my_dialog {
  width: 100%;
  height: 100vh;
  max-width: 300px;
  max-height: 100vh;
  top: 0;
  left: 0;
  margin-left: 0;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0; /* Empieza oculto */
  transform: translateX(-100%); /* Fuera del área visible */
  transition: opacity 0.4s ease, transform 0.4s ease; /* Suavidad */
}

dialog#my_dialog[open] {
  opacity: 1; /* Totalmente visible */
  transform: translateX(0); /* Entra al área visible */
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.3); /* Fondo oscuro */
  transition: background 0.4s ease; /* Suavidad del fondo */
}


.elmenu button {
  background: transparent;
  outline: none;
  border: none;
  margin-left: 40px;
  margin-top: 20px;
  background: #00000033;
  border-radius: 50%;
  padding: 4px 5px 1px 5px;
}

.c-generico.top--menu .container.cont-1200 a {
  color: #000;
  text-decoration: underline;
}

button.closemenu {
  position: absolute;
  right: 15px;
  top: 15px;
}

ul.sub-menu {
  display: none;
  position: relative;
  padding: 20px;
  background: transparent;
  box-shadow: none;
  flex-direction: column;
  color: #fff;
  gap: 0px;
  z-index: 1;
  width: inherit;
}

.elmmmm {
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 50px;
  height: calc(100vh - 40px);
}

ul#menu-menu a {
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: inherit;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.social-media {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  margin-top: 0pc;
}

.secondmenu {
  margin-bottom: 0px;
  margin-top: auto;
}

header.c-header .current-menu-item a {
  color: #777777 !important;
  /* text-decoration: underline; */
}

ul#menu-menu a:hover {
  /* text-decoration: underline; */
  color: #777777;
}

ul#menu-menu2 a {
  color: #ffff;
}

.dialog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgb(43 46 56 / 0.9);
  animation: fade-in 200ms both;
}

body.page-template-default header.c-header.container {
  background: #000;
  height: auto;
}

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

.c-generico.top--menu ol li {
  list-style: decimal !important;
  padding-inline-start: 0px;
}

.c-generico.top--menu ol {
  padding-inline-start: 0px;
}

.c-generico.top--menu td {
  padding: 3px;
  border: 1px solid;
}


/* home page*/
.imagenportada {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 762px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.imagenportada h1 {
  font-size: 42px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 10px;
}

.leee {
  max-width: 900px;
  margin-left: 0px;
}

.imagenportada p {
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  text-align: left;
  color: #fff;

}

.serviciosg {
  padding: 20px 0px 40px;
}

.serviciosg h2,
.proyectosg h2,
.trabajosg h2 {
  color: #0E1510;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.serviciosg p.desc,
.trabajosg p.desc {
  color: #0E1510;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 811px;
  margin: auto;
  margin-top: 8px;
}

.servicios {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  gap: 100px;
  margin-top: 49px;
}

.servicio p {
  text-align: justify;
}

.servicio p.tser {
  color: #0E1510;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 2px 0px 5px;
}

.proyectosg {
  background: #ECEEEC;
  padding: 55px 0px 70px;
}

.proyectos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px 26px;
  margin-top: 73px;
}

.proyecto p {
  color: #0E1510;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.proyecto p.tpro {
  font-size: 24px;
  font-weight: 400;
  line-height: 28.8px;
  text-align: left;
  margin: 5px 0px;
}

.c1200 {
  max-width: 1195px;
  margin: auto;
  padding: 0px 15px;

}

.trabajosg {
  background: #F4F5F5;
  padding: 64px 0px 97px;
}

.trabajosg p.desc {
  margin-bottom: 40px;
  margin-top: 10px;
}

.trabajo,
.eltra {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.trabajo {
  margin-bottom: 27px;

}

p.tra {
  color: #0E1510;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 263px;
  width: 100%;
}

.eltra {
  gap: 28px;
  max-width: 392px;
  padding: 32px 28px 29px;
  background: linear-gradient(270deg, #ECEEEC 0%, #CBD5C8 100%);
  width: 100%;
  height: 102px;
}

.dtr {
  height: 102px;
  background: #ECEEEC;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dtr p {
  max-width: 616px;
  width: 100%;
}

.galeriag {
  background: #F4F5F5;
  padding-bottom: 2px;
}

button.owl-dot span {
  width: 10px;
  height: 10px;
  background: #CBD5C8;
  display: block;
  border-radius: 50%;
}

button.owl-dot.active span {
  background: #61775A;
}

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

/* footer */
#footer-bottom {
  padding: 50px 15px;
  background: #ECEEEC;
}

p.titlec {
  color: #0E1510;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

.links-footer {
  display: flex;
  flex-direction: column;
}

.links-footer a {
  color: #0E1510;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

.fff {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.copy-footer {

  background: #000;

  padding: 20px 15px 20px
}

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

.copy-footer a,

.copy-footer p {

  color: #fff;



  font-style: normal;

  font-weight: 400;

  font-size: 16px;

  line-height: 24px;
  margin-bottom: 0px;

}


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

.social-footer a {

  padding: 10px;

}


/* sobrenosotros */
.secgreen {
  background: #AFBFAA;
  padding: 250px 0px 80px;
}

.secgreen h1,
.secgreen p {
  color: #0E1510;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.secgreen h1 {
  margin-bottom: 40px;
}

.secgreen p {
  max-width: 1112px;
}

.secqhite {
  padding: 80px 0px;
}

.sobrenosotros p {
  color: #0E1510;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 18px;
}

.laim {
  display: flex;
  justify-content: flex-end;
}

/* contacto */

.secgreen p,
.secgreen h1 {
  max-width: 1112px;
}

.lelele .fff {
  border-radius: 8px;
  border: 1px solid #969696;
  background: #FFF;
  box-shadow: 0px 4px 11px 0px rgba(163, 141, 107, 0.25);
  max-width: 628px;
  padding: 16px 20px;
}

.lelele {
  max-width: 628px;
}

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

.form-c {
  margin-bottom: 17px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-c input,
.form-c textarea {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  background: #F9F7F6;
  height: 41px;
  padding-inline-start: 10px;
}

.form-c textarea {
  height: 116px;
  padding-inline-start: 0px;
  padding: 10px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 28px 0px 30px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #000;
  width: 209.896px;
  height: 43px;
  color: #FFF;
}

.lelele .fff a {
  color: var(--BLACK, #222);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
}

ul#menu-menu li.menu-item-has-children a::after {
  content: "+";
  margin-left: 6px;
  top: -6px;
  position: relative;
  transition: all 0.3s;
  font-size: 28px;
}

ul#menu-menu li.menu-item-has-children a.open::after {
  content: "-"; /* Cambiar a menos cuando esté abierto */
}

ul#menu-menu li.menu-item-has-children ul.sub-menu a::after {
  content: "";
}



/* #rotate-message {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.99);
  color: white;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 9999;
}

@media (orientation: portrait) {
  #rotate-message {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

@media (orientation: landscape) {
  #rotate-message {
    display: none;
  }
} */

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

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

    display: none;

  }

  .solomovil {

    display: block;

  }

  body.nav-open #menumovil {

    display: flex;

  }

  .admin-bar .c-header {

    top: 46px;

    transition: 0.6s all;

  }

  .admin-bar #menumovil {

    top: 99px;

  }


  .col-2 {

    grid-template-columns: 1fr;

    gap: 20px;

  }

  .servicios {
    grid-template-columns: 1fr 1fr;
    gap: 15px 40px;
    margin-top: 40px;
  }

  .proyectos {
    grid-template-columns: 1fr 1fr;
    gap: 48px 26px;
    margin-top: 56px;
  }

  .trabajosg {
    padding: 41px 0px 50px;
  }

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

  .fdfd {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .secgreen {
    padding: 150px 0px 80px;
  }

  .secqhite {
    padding: 60px 0px;
  }

  .secqhite img {
    width: 100%;
  }

  .lelele,
  .formuliri,
  .lelele .fff {
    max-width: 100%;
  }
}



@media only screen and (max-width: 600px) {
  .servicios {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 40px;
  }

  .imagenportada p {
    font-size: 24px;
    line-height: 32px;
  }

  .imagenportada {
    height: 100vh;
  }

  .proyectos {
    grid-template-columns: 1fr;
    gap: 46px;
    margin-top: 46px;
  }

  .trabajo {
    display: flex;
    flex-direction: column;
  }

  .eltra {
    background: linear-gradient(0deg, #ECEEEC 0%, #CBD5C8 100%);

  }

  .dtr {
    height: inherit;
    padding: 20px 30px;
  }

  .elmmmm {
    padding-left: 0px;
    gap: 50px;
    padding-top: 49px;
  }

  /* ul#menu-menu a {
  font-size: 34px;
  margin-bottom: 54px;
} */
  .secgreen p {
    font-size: 22px;
  }

  .formuliri {
    padding: 12px 15px 25px;
  }
}

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