@font-face {
    font-family: 'Rubik-Bold';
    src: url('../fontes/Rubik-Bold/Rubik-Bold.eot');
    src: url('../fontes/Rubik-Bold/Rubik-Bold.eot?#iefix') format('embedded-opentype'), url('../fontes/Rubik-Bold/Rubik-Bold.woff2') format('woff2'), url('../fontes/Rubik-Bold/Rubik-Bold.woff') format('woff'), url('../fontes/Rubik-Bold/Rubik-Bold.ttf') format('truetype'), url('../fontes/Rubik-Bold/Rubik-Bold.svg#odstemplik') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-SemiBold';
    src: url('../fontes/Rubik-SemiBold/Rubik-SemiBold.eot');
    src: url('../fontes/Rubik-SemiBold/Rubik-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fontes/Rubik-SemiBold/Rubik-SemiBold.woff2') format('woff2'), url('../fontes/Rubik-SemiBold/Rubik-SemiBold.woff') format('woff'), url('../fontes/Rubik-SemiBold/Rubik-SemiBold.ttf') format('truetype'), url('../fontes/Rubik-SemiBold/Rubik-SemiBold.svg#odstemplik') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('../fontes/Rubik-Medium/Rubik-Medium.eot');
    src: url('../fontes/Rubik-Medium/Rubik-Medium.eot?#iefix') format('embedded-opentype'), url('../fontes/Rubik-Medium/Rubik-Medium.woff2') format('woff2'), url('../fontes/Rubik-Medium/Rubik-Medium.woff') format('woff'), url('../fontes/Rubik-Medium/Rubik-Medium.ttf') format('truetype'), url('../fontes/Rubik-Medium/Rubik-Medium.svg#odstemplik') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../fontes/Rubik-Regular/Rubik-Regular.eot');
    src: url('../fontes/Rubik-Regular/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url('../fontes/Rubik-Regular/Rubik-Regular.woff2') format('woff2'), url('../fontes/Rubik-Regular/Rubik-Regular.woff') format('woff'), url('../fontes/Rubik-Regular/Rubik-Regular.ttf') format('truetype'), url('../fontes/Rubik-Regular/Rubik-Regular.svg#odstemplik') format('svg');
    font-weight: normal;
    font-style: normal;
}


ul {
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
}

.menu-topo {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    transition: .4s;
    background-color: #0A043C;
}

/* .img-ondulada-container img {
    height: 20%;
}  */

.img-ondulada-container {
    position: relative;
    text-align: center;
    color: white;
}
.logo {
    width: 25%;
}
.logo a {
    outline: none;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.div-button-footer {
    font-family: 'Rubik-Bold';
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    color: #FFF;
    /* width: 180px;
    height: 48px; */
    z-index: 9;
}

.sociais ul{
 display: flex;
 justify-content: center;
}
.sociais li{
  list-style: none;
  padding: 8px;
}
li.icon-sociais a span {
  font-size: 18px;
  font-family: "Rubik-Regular";
  color: #014268;
}

li.icon-sociais a span:hover {
    border-bottom: 1px solid #014268;
}

.sociais p {
    font-size: 20px;
    font-family: "Rubik-Regular";
    color: #707070;
    line-height: 20px;
    text-align: center;
}

li.icon-sociais a {
    text-decoration: none;
}

li.icon-sociais a img {
    vertical-align: middle;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: url(../img/footer.png);
    color: white;
    text-align: center;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
}

.branco {
    color: #fff;
}

.azul {
    color: #081349;
}

.lista-expediente {
    list-style: none;
}

.lista-expediente h3 {
    font-family: 'Rubik-Regular';
    font-size: 20px;
    color: #00828A;
}

.lista-expediente p {
    font-family: 'Rubik-Regular';
    font-size: 15px;
    color: #707070;
}

.footer span {
    font-family: 'Rubik-Bold';
    font-size: 13px;
}

.footer span.copy{
    font-family: 'Rubik-Regular';
    padding-left: 232px;
    font-size: 12px;
}  

.footer h2 {
    font-family: 'Rubik-Regular';
    font-size: 22px;
    color: #00828A;
    padding-right: 100%;
}

.footer p{
    font-family: 'Rubik-Bold';
    font-size: 18px;
    color: #fff;
    display: block ruby;
}
/*icons*/

i.exped {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #00828A;
    display: inline-block;
    margin-left: 25px;
    transition: .7s;
}

.down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.expediente {
    position: absolute;
    right: 0;
    width: 600px;
    height: 400px;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    box-shadow: 5px 10px 20px #6A6A6A4F;
    z-index: 9;
    bottom: 0;
    padding: 20px;
}

.expediente p {
    /* height: calc(100% - 50px);*/
    margin-top: 10px;
}

.footer img {
    width: 150px;
    height: auto;
    max-width: 100%;
    margin-bottom: -100px;
}

.div-button-footer img {
    width: 15px!important;
    height: 15px!important;
    margin-bottom: 0px!important;
    margin-left: 12px;
}

.lista-expediente {
    list-style: none;
}

.lista-expediente h3 {
    font-family: 'Rubik-Medium';
    font-size: 18px;
    color: #081349;
}

.lista-expediente p {
    font-family: 'Rubik-Regular';
    font-size: 15px;
    color: #707070;
}

.lista-expediente li {
    margin: 20px 0;
}

.footer h2 {
    font-family: 'Rubik-Bold';
    font-size: 22px;
    color: #081349;
    padding-right: 100%;
}

.nav-menu a{
    font-size: 16px;
}


@media only screen and (min-width: 1190px) {
    .footer {
        margin-top: 7%;
    }
     .footer span.copy, .div-button-footer {
        padding-top: 33px;
    }
    .footer .div-button-footer {
        padding-right: 20px;
        padding-bottom: 10px;
    }
    .menu-topo {
        padding: 14px 30px;
    }
    .logo-mobile{
        display: none;
    }
    .openSidebarMenu {
        display: none;
    }
    .menu-topo.menu-fixed {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .nav-menu{
        width: 75%;
        transition: .4s;
    }

    .nav-menu ul {
        list-style-type: none;
        margin: 0 0 0;
        overflow: hidden;
        padding: 0;
        display: flex;
        align-content: center;
        justify-content: flex-end;
    }
    .nav-menu ul li {
        padding-left: 80px;
        }.nav-menu ul {
            list-style-type: none;
            margin: 0 0 0;
            overflow: hidden;
            padding: 0;
            display: flex;
            align-content: center;
            justify-content: flex-end;
        }
        .nav-menu ul li {
            padding-left: 25px;
        }

        .nav-menu li:last-child {
            border-right: none;
        }
        .nav-menu a{
            font-family: 'Rubik-Medium';
            font-size: 15px;
            color: #fff;
            text-decoration: none;
        }

        .nav-bottom li:last-child {
            border-right: none;
        }

        .nav-menu ul .nav-menu__separator {
            border-left: 2px solid #80FFD8;
            padding-left: 15px;
            margin-left: 15px;
        }
        .nav-menu__channel--fdr, 
        .nav-menu__channel figure {
            display: none;
        }

        .logo img {
            width: 150px;
        }

        .cards-timeline{
            height: 410px;
            width: 550px;
        }
    }

    @media only screen and (max-width: 1189px) {
        .logo {
            width: 150px;
        }
        .img-ondulada-container {
            height: 120px;
        }
        .logo img {
            width: 100%;
        }
        .menu-topo {
            padding: 15px 25px 0;
            height: 100px
        }

        .nav-menu {
            width: 100%;
            height: inherit;
            min-height: 100vh;
            position: absolute;
            left: 0;
            top: 0;
            background-color: #0A043C;
            transform: translateX(-100%);
            transition: transform 250ms ease-in-out;
            padding: 60px 35px;
            overflow-y: auto;
        }

        .nav-menu li {
            list-style: none;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            padding: 15px 0;
            cursor: pointer;
            font-family: 'Rubik-Medium';
            font-size: 15px;
        }
        .nav-menu li:not(:first-child) {
            border-top: 1px solid rgba(255, 255, 255, 0.10);
        }

        .nav-menu li a {
            color: #fff;
            text-decoration: none;
        }

        .nav-menu .nav-menu__channel {
            border-top: 0 !important;
            padding: 0;
            margin-top: 40px;
        }
        .nav-menu__channel a {
            display: flex;
            align-items: center;
            gap: 12px;
            color: #FEFEFF;
            font-weight: 300;
            font-family: 'Rubik-Regular';
        }
        .nav-menu__channel figure {
            display: block;
            width: 56px;
            height: 56px;
            margin: 0;
            border-radius: 5px;
        }
        
        .img-ondulada-container {
           height: auto;
            margin-top: 0;
            padding-top: 100px;
        }

        /* .img-ondulada-container img {
            height: 90%;
        } */

        input[type="checkbox"]:checked~.nav-menu {
            transform: translateX(0);
        }

        input[type=checkbox] {
            transition: all 0.3s;
            box-sizing: border-box;
            display: none;
        }

        .sidebarIconToggle {
            transition: all 0.3s;
            box-sizing: border-box;
            cursor: pointer;
            position: absolute;
            z-index: 99999;
            height: 100%;
            width: 100%;
            top: 40px;
            right: 20px;
            height: 25px;
            width: 25px;
            justify-content: right;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .spinner {
            transition: all 0.3s;
            box-sizing: border-box;
            position: absolute;
            height: 3px;
            width: 100%;
            background-color: #fff;
        }

        .horizontal {
            transition: all 0.3s;
            transition: all 0.3s;
            box-sizing: border-box;
            position: relative;
            margin-top: 3px;
            width: 20px;
        }

        .diagonal.part-1 {
            position: relative;
            transition: all 0.3s;
            box-sizing: border-box;
        }

        .diagonal.part-2 {
            transition: all 0.3s;
            box-sizing: border-box;
            position: relative;
            margin-top: 3px;
        }

        input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
            transition: all 0.3s;
            box-sizing: border-box;
            opacity: 0;
        }

        input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
            transition: all 0.3s;
            box-sizing: border-box;
            transform: rotate(135deg);
            margin-top: 8px;
        }

        input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
            transition: all 0.3s;
            box-sizing: border-box;
            transform: rotate(-135deg);
            margin-top: -9px;
        }

        .sociais ul {
            margin: 50px auto;
        }
        .sociais li{
            list-style: none;
            margin: 10px 0px;
        }

        .footer img {
            width: 130px;
            height: auto;
            margin: -7ch auto;
        }
        .footer span.copy{
            padding-left: 0px;
        }

        .box-expediente span {
            font-size: 16px;
        }

        .div-button-footer {
            width: 120px;
            height: 30px;
            border-radius: 3px;
        }

        .div-button-footer span {
            font-size: 14px;
        }

        .div-button-footer i {
            border-left-width: 6px;
            border-right-width: 6px;
            border-bottom-width: 10px;
            margin-left: 10px;
        }
       iframe {
            display: block;
            width: 100%; 
           /* height: 400px;  */
         } 
        .expediente {
            padding: 20px 0;
            width: 100%;
            height: auto;
        }
        .div-button-footer img {
            margin: unset!important;
            margin-left: 12px!important;
        }
        .div-button-footer span {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 1024px) {
        h1.logo-mobile {
            display: none;
        }
    }
    @media (max-width: 768px){
        .sociais ul {
        display: inline-block;
        }
    }

    @media (max-width: 425px){
    .footer img {
      margin: -18px auto;
    }
    }

    @media (max-width: 375px){
    /* .sociais ul {
      margin-left: 10%;
    } */
    }

    @media (max-width: 320px){
    /* .sociais ul {
      margin-left: 2%;
    } */
    }

    
