.categorias{margin-bottom:40px !important;text-align: center;}
.categorias img{width: 60%;}
.categorias a,.categorias a:hover{text-decoration: none}
.categorias h4{margin: 15px 0 0 0; color:#C19E74}

ul.categorias-mas-tramites li a.uk-accordion-title:before{display: none}

/* Botón rojo */
.red-button div{padding:10px 30px; border-radius:7px; background:#c62038; border:2px solid #c62038;
	color:#FFF; font:500 20px Poppins; transition: all 0.2s ease-in-out;}
.red-button div:hover{background:none; border:2px solid #c62038; color:#c62038;}
.rm_impuestos a{color:#c62038}
@media only screen and (max-width:639px){
    .categorias img{width: 90%;}
    .categorias h4{font-size: 15px;margin-top: 0;}
}
@media only screen and (min-width:640px) and (max-width:959px){
    .categorias img{width: 70%;}
    .categorias h4{font-size: 20px;margin-top: 0;}
}
@media only screen and (min-width : 960px) and (max-width:1199px){
    .categorias h4{font-size: 22px;}
}