@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i&display=swap);
html {
    height: 100%;
}
body {
    font-family: 'Roboto', sans-serif !important;
    background-color: #fff !important;
    color: #000 !important;
    position: relative;
    height: 100%;
}
p, ul {
    font-family: 'Karla', regular !important;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
}
.clear {
    clear: both;
}
.auto-m-p {
    margin: 0 !important;
    padding: 0 !important;
}
::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
::-webkit-scrollbar {
    width: 5px;
    height: 0;
    background: #F4F4F4;
}
::-webkit-scrollbar-thumb {
    background: #E6967A;
}
#intro {
    margin-top: 85px;
    padding: 30px 0 !important;
    background-color: #819F8E;
    max-width: none;
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}
.img-service img {
    width: 100%;
    margin: 30px 0;
    clip-path: polygon(65% 0, 100% 30%, 95% 80%, 70% 100%, 20% 75%, 0 40%);
}
.txt-service h1,
.txt-form {
    color: #E6967A;
    text-align: left;
    font: Bold 40px Roboto !important;
    letter-spacing: 1.12px !important;
    line-height: 1 !important;
}
.txt-service p {
    color: #000;
    text-align: left;
    font-size: 16px;
    letter-spacing: 0;
}
#icons .container {
    /*max-width: 1205px !important;*/
}
.card-columns {
    -webkit-column-count: 7;
    -moz-column-count: 7;
    column-count: 7;
}
.card {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    align-items: center;
}
.card img, .img-fluid, .section .view, .section img {
    display: inherit;
}
.icons,
.icons ul  {
    text-align: center;
}
.icons ul li {
    display: inline-block;
    margin: 0 25px 30px;
}
.icons ul li span,
.card-body h5 {
    font-size: 12px;
}
.card-body {
    height: 40px;
    padding: 0.25rem;
}
.icons img {
    width: 75px;
}
.icons i {
    font-size: 40px;
    color: #E6967A;
}
#sobre {
    background-color: #fff;
}
#sobre .formulario {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
    border: 0 !important;
    box-shadow: none !important;
}
#sobre .img-service img {
    margin: 0;
    margin-top: 20px;
    clip-path: polygon(100% 20%, 90% 60%, 45% 100%, 0 60%, 15% 15%, 60% 0);
}
#footer {
    margin-top: 70px;
}
/*********** Resposive ***********/

@media (min-width: 768px) {
    .txt-service {
        top: 50%;
        left: 58%;
        position: absolute;
        transform: translate(0, -50%);
    }
}

@media (max-width: 1200px) {
    #intro {
        padding: 20px 0;
    }
    #intro h1,
    .txt-service h1 {
        font: Bold 30px Roboto !important;
        line-height: 1 !important;
    }
    .icons ul li {
        margin: 0 15px 20px;
    }
}

@media (max-width: 1024px) {
    .txt-form {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    #intro {
        padding: 20px 0;
        margin-top: 96px;
    }
    #intro h1 {
        font-size: 20px;
    }
    .txt-service h1 {
        font: Bold 20px Roboto !important;
        line-height: 1 !important;
    }
    .txt-service p {
        font-size: 12px;
    }
    .txt-form {
        margin-top: 30px;
        text-align: center !important;
        font: Bold 30px Roboto !important;
    }
    .icons img {
        width: 60px;
    }
    .icons ul li {
        margin: 0 5px 15px;
    }
}

@media (max-width: 600px) {
    #intro {
        margin-top: 0;
    }
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}