﻿
.bg-gradientServiclean {
    background-color: rgba(15, 59, 96, 1);
    background-image: linear-gradient(180deg, #096d32 0%, rgba(15, 59, 96, 0.8) 100%);
}

.bg-footer {
    background-color: #335f84 !important;
}

.text-footer {
    color: #335f84 !important;
}

.bg-orangeServiclean {
    background-color: #f08221 !important;
}

.text-orangeServiclean {
    color: #f08221 !important;
}

.text-greenServiclean-500 {
    color: #0b883f !important;
}

.bg-greenServiclean {
    background-color: #096d32 !important;
}

.text-greenServiclean {
    color: #096d32 !important;
}

.bg-blueServiclean {
    background-color: #0f3b60 !important;
}

.text-blueServiclean {
    color: #0f3b60 !important;
}


/*Slider simulation*/
.range-slider {
    margin: 60px 0 0 0%;
}

.range-slider {
    width: 100%;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(85% - (13px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

    .range-slider__range::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 1.5px solid white;
        background: var(--primary);
        cursor: pointer;
        -webkit-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-webkit-slider-thumb:hover {
            background: var(--primary);
        }

    .range-slider__range:active::-webkit-slider-thumb {
        background: var(--primary);
    }

    .range-slider__range::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border: 0;
        border-radius: 50%;
        background: var(--primary);
        cursor: pointer;
        -moz-transition: background .15s ease-in-out;
        transition: background .15s ease-in-out;
    }

        .range-slider__range::-moz-range-thumb:hover {
            background: var(--primary);
        }

    .range-slider__range:active::-moz-range-thumb {
        background: var(--primary);
    }

    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px var(--primary);
    }

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 15%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: var(--primary);
    padding: 5px 10px;
    margin-left: 8px;
}

    .range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid var(--primary);
        border-bottom: 7px solid transparent;
        content: '';
    }

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/*Box*/
.box {
    background: white;
    border-radius: 5px;
    margin: 0 3px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100%/7 - 6px);
    text-align: center;
    color: var(--primary);
    font-size: 15px;
    cursor: pointer;
}

    .box i {
        font-size: 30px;
        margin-bottom: 8px;
    }

input[type=radio] {
    display: none;
}

    input[type=radio]:checked + .box {
        background-color: var(--primary);
        color: white;
        border: 2px solid white;
    }

/*Contactos - Mapa*/
#map {
    border: none;
    clear: both;
    width: 100%;
    height: 100%;
}

.contact-card {
    display: block;
    height: 600px;
    margin: auto;
    position: absolute;
    right: 10px !important;
    top: -580px !important;
    z-index: 99;
}

#legend {
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #f08221;
    border-radius: 0.35rem;
    font-size: 16px;
}

.feather-verticalAlign {
    vertical-align: middle !important;
}

.navbar .dropdown-item.active div {
    color: white !important;
}

/* Serviços */
.consumerServices a, .businessServices a {
    cursor: pointer !important;
}

::selection {
    color: white !important;
    background: var(--primary) !important;
}

::-moz-selection { /* Code for Firefox */
    color: white !important;
    background: var(--primary) !important;
}

/*Background-Position*/
.background-bottom {
    background-position: bottom !important;
}

.background-top {
    background-position: top !important;
}
