/* Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

:root {
    --nunito: "Nunito Sans", sans-serif;
    --lato: "Lato", sans-serif;
    --montserrat: "Montserrat", sans-serif;
    --bggradient: linear-gradient(to bottom, #03ABAC, #0B2C3A);
}

body {
    overflow-x: hidden;
}

.float-right {
    float: right;
}

.sep-div {
    width: 100%;
    clear: both;
    padding: 20px 0 20px 0;

}

.form-control {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.side-menu-wrapper {
    overflow: hidden;
    background: #032C39;
    padding: 40px 0 0 40px;
    position: fixed;
    top: 0;
    right: -290px;
    height: 100%;
    z-index: 10095;
    transition: 0.5s;
    width: 280px;
    font-family: var(--nunito);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

.side-menu-wrapper>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    width: 500px;
    color: #fff;
}

.side-menu-wrapper>ul>li>a {
    display: block;
    border-bottom: 1px solid #131313;
    padding: 6px 4px 6px 4px;
    color: #fff;
    transition: 0.3s;
    text-decoration: none;
}

.side-menu-wrapper>a.menu-close {
    padding: 8px 0 4px 23px;
    color: #6B6B6B;
    display: block;
    margin: -30px 0 -10px -20px;
    font-size: 35px;
    text-decoration: none;
}

.side-menu-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2090;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}

.list1 {
    padding: 15px 0 15px 30px;
    font-family: var(--nunito);
    font-weight: 700;
    background: url(../src/assets/icon-data.png) no-repeat left;
}

.list1 ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.topdicas {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 50px;
}

.topdicas a {
    display: inline-block;
    padding: 5px 10px;
    background: #333;
    float: right;
}

/****************************************************************************************************************/

@media (min-width: 320px) {


    header {
        width: 100%;
        display: table;
        padding: 15px 15px;
    }

    .logo {
        float: left;
    }

    .logo img {
        width: 70%;
    }

    .nav {
        display: block;
        position: absolute;
        top: 0px;
        right: 15px;
        padding: 10px 13px;
        background: rgba(0, 0, 0, .7);
    }

    .nav i {
        font-size: 24px;
        color: white;
    }

    .menu {
        display: none;
    }

    .midias-sociais {
        position: absolute;
        top: 15px;
        right: 70px;
    }

    .midias-sociais a {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        background: #D8DBD4;
        padding: 3px 6px;
        margin-left: 2px;
        border-radius: 50px;
    }

    .tel {
        display: none;
    }

    /* Section 1 *******************************************************************************************************/

    .section-1 {
        width: 100%;
    }

    .qd {
        position: absolute;
        top: 0;
        left: 0;
        width: 215px;
        height: 500px;
        display: none;
        background: #000;
        z-index: 1030;
        filter: opacity(alpha=50);
        -moz-opacity: 0.50;
        opacity: 0.50;
    }

    .box-slide {}


    /* Section 2 *******************************************************************************************************/

    .section-2 {
        width: 100%;
        clear: both;
        padding: 30px 15px;
    }

    .section-2 h2 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #555;
        text-transform: uppercase;
        text-align: center;
    }

    .section-2 hr {
        width: 50px;
        height: 2px;
        border: 0;
        background: #555;
        margin-bottom: 30px;
    }

    .section-2 .cx {
        width: 100%;
        display: table;
        box-shadow: 3px 5px 10px #ddd;
        -webkit-box-shadow: 3px 5px 10px #ddd;
        -moz-box-shadow: 3px 5px 10px #ddd;
        margin-bottom: 30px;
        border-radius: 3px;
        position: relative;
    }

    .section-2 .sb {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        filter: opacity(alpha=30);
        -moz-opacity: 0.30;
        opacity: 0.30;
        z-index: 2050;
    }

    .section-2 .cx .titulo {
        position: absolute;
        bottom: 0px;
        padding: 15px;
    }

    .section-2 .cx .titulo hr {
        width: 30px;
        height: 2px;
        background: #fff;
        border: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .section-2 .cx .titulo h3 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
    }

    /* Section 3 *******************************************************************************************************/

    .section-3 {
        width: 100%;
        background: #D8DBD4;
        padding: 30px 15px;
    }

    .section-3 h2 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #555;
        text-transform: uppercase;
    }

    .section-3 hr {
        width: 50px;
        height: 2px;
        border: 0;
        margin-left: 0;
        background: #555;
        margin-bottom: 30px;
    }

    .section-3 .box-logo {
        padding: 30px 15px;
        background: #fff;
        box-shadow: 4px 4px 14px #ADB3A6;
    }


    /* Footer *******************************************************************************************************/

    footer {
        height: 100%;
        background: #161616;
        padding: 40px 15px;
    }

    footer h2 {
        font-family: var(--nunito);
        color: #9CA1B0;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 30px;
    }

    footer hr {
        width: 30px;
        height: 1px;
        border: 0;
        background: #9CA1B0;
        margin: 0;
        margin-bottom: 10px;
    }

    footer p {
        font-family: var(--nunito);
        font-size: 14px;
        color: #9CA1B0;
    }

    .menu-rodape ul {
        margin: 0;
        padding: 0;
    }

    .menu-rodape ul li {
        margin: 0;
        list-style: none;
        padding-left: 0;
        line-height: 28px;
    }

    .menu-rodape ul li a {
        font-family: var(--nunito);
        font-size: 14px;
        color: #9CA1B0;
    }


    .form1 {
        display: block;
        padding: 15px;
        background: #355661;
        border: 0;
        margin-bottom: 15px;
        color: white;
    }

    .bt5 {
        border: 1px solid #274A55;
        color: #274A55;
        background: transparent;
        font-family: var(--nunito);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .rd-1 {
        text-align: center;
        padding-top: 35px;
    }

    .midias-sociais2 {
        float: left;
        margin-top: 5px;
    }

    .midias-sociais2 a {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        background: #D8DBD4;
        padding: 3px 6px;
        margin-left: 5px;
        border-radius: 50px;
    }

    .copy {
        height: 100%;
        text-align: center;
        padding: 40px;
        border-top: 1px solid #274A55;
        color: #274A55;
        margin-top: 40px;
    }


    /* formata elementos que tem backgrounds parallax *******************************************************************************/
    .bgParallax {
        margin: 0 auto;
        width: 100%;
        max-width: 1920px;
        position: relative;
        min-height: 100%;
        /*text-shadow:0 0 10px rgba(0,0,0,0.7);*/
        background-position: 50% 0;
        background-repeat: repeat;
        background-attachment: fixed;
    }






    /* Section 4 *******************************************************************************************************/

    .box-conteudo {
        height: 100%;
        padding: 30px 15px;
    }

    /******************************************************/

    .box-titulo-empresa {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-empresa.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-empresa h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-empresa hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-produtos {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-produtos.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-produtos h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-produtos hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-dicas {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-rododicas.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-dicas h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-dicas hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-contato {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-contato.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-contato h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-contato hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-servicos {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-servicos.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-servicos h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-servicos hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-localizacao {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-localizacao.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-localizacao h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-localizacao hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-projetos {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-projetos.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-projetos h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-projetos hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-grupo {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-grupo.jpg);
        padding: 160px 0 0 15px;
    }

    .box-titulo-grupo h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-grupo hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-produtos {
        width: 100%;
        position: relative;
        box-shadow: 4px 4px 6px #ddd;
        margin-bottom: 30px;
    }

    .box-produtos .content {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .2);
        z-index: 10;
    }

    .box-produtos h3 {
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 15px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        font-family: var(--nunito);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        z-index: 20;
    }

    .btn2 {
        height: 100%;
        background: #03ABAC;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 10;
        border-radius: 6px 0 0 6px;
    }

    .btn3 {
        height: 100%;
        background: #76CDCD;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

    .btn4 {
        height: 100%;
        background: #B6E4E5;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 30;
        border-radius: 0 6px 6px 0;
    }

    .titulo1 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 700;
        font-size: 24px;
    }


    .titulo2 {
        margin-bottom: 15px;
    }

    .titulo2 span {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 400;
        font-size: 16px;
        position: relative;
        padding-left: 30px;
    }

    .titulo2 span:before {
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }

    .titulo2 span:after {
        content: "";
        width: 40px;
        height: 2px;
        position: absolute;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }


    .box-contato {
        width: 100%;
        display: table;
        margin-bottom: 40px;
    }

    .box-contato .cx {
        width: 100%;
        height: 160px;
        background: #03ABAC;
        padding: 20px 30px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .box-contato .cx h3 {
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #fff;
    }

    .box-contato .cx p {
        font-family: var(--nunito);
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }



    /* Sticky */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(216, 71, 39, 0.9);
        z-index: 9999;
        transition: all 1.5s ease;
    }



}

@media (min-width: 768px) {
    header {
        width: 100%;
        display: table;
        padding: 15px 15px;
    }

    .logo {
        float: left;
    }

    .logo img {
        width: inherit;
    }
}

/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/

@media (min-width: 1000px) {

    header {
        width: 100%;
        display: table;
        padding: 30px 30px;
    }

    .logo {
        float: left;
    }

    .logo img {
        width: inherit !important;
    }

    .nav {
        display: none;
        position: absolute;
        top: 40px;
        right: 40px;
        padding: 10px 13px;
        background: rgba(0, 0, 0, .7);
    }

    .nav i {
        font-size: 24px;
        color: white;
    }

    .menu {
        float: right;
        display: inherit;
        margin-top: 26px;
    }

    .menu ul {
        list-style: none;
    }

    .menu ul li {
        float: left;
    }

    .menu ul li:hover {
        color: #FFF;
    }

    .menu ul li a {
        line-height: 40px;
        display: block;
        padding: 0 10px 0 10px;
        font-family: var(--nunito);
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        color: #042C39;
        margin: 0px;
    }

    .menu ul li a:hover {
        background: #03ABAC;
        color: #fff;
        text-decoration: none;
        border-radius: 50px;
    }

    .menu ul li ul {
        background: #042C39;
        display: none;
        z-index: 30000;
    }

    .menu ul li:last-child ul {
        right: 0px;
    }

    .menu li:hover ul {
        display: block;
        position: absolute;
    }

    .menu li:hover ul li {
        float: none;
        white-space: nowrap;
        width: 200px;
        color: #fff;
        margin-right: 0px;
    }

    .menu li:hover ul li {
        float: none;
        white-space: nowrap;
    }

    .menu li:hover ul li a {
        margin: 0;
        padding: 0;
        padding: 0px 15px;
        font-family: var(--nunito);
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        text-transform: none;
        color: #fff;
        border-top: 1px solid #AD5F58;
    }

    .menu li:hover ul li a:hover {
        color: #fff;
        background: #042C39;
    }

    .tel {
        position: inherit;
        float: right;
        font-family: var(--nunito);
        font-weight: 800;
        margin-top: 34px;
        margin-right: 40px;
        margin-left: 40px;
    }

    .midias-sociais {
        position: inherit;
        float: right;
        margin-top: 31px;
    }

    .midias-sociais a {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        background: #D8DBD4;
        padding: 3px 6px;
        margin-left: 5px;
        border-radius: 50px;
    }

    /* Section 1 *******************************************************************************************************/

    .section-1 {
        width: 100%;
    }

    .qd {
        position: absolute;
        top: 0;
        left: 0;
        width: 15px;
        height: 500px;
        display: inherit;
        background: #000;
        z-index: 1030;
        filter: opacity(alpha=50);
        -moz-opacity: 0.50;
        opacity: 0.50;
    }

    .box-slide {}


    /* Section 2 *******************************************************************************************************/

    .section-2 {
        width: 100%;
        clear: both;
        padding: 50px 30px;
    }

    .section-2 h2 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #555;
        text-transform: uppercase;
        text-align: center;
    }

    .section-2 hr {
        width: 50px;
        height: 2px;
        border: 0;
        background: #555;
        margin-bottom: 30px;
    }

    .section-2 .cx {
        width: 100%;
        background: #37ABE2;
        display: table;
        box-shadow: 3px 5px 10px #ddd;
        -webkit-box-shadow: 3px 5px 10px #ddd;
        -moz-box-shadow: 3px 5px 10px #ddd;
        margin-bottom: 30px;
        border-radius: 3px;
        position: relative;
    }

    .section-2 .sb {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        filter: opacity(alpha=30);
        -moz-opacity: 0.30;
        opacity: 0.30;
        z-index: 2050;
    }

    .section-2 .cx .titulo {
        position: absolute;
        bottom: 0px;
        padding: 15px;
    }

    .section-2 .cx .titulo hr {
        width: 50px;
        height: 3px;
        background: #0B2C3A;
        border: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .section-2 .cx .titulo h3 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    /* Section 3 *******************************************************************************************************/

    .section-3 {
        width: 100%;
        background: #D8DBD4;
        padding: 40px 30px;
    }

    .section-3 h2 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #555;
        text-transform: uppercase;
    }

    .section-3 hr {
        width: 50px;
        height: 2px;
        border: 0;
        margin-left: 0;
        background: #555;
        margin-bottom: 30px;
    }

    .section-3 .box-logo {
        padding: 30px 15px;
        background: #fff;
        box-shadow: 4px 4px 14px #ADB3A6;
    }


    /* Footer *******************************************************************************************************/

    footer {
        height: 100%;
        background: #161616;
        padding: 40px 30px;
    }

    footer h2 {
        font-family: var(--nunito);
        color: #9CA1B0;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 30px;
    }

    footer hr {
        width: 30px;
        height: 1px;
        border: 0;
        background: #9CA1B0;
        margin: 0;
        margin-bottom: 10px;
    }

    footer p {
        font-family: var(--nunito);
        font-size: 14px;
        color: #9CA1B0;
    }

    .menu-rodape ul {
        margin: 0;
        padding: 0;
    }

    .menu-rodape ul li {
        margin: 0;
        list-style: none;
        padding-left: 0;
        line-height: 28px;
    }

    .menu-rodape ul li a {
        font-family: var(--nunito);
        font-size: 14px;
        color: #9CA1B0;
    }


    .form1 {
        display: block;
        padding: 15px;
        background: #355661;
        border: 0;
        margin-bottom: 15px;
        color: white;
    }

    .bt5 {
        border: 1px solid #274A55;
        color: #274A55;
        background: transparent;
        font-family: var(--nunito);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .rd-1 {
        text-align: center;
        padding-top: 35px;
    }

    .midias-sociais2 {
        float: left;
        margin-top: 5px;
    }

    .midias-sociais2 a {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        background: #D8DBD4;
        padding: 3px 6px;
        margin-left: 5px;
        border-radius: 50px;
    }

    .copy {
        height: 100%;
        text-align: center;
        padding: 40px;
        border-top: 1px solid #274A55;
        color: #274A55;
        margin-top: 40px;
    }


    /* formata elementos que tem backgrounds parallax *******************************************************************************/
    .bgParallax {
        margin: 0 auto;
        width: 100%;
        max-width: 1920px;
        position: relative;
        min-height: 100%;
        /*text-shadow:0 0 10px rgba(0,0,0,0.7);*/
        background-position: 50% 0;
        background-repeat: repeat;
        background-attachment: fixed;
    }






    /* Section 8 *******************************************************************************************************/
    .section-8 {
        height: 400px;
        background-image: url(assets/bn-interno.jpg);
        text-align: center;
        overflow-x: hidden;
        z-index: 30;
        clip-path: ellipse(100% 80% at 30% 19%);

    }

    .section-8 .content {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        z-index: 20;
    }


    .logo-int {
        float: left;
        padding: 40px 0 0 160px;
    }

    .logo-int img {
        width: inherit !important;
    }

    .box-titulo {
        width: 100%;
        border-top: 1px solid #03ABAC;
        margin-bottom: 40px;
    }

    .box-titulo h2 {
        display: inline-block;
        background: #03ABAC;
        padding: 15px 30px;
        margin: 0;
        font-family: var(--nunito);
        color: #fff;
        font-size: 25px;
        font-weight: 900;
        text-transform: uppercase;
        border-radius: 0 0 6px 6px;
    }

    .box-conteudo {
        width: 100%;
        padding: 0 0 40px 0;
    }

    .btn2 {
        height: 100%;
        background: #03ABAC;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 10;
        border-radius: 6px 0 0 6px;
    }

    .btn3 {
        height: 100%;
        background: #76CDCD;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

    .btn4 {
        height: 100%;
        background: #B6E4E5;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 30;
        border-radius: 0 6px 6px 0;
    }

    .titulo1 span {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 700;
        font-size: 20px;
        position: relative;
        padding-left: 30px;
    }

    .titulo1 span:before {
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }

    .titulo1 span:after {
        content: "";
        width: 40px;
        height: 2px;
        position: absolute;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }

    .titulo2 {
        margin-bottom: 15px;
    }

    .titulo2 span {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 400;
        font-size: 16px;
        position: relative;
        padding-left: 30px;
    }

    .titulo2 span:before {
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }

    .titulo2 span:after {
        content: "";
        width: 40px;
        height: 2px;
        position: absolute;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }


    .box-contato {
        width: 100%;
        display: table;
        margin-bottom: 40px;
    }

    .box-contato .cx {
        width: 100%;
        height: 160px;
        background: #03ABAC;
        padding: 20px 30px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .box-contato .cx h3 {
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #fff;
    }

    .box-contato .cx p {
        font-family: var(--nunito);
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }



    /* Sticky */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(216, 71, 39, 0.9);
        z-index: 9999;
        transition: all 1.5s ease;
    }




}

/****************************************************************************************************************/
/****************************************************************************************************************/
/****************************************************************************************************************/

@media (min-width: 1200px) {

    header {
        width: 100%;
        display: table;
        padding: 30px 245px 30px 245px;
    }

    .logo {
        float: left;
    }

    .logo img {
        width: inherit !important;
    }

    .nav {
        display: none;
        position: absolute;
        top: 40px;
        right: 40px;
        padding: 10px 13px;
        background: rgba(0, 0, 0, .7);
    }

    .nav i {
        font-size: 24px;
        color: white;
    }

    .menu {
        float: right;
        display: inherit;
        margin-top: 26px;
    }

    .menu ul {
        list-style: none;
    }

    .menu ul li {
        float: left;
    }

    .menu ul li:hover {
        color: #FFF;
    }

    .menu ul li a {
        line-height: 40px;
        display: block;
        padding: 0 15px 0 15px;
        font-family: var(--nunito);
        font-size: 14px;
        font-weight: 800;
        text-transform: uppercase;
        color: #042C39;
        margin: 0px;
    }

    .menu ul li a:hover {
        background: #03ABAC;
        color: #fff;
        text-decoration: none;
        border-radius: 50px;
    }

    .menu ul li ul {
        background: #042C39;
        display: none;
        z-index: 30000;
    }

    .menu ul li:last-child ul {
        right: 0px;
    }

    .menu li:hover ul {
        display: block;
        position: absolute;
    }

    .menu li:hover ul li {
        float: none;
        white-space: nowrap;
        width: 200px;
        color: #fff;
        margin-right: 0px;
    }

    .menu li:hover ul li {
        float: none;
        white-space: nowrap;
    }

    .menu li:hover ul li a {
        margin: 0;
        padding: 0;
        padding: 0px 15px;
        font-family: var(--nunito);
        font-size: 14px;
        font-weight: 700;
        text-align: left;
        text-transform: none;
        color: #fff;
        border-top: 1px solid #AD5F58;
    }

    .menu li:hover ul li a:hover {
        color: #fff;
        background: #042C39;
    }

    .tel {
        position: inherit;
        float: right;
        font-family: var(--nunito);
        font-weight: 800;
        margin-top: 34px;
        margin-right: 40px;
        margin-left: 40px;
    }

    .midias-sociais {
        position: inherit;
        float: right;
        margin-top: 31px;
    }

    .midias-sociais a {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        background: #D8DBD4;
        padding: 3px 6px;
        margin-left: 5px;
        border-radius: 50px;
    }

    /* Section 1 *******************************************************************************************************/

    .section-1 {
        width: 100%;
    }

    .qd {
        position: absolute;
        top: 0;
        left: 0;
        width: 215px;
        height: 500px;
        display: inherit;
        background: #000;
        z-index: 1030;
        filter: opacity(alpha=50);
        -moz-opacity: 0.50;
        opacity: 0.50;
    }

    .box-slide {}


    /* Section 2 *******************************************************************************************************/

    .section-2 {
        width: 100%;
        clear: both;
        padding: 50px 245px;
    }

    .section-2 h2 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #555;
        text-transform: uppercase;
        text-align: center;
    }

    .section-2 hr {
        width: 50px;
        height: 2px;
        border: 0;
        background: #555;
        margin-bottom: 30px;
    }

    .section-2 .cx {
        width: 100%;
        background: #37ABE2;
        display: table;
        box-shadow: 3px 5px 10px #ddd;
        -webkit-box-shadow: 3px 5px 10px #ddd;
        -moz-box-shadow: 3px 5px 10px #ddd;
        margin-bottom: 30px;
        border-radius: 3px;
        position: relative;
    }

    .section-2 .sb {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #000;
        filter: opacity(alpha=30);
        -moz-opacity: 0.30;
        opacity: 0.30;
        z-index: 20;
    }

    .section-2 .cx .titulo {
        position: absolute;
        bottom: 0px;
        padding: 15px;
        z-index: 25;
    }

    .section-2 .cx .titulo hr {
        width: 50px;
        height: 3px;
        background: #0B2C3A;
        border: 0;
        margin: 0;
        margin-bottom: 10px;
    }

    .section-2 .cx .titulo h3 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 700;
        font-size: 20px;
        color: #fff;
        text-transform: uppercase;
    }

    /* Section 3 *******************************************************************************************************/

    .section-3 {
        width: 100%;
        background: #D8DBD4;
        padding: 40px 245px;
    }

    .section-3 h2 {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #555;
        text-transform: uppercase;
    }

    .section-3 hr {
        width: 50px;
        height: 2px;
        border: 0;
        margin-left: 0;
        background: #555;
        margin-bottom: 30px;
    }

    .section-3 .box-logo {
        padding: 30px 15px;
        background: #fff;
        box-shadow: 4px 4px 14px #ADB3A6;
    }


    /* Footer *******************************************************************************************************/

    footer {
        height: 100%;
        background: #161616;
        padding: 40px 245px;
    }

    footer h2 {
        font-family: var(--nunito);
        color: #9CA1B0;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 30px;
    }

    footer hr {
        width: 30px;
        height: 1px;
        border: 0;
        background: #9CA1B0;
        margin: 0;
        margin-bottom: 10px;
    }

    footer p {
        font-family: var(--nunito);
        font-size: 14px;
        color: #9CA1B0;
    }

    .menu-rodape ul {
        margin: 0;
        padding: 0;
    }

    .menu-rodape ul li {
        margin: 0;
        list-style: none;
        padding-left: 0;
        line-height: 28px;
    }

    .menu-rodape ul li a {
        font-family: var(--nunito);
        font-size: 14px;
        color: #9CA1B0;
    }


    .form1 {
        display: block;
        padding: 15px;
        background: #355661;
        border: 0;
        margin-bottom: 15px;
        color: white;
    }

    .bt5 {
        border: 1px solid #274A55;
        color: #274A55;
        background: transparent;
        font-family: var(--nunito);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .rd-1 {
        text-align: center;
        padding-top: 35px;
    }

    .midias-sociais2 {
        float: left;
        margin-top: 5px;
    }

    .midias-sociais2 a {
        width: 30px;
        height: 30px;
        text-align: center;
        display: inline-block;
        background: #D8DBD4;
        padding: 3px 6px;
        margin-left: 5px;
        border-radius: 50px;
    }

    .copy {
        height: 100%;
        text-align: center;
        padding: 40px;
        border-top: 1px solid #274A55;
        color: #274A55;
        margin-top: 40px;
    }


    /* formata elementos que tem backgrounds parallax *******************************************************************************/
    .bgParallax {
        margin: 0 auto;
        width: 100%;
        max-width: 1920px;
        position: relative;
        min-height: 100%;
        /*text-shadow:0 0 10px rgba(0,0,0,0.7);*/
        background-position: 50% 0;
        background-repeat: repeat;
        background-attachment: fixed;
    }






    /* Section 4 *******************************************************************************************************/

    .box-conteudo {
        height: 100%;
        padding: 40px 245px;
    }

    /******************************************************/

    .box-titulo-empresa {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-empresa.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-empresa h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-empresa hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-produtos {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-produtos.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-produtos h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-produtos hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-dicas {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-rododicas.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-dicas h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-dicas hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-contato {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-contato.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-contato h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-contato hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-servicos {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-servicos.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-servicos h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-servicos hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-localizacao {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-localizacao.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-localizacao h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-localizacao hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-projetos {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-projetos.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-projetos h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-projetos hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-titulo-grupo {
        width: 100%;
        min-height: 500px;
        background-image: url(/src/assets/img-tit-grupo.jpg);
        padding: 160px 0 0 245px;
    }

    .box-titulo-grupo h2 {
        font-family: var(--nunito);
        color: #fff;
        font-size: 50px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .box-titulo-grupo hr {
        width: 70px;
        height: 2px;
        background: #fff;
        margin: 0;
        margin-bottom: 30px;
    }

    /******************************************************/

    .box-produtos {
        width: 100%;
        position: relative;
        box-shadow: 4px 4px 6px #ddd;
        margin-bottom: 30px;
    }

    .box-produtos .content {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .2);
        z-index: 10;
    }

    .box-produtos h3 {
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 15px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        font-family: var(--nunito);
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        z-index: 20;
    }

    .btn2 {
        height: 100%;
        background: #03ABAC;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 10;
        border-radius: 6px 0 0 6px;
    }

    .btn3 {
        height: 100%;
        background: #76CDCD;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 20;
    }

    .btn4 {
        height: 100%;
        background: #B6E4E5;
        padding: 15px;
        margin-left: -15px;
        margin-right: -15px;
        box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
        z-index: 30;
        border-radius: 0 6px 6px 0;
    }

    .titulo1 span {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 700;
        font-size: 20px;
        position: relative;
        padding-left: 30px;
    }

    .titulo1 span:before {
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }

    .titulo1 span:after {
        content: "";
        width: 40px;
        height: 2px;
        position: absolute;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }

    .titulo2 {
        margin-bottom: 15px;
    }

    .titulo2 span {
        margin: 0;
        font-family: var(--nunito);
        font-weight: 400;
        font-size: 16px;
        position: relative;
        padding-left: 30px;
    }

    .titulo2 span:before {
        content: "";
        width: 10px;
        height: 2px;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }

    .titulo2 span:after {
        content: "";
        width: 40px;
        height: 2px;
        position: absolute;
        right: -60px;
        top: 50%;
        transform: translateY(-50%);
        background: #0B2C3A;
    }


    .box-contato {
        width: 100%;
        display: table;
        margin-bottom: 40px;
    }

    .box-contato .cx {
        width: 100%;
        height: 160px;
        background: #03ABAC;
        padding: 20px 30px;
        border-radius: 6px;
        margin-bottom: 15px;
    }

    .box-contato .cx h3 {
        font-family: var(--nunito);
        font-weight: 900;
        font-size: 25px;
        color: #fff;
    }

    .box-contato .cx p {
        font-family: var(--nunito);
        font-weight: 400;
        font-size: 16px;
        color: #fff;
    }



    /* Sticky */
    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(216, 71, 39, 0.9);
        z-index: 9999;
        transition: all 1.5s ease;
    }




}