.contenidoCategorias {
    text-align: center;
}

.contenidoCategorias img {
    width: 98%;
}

.contenidoCategorias p {
    display: block;
    position: absolute;
    bottom: 6%;
    background: #f6f6f68a;
    padding: 2% 10%;
}

.row.bloque1 {
    margin: 2% 0px;
}

.row.bloque2 {
    margin: 2% 0px;
}

.row.bloque3 {
    margin: 2% 0px;
}

.row.bloque3 h2 {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 30px;
}

.row.bloque3 h2:after {
    content: " ";
    display: block;
    font-size: 14px;
    padding-top: 15px;
    width: 15%;
    border-bottom: 1px solid #484848;
    margin: auto;
}

.ediForm {
    display: block;
    margin-top: 5%;
}

.ediForm h2 {
    font-size: 18px;
    margin-bottom: 10%;
}

.ediForm h2 b {
    font-size: inherit;
}

.ediForm .form-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ediForm .form-group label.form-label {
    font-weight: 500;
    padding-left: 10%;
}

.ediForm .form-group select {
    width: 100%;
    max-width: calc(60% - 10px);
    padding: 5px;
}

.ediForm button {
    color: #fff;
    background: #000;
    padding: 5px 30px;
}

.ediForm a {
    color: #fff !important;
    background: #000;
    padding: 5px 30px;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 760px) {
    .row.bloque3 h2 {
        font-size: 23px;
        margin-top: 5%;
    }
}