@import url("animate.css");




:root {
 
  --bs-primary: #292e7a;
  --bs-primary-light: rgb(222, 223, 245);
   --bs-totem-primary: #45b8b3;
   --bs-totem-primary-light: #def8f7;
}








html,
body {
	width: 100%;
	height: 100%;
    background: #fff;
}

body {
	font-family: "Roboto", sans-serif;
	text-rendering: optimizeLegibility;
}

a {
	color: #3A43E6;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	text-rendering: optimizeLegibility;
}

a:hover,
a:focus {
	color: #3A43E6;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	
}

p {
	
}
.text-12{
    font-size: 12px;
}
.text-14{
    font-size: 14px;
}
.text-16{
    font-size: 16px;
}
.text-18{
    font-size: 18px;
}
.text-20{
    font-size: 20px;
}
.text-25{
    font-size:25px!important;
}

.text-30{
    font-size: 30px!important;
}
.text-40{
    font-size: 40px!important;
}

.text-60{
    font-size: 60px!important;
}
.text-80{
    font-size: 80px!important;
}
section {
	padding: 50px 0;
}

section h2 {
	font-size: 50px;
}

.fw-700{
    font-weight: 700!important;
}

.fw-500{
    font-weight: 500;
}

.mt-1 {
	margin-top: 10px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3 {
	margin-top: 30px;
}
.mt-4 {
	margin-top: 40px;
}
.mt-5 {
	margin-top: 50px;
}



/*FIN  NAV BAR*********************/
/* Navbar logo *********************/
.fixed-top .nav-logo-black {
	display: none;
}

.fixed-top .nav-logo-onscroll {
	display: block
}

.fixed-top .nav-logo-onscroll+img,
.fixed-top.navbar-shrink .nav-logo-onscroll {
	display: none
}

.fixed-top.navbar-shrink .nav-logo-black {
	display: block
}

/* Fin Navbar logo *********************/
/*====Header==========================
====================================*/


header.masthead .header-content {
	
	margin-bottom: 100px;
	text-align: center;
}

.header-content h1 {
	font-size:90px;
	color: #3A43E6;
	text-transform: uppercase;
	font-weight: bold;
	text-transform: uppercase !important;
	font-weight: bold;
}

.header-content h5 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 10px 0px 80px 0px;
}

.header-content hr {
    border-color: #303D45;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}

header.masthead .device-container {
	max-width: 325px;
	margin-right: auto;
	margin-left: auto;
}

header.masthead .device-container .screen img {
	border-radius: 3px;
}

@media (min-width: 992px) {
	header.masthead {
		height: 100vh;
		padding-bottom: 0;
	}

	header.masthead .header-content {
		margin-bottom: 0;
		text-align: left;
	}

	header.masthead .device-container {
		max-width: 325px;
	}
}

/*====FIN Header==========================
====================================*/







/* Footer *************
**********************/
#footer {
	background: #222222;
	color: #ffffff;
	padding: 50px 0 ;
	text-align: left;
}

#footer p {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom:5px!important;
	color: rgba(255, 255, 255, 0.35);
}

#footer h5 {
	color: #fff;
}

#footer h5 {
	margin-bottom: 20px;
}

#footer ul li {
	list-style: none;
}

#footer ul {
	padding: 0px;
}

/* FIN Footer *************
**********************/









/*====botones=================
=============================*/

.btn-section {
    padding-left: 1rem;
    padding-right: 1rem;
    padding: 1rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(101,105,121,1);
    background-color: transparent;
    border-radius: 3rem;
    font-size: 10px;
    min-width: 0.76rem;
    min-height: 3rem;
    text-transform: uppercase;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    font-weight: 800;
    border: 2px solid rgba(228,228,229,1);
}

.btn-outline {
	border-radius:30px;
	padding: 10px 20px;
     letter-spacing: 0.36px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 0px 10px;

}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	color: white;
	border-color: #303D45;
	background-color: #303D45;
}



.btn-fill-gray {
	font-weight: bold;
	border-radius:30px;
	padding: 10px 20px;
     letter-spacing: 0.36px;
    border: 2px solid #303D45;
	background-color: #303D45;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 0px 10px;

}

.btn-fill-gray:hover,
.btn-fill-gray:focus,
.btn-fill-gray:active,
.btn-fill-gray.active {
	color: #303D45;
	border-color: #303D45;
	background-color: #ffffff;
}




.btn {

	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn-xl {
	font-size: 11px;
	padding: 15px 45px;
}

/*====FIN botones=================
=============================*/

/*cards*/
.card-gris{
display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 16px;
  background-color: #f5f4f9;
  border-radius: 20px;
  line-height: 26px;
  overflow-x: auto;
}


.card-totem{
    display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 16px;
  border: 1px solid var(--bs-primary)!important;
  border-radius: 20px;
  line-height: 26px;
  overflow-x: auto;
  justify-content: center;
  align-items: center;
}


.card-PtosVta{
    display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 16px;
  background-color: var(--bs-ptoVenta-primary-light);
  border-radius: 20px;
  line-height: 26px;
  overflow-x: auto;
}

.card-PanelControl{
    display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px 16px;
  background-color: var(--bs-PanelControl-primary-light);
  border-radius: 20px;
  line-height: 26px;
  overflow-x: auto;
}

.card{
    border: none;
    padding: 24px;
}



/*sections*/
.section-head h3 {
	font-size: 1.4em;
	margin: 0;
}

.section-head p {
	width: 80%;
	margin: 1em auto 0.8em auto;
	font-size: 0.875em;
}

.section-head {
	text-align: center;
	padding: 2em 0;
}

.section-head h3 {
	color: #282528;
	font-weight: 800;
	font-size: 1.6em;
}

.section-head h3 span {
	width: 10%;
	background: #8A888A;
	height: 1px;
	display: inline-block;
	vertical-align: middle;
}

.owl-carousel {
	width: 65%;
}

.text-color-green{
	color:#218549;
}

.text-color-totem{
	color:var(--bs-totem-primary);
}


.text-primary{
	color:var(--bs-primary)!important;
}






.parrafoSection {
    margin: 0;
   width: 320px;
    font-size: 15px;
     color: rgb(71, 75, 87);
    text-align: left;
    font-weight: 400;
    margin-bottom: 0;
}











.titleSection {
      width: 320px;
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    color: rgba(45,47,51,1);
    text-align: left;

    margin-bottom: calc(1rem * 1.6);
}

.titleSection-productos {
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 2rem;
    line-height: 4.2rem;
	color: #0E76A8;
    text-align: left;
    font-weight: 300;
    margin-bottom: calc(1rem * 1.6);
}


.parrafoCaract{
	font-family:'Barlow Condensed', sans-serif;
	color: rgb(71, 75, 87);
	text-transform:uppercase;
	font-weight: 500;
	margin:0 0 10px 0;


}





/*************juzgados***********/
#juzgados {
    min-height: 50vh;
    background-color: rgba(255,255,255,1);
 
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}






/*************amm***********/
#amm {
    min-height: 50vh;
    background-color:#f2f2f2;
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}

.border-top-separator {
	width: 100%;
	height: 2px;
	background: #0E76A8;
}




/************sistemas complementarios*********/




/***** seccion del triangulo********/
.gfort-section {
    z-index: 3;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
	
	
}


.main-background-color {
    background-color: #3A43E6;
}




.txt-complementario {
	color: #dadada;
}







/* section principal *************
**********************/
.btn-volver {
	position: absolute;
	top: 25px;
	left: 25px;
}

.btn-volver a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
}

.intro {
	/*
    margin-top: 80px;
	*/
    position: relative;
}

.SectionIntro--title {
    font-size: 1.75em;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: .5em;
    max-width: 320px;
}

.SectionIntro--description {
    max-width: 320px;
}



#left {
    min-height: 50vh;
    background-color: #ffffff;
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}

#right {
    min-height: 50vh;
    background-color: #f5f5f5;
	overflow: hidden !important;
	position:relative;
	padding:80px 0 150px 0;
}



#intro {
    position: relative;
    overflow: hidden;
}

/* 🔥 Bloque verde pegado al borde derecho del viewport */
#intro .intro-bg {
    position: absolute;
    top: 150px;
   
    right: 0;                /* empieza en right:0 real */
    height: 700px;
    width: 45vw;             /* ancho responsive */
    min-width: 500px;        /* opcional: evita que sea muy chico */
    background: var(--bs-primary);
    border-radius: 60px 0 0 60px;
    z-index: 0;
}

/* Contenido por encima */
#intro .container {
    position: relative;
    z-index: 1;
}

/* Ajuste imagen */
.totem-img {
    max-width: 100%;
    height: auto;
}

/* 📱 Mobile: ocultar fondo */
@media (max-width: 768px) {
    #intro .intro-bg {
        display: none;
    }
}




/*********E*********/
.hero-content-wrap {
  height: 100vh;
    position: relative;
    color: #fff;
    background: url(../images/pantallaInicio.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


.hero-content-wrap .overlay {
    background: rgba(0, 0, 0, .7);

background: linear-gradient(180deg, rgba(0, 0, 0, 0.414) 0%, rgba(0,0,0,0.5) 49%, rgba(0, 0, 0, 0.454) 100%);
    /* FF3.6+ */
  
    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top:0px
}

.hero-content-overlay {
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
}

.hero-content-overlay h1 {
    margin: 0;
    font-size: 6rem;
    font-weight: 800;
    line-height: 1.2;
   
  
}

.hero-image{
    width: 100%;
}

#inicio{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}


@media (max-width: 320px) {

   
   
       .hero-content-overlay h1 {
        margin-top: 85px;
           font-size: 3rem;
       
       }
       .hero-image{
        width: 100%;
    }
       
      
       
   }

   @media (max-width: 412px) {
    .hero-content-overlay h1 {
        margin-top: 0px;
         font-size: 3rem;
    
    }

    .hero-image{
        width: 100%;
    }
}

@media (max-width: 414px) {
    .hero-content-overlay h1 {
        
       font-size: 3rem;
    
    }
     .hero-image{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-content-overlay h1 {
        
           font-size: 2.5rem;
    
    }
    .hero-image{
        width: 100vw;
    }
}



.hero-content-overlay p {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
}






.header-content-amd h1 {
	font-size:60px;
	color: #f5f5f5;
	font-weight: bold;
}
.header-content-am h1 {
	font-size:45px;
	color: #f5f5f5;
	font-weight: bold;
}

.header-content-amd h5 {
	color: #fff;
	font-size: 30px;
	letter-spacing: 3px;
	padding: 10px 0px 80px 0px;
}
.header-content-am h5 {
	color: #fff;
	font-size: 25px;
	letter-spacing: 3px;
	padding: 10px 0px 80px 0px;
}

.header-content-amd hr, .header-content-am hr {
    border-color: #303D45;
    border-width: 4px;
    width: 60px;
    float: left;
    clear: both;
}








.bg-gris{
      background-color: #f1f1f1;
}



















/*--responsive design--*/
@media (max-width:1024px) {
	.footer-divice img {
		width: 100%;
	}

	.footer-divice {
		margin-top: 15em;
	}
}

/*-----768px-mediaquries----*/
@media (max-width:768px) {
	.footer-divice img {
		width: initial;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}
}

/*-----640px-mediaquries----*/
@media (max-width:640px) {
	.footer-divice img {
		width: initial;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}
}

/*-----480px-mediaquries----*/
@media (max-width:480px) {
	.footer-divice img {
		width: initial;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}
}

/*-----320px-mediaquries----*/
@media (max-width:320px) {
	.footer-divice img {
		width: 100%;
	}

	.footer-divice {
		margin-top: 1em;
		text-align: center;
	}

	.getintouch {
		padding: 0em 0 0 0;
	}
}


.icon-linkedin, .icon-instagram {
    background: #666;
    border-radius: 3px;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.icon-linkedin:hover {
    background: #0E76A8;
}

.icon-instagram:hover {
    background: #ca132b;
}

/*PRELOADER*/
  div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: rgb(58, 58, 58) url('../images/preloader.svg') no-repeat center center;
}




/*


.elementor-4764  {
    background-image: url("../productos/sigein/images/AMD/bg-amd-shapes.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
   
  }
*/










#bgDispositivos {
    background: url(../productos/sigein/images/AMD/bgAmdOpcionesImpresion.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}

#bgDispositivos .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */
  
    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top:0px
}

#operativoGrande{
    background: url(../productos/sigein/images/AMD/bgGranOperativo.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}


#operativoGrande .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */
  
    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top:0px
}

  /* servicios =============== */

#totem {
    background: url(../images/datosDominio.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}

#totem .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */
  
    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top:0px
}


#parallaxTotem {
    background: url(../images/lecturaQr.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}

#parallaxTotem .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */
  
    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top:0px
}
#SectionParallaxTarjeta {
    background: url(../images/PagoTarjeta.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 100vh;
    padding: 0px;
}

#SectionParallaxTarjeta .overlay {
    background: rgba(0, 0, 0, .5);
    /* FF3.6+ */
  
    /* IE6-9 */
    height: 100vh;
    background-attachment: fixed;
    padding: 0px 0;
    top:0px
}




@media (max-width: 320px) {


 
    
}

@media (max-width: 412px) {
 
 
}

@media (max-width: 414px) {

 
}


@media (max-width: 768px) {

    #totem p{
     font-size: 16px!important;
      }


      #totem {
         background: url(../images/datosDominio.webp);
        background-size: cover;
          -webkit-background-size: cover; /* ayuda en iOS */
        background-position: center;
        background-attachment: scroll!important;
        background-repeat: no-repeat;
        color: #ffffff;
        height: 85vh;
        padding: 0px;
    }

#totem .overlay {
      height: 85vh;
    }


    #parallaxTotem {
    background: url(../images/lecturaQr.webp);
    background-size: cover;
      -webkit-background-size: cover; /* ayuda en iOS */
    background-position: center;
    background-attachment: scroll!important;
    background-repeat: no-repeat;
    color: #ffffff;
    height: 50vh;
    padding: 0px;
}

#parallaxTotem .overlay {
      height: 50vh;
    }
      
    #SectionParallaxTarjeta p{
     font-size: 16px!important;
      }


      #SectionParallaxTarjeta {
         background:url(../images/PagoTarjeta.webp);
        background-size: cover;
        background-position: center;
          -webkit-background-size: cover; /* ayuda en iOS */
        background-attachment: scroll!important;
        background-repeat: no-repeat;
        color: #ffffff;
        height: 50vh;
        padding: 0px;
    }

 #SectionParallaxTarjeta .overlay {
      height: 50vh;
    }

    .hero-content-wrap {
        height: 90vh;
          position: relative;
          color: #fff;
          background: url(../images/pantallaInicio.webp);
          background-size: cover;
            -webkit-background-size: cover; /* ayuda en iOS */
          background-position: center;
          background-attachment: scroll!important;
          background-repeat: no-repeat;
      }

    .hero-content-wrap .overlay {
      height:90vh!important;
    }

    #inicio {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
  
}



.tile {
  
 
    -webkit-transform: translateY(50px) rotate(-5deg) translateZ(0);
    transform: translateY(50px) rotate(-5deg) translateZ(0);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: 0;


}
.bottom-right.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}
.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
    transform: translateY(0px) rotate(0deg) translateZ(0);
}


.beneficios-no {
    font-size: 50px;
    background: -webkit-linear-gradient(#caacf1, #7011be);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
  }





  
.nav-link {
    color: rgb(110, 110, 110);
    font-weight: 500;
    font-size: 20px;
  }
  .nav-link:hover {
    color: #7011be;
  }
  
  .nav-pills .nav-link.active {
    color: black;
    background-color: transparent;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;
    border-bottom: 2px solid #7011be;
  }
  
  .tab-content {
    padding-bottom: 1.3rem;
  }

  .nav-pills .nav-link.activeWhite {
    color: #fff;
    background-color: transparent;
    border-radius: 0.5rem 0.5rem 0 0;
    font-weight: 600;
    border-bottom: 2px solid #7011be;
  }






  .nueva-version {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #ff416c, #ff4b2b);
  color: white;
  font-weight: bold;
  font-size: 1em;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(255, 65, 108, 0.5);
  text-transform: uppercase;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 75, 43, 0.7);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(255, 75, 43, 1);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(255, 75, 43, 0.7);
  }
}


@media (min-width: 768px) {

.columna-paso {
    position: relative;
  }

  .columna-paso:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -25px; /* distancia entre columnas */
    width: 49px;
    height: 4px;
    background-color: var(--bs-totem-primary);
  }

  .columna-paso:not(:last-child)::before {
    content: "";
    position: absolute;
    top: calc(40% - 2px);
    right: -24px;
    border-left: 12px solid var(--bs-totem-primary);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
        z-index: 3; /* importante */

  }}


  .stats-item {
  border-left: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 2rem;
}