#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*/
	}
	
	#searcher_home_box {
    margin-top: -15em;
    position: absolute;
		padding: 2.5em 2em 2em;
	}
}


/* Search Styles 5 */

/*.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 i.fa-search {
	border: 0px;
	border-radius: 100%;
	background: #aaa;
	padding: 12px;
	float: left;
	color: white;
}

#button_home_search i.fa-search:hover {
	background: #bbb;
}

#s_customtext {
	border: 1px solid;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  background-color: #FFFFFFFF;
  color: #3D3D3DFF ;
  border-color: #26262680;
	width: inherit;
}

.s_title {
	text-align: left;
	text-transform: uppercase;
}

.toggle.btn.btn-light, .toggle.btn.btn-outline-light {
    border-color: #26262680 !important;
}
/* * * * * * */

