@charset "UTF-8";
/* ======================== */
/* GRUPO SALINAS - Unidades */
/* ======================== */
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kaushan+Script&display=swap");
/* ========= */
/* Generales */
/* ========= */
body {
  background: whitesmoke;
  font-display: fallback;
  margin: 0 !important;
  overflow-x: hidden !important;
  padding: 0 !important;
  width: 100vw;
}
@media (max-width: 575.98px) {
  body .container {
    overflow: hidden !important;
  }
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

/* fin Generales */
/* ======= */
/* Colores */
/* ======= */
.blanco {
  background-color: whitesmoke;
}

.rojo {
  background-color: #991111;
}

.amarillo {
  background-color: #ffbc1a;
}

/* rgba(241,187,23,1) /* rgba(255,198,26,1) */
.naranja {
  background-color: #ff801a;
}

.azul {
  background-color: #2c486f;
}

.verde {
  background-color: #266d58;
}

.verde2 {
  background-color: darkslategray;
}

.negro {
  background-color: #323232;
}

.negro2 {
  background-color: black !important;
}

/* fin Colores */
/* ========= */
/* Secciones */
/* ========= */
section {
  margin-bottom: -130px;
  position: relative;
}
section.trapecio1 {
  clip-path: polygon(0 0, 100% 110px, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 110px, 100% 100%, 0% 100%);
  padding: 145px 0 170px !important;
}
section.trapecio1.clientes {
  padding: 125px 0 150px !important;
}
section.trapecio2 {
  clip-path: polygon(0 110px, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 110px, 100% 0, 100% 100%, 0% 100%);
  padding: 145px 0 170px !important;
}
section.trapecio2.clientes {
  padding: 125px 0 150px !important;
}
section.primero {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  padding: 100px 0 170px !important;
}
@media (max-width: 575.98px) {
  section.primero {
    padding: 100px 0 170px !important;
  }
}
section.final {
  margin-bottom: 0 !important;
  padding: 145px 0 100px !important;
}

/* fin Secciones */
/* =============== */
/* Botón Siguiente */
/* =============== */
.botSig {
  border-radius: 50%;
  bottom: 55px !important;
  color: white;
  font-size: 22px;
  height: 50px;
  left: 50%;
  line-height: 40px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  width: 50px;
  z-index: 999 !important;
}
.botSig:hover {
  background-color: white;
  color: #0f0f0f;
}

/* fin Botón Siguiente */
/* ====== */
/* Fondos */
/* ====== */
section,
section:after {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: unset;
}
@media (max-width: 575.98px) {
  section,
section:after {
    background-size: 90% !important;
  }
}

/* Generales */
#nQuienesSomos {
  background-image: url(/img/marketing/bckgrnds/b-qsomos-black.png);
}

#nQuienesSomos2 {
  background-image: url(/img/marketing/bckgrnds/b-qsomos-white.png);
}

#nClientes {
  background-image: url(/img/marketing/bckgrnds/b-clientes-black.png);
}

#nClientes2 {
  background-image: url(/img/marketing/bckgrnds/b-clientes-white.png);
}

#nContacto {
  background-image: url(/img/marketing/bckgrnds/b-contacto-black.png);
}

#nContacto2 {
  background-image: url(/img/marketing/bckgrnds/b-contacto-white.png);
}

/* Marketing */
#nSocialMedia {
  background-image: url(/img/marketing/bckgrnds/b-social-media-black.png);
}

#nSocialMedia2 {
  background-image: url(/img/marketing/bckgrnds/b-social-media-white.png);
}

#nMailing {
  background-image: url(/img/marketing/bckgrnds/b-mailing-black.png);
}

#nMailing2 {
  background-image: url(/img/marketing/bckgrnds/b-mailing-white.png);
}

#nWeb {
  background-image: url(/img/marketing/bckgrnds/b-web-black.png);
}

#nWeb2 {
  background-image: url(/img/marketing/bckgrnds/b-web-white.png);
}

/* Desarrollo */
#nDesarrollos {
  background-image: url(/img/desarrollos/bckgrnds/b-desarrollos-black.png);
}

#nDesarrollos2 {
  background-image: url(/img/desarrollos/bckgrnds/b-desarrollos-white.png);
}

#nApps {
  background-image: url(/img/desarrollos/bckgrnds/b-apps-black.png);
}

#nApps2 {
  background-image: url(/img/desarrollos/bckgrnds/b-apps-white.png);
}

#nSitiosWeb {
  background-image: url(/img/desarrollos/bckgrnds/b-web-black.png);
}

#nSitiosWeb2 {
  background-image: url(/img/desarrollos/bckgrnds/b-web-white.png);
}

#nHosting {
  background-image: url(/img/desarrollos/bckgrnds/b-hosting-black.png);
}

#nHosting2 {
  background-image: url(/img/desarrollos/bckgrnds/b-hosting-white.png);
}

/* Informática */
#nCentroDatos {
  background-image: url(/img/informatica/bckgrnds/b-centro-datos-black.png);
}

#nCentroDatos2 {
  background-image: url(/img/informatica/bckgrnds/b-centro-datos-white.png);
}

#nRedes {
  background-image: url(/img/informatica/bckgrnds/b-redes-black.png);
}

#nRedes2 {
  background-image: url(/img/informatica/bckgrnds/b-redes-white.png);
}

#nEnergia {
  background-image: url(/img/informatica/bckgrnds/b-energia-black.png);
}

#nEnergia2 {
  background-image: url(/img/informatica/bckgrnds/b-energia-white.png);
}

#nCableado {
  background-image: url(/img/informatica/bckgrnds/b-cableado-black.png);
}

#nCableado2 {
  background-image: url(/img/informatica/bckgrnds/b-cableado-white.png);
}

#nUsuario {
  background-image: url(/img/informatica/bckgrnds/b-usuario-black.png);
}

#nUsuario2 {
  background-image: url(/img/informatica/bckgrnds/b-usuario-white.png);
}

/* Medical */
/* fin Fondos */
/* =============== */
/* Menú Escritorio */
/* =============== */
#menu-escritorio {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
  width: 100%;
  z-index: 100 !important;
}
@media (max-width: 575.98px) {
  #menu-escritorio {
    display: none;
  }
}
#menu-escritorio .row {
  position: relative;
}
#menu-escritorio .logo {
  display: block;
  margin: auto;
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media (max-width: 575.98px) {
  #menu-escritorio .logo {
    width: 40%;
  }
}
#menu-escritorio .logo img {
  height: 100%;
  margin: auto 0;
  width: 100%;
}
@media (max-width: 575.98px) {
  #menu-escritorio .logo img {
    height: 30%;
    width: 30%;
  }
}
#menu-escritorio .logo-detalle {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 575.98px) {
  #menu-escritorio .logo-detalle {
    width: 30%;
  }
}
#menu-escritorio .logo-detalle:before {
  background-color: #a3d83d;
  border-radius: 50%;
  bottom: -30px;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.7);
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
}
#menu-escritorio ul {
  display: block;
  font-size: 0 !important;
  margin: 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  #menu-escritorio ul {
    display: none;
  }
}
#menu-escritorio ul li {
  color: rgba(255, 255, 255, 0.25);
  display: inline !important;
  font-size: 10px;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  text-align: center;
  text-decoration: none;
}
#menu-escritorio ul li:after {
  color: black;
  content: "|";
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#menu-escritorio ul li:last-child:after {
  display: none;
}
#menu-escritorio ul li a {
  color: white;
  display: inline-block;
  font-size: 12px !important;
  height: 80px;
  line-height: 80px;
  margin: 0 !important;
  padding: 0 20px;
  /* 0 25px */
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
#menu-escritorio ul li a:hover,
#menu-escritorio ul li a.activo,
#menu-escritorio ul li a.activarMenu {
  background-color: #0f0f0f;
  color: white;
  transition: all 0.25s ease;
  text-decoration: none;
}
#menu-escritorio ul li a.redes {
  color: white;
  font-size: 18px !important;
  padding: 0 5px !important;
}
#menu-escritorio ul li a.redes:hover {
  background-color: rgba(163, 216, 61, 0);
  color: rgba(255, 255, 255, 0.5) !important;
}
#menu-escritorio ul li:hover ul,
#menu-escritorio ul li ul:hover {
  opacity: 1;
  visibility: visible;
}
#menu-escritorio ul li ul {
  border-radius: 0 0 15px 15px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.7) !important;
  display: block;
  left: 0;
  margin: 0 !important;
  margin-top: 1em;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: fit-content;
}
#menu-escritorio ul li ul li {
  display: block !important;
  width: fit-content;
}
#menu-escritorio ul li ul li:after {
  content: " ";
  display: none !important;
}
#menu-escritorio ul li ul li a {
  background-color: #266d58;
  display: block;
  height: 35px;
  line-height: 35px;
  text-align: left;
  width: 250px;
}
#menu-escritorio ul li ul li a:hover {
  background-color: #0f0f0f !important;
}
#menu-escritorio p {
  color: rgba(255, 255, 255, 0.2);
  line-height: 100px;
  text-align: center;
}

/* fin Menú Escritorio */
/* ========== */
/* Menú Móvil */
/* ========== */
.menu-movil {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
  display: none;
  height: 70px;
  width: 100%;
  z-index: 998 !important;
}
@media (max-width: 575.98px) {
  .menu-movil {
    display: block;
  }
}
.menu-movil .logo {
  height: 70px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 85%;
}
.menu-movil .logo img {
  height: 100%;
  margin: auto;
  width: 100%;
}
.menu-movil .bloque {
  height: 70px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
.menu-movil .flecha {
  border-radius: 50%;
  bottom: -20px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.7);
  color: white;
  height: 50px;
  left: 50%;
  line-height: 70px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 75px;
}

#MM {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 0 25px 25px;
  border: 1px rgba(0, 0, 0, 0.2) solid;
  box-shadow: 0 0 3px 3px rgba(20, 20, 20, 0.2);
  display: none;
  padding-bottom: 5px;
  padding-top: 75px;
  position: fixed;
  text-align: center;
  transition: all 1s ease;
  top: -100%;
  width: 100%;
  z-index: 997 !important;
}
@media (max-width: 575.98px) {
  #MM {
    display: block;
  }
}
#MM ul {
  display: inline-block;
  margin: 0;
  list-style-type: none;
  padding: 25px 0 0 0 !important;
}
#MM ul li {
  color: #0f0f0f !important;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 0;
  text-transform: uppercase;
}
#MM ul li.separador {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 8px 0;
}
#MM ul li a {
  color: #0f0f0f;
  display: inline-block;
  padding: 4px 0;
  width: 80vw;
}
#MM ul li a.redes {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 4px 0;
  width: 40px !important;
}
#MM ul li a.menu-idiomas {
  font-size: 14px;
  padding: 0 0 4px 0;
  width: 30px !important;
}
#MM ul li a:active {
  color: #c8c8c8;
  text-decoration: none;
}

/* fin Menú Móvil */
/* ======= */
/* Títulos */
/* ======= */
h2.titulo {
  font-display: fallback;
  font-family: "Oswald", sans-serif !important;
  font-size: 38px;
  margin: 0 0 50px !important;
  padding: 0 !important;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  h2.titulo {
    font-size: 32px;
  }
}

.flechas {
  font-size: 32px !important;
}

@media (max-width: 575.98px) {
  h3 {
    text-align: center !important;
  }
}
h3.subtitulo {
  font-display: fallback;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px !important;
  margin-bottom: 12px !important;
  position: relative;
  text-transform: uppercase;
}
h3.subtitulo.ladoIzq {
  position: relative;
}
h3.subtitulo.ladoIzq:before {
  content: "";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 8px;
}
@media (max-width: 575.98px) {
  h3.subtitulo.ladoIzq:before {
    height: 6px !important;
    left: 50%;
    margin-left: -50px;
    top: -10px;
    width: 100px !important;
  }
}
h3.subtitulo.ladoIzq.marketing:before {
  background-color: #991111;
}
h3.subtitulo.ladoIzq.desarrollos:before {
  background-color: #ff801a;
}
h3.subtitulo.ladoIzq.informatica:before {
  background-color: lightseagreen;
}
h3.subtitulo.ladoDer {
  position: relative;
}
h3.subtitulo.ladoDer:after {
  content: "";
  height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  width: 7px;
}
@media (max-width: 575.98px) {
  h3.subtitulo.ladoDer:after {
    height: 6px !important;
    left: 50%;
    margin-left: -50px;
    top: -10px;
    width: 100px !important;
  }
}
h3.subtitulo.ladoDer.marketing:after {
  background-color: #991111;
}
h3.subtitulo.ladoDer.desarrollos:after {
  background-color: #ff801a;
}
h3.subtitulo.ladoDer.informatica:after {
  background-color: lightseagreen;
}

h4 {
  font-display: fallback;
  font-family: "Oswald", sans-serif !important;
  margin-bottom: 12px !important;
  position: relative;
  text-transform: uppercase;
}
h4.bullet {
  font-display: fallback;
  font-family: "Kaushan Script", cursive !important;
  font-size: 22px !important;
  font-weight: bolder;
  letter-spacing: 0.2px;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  text-transform: initial !important;
}

/* fin Títulos */
/* ====== */
/* Textos */
/* ====== */
.tleft {
  text-align: left !important;
}
@media (max-width: 575.98px) {
  .tleft {
    text-align: center !important;
  }
  .tleft ul, .tleft li {
    list-style: none;
  }
}

.tright {
  text-align: right !important;
}
@media (max-width: 575.98px) {
  .tright {
    text-align: center !important;
  }
  .tright ul, .tright li {
    list-style: none;
  }
}

.tblanco {
  color: gainsboro;
}
.tblanco strong {
  color: white !important;
}
.tblanco span {
  font-display: fallback;
  font-family: "Kaushan Script", cursive;
  font-size: 22px !important;
  font-weight: bolder;
  letter-spacing: 0.2px;
  line-height: 30px !important;
}
.tblanco.marketing span {
  color: #991111;
}
.tblanco.desarrollos span {
  color: #ff801a;
}
.tblanco.informatica span {
  color: lightseagreen;
}

.tnegro {
  color: #323232;
}
.tnegro strong {
  color: black !important;
}
.tnegro span {
  font-display: fallback;
  font-family: "Kaushan Script", cursive;
  font-size: 22px !important;
  font-weight: bolder;
  letter-spacing: 0.2px;
  line-height: 36px !important;
}
.tnegro.marketing span {
  color: #991111;
}
.tnegro.desarrollos span {
  color: #ff801a;
}
.tnegro.informatica span {
  color: lightseagreen;
}

.tmarketing {
  color: #cd2323 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

/* rgba(153,17,17,1) */
.tdesarrollos {
  color: #ff801a !important;
}

.tinformatica {
  color: lightseagreen !important;
}

/* fin Textos */
/* =========== */
/* Carrusel GS */
/* =========== */
/* ==================== */
/* Carrusel de Unidades */
/* ==================== */
#elCarruselGS {
  background: #1e1e1e;
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 99;
}
#elCarruselGS .banner {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 2s ease-in-out;
  width: 100%;
  z-index: 1;
}
#elCarruselGS .banner.activo {
  opacity: 1;
  z-index: 2;
}
#elCarruselGS .banner.bannerMarketingA {
  background-image: url(/img/marketing/carrusel/carrusel1a.jpg);
}
#elCarruselGS .banner.bannerMarketingB {
  background-image: url(/img/marketing/carrusel/carrusel2a.jpg);
}
#elCarruselGS .banner.bannerMarketingC {
  background-image: url(/img/marketing/carrusel/carrusel3a.jpg);
}
#elCarruselGS .banner.bannerMarketingD {
  background-image: url(/img/marketing/carrusel/carrusel4a.jpg);
}
#elCarruselGS .banner.bannerDesarrollosA {
  background-image: url(/img/desarrollos/carrusel/carrusel1a.jpg);
}
#elCarruselGS .banner.bannerDesarrollosB {
  background-image: url(/img/desarrollos/carrusel/carrusel2a.jpg);
}
#elCarruselGS .banner.bannerDesarrollosC {
  background-image: url(/img/desarrollos/carrusel/carrusel3a.jpg);
}
#elCarruselGS .banner.bannerDesarrollosD {
  background-image: url(/img/desarrollos/carrusel/carrusel4a.jpg);
}
#elCarruselGS .banner.bannerDesarrollosE {
  background-image: url(/img/desarrollos/carrusel/carrusel5a.jpg);
}
#elCarruselGS .banner.bannerInformaticaA {
  background-image: url(/img/informatica/carrusel/carrusel1a.jpg);
}
#elCarruselGS .banner.bannerInformaticaB {
  background-image: url(/img/informatica/carrusel/carrusel3a.jpg);
}
#elCarruselGS .banner.bannerInformaticaC {
  background-image: url(/img/informatica/carrusel/carrusel1a.jpg);
}
#elCarruselGS .banner.bannerInformaticaD {
  background-image: url(/img/informatica/carrusel/carrusel3a.jpg);
}
#elCarruselGS .elContenedor {
  height: 100%;
  margin: auto;
  position: relative;
  width: 992px;
  z-index: 5;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor {
    overflow: hidden !important;
    width: 100vw;
  }
}
#elCarruselGS .elContenedor .textos {
  color: white;
  left: -100%;
  position: absolute;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  transition: all 2s ease-in-out;
  width: 500px;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .textos {
    bottom: 11%;
    text-align: center;
    top: unset;
    transform: none;
    width: 85%;
  }
}
#elCarruselGS .elContenedor .textos h5 {
  font-family: "Oswald", sans-serif !important;
  font-size: 40px;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .textos h5 {
    font-size: 25px;
  }
}
#elCarruselGS .elContenedor .textos p {
  font-size: 18px;
}
#elCarruselGS .elContenedor .textos p span {
  font-family: "Kaushan Script", cursive;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .textos p {
    font-size: 16px;
    line-height: 22px;
  }
}
#elCarruselGS .elContenedor .textos.activo {
  left: 0;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .textos.activo {
    left: 50%;
    transform: translateX(-50%);
  }
}
#elCarruselGS .elContenedor .apoyos {
  /* background: linear-gradient(white, rgb(200,200,200)); */
  height: 350px;
  position: absolute;
  right: -100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 2s ease-in-out;
  width: 350px;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .apoyos {
    height: 225px;
    top: 20%;
    transform: none;
    width: 225px;
  }
}
#elCarruselGS .elContenedor .apoyos.activo {
  right: 0;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .apoyos.activo {
    right: 50%;
    transform: translateX(50%);
  }
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 350px;
  z-index: 2 !important;
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselMarketing1 {
  background-image: url(/img/marketing/carrusel/carrusel1c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselMarketing2 {
  background-image: url(/img/marketing/carrusel/carrusel2c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselMarketing3 {
  background-image: url(/img/marketing/carrusel/carrusel3c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselMarketing4 {
  background-image: url(/img/marketing/carrusel/carrusel4c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselDesarrollos1 {
  background-image: url(/img/desarrollos/carrusel/carrusel1c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselDesarrollos2 {
  background-image: url(/img/desarrollos/carrusel/carrusel2c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselDesarrollos3 {
  background-image: url(/img/desarrollos/carrusel/carrusel3c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselDesarrollos4 {
  background-image: url(/img/desarrollos/carrusel/carrusel4c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselDesarrollos5 {
  background-image: url(/img/desarrollos/carrusel/carrusel5c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselInformatica1 {
  background-image: url(/img/informatica/carrusel/carrusel1c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselInformatica2 {
  background-image: url(/img/informatica/carrusel/carrusel2c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselInformatica3 {
  background-image: url(/img/informatica/carrusel/carrusel3c.png);
}
#elCarruselGS .elContenedor .apoyos .apoyoImagen.carruselInformatica4 {
  background-image: url(/img/informatica/carrusel/carrusel4d.png);
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .apoyos .apoyoImagen {
    height: 225px !important;
    width: 225px !important;
  }
}
#elCarruselGS .elContenedor .apoyos .apoyoFondo {
  animation: fondoAnim 15s linear infinite;
  background-image: url(/img/marketing/carrusel/carrusel1b.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  left: 0;
  position: absolute;
  top: 0;
  width: 350px;
  z-index: 1;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .apoyos .apoyoFondo {
    height: 225px !important;
    width: 225px !important;
  }
}
@keyframes fondoAnim {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#elCarruselGS .elContenedor .botoneria {
  bottom: -25%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: bottom 2s ease-in-out;
  width: fit-content;
  z-index: 10;
}
#elCarruselGS .elContenedor .botoneria.activo {
  bottom: 5rem;
}
@media (max-width: 575.98px) {
  #elCarruselGS .elContenedor .botoneria.activo {
    bottom: 30px;
  }
}
#elCarruselGS .elContenedor .botoneria ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#elCarruselGS .elContenedor .botoneria ul li {
  float: left;
  margin-right: 0.5rem;
}
#elCarruselGS .elContenedor .botoneria ul li:last-child {
  margin-right: 0;
}
#elCarruselGS .elContenedor .botoneria ul li a {
  background: rgba(255, 255, 255, 0.65);
  border-radius: 0.8rem;
  box-shadow: 3px 3px 0.35rem rgba(51, 51, 51, 0.5);
  display: inline-block;
  height: 0.4em;
  width: 2em;
}
#elCarruselGS .elContenedor .botoneria ul li a:hover, #elCarruselGS .elContenedor .botoneria ul li a.activo {
  background: white;
}
#elCarruselGS .elContenedor .btn-carrusel {
  display: inline-block;
  border: 1px white solid;
  width: fit-content;
  padding: 0.25rem 1rem;
  color: white;
}
#elCarruselGS .elContenedor .btn-carrusel:hover {
  background: white;
  color: black;
  text-decoration: none;
}

/* ============= */
/* Quiénes somos */
/* ============= */
.texto {
  animation: texto 15s linear infinite !important;
  -webkit-animation: texto 15s linear infinite !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 350px;
  position: absolute;
  width: 350px;
}
.texto.qsomosMarketing {
  background-image: url(/img/marketing/qsomos/texto.png);
}
.texto.qsomosDesarrollos {
  background-image: url(/img/desarrollos/qsomos/texto.png);
}
.texto.qsomosInformatica {
  background-image: url(/img/informatica/qsomos/texto.png);
}
@media (max-width: 575.98px) {
  .texto {
    height: 320px !important;
    left: 50%;
    margin-left: -160px;
    width: 320px !important;
  }
}

@keyframes texto {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes texto {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.imagen {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  left: 0;
  position: relative;
  top: 0;
  width: 350px;
}
.imagen.qsomosMarketing {
  background-image: url(/img/marketing/qsomos/imagen-sombra.png);
}
.imagen.qsomosDesarrollos {
  background-image: url(/img/desarrollos/qsomos/imagen-sombra.png);
}
.imagen.qsomosInformatica {
  background-image: url(/img/informatica/qsomos/imagen-sombra.png);
}
@media (max-width: 575.98px) {
  .imagen {
    height: 330px;
    margin: 0 auto 25px;
    width: 330px;
  }
  .imagen img {
    width: 100%;
  }
}

/* fin Quiénes somos */
/* ========= */
/* Servicios */
/* ========= */
.elementosApoyo {
  height: 175px;
  left: 50%;
  position: relative;
  top: 50%;
  margin: -87.5px 0 0 -87.5px;
  width: 175px;
}
@media (max-width: 575.98px) {
  .elementosApoyo {
    margin: 20px 0 30px;
    top: unset !important;
    transform: translateX(-50%);
  }
}

.recuadro {
  animation: recuadro 15s linear infinite !important;
  -webkit-animation: recuadro 15s linear infinite !important;
  height: 120px;
  left: 50%;
  margin: -60px 0 0 -60px;
  position: absolute;
  top: 50%;
  width: 120px;
}
.recuadro.marketing {
  background-color: rgba(153, 17, 17, 0.4);
}
.recuadro.marketing2 {
  background-color: rgba(153, 17, 17, 0.2);
}
.recuadro.desarrollo {
  background-color: rgba(255, 128, 26, 0.2);
}
.recuadro.informatica {
  background-color: rgba(44, 178, 169, 0.3);
}
.recuadro.medical {
  background-color: #2c486f;
}
.recuadro.negro {
  background-color: #323232;
}

@keyframes recuadro {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes recuadro {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.imagen-small {
  /* background-color: rgba(0,0,0,.3); */
  display: block !important;
  height: 175px;
  left: 50% !important;
  position: relative !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 175px;
  /* Marketing */
  /* Desarrollos */
  /* Informática */
}
.imagen-small.redes-plan {
  background-image: url(/img/marketing/servicios/redes-plan.png);
}
.imagen-small.redes-diseno {
  background-image: url(/img/marketing/servicios/redes-diseno.png);
}
.imagen-small.redes-fb {
  background-image: url(/img/marketing/servicios/redes-fb.png);
}
.imagen-small.mail-mailing {
  background-image: url(/img/marketing/servicios/mail-mailing.png);
}
.imagen-small.mail-campanas {
  background-image: url(/img/marketing/servicios/mail-campanas.png);
}
.imagen-small.web-diagnostico {
  background-image: url(/img/marketing/servicios/web-diagnostico.png);
}
.imagen-small.web-desarrollo {
  background-image: url(/img/marketing/servicios/web-desarrollo.png);
}
.imagen-small.desarrollos-func {
  background-image: url(/img/desarrollos/servicios/desarrollo-func.png);
}
.imagen-small.desarrollos-admin {
  background-image: url(/img/desarrollos/servicios/desarrollo-admin.png);
}
.imagen-small.apps {
  background-image: url(/img/desarrollos/servicios/apps.png);
}
.imagen-small.sitios-web {
  background-image: url(/img/desarrollos/servicios/sitios-web.png);
}
.imagen-small.sitios-responsivos {
  background-image: url(/img/desarrollos/servicios/sitios-responsivos.png);
}
.imagen-small.hosting-hosting {
  background-image: url(/img/desarrollos/servicios/hosting-hosting.png);
}
.imagen-small.hosting-ssl {
  background-image: url(/img/desarrollos/servicios/hosting-ssl.png);
}
.imagen-small.datos-servidores {
  background-image: url(/img/informatica/servicios/datos-servidores.png);
}
.imagen-small.datos-instalaciones {
  background-image: url(/img/informatica/servicios/datos-instalaciones.png);
}
.imagen-small.datos-nube {
  background-image: url(/img/informatica/servicios/datos-nube.png);
}
.imagen-small.datos-diagnostico {
  background-image: url(/img/informatica/servicios/datos-diagnostico.png);
}
.imagen-small.redes-switching {
  background-image: url(/img/informatica/servicios/redes-switching.png);
}
.imagen-small.redes-routing {
  background-image: url(/img/informatica/servicios/redes-routing.png);
}
.imagen-small.redes-wireless {
  background-image: url(/img/informatica/servicios/redes-wireless.png);
}
.imagen-small.redes-telefonia {
  background-image: url(/img/informatica/servicios/redes-telefonia.png);
}
.imagen-small.cableado-redes {
  background-image: url(/img/informatica/servicios/cableado-redes.png);
}
.imagen-small.cableado-voceo {
  background-image: url(/img/informatica/servicios/cableado-voceo.png);
}
.imagen-small.cableado-cctv {
  background-image: url(/img/informatica/servicios/cableado-cctv.png);
}
.imagen-small.cableado-acceso {
  background-image: url(/img/informatica/servicios/cableado-acceso.png);
}
.imagen-small.cableado-incendios {
  background-image: url(/img/informatica/servicios/cableado-incendios.png);
}
.imagen-small.energia-ups {
  background-image: url(/img/informatica/servicios/energia-ups.png);
}
.imagen-small.energia-conectividad {
  background-image: url(/img/informatica/servicios/energia-conectividad.png);
}
.imagen-small.energia-monitoreo {
  background-image: url(/img/informatica/servicios/energia-monitoreo.png);
}
.imagen-small.energia-racks {
  background-image: url(/img/informatica/servicios/energia-racks.png);
}
.imagen-small.energia-kvm {
  background-image: url(/img/informatica/servicios/energia-kvm.png);
}
.imagen-small.usuario-hardware {
  background-image: url(/img/informatica/servicios/usuario-hardware.png);
}
.imagen-small.usuario-mantenimiento {
  background-image: url(/img/informatica/servicios/usuario-mantenimiento.png);
}
.imagen-small.usuario-polizas {
  background-image: url(/img/informatica/servicios/usuario-polizas.png);
}
.imagen-small.usuario-seguridad {
  background-image: url(/img/informatica/servicios/usuario-seguridad.png);
}
.imagen-small.usuario-instalaciones {
  background-image: url(/img/informatica/servicios/usuario-instalaciones.png);
}

/* fin Servicios */
/* ============ */
/* Imagen Apoyo */
/* ============ */
.imagen-apoyo {
  left: 50%;
  position: absolute;
  top: -25%;
  transform: translateX(-50%);
  z-index: 3;
}

/* ======== */
/* Clientes */
/* ======== */
.slider {
  height: 160px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 1020px;
}
@media (max-width: 575.98px) {
  .slider {
    width: 300px;
  }
}

.slider::before, .slider::after {
  content: "";
  height: 160px;
  position: absolute;
  width: 50px;
  z-index: 2;
}

.slider::after {
  background-image: url(/img/marketing/clientes/barra-der.png);
  right: -1px;
  top: 0;
}

.slider::before {
  background-image: url(/img/marketing/clientes/barra-izq.png);
  left: 0;
  top: 0;
}

.slider .slide {
  height: 160px;
  width: 250px;
}

/* Clientes Marketing */
.slider .clientesMarketing1 {
  animation: clientesMarketing1 30s linear infinite;
  -webkit-animation: clientesMarketing1 30s linear infinite;
  display: flex;
  width: calc(250px * 20) !important;
}

@keyframes clientesMarketing1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
@-webkit-keyframes clientesMarketing1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
.slider .clientesMarketing2 {
  animation: clientesMarketing2 30s linear infinite;
  -webkit-animation: clientesMarketing2 30s linear infinite;
  display: flex;
  width: calc(250px * 18) !important;
}

@keyframes clientesMarketing2 {
  0% {
    transform: translateX(calc(-250px * 9));
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes clientesMarketing2 {
  0% {
    transform: translateX(calc(-250px * 9));
  }
  100% {
    transform: translateX(0);
  }
}
/* Clientes Desarrollo */
.slider .clientesDesarrollo1 {
  animation: clientesDesarrollo1 30s linear infinite;
  -webkit-animation: clientesDesarrollo1 30s linear infinite;
  display: flex;
  width: calc(250px * 20) !important;
}

@keyframes clientesDesarrollo1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
@-webkit-keyframes clientesDesarrollo1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
.slider .clientesDesarrollo2 {
  animation: clientesDesarrollo2 30s linear infinite;
  -webkit-animation: clientesDesarrollo2 30s linear infinite;
  display: flex;
  width: calc(250px * 18) !important;
}

@keyframes clientesDesarrollo2 {
  0% {
    transform: translateX(calc(-250px * 9));
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes clientesDesarrollo2 {
  0% {
    transform: translateX(calc(-250px * 9));
  }
  100% {
    transform: translateX(0);
  }
}
/* Clientes Informática */
.slider .clientesInformatica1 {
  animation: clientesInformatica1 30s linear infinite;
  -webkit-animation: clientesInformatica1 30s linear infinite;
  display: flex;
  width: calc(250px * 14) !important;
}

@keyframes clientesInformatica1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
@-webkit-keyframes clientesInformatica1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider .clientesInformatica2 {
  animation: clientesInformatica2 30s linear infinite;
  -webkit-animation: clientesInformatica2 30s linear infinite;
  display: flex;
  width: calc(250px * 14) !important;
}

@keyframes clientesInformatica2 {
  0% {
    transform: translateX(calc(-250px * 7));
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes clientesInformatica2 {
  0% {
    transform: translateX(calc(-250px * 7));
  }
  100% {
    transform: translateX(0);
  }
}
/* fin Clientes */
/* ====================== */
/* Formulario de contacto */
/* ====================== */
.form-control {
  border-radius: 0 !important;
}

form.texto-negro {
  float: left;
  margin-top: 30px;
  padding: 0 !important;
  width: 100% !important;
}
form.texto-negro label {
  display: none;
}
form.texto-negro input,
form.texto-negro textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: none !important;
  font-size: 14px;
}
form.texto-negro input::placeholder,
form.texto-negro textarea::placeholder {
  opacity: 0.5 !important;
}
form.texto-negro p {
  font-size: 15px;
}
form.texto-negro .btn {
  background-color: black !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: whitesmoke !important;
  transition: all 0.25s ease !important;
}
form.texto-negro .btn:hover {
  background-color: #646464 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
form.texto-negro .btn:focus {
  outline: none !important;
}
@media (max-width: 575.98px) {
  form.texto-negro .btn {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

form.texto-blanco {
  float: left;
  margin-top: 30px;
  padding: 0 !important;
  width: 100% !important;
}
form.texto-blanco label {
  display: none;
}
form.texto-blanco input,
form.texto-blanco textarea {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: none !important;
  color: white !important;
  font-size: 14px;
}
form.texto-blanco input::placeholder,
form.texto-blanco textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1 !important;
}
form.texto-blanco p {
  font-size: 15px;
}
form.texto-blanco .btn {
  background-color: black !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: whitesmoke !important;
  transition: all 0.25s ease !important;
}
form.texto-blanco .btn:hover {
  background-color: #646464 !important;
  color: rgba(255, 255, 255, 0.5) !important;
}
form.texto-blanco .btn:focus {
  outline: none !important;
}
@media (max-width: 575.98px) {
  form.texto-blanco .btn {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}

/* fin Formulario de contacto */
/* ======================= */
/* Información de Contacto */
/* ======================= */
.info-contacto {
  border-radius: 5px 25px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
  font-size: 0 !important;
  overflow: hidden;
  position: relative;
}
@media (max-width: 575.98px) {
  .info-contacto {
    margin: 50px 10px 40px;
  }
}
.info-contacto .logo {
  background-color: #0a0a0a;
  background-image: url(/img/gs-logo-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 275px;
  display: block;
  padding: 0 30px;
  position: relative;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
}
.info-contacto .info {
  padding: 25px 30px;
}
.info-contacto .info h4 {
  color: white;
  font-size: 16px;
  margin: 0 0 2px 0 !important;
}
@media (max-width: 575.98px) {
  .info-contacto .info h4 {
    font-size: 19px;
    text-align: center;
  }
}
.info-contacto .info p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 1px 0;
}
@media (max-width: 575.98px) {
  .info-contacto .info p {
    text-align: center;
  }
}
.info-contacto .info p a {
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
}
.info-contacto .info p a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* fin Información de Contacto */
/* ====== */
/* Footer */
/* ====== */
footer {
  font-size: 0 !important;
  padding: 75px 0 !important;
}

footer div,
footer p,
footer a {
  font-size: 12px;
  margin: 0;
}
@media (max-width: 575.98px) {
  footer div,
footer p,
footer a {
    text-align: center;
  }
}

footer p {
  color: rgba(255, 255, 255, 0.7);
}

footer a {
  color: white;
  display: block;
  transition: all 0.25s ease;
}

footer a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

footer .mapa {
  text-align: right;
}
@media (max-width: 575.98px) {
  footer .mapa {
    margin-top: 25px;
    text-align: center;
  }
}

footer .logo-footer:hover {
  opacity: 0.5;
}

footer hr {
  background-color: rgba(255, 255, 255, 0.6);
  left: 15%;
  margin: 5px 0;
  position: relative;
  position: relative;
  width: 85%;
}
@media (max-width: 575.98px) {
  footer hr {
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
  }
}

footer .mapa .redes {
  display: inline-block;
  font-size: 20px;
  margin: 0 2px;
}

/* fin Footer */

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