:root{
    --background-padra1:  rgba(217, 118, 43, 1);
    /* --background-padra1: rgba(217, 118, 43, 0.7); */
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    margin: auto;
    max-width: 1090px;
}

body {
    min-height: 100vh;
    background: url(.././imagens/bg4.jpg);
    background-attachment: fixed;
    background-size: contain;
}

.areadelogotipo {
    display: flex;
    height: 120px;
    justify-content: space-between;
    align-items: center;
}

.areadelogotipo .area1 {
    margin-left: 73px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
}

.areadelogotipo .area1 .logo1 {
    margin-right: 27px;
}

.areadelogotipo .area2 {
    width: 100px;
    display: flex;
    margin-top: 27px;
    justify-content: space-around;
    margin-right: 10px;
}

.areadelogotipo .area2 .youtube {
    color: #FF0000;
}


/*------------------NAVIGATION SECTION-----------------*/


header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0 5px 10px rgba(255, 165, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

header .logo {
    font-weight: bold;
    font-size: 25px;
    color: #333;
}

header .navbar ul {
    list-style: none;
}

header .navbar ul li {
    position: relative;
    float: left;
}

header .navbar ul li a {
    padding: 20px 18.3px;
    display: block;
    color: #333;
}


header .navbar ul li a:hover {
    background: var(--background-padra1);
    color: #fff;
}

header .navbar ul li ul {
    position: absolute;
    left: 0;
    background: #fff;
    display: none;
    font-size: 13px;
}

header .navbar ul li .divulgacao {
    width: 170px;
}

header .navbar ul li .divulgacao li a {
    padding: 15px 19px;
}

header .navbar ul li .representacaol {
    width: 204px;
}

header .navbar ul li .representacaol li a {
    padding: 15px 19px;
}

header .navbar ul li .lem {
    width: 175px;
    /* font-size: 12.7px; */
}

header .navbar ul li .lem li a {
    padding: 15px 19px;
}

header .navbar ul li .orgaos {
    width: 175px;
}

header .navbar ul li .orgaos li a {
    padding: 15px 19px;
}

header .navbar ul li .servicoscentrais {
    width: 317px;
}

header .navbar ul li .servicoscentrais li a {
    padding: 15px 19px;
}

header .navbar ul li .servicosautonomos {
    width: 265px;
}

header .navbar ul li .servicosautonomos li a {
    padding: 15px 19px;
}

header .navbar ul li ul li {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

header .navbar ul li ul li ul {
    left: 260px;
    top: 0;
}

header .navbar ul li ul li .submenuserviauto {
    left: 263px;
    width: 270px;
    top: 0;
}

header .navbar ul li ul li .submenulem {
    left: 173px;
    top: 0;
    width: 235px;
}

header .navbar ul li ul li .submenoserv {
    left: 315px;
    width: 250px;
    top: 0;
}

header .navbar ul li:focus-within>ul,
header .navbar ul li:hover>ul {
    display: initial;
    border-left: 2px solid var(--background-padra1);
}


#menu-bar {
    display: none;
}

header label {
    color: #333;
    cursor: pointer;
    font-size: 25px;
    display: none;
}

 /*--------------traducao da pagina-------------*/
 #g_html2 {
    position: absolute;
    overflow: hidden;
    left: 1140px;
    top: 20px;
    width: 151px;
    height: 26px;
    z-index: 11;
}


/*--------------------BANNER SECTION----------------------*/

.banneru {
    margin-top: 1rem;
    padding: 60px;
    color: var(--background-padra1);
    opacity: .9;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin-bottom: 20px;
    background-image: url(../imagens/banneruniversal1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banneru h1 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*--------------------- CONTENT SECTION---------------------*/

.defaultcontente {
    top: 5px;
    position: relative;
}

.defaultcontente0{
    top: 2rem;
    position: relative;
}

.titulos {
    display: flex;
    margin-bottom: 10px;
}

.titulos h2 {
    width: 73%;
    color: #f5f5f5;
    font-size: 20px;
    padding: 15px 20px;
    background-color: var(--background-padra1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.titulos h3 {
    width: 27%;
    color: #333;
    padding: 10px;
    padding-left: 27px;
    border-bottom: 2px solid var(--background-padra1);
    text-shadow: 2px 2px 4px rgba(255, 165, 0, 0.5);
}

.defaultcontente P {
    line-height: 2rem;
    font-size: 14px;
    color: #333;
    margin-bottom: 7px;
}

.defaultcontente ul {
    margin-left: 30px;
    list-style-type: square;
    color: var(--background-padra1);
}

.content {
    display: flex;

}

.content .content1 {
    width: 73%;
    padding: 20px;
}

.content .content2 {
    width: 27%;
    padding: 20px;
}

@media(max-width:788px) {

    .content .content2,
    .titulos h3 {
        display: none;
    }

    .titulos h2,
    .content .content1 {
        width: 100%;
    }

    .content1documento{
        height: 350px;
    }
}


/*---------------------FOOTER SECTION-----------------------*/


.conteinerff {
    margin-top: 5rem;
    padding: 20px 50px 0 50px;
    margin-right: auto;
    color: #fff;
    background-color: #212529;
}

.footer-main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

}

.conteinerff .footer-main h2 {
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(255, 165, 0, 0.5);
}

.conteinerff .footer-main .logo-design {
    font-weight: bold;
}

.conteinerff .footer-main .sub-logo {
    color: orangered;
}

.conteinerff .footer-main .col-1 .aboutwebsite {
    margin: 1rem 0;
    color: #adadad;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    line-height: 1.5rem;
    margin-right: 10px;
    font-size: medium;
}

.conteinerff .footer-main .col-1 .learn-more {
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #adadad;
}

.conteinerff .footer-main .col-1 .follow-us {
    display: flex;
    align-items: center;
}

.conteinerff .footer-main .col-1 .follow-us .siganos {
    margin-right: 1rem;
    color: #adadad;
}

.conteinerff .footer-main .col-1 .follow-us .footer-icon {
    /* margin-right: 1rem; */
    cursor: pointer;
}

.conteinerff .footer-main .col-1 .follow-us i:hover {
    color: rgba(207, 138, 73, 0.8);
}

.conteinerff .footer-main .col-2 .footer-links {
    list-style: none;
    color: #adadad;
}

.conteinerff .footer-main .footer-link {
    cursor: pointer;
    margin-bottom: .5rem;
}


.conteinerff .footer-main .col-3 .footer-links {
    list-style: none;
    color: #adadad;
}




.conteinerff .footer-main .col-4 .footer-links {
    list-style: none;
    color: #adadad;
    font-size: 13.8px;
}

.conteinerff .footer-main .col-4 .footer-links .footer-link:hover {
    color: rgba(207, 138, 73, 0.8);
}

.conteinerff .footer-main .col-2,
.col-3,
.footer-links .footer-link a {
    color: #adadad;
    font-size: 13.8px;
}

.conteinerff .footer-main .col-2 .footer-links .footer-link:hover {
    color: rgba(207, 138, 73, 0.8);
}

.conteinerff .footer-main .col-2 .footer-links .footer-link a:hover {
    color: rgba(207, 138, 73, 0.8);
}

.conteinerff .footer-main .col-3 .footer-links .footer-link:hover {
    color: rgba(207, 138, 73, 0.8);
}

.conteinerff .footer-main .col-3 .footer-links .footer-link a:hover {
    color: rgba(207, 138, 73, 0.8);
}

.conteinerff .footer-main .col-4 .footer-link {
    cursor: pointer;
    margin-bottom: .5rem;
    margin-left: 12px;
}

.conteinerff .footer-main .col-4,
.col-1,
.col-2,
.col-3,
i {
    margin-right: 10px;
}




@media only screen and (max-width:688px) {
    .footer-main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    h2 {
        margin-top: 20px;
    }

    .conteinerff ul {
        margin-left: 15px;
    }

    .conteinerff .col-4 {
        margin-bottom: 20px;
    }

    .col-1 .aboutwebsite {
        font-size: 11px;
    }

    .conteinerff .footer-main h2 {
        font-size: 16px;
    }

    .conteinerff .footer-main .col-1 .follow-us i {
        font-size: 11px;
    }

    .banneru h1{
        display: none;
    }
}

/*---------------------------MEDIA QUERY SECTION----------------------*/

@media(max-width:669px) {
    .areadelogotipo .area1 {
        margin-left: 15px;
    }

    .areadelogotipo .area1 .logo1 img {
        width: 73px;
        height: 60px;
    }

    .areadelogotipo .area1 .logo2 img {
        width: 380px;
        height: 47px;
    }

    .areadelogotipo .area1 .logo1 {
        margin-right: 20px;
    }
}

@media(max-width:527px) {
    .areadelogotipo .area1 {
        margin-left: 10px;
        display: table-column;
    }

    .areadelogotipo .area1 .logo1 img {
        width: 60px;
        height: 50px;
    }

    .areadelogotipo .area1 .logo2 img {
        width: 360px;
        height: 47px;
    }

    .areadelogotipo .area1 .logo1 {
        margin-right: 20px;
    }
}


@media(max-width:1090px) {

    .container {
        width: 100%;
    }

    header {
        width: 100%;
        padding: 15px;
    }


    header label {
        display: initial;
    }

    header .navbar {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        display: none;
    }

    header .navbar ul li {
        width: 100%;
    }

    header .navbar ul li ul {
        position: relative;
        width: 100%;
    }

    header .navbar ul li ul li {
        background: #eee;
    }

    header .navbar ul li ul li ul {
        width: 100%;
        left: 0;
    }

    #menu-bar:checked~.navbar {
        display: initial;
    }
}