a {
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #ad2a30;
    text-decoration: none;
}

label {
    color: black;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.md-social img {
    height: 25px;
}

.social-midia {
    position: absolute;
    top: 0;
    border-radius: 0 0 0 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding: 20px inherit;
    right: 0%;
    z-index: 4;
    background: red;
    display: none;
}

.social-midia img {
    height: 45px;
}

.social-midia ul li {
    display: inline-block;
    padding: 10px;
}

@media (max-width: 600px) {
    .social-midia img {
        height: 25px;
    }
}

@media (max-width: 567px) {
    .social-midia ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .social-midia img {
        height: 50px;
    }
}



#hero-area .contents {
    padding: 0;
    /* text-align: center !important; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.menu-bg.top-nav-collapse .md-social {
    display: block;
}

.slicknav_menu ul {
    /* display: flex; */
    position: absolute;
    top: 85px;
    right: 0;
    width: 200px;
    text-transform: uppercase;
}

.top-nav-collapse .slicknav_menu ul {
    position: absolute;
    top: 85px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.2);
}

.line {
    height: 1px;
    background-color: red;
    /* margin: 0 auto; */
}

.navbar {
    padding: 0;
    margin: 0;
}

.top-nav-collapse {
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.2);
}

.navbar-header {
    height: 85px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width:768px) {
    .navbar-header {
        height: 60px;
    }
}

.indigo {
    background: #ed1e24;
}

.navbar-nav .nav-item .nav-link-facebook {
    font-size: 2.5em;
    color: white !important;
    padding-left: 5px;
}

.navbar-header img {
    width: auto;
    max-height: 60px;
    position: relative;
    left: 10px;
}

@media(max-width: 1200px) {
    .nav-item {
        font-size: .8em;
    }
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 8px !important;
    border-radius: 5px;
    margin: 0px;
}

.navbar .nav-link.active {
    margin: 0px 3px;
    padding: 0px 10px !important;
    border-radius: 0px;
    border-bottom: 2px solid #ffffff;
    margin: 0 auto;
}

.navbar.top-nav-collapse .nav-link.active {
    line-height: 30px;
}

.top-nav-collapse .navbar-nav .nav-link.active {
    color: #333 !important;
}

.navbar .nav-link.active {
    background: transparent;
}

ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-item.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
}

ul li.nav-item.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.navbar-nav .nav-item .nav-link-facebook {
    font-size: 2.5em;
    color: white !important;
}

.top-nav-collapse .navbar-nav .nav-link-facebook {
    color: #EE1D23 !important;
}

.top-nav-collapse .navbar-nav .nav-link.border-btn {
    background-color: #ed1c24 !important;
    color: #fff !important;
    padding: 0px 10px !important;
    position: relative;
    margin-left: 5px;
}

@media screen and (max-width: 991px) {
    .navbar-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* position: relative; */
    }

    .slicknav_nav .active a {
        background: #EE1D23;
        color: #fff;
    }

    .slicknav_nav a:hover,
    .slicknav_nav .active {
        color: #EE1D23;
        background: #f8f9fa;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #EE1D23;
    }
}

.section-header .section-title span {
    border-left: 5px solid red;
    /* position: relative; */
    /* right: 0; */
    color: black;
    padding: 0px 10px;
    font-size: 30px;
    /* padding-bottom: 20px; */
}

@media (max-width:993px) {

    .section-header .section-title span {
        font-size: 29px;
        /* width: 100%; */
    }


}

@media (min-width:768px) {
    #hero-area .contents h1 {
        font-size: 30px;
    }
}

@media (min-width: 1600px) {
    #hero-area .contents h1 {
        font-size: 50px;
    }
}

@media (max-width:650px) {
    #hero-area .contents h1 {
        font-size: 30px;
    }
}

#hero-area .contents p {
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 20px
}

#hero-area .contents p {
    font-size: 1.4em;
}

#hero-area .contents .btn {
    margin: 0px;
    /* padding: 10px 35px; */
}

@media (max-width:567px) {
    #hero-area .contents .btn {
        padding: 10px 35px;
    }

    .slicknav_menu ul {
        top: 72px;
    }

    .top-nav-collapse .slicknav_menu ul {
        top: 72px;
    }
}

.service .img-service {
    padding: 20px 0px;
}

.img-service img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.item-boxes {
    border: 1px solid #d6d3d3;
}

.item-boxes p {
    padding: 0px 20px;
    height: 120px;
}

.item-boxes h4 {
    color: #333;
    padding-top: 20px;
}

.btn-common:hover {
    color: #EE1D23;
    background: white;
    border-color: white;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.item-boxes:hover h2 {
    color: red;
}

.item-boxes:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 3px 25px 6px rgba(201, 171, 171, 1);
    box-shadow: 2px 3px 25px 6px rgba(201, 171, 171, 1);
}

.item-boxes:hover .overlay-produto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #0c0a0a85;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #bd4646bf;
    opacity: 0.4;
    filter: alpha(opacity=90);
}

.item-boxes:hover .overlay {
    display: none;
}

#features .box-item .text h4 {
    color: white;
}

#features .show-box img {
    width: 100%;
}

@media (max-width:991px) {
    #features .show-box img {
        display: none;
    }
}

#features .box-item .icon {
    background-color: #ee1d237a;
}

#features .box-item .icon i {
    color: white;
}



.pricing-details h2 {
    text-align: center;
    font-size: 2em;
    padding: 15px 0px;
    color: black;
    z-index: 99;
}

.item-boxes:hover .pricing-details h2::after {
    content: '';
    height: 1px;
    background: black;
    display: block;
    -webkit-animation: animacaoBolada ease .5s;
    animation: animacaoBolada ease .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes animacaoBolada {
    from {
        background: black;
        width: 0px;
    }

    to {
        background: white;
        width: 200px;
    }
}

@keyframes animacaoBolada {
    from {
        background: black;
        width: 0px;
    }

    to {
        background: white;
        width: 200px;
    }
}

.img-produtos img {
    width: 95%;
    height: auto;
    margin: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    --hover: #EE1D23;
}

.img-produtos img:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-common {
    border-radius: 5px;
    /* position: absolute; */
    /* bottom: 15px; */
}

.card-body .btn-common,
.card-body .btn-common:hover {
    position: absolute;
    bottom: 15px;
}

@media (max-width: 600px) {
    .open-max {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pricing-table .img-produtos p {
    padding: 20px 0px;
}

.plan-button {
    margin: 10px;
    bottom: 0px;
}

.mfp-container {
    position: fixed !important;
}

.mfp-iframe-holder {
    padding-top: 110px;
    padding-bottom: 0px;
}

.pricing-tables .plan-button.action-bt {
    display: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: white;
}

.box-red {
    background-color: red;
    height: 350px;
    max-height: 350px;
}

@media(max-width:993px) {
    .box-red {
        display: none;
    }
}

.overlay .item-icon {
    background-color: #EE1D23;
    color: #ffffff;
}

/*efeito foto*/
.shot-item .lines-top {
    margin: auto;
    width: 0px;
    height: 3px;
    position: absolute;
    border-top: 2px solid #EE1D23;
    margin-top: 30px;
}

.shot-item:hover .lines-top {
    width: 100px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 99;
}

#features .box-item {
    padding: 15px 0;
    border: 1px solid #adaaaa;
    padding-left: 30px;
    /* margin: 10px; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* text-align: center; */
}

@media(max-width:991px) {
    #features .box-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding: 0;
        padding-top: 20px;
    }
}

.shot-item .lines-bottom {
    margin: auto;
    right: 0px;
    width: 0px;
    height: 3px;
    position: absolute;
    border-top: 2px solid #EE1D23;
    bottom: 20px;
}


@media(max-width:993px) {


    .fixed-top {
        height: 85px;
    }
}

.slicknav_menu .slicknav_icon-bar {
    background: #ffffff;
}

.shot-item:hover .lines-bottom {
    width: 100px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    z-index: 99;

}


.btn-common.filtro:hover {
    border-radius: 5px;
}

.btn-common:hover {
    border: 1px solid #EE1D23 !important;
    position: relative;
    z-index: 1;
    border: none;
    border-bottom: 1px solid #EE1D23;
    border: 20px;
}

#portfolios a:hover {
    color: #EE1D23;
}

@media(max-width:567px) {
    .bt-obras {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
    }
}

.int-user-1 {
    background-image: url(../img/fundo-interacao.jpg);
    background-position: center;
    max-height: 300px;
    background-repeat: no-repeat;
    height: 300px;
}

.int-user-1 .default {
    padding: 4px;
}

.int-user-1 .box {
    padding: 10px;
    background-color: white;
}

.quadro {
    font-weight: bold;
}

.icon img {
    max-height: 45px;
}

.formulario-proposta input {
    width: 100%;
    height: 55px;
    padding: 20px;
    border-style: solid;
    border-width: 1px;
    color: rgba(19, 19, 19, 0.5) !important;
    border-color: rgba(19, 19, 19, 0.5);
    margin: 10px 0px;
}

.formulario-proposta .form-control {
    border-style: solid;
    border-width: 1px;
    color: rgba(19, 19, 19, 0.5) !important;
    border-color: rgba(19, 19, 19, 0.5);
    height: 55px !important;
    padding: 0px 10px;
    margin-top: 10px;
}

#contact .form-control.error {
    border-bottom: 1px solid #ed1c24;
}

::-webkit-input-placeholder {
    color: rgba(19, 19, 19, 0.5);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(19, 19, 19, 0.5);
    opacity: 1;
}

::placeholder {
    color: rgba(19, 19, 19, 0.5);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(19, 19, 19, 0.5);
}

::-ms-input-placeholder {
    color: rgba(19, 19, 19, 0.5);
}

ul.end li {
    position: relative;
    padding: 5px 0px 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:567px) {
    ul.end li {
        position: relative;
        padding: 5px 0px 5px 0px;
    }
}

.contact-us p span {
    color: #333;
    padding-left: 15px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
}


.contact-us iframe {
    border: 0;
    height: 350px;
    margin: 25px 0px;
    width: 95%;
}


.contact-us li i,
.contact-us li img {
    font-size: 2em;
    color: #f1f1f1;
    padding: 15px;
    background-color: #EE1D23;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}

@media(max-width:567px) {

    .contact-us li i,
    .contact-us li img {
        width: 60px;
    }

}

@media(max-width:320px) {

    .contact-us li i,
    .contact-us li img {
        max-width: 42px;
        padding: 5px;
    }

}

.contactForm {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    background-color: #c3bdbd30;
    /*    border-radius: 10px;*/
}

#contact .form-control:focus {
    color: #000;
    border-color: transparent;
    border-bottom: 2px solid #008DDD;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/*btn enviar mensagem*/

#contact .btn-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    /* width: 80%; */
    /* margin: 0 auto; */
}

#contact .submit-button i {
    padding: 0px 10px;
    font-size: 2em;
    position: relative;
    left: -30px;
}

#contact .submit-button span {
    position: relative;
    left: -25px;
}

.fixed-top {
    position: absolute;
    /* top: unset; */
    /* right: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* z-index: 1030; */
}




.tex-quadro {
    height: 75%;
    background-color: wheat;
}

.slide-cliente img {
    margin: 0 auto;
    width: 40%;
    /* background: red; */
    /* padding: 20px; */
}

@media (max-width:992px) {
    .slide-cliente img {
        margin: 0 auto;
        width: 60%;
        /* background: red; */
        /* padding: 20px; */
    }

}

.slick-prev,
.slick-next {
    display: none !important;
}



footer section {
    padding: 0px;
}

footer {
    background: white;
    position: relative;

}

footer span {
    color: #333;
}

footer img {
    width: auto;
    height: 60px;
}

.mp-site ul li {
    display: inline-block;
}

.mp-site li {
    margin-bottom: 10px;
}

.dir-des {
    background-color: white;
    bottom: 0;
    width: 100%;
    color: #333 !important;
}

@media (max-width:768px) {
    .dir-des .j-c-s-e {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pd-10 {
        padding: 5px;
    }
}

.des span {
    color: red;
}

.dir-des .container {
    height: 80px;
}

.footer-links li a {
    color: #333;
}

.footer-links li {
    line-height: 40px;
}

.p-0 {
    padding: 0px 5px !important;
}

.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer {
    padding: 5px 0;
}

.owl-theme .owl-nav button span,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #ee1d23;
    text-decoration: none;
}

.item_slide {
    position: relative;
}

.item_slide img {
    display: block;
    width: 100%;
}

.descricao_slide {
    position: absolute;
    width: 100%;
    top: 0px;
    text-align: center;
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#section_inicio {
    padding-bottom: 0px;
}

#hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #00000021;
    opacity: 0.9;
}

.descricao_slide h1,
.descricao_slide p {
    color: white;
    width: 70%;
}

@media(max-width:768px) {
    .owl-dots {
        display: none !important;
    }
}

@media(max-width:650px) {

    .descricao_slide h1,
    .descricao_slide p {
        color: white;
        width: 95%;
        font-size: 20px;
    }
    #services {
        padding: auto 0px !important;
    }
}


@media(max-width:414px) {

    .descricao_slide h1,
    .descricao_slide p {
        color: white;
        width: 95%;
        font-size: 16px;
    }
}

.owl-dots {
    position: absolute;
    width: 100%;
    bottom: 250px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ed1e24;
}


.box-fundo-icon img {
    width: 180px;
    height: auto;
}

.box-fundo-icon {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ff00008a;
}

@media(max-width:991px) {
    #contact .message {
        padding-left: 0px;
        padding-right: 0px;
        margin: 25px 0px;
    }
}

.border-social-midia-header img {
    border: 2px solid white;
    border-radius: 8px;
    padding: 6px;
}

#produto .img-produtos {
    position: relative;
    border: 1px solid #d6d3d3;
}

.btn {
    font-size: 14px;
    padding: 11px 10px;
    cursor: pointer;
}

.contactForm .btn {
    padding: 11px 40px;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active>a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: black;
}

.counters {
    background: url(../img/fundo-interacao.jpg) fixed;
    position: relative;
    background-size: cover;
}

.counters h2 {
    width: 80%;

}

@media(max-width:992px) {
    .counters h2 {
        width: 100%;
        line-height: 120%;
    }
}

#features {
    background: url(../img/fundo-interacao.jpg) fixed no-repeat;
    background-size: cover;
}

.shot-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shot-item img.icon-photo-obras {
    max-height: 80px;
}

.slide-obra img {
    height: 278px;
    max-height: 278px;
    width: 370px;
    max-width: 370px;
}

.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../img/svg/prev.svg) !important;
    width: 0px;
    height: 0px;
    background-repeat: no-repeat !important;
}

.owl-carousel .owl-nav button.owl-next {
    background-image: url(../img/svg/next.svg) !important;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-repeat: no-repeat !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    padding: 20px !important;
    margin: 0;
    margin-right: 2px;
}

@media(min-width:567px) {

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        padding: 20px !important;
        margin: 0;
        margin-right: 20px;
    }
}

@media(min-width:567px) and (max-width:991px) {
    #contact form.contactForm h3 {
        text-align: center;
    }

    #contact .form-control {
        margin: 0 auto;
    }

    #contact .btn-common {
        margin: 0 auto;
        width: 80%;
    }
}

.owl-stage-outer {
    position: relative;
}

.owl-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ee3148;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
}

.portfolio-mobile-slide {
    display: none;
}

@media(max-width:993px) {
    .portfolio-mobile-slide {
        display: block;
    }

    .portfolio-desktop-photos {
        display: none;
    }

    .slide-obra img {
        height: auto;
        max-height: inherit;
        width: 100%;
        max-width: inherit;
        padding: 0px 5px;
    }
}

@media(max-width:576px) {
    .slide-obra img {
        padding: 0px;
    }

    #portfolios .mix {
        padding: 0px;
    }
}

.card img {
    width: 80%;
    margin: 0 auto;
    height: auto;
    border-bottom: 1px solid #ff00008a;
}

.titulo_seccao_produtos h1 {
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}

.titulo_seccao_produtos {
    padding-bottom: 5px;
    text-transform: uppercase;
}

.titulo_seccao_produtos h1 {
    font-size: 2em;
    margin-top: 35px;
}

.card-body {
    padding: 0rem;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 5px;
}

.card-title {
    margin: 0;
    color: black;
    font-weight: 500;
    line-height: 95%;
    letter-spacing: 0px;
    padding: 0px 0px;
    padding-bottom: 15px;
}

.card-body {
    min-height: 130px;
}

.card:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.nav_2 {
    width: 100%;
    position: fixed;
    left: 0;
}

@media (max-width: 991px) {

    .fixed-top {
        top: 0px !important;
    }
}

@media (max-width: 567px) {
    #hero-area .contents h1 {
        text-align: left;
    }

    #hero-area .contents p {
        font-size: 1.4em;
        text-align: left;
    }

    #hero-area .contents {
        align-items: end;
    }
}

#contact {
    background-color: white;
    padding-bottom: 80px;
}

#contact h3 {
    color: #343a40;
    width: 100%;
    text-align: left;
}

input.form-control,
textarea.form-control {
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #bfbcbc;
}

.contact-us .contact-address {
    padding: 20px 0px;
    width: 95%;
    border-radius: 10px;
    margin: 0 auto;
}

ul.end li {
    position: relative;
    padding: 5px 0px 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#services {
    padding-top: 20px;
}

#orcamento {
    padding-bottom: 0px;
}

#faca_seu_orcamento {
    padding: 0px;
}
#main-navbar ul{
    position: relative;
}

.top-nav-collapse .phone{
    color: #ed1e24;
    background: white;
} 


@media(min-width:1800px){
	.descricao_slide {
		padding: 0px 25%;
	}
}

header .owl-nav{
    display: none;
}

.item_slide span.btn.btn-common:hover a{
    color: #EE1D23;
}


.owl-nav button span{
    color: #EE1D23;
}

@media(max-width:992px){
	#features .box-item .icon {
		right: 0;
	}
}

