#garantias {
    background-image: url(../img/IMG_20210606_124112.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: white;
}

.fondotranspa {
    width: 100%;
    background: #0836a9dc;
}

#garantiasitems {
    width: 100%;
}

.garantiasitem {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 20px 0 20px 0;
}

.garantiasitem h3 {
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 2px solid rgb(59, 228, 228);
    margin-bottom: 10px;
    font-weight: 500;
}

.garantiasitem p {
    text-align: justify;
}