.button.filled:hover, input[type="submit"].filled:hover, input[type="button"].filled:hover {
    background: #688EB4;
    border: 2px solid #688EB4;
    color: #fff;
}
select {
    background: #fff url(../images/icons/arrow-down-homes.svg) calc(100% - 12px) center no-repeat;
    background-size: 12px 8px;
}

.breadcrumb {
    background: #c2d2e1;
}
.accordion h2 button {
    background: #688EB4 !important;
}
/*.accordion h2 button {
	background: linear-gradient(rgba(104,142,180,1) 0%, rgba(104,142,180,1) 50%, rgba(194,210,225,1) 50%, rgba(194,210,225,1) 100%) !important;
}*/
.bgPopulo {
    background: #688EB4;
}
input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    border: 1px solid #688EB4;
    color: #676c72 !important;
}

.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
    position: relative;
    font-family: 'Playfair Display', serif;
    font-size: 1.82em;
    text-align: center;
    line-height: 1;
    background: #688EB4;
    width: 100%;
    color: #fff;
    border: none;
    padding: 5px 20px 12px;
    box-sizing: border-box;
    margin-bottom: 0;
}

.panel h6 {
    font-size: 1.5em;
}

a:hover {
    color: #688EB4;
    border-bottom: none;
}
