.resientes {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.resientes h2 {
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
    color: #3D7B56;
    margin-top: 30px;
    font-size: 35px;
}

.resientes text {
    font-size: 55px;
    font-family: caveat;
}

.padresection {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.cuerposus {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tarjetagris {
    height: 180px;
    width: 400px;
    border: 1px solid #3D7B56;
    padding: 30px;
    background: #ECEEE9;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    color: #3D7B56;
    margin: 20px;

    justify-content: center;
}

.tarjetagris p {
    margin-bottom: 0px;
    font-size: 20px;
}

.lineasesus {
    height: 2px;
    width: 52px;
}

.tarjetagris text {
    margin-bottom: 0px;
    font-family: monserratitalica;
    font-size: 30px;
    margin-top: 10px;
}

.tarjetacantidad {
    height: 180px;
    width: 400px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    border-radius: 30px;
    color: white;
    margin: 20px;

    justify-content: center;
}

.litraje {
    gap: 20px;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    font-family: monserratitalica;
}

.litraje p {
    font-size: 30px;
    font-family: monserratitalica;
    line-height: 30px;
}

.litraje h2 {
    font-size: 60px;
    font-family: monserratitalica;
}

.botonsus {
    width: 100%;
    display: flex;
    justify-content: center;
    border-top: 1px solid white;
    color: white;
    padding-top: 10px;
}

.botonsus a {
    color: white;
    font-family: monserratitalica;
    font-size: 25px;
}

.botonsus a:hover {
    color: white;
    font-family: monserratitalica;
}
@media (max-width: 767px) {
    .resientes h2 {
        line-height: 28px;
        font-size: 25px;
}
.resientes text {
    font-size: 35px;
    font-family: caveat;
}
}
