    /* ========================= layout ======================== */
    *{
        padding:0;
        margin:0;
        vertical-align:baseline;
        list-style:none;
        border:0
    }

    html, body{
        height: 100%;
    }

    body {
        overflow-x: hidden;
        background-attachment: fixed;
        background-size: 100%;
        font-family: 'open sans';
        position: relative;
        top: 0!important;
    }

    .footer-wid{
        width: 100%;
    }
    /* ========================= Fim layout ======================== */

    /* ========================= NAVBAR ======================== */

    #logo-top{
        width: 80%;
    }

    .navbar-nav a {
        font-size: 14px;
    }

    #div-about .material-icons {
        font-size: 20px !important;
    }

    #drop-servicos .dropdown-item {
        padding: 0 14px !important;
    }

    #navbarsExample03{
        padding-right: 9%;
    }

    #nav-bar{
        display: block;
    }

    #div-top{
        background-color: #083474;
        display: flex;
        padding: 5px 15px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .about-items{
        float: left;
        margin-left: 15px;
        color: #fff;
    }

    #div-translate{
        float: right;
    }

    .span-top{
        position: relative;
        bottom: 5px;
    }

    #google_translate_element {
        display: none;
    }

    #nav-container{
        display: inline-flex;
    }

    #nav-principal{
        display: flex;
        width: 100%;
    }

    .navbar{
        --bs-navbar-padding-x: ;
        --bs-navbar-padding-y: ;
    }

    .navbar-nav>li>a{
        text-transform: uppercase;
    }

    .navbar-brand {
        margin-left: 5.3%;
    }


    .borda{
        border: 1px solid red;
    }

    .nav-link{
        text-align: center;
        font-size: 14px;
    }


    /************************** RODAPÉ ***********************/
    #section-contact{
        margin: 3rem 0 1.8rem 0;
    }

    #img-contact{
        max-width: 430px;
        transform: translate(0%, 50%);
    }

    .section-items h4{
        font-weight: 900;
        font-size: 24px;
    }

    .link-social:hover{
        color: #ecf005;
        transition: 0.5s;
    }

    .section-items {
        font-weight: 900;
        line-height: 1.6rem;
    }

    .section-items a{
        text-align: start;
    }

    #newsletter{
        width: 70%;
        height: 40px !important;
        margin-top: 15px;
        padding: 0 10px;
        float: left;
        border: 1px solid #DCDCDC !important;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        box-shadow: inset 1px 1px 2px rgb(0 0 0 / 10%);
    }

    .btn-newsletter {
        margin-top: 15px;
        width: 30% !important;
        height: 40px !important;
        float: left;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        background-color: #2d2d2d;
        color: #FFF;
        font-weight: bold;
    }

    .btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .btn:hover{
        border: 1px solid black;
    }

    #copyright{
        background-color: #083474;
        padding: 12px;
        color: #FFF;
        text-align: center;
        font-size: 12px;
    }

    /************************** FIM RODAPÉ ***********************/

    /********** ICONE REDE SOCIAIS ***********/
    #insta_logo:hover, #linkedin_logo:hover, #face_logo:hover, #feedback_logo:hover {
        left: 0;
    }

    #offcanvas {
        background-color: rgba(255, 255, 255, 0);
    }

    .eixo_x {
        overflow: hidden;
    }

    .btn-close {
        background-color: #fff;
    }
    .padrao-logo{
        position: fixed;
        height: 40px;
        width: 40px;
        display: block;
        color: transparent;
        z-index: 1;
        transition: 0.6s;
    }
    #insta_logo {
        left: -20px;
        top: 28%;
        background: url('../imagens/icons/instagram.png');
        background-size: 100%;
    }

    /***** LINKEDIN *****/

    #linkedin_logo {
        left: -20px;
        top: 36%;
        background: url('../imagens/icons/linkedin.png');
        background-size: 100%;
    }

    /***** FACEBOOK *****/

    #face_logo {
        left: -20px;
        top: 44%;
        background: url('../imagens/icons/facebook.png');
        background-size: 100%;
    }

    #feedback_logo {
        left: -20px;
        top: 52%;
        background: url('../imagens/icons/feedback.png');
        background-size: 100%;
        BACKGROUND-REPEAT: ROUND;
    }


    /************************** MEDIA QUERIES***********************/

    /****************** xs < 768 ******************/

    @media screen and (max-width: 767px) { 

        #div-social{
            display: none;
        }

        #nav-bar {
            display:flex;
        }

        #div-img-footer{
            text-align: center;
        }

        #img-contact{
            top: none;
            left: none;
            transform: none;
        }

        .about-items{
            display: none;
        }

        #div-top{
            width: 100%;
            height: 3rem;
            padding-top: 10px;
        }

        .flag_link{
            margin-right: 10px;
        }

        #logo-top{
            display: none;
            max-width: 200px;
        }

        #logo-top-small{
            max-width: 200px;
        }

        #float-btn{
            float: right;
        }

        .section-items a{
            text-align: center;
        }

        .section-items > h4{
            text-align: center;
            margin: 20px 0;
            font-size: 1.8rem;
        }

        .hr-footer-md{
            display: none;
        }

        #novidades{
            margin-bottom: 5px;
            padding: 0 6%;
            text-align: center;
        }

        #hr-footer-sm{
            margin-top: 7%;
        }

        #section-novid{
            padding: 0 12px;
            text-align: center;
        }
        
        #navbarsExample03{
            padding-right: 0;
        }
    }

    /******************* SM **********************/
    @media screen and (min-width: 768px) {
        #logo-top-small{
            display: none;
        }

        #hr-footer-sm{
            display: none;
        }
    }

    @media (max-width: 992px) {

    }

    /****************** MD **********************/
    @media screen and (min-width: 992px) {

    }

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

    }



    /******************* LG **********************/
    @media screen and (min-width: 1200px) {

    }


    /* Fim Media queries */