.banner-image {
	background-image: url('assets/img/backgrounds/1.jpg');
	background-size:auto;
  }
/***** Buscador *****/

.buscar{
	display: flex;
	justify-content:end;
	align-items: center;
	margin-top:auto;
	margin-bottom: auto;
	background:#f0f1f3;
	box-shadow: 2px 2px 5px #cecece;
	padding: 15px;
	margin-bottom: 15px;
	height: 65px;
	border-radius: 75px;
}

.buscar_texto{
	border: none;
	justify-content: end;
	text-align: center;
	background: none;
	outline: none;
	color: #353333;
	font-size: 18px;
	float: left;
	line-height: 75px;
	transition: .3s;
	width: 125px;
}
.boton svg {
width: 20px;
margin-bottom: 4px;
}
.boton path {
fill:#1a5472;
transition: .3s ease all;
}
/****Resposive***/
@media screen and (min-width:355px){
.buscar:hover > .buscar_texto{
	width: 240px;
	
}
}

@media screen and (min-width:768px){
.buscar:hover > .buscar_texto{
	width: 700px;
}
}
/***** Footer *****/
footer { padding: 40px 0 45px 0; background: #f8f8f8; }

.footer-copyright { padding-top: 15px; }
.footer-copyright a { color: #888; border-bottom: 1px dotted #888; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #888; border: 0; }

