:root {
  --w: #ffffff;
  --b: rgb(31, 95, 169);
  --g: #f2f4f3;
  --n: #000000;
  --dg: rgb(170,171,175);
}
@font-face {
  font-family: Poppins;
  src: url("Poppins-Regular.woff2");
  font-weight: 400;
}
@font-face {
  font-family: Poppins;
  src: url("Poppins-SemiBold.woff2");
  font-weight: 600;
}
body {
  touch-action: pan-y;
  padding: 0;
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}
.wrapper {
  -webkit-transform: translate3d(0, 0, 0);
}
.slide {
  -webkit-transform: translate3d(0, 0, 0);
}
.section {
  -webkit-transform: translate3d(0, 0, 0);
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: calc((100vw - 990px) / 2);
  padding-right: calc((100vw - 990px) / 2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: calc(100vw - (100vw - 990px));
}
.fw {
  width: 100%;
}
.bg-b {
  background-color: var(--b);
  color: var(--w);
}
.bg-g {
  background-color: var(--g);
  color: var(--b);
}
.img-portada {
  max-width: 100%;
  max-height: 65vh;
}
.box {
  padding-right: 15px;
  padding-left: 15px;
  padding-left: calc((100vw - 990px) / 2);
  padding-right: calc((100vw - 990px) / 2);
  padding-top: 40px;
}
.bh {
  padding-top: 80px;
}
.logo {
}
.sep {
  height: 10px;
}
@media (max-width: 990px) {
  .box {
    padding-right: 15px;
    padding-left: 15px;
  }
  .logo {
    padding-right: 15px;
    padding-left: 15px;
  }
  .head {
    width: 100vw;
  }
  .menub {
    padding-right: 15px;
  }
}
.bold {
  font-weight: 600;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: var(--w) !important;
}
.ico {
  height: 45px;
  margin-left: -3px;
}
.m40 {
  margin-bottom: 40px;
}
.spacer {
  height: 50px;
}
a {
  text-decoration: none;
}
.s30 {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 16px;
}
.s14 {
  font-size: 14px;
  line-height: 18px;
}
.s16 {
  font-size: 16px;
  line-height: 20px;
}
.mt0 {
  margin-top: 0;
}
.list .s30 {
  margin-bottom: 4px !important;
}
.foot {
  padding-bottom: 50px;
}
.img-fw {
  width: 100%;
  margin-bottom: 10px;
}
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: var(--b);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 0%;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  padding: 0 calc((100vw - 990px) / 2);
}
@media (max-width: 990px) {
  .overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding-left: 9px;
  }
}
.wsep {
  width: calc(100vw - 30px);
  height: 2px;
  background-color: var(--w);
  margin: 0px 15px;
  margin-top: 65px;
}
.overlay a {
  padding: 4px;
  text-decoration: none;
  font-size: 32px;
  color: var(--w);
  display: block;
  transition: 0.3s;
  font-weight: 600;
  margin-top: 0;
}

.homel {
  color: var(--w);
  transition: color 0.2s;
}

.overlay a:hover,
.overlay a:focus,
.homel:hover,
.homel:focus {
  color: rgb(128, 178, 223);
}

.overlay a svg path {
  transition: fill 0.3s;
  fill: var(--w);
}
.overlay a svg:hover path, .overlay a svg:focus path {
  fill: rgb(128, 178, 223);
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
}
.slider-a {
  display: flex;
  justify-content: start;
  align-items: center;
  
}
.slider-a a {
  border-bottom: var(--dg) 2px solid;
  padding: 0 5px;
  width: calc(100% - 10px);
  text-align: center;
  font-weight: 600;
  color: var(--dg);
  cursor: pointer;
  
}
@media (max-width: 990px) {
  .slider-a {
    flex-wrap: wrap;
  }
  .slider-a a {
    width: auto;
    padding-top: 5px;
    flex-grow: 1;
  }
  
}
.slider-a a.actiu {
  border-bottom: var(--b) 2px solid;
  color: var(--b);
}
#solucions-slider {
  width: 100%;
  display: none;
}
#solucions-slider2 {
  max-width: 100%;
  display: block;
  max-height: 300px;
}
.ss {
  width: 55%;
}
.imgo {
  display: flex;
}
@media (max-width: 640px) {
  #solucions-slider {
    width: 100%;
    display: block;
  }
  #solucions-slider2 {
    width: 45%;
    display: none;
  }
  .ss {
    width: 100%;
  }
  .imgo {
    display: none;
  }
}
.logos {
  width: 100%;
}
.logos td {
  width: 50%;
}
.logos img {
  max-width: 50%;
  max-height: 130px;
  margin-bottom: 20px;
}
.logos div {
  display: flex;
  justify-content: center;
  align-items: center;
}