body {
    color: rgba(32, 55, 108, 1);
    padding-top: 64px
}

#map {
    height: 500px
}

header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 9;
}

a, a:hover {
    color: rgba(32, 55, 108, 1);
    transition: .2s ease;
    text-decoration: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: rgba(32, 55, 108, 1) !important;
    box-shadow: none !important;
    border: none !important;
}

.color-light {
    color: rgba(133, 209, 243, 1);
}

.hamburger {
    cursor: pointer;
}

@media all and (max-width: 767px) {
    .links-parent {
        display: block !important;
        position: fixed;
        left: 0;
        top: 64px;
        z-index: 9;
        right: 0;
        background: #fff;
        text-align: left;
        height: 0;
        overflow: hidden;
    }

    .links-parent.reveal {
        height: auto;
    }

    .links {
        padding: 15px;
        border-bottom: solid 1px #ccc;
        width: 100%;
    }

    .links > a {
        display: block !important;
        margin-top: 15px;
        margin-right: 0 !important;
    }

    .links > a:first-child {
        margin-top: 0;
    }
}

input::-webkit-input-placeholder {
    opacity: 0.5 !important;
}

.required {
    border: solid 1px rgba(133, 209, 243, 1);
}

.filters {
    background: rgba(133, 209, 243, 1);
    border-radius: 10px;
}

.dettagli-pdl {
    padding: 15px;
    background: #f1f1f1;
    border-radius: 10px;
    color: #6a6a6a;
}

.dettagli-pdl h5 {
    font-weight: bold;
    color: rgba(32, 55, 108, 1) !important;
}

h6 {
    font-weight: bold;
    margin-top: 20px
}
