﻿ 

*{
  margin:0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pop-up{
 
  background-repeat: no-repeat;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-size: cover;
   position: relative;

}

.imagen-mobile {
  display: none;
  position: relative;
  
}

.imagen {
  width: 70%;
  height: 70%;
  position: relative;
}

.icon-close {
  margin-left: -40px;
  margin-top: 15px;
  position: absolute;
  width: 20px;
  height: auto;

}


.separadorProducts {
  border-top: 1px solid #ccc;
  margin: 9px 39px;
}
.container-pop {
background: rgba(48, 48, 48, 0.5);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-display:flex; 
-ms-flexbox-display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
visibility: hidden;
z-index: 9999999999999;
-webkit-box-pack: justify;
-ms-flex-pack: justify;

}

.container-pop.show {
visibility: visible;


}

.pop-up-wrap{

  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6); -webkit-transform scale(0.6);
  opacity: 0;
  -webkit-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all; -webkit-transition .3s ease all;
}

.pop-up-wrap.show{
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); -webkit-transform scale(1);
  opacity: 1;
}

#close {
  cursor: pointer;
}


#contenedor-cards::before {
  content: "";
  display: block;
  height: 80px; /* Altura del encabezado fijo */
  margin: -80px 0 0; /* Altura negativa del encabezado fijo */
}


#empresa-segura::before {
  content: "";
  display: block;
  height: 80px; /* Altura del encabezado fijo */
  margin: -80px 0 0; /* Altura negativa del encabezado fijo */
}

.imagen-brochure{
  height: 190px;
}

.divOptionHeader{
  position: absolute;
  height: 49px;
  z-index: 999999;
  width: 218px;
}
.cursorPointer2:hover {
  color: white;
}
.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;
  }
.cursorPointer-immersion2 {
  cursor: pointer;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 0;
  color: #afafaf;
  display: none;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.688%; /* 22.51px */
  letter-spacing: 1.04px;
}

.cursorPointer-immersion2:hover {
  color: white;
}



html {
  scroll-behavior: smooth;
}
: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;
}
body {
  font-family: "Montserrat", sans-serif;
  font-family: "Roboto", sans-serif;
  background: #ececec;
  margin: 0;
  overflow-x: hidden;
}

.header {
  background-image: url(../Assets/back_header.png);
  
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999999;
  
  
}

.logotipo img {
  height: 46px;
  margin-left: 30px;
  
}

.nav {
  height: 80px;
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 30px;
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  
}

.nav-link {
  color: white;
  text-decoration: none;
  z-index: 99999999;
  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: -webkit-box;
  display: -ms-flexbox;
  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-top: 0;
  margin-right: 20px;
  margin-left: 20px;
  
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}




.hideOptions {
  display: none;
}
.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;
}
.optionCard {
  position: absolute;
  top: 32px;
  background: #01030d;
  width: 219px;
  padding-top: 15px;
  padding-bottom: 0;
  color: white;
  
}
.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-immersion:hover {
  color: white;
}

.boton-contacto {
  border-radius: 4px;
  background: var(--acento, #2a91d0);
  height: 40px !important;
  width: 150px;
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
}

.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;
}

.toggle-productos {
  text-decoration: none;
  color: white;
}

.nav-menu-link:hover {
  background: none;
  color: #94d6ff;
}

#myModal {
  display: none;
}

.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;
}

#hero {
  -webkit-box-display:flex; 
  -ms-flexbox-display:flex; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80vh;
  color: #d7d7d7;
  background-image: url(../Assets/backhero_casos_estudio.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "Montserrat";
}

.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;
}

.icono-home {
  margin-right: 5px;
}

.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;
}

.logo-hero {
  width: 450px;
  height: auto;
  margin-top: 80px;
}

.hero-titulo{
 
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.9px;
   
  }


#hero p {
  margin-left: 60px;
  margin-right: 60px;
  color: #e6e6e6;
  margin-bottom: 0;
  font-family: "Montserrat";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.leer-mas {
  font-size: 14px;
  font-family: "Montserrat";
  width: 280px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid;
  color: #ffffff;
  background-color: transparent;
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  cursor: pointer;
}



.titulo-2 {
  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: 0;
}

.contenedor-imagen2 {
  width: 100%;
  padding-top: 56px;
  margin-right: 40px;
}

.imagen2 {
  width: 100%;
}

.contenedor-imagen2-movil {
  display: none;
}

.contenedor-texto-seccion2 {
  width: 100%;
  margin-left: 40px;
}

.linea {
  margin-top: 70px;
  margin-bottom: 0;
}


.contenedor-seccion3 {
  padding: 70px 80px 70px 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  background-color: #ececec;
  width: 100%;
  position: relative;
}

.titulo-3 {
  text-align: center;
  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%;
}

.ver-mas3 {
  
  -webkit-transform: rotate(-0deg);
  
      -ms-transform: rotate(-0deg);
  
          transform: rotate(-0deg);
  -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;
 
}

.contenido-3 {
  width: 100%;
  margin-right: 40px;
  margin-left: 40px;
  margin-top: 60px;
}

.contenedor-texto3 {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.texto3-1 {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.texto3-2 {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  width: 100%;
  margin-bottom: 70px;
}

.parrafo-seccion3 {
  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: 0;
  margin-left: 30px;
}

.contenedor-imagen-3 {
  width: 100%;
  margin-top: 60px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 70px;
}

.cursorPointer2 {
  cursor: pointer;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-top: 0;
  color: #afafaf;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140.688%; /* 22.51px */
  letter-spacing: 1.04px;
  display: none;
  
}

/* brochure */
.card-brochures{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto ;
  padding: 25px;
  background: white;
  margin: 0px 0px 40px 0px;
}

.icono-descarga{
  width: 22px;
  margin-top: 3px;
  margin-left: 6px;
}
.descargar-brochure{
  position: absolute;
  top: 20px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  
}
.flecha-brochure{
  color: #146ca1;
  margin-left: 10px;
 width: 16px;
}


.leer-mas-brochure{
  margin-top: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   cursor: pointer;
   color: #2A91D0;
text-align: justify;
font-family: 'Montserrat';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 36px */
position: absolute;
bottom: 20px;

 }

 .leer-clase {
  color: #2A91D0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
 }

 .leer-clase:hover {
  color: #14699f;
  
 }
.texto-brochure{
  margin-left: 20px;
  
}
.texto-card{
  margin-top: 16px;
  color: #000;
text-align: justify;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 180%; /* 36px */
}
.texto-descarga{
  color: #2A91D0;
  text-align: justify;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-right: 10px;
  border: none;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
/* Ventana modal */

.imagen-3 {
  width: 100%;
}

.icono-seccion3-1 {
  width: 90px;
  height: auto;
}

.icono-seccion3-2 {
  width: 84px;
  height: auto;
}

.contenedor-seguir-leyendo {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  margin-top: -30px;
  
}

.linea-seguir-leyendo {
  height: 0;
  text-decoration: none;
  color: #000;
}

.linea2 {
  margin-top: 0;
}

.tramo-1 {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  
}

.card-1 {
  text-align: center;
  background: #000c1d;
  margin-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 40px;
  padding-bottom: 30px;
  width: 100%;
}

.card-2 {
  text-align: center;
  background: #000c1d;
  margin-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 50px;
  margin-right: 40px;
  padding-bottom: 20px;
  width: 100%;
}

.titulo-casos  {
  color: #000;
font-family: 'Montserrat';
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 3.12px;
}

.titulo-card {
  color: #fff;
  text-align: center;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  width: 100%;
}

.banca1-mobile {
  display: none;
}

.banca2-mobile {
  display: none;
}

.telecom-mobile {
  display: none;
}

.parrafo-card {
  color: #fff;
  text-align: justify;
  font-family: "Roboto";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 36px */
  width: 100%;
}

.icono-card-1 {
  margin-top: 30px;
  height: 70px;
  width: auto;
}

.icono-card-2 {
  margin-top: 30px;
  height: 70px;
  width: auto;
}

.tramo-2 {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card-3 {
  text-align: center;
  background: #000c1d;
  margin-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 40px;
  padding-bottom: 30px;
  width: 100%;
}

.card-4 {
  text-align: center;
  background: #000c1d;
  margin-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 50px;
  margin-right: 40px;
  padding-bottom: 20px;
  width: 100%;
}

.icono-card-3 {
  margin-top: 30px;
  height: 70px;
  width: auto;
}

.icono-card-4 {
  margin-top: 30px;
  height: 70px;
  width: auto;
}

.card-5 {
  text-align: center;
  background: #000c1d;
  margin-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 40px;
  padding-bottom: 20px;
  width: 100%;
}

.icono-card-5 {
  margin-top: 30px;
  height: 70px;
  width: auto;
}

.tramo-3 {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.leer-card {
  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-bottom: 1px solid;
  border-left: none;
  border-top: 1px solid;
  padding-left: 74px;
  padding-right: 74px;
  text-align: center;
  color: #ffffff;
  display: none;
}

.icono-leer {
  margin-left: 15px;
}

.card2-diferente {
  text-align: center;
  background: #212226;
  margin-top: 70px;
  padding-right: 50px;
  padding-left: 50px;
  margin-left: 50px;
  margin-right: 40px;
  width: 100%;
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boton-casos-de-uso {
  color: #d7d7d7;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
cursor: pointer;
  background-color: transparent;
  border: solid #7c8288;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin-top: 0;
  width: 100%;
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 15px;
}

.flecha-boton {
  height: 22px;
  width: auto;
}

.linea-final {
  margin-top: 70px;
  margin-bottom: 0;
  border-bottom: 0;
}

.nuestras-marcas {
  background-image: url(./Assets/background_nuestras_marcas.jpg);
  background-size: cover;
}

.titulo-marcas {
  padding-top: 50px;
  padding-bottom: 0px;
  text-align: center;
  font-family: "Montserrat";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.42px;
  margin-top: 0;
}

.container-cards {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 70px;
  text-align: center;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}




.parrafos {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}





#cta-final {
  background-image: url(../Assets/back_contactanos.png);
  height: auto;
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  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-modal {
  -webkit-box-display:flex; 
  -ms-flexbox-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  cursor: pointer;
}

.cta-contacto:hover {
  background-color: #1b77b1;
}

.boton-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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
}

a {
  text-decoration: none;
}

.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: -webkit-box;
  display: -ms-flexbox;
  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;
}
/* 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;
}

.visible {
  display: inline !important;
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.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;
}
.rotate-icon.rotated {
  -webkit-transform: rotate(
    -180deg
  );
      -ms-transform: rotate(
    -180deg
  );
          transform: rotate(
    -180deg
  ); /* 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 */
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu-item {
    display: none;
  }
  .boton-contacto {
    display: none;
  }
  
}
@media (min-width:1280px) {
  .card-brochures {
      width: 1094px;
  }
  
  .contenedor-seccion3 {
      display: grid;
      place-items: center;
  padding-right: 0;
  padding-left: 0;
  
  }
  
  
  }

@media (max-width: 1160px) {
    
  .card-brochures{
    height: 100%;

  }

  .card3 {
  margin-right: 50px;  
  }

  .card4 {
  margin-left: 50px;     
     
  }
}

@media (max-width: 1022px) {
  .card3 {
    min-width: 250px;
    min-height: 350px;
    }

.leer-mas-brochure {
  position: static;
}
    .card4-1 {
      min-width: 250px;
      min-height: 350px;
  }
  .card4 {
    min-width: 250px;
    min-height: 360px;
  }
  .card3 {
  margin-right: 35px;  
  }
  
  .card4 {
  margin-left: 35px;     
     
  }
  
  .parrafo-analytiko {
    margin-bottom: 0;
  }
  
  .boton-leer-immersion {
    margin-top: 52px;
  }
  }


  @media (max-width: 944px) {

#hero h1 {
  width: auto;
  width: 80%;
}


    .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: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  
    .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.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
              animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }
    .cursorPointer {
      cursor: pointer;
      color: rgb(218, 218, 218);
      font-family: Montserrat;
      margin-left: 40px;
      margin-top: 25px;
    }
    }

    @media (max-width: 894px) {
      .contenedor-seccion3 {
        padding: 70px 20px 70px 20px;
      }
      .card-brochures{
        height: 100%;

      }
.imagen-brochure{
  height: 190px;
}
      .container-cards {
        -webkit-box-display:flex; 
        -ms-flexbox-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        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 */
        }  
  
        .card4 {
          margin-left: 0;
          width: 300px;
        }
  
        .card3 {
          margin-right: 0;
          width: 300px;
          ;
        }
  
    }

@media (max-width: 768px) {

  .hero-titulo {
    font-size: 40px;

  }

  #hero p {
    font-size: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
.descargar-brochure{
  bottom: 25px;
  right: 15px;
  top: auto;
}

.hero-titulo {
  font-size: 40px;
}

.breadcrumbs {
  margin-top: 70px;
}

.imagen-brochure{
}
  .nav {
    height: auto;
  }

  .logotipo img {
    height: 36px;
    margin-left: 30px;
    margin-top: 12px;
  }

  .header {
    height: 60px;
  }

  .logo-hero {
    width: 300px; 
  }

  
.modal {
  margin-top: 60px;
}




  .leer-mas {
    margin-top: 20px;
  }


  .contenedor-imagen2 {
    display: none;
  }

  .contenedor-imagen2-movil {
    display: block;
    width: 100%;
    margin-top: 30px;
  }

  .imagen2-movil {
    width: 100%;
  }

  .contenedor-texto-seccion2 {
    width: auto;
    margin: auto;
  }

  .titulo-2 {
    text-align: center;
    padding-top: 30px;
    font-family: "Montserrat";
    font-size: 20px;
  }

  .parrafo-seccion2 {
    font-size: 16px;
  }

  .linea {
    margin-top: 30px;
  }

  .contenedor-seccion3 {
    padding-bottom: 60px;
  }

  .titulo-3 {
    padding-top: 30px;
    font-family: "Montserrat";
    font-size: 20px;
    text-align: center;
  }

  .parrafo-seccion3 {
    margin-left: 20px;
    font-size: 16px;
  }

  .contenedor-texto3 {
    display: block;
  }

  .contenido-3 {
    width: auto;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .contenedor-imagen-3 {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .texto3-2 {
    margin-bottom: 0;
  }

  .icono-seccion3-1 {
    width: 44px;
    height: auto;
  }

  .icono-seccion3-2 {
    width: 44px;
    height: auto;
  }

  .tramo-1 {
    display: block;
  }

  .card-1 {
    margin-top: 60px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }

  .contenedor-seguir-leyendo {
    margin-top: 30px;
  }

  .contenedor-seguir-leyendo img {
    height: 50px;
    width: auto;
  }

  .linea-final {
    margin-top: 30px;
  }

  .icono-card-1 {
    width: 52px;
    height: auto;
    margin-top: 20px;
  }


  .leer-card {
    display: block;
    font-size: 14px;
    margin-top: 20px;
  }

  .titulo-card {
    font-size: 16px;
    margin-top: 15px;
  }

  .parrafo-card {
    font-size: 14px;
    margin-top: 20px;
   
  }
  .spanClass {
    display: none;
  }

  .icono-card-2 {
    width: 48px;
    height: auto;
    margin-top: 20px;
  }

  .tramo-2 {
    display: block;
  }

  .card-2 {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }

  .tramo-3 {
    display: block;
  }

  .card-3 {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }

  .tramo-4 {
    display: block;
  }

  .card-4 {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }

  .tramo-5 {
    display: block;
  }

  #empresa-segura::before {
    content: "";
    display: block;
    height: 60px; /* Altura del encabezado fijo */
    margin: -60px 0 0; /* Altura negativa del encabezado fijo */
  }

  .card-5 {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
  }

  .icono-card-3 {
    width: 58px;
    height: auto;
    margin-top: 20px;
  }

  .icono-card-4 {
    width: 46px;
    height: auto;
    margin-top: 20px;
  }

  .icono-card-5 {
    width: 46px;
    height: auto;
    margin-top: 20px;
  }

  .card2-diferente {
    width: auto;
    margin-right: 30px;
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 200px;
    padding-bottom: 200px;
    margin-left: 30px;
  }

  .boton-casos-de-uso {
    font-size: 14px;
  }

  .boton-leer {
    margin-top: 30px;
  }

  .titulo-marcas {
    font-size: 20px;
    padding-top: 30px;
    margin: 0;
    padding-bottom: 30px;
  }

  .logo-analytiko {
    margin-top: 20px;
  }

  .logo-forsker {
    margin-top: 20px;
  }
 
  .logo-immersion {
    margin-top: 20px;
  }

  .container-cards {
    padding-bottom: 20px;
  }

  

  .boton-leer-immersion {
    margin-top: 30px;
  }
  .card4-1 {
    margin: 0;
    
    width: 286px;
    
  }

  .card3 {
    /* margin-right: 0; */
    
    width: 286px;
    
  }

  .card4 {
    /* margin-left: 0; */
   
    width: 286px;
    
  }

  
  #cta-final {
    -webkit-box-display:flex; 
    -ms-flexbox-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
  }

  #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: -webkit-box;
    display: -ms-flexbox;
    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.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
            animation: slide-bottom 0.5s 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;
  }
  
}
/* Responsive modal */
@media (max-width: 700px) {
  .imagen-brochure{
    height: 190px !important;
  }
  .imagen {
width: 90%;
height: 90%;
  }

  .icon-close {
      width: 20px;
      height: auto;
      margin-left: -30px;
  }
      
      
  }

  @media (max-width: 660px) {
      .imagen-mobile {
          display: block;
          width: 310px;
          
      }
      .contenedor-seccion3 {
        padding: 70px 20px 70px 20px;
        text-align: center;
      }


/* brochure */
.card-brochures{
  position: relative;
  text-align: center;
  display: inline-table;
  width: 360px;
  height: 150px ;
  padding: 20px;
  background: white;
  margin: 0px 0px 40px 0px;
}
.imagen-brochure{
  width: 100% !important;
}
.icono-descarga{
  width: 22px;
}
.titulo-casos {
  margin-top: 20px;
  font-size: 16px;
}

.banca1-mobile{
  display: block;
}

.banca2-mobile {
  display: block;
}

.telecom-mobile {
  display: block;
  width: 100%;
}

.imagen-brochure {
  display: none;
}

.descargar-brochure{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  bottom: 20px;
  right: 15px;
  top: auto;
}
.leer-mas-brochure{
 margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-size: 14px;
}
.flecha-brochure{
  color: #146ca1;
  margin-left: 10px;
}
.texto-brochure{
  margin-left: 0px;
  text-align: justify;
}
.texto-card{
  margin-top: 15px;
  font-size: 16px;
}
.texto-descarga{
  margin-right: 10px;
  font-size: 16px;
}

/* fin brochure */


      .imagen {
          display: none;
      }

     .container-pop {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
     }

     .icon-close {
      top: 5px;
      right: 10px;
     }
     
  }

/* Animaciones */
slide-bottom {
  -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-bottom 0.5s 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: 350px) {


  .titulo-card {
    font-size: 16px;
  }

  .card-5 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-4 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .card-1 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 420px) {

  .hero-titulo {
    font-size: 34px;
  }

  #hero p {
    font-size: 16px;
  }
  .leer-card {
    padding-left: 20px;
    padding-right: 20px;
  }
 .cta-contacto{
  width: 300px;
 }
  .container-cards {
    margin-left: 0;
    margin-right: 0;
  }

  .card-brochures {
    width: 320px;
  }
  
  .banca1-mobile {
    width: 100%;
  }

  .banca2-mobile {
    width: 100%;
  }

  .telecom-mobile {
    width: 100%;
  }

  .contenedor-seccion3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 964px) {
  

  .card-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .card-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card-3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card-2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card-1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .card2-diferente {
    padding-left: 30px;
    padding-right: 30px;
  }
}
