
/*ESTILOS NUEVO TOP FOOTER*/

.blockTerminos {
    width: 100%;
    margin: auto;
}

.bloque {
    background-color: #f5f5f5;
    height: 113px;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    padding: 10px 50px 0px 50px;
    color: #333
}

.bloque:hover {

    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    -webkit-transition: box-shadow 0.8s;
    -moz-transition: box-shadow 0.8s;
    transition: box-shadow 0.8s;
    cursor: pointer;
    background: #ebebeb;
}

.resetMarginLeft {
    margin-left: 0px
}

.resetMarginRight {
    margin-right: 0px
}

.resetPaddingLeft {
    padding-left: 0px
}

.resetPaddingRight {
    padding-right: 0px
}

.itemText {
    font-weight: bold;
}

.svgIcons {
    width: 30px;
    margin-left: auto;
    margin-right: auto;
}

.linkBloque {
    color: #333;
}

.linkBloque:hover {
    color: #333;
    text-decoration: none;
}

.masInfo:hover {
    color: #0072ce;
    text-decoration: underline;
}


@media (max-width: 1000px) {

.masInfo {
    display: none
}

.bloque {
    height: 86px;
    margin-top: 10px;
}

}