:root {
  
  --blak-text: #555555;
  --navbar-height: 4rem;
  --background-menu: #fff;
  --menu-color: #00267b;
  --menu-contrast-color: #6f2f9b;
  --banner-full-height: 100vh;
  --banner-height: 65vh;
  --banner-width: 90vw;
  --primary-color: #00267b;
  --secondary-color: #80b8e6;
  --contrast-color: #6f2f9b;
  --atention-color: #ffb727;
  --font-size-btn: 1.5rem;
  --firs-color: #000a54;
  --second-color: #888;
  --principal-margin: 150px;
  --global-x-margin: 2rem;
}

@font-face {
  font-family: Regular;
  src: url("/medias/css/fonts/JosefinSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-style: normal;
}

@font-face {
  font-family: RegularBold;
  src: url("/medias/css/fonts/JosefinSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

.bodywebsite div,
.bodywebsite p,
.bodywebsite label,
.bodywebsite li,
.bodywebsite span,
.bodywebsite input,
.bodywebsite select,
.bodywebsite a,
#bodywebsite div,
#bodywebsite p,
#bodywebsite label,
#bodywebsite li,
#bodywebsite span,
#bodywebsite input,
#bodywebsite select,
#bodywebsite a {
  font-family: Regular, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free" !important;
}
.fab {
  font-family: "Font Awesome 5 Brands" !important;
}

.bodywebsite h1,
.bodywebsite h2,
.bodywebsite h3,
#bodywebsite h1,
#bodywebsite h2,
#bodywebsite h3 {
  font-family: Regular, "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

#splide-banner {
  margin-top: var(--navbar-height);
}

@media (min-width: 990px) {
  .bodywebsite h1,
  .bodywebsite h2,
  .bodywebsite h3,
  #bodywebsite h1,
  #bodywebsite h2,
  #bodywebsite h3 {
    font-family: RegularBold;
  }

  #splide-banner {
    margin-top: 0;
  }

}

.grk-nav-item a {
  text-align: right;
}

.main-menu {
  position: absolute;
  top: 0;
}

#banner {
  width: 100%;
  height: var(--banner-height);
  background-image: url(/medias/image/u1ws/bannermovil.webp);
  background-size: cover;
  background-position: center;
}

#banner .banner_text,
.banner_sol,
.banner_cer {
  position: absolute;
  top: 5rem;
  width: 100vw;
  text-align: center;
  color: #fff;
}

#banner .banner_text .logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(1px 1px 7px #99f);
  max-width: 300px;
}
#banner .banner_text .lema {
  margin-top: 1.7rem;
  font-size: 1.3rem;
}

#banner .banner_text .texto {
  margin-top: 1.7rem;
  font-size: 1.2rem;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

#banner .banner_text .cats {
  margin-top: 1.7rem;
  font-size: .8rem;
}



.banner_sol,
.banner_cer {
  top: 3.5rem;
}
.banner_sol .logo,
.banner_cer .logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  filter: drop-shadow(1px 1px 7px #99f);
  max-width: 250px;
}

.banner_sol .lema,
.banner_cer .lema {
  font-size: 1.1rem;
  margin-top: 1rem;
}

.banner_sol .titulo {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  border-right: 5px solid #abcadf;
  padding-right: 15px;
  
}
.banner_sol .titulo strong {
  font-size: 2rem;
  letter-spacing: 3px;
}
.banner_sol .texto {
  margin: 1.3rem auto 0 auto;
  width: 75%;
  font-size: 1.2rem;
}

.banner_cer .lema {
  padding-bottom: 1.5rem;
  color: var(--primary-color);
}
.banner_cer .texto {
  margin: 1.6rem auto 0 auto;
  width: 79%;
  font-size: 1.5rem;
  color: var(--blak-text);
  font-weight: 600;
}
.banner_cer .texto.blue {
  color: var(--primary-color);
}

.banner_sol_cer,
.banner_cer_cer {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.banner_sol_cer {
  bottom: 2rem;
}

.banner_cer_cer {
  bottom: 4rem;
}
.banner_sol_cer img {
  height: 80px;
  width: 80px;
  filter: drop-shadow(-8px 11px 9px #999);
}
.banner_cer_cer img {
  height: 80px;
  width: auto;
}



#banner .grk-navbar {
  position: absolute;
  width: 100%;
}

#banner .categorias {
  position: absolute;
  bottom: 4rem;
  left: 9%;
  width: 84%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#banner svg {
  width: 25%;
}

.inmovil {
  display: none;
}

.hex {
  stroke-width: 3;
  stroke: #FFF;
  fill-opacity: 0.6;
  transition: fill-opacity 0.8s;
}
#banner svg:hover .hex {
  fill-opacity: 1;
}
#banner .text {
  font-size: 0.9rem;
  fill: white;
  text-shadow: 2px 2px 3px BLACK;
}

/* #banner svg:hover #text{
  fill-opacity:1;
} */

.valor .graph {
  display: none !important;
}

@media (min-width: 990px) {
  :root {
    --banner-height: 100vh;
  }

  #banner {
    width: 100%;
    background-image: url(/medias/image/u1ws/Banner.webp);
  }



#banner .banner_text,
.banner_cer {
  top: 20%;
  width: 38vw;
  left: 10vw;
}

#banner .banner_text .logo {
  max-width: unset;
  filter: drop-shadow(2px 4px 6px black);
}
#banner .banner_text .lema {
  margin-top: 2rem;
  font-size: 2.5vw;
}

#banner .banner_text .texto {
  margin-top: 3rem;
  font-size: 3vw;
  width: 100%
}

#banner .banner_text .cats {
  margin-top: 2rem;
  font-size: 1.8vw;
}




.banner_sol {
  top: 20%;
  width: 38vw;
  right: 10vw;
}
.banner_sol .logo,
.banner_cer .logo {
  max-width: 280px;
}

.banner_sol .lema,
.banner_cer .lema {
  font-size: 1.2rem;
}

.banner_sol .titulo {
  margin-top: 2.5rem;
  font-size: 2.7rem;
  width: 75%;
  
}
.banner_sol .titulo strong {
  font-size: 2.8rem;
}
.banner_sol .texto {
  margin: 1.8rem auto 0 auto;
  width: 95%;
  font-size: 2rem;
}

.banner_cer .lema {
  padding-bottom: 2.5rem;
}
.banner_cer .texto {
  margin: 1rem auto 0 auto;
  font-size: 3rem;
  width: 100%;
}


.banner_sol_cer {
  top: 3rem;
  width: 200px;
  flex-direction: column;
  left: 23vw;
}

.banner_sol_cer img {
  height: 150px;
  width: 150px;
}

.banner_sol_cer img.pair {
  margin-left: auto;
}

.banner_cer_cer {
  width: 44vw;
  left: 7vw;
}

.banner_cer_cer img {
  height: 100px;
  width: auto;
}




  


  #banner .lema {
    font-size: 2.5vw;
  }

  #banner .banner_text .texto {
    margin-top: 3rem;
    font-size: 3vw;
  }

  #banner .categorias {
    top: 22%;
    left: 58%;
    height: 100%;
    width: 40%;
    align-content: baseline;
  }

  #banner .categorias .espacio {
    width: 20%;
  }

  #banner svg {
    width: 30%;
    margin-right: 10%;
  }

  .inmovil {
    display: block;
  }

  .valor .graph {
    display: block !important;
  }
}

.grk-navbar-nav .grk-nav-item a {
  min-width: unset;
  padding: 0 8px;
}

h1.title-barr,
.title-deg {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin: 60px 0;
  color: white;
  padding: 16px var(--global-x-margin) 12px var(--global-x-margin);
  background: linear-gradient(
    90deg,
    rgba(0, 4, 34, 0.8) 0%,
    rgba(141, 141, 161, 0.9) 50%,
    rgba(0, 4, 34, 0.8) 100%
  );
  position: relative;
  font-weight: 100;
}

.primary-cat {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 0 var(--global-x-margin);
  flex-wrap: nowrap;
  overflow: auto;
}

.primary-cat .img-cat {
  min-width: 180px;
  height: 180px;
  background-size: cover;
  border-radius: 15px;
  border: 3px solid var(--firs-color);
  display: flex;
  align-items: center;
  position: relative;
}

.img-cat label {
  font-size: 1rem;
  font-weight: 500;
  border: none;
  margin: auto;
  text-transform: uppercase;
  color: white;
  text-shadow: 2px 2px 5px black;
  text-decoration-line: underline;
  z-index: 1;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer a {
  text-decoration: none;
  color: white;
  font-size: 1.5rem;
}

.seccion {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bg-rombos {
  background-image: url(/medias/image/u1ws/wrombos.webp);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.3;
  z-index: -1;
}

#suj-cat {
  background-image: url(/medias/image/u1ws/sujetadores.webp);
}
#mro-cat {
  background-image: url(/medias/image/u1ws/mro2.webp);
}
#pru-cat {
  background-image: url(/medias/image/u1ws/pruebas.webp);
}
#con-cat {
  background-image: url(/medias/image/u1ws/construccion2.webp);
}
#epp-cat {
  background-image: url(/medias/image/u1ws/construccion.webp);
}
#fib-cat {
  background-image: url(/medias/image/u1ws/fibreoptica.webp);
}
#ofi-cat {
  background-image: url(/medias/image/u1ws/oficina3.webp);
}
#esd-cat {
  background-image: url(/medias/image/u1ws/esd.webp);
}
#aut-cat {
  background-image: url(/medias/image/u1ws/automatizacion.webp);
}
#cons-cat {
  background-image: url(/medias/image/u1ws/consultoria.webp);
}
#ele-cat {
  background-image: url(/medias/image/u1ws/electronica.webp);
}
#har-cat {
  background-image: url(/medias/image/u1ws/hardware.webp);
}
#emp-cat {
  background-image: url(/medias/image/u1ws/empaquetado.webp);
}
#war-cat {
  background-image: url(/medias/image/u1ws/warehouse.webp);
}
#sof-cat {
  background-image: url(/medias/image/u1ws/software.webp);
}
#eva-cat {
  background-image: url(/medias/image/u1ws/evas.webp);
}
#pap-cat {
  background-image: url(/medias/image/u1ws/papeleria.webp);
}
#pro-cat {
  background-image: url(/medias/image/u1ws/promocionales.png);
}
#log-cat {
  background-image: url(/medias/image/u1ws/logistica.png);
}

.primary-cat .img-cat label::after {
  content: " ";
  position: absolute;
  top: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  opacity: 0.2;
  transition: opacity 0.8s;
}

.primary-cat .img-cat:hover label::after {
  opacity: 0;
  cursor: pointer;
}

.parners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 64px;
  gap: 30px;
  overflow: auto;
}

.parners img {
  width: 25vh;
  height: auto;
}

#nosotros {
  position: relative;
  z-index: 1;
  padding: 60px 0 0 0;
  font-size: 1.4rem;
}

.title-deg2 {
  text-transform: uppercase;
  font-size: 2.3rem;
  letter-spacing: 5px;
  text-align: center;
  margin: 0;
  padding: 25px 0 18px 0;
  color: var(--firs-color);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
  position: relative;
  width: 100%;
}

#nosotros .body {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  padding: 60px var(--global-x-margin);
  flex-direction: column-reverse;
  position: relative;
}

#nosotros .body img {
  width: 50%;
  display: block;
  margin: auto;
  padding-bottom: 50px;
}

#nosotros .body::after {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: " ";
  opacity: 0.4;
  background-image: url(/medias/image/u1ws/Nosotros.webp);
  width: 100%;
  height: calc(110px + 17vw);
  background-size: cover;
}

.filosofia {
  background-color: rgba(0, 10, 84, 0.6);
}

.filosofia .body {
  display: flex;
  padding: 40px var(--global-x-margin);
  gap: 20px;
  font-size: 1.2rem;
  color: white;
  flex-direction: column;
}

#valores-slider .splide__pagination__page {
  display: none;
}

#valores-slider .splide__slide div {
  margin: 10px;
  margin-left: 70px;
  margin-right: 70px;
}

#parners-slider .splide__list {
  gap: 100px;
  align-items: center;
}

#valores-slider .splide__list {
  align-items: center;
}

.valor-text {
  position: relative;
  align-self: center;
  text-align: justify;
  width: 100%;
  /* font-size: 1.5rem; */
}

.valor-text img {
  position: absolute;
  top: 20px;
  height: 65%;
  right: 110px;
}

.valor-text h5 span {
  display: inline;
}

@media (min-width: 990px) {
  .valor-text {
    width: 80%;
  }

  #valores-slider .splide__slide div {
    margin-left: 110px;
    margin-right: 110px;
  }

  .valor-text h5 span {
    display: none;
  }
}

.filosofia .body > div {
  width: 100%;
  background-color: rgba(0, 10, 84, 0.6);
  display: flex;
  border-radius: 15px;
  justify-content: space-around;
}

.valor-text h5,
.body .text h5 {
  margin: 0 0 23px 0;
}

.body .text img {
  position: absolute;
  top: 0;
  height: 100%;
  right: 50px;
}

.filosofia .body .text {
  position: relative;
  padding: 10px;
  align-self: center;
  text-align: justify;
  width: 60%;
}

.filosofia .body .graph img {
  min-width: 100px;
  max-width: 100px;
}

.filosofia .body .graph {
  padding: 50px;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.title-barr.onlymovil {
  margin: 0;
}

.graph h4 {
  margin: 15px 0 0 0;
}

.lside {
  position: absolute;
  top: -8px;
  left: 0;
  height: 100%;
}

.rside {
  position: absolute;
  transform: rotate(180deg);
  top: -8px;
  right: 0;
  height: 100%;
}

.formulario {
  margin: 0 var(--global-x-margin);
  display: flex;
  gap: 20px;
  font-size: 1.2rem;
}

.lcolumn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.rcolumn {
  width: 30%;
  padding: 20px;
  border: 3px var(--firs-color) solid;
  border-radius: 10px;
}

.rcolumn img {
  border-radius: 10px;
  height: 100%;
}

.formulario span {
  display: block;
  color: var(--firs-color);
  margin: 15px 0 5px 0;
}

.formulario input {
  border: 2px var(--firs-color) solid;
  border-radius: 10px;
  padding: 4px;
  width: calc(100% - 20px);
}

.formulario .btnsend {
  padding: 13px 55px 10px;
  border-radius: 25px;
  border: 2px solid var(--firs-color);
  background-color: white;
  color: var(--firs-color);
  font-weight: 800;
  letter-spacing: 2px;
  display: block;
  margin: 15px auto 0 auto;
  transition: background-color 0.6s;
  cursor: pointer;
}

.formulario .btnsend:hover {
  background-color: var(--firs-color);
  color: white;
}

.mrow {
  width: 50%;
}

.frow {
  width: 100%;
}

.pbottom80 {
  padding-bottom: 80px;
}

.filosofia {
  position: relative;
}

.footer {
  background-color: #3a3a3a;
  box-shadow: -5px -11px 14px 2px rgb(58 58 58 / 87%);
  font-size: 1.3rem;
  color: white;
  line-height: 1.8rem;
  text-align: center;
}

.footer .columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer .logo {
  margin: 40px var(--global-x-margin);
  width: 200px;
}

#modal .formulario {
  margin: 0;
}

.powerby {
  width: 100%;
  text-align: center;
  background-color: #020725;
  color: #fff;
  font-size: 17px;
  padding: 15px;
}

.powerby a {
  color: #fff;
}

.bordershadow {
  box-shadow: 11px 61px 28px -50px inset var(--firs-color);
}

.hidden {
  display: none;
}

/* The Modal (background) */
#modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}

.modal-container {
  max-height: 90vh;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 5vh;
  /* background-image: url(/medias/image/u1ws/candado.webp);
color:white */
}

.modal-container-header {
  padding: 16px 32px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-container-title {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.125;
}

.modal-container-title svg {
  width: 32px;
  height: 32px;
  color: #050775;
}

.modal-container-body {
  padding: 24px 32px 51px;
  overflow-y: auto;
}

#modal .button {
  padding: 12px 20px;
  border-radius: 8px;
  background-color: transparent;
  border: 0;
  font-weight: 600;
  cursor: pointer;
  transition: 0.15s ease;
}

#modal .button.is-ghost:hover,
#modal .button.is-ghost:focus {
  background-color: #d7d8df;
}

#modal .button.is-primary {
  background-color: var(--firs-color);
  color: #fff;
}
#modal .button:hover,
#modal .button:focus {
  background-color: #1c2dad;
}

#modal .icon-button {
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.15s ease;
}
#modal .icon-button svg {
  width: 24px;
  height: 24px;
}

#modal .icon-button:hover,
#modal .icon-button:focus {
  background-color: #d7d8df;
}

.frm-modal {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
}

.show {
  display: block !important;
}

.show-modal,
.show-modal label {
  cursor: pointer;
}

.error {
  color: red !important;
}

.success {
  font-size: 1.5rem;
  text-align: center;
}

@media (min-width: 990px) {
  h1.title-barr {
    --mypadding: 60px;
    font-size: 3rem;
    margin: 0;
    letter-spacing: 6px;
    color: var(--firs-color);
    padding: var(--mypadding) 0;
    text-align: center;
    background: transparent;
  }

  .title-barr::before,
  .title-barr::after {
    position: absolute;
    content: " ";
    top: calc(41px + 0.8rem);
    height: 3rem;
    width: 11rem;
    background-repeat: no-repeat;
  }
  .title-barr::before {
    background-image: url(/medias/image/u1ws/lttl.svg);
    transform: translateX(calc(-100% - 15px));
  }
  .title-barr::after {
    background-image: url(/medias/image/u1ws/rttl.svg);
    transform: translateX(10px);
  }

  .primary-cat {
    flex-wrap: wrap;
    overflow: unset;
  }

  .primary-cat .img-cat {
    width: 18vw;
    min-width: 270px;
    height: 200px;
  }

  .img-cat label {
    font-size: 1.5rem;
    font-weight: 800;
  }

  .title-deg {
    text-transform: uppercase;
    font-size: 2.3rem;
    letter-spacing: 5px;
    text-align: center;
    margin: 60px 0;
    color: white;
    padding: 25px var(--global-x-margin) 18px var(--global-x-margin);
    background: linear-gradient(
      90deg,
      rgba(0, 4, 34, 0.8) 0%,
      rgba(141, 141, 161, 0.9) 50%,
      rgba(0, 4, 34, 0.8) 100%
    );
    position: relative;
  }

  .title-deg::after {
    content: " ";
    background-image: url(/medias/image/u1ws/circuitbarr.svg);
    position: absolute;
    left: -16px;
    top: 100%;
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position-y: bottom;
  }

  .parners {
    justify-content: space-evenly;
    padding: 100px;
  }

  #nosotros {
    padding: 60px 0;
  }
  #nosotros::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    content: " ";
    opacity: 0.4;
    background-image: url(/medias/image/u1ws/Nosotros.webp);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: right;
  }

  #nosotros .body {
    flex-direction: row;
  }

  #nosotros .body::after {
    background-image: none;
  }

  #nosotros .body > div {
    color: white;
    width: 50%;
    border-radius: 15px;
    background-color: rgb(0 10 84 / 50%);
    padding: 14px 33px;
    font-size: 2.2rem;
    text-align: justify;
    flex-direction: column;
    padding-bottom: 35px;
  }

  #nosotros .body img {
    width: 35%;
    height: auto;
    padding: 0;
  }

  .filosofia .body {
    font-size: 2rem;
  }
  .filosofia .body .text {
    padding: 50px;
    width: 80%;
  }
  .lcolumn {
    width: 70%;
  }
  .formulario span {
    margin: 15px 0 10px 0;
  }

  .formulario input {
    border: 3px var(--firs-color) solid;
    padding: 8px;
  }

  .formulario .btnsend {
    padding: 13px 55px 10px;
    border: 3px solid var(--firs-color);
  }

  .footer {
    text-align: initial;
  }

  .footer .columns {
    display: flex;
    padding: 0 var(--global-x-margin) 40px var(--global-x-margin);
    justify-content: space-between;
    flex-direction: row;
    align-items: normal;
    gap: unset;
  }
  .footer .columns ul {
    margin: 0;
    padding: 0 20px;
  }

  .footer ul {
    list-style: initial;
    padding: initial;
  }

  .footer .rsoc {
    border-left: 4px solid;
    border-right: 4px solid;
    padding: 0 8rem;
    margin: 0 2rem;
  }
  .modal-container {
    max-width: 80vw;
    left: 10vw;
  }
}

#sol-cat {
  background-image: url(/medias/image/u1ws/solder.png);
}

.show-link {
  cursor: pointer;
}

@media (min-width: 1200px) {
  .grk-navbar a {
    font-size: 1.3rem;
  }
}

@media (min-width: 990px) {

  .grk-navbar {
    background-color: transparent;
  }

  .grk-navbar a {
    color: white;
  }

  .grk-navbar .logowhite {
    display: block;
    height: 60px;
    margin-top: 25px;
    position: absolute;
    left: var(--global-x-margin);
  }

  .grk-navbar .logoblue {
    visibility: hidden;
  }
}

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

.rsoc-block {
  margin-top: 20px;
}

.rsoc-block img {
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-left: 5px;
}

.nav__link {
  text-transform: uppercase;
}
