@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@200;300;400;500;600;700;800&family=Montserrat:wght@300;400;500;700&family=Roboto:wght@300;400;500;700;900&family=Nunito:wght@200;300;400&family=PT+Sans+Narrow&display=swap&family=Material+Icons');
@import url('./css/font-awesome-all.css');
@import url('./css/font-awesome.css');

html {
  scrollbar-color: #004068 #0F244E;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
    width: 1px; 
    height: 1px; 
    display: none; 
}
html, body { 
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	box-sizing: border-box;	
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	margin: 0;
	padding: 0;	
	width: 100vw;	
	height: 100vh;
}
body {
	background: #E5E5E5;
	font-family: Roboto, 'Montserrat', sans-serif;	
	font-size: 16px;
	width: 100%;
	height: 100%;
}
a {text-decoration: none;}
h1, h2, h3, h4, h5, h6 {margin: 0; padding: 0; line-height: 120%;}
.navbar{
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;	
}
.semi-black{background-color: rgba(0,0,0,0.3);}		
.black{background-color: rgba(0,0,0,0.9);}		
.offcanvas{background-color: rgba(0,0,0,0.8);}	
.logo-nav{max-height: 60px;}
.txt-navbar-toggler-icon{font-size: 70%; margin-right: 5px}
.offcanvas-body {font-size: 100%;}	
main{
	padding: 0;
	background-color: antiquewhite;
	z-index: 2;
}
main .main-top{
	min-height: 75vh;
	max-height: 1140px;
	background: rgba(0,0,0,1);
	background-image: url("../images/nqr/main-top.webp");
	background-attachment: fixed;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-size: cover;	
	z-index: 90;
}	
main .mask{
	min-height: 75vh;
	background: rgba(0,0,0,0.5);
	z-index: 100;
}	
main .main-cont{
	padding: 0;
	background-color: antiquewhite;
	z-index: 2;
}
main .secc{
	margin: 0;
	background: rgba(0,0,0,1);
	background-image: url("images/nqr/main-top.jpg");
	background-attachment: fixed;
	background-position: 50% 60%;
	background-repeat: no-repeat;
	background-size: cover;	
	padding: 80px 0;
	background: rgba(245,245,245,1.00);
	display: grid;
	min-height: 80vh;
}	
main .secc > .secc-cont{
	margin: auto 0;
	padding: 20px;
	
} 
main #que-es-un-qr{
	background-color: #FFFFFF;
}	
main #virtudes{
	background-color: #C08405;
}	
main #aplicaciones{
	background-color: #636363;
}	
main #plataforma{
	background-color: #FFFFFF;
}
main .main-titulo{
	font-size: 230%;
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	line-height: 130%;
	margin: 1px 8px 15px 10px; 
}	
main .main-subtitulo{
	font-size: 140%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 110%;
}	
main .main-subtitulo2{
	font-size: 115%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 100%;
}		
main .main-text{
	font-size: 102%;
	font-family: 'Roboto', sans-serif;
	line-height: 125%;
}
main .main-text1{
	margin: auto 0;
	font-size: 120%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-align: justify;
	line-height: 125%;
}	
main .img-qr{
	max-width: 250px;
	width: 100%;
	margin: auto;
}	
footer{
	background-color: #171717;
	min-height: 150px;
	display: grid;
}	
footer .secc-footer{
	margin: auto 0;
	padding: 20px;
}	
main #virtudes .material-icons{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 62px;
	color: #FFFFFF;
}
main #plataforma .material-icons{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 17px;
	margin-right: 4px;
}	
main #plataforma ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}	
main .img-plataforma{
	margin: auto;
	max-width: 277px;
	width: 100%;	
}
main .card-virtudes{
	max-width: 180px;
	font-size: 120%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 120%;
	color: #EFEFEF;
}	
main .img-app{
	margin: auto;
	max-width: 400px;
	width: 100%;
}	
.whatsapp {
  position:fixed;
  width:50px;
  height:50px;
  bottom:35px;
  right:35px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}
.whatsapp-icon {
  margin-top:10px;
}	
.dr {
	color: #867F7F;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 70%;		
	text-align: center;
}
footer ul {padding: 0; list-style-type: none;}
footer li {
	font-family: 'Nunito', 'Open-Sans';
	font-size: 83%;
	font-weight: 200;
	letter-spacing: 0.050rem;
	padding: 3px 0;
	color: #E5E5E5;
}
footer a {	
	color: #E7E7E7;
}
footer a:hover {	
	color: #A2A2A2;
}	
footer .fab {	
	font-size: 125%;
}
.input-ok{border: 1px solid #3D8000;}	
.input-error{border: 1px solid #900000;}		
/* LG */
@media (max-width: 991.98px) {
.offcanvas-body {font-size: 140%;}
main .img-app{max-width: 350px;}	
}	
/* MD */
@media (max-width: 767.98px) { 
main .img-app{max-width: 550px;}
main #virtudes .material-icons {font-size: 55px;}
main .card-virtudes {
	max-width: 180px;
	font-size: 120%;
	line-height: 120%;
}	
/* SM */
@media (max-width: 575.98px) { 
.logo-nav{max-height: 50px;}		
main .main-subtitulo{font-size: 120%;}	
main .main-subtitulo2{font-size: 110%;}
main .secc > .secc-cont{padding: 10px;} 		
main .img-app{max-width: 550px;}
main #virtudes .material-icons {font-size: 48px;}
main .card-virtudes {
	max-width: 170px;
	font-size: 100%;
	line-height: 120%;
}
main .main-titulo{
	font-size: 160%;
	line-height: 120%;
	margin: 0; 
}	
}