.cont-1200 li,
.cont-1200 ul {
  list-style: disc !important;
  color: #000
}

.col-2,
.col-5 {
  gap: 0;
  display: grid
}

#footer-bottom a,
.logo-footer {
  text-align: center
}

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

.cont-1400 {
  max-width: 1440px;
  width: 100%;
  padding: 0 15px;
  margin: auto
}

.cont-1900 {
  max-width: 1900px;
  padding-left: 0;
  padding-right: 0
}

.admin-bar .c-header {
  top: 32px;
  transition: .6s
}

.solomovil,
[hidden],
template {
  display: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children:hover>.sub-menu,
header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu li.menu-item-has-children:hover>.sub-menu,
hgroup,
main,
menu,
nav,
picture,
section,
summary {
  display: block
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

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
}

body {
  background: #fcf9f5
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  height: auto;
  max-width: 100%
}

svg:not(:root) {
  overflow: hidden
}

hr {
  box-sizing: content-box;
  height: 0
}

pre,
textarea {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox].filtrar,
input[type=checkbox]:not(#rememberme),
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background: 0 0;
  box-sizing: border-box;
  padding: 0
}

input[type=checkbox]:not(#rememberme):before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  transition: .5s;
  background: url("../images/icon-checkbox.svg") center/cover no-repeat;
  margin-right: 7px;
  top: 2px
}

input[type=checkbox]:not(#rememberme):checked:before {
  background: url("../images/icon-checked.svg") center/cover no-repeat
}

input[type=checkbox].filtrar:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  transition: .5s;
  background: url("../images/icon-checkbox2.svg") center/cover no-repeat;
  margin-right: 7px;
  top: 0
}

input[type=checkbox].filtrar:checked:before {
  background: url("../images/icon-checked2.svg") center/cover no-repeat
}

input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  transition: .5s;
  background: url("../images/input-radio.svg") center/cover no-repeat;
  top: 2px
}

input[type=radio]:checked:before {
  background: url("../images/input-radioselect.svg") center/cover no-repeat
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

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: Exo, 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 0 !important
}

.cont-1200 ul {
  margin: 10px !important
}

.cont-1200 li {
  margin: 10px
}

#footer-bottom a,
.copy-footer a,
.copy-footer p {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px
}

a,
button,
input[type=submit] {
  display: inline-block;
  text-decoration: none;
  transition: .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: Exo, serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
  margin: 0
}

figure {
  margin: 0
}

a,
a:focus,
a:hover,
input,
input:focus,
input:hover {
  text-decoration: none;
  outline: 0
}

input,
select,
textarea {
  border-radius: 0
}


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: .2px;
  color: #000;
  padding: 20px 0
}

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

.relative,
header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children,
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>.sub-menu li.menu-item-has-children>a:hover::after,
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: 0;
  position: relative;
  -webkit-transition: 3s;
  transition: 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: 0;
  position: relative;
  -webkit-transition: 3s;
  transition: 3s
}

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: .2px;
  color: #000;
  width: 100%;
  margin-bottom: 12px;
  padding: 0 40px;
  display: flex
}

header.c-header .current-menu-item a {
  text-decoration: underline
}

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu .sub-menu li:last-child a,
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::after {
  content: url("../images/haschildren3.svg");
  margin-left: 6px;
  top: 0;
  position: relative;
  -webkit-transition: 3s;
  transition: 3s
}

header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu .sub-menu {
  position: absolute;
  top: 0;
  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: .2px;
  color: #000;
  width: max-content;
  margin-bottom: 12px;
  padding: 0 20px
}

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

  #menumovil,
  header.c-header {
    position: fixed;
    left: 0;
    z-index: 9999;
    background-color: #fff
  }

  .cont-1400,
  footer.c-pie,
  section#services>h2 {
    padding-right: 15px;
    padding-left: 15px
  }

  #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: .6s
  }

  .admin-bar #menumovil {
    top: 99px
  }

  .admin-bar #menumovil.toparriba {
    top: 120px
  }

  header.c-header {
    top: 0
  }

  .burger span,
  .burger:hover span {
    background: #fff
  }

  header.c-header .normal {
    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: .2px;
    color: #000;
    padding: 20px 0
  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a:hover,
  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language a:hover span,
  footer.c-pie .arriba .izda .contenedor a:hover,
  header.c-header .normal .dcha #menu nav .top-nav li.menu-item a:hover,
  header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu .sub-menu li a:hover,
  header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu li a:hover {
    color: #ef4444
  }

  #menumovil nav .top-nav>li.menu-item-has-children,
  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children,
  header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children,
  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>.sub-menu li.menu-item-has-children>a:hover::after,
  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: 0;
    position: relative;
    -webkit-transition: 3s;
    transition: 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: 0;
    position: relative;
    -webkit-transition: 3s;
    transition: 3s
  }

  header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children:hover>.sub-menu,
  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 {
    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: .2px;
    color: #000;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 40px;
    display: flex
  }

  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu li:last-child a,
  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>.sub-menu li:last-child a,
  header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu .sub-menu li:last-child a,
  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::after {
    content: url("../images/haschildren3.svg");
    margin-left: 6px;
    top: 0;
    position: relative;
    -webkit-transition: 3s;
    transition: 3s
  }

  header.c-header .normal .dcha #menu nav .top-nav>li.menu-item-has-children>.sub-menu .sub-menu {
    position: absolute;
    top: 0;
    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: .2px;
    color: #000;
    width: max-content;
    margin-bottom: 12px;
    padding: 0 20px
  }

  header.c-header .solomovil {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px
  }

  .burger {
    position: relative;
    width: 22px;
    height: 14px;
    cursor: pointer;
    background-color: transparent;
    border: none
  }

  .nav-open .burger {
    top: -2px
  }

  .burger span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    transition: .2s, background
  }

  .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 {
    top: 85px;
    bottom: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: none;
    transition: .6s;
    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: .02em;
    color: #000;
    padding: 10px 0;
    display: flex;
    justify-content: center
  }

  #menumovil nav .top-nav>li.menu-item-has-children>a::after,
  #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>.sub-menu {
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    background-color: #fff;
    padding: 0;
    display: none;
    margin-top: 15px;
    margin-bottom: 20px
  }

  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu li,
  #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 a,
  #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>a::after,
  #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>.sub-menu {
    position: relative;
    top: initial;
    left: initial;
    transform: translate(0, 0);
    background-color: #fff;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 30px
  }

  #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: #111;
    margin-bottom: 20px
  }

  section#services>p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: rgba(18, 17, 39, .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: #fff;
    border: 1px solid #fff;
    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
  }

  footer.c-pie .arriba {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding: 55px 0;
    border-bottom: 1px solid #fffFFF50
  }

  footer.c-pie .abajo,
  footer.c-pie .middle {
    display: grid;
    grid-template-columns: 1fr;
    padding: 40px 0
  }

  footer.c-pie .arriba .izda {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    order: 2
  }

  footer.c-pie .arriba .dcha .contenedor .title,
  footer.c-pie .arriba .izda .contenedor p.title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 21px
  }

  footer.c-pie .arriba .izda .contenedor a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    display: block;
    margin-bottom: 12px
  }

  footer.c-pie .arriba .dcha {
    orphans: 1
  }

  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: #000;
    border: 1px solid #fffFFF50;
    color: #fff;
    border-radius: 8px;
    padding: 8px 12px
  }

  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: .02em;
    transition: .6s;
    color: #fff
  }

  footer.c-pie .arriba .dcha .contenedor ul li.wpml-ls-current-language ul.js-wpml-ls-sub-menu li a {
    background-color: #fff
  }

  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,
  footer.c-pie .middle .text p.red {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #ef4444;
    margin-top: 15px
  }

  footer.c-pie .middle {
    grid-gap: 50px;
    border-bottom: 1px solid #fffFFF50
  }

  footer.c-pie .middle .text p {
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: #fff;
    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: #000;
    border: 1px solid #fffFFF50;
    border-radius: 8px;
    padding: 8px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: rgba(255, 255, 255, .4)
  }

  footer.c-pie .middle .form form p input[type=submit] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background-color: #ef4444;
    border-radius: 8px;
    height: 43px;
    width: 142px;
    transition: .6s;
    border: none
  }

  footer.c-pie .middle .form form p input[type=submit]:hover {
    color: #000;
    background-color: #fff
  }

  footer.c-pie .middle .form form .wpcf7-response-output {
    color: #fff;
    margin-top: 20px;
    margin-left: 0
  }

  footer.c-pie .middle .form form .wpcf7-spinner {
    display: none
  }

  footer.c-pie .abajo {
    grid-gap: 30px
  }

  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, .56)
  }

  footer.c-pie .abajo .redes {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 50px
  }
}


/* MY CLASS */
body,
header.c-header {
  background-color: #0b1623
}

.absolute {
  position: absolute
}

.container-1080 {
  max-width: 1088px;
  margin: auto
}

.container-1400 {
  max-width: 1400px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto
}

.c1700 {
  max-width: 1774px;
  padding: 0 23px;
  margin: auto;
  width: 100%
}

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

.container-1900 {
  max-width: 1900px;
  margin: auto
}

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

.col-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}


/* HEADER */
header.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 96px;
  padding: 0
}

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

li#menu-item-35 a {
  border-radius: 8px;
  background: #002792;
  height: 44px;
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.logo-space {
  max-width: 264px;
}

ul#menu-menu {
  display: flex;
  gap: 40px;
  align-items: center;

}

ul.sub-menu {
  display: none;
  position: absolute;
  padding: 10px;
  background: #0B1623;
}

ul#menu-menu-secundario li.menu-item-has-children a::after,
ul#menu-menu li.menu-item-has-children a::after {
  content: url("../images/haschildren3.svg");
  margin-left: 9px;
  top: -2px;
  position: relative
}

ul#menu-menu a {
  cursor: pointer;
  color: #FFF;
  font-size: 14px;
}

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

}

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



/* HOME */

main {
  padding-top: 100px;
}

#banner-home {
  margin-top: 85px
}

section.portada-slider-container {
  position: relative;
  height: 884px;
}
section.portada-slider-container .overlay {
  background: rgba(11, 22, 35, 0.50);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.portada-slider .slide {
  height: 884px;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.portada-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 1276px;
  padding: 0 15px;
  margin: auto;
  width: 100%
}

.portada-intro h1 {
  color: #FFF;
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 77px;
  text-wrap-style: balance;
}

.portada-intro .descripcion p {
  color: #FFF;
  text-align: center;
  font-weight: 600;
}

.fidelidad-items {
  display: flex;
  align-items: flex-start;
  gap: 68px;
  justify-content: center;
  padding: 30px;
  text-align: center;
  color: #fff;
}

.fidelidad-item {
  max-width: 205px;
}

.produccion-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 17px;
}

.produccion-item {
  position: relative;
  background: #D9D9D9;
  margin: 0px;
  max-height: 479px;
  overflow: hidden;
}

.produccion-item a {
  width: 100%;
  z-index: 2;
}

.produccion-item .overlay {
  width: 100%;
  height: 479px;
  position: absolute;
  background: rgba(1, 32, 119, 0.75);
  mix-blend-mode: multiply;
  opacity: 0;
  z-index: 1;
}

.produccion-item img {
  opacity: 0;
  transition: 0.3s ease-in-out;
  width: 100%;
}

.title-production-item {
  position: absolute;
  color: #0B1623;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  top: 18px;
  left: 18px;
  z-index: 3;
  transition: 0.3s ease-in-out;

}

.produccion-item:hover img,
.produccion-item:hover .overlay {
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 100%;

}

.produccion-item:hover .title-production-item {
  color: #FFF;
  transition: 0.3s ease-in-out;
}

.imagen-production-item,
.sobre-nosotros-imagen {
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.portada-produccion {
  margin: 55px 0px 100px;
}

.titlesec {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 77px;
}

.portada-seccion-2 .descripcion p {
  color: #FFF;
  text-align: center;
}

.seccion-2-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  text-align: center;
  margin: 52px 0px 100px;
}

.seccion-2-cards .card {
  border: 1px solid #D9D9D9;
  padding: 27px 21px;
  color: #fff;
}

.seccion-2-cards .card .titlecard {
  font-size: 24px;
  margin-bottom: 17px;
}

.portada-seccion-3 {
  width: 100vw;
  height: 485px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}


button.owl-dot {
  width: 10px;
  height: 10px;
  background: #fff !important;
  position: relative;
  border-radius: 50%;
}

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

.portada-seccion-4 .descripcion p {
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}

.seccion-4-cards p {
  color: #fff;
  font-size: 14px;
}

.seccion-4-cards img {
  margin-bottom: 5px;
}

.portada-seccion-5 {
  margin: 100px 0px;
}

.opinion-item blockquote p {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.opinion-item {
  text-align: center;
  color: #fff;
}

/* footer */
#footer-bottom {
  background: #011F71;
  padding: 40px 0px 34px;
}

#footer-bottom .col-5 {
  gap: 20px;
}

.no-line {
  text-decoration: none !important
}



.links-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0px;
}

.tre {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 10px;
}

.tre img {
  max-width: 18px;
}

#footer-bottom a,
#footer-bottom p,
.copy-footer a,
.copy-footer p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

#footer-bottom p.titlefoot {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 11px;
}

.copy-footer {
  background: #1e1e1e;
  padding: 30px 15px 50px
}

span.kit-digital {
  margin-left: 30px
}

.social-footer a {
  padding: 10px
}

.menu-foter.amblogo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
}

.copy-footer .container.cont-1400 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}


.copy-footer .container.cont-1400 p,
.copy-footer .container.cont-1400 a {
  color: #fff;
  font-size: 16px;
  line-height: normal;
}



/* producción */

.text-center {
  text-align: center
}
main.produccion {
  min-height: 75vh;
}
.produccion-descripcion {
  margin-bottom: 80px;
}

.produccion-descripcion p {
  color: #fff;
  margin-bottom: 16px;
}

.produccion-titulo,
.maquinaria-titulo {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 77px;
  margin: 100px 0px 10px;
  text-align: center;
}

.produccion-galeria {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 100px;
}

/* maquinaria */

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

.maquinaria-lista {
  margin: 60px 0px 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 60px 27px;
}

.maquinaria-texto p {
  color: #fff;
}

/* sobrenosotros */

.sobre-nosotros-imagen {
  height: 581px;
  position: relative;
}

.sobre-nosotros-texto {
  height: 581px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 1253px;
  margin: auto;
  text-align: center;
  padding: 0px 15px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.sobre-nosotros-texto .titulo {
  color: #FFF;
  font-size: 64px;
  font-weight: 700;
  line-height: 77px;
  text-align: center;
}

.sobre-nosotros-imagen .overlay {
  background: rgba(11, 22, 35, 0.50);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.sobre-nosotros-detalle {
  margin: 80px 0px;
}

.sobre-nosotros-detalle h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 77px;
  text-align: center;
  margin-bottom: 30px;
}

.sobre-nosotros-detalle p {
  color: #FFF;
  margin-bottom: 20px;
}

/* contacto */

.c817 {
  max-width: 817px;
  padding: 0 15px;
  margin: auto;
  width: 100%;
  text-align: center;
  color: #fff;
}

.contacto-titulo {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  margin: 100px 0px 10px;
}

.contacto-subtitulo {
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 51px;
  margin-bottom: 5px;
}

.contacto-descripcion {
  padding: 0px 47px 86px;
}

.contacto-formulario {
  margin-bottom: 100px;
}

.contacto-formulario .col-2 {
  gap: 100px;
}

.contacto-formulario .col-2 .aaa .col-2 {
  gap: 20px;
}

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

.contacto-item img {
  max-width: 20px;
}

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

.formuliri input.wpcf7-form-control {
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  background: #F9F7F6;
  width: 100%;
  height: 40px;
  padding-inline-start: 13px;
  margin: 10px 0px 20px;
}

.formuliri textarea {
  border-radius: 8px;
  border: 1px solid #A8A8A8;
  background: #F9F7F6;
  width: 100%;
  padding: 13px;
  margin: 10px 0px 20px;
  height: 100px;
}

.formuliri input.wpcf7-form-control.wpcf7-submit {
  background: #000;
  max-width: 209.896px;
  color: #fff;
  margin: 30px 0px 1px;
  padding-inline-start: 0px;
}


.c-generico.top--menu, .c-generico.top--menu p, .c-generico.top--menu a, .c-generico.top--menu li, .c-generico.top--menu ol, .c-generico.top--menu td {
  color: #fff;
}
@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: .6s
  }

  .admin-bar #menumovil {
    top: 99px
  }

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

  .produccion-item {
    aspect-ratio: 1;
  }

  .title-production-item {
    font-size: 18px;
    line-height: normal;
  }

  .titlesec {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 20px;
  }

  .seccion-2-cards {
    gap: 30px;
  }

  .opinion-item blockquote p {
    font-size: 24px;
  }

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

  .logo-footer {
    max-width: 300px;
  }

  .menu-foter.amblogo {
    gap: 10px;
  }

  .tre {
    gap: 18px;
    align-items: center;
  }

  .tre img {
    max-width: 18px;
  }

  #footer-bottom p.titlefoot {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px;
    margin-top: 28px;
  }

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

  .o-logo.izda img {
    margin-top: 3px;
  }

  header.c-header {
    height: 71px;
  }

  main {
    padding-top: 71px;
  }

  body.nav-open #menumovil {
    display: flex;
    top: 71px;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 20px;
    background: #0B1623;

  }

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

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

  #menumovil nav .top-nav>li.menu-item-has-children>.sub-menu {
    background: transparent;
  }

  .maquinaria-lista {
    margin: 30px 0px 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 35px 27px;
  }

  .produccion-titulo,
  .maquinaria-titulo,
  .contacto-titulo {
    margin: 40px 0px 10px;
  }

  .contacto-descripcion {
    padding: 0px 20px 40px;
  }

  .contacto-formulario .col-2 {
    gap: 40px;
  }

  .contacto-formulario .col-2 .aaa .col-2 {
    gap: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .portada-intro h1 {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    text-wrap-style: balance;
    margin-bottom: 10px;
  }

  .portada-slider .slide,
  section.portada-slider-container {
    height: calc(100vh - 71px);
  }

  .fidelidad-items {
    display: grid;
    gap: 30px;
    padding: 30px;
    text-align: center;
    color: #fff;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-content: center;
    justify-items: center;
  }

  .fidelidad-item {
    max-width: 100%;
  }

  .portada-produccion {
    margin: 40px 0px 60px;
  }

  .produccion-items {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }

  .seccion-2-cards {
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 52px 0px 60px;
  }

  .portada-seccion-3 {
    height: 219px;
    margin-bottom: 55px;
  }

  .portada-seccion-5 {
    margin: 60px 0px;
  }

  .opinion-item blockquote {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-block-start: 0px;
    margin-block-end: 15px;
  }

  .opinion-item blockquote p {
    font-size: 20px;
  }

  .produccion-titulo,
  .maquinaria-titulo {
    margin: 40px 0px 15px;
    font-size: 32px;
    line-height: normal;
  }

  .produccion-descripcion {
    margin-bottom: 60px;
  }

  .maquinaria-lista {
    margin: 30px 0px 60px;
    grid-template-columns: 1fr 1fr;
    gap: 30px 15px;
  }

  .maquinaria-texto p {
    font-size: 12px;
  }

  .sobre-nosotros-imagen {
    height: calc(100vh - 70px);
  }

  .sobre-nosotros-texto .titulo,
  .sobre-nosotros-detalle h2,
  .contacto-subtitulo{
    font-size: 32px;
    line-height: normal;
  } 
}

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