::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}

.buscador{
	background-color:#ffb201;
	height:50px;
	margin-top:20px;
}

.div-search{
	height:50px;
	display: flex;
    vertical-align: middle;
    align-items: center;
}

#txt_buscar{
	border-radius:15px;
	border:1px solid #ffb201;
	background-color: rgba(255, 255, 255, 0.5);
	padding:5px 5px 5px 10px;
	width:100%;
	color:#fff;
}

.search_form{
	display: flex;
	align-items: center;
	justify-content: center;	
	position: relative;
	width:100%;
}

#search_button{
	border: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #fff;
	background: transparent;
	font-size: 17px;
}



@media only screen and (min-width: 1024px) {
	.buscador{
		margin-top:0px;
	}
	
	.c-hor-nav-toggler{
		margin-top:10px;
	}
}

@media (max-width: 990px) {
	.buscador{
		margin-top:150px;
	}	

	.c-brand{
		text-align: center !important;
	}
}

.filas_avisos{
	margin-bottom: 20px;	
	padding-bottom: 20px;
    border-bottom: 1px solid #e8f0f5;
}

.c-testimonial{
	margin:30px 0 10px 0 !important;
}

.texto_testimonios{
	margin:30px 0 40px 0 !important;
}

.pt-5{
	padding-top: 60px !important;
}

.star-on{
	color:#FFB300;
}

.btn_ver{
	padding-top: 20px;
}

.fondo-blanco{
	background-color: #fff;
	color:#5c6873;
	padding: 10px;
}

.foto{
	border-radius: 50px;
	background: #5c6873;
	width:60px;
	height: 60px;
}
.terminos{
	font-size: 17px;
	font-weight: 300;
}

p{
	word-break: break-word;
}

.docx{
	margin-top: 20px;
}