@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,400);
@import url(https://fonts.googleapis.com/css?family=Roboto:700,300,400);
/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {	margin:0;	padding:0;	border:0;	outline:0;	font-weight:inherit;	font-style:inherit;	font-size:100%;	font-family:inherit; }/* remember to define focus styles! */:focus {	outline:0;}body {	color:black;	background:transparent;}ol,ul {	list-style: none;}/* tables still need 'cellspacing="0"' in the markup */table {	border-collapse:separate;	border-spacing:0;}caption,th,td {	text-align:left;	font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after {	content:"";}blockquote,q {	quotes: "" "";}a:link,a:visited {	text-decoration: none; border: 0px solid;}a:hover,a:active {	text-decoration: underline;}

body {
	background: #02002F;
	color: #FFF;
}

.pageConteiner {
    width: 100%;
    height: 100%;
    position: relative;
}

.fndLanding {
	background: #02002F center right no-repeat url(../images/fndLanding.png);
	background-size: auto 100%;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
    z-index: 0;
}


.boxContenido {
    z-index: 1;
    position: relative;
}

.textoImg {
    opacity: 0;
    display: none;
}

.boxContenido {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 25px;
    padding: 35px 65px;
    width: 100%;
    max-width: 920px;
}

.tituloLanding svg {
    width: 100%;
    max-width: max-content;
}

.textoLanding svg {
    width: 80%;
    max-width: max-content;
}

.boxBotones {
    padding: 15px 0;
    display: flex;
    gap: 15px;
}

img.img_qr {
	margin-top: 100px;
    max-width: 180px;
    border-radius: 6px;
    padding: 8px;
    background: #FFF;
}

.contTxtMob {
	display: none;
}

@font-face {
    font-family: 'DrukXCondLCGSuper';
    src: url('../fonts/DrukXCondLCGSuper.eot');
    src: url('../fonts/DrukXCondLCGSuper.eot') format('embedded-opentype'),
         url('../fonts/DrukXCondLCGSuper.woff2') format('woff2'),
         url('../fonts/DrukXCondLCGSuper.woff') format('woff'),
         url('../fonts/DrukXCondLCGSuper.ttf') format('truetype'),
         url('../fonts/DrukXCondLCGSuper.svg#DrukXCondLCGSuper') format('svg');
}

@font-face {
    font-family: 'DrukWideMedium';
    src: url('../fonts/DrukWideMedium.eot');
    src: url('../fonts/DrukWideMedium.eot') format('embedded-opentype'),
         url('../fonts/DrukWideMedium.woff2') format('woff2'),
         url('../fonts/DrukWideMedium.woff') format('woff'),
         url('../fonts/DrukWideMedium.ttf') format('truetype'),
         url('../fonts/DrukWideMedium.svg#DrukWideMedium') format('svg');
}



.titularLanding {
    color: #FFF;
    text-align: center;
    font-size: 3rem;
    font-family: 'DrukWideMedium';
}



#countDownBox {
    display: flex;
    justify-content: center;
    align-items: start;
    font-family: 'DrukWideMedium';
    text-align: center;
    font-size: 2rem;
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    padding: 20px;
    box-sizing: border-box;
}

#countDownBox .time-part {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 150px; /* Tamaño fijo para las cajas */
}

#countDownBox .time-part span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 10px;
}

#countDownBox .separator {
    display: block;
    justify-content: center;
    align-items: start;
    font-size: 2rem;
    margin: 0 10px;
}
