@font-face {
    font-family: 'icomoon';
    src: url(../fonts/icomoon/icomoon.eot?8vcgvh);
    src: url(../fonts/icomoon/icomoon.eot?8vcgvh#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?8vcgvh) format("truetype"), url(../fonts/icomoon/icomoon.woff?8vcgvh) format("woff"), url(../fonts/icomoon/icomoon.svg?8vcgvh#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-erasing-file:before {
    content: "\e900"
}

.icon-email:before {
    content: "\e901"
}

.icon-online-shopping-cart:before {
    content: "\e902"
}

.icon-screen:before {
    content: "\e903"
}

.icon-vespa:before {
    content: "\e904"
}

.icon-profile:before {
    content: "\e905"
}

.text-caption th {
    text-align: center;
    font-size: 12px;
    font-weight: 200
}

.icon-box {
    font-size: 40px;
    display: block;
    text-align: center
}

.icon-x2 {
    font-size: 60px;
}

.mt-2 {
    margin-top: 20px;
}

body {
    font-family: 'Raleway', sans-serif
}

.text-blue {
    color: #005daa
}

.text-white {
    color: #fff
}

.bg-blue {
    background-color: #005daa
}

.col-centered {
    float: none;
    margin: 0 auto
}

.btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.btn-danger {
    color: #fff;
    background-color: #f03f35;
    border-color: #f03f35
}

.p-0 {
    padding: 0
}

.no-bg {
    background: none !important
}

b, strong {
    font-weight: bold;
}

header .logo {
    margin: auto 15px auto 0;
    max-height: 70px
}

@media (min-width: 768px) {
    header .logo {
        margin:auto 0;
        max-height: 90px
    }
}
.copyright a {
    color: #c5c4c4;
}

#services-icon {
    position: relative;
    overflow: visible;
    min-height: 100px
}

@media (min-width: 768px) {
    #services-icon.hasservices {
        margin-bottom:270px
    }
}

#services-icon #icones {
    margin-top: 20px
}

#services-icon #icones:after {
    display: none
}

@media (min-width: 768px) {
    #services-icon #icones {
        position:absolute;
        margin-top: 0;
        top: calc(100% - 50px);
        left: 50%;
        transform: translate(-50%);
        z-index: 9
    }
}

#icones {
    margin-top: 20px;
    position: relative
}

@media (min-width: 768px) {
    #icones {
        height:270px;
        margin-top: 100px
    }

    #icones:after {
        background: #f6f6f6;
        position: absolute;
        z-index: -1;
        width: 9999px;
        transform: translate(-50%);
        left: 50%;
        top: 50px;
        bottom: 0;
        content: ""
    }
}

#icones a {
    text-decoration: none
}

@media (min-width: 768px) {
    #icones a:hover * {
        color:#f03f35
    }

    #icones a:hover .fa {
        transform: scale(1.3)
    }
}

#icones h4 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000
}

#icones p {
    font-size: 12px;
    color: #666
}

#icones .fa {
    width: 100px;
    height: 100px;
    border: 1px solid #f03f35;
    color: #f03f35;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    line-height: 100px
}

#logos h3 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.table-responsive table.tabbleu tr td{
	border: none;
}
 