@charset "UTF-8";

/* ESTRUTURA - GERAL */

html {
    margin-top:0px!important;
}

body {
    width:100%;
    margin: 0;
}

h1 {
    font-family: "JS-Bold", Arial, Helvetica, sans-serif;
    font-size: 4.75rem;
    line-height: 4.875rem;
    color: #1F396A;
}

h2 {
    font-family: "JS-Bold", Arial, Helvetica, sans-serif;
    font-size: 2.875rem;
    line-height: 3.5rem;
    color: #1F396A;
}

h3 {
    font-family: "JS-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    color: #0bbcef;
    text-transform: uppercase;
}

h4 {
    font-family: "OS-Bold", Arial, Helvetica, sans-serif;
    font-size: 0.938rem;
    color: #1F396A;
    line-height: 1.125rem;
    margin-bottom: 0.25rem;
}

h5 {
    font-family: "JS-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.575rem;
    color: #1F396A;
    margin: 0;
}

p {
    font-family: "OS-Regular", Arial, Helvetica, sans-serif;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #333333;
}

/* TOPO */
nav.navbar {
    background: #1F396A;
    padding: 0.3125rem 1rem;
}

a.navbar-brand {
    width: 15%;
}

a.navbar-brand img {
    max-width: 100%;
}

div#navbarNav {
    justify-content: end;
}

div#navbarNav ul {

}

div#navbarNav ul li {

}

div#navbarNav ul li a {
    color: #FFF;
    font-family: "OS-Regular", Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
}


div#navbarNav ul li a:hover {
    color: #0bbcef;
}

.nav-link {

}

li.nav-item a {

}

.navbar-light .navbar-nav .nav-link:hover {

}

.nav-link {

}

a.nav-link.active {

}

.dropdown-item {
    padding: 0;
}

a#navbarDropdown:hover {
    color: #0bbcef;
}

a#navbarDropdown:active {
    color: #FFF;
    content: \F286;
}

.dropdown-item::after {
    display: flex;
    justify-content: end;
    margin-left: .255em;
    vertical-align: 0;
    /*content: "\F285";*/
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: bootstrap-icons !important;
}

.dropdown-menu {
    padding: 0;
    color: #1f396a;
    background-color: #E6E6E6;
    border-right: 1px solid #1F396A30;
    border-left: 1px solid #1F396A30;
    border-radius: 0;
}

.dropdown-menu-left {
    left: auto !important;
    right: 100% !important; /* Move o submenu para a esquerda */
    margin-left: 0 !important;
    margin-right: .0325rem !important;
}

.dropdown-menu li a {
    padding: 1rem;
    border-top: 1px solid #1f396a30;
    border-bottom: 1px solid #1f396a30;
    color: #1f396a!important;
    justify-content: space-between;
}

.dropdown-menu li a:hover {
    border-top: 1px solid #1f396a30;
    border-bottom: 1px solid #1f396a30;
    color: #1F396A!important;
    font-weight: 600;
    background:#CCD1D8;
}

.dropdown-menu li a:active {
    border-top: 1px solid #1f396a30;
    border-bottom: 1px solid #1f396a30;
    color: #FFF!important;
    background:#1F396A;
}

.dropdown-menu li a.dropdown-item {
    margin: 0 !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: 0;
    content: "\f282";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: bootstrap-icons !important;
}

.dropdown-toggle.open::after {
    content: "\f286"; /* Novo conteúdo quando o submenu está aberto */
}


li.dropdown-submenu {
    left: -1px;
}

.dropdown-submenu a.dropdown-toggle::after  {
    display: flex;
    justify-content: end;
    margin-left: .75em;
    vertical-align: 0;
    content: "\F285";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: bootstrap-icons !important;
}

.dropdown-toggle-search::after {
    display: inline-block;
    /*margin-left: 1rem;*/
    vertical-align: 0;
    content: "\F52A";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: bootstrap-icons !important;
}

.dropdown-toggle-search ul.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 50rem!important;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.menu-search .dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0.35rem !important;
    margin-top: .125rem;
    width: 45rem !important;
    left: auto !important;
    padding: 1rem;
    border: 1px solid #737c8c;
    border-radius: 0;
    background: #FFFFFF;
}

.menu-search .form-control {
    width: 83%;
    border: 1px solid #1f396a;
    float: left;
}

.menu-search .btn {
    font-weight: 600;
    color: #1f396a;
    background-color: #0bbcef;
    border: 1px solid #0bbcef;
    margin-left: 1rem;
    width: 14%;
}

.menu-search .btn:hover {
    background-color: #FFFFFF;
    border: 1px solid #0bbcef;
}

/* Estilo para manter submenus ocultos atÃ© serem ativados */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .0325rem;
    margin-right: .1rem;
    display: none;
    content: "\F285";
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
    background: #CCD1D8;
}

.dropdown-submenu:hover .dropdown-menu li a:hover {
    color: #FFFFFF !important;
    background: #1F396A;
}


ul.dropdown-menu.show {

}

ul.dropdown-menu.show li {

}

ul.dropdown-menu.show li a {

}

ul.dropdown-menu.show li a span {

}

ul.dropdown-menu.show li a:hover {

}

/*ÁREA PRINCIPAL*/

.titulo-home {
    max-width: 740px;
    letter-spacing: -2px;
    margin-bottom: 4rem;
}

.titulo-home p {
    font-size: 1.275rem;
    line-height: 2rem;
    color: #666666;
    letter-spacing:0!important;
}

/* CARACTERÍSTICAS */

.area-qrcode {
    background-color: #edeff6;
}

.mec {
    padding: 6rem 0;
    text-align: right;
    display: grid;
    align-items: center;
    color: #1F396A;
}

.mec h1.titulo-mec {
    font-size: 2rem;
    font-weight: 900;
    margin-left: 40%;
    line-height: 2rem;
    font-family: "JS-regular", Arial, Helvetica, sans-serif;
}

.mec p {
    display: block;
}

.mec-item {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #aabef5;
    padding: 20px;
    width: 190px;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    margin: 3rem 0 3rem 6rem;
}

.mec-item_qrcode {
    margin: 1rem 0;
}

.mec{
    margin: 1rem 0;
}

/* RODAPÉ */

footer {
    background:#F2F2F2;
    padding: 2rem 4rem 1rem 4rem;
    color:#023472;
    text-align: center;
    font-size: 0.875rem;
    box-shadow: 1px -4px 18px 2px #0000001f;
}

footer p {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #023472;
}

footer .container {
    margin-bottom: 2.5rem;
}

footer .container .logos-fiep {
    float: left;
}

footer .container .logos-fiep img {
    margin-right: 1.5rem;
}

footer .container .icones-institucionais {
    float: right;
}

footer .container .icones-institucionais a {
    color:#023472;
}

footer .container .icones-institucionais span {
    color:#0FBBEF;
    font-weight: 900;
    margin: 0 1rem;
}

/* INTERNA */
#modelo-1 {

}

.marca-dagua {
    position: absolute;
    left: -17rem;
    top: 10rem;
    z-index: -1000;
}

.topo {
    margin-top: 4.5rem;
}

.breadcrumb {
    color: #023472;
    font-family: "JS-Light", Arial, Helvetica, sans-serif;
    font-size: 1.625rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.breadcrumb span {
    font-family: "JS-Bold", Arial, Helvetica, sans-serif;
    font-size: 1.825rem;
}

.banner img {
    max-width: 100%;
}

.conteudo {
    margin: 2rem auto;
}

.data {
    /*text-transform: uppercase;*/
    font-size: 0.875rem;
    font-family: 'OS-Regular', Arial, Helvetica, sans-serif;
    color: #023472;
    display: flex;
    align-items: center;
}

.data span {
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
}

.data hr {
    color: #0FBBEF;
    width: 75%;
    float: left;
    opacity: 1;
    margin-right: 1rem;
    height: 0.094rem;
}

.conteudo .anexos {
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
    color: #0FBBEF;
    font-size: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 2rem;
    row-gap: 10px;
}

.conteudo .anexos a {
    font-family: 'OS-Regular', Arial, Helvetica, sans-serif;
    text-decoration: none !important;
    color: #666666;
    font-size: 0.875rem;
    border: 1px solid #0FBBEF;
    border-radius: 50px;
    padding: 0.25rem 1rem;
    margin: 0 0.5rem 0 0;
    display: inline-block;
}

.conteudo .anexos a:hover {
    color: #000000;
    font-size: 0.875rem;
    border: 1px solid #0FBBEF;
    background: #0FBBEF;
    cursor: pointer;
}

.conteudo p span {
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
}

.galeria figure {
    width: 100%;
}

.galeria figure img {
    max-width: 100%;
}

.bt-voltar {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    margin: 2rem 0 1rem 0;
}

.bt-voltar a {
    color: #023472;
    text-decoration: none;
}

.bt-voltar a:hover {
    color: #0FBBEF;
    text-decoration: underline;
}

.bt-voltar .bi-arrow-left::before {
    color: #0FBBEF;
    font-weight: 900;
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

.bt-voltar hr {
    color: #0FBBEF;
    width: 95%;
    float: right;
    opacity: 1;
    margin-left: 0.5rem;
    height: 0.094rem;
}

.fundo-anteriores {
    background: #F2F2F2;
    border-radius: 1.25rem;
    padding: 2rem 1rem;
}

.fundo-anteriores .scroll {
    overflow-y: auto !important;
    height: auto;
    min-height: 48rem;
    max-height: 48rem;
    /*margin-left: 1rem;*/

    .text-muted {
        margin-top: 2rem;
        text-align: center !important;
    }
}

.fundo-anteriores .card {
    background: transparent;
    border: none;
    margin: 2rem 0 0 0;
    text-align: left;
    border-bottom: 1px solid #afb8c2;
    padding-bottom: 1rem;
}

.fundo-anteriores .card .data {
    font-size: 0.75rem;
    font-family: 'OS-Regular', Arial, Helvetica, sans-serif;
    color: #023472;
    margin-bottom: 0.75rem!important;
}

.fundo-anteriores .card .data span {
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
}

.fundo-anteriores .card .desc {
    font-family: 'OS-Regular', Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 0.875rem;
}

.fundo-anteriores .card .desc a {
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
    color: #0FBBEF;
    cursor: pointer !important
}

.fundo-anteriores .card .desc a:hover {
    color: #023472;
    text-decoration: underline;
}

.dt-final {
    text-align: right;
}

.img-col {
    margin: 1rem 0;
}

.img-col img {
    max-width: 100%;
}

.campo-form {
    margin: auto;
}

.campo-form label {
    font-family: 'OS-Regular', Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 1rem;
    margin-bottom:0.5rem;
}

.select2-hidden-accessible {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #F9F9F9!important;
    border: 1px solid #BCC4D2!important;
}

.select2-container .select2-selection--single {
    display: flex!important;
    height: 40px!important;
    align-items: center!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
    right: 5px!important;
}

.select2-dropdown {
    background-color: #F9F9F9!important;
    border: 1px solid #BCC4D2!important;
}

.select2-search--dropdown {
    padding: 0.5rem!important;
}

.select2-results ul li {
    padding: 0.5rem!important;;
    border-bottom: 1px solid #BCC4D2!important;;
}

.campo-form .select2 {
    font-family: 'OS-Regular', Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 1rem;
    margin-bottom:0.5rem;
    width: 100% !important;
}

.galeria {
    text-align: center;

}

.galeria .container {
    padding: 0;
}

.galeria .container.row>* {
    padding: 0;
    margin: 0;
}

.galeria .img-fluid {
    margin: 0.5rem 0;
}

.galeria button {
    background-color: #FFF;
    border: 2px solid #0FBBEF;
    padding: 1rem 0;
    color: #023472;
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
    font-size: 1.45rem;
    border-radius: 0.75rem;
    margin-top: 1rem;
    width: 100%;
}

.galeria button:hover {
    background-color: #0FBBEF;
    border: 2px solid #0FBBEF;
}


.ratio.ratio-16x9 {
    background: #FFF !important;
    border-radius: 6px;
    padding: 40px;
}

.btn-close svg {
    fill: #000000 !important;
    width: 1.5rem;
    top: 0.5rem !important;
    right: 2rem;
    opacity: 0.5;
}

.carousel-control-prev-icon {
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 35%;
    background-size: 70% 70%;
    background-color: #666666;
    border-radius: 50%;
}

.carousel-control-prev-icon:hover {
    background-color: #0FBBEF!important;
}

.carousel-control-next-icon {
    width: 5rem;
    height: 5rem;
    background-repeat: no-repeat;
    background-position: 65%;
    background-size: 70% 70%;
    background-color: #666666;
    border-radius: 50%;
}

.carousel-control-next-icon:hover {
    background-color: #0FBBEF!important;
}



.mais-postagens {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0 2rem 0;
}

.mais-postagens a {
    font-family: 'OS-Bold', Arial, Helvetica, sans-serif;
    font-size: 1.375rem;
    color: #0FBBEF;
}

.mais-postagens .anterior {
    width: 45%;
    display: flex;
    align-items: center;
}

.mais-postagens .anterior i {
    float: left;
    font-size: 1.5rem;
    color: #0FBBEF;
    margin-right: 0.5rem;
}

.mais-postagens .anterior a {
    display: flex;
}

.mais-postagens .anterior a:hover {
    color: #023472;
}

.mais-postagens .proximo {
    text-align: right;
    display: flex;
    align-items: center;
}

.mais-postagens .proximo i {
    float: right;
    font-size: 1.5rem;
    color: #0FBBEF;
    margin-left: 0.5rem;
}

.mais-postagens .proximo a {
    display: flex;
}

.mais-postagens .proximo a:hover {
    color: #023472;
}

.topo-conteudo hr {
    color: #0FBBEF;
    width: 100%;
    opacity: 1;
    height: 0.094rem;
}

/* SLIDE */

.slide-principal .slide {
    margin: 0 auto 4rem !important;
    width: 75% !important;
    display: flex !important;
    justify-content: left !important;
}




/* INÍCIO DAS QUEBRAS */

@media (max-width: 1800px) /*tamanho lg*/ {

    .marca-dagua {
        left: -19rem;
    }

}

@media (max-width: 1700px) /*tamanho lg*/ {

    .marca-dagua {
        left: -22rem;
    }

    /* SLIDE */

    .slide-principal .slide {
        width: 85%;
    }

}

@media (max-width: 1600px) /*tamanho lg*/ {

    .marca-dagua {
        left: -25rem;
    }

}

@media (max-width: 1500px) /*tamanho lg*/ {

    .marca-dagua {
        left: -28rem;
        top: 9rem;
    }

}

@media (max-width: 1399px) /*tamanho lg*/ {

    .marca-dagua {

    }

    .data hr {
        width: 65%;
    }

    .slide-principal .slide {
        width: 97% !important;
    }


}

@media (max-width: 1240px) /*tamanho*/ {

    a.navbar-brand {
        width: 13%;
    }

    div#navbarNav ul {
        font-size: 0.85rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .75rem;
        padding-left: 0;
    }

    .marca-dagua {
        display: none;
    }

    .data hr {
        width: 65%;
    }

    .conteudo .anexos {
        /*line-height: 2.25rem;*/
    }

    .grid-diferenciais {
        width: 100%;
    }

}

@media (max-width: 1199px) {
    .ratio.ratio-16x9 {
        background: transparent !important;
    }

    .btn-close svg {
        fill: #FFF!important;
        opacity: 0.75!important;
    }

    .carousel-control-prev-icon {
        width: 3rem;
        height: 3rem;
        background-color: #00000075;
    }

    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        background-color: #00000075;
    }

    .galeria button {
        font-size: 1.25rem;
    }

}


@media (max-width: 1024px)/*dimensão: Nest Hub*/ {

    div#navbarNav ul {
        font-size: 0.8rem;
    }

}

@media (max-width: 991px)/*tamanho md*/ {

    a.navbar-brand img {
        max-width: 100%;
    }

    a.navbar-brand {
        width: 50%;
    }

    .navbar-light .navbar-toggler {
        background: #FFF;
    }

    .container {
        max-width: 90%;
    }

    .topo {
        margin-top: 2.5rem;
        width: 100%;
    }

    h1 {
        font-size: 3.75rem;
        line-height: 3.875rem;
    }

    h2 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    footer .container .logos-fiep {
        float: none;
    }

    footer .container .icones-institucionais {
        float: none;
        padding-top: 2rem;
    }

    .mais-postagens a {
        font-size: 1.125rem!important;
    }

    /*.modal.show .modal-dialog {*/
    /*    max-width: 80%;*/
    /*    background: transparent;*/
    /*}*/

    div#navbarNav ul li a {
        font-size: 1.025rem;
    }

    li.nav-item.dropdown.menu-search {
        display: none;
    }

    .fundo-anteriores .scroll {
        min-height: auto;
    }
}

@media (max-width: 767px)/*tamanho sm*/ {

    h5 {
        text-align: center;
    }


    .area-qrcode {
        padding-bottom: 6rem;
    }

    .mec h1.titulo-mec {
        margin: 0 10%;
        text-align: center;
    }

    .mec {
        margin: 0;
        padding: 6rem 0 0 0;
    }

    .mec p {
        text-align: center;
        margin-top: 0.5rem;
    }

    .mec-item {
        margin: 0 auto;
    }

    footer {
        padding: 2rem 1rem;
    }

    footer p {
        font-size: 0.875rem;
    }

    .data hr {
        width: 55%;
    }

    .img-col {
        text-align: center;
        margin:2rem 0;
    }

    #modelo-2 .conteudo .anexos {
        text-align: center;
        padding-bottom: 4rem;
        border-bottom: 1px solid #666666;
    }

    .campo-form {
        margin: 1.5rem 0 0 0;
    }

}

@media (max-width: 575px)/*tamanho xs*/ {

    h1 {
        font-size: 2.75rem;
        line-height: 3rem;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    p {
        font-size: 1rem;
    }

    .breadcrumb {
        font-size: 1rem;
    }

    footer .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    footer .container .logos-fiep img {
        margin: 0 0.25rem;
        MAX-WIDTH: 15%;
    }

    footer .container .icones-institucionais {
        padding: 1rem 0;
    }

    footer .container .icones-institucionais span {
        margin: 0 0.5rem;
    }

    .data hr {
        display: none;
    }

    .conteudo .anexos {
        margin-top: 2rem;
    }

    .mais-postagens a {
        font-size: 0.875rem !important;
    }

    .mais-postagens {
        display: block !important;
    }

    .mais-postagens .anterior {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }

    .mais-postagens .proximo {
        width: 100%;
        display: inline-flex;
    }

    /*.card-diferencial--inline {
        width: 340px!important;
    }*/

}