@font-face {
    font-family: 'AugusteSansPro-Bold';
    src:      url('font/Auguste Sans/web/pro/auguste-sans-bold-pro.woff') format('woff'),
		        url('font/Auguste Sans/web/pro/auguste-sans-bold-pro.woff2') format('woff2');	 
		 ;
		 
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('font/Inter/static/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('font/Inter/static/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter-ExtraLight';
    src: url('font/Inter/static/Inter-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter-Light';
    src: url('font/Inter/static/Inter-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter-Medium';
    src: url('font/Inter/static/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter-Regular';
    src: url('font/Inter/static/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter-SemiBold';
    src: url('font/Inter/static/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
  
@font-face {
    font-family: 'Inter-Thin';
    src: url('font/Inter/static/Inter-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}




body {
    font-family: "AugusteSansPro-Bold",'Inter Regular', 'Inter Black', 'Inter Bold', 'Inter Light', 'Inter ExtraLight', 'Inter Medium', 'Inter Regular Light', 'Inter Regular Regular', 'Inter Regular Thin'; 
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
}

.container {
    background-color: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 90%;
    box-sizing: border-box; /* Asegura que el padding no aumente el ancho total */
}

.logo {
    max-width: 250px;
    /* margin-bottom: 30px; */
    height: auto;
}

h1 {
    font-family: "AugusteSansPro-Bold",'Inter Regular', 'Inter Black', 'Inter Bold', 'Inter Light', 'Inter ExtraLight', 'Inter Medium', 'Inter Regular Light', 'Inter Regular Regular', 'Inter Regular Thin';
    color: #2c3e50;
    font-size: 2.2em;
    margin-bottom: 15px;
}

p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 25px;
}

.countdown {
    font-size: 1.5em;
    font-weight: bold;
    color: #e74c3c; /* Un color distintivo para el contador */
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-info {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.9em;
    color: #555;
}

.contact-info p {
    margin: 5px 0;
}

.contact-info a {
    color: #3498db;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}

/* Media Queries para adaptabilidad */
@media (max-width: 768px) {
    .container {
        padding: 30px;
    }
    h1 {
        font-size: 1.8em;
    }
    p {
        font-size: 1em;
    }
    .countdown {
        font-size: 1.2em;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 20px;
    }
    .logo {
        max-width: 120px;
    }
    h1 {
        font-size: 1.5em;
    }
    p {
        font-size: 0.9em;
    }
    .contact-info {
        font-size: 0.8em;
    }
}

.downloadBtn {
    background-color: #2ecc71;
    color: white;
    border: none;
    padding: 15px;
    width: 100%;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

/* Multimples receptores */

