@charset "utf-8";

@font-face {
    font-family: SWZ721M;
    src: url(fonts/SWZ721M.TTF), url(fonts/SWZ721M.eot);
}

@font-face {
    font-family: Sertig;
    src: url(fonts/Sertig.TTF), url(fonts/Sertig.otf), url(fonts/Sertig.eot);
}

html {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    background: #FFFFFF;
    margin: 0;
    width: 100%;
}

header {
    background-color: #d5d6d8;
    width: 100%;
    height: 124px;
    position: static;
    top: 0;
    left: 0;
    margin-bottom: 0;
}

nav {
    float: right;
    padding: 35px 20px 20px 0;
}

ul {
    list-style: none;
}

#navegador ul li {
    float: left;
    padding: 4px;
}

a {
    font-family: Sertig;
    font-size: 21px;
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #005f5f;
}

#logo {
    margin-top: 27px;
    margin-left: 30px;
    float: left;
    height: 74px;
    width: 68px;
    background: url(icon/logotipo.svg) no-repeat center;
}

.current {
    color: #005f5f;
}

footer {
    float: bottom;
    width: 100%;
    bottom: 0;
    margin-top: 100px;
}

.copyrights {
    font-family: Sertig;
    font-size: 10px;
    color: #333333;
    text-align: center;
}

#menuBtn {
    display: none;
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    vertical-align: middle;
    z-index: 999;
    cursor: pointer;
}

#myMenu {
    display: none;
    padding-top: 3px;
    top: 124px;
    left: 0;
    text-align: center;
    position: absolute;
    z-index: 9;
    overflow: auto;
    width: 100%;
    background-color: #d5d6d8;
}

#myMenu ul {
    display: block;
    text-align: center;
}

#myMenu li a {
    display: block;
    padding: 5px;
    text-align: center;
    font-family: Sertig;
    font-size: 20px;
    color: #333333;
    text-decoration: none;
}
@media screen and (max-width: 740px) {
    body {
        position: absolute;
    }
    header {
        position: static;
    }

    #menuBtn {
        display: block;
    }

    nav ul {
        display: none;
    }
    .underbar{
        display: none;
    }
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.box {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    margin-top: 30px;
}

.grid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.grid:before,
.grid:after,
.row:before,
.row:after {
    content: "";
    display: table;
}

.grid:after,
.row:after {
    clear: both;
}

[class*='col-'] {
    width: 100%;
    float: left;
    min-height: 1px;
}

.col {
    width: 235px;
    height: 235px;
    text-align: center;
}

.link {
    cursor: pointer;
}

.play {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 32px;
    background: rgba(213, 214, 216, 0.7);
    color: #FFF;
    cursor: pointer;
    z-index: 999;
}

.pause {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 32px;
    background: rgba(213, 214, 216, 0.7);
    color: #FFF;
    cursor: pointer;
    z-index: 999;
}

.next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 64px;
    background: rgba(213, 214, 216, 0.7);
    color: #FFF;
    cursor: pointer;
    z-index: 999;
}

.prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(213, 214, 216, 0.7);
    color: #FFF;
    cursor: pointer;
    z-index: 999;
}

#barra {
    position: absolute;
    width: 100%;
    height: 50px;
    background: #d5d6d8;
    opacity: 0.5;
    z-index: -999;
    margin-bottom: 100px;
}

#barraNav {
    margin-bottom: 50px;
    position: relative;
}

.pessoal {
    height: 31px;
    cursor: default;
    display: block;
    margin: 0;
    font-family: "Sertig";
    font-size: 26px;
    color: #005f5f;
    text-decoration: none;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 30px;
}

#titulo,
#titulo3 {
    cursor: default;
    position: absolute;
    text-align: left;
    display: block;
    font-family: "Sertig";
    font-size: 24px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    line-height: 2.5;
    margin-left: 60px;
}

#tituloC,
#tituloC3,
#tituloC4 {
    cursor: default;
    position: absolute;
    text-align: left;
    display: block;
    font-family: "Sertig";
    font-size: 24px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    line-height: 2.5;
    margin-left: 150px;
}

#prevPAG {
    left: 5px;
}

#prevPAG,
#nextPAG {
    position: absolute;
    top: 10px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

#nextPAG {
    right: 5px;
}

.titulos {
    cursor: default;
    margin: 0;
    padding-bottom: 25px;
}

.titulos a {
    cursor: default;
    background: url(../css/icon/setaup.svg) no-repeat;
    display: block;
    margin: 0;
    font-family: "Sertig";
    font-size: 21px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #d5d6d8;
    line-height: 1;
}

.titulos a:hover {
    color: #333333;
}

.titulos.open {
    padding-bottom: 0px;
}

.titulos.open a {
    background: url(../css/icon/setadw.svg) no-repeat;
}


.titulos+div {
    display: none;
}

#projeto .titulos+div {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    background: white;
    display: block !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#projeto .titulos.open+div {
    height: auto;
    overflow: auto;
    background: white;
}

.titulosLista {
    cursor: default;
    margin: 0;
    font-family: "Sertig";
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    line-height: 1, 2;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.titulosLista8 {
    cursor: default;
    margin: 0;
    font-family: "Sertig";
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    line-height: 1, 2;
    margin-bottom: 30px;
}

#Clear {
    clear: both;
}

.txtTitulos {
    cursor: default;
    float: left;
    height: auto;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    padding: 0;
    font-family: "Sertig";
    color: #005f5f;
}

h2 {
    font-family: Sertig;
    font-size: 18px;
    color: #1C617F;
    color: rgb(28, 97, 127);
}

.content p {
    font-family: Sertig;
    font-size: 15px;
    color: #333333;
    text-align: justify;
}

.content-image {
    padding-top: 0;
    margin-top: 0;
    float: left;
    height: 250px;
    display: block;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}

.content-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    max-height: 250px;
    width: auto;
    height: auto;
}

.txt {
    cursor: default;
    padding-top: 5px;
    float: left;
    height: auto;
}

.content-box {
    height: 250px;
    display: block;
    position: relative;
    padding-top: 20px;
    float: left;
    overflow: hidden;
    object-fit: contain;
}

.content {
    overflow: hidden;
}


#reset {
    margin-right: 0;
}

label {
    width: 20%;
    height: 50px;
    float: left;
    text-align: center;
    background: transparent;
    margin-bottom: 50px;
    cursor: pointer;
    font-family: Sertig;
    font-size: 18px;
    color: #333333;
    line-height: 3.1;
}

.dropdown {
    display: none;
    height: 60px;
    margin: 0 auto;
    width: 100%;
    background: rgba(213,214,216,0.5);
}

#barra2 {
    height: 60px;
    margin: 0 auto;
    width: 100%;
    background: rgba(213,214,216,0.5);
}

.underbar {
    display: block;
    width: 100%;
    height: 60px;
    background: rgba(213,214,216,0.5);
}
.underbar ul{
    height: 60px;
    max-width: 940px;
    margin: 0 auto;
    grid-template-columns: repeat( auto-fit, minmax(120px, 1fr) );
    display: grid;
    gap: 8px;
    padding: 0;
}
.underbar li {
    float: left;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.underbar ul li a{
    height: 40px;
    font-size: 16px;
}

#categorias {
    text-align: center;
    line-height: 2.6;
}

#categorias a:hover {
    color: #333333;
}

#select {
    height: auto;
    background: rgba(213, 214, 216, 0.5);
    display: none;
    margin-bottom: 50px;
    list-style: none;
    width: 100%;
    padding: 10px;
}
#select li{
    text-align: center;
    padding: 10px;
}

.txtTitulos h2 {
    padding-left: 0px !important;
}

li {
    cursor: pointer;
}


@media screen and (max-width:530px) {
    .col-wd-1 {
        width: 25%;
    }

    .col-wd-2 {
        width: 50%;
    }

    .col-wd-3 {
        width: 75%;
    }

    .col-wd-4 {
        width: 100%;
    }

    .box {
        width: 235px;
    }

    .titulos a {
        background: url(../css/icon/setaup235.svg) no-repeat;
    }

    .titulos.open a {
        background: url(../css/icon/setadw235.svg) no-repeat;
    }

    .txt {
        width: 235px !important;
    }

    h2 {
        padding-left: 0;
    }

    .content-box {
        width: 235px;
        height: 235px;
    }

    .content-image {
        width: 235px;
        height: 235px;
    }

    .content-image img {
        max-width: 235px;
    }

    #projeto .content {
        padding-top: 10px;
    }

    #categorias {
        text-align: center;
        line-height: 2.6;
    }

    #categorias a:hover {
        color: #333333;
    }

    label {
        display: none;
    }

    #tituloC {
        margin-left: 110px;
        font-size: 20px;
        vertical-align: middle;
        line-height: 55px;
    }

    #titulo {
        margin-left: 50px;
        font-size: 20px;
        vertical-align: middle;
        line-height: 55px;
    }

    #tituloC3 {
        margin-left: 110px;
        font-size: 20px;
        vertical-align: middle;
        line-height: 55px;
        display: none;
    }

    #tituloC4 {
        margin-left: 93px;
        font-size: 20px;
        line-height: 55px;
        display: block;
    }

    #titulo3 {
        margin-left: 30px;
        font-size: 20px;
        vertical-align: middle;
        line-height: 55px;
    }

    .underbar
    {
        display: none;
    }

    .pessoal {
        cursor: default;
        font-size: 20px;
    }
}

@media screen and (min-width:530px) {
    .col-md-1 {
        width: 25%;
    }

    .col-md-2 {
        width: 50%;
    }

    .col-md-3 {
        width: 75%;
    }

    .col-md-4 {
        width: 100%;
    }

    .box {
        width: 470px;
    }

    .titulos a {
        background: url(../css/icon/setaup470.svg) no-repeat;
    }

    .titulos.open a {
        background: url(../css/icon/setadw470.svg) no-repeat;
    }

    .txt {
        width: 410px !important;
    }

    h2 {
        padding-left: 0;
    }

    .content-box {
        width: 410px;
    }

    .content-image {
        width: 410px;
    }

    .content-image img {
        max-width: 410px;
    }

    #projeto .content {
        padding-top: 10px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #tituloC4 {
        display: none
    }
    
}

@media screen and (min-width:1000px) {
    .col-1 {
        width: 25%;
    }

    .col-2 {
        width: 50%;
    }

    .col-3 {
        width: 75%;
    }

    .col-4 {
        width: 100%;
    }

    .box {
        width: 940px;
    }

    .titulos a {
        background: url(../css/icon/setaup.svg) no-repeat;
    }

    .titulos.open a {
        background: url(../css/icon/setadw.svg) no-repeat;
    }

    h2 {
        padding-left: 10px !important;
    }

    .txtTitulos h2 {
        padding-left: 0px !important;
    }

    .txt {
        width: 540px !important;
    }

    .content p {
        padding-left: 10px;
    }

    .content-box {
        width: 300px;
    }

    .content-image {
        max-width: 300px;
    }

    .content-image img {
        max-width: 300px;
    }

    #projeto .content {
        padding: 10px;
        margin-left: 30px;
        margin-right: 30px;
    }

    #tituloC4 {
        display: none
    }
}
