/* ---------- Color Module Styles ----------- */
.view-empty {
  display: none !important;
}
.contextual-region h2{
  color:#343A40 !important;
}
.button{
  color:#fff;
}
.button:hover{
  color:#fff;	
}
.carousel-caption .text-start h2{
  color:#fff !important;	
}
.carousel-caption .text-end a{
  color:#fff !important;
}

.ver-detalles {
  color:#fff !important;
}
.toolbar-tab a.toolbar-icon{
  color:#fff !important;
}
.toolbar-tab a.is-active{
  color:#343a40 !important;
}

table.sticky-header thead{
 top:inherit;	
}
.webform-section-wrapper label.texto-default{
  width:250px;
}
.webform-section-wrapper .item-list .list-group-item b{
  width:250px;
  display:inline-block;
}

.toolbar-menu .menu-item a{
  color: #152fb5!important;
}

.modal-page-body img{
 max-width:100% !important;
 height: auto!important;
}

.contador-visitas{
   text-align: center;
   margin-bottom: 3px;
}
.contador-visitas .numero{
    background-color: #e7e7e7;
    padding: 2px 5px;
}
.contador-visitas .label{
    font-weight: 600;
}

.view-id-duplicado_de_bloque_de_tramites{
	display:flex;
	flex-wrap:wrap;	
	padding-left: 0px !important;
	margin-left: 15px;
        gap: 20px; 
}
.view-id-duplicado_de_bloque_de_tramites .views-row{
	flex: 0 0 calc(32% - 20px); /* 3 columnas reales */
	padding: 10px;
    	border: 1px solid #424740;
	border-radius: 15px;
	margin: 10px;
        box-sizing: border-box;
}
.view-id-duplicado_de_bloque_de_tramites .views-row img {
    width: 100%;             /* Se adapta al ancho */
    height: 100%;            /* Llena la caja */
    object-fit: cover;       /* Recorta sin deformar */
    display: block;
}
.view-id-duplicado_de_bloque_de_tramites .views-row .field-content{
	color: #424740;
    	font-weight: 600;
    	font-size: 20px;
    	line-height: 20px;
	margin-bottom: 10px;
	text-align:right;
}
.view-id-duplicado_de_bloque_de_tramites .views-row .field-content a{
	color: #152fb5!important;
    	font-weight: 400;
    	font-size: 16px;
    	line-height: 20px;
	margin-bottom: 15px;
	font-family: 'Lato', arial, sans-serif;
	
}
@media (max-width: 576px) {
   .contextual-region.view-id-duplicado_de_bloque_de_tramites{	
	margin-left: 0px;
    }

    .view-id-duplicado_de_bloque_de_tramites .views-row{
        width: 100%;
	height: 100%;
        flex: inherit;
    }
    .view-id-duplicado_de_bloque_de_tramites .views-row:first-child(1) {
    	margin-left:15px;
    }
}


