body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0066cc;
    font-family: 'Comfortaa', sans-serif;
}
.header img {
    display: block;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 50%;
}

.content h1 {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    padding: 10px;
}

#custom-heading {
    font-weight: 500; /* Cambia el grosor de la fuente a 500 */
    font-size: 24px;
}
.content p {
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 25px;
}

.logo img {
    display: block;
    width: 120px; 
    height: 46px; 
    margin: 0 auto; 
    padding: 30px 0;
}

#custom-logo img {
    width: 248px;
    height: 95px;
}
.download-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #0066cc;
}

.info-link {
    text-decoration: none;
    color: inherit; 
    display: block;
}

.info {
    display: flex;
    align-items: center; 
    justify-content: flex-start; 
    background-color: #ffffff;
    color: #272B2F;
    border-radius: 50px;
    margin: 15px 0;
    width: 363px;
    height: 40px; 
    font-size: 13px;
    font-weight: 500;
}

.info img {
    width: 37px;
}

.info span {
    flex-grow: 1;
    width: 300px;
    text-align: center; 
    position: absolute; 
    left: 50%; 
    transform: translateX(-50%); 
}

.info.oficina {
    height: 60px; 
}

.download-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    color: #0066cc;
    height: 80px;
    margin: 30px auto;
    border-radius: 50%;
    background-color: #272B2F;
}

.download-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-icons a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #0066cc;
    border-radius: 50%;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons img {
    width: 45px;
    height: 45px;
}
