figure.effect-ming figcaption::before {
	border: 1px solid #DDD;
}

.busqueda_abogados_iniciales {
	border-radius: 50%;	
	color: #FFFFFF; 
	background: #9E9E9E; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	text-align: center; 
	margin: 10px auto; 
	padding: 3%; 
	height: 120px; 
	width: 120px;
}

.busqueda_abogados_foto {
	border-radius: 50%;	
	margin: 10px auto; 
	padding: 3%; 
	height: 120px; 
	width: 120px;
}

.main-content {
	min-height: 75.6vh;
	bottom: 0;
}

.modal-home {
	background: #B73931; 
	color: #FFFFFF;
}
/*
.modal-home a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    color: #FFFFFF;
}
*/
.modal {
    position: fixed;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal-home-screen {
	width: 500px;
}

@media (min-width: 1024px) and (max-width:1400px){
	.modal-home-screen {
		width: 500px;
	}
	
	.ficha-abogado {
		min-height: 350px !important;
	}
}

@media (min-width: 1024px){
	.modal-home-screen {
		width: 500px;
	}
	
	.ficha-abogado {
		min-height: 350px !important;
	}
}

@media (max-width: 992px){
	.modal-home-screen {
		width: 350px;
	}
}

@media (max-width: 767px){
	.modal-home-screen {
		width: 300px;
	}
	
	.advance-search {
		height: 227px !important;
	}
}

@media (max-width: 640px){
	.modal-home-screen {
		width: 200px;
	}
	
	.advance-search {
		height: 290px !important;
	}
}

@media (max-width: 480px){
	.box-busqueda-recursos {
		min-height: 315px !important;
	}
	
	.box-busqueda-recursos-detail {
		min-height: 314px !important;
	}
}