html, body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: DM Sans;
    background: #afcafb0f;
    /* overflow: hidden; */
}

p {
    padding: 0px;
    margin: 0px;
}


.header {
    background-color: white;
    height: 64px;
    justify-content: center;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.headerwrapper {
    width: 100%;
    max-width: 916px;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.logo {
    min-width: 130px;
    max-width: 130px;
}


.crearrifa {
    background: #3a82ff;
    border: none;
    height: 40px;
    width: 160px;
    border-radius: 8px;
    font-family: inherit;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
}

.crearrifatext {
    color: white;
    font-size: 15.5px;
    font-family: inherit;
    font-weight: 500;
    text-decoration: none;
}

.main {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    /* height: 100%; */
/*     overflow: scroll;
    overflow-x: hidden; */
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.content {
    max-width: 910px;
    width: 100%;
}

.contentheader {
    margin-top: 20px;
}

.contentheadertitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.4px;
}

.contentbody {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}


.blogimage {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-top: 10px;
    border-radius: 14px;
}

.blogtitle {
    font-size: 28px;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-top: 10px;
}

.blogtext {
    font-size: 19.5px;
    margin-top: 10px;
    letter-spacing: -0.3px;
    line-height: 1.5; /* Ajusta el espaciado entre líneas */
    white-space: normal; /* Cambiado de pre-line a normal */
}
