.custom-page-header-app{
	height: 100px !important;
}
.footer-app{
	background: #262c36;
    bottom: 0;
    color:#fff;
    display: block;
    height: 9px;
    padding: 10px 10px 35px;
    position: fixed;
    font-size: 12px;
    width: 100%;
    height: 50px;
}
#form-busqueda{
    margin-top: 20px;
    background-color:#fff;
    padding: 30px;
    border-radius: 30px;
    box-shadow: -3px 3px 20px rgba(38, 44, 54, 0.5);
    margin-bottom: 50px;
}