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;
}

.contentbodyitem {
    flex: 0 0 calc(50% - 10px);
    background: rgb(255 255 255);
    border-radius: 8px;
    border: 1px solid #ebebeb;
    cursor: pointer;
    text-decoration: none;
    color: black;
    margin-bottom: 10px;
}

.contentbodyitemwrapper {
    padding: 10px;
}

.contentbodyitemheader {
    overflow: hidden;
    object-fit: cover;
    border-radius: 8px;
}

.contentbodyitemheaderimage {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.contentbodyitembody {
    margin-top: 5px;
}

.contentbodyitemtitle {
    font-size: 22px;
    font-weight: 500;
    margin-top: 2px;
    letter-spacing: -0.5px;
}

.contentbodyitemdescription {
    font-size: 18px;
    color: #828282;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 1px;
}


.footer {
    background: white;
    height: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 90%;
    border-radius: 17px;
    margin-top: 20px;
}

.footerwrapper {
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.footerlogo {
    min-width: 150px;
    max-width: 150px;
    margin-bottom: 10px;
}


@media (max-width: 648px) {

    .contentbodyitem {
        flex: 0 0 calc(100% - 10px);
        margin-top: 10px;
    }

}
