﻿:root {
  --call-to-action: #2a91d0;
  --card: #000c1d;
  --background-footer: #020000;
  --back: #ececec;
  --black: #000000;
  --white: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pOptionPhone {
  pointer-events: none;
  height: 38px;
  padding-top: 20px;
  margin: 0px 0px 3px 0px;
}
.textOphone {
  pointer-events: none;
  margin: 0px 0px 16px 40px;
  height: 23px;
  margin-top: -13px;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Roboto', sans-serif;
  background: #ececec;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

.header {
  background-image: url(../Assets/back_header.png);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9999999;
}

.logotipo img {
  height: 46px;
  margin-left: 30px;
}

.pointernone {
  pointer-events: none;
}

.nav {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 30px;
  /* max-width: 1400px; */
  max-width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.nav-menu {
  list-style: none;
  margin: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: calc(100% - 60px);
  -webkit-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-item {
  margin: 20px;
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.showOptions {
  display: block;
}
.hideOptions {
  display: none;
}
.optionCard {
  position: absolute;
  top: 58px;
  background: #01030d;
  width: 219px;
  padding-top: 15px;
  padding-bottom: 0;
  color: white;
}
.optionCardResources {
  position: absolute;
  top: 58px;
  background: #01030d;
  width: 219px;
  padding-top: 15px;
  padding-bottom: 0;
  color: white;
  right: 90px;
}
.cursorPointer {
  cursor: pointer;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-top: 0;
  color: rgb(218, 218, 218);
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.688%; /* 22.51px */
  letter-spacing: 1.04px;
}
.cursorPointer:hover {
  color: white;
}
.cursorPointer-immersion {
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 0;
  color:  rgb(218, 218, 218);

  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.688%; /* 22.51px */
  letter-spacing: 1.04px;
}

.cursorPointer-immersion:hover {
  color: white;
}

.boton-contacto {
  border-radius: 4px;
  background: var(--acento, #2a91d0);
  height: 40px;
  width: 150px;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  font-family: 'Montserrat';
  font-size: 14px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: white;
  text-decoration: none;
}

a {
  text-decoration: none;
}

.nav-menu_link {
  padding: 10px 0;
}

.mostrar-productos {
  margin-left: 10px;
}

.nav-toggle {
  background: none;
  border: none;
  padding: 0 20px;
  line-height: 60px;

  display: none;
}

.nav-menu-link:hover {
  background: none;
  color: #94d6ff;
}

.separador {
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 0;
  height: 1px;
  margin-top: 0px;
  background-color: #999;
}

.icono-home {
  margin-right: 5px;
}

.breadcrumbs {
  margin-top: 90px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
  font-size: 14px;
  padding: 0;
  margin-left: 30px;
  line-height: 140.688%; /* 22.51px */
  letter-spacing: 1.04px;
}

.breadcrumbs-item {
  display: inline-block;
}

.breadcrumbs-link {
  text-decoration: none;
  color: #4e4e4e;
}

.breadcrumbs-link:hover {
  text-decoration: underline;
}

.breadcrumbs-item-active {
  color: #095d91;
}

.breadcrumbs-item:not(:last-of-type)::after {
  content: '\203a';
  margin-left: 5px;
  margin-right: 5px;
}

#hero {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80vh;
  color: #d7d7d7;
  background-image: url(../Assets/background_immersion_forsker.png);
  background-size: cover;
  margin-bottom: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.skuld-producto {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-skuld {
  height: 104px;
  width: 380px;
}

.hero-titulo {
  color: #000;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.seccion2-texto {
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.contenedor-seccion2 {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f6f6f6;
  margin-top: 0;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 70px;
}

.titulo-seccion2 {
  font-family: 'Montserrat';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140.688%; /* 45.02px */
  letter-spacing: 2.08px;
  padding-top: 70px;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
}

.parrafo-seccion2 {
  width: 100%;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  margin-top: 0;
  margin-bottom: 30px;
}

.contenedor-boton {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ver-mas1 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 0;
  margin-top: 5px;
}

.boton-mas-sobre-skuld {
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: solid #7c8288;
  border-right: none;
  border-bottom: 1px solid;
  border-left: none;
  border-top: 1px solid;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  color: #000;
  position: relative;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.r {
  font-size: 24px;
  vertical-align: super;
}

.icono-leer {
  margin-left: 20px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.imagen2 {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}

.imagen-seccion2-contenedor {
  width: 100%;
  height: auto;
  margin-top: 82px;
  border-radius: 16px;
  margin-right: 40px;
  margin-left: 40px;
}

.video-1 {
  width: 100%;
  border-radius: 8px;
  height: 450px;
}

.video-seccion2-contenedor {
  margin-top: 75px;
  margin-right: 40px;
  margin-left: 40px;
  width: 100%;
}

.texto-3 {
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.contenedor-seccion3 {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin: 0 auto;
}

.ventajas-seccion3 {
  cursor: pointer;
  color: black;
}

.titulo-seccion3 {
  font-family: 'Montserrat';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140.688%; /* 45.02px */
  letter-spacing: 2.08px;
  padding-top: 70px;
  margin-top: 0;
  margin-bottom: 20px;
}

.ventajas-seccion3 {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  text-align: justify;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 100%;
  height: 42px;
  background-color: transparent;
  border: solid #7c8288;
  border-right: none;
  border-bottom: 1px solid;
  border-left: none;
  border-top: none;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0;
}

.parrafo-permanencia {
  width: 100%;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 0;
  display: none;
  -webkit-animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.parrafo-permanencia-2 {
  width: 100%;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  padding-bottom: 20px;
  margin-bottom: 0;
  display: none;
  -webkit-animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.caracteristicas-skuld {
  padding-left: 0;
  width: 100%;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  border-bottom: 1px solid;
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
  list-style-position: inside;
}

li.li-viñeta::marker {
  margin-right: 0px !important;
}
ul.caracteristicas-skuld {
  list-style-position: outside;
  padding: 0px 0px 0px 19px;
  margin-top: 30px;
}

ul.caracteristicas-skuld li {
  padding-left: 0;
}

.contenedor-imagen3-otras {
  pointer-events: none;
  margin-left: 15px;
}

.contenedor-imagen3 {
  width: 100%;
  height: auto;
  margin-top: 78px;
  border-radius: 16px;
  margin-right: 40px;
  margin-left: 40px;
}
.image-seccion3-movil {
  display: none;
}

.imagen-seccion3 {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}

.ver-mas3 {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.li-vineta {
  margin-bottom: 20px;
}

.li-final {
  margin-bottom: 70px;
}

.contenedor-seccion4 {
  background-color: #f6f6f6;
  width: 100%;
}

.contenedor-parrafo {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
}

.titulo-seccion4 {
  font-family: 'Montserrat';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140.688%; /* 45.02px */
  letter-spacing: 2.08px;
  padding-top: 70px;
  margin-top: 0;
  text-align: center;
}

.titulo-organizacion {
  color: #000;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 60px;
  list-style-type: none;
}

.type {
  height: 12px;
  width: 12px;
  margin-right: 10px;
  margin-bottom: 3px;
}

.imagen-seccion4-2 {
  width: 100%;
}

.contenedor-imagen4-2 {
  width: 100%;
  height: auto;
  margin-top: 68px;
  border-radius: 16px;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 70px;
}

.parrafo-procesos {
  width: 100%;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  margin-right: 40px;
}

.titulo-automatizacion2 {
  color: #000;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 76px;
  list-style-type: none;
}

.automatizacion-procesos {
  margin: 0;
  padding-left: 0 !important;
  list-style-position: inside;
  width: 100%;
}

.beneficios-tres {
  width: 100%;
  margin: 0px 40px;
}

.contenido-izquierda {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
}

.contenido-izquierda {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parrafo-organizacion {
  /* width: 530px; */
  width: 100%;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
}

.parrafo-seccion4 {
  width: 100%;
  text-align: justify;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%; /* 36px */
  margin-top: 0;
  margin-bottom: 70px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.contenido-derecha {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
}

.contenedor-imagen4 {
  width: 100%;
  height: auto;
  margin-top: 56px;
  border-radius: 16px;
  margin-right: 40px;
  margin-left: 40px;
}

.imagen-seccion4 {
  width: 100%;
}

.ventajas-dos {
  width: 100%;
}

.beneficios-izquierda {
  width: 100%;
}

.organizacion-datos {
  margin-top: 0;
  margin-left: 40px;
  margin-bottom: 0;
  width: 100%;
  padding: 0px 100px 0px 0px;
}

.contenido-derecha-movil {
  display: none;
}

.linea-final {
  margin-left: 30px;
  margin-right: 30px;
  color: #28333c;
  margin-top: 0;
  margin-bottom: 0;
}

#nuestras-marcas {
  background-image: url(../Assets/background_nuestras_marcas.jpg);
  margin-top: auto;
  height: 500px;
  background-size: cover;
}

.container {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#nuestras-marcas h1 {
  padding-top: 50px;
  padding-bottom: 0px;
  margin: 0;
  text-align: center;

  font-family: 'Montserrat';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.42px;
}

.logo-analytiko {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 80px;
  margin-bottom: 18px;
}

.logo-immersion {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 66px;
}

.parrafo-analytiko {
  color: #000;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  text-align: center;
  width: 100%;
  text-align: justify;
  margin-right: 0;
  margin-bottom: 22px;
}

.parrafo-immersion {
  color: #000;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 19.6px */
  text-align: center;
  margin-top: 18px;
  text-align: justify;
  margin-bottom: 0;
}

.toggle-productos {
  text-decoration: none;
  color: white;
}

.boton-leer {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 100%;
  height: 42px;
  background-color: transparent;
  border: solid #7c8288;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid;
  border-top: 1px solid;
  cursor: pointer;
  margin-top: 24px;
}

.boton-leer-immersion {
  color: #000000;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  width: 100%;
  height: 42px;
  background-color: transparent;
  border: solid #7c8288;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid;
  border-top: 1px solid;
  cursor: pointer;
  margin-top: 74px;
}

.flecha45 {
  margin-left: 12px;
}

.card3 {
  /* margin-left: 20px;
   margin-right: 20px;
   padding-left: 50px;
   padding-right: 50px; */
  width: 300px;
  height: 360px;
  min-width: 300px;
}

.card4 {
  width: 300px;
  min-width: 300px;
  height: 360px;
  margin-left: 100px;
  /* margin-left: 20px;
    padding-left: 50px;
    padding-right: 50px;
  */
}

#cta-final {
  background-image: url(../Assets/back_contactanos.png);
  height: auto;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

#cta-final h1 {
  color: #fff;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 0;
}

#cta-final div {
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: var(--background, #fff);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 30px;
}
.cta-contacto-modal {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  width: 90%;
  height: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: white;
  background-color: #2a91d0;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.cta-contacto {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  width: 400px;
  height: 50px;
  padding: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: white;
  background-color: #2a91d0;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  margin-top: 20px;
}

.cta-contacto {
  cursor: pointer;
}

.cta-contacto .cta-contacto-modal:hover {
  background-color: #1b77b1;
}

.boton-contacto:hover {
  background-color: #1b77b1;
}
.cta-contacto:hover {
  background-color: #1b77b1;
}

.enlace-contacto {
  text-decoration: none;
}

.hr1 {
  border-color: #f6f6f6;
  margin: 0;
  margin-right: 30px;
  margin-left: 30px;
  opacity: 0.5;
  width: auto;
}

.separador-final {
  background-color: #020000;
}

.pie-de-pagina {
  background-color: #020000;
}

.footer1 {
  margin-left: 50px;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer {
  color: #fff;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  background-color: #020000;
}

footer p {
  margin-top: 10px;
  color: #e9e9e9;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

footer h3 {
  margin-top: 20px;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.5%; /* 16.87px */
}

.logo-footer {
  margin-top: 40px;
  height: 46px;
  width: auto;
  margin-right: 80px;
}

.compañia {
  margin-top: 40px;
}

.casos-de-uso {
  margin-top: 40px;
}

.direccion {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 0;
}

.iconos-footer {
  height: 42px;
  width: auto;
  margin-left: 30px;
  margin-top: 30px;
}

.twitter {
  margin-left: 0;
}

.icono-instagram {
  height: 42px;
  width: auto;
  margin-left: 30px;
  margin-top: 30px;
}

.footer-3 {
  margin-right: 50px;
}

.link-productos:hover {
  text-decoration: underline;
  color: white;
}

.footer-3 li {
  margin-top: 20px;
  color: #e9e9e9;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}

.separador-final-2 {
  margin-top: 30px;
}

.footer-final {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  margin-top: 0;
}

.footer-4 {
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 10px;
}

.casos-li {
  margin-top: 20px;
  padding: 0;
  list-style-position: inside;
}

.tm-analytiko {
  margin-left: 10px;
  margin-bottom: 30px;
  margin-right: 10px;
}

.tm {
  margin-left: 50px;
  margin-bottom: 20px;
}

.visible {
  display: block !important;
}

.rotate-icon.rotated {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); /* Cambia el ángulo de rotación según lo necesites */
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* Agrega una transición suave */
}
.separadorProducts {
  border-top: 1px solid #ccc;
  margin: 9px 39px;
}
@media (max-width: 1040px) {
  .nav-toggle {
    background: none;
    border: none;
    padding-right: 0;
    line-height: 60px;
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu-item {
    display: none;
  }
  .boton-contacto {
    display: none;
  }
}
@media (max-width: 944px) {
  .breadcrumbs {
    margin-top: 90px;
  }

  .modal {
    margin-top: 80px;
  }
  .nav-menu-item {
    display: none;
  }

  .boton-contacto {
    display: none;
  }

  .nav-toggle {
    background: none;
    border: none;
    padding-right: 0;
    line-height: 60px;
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .toggle-productos {
    text-decoration: none;
    color: white;
  }

  .toggle-productos {
    text-decoration: none;
    color: white;
  }

  .pOptionPhone {
    margin: 0px 0px 3px 0px;
    pointer-events: none;
    font-size: 16px;
  }
  .separadorProducts {
    border-top: 1px solid #ccc;
    margin: 9px 39px;
  }
  .productsClass {
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    -webkit-animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .cursorPointer {
    cursor: pointer;
    color: white;
    font-family: Montserrat;
    margin-left: 40px;
    margin-top: 25px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 70px;
  }

  .r {
    font-size: 20px;
  }

  .nav {
    height: auto;
  }

  .modal {
    margin-top: 60px !important;
  }

  .header {
    height: 60px;
  }

  .logotipo img {
    height: 36px;
    margin-top: 12px;
  }

  .nav-menu-item {
    display: none;
  }

  .boton-contacto {
    display: none;
  }

  .nav-toggle {
    background: none;
    border: none;
    padding-right: 0;
    line-height: 60px;
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-skuld {
    height: 66px;
    width: 238px;
  }

  .hero-titulo {
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    margin-right: 30px;
    margin-left: 30px;
  }

  .seccion2-texto {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }

  .parrafo-3 {
    margin-bottom: 0 !important;
  }

  .image-seccion3-movil {
    display: block;
    border-radius: 16px;
    margin-bottom: 10px;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
  }

  .titulo-seccion2 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.688%; /* 45.02px */
    letter-spacing: 2.08px;
    padding-top: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
  }

  .video-seccion2-contenedor {
    width: auto;
    margin: 0 30px 30px 30px;
  }

  .parrafo-seccion2 {
    width: auto;

    text-align: justify;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%; /* 36px */
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
  }

  .contenedor-seccion2 {
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f6f6f6;
    margin-top: 0;
    max-width: 100%;
    padding-bottom: 0;
  }

  .imagen-seccion2-contenedor {
    display: none;
  }

  .imagen2 {
    display: none;
  }

  .boton-mas-sobre-skuld {
    width: 100%;
    margin: 0;
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;
  }

  .contenedor-seccion3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  .texto-3 {
    width: auto;
    margin-right: 30px;
    margin-left: 30px;
  }

  .titulo-seccion3 {
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140.688%; /* 45.02px */
    letter-spacing: 2.08px;
    padding-top: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    width: auto;
    text-align: center;
  }

  .contenedor-izquierda {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }

  .parrafo-seccion3 {
    width: auto;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    margin-right: 30px;
  }

  .ventajas-permanencia {
    width: 100%;
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    margin-right: 30px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .parrafo-permanencia {
    font-size: 16px;
    width: 100%;
    margin-right: 30px;
    margin-top: 0;
    -webkit-animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }

  .parrafo-permanencia.visible {
    padding-top: 20px;
  }

  .parrafo-permanencia-2 {
    padding-top: 0;
    font-size: 16px;
    margin-top: 0;
  }

  .visible {
    display: block !important;
  }
  .contenedor-imagen3 {
    margin-right: 30px;
    margin-top: 30px;
  }
  .imagen-seccion3 {
    display: none;
  }

  .li-final {
    margin-bottom: 0;
  }

  .clase-flexible {
    width: 100%;
    max-width: none;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .caracteristicas-skuld {
    width: 100%;
    text-align: justify;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 25.6px */
    padding-bottom: 0;
  }

  .imagen-seccion3 {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }

  .ventajas-seccion3 {
    width: 100%;
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
  }

  .parrafo-organizacion {
    text-align: justify;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 25.6px */
    width: 100%;
    margin-top: 20px;
  }

  .titulo-organizacion {
    margin-top: 30px;
    text-align: justify;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  .linea-final {
    margin-top: 30px;
  }

  .imagen-seccion4-2 {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contenedor-imagen4-2 {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
  }

  .parrafo-procesos {
    margin-bottom: 0;
  }

  .automatizacion-procesos {
    margin: 0;
    padding-left: 0 !important;
    list-style-position: inside;
    width: 100%;
    padding-right: 0 !important;
  }

  .beneficios-tres {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }

  .contenido-izquierda {
    display: block;
  }

  .contenedor-imagen4 {
    width: auto;
    height: 320px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 30px;
    margin-left: 30px;
    display: none;
  }

  .contenido-derecha-movil {
    display: block;
    width: auto;
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-right: 30px;
    margin-left: 30px;
    background-color: #dde3e9;
    text-align: center;
    border-radius: 16px;
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .organizacion-datos {
    padding: 0px;
    margin: 0px;
  }

  .imagen-seccion4-movil {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .type {
    margin-bottom: 0;
  }

  .ver-mas1 {
    margin-left: 15px;
  }

  .ver-mas3 {
    margin-left: 15px;
  }

  .contenedor-parrafo {
    display: block;
  }

  .titulo-seccion4 {
    font-family: 'Montserrat';
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    padding-top: 30px;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  #nuestras-marcas h1 {
    font-size: 20px;
    padding: 30px;
  }

  #nuestras-marcas {
    height: 840px;
  }

  .container {
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; /* Centra horizontalmente */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; /* Centra verticalmente */
    padding-bottom: 70px;
  }

  .logo-analytiko {
    margin-top: 20px;
  }

  .logo-immersion {
    margin-top: 40px;
  }

  .parrafo-analytiko {
    margin-right: auto;
    margin-left: auto;
  }

  .parrafo-immersion {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
  }

  .card3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .card4 {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .boton-leer-immersion {
    margin-top: 30px;
  }

  #cta-final {
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  #cta-final h1 {
    text-align: center;
    font-size: 16px;
    margin-left: 30px;
    margin-right: 30px;
  }
  .divContant {
    width: 100%;
  }

  #cta-final div {
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--background, #fff);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
  }

  footer {
    color: #fff;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #020000;
  }

  footer p {
    font-size: 15px;
  }

  footer h3 {
    margin-top: 10px;
    font-size: 16px;
  }

  .logo-footer {
    margin-top: 20px;
    height: 36px;
    width: auto;
  }

  .compañia {
    margin-top: 20px;
  }

  .casos-de-uso {
    margin-top: 20px;
  }

  .direccion {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .footer1 {
    margin-left: 30px;
  }

  .iconos-footer {
    height: 30px;
    width: auto;
    margin-left: 30px;
    margin-top: 20px;
  }

  .icono-instagram {
    height: 30px;
    width: auto;
    margin-left: 30px;
    margin-top: 20px;
  }

  .twitter {
    margin-left: 0;
  }

  .footer-2 {
    margin-left: 30px;
  }

  .footer-3 {
    margin-left: 30px;
  }

  .footer-3 li {
    margin-top: 20px;
    color: #e9e9e9;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
  }

  .separador-final-2 {
    margin-top: 30px;
  }

  .footer-final {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 2;
    margin-top: 0;
  }

  .footer-4 {
    -webkit-box-display: flex;
    -ms-flexbox-display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
  }

  .casos-li {
    margin-top: 20px;
    margin-left: 0;
    padding: 0;
  }

  .tm {
    margin-left: 30px;
  }
  /* ////////// */
  .pOptionPhone {
    margin: 0px 0px 3px 0px;
    pointer-events: none;
    font-size: 16px;
  }

  .iconShow {
    fill: rgb(255, 0, 0); /* Cambia el color del relleno */
    stroke: rgb(255, 0, 0); /* Cambia el color del trazo (stroke) */
  }
  .buttonContact {
    margin-top: 25px;
  }
  .displayNone {
    display: none;
  }
  .productsClass {
    padding: 0px 5px 0px 5px;
    margin: 0px 5px 0px 5px;
    -webkit-animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
  .cursorPointer {
    cursor: pointer;
    color: white;
    font-family: Montserrat;
    margin-left: 40px;
    margin-top: 25px;
  }
  .separadorProducts {
    border-top: 1px solid #ccc;
    margin: 9px 39px;
  }
  .marginButton {
    margin-bottom: 30px;
  }
}
/* Estilos para ocultar la ventana modal inicialmente */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #01030d;
  z-index: 1;
  margin-top: 80px;
  overflow-y: auto;
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.sectionOptionMenu {
  /* border-bottom: 1px solid #dfdfdf; */
  font-family: Montserrat;
  color: white;
  cursor: pointer;
  padding: 0px 15px 0px 15px;
}
.productsClass {
  display: none;
}

.buttonContact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-display: flex;
  -ms-flexbox-display: flex;
  display: flex;
}
.cta-button {
  height: 50px;
  padding: 10px;

  gap: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: white;
  background-color: #2a91d0;
  border-radius: 4px;
  border: 0;
  font-size: 16px;
  margin-left: 15px;
  margin-right: 15px;
}

.separator {
  border-top: 1px solid #2f3349;
  margin: 8px 0;
}
.selected {
  background-color: #3498db; /* Puedes cambiar el color según tus preferencias */
  color: #fff; /* Color de texto */
  font-weight: bold;
}
/* Animaciones */
slide-bottom {
  -webkit-animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    overflow: 10%;
    display: none;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    overflow: 100%;
    display: block !important;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    overflow: 10%;
    display: none;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    overflow: 100%;
    display: block !important;
  }
}
@media (max-width: 420px) {
  .cta-contacto {
    width: 300px;
  }
}
