body {
    font-family: "Elms Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
a:hover, a:focus {
    text-decoration: none;
}
main.main-content {
    margin-top: 0;
}
/*INICIO HEADER*/
header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #000;
    z-index: 1000;
    margin: 0 auto 0 0;
    box-shadow: 0 1px 13px 2px #7d7d7d17;
    height: auto;
}
header .logo {
    float:left;
    margin:12.5px 0;
}
header .logo a {
    display:block;
    text-decoration:none
}
header .logo img {
    width: 100%;
}
/* FIM HEADER */
/* INICIO MENU */
.menu {
    float:right;
    margin: 35px 20px
}
.menu-list {
    padding:0;
    margin:0
}
.menu .menu-list,.menu .sub-menu {
    list-style:none
}
.menu a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.8px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.menu > .menu-list > li {
    display:inline;
    position:relative
}
.menu > .menu-list > li > a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    font-weight: 500;
    transition: all 0.2s;
}
.menu > .menu-list > li > a:hover {
    color: #70C74E;
    transition: all 0.2s;
}
.menu > .menu-list > li > a > hr {
    margin: 0;
    width: 0%;
    border-top: 4px solid #70C74E;
    transition: all 0.2s;
}
.menu > .menu-list > li > a:hover > hr {
    transition: all 0.2s;
    width: 100%;
}
.menu > .menu-list > li > .sub-menu {
    position:absolute;
    left:0;
    min-width:200px;
    z-index:100;
    display:none;
    padding:0;
}
.menu > .menu-list > li:hover > .sub-menu {
    display:block;
    border-radius: 10px;
}
.menu > .menu-list > li > .sub-menu > li > a {
    padding:10px 20px;
    background:#fff;
    margin-top: 2px;
    border-radius: 0;
}
.menu > .menu-list > li > .sub-menu > li:hover > a {
    background:#70C74E
}
ul.btn-contato-orcamento {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}
ul.btn-contato-orcamento li {
    margin: 28px 0;
}
ul.btn-contato-orcamento li a {
    display: inline-block;
    font-size: 17px;
    padding: 13px 15px;
    margin: 4px 0;
    font-weight: 500;
    transition: all 0.5s;
    background: #70C74E;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 0.8px;
}
ul.btn-contato-orcamento li a:hover {
    background: #394556;
    transition: all 0.5s;
}
/* Menu Mobile */
.slicknav_btn {
    background-color:#70C74E
}
.slicknav_menu {
        background-color: #fff;
    padding: 0;
}
.slicknav_brand a {
    font-size: 14px;
    display: block;
    padding: 0px 5px;
    font-weight: bold;
}
/* ==========================================
   FOOTER
========================================== */
footer {
    background: #fff;
    color: #5d6470;
    padding-top: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #70C74E;
}
footer .footer-main {
    padding: 45px 0 35px;
}
footer .footer-main .row {
    display: flex;
    align-items: flex-start;
}
footer .logo-footer {
    display: inline-block;
}
footer .logo-footer img {
    width: 100%;
    height: auto;
    margin: 70px 0;
}
footer h5 {
    display: block;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #70C74E;
    font-weight: 700;
}
footer .servicos-footer-colunas {
    display: flex;
    gap: 25px;
}
footer .servicos-footer {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 125px;
}
footer .servicos-footer li {
    margin-bottom: 9px;
}
footer .servicos-footer li a {
    color: #162d4f;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    transition: all .2s ease;
    font-weight: 600;
    letter-spacing: 0;
}
footer .servicos-footer li a:hover {
    color: #35bd63;
    text-decoration: none;
}
footer .menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .menu-footer li {
    margin-bottom: 9px;
}
footer .menu-footer li a {
    color: #162d4f;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    transition: all .2s ease;
    font-weight: 600;
    letter-spacing: 0;
}
footer .menu-footer li a:hover {
    color: #70C74E;
    text-decoration: none;
}
footer .contato-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .contato-footer li {
    margin-bottom: 9px;
}
footer .contato-footer li a {
    color: #162d4f;
    font-size: 15px;
    line-height: 27px;
    text-decoration: none;
    transition: all .2s ease;
    font-weight: 600;
    letter-spacing: 0;
}
footer .contato-footer li a:hover {
    color: #70C74E;
    text-decoration: none;
}
footer .contato-footer li i {
    margin-right: 8px;
    margin-top: 2px;
    color: #70C74E; 
    font-size: 15px;
}
footer .footer-social {
    display: flex;
    gap: 12px;
    margin-top: 60px;
}
footer .footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #39bd67;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: all .2s ease;
    padding-top: 3px;
    padding-right: 0px;
    margin-right: 10px;
}
footer .footer-social a:hover {
    background: #142c4d;
    color: #fff;
    text-decoration: none;
}
footer .footer-endereco {
    color: #162d4f;
    font-size: 15px;
    line-height: 16px;
    text-decoration: none;
    transition: all .2s ease;
    font-weight: 600;
    letter-spacing: 0;
}
footer .footer-endereco i {
    margin-right: 8px;
    margin-top: 2px;
    color: #70C74E; 
    font-size: 15px;
}
/* DESENVOLVIDO POR Loba&Seven */
footer .footer-copyright {
    padding-bottom: 0;
    margin-top: 20px;
    background:#00295a;
}
footer .footer-copyright a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    letter-spacing: 0.8px;
}
footer p.footer-copyright {
    margin: 12px 0px 0 0;
    font-size: 11px;
}
footer .text-right {
    margin-top: 0;
}
footer .text-right a img {
    margin: 7px 0 0 auto;
}
footer .footer-copyright p {
    color: #fff;
    margin: 12px 0 0 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
footer .footer-copyright p.desenvolvido {
    margin: 5px 20px;
    padding-bottom: 0;
}
footer .col-md-4.text-center a img {
    position: relative;
    top: -4px;
    width: 24%;
    left: -2px;
}
/* FIM DESENVOLVIDO POR Loba&Seven */
/* BOTÕES LATERAL/FIXO */
/* BOTÕES LATERAL/FIXO */
.btn-fixo a {
    position: fixed;
    right: 0;
    align-items: center;
    text-decoration: none;
    transition: 0.8s all ease;
    font-size: 22px;
    border-radius: 5px 0 0 5px;
    background: #fff;
    z-index: 100000;
}
a.btn-telephone {
    top: 440px;
    right: 15px;
    transition: 0.8s all;
    padding: 18px 16px 13px 17px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #70C74E;
}
a.btn-telephone i {
    font-size: 29px;
    color: #70C74E;
    transition: 0.8s all;
}
a.btn-mail {
    top: 508sspx;
    right: 13px;
    transition: 0.8s all;
    padding: 15px 17px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0059c3;
}
a.btn-mail i {
    font-size: 30px;
    color: #0059c3;
    transition: 0.8s all;
}
.float-button-wrapper {
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 30px;
}

.pulse {
    box-shadow: 0 0 0 rgb(92 168 44 / 75%);
    animation: pulse 2s infinite;
}

img.float-button {
    width: 60px;
}


@keyframes pulse {
  0% {
    -moz-box-shadow:0 0 0 rgb(92 168 44 / 92%);
    box-shadow: 0 0 0 rgb(92 168 44);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(92,168,44, 0);
      box-shadow: 0 0 0 30px rgba(92,168,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(92,168,44);
      box-shadow: 0 0 0 0 rgba(92,168,44);
  }
}

.rounded-circle {
    border-radius: 50%!important;
        bottom: 22px;
    right: 20px;
    transition: 0.6s all;
    padding: 8px 10px 9px;
    background-color: #03C100;
}
a.btn-whatsapp i {
    color: #fff;
    font-size: 39px;
}

/* Main */
main h2 {
    font-size:22px
}
main.main-content p strong {
    font-weight:normal
}
/* Ajustes Mobile */
/* ==========================================================
   RESPONSIVO - FOOTER
   AR&T ENGENHARIA
========================================================== */


/* ==========================================================
   CONFIGURAÇÃO DO MENU MOBILE
   ESCONDIDO NO DESKTOP
========================================================== */

.menu-footer-mobile {
    display: none;
}


/* ==========================================================
   NOTEBOOK / DESKTOP MENOR
   992px até 1199px
========================================================== */

@media (min-width: 992px) and (max-width: 1199px) {

    footer .footer-main .row {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
    }

    footer .footer-main .row > div:nth-child(1) {
        width: 22%;
    }

    footer .footer-main .row > div:nth-child(2) {
        width: 27%;
    }

    footer .footer-main .row > div:nth-child(3) {
        width: 20%;
    }

    footer .footer-main .row > div:nth-child(4) {
        width: 31%;
    }

    footer .logo-footer img {
        margin: 65px 0;
    }

    footer .servicos-footer li a,
    footer .menu-footer li a,
    footer .contato-footer li a,
    footer .footer-endereco {
        font-size: 13px;
    }

    footer .footer-social a {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

}


/* ==========================================================
   TABLET
   768px até 991px
========================================================== */

@media (min-width: 768px) and (max-width: 991px) {

    footer {
        padding-top: 0;
    }

    footer .footer-main {
        padding: 50px 0 40px;
    }

    footer .footer-main .row {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0;
    }


    /* LOGO */

    footer .footer-main .row > div:nth-child(1) {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    footer .logo-footer {
        display: inline-block;
    }

    footer .logo-footer img {
        width: 190px;
        margin: 0 auto;
    }


    /* SERVIÇOS */

    footer .footer-main .row > div:nth-child(2) {
        width: 40%;
    }


    /* INSTITUCIONAL */

    footer .footer-main .row > div:nth-child(3) {
        width: 25%;
    }


    /* CONTATO */

    footer .footer-main .row > div:nth-child(4) {
        width: 35%;
    }


    footer h5 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    footer .servicos-footer li,
    footer .menu-footer li,
    footer .contato-footer li {
        margin-bottom: 7px;
    }

    footer .servicos-footer li a,
    footer .menu-footer li a,
    footer .contato-footer li a {
        font-size: 13px;
        line-height: 19px;
    }

    footer .footer-endereco {
        font-size: 13px;
        line-height: 17px;
    }

    footer .footer-social {
        margin-top: 35px;
        gap: 8px;
    }

    footer .footer-social a {
        width: 42px;
        height: 42px;

        margin-right: 5px;

        font-size: 19px;
    }


    /* COPYRIGHT */

    footer .footer-copyright {
        padding: 10px 0;
        margin-top: 15px;
    }

    footer .footer-copyright .row {
        display: flex;
        align-items: center;
    }

    footer .footer-copyright p {
        margin-top: 5px;
        font-size: 10px;
    }

    footer .col-md-4.text-center a img {
        width: 70px;
        top: 0;
        left: 0;
    }

    footer .text-right a img {
        margin-top: 0;
    }

}


/* ==========================================================
   CELULAR
   até 767px
========================================================== */

@media (max-width: 767px) {

    footer {
        float: none;
        width: 100%;
        padding-top: 0;

        border-top: 1px solid #70C74E;
    }


    /* ======================================================
       PARTE PRINCIPAL
    ====================================================== */

    footer .footer-main {
        padding: 45px 0 40px;
    }

    footer .footer-main .row {
        display: flex;
        flex-direction: column;

        margin: 0;
    }

    footer .footer-main .row > div {
        float: none;
        width: 100%;

        padding-left: 20px;
        padding-right: 20px;
    }


    /* ======================================================
       LOGO
    ====================================================== */

    footer .footer-main .row > div:nth-child(1) {
        text-align: center;
        margin-bottom: 40px;
    }

    footer .logo-footer {
        display: inline-block;
    }

    footer .logo-footer img {
        width: 180px;
        max-width: 100%;

        margin: 0 auto;
    }


    /* ======================================================
       TÍTULOS
    ====================================================== */

    footer h5 {
        position: relative;

        margin: 0 0 18px;

        padding-bottom: 9px;

        font-size: 14px;
        line-height: 18px;
    }

    footer h5::after {
        content: "";

        position: absolute;

        left: 0;
        bottom: 0;

        width: 35px;
        height: 2px;

        background: #70C74E;
    }


    /* ======================================================
       SERVIÇOS
    ====================================================== */

    footer .footer-main .row > div:nth-child(2) {
        margin-bottom: 35px;
    }

    footer .servicos-footer-colunas {
        display: block;
    }

    footer .servicos-footer {
        display: grid;

        grid-template-columns: repeat(2, minmax(0, 1fr));

        gap: 0 18px;

        width: 100%;
    }

    footer .servicos-footer li {
        margin-bottom: 9px;
    }

    footer .servicos-footer li a {
        font-size: 13px;
        line-height: 18px;
        font-weight: 600;
    }


    /* ======================================================
       INSTITUCIONAL
    ====================================================== */

    footer .footer-main .row > div:nth-child(3) {
        margin-bottom: 35px;
    }

    footer .menu-footer {
        display: grid;

        grid-template-columns: repeat(2, 1fr);

        gap: 0 15px;
    }

    footer .menu-footer li {
        margin-bottom: 8px;
    }

    footer .menu-footer li a {
        font-size: 13px;
        line-height: 20px;
    }


    /* ======================================================
       CONTATO
    ====================================================== */

    footer .contato-footer li {
        margin-bottom: 8px;
    }

    footer .contato-footer li a {
        display: flex;
        align-items: center;

        font-size: 13px;
        line-height: 20px;
    }

    footer .contato-footer li i {
        width: 20px;

        flex: 0 0 20px;

        margin-right: 6px;

        text-align: center;
    }

    footer .contato-footer li span {
        min-width: 0;

        overflow-wrap: anywhere;
    }


    /* ENDEREÇO */

    footer .footer-endereco {
        display: flex;
        align-items: flex-start;

        margin-top: 5px;

        font-size: 13px;
        line-height: 18px;
    }

    footer .footer-endereco i {
        width: 20px;

        flex: 0 0 20px;

        margin-right: 6px;

        text-align: center;
    }


    /* ======================================================
       REDES SOCIAIS
    ====================================================== */

    footer .footer-social {
        justify-content: flex-start;

        gap: 10px;

        margin-top: 28px;
    }

    footer .footer-social a {
        width: 42px;
        height: 42px;

        margin: 0;

        padding: 0;

        font-size: 19px;
    }


    /* ======================================================
       COPYRIGHT
    ====================================================== */

    footer .footer-copyright {
        margin-top: 35px;
        padding: 6px 0;
        background: #00295a;
    }
    footer .footer-copyright .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    footer .footer-copyright .row > div {
        width: 100%;
        text-align: center !important;
        margin: 0;
    }
    footer .footer-copyright p {
        margin: 0;
        font-size: 10px;
        line-height: 16px;
    }
    footer .footer-copyright a {
        font-size: 9px;
    }
    /* SEVEN */
    footer .col-md-4.text-center a img {
        position: relative;
        width: 75px;
        top: -9px;
        left: auto;
        margin: 3px auto;
    }
    /* W3C */
    footer .text-right a img, footer img.selo-w3c {
        display: block;
        width: auto;
        max-width: 45px;
        margin: 5px auto 0;
    }
    /* ======================================================
       MENU FIXO MOBILE
    ====================================================== */
    .menu-footer-mobile {
        position: fixed;
        z-index: 9998;
        left: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        height: 62px;
        margin: 0;
        padding: 0;
        list-style: none;
        background: #192C48;
        border-top: 2px solid #70C74E;
        box-shadow: 0 -5px 20px rgba(0, 0, 0, .18);
    }
    .menu-footer-mobile li {
        width: 25%;
        height: 100%;

        margin: 0;
        padding: 0;

        border-right:
            1px solid rgba(255, 255, 255, .08);
    }

    .menu-footer-mobile li:last-child {
        border-right: 0;
    }


    /* LINKS E BOTÃO */

    .menu-footer-mobile li a,
    .menu-footer-mobile li button {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 100%;
        height: 100%;

        margin: 0;
        padding: 0;

        border: 0;

        background: transparent;

        color: #ffffff;

        font-size: 21px;

        text-decoration: none;

        cursor: pointer;

        transition:
            background .3s ease,
            color .3s ease;
    }


    /* TELEFONE */

    .menu-footer-mobile .mm-call {
        color: #ffffff;
    }


    /* WHATSAPP */

    .menu-footer-mobile .mm-whatsapp {
        color: #70C74E;
    }


    /* EMAIL */

    .menu-footer-mobile .mm-email {
        color: #ffffff;
    }


    /* TOPO */

    .menu-footer-mobile .mm-up-to-top {
        color: #70C74E;
    }


    /* HOVER */

    .menu-footer-mobile li a:hover,
    .menu-footer-mobile li a:focus,
    .menu-footer-mobile li button:hover,
    .menu-footer-mobile li button:focus {
        background: #70C74E;
        color: #ffffff;

        outline: none;
    }

}


/* ==========================================================
   CELULAR PEQUENO
   até 575px
========================================================== */

@media (max-width: 575px) {

    footer .footer-main {
        padding-top: 40px;
    }


    /* LOGO */

    footer .logo-footer img {
        width: 165px;
    }


    /* SERVIÇOS */

    footer .servicos-footer li a,
    footer .menu-footer li a {
        font-size: 12px;
        line-height: 17px;
    }


    /* CONTATO */

    footer .contato-footer li a,
    footer .footer-endereco {
        font-size: 12px;
    }


    /* MENU FIXO */

    .menu-footer-mobile {
        height: 60px;
    }

    .menu-footer-mobile li a,
    .menu-footer-mobile li button {
        font-size: 20px;
    }
}


/* ==========================================================
   CELULAR MUITO PEQUENO
   até 420px
========================================================== */

@media (max-width: 420px) {

    footer .footer-main .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }


    /* ======================================================
       SERVIÇOS CONTINUAM 2 COLUNAS
    ====================================================== */

    footer .servicos-footer {
        gap: 0 12px;
    }

    footer .servicos-footer li a {
        font-size: 11px;
        line-height: 16px;
    }


    /* ======================================================
       INSTITUCIONAL
    ====================================================== */

    footer .menu-footer li a {
        font-size: 12px;
    }


    /* ======================================================
       CONTATO
    ====================================================== */

    footer .contato-footer li a,
    footer .footer-endereco {
        font-size: 11px;
        line-height: 17px;
    }


    /* REDES */

    footer .footer-social a {
        width: 39px;
        height: 39px;

        font-size: 18px;
    }


    /* COPYRIGHT */

    footer .footer-copyright p {
        font-size: 9px;
    }

}
@media screen and (max-width: 40em) {
    .menu-footer-mobile {
        display: none;
    }
    header {
        height: 50px;
    }
    .slicknav_nav a hr {
        display: none;
    }
    .topo-contato {
        display: none;
    }
    .container.header-container-main {
        display: none;
    }
    .menu-footer-mobile {
        display: none;
    }
    footer {
        margin-bottom: 0;
    }
    footer h5 {
        margin: 40px 0 20px 0;
    }
    footer p {
        font-size: 15px;
    }
    footer ul.do-institucional-footer li {
        padding: 5px 0px;
    }
    footer .footer-copyright {
        text-align: center;
    }
    footer .text-right a img {
        margin: 5px auto 0;
    }
    .slick-prev, .slick-next {
        display: none;
    }
}