#searcher_home_box {
	padding-top: 1rem;
}

/* Small devices (landscape phones, 992px and up) */
@media (min-width: 992px) {
	#searcher_home_box {
		text-align: center;
		background-color: #fff;
		padding: 1.2em;
		border-radius: 6px;
		z-index: 999;

		/*Nuevos estilos*/
		position: relative;
		margin-top: 2em;
		margin-bottom: 2rem;
		box-shadow: unset;
		/*Fin nuevos estilos*/
	}
}


/* Search Styles 4 */

.btn-search-style {
	border-top: unset !important;
	border-left: unset !important;
	border-right: unset !important;
	border-bottom-width: 2px !important;
	border-radius: unset !important;
	padding-bottom: 10px;

}

#button_home_search {
	border: 2px solid #000;
	border-radius: unset;
}

/* * * * * * */

