@charset "utf-8";

/* ______________________________________________________________________
  @                                                                      @
@   @ -- Created By Gabriel A. Barbosa <frontend@i7creative.com.br> -- @   @
  @______________________________________________________________________@
*/
/****/
/****/
body,
html {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal !important;
    line-height: 120%;
    letter-spacing: 100%;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.container {
    position: relative;
}

.bg1 {
    background-color: red;
}

.bg2 {
    background-color: blue;
}

/****/
/****/
header {
    min-height: 100px;
    background-color: #0055AA;
    border-top: 20px solid #003264;
}

header .menuNav {
    margin-top: 10px;
}

header .menuNav .menu>li>a:hover,
header .menuNav .menu>li>a:active {
    background-color: transparent !important;
}

.dropdown-submenu>.dropdown-menu {
    top: 45px !important;
    left: 25% !important;
    border-radius: 7px !important;
}

.dropdown-submenu>.dropdown-menu .dropdown-submenu>.dropdown-menu {
    top: 0px !important;
    left: 102% !important;
    border-radius: 7px !important;
}

/* .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    position: relative;
    top: -19px;
} */

@media all and (max-width: 767px) {
    header .menuNav .menu .active:before {
        top: 36px !important;
    }

    .dropdown-submenu {}

    .dropdown-submenu .dropdown-menu {
        position: initial;
        width: 100%;
    }

    .dropdown-submenu .dropdown-menu .dropdown-submenu {
        position: initial;
        display: block;
        width: 100%;
    }

    .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu {
        position: initial;
        display: block;
        width: 100%;
    }


}

.dropdown-submenu .dropdown-menu>.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    position: relative;
    top: 0px !important;
}

header .menuNav .menu {
    padding-left: 7px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

header .menuNav .menu .separador {
    color: white;
    padding: 0px !important;
    width: 0px;
    position: relative;
    left: -1px;
}

header .menuNav .menu .active {
    /* background-color:#337AB7;  */
}

/* header .menuNav .menu .active:before {
    content: url("../img/menu/menuActive.fw.png");
    position: absolute;
    top: 39px;
    left: 0px;
    height: 26px;
    width: 100%;
    overflow: hidden;
    text-align: center;
} */

header .menuNav .menu>li {
    display: inline-block;
    position: relative;
}

header .menuNav .menu>li>a {
    color: white;
    font-size: 14px;
}

header .menuNav .menu>li>a:hover {
    /*background-color:#337AB7; */
    text-shadow: 3px 3px 3px #337AB7;
}

header .buscaContainer {
    position: absolute;
    right: 17px;
    top: 12px;
}

header .buscaContainer .search-form {
    border-radius: 4px;
    display: none;
    position: absolute;
    width: 231px;
    bottom: -46px;
    right: -6px;
    background-color: #0055AA;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
}

header .buscaContainer .search-form input[type=text] {
    width: 70%;
    float: left;
    height: 28px;
    border: 0px solid #ccc;
    padding-left: 7px;
}

header .buscaContainer .search-form input[type=submit] {
    background-color: #00ACED;
    border: 0px solid white;
    color: white;
    width: 29%;
    font-size: 12px;
    height: 28px;
    float: left;
}

/****/
/****/
section.topo {
    padding-top: 30px;
    padding-bottom: 20px;
}

section.topo .logo {
    max-width: 322px;
    margin: 0 auto;
}

section.topo .logo img {
    width: 100%;
}

section.topo .slider {}

section.topo .slider .carrousel {
    width: 100%;
}

section.topo .slider .carrousel div img {
    width: 100%;
}

section.topo .slider .owl-theme .owl-controls {
    text-align: right;
}

section.topo .slider .owl-theme .owl-controls .owl-page.active span {
    background-image: url('../img/icons/slide_btn_active.fw.png');
    background-size: 100% 100%;
    border-radius: 0px;
}

section.topo .slider .owl-theme .owl-controls .owl-page span {
    background-image: url('../img/icons/slide_btn.fw.png');
    background-size: 100% 100%;
    border-radius: 0px;
    opacity: 1;
}

/****/
/****/
section.menuServicos {
    padding-bottom: 20px;
}

section.menuServicos .bld {
    border-right: 1px dashed #0081B8;
}

section.menuServicos .servicos {
    background-color: #EEEEEE;
    overflow: hidden;
}

section.menuServicos .servicos .display-table {
    display: table;
    width: 100%;
}

section.menuServicos .servicos .box {
    padding: 0px 0px 0px 19px;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}

section.menuServicos .servicos .box:hover {
    background-color: #DCDCDC;
}

section.menuServicos .servicos .box .img {
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
}

section.menuServicos .servicos .box .img img {
    width: 100%;
}

section.menuServicos .servicos .box .texto {
    font-size: 16px;
    color: #003264;
    float: left;
    font-weight: lighter;
    width: 72%;
}

/****/
/****/
.tarja2 {
    background-image: url('../img/tarjaBg.fw.png');
    height: 50px;
}

.tarja2 span {
    color: white;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.tarja2 .container {
    padding-top: 8px;
}

.tarja2 .container img {
    margin-right: 15px;
}

section.brasilTransparent {
    padding-top: 20px;
    padding-bottom: 10px;
}

section.brasilTransparent .bbx {
    width: 100%;
    max-width: 18.5%;
    display: inline-block;
    margin: 0.55%;
}

section.brasilTransparent .box {
    overflow: hidden;
    margin-bottom: 7px !important;
    padding-left: 0px;
    /* margin: 0 auto; */
    background-image: url("../img/bgt.fw.png");
    height: 150px;
    background-size: 100% 100%;
    background-position: center;
}

section.brasilTransparent .box .img {
    float: left;
    width: 65px;
    min-height: 100px;
}

section.brasilTransparent .box .img img {
    width: 100%;
}

section.brasilTransparent .box>.titulo {
    line-height: 120%;
    margin-bottom: 7px;
    padding-top: 5px;
    font-weight: bold;
    width: 64%;
    float: left;
    padding-left: 11px;
    font-size: 16px;
    word-wrap: break-word;
}

section.brasilTransparent .box .titulo a {
    color: #373333;
}

section.brasilTransparent .box .texto {
    line-height: 120%;
    float: left;
    padding-left: 11px;
    font-size: 12px;
    width: 64%;
}

section.brasilTransparent .box .texto a {
    color: #373333;
}

/****/
.duvidasfrequentes {
    padding-bottom: 45px !important;
}

.duvidasfrequentes .boxContainer .box .titulo {
    min-height: inherit !important;
}

.duvidasfrequentes .boxContainer .box .subtitulo {
    padding-left: 14px !important;
}

/****/
section.abastecimento {
    padding-top: 25px;
    padding-bottom: 5px;
}

section.abastecimento .container>.titulo {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #003264;
    line-height: 120%;
    margin-bottom: 20px;
}

section.abastecimento .container>.subtitulo {
    text-align: center;
}

section.abastecimento .container>.subtitulo a {
    color: #8C0000;
    font-size: 14px;
}

section.abastecimento .boxContainer {
    margin-top: 20px;
}

section.abastecimento .boxContainer .box {
    border: 1px solid #DDDDDD;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

section.abastecimento .boxContainer .box .data {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #0055AA;
    width: 82px;
    height: 82px;
    padding-top: 17px;
}

section.abastecimento .boxContainer .box .data .diaemes {
    text-align: center;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
}

section.abastecimento .boxContainer .box .data .ano {
    text-align: center;
    color: white;
    font-size: 22px;
}

section.abastecimento .boxContainer .box .titulo {
    min-height: 78px;
    padding-left: 98px;
    line-height: 120%;
    font-weight: bold;
    font-size: 16px;
    color: #4B4B4C;
    padding-right: 12px;
    padding-bottom: 5px;
}

section.abastecimento .boxContainer .box .subtitulo {
    font-size: 14px;
    color: #888888;
    line-height: 120%;
    padding-top: 2px;
    padding-left: 27px;
    padding-right: 12px;
}

/****/
.sectionType01 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.sectionType01 .boxTarjaTitle {
    padding: 11px 16px;
}

.sectionType01 .boxTarjaTitle b {
    color: white;
    font-size: 20px;
}

.sectionType01 .boxTarjaTitle a {
    color: white;
    font-size: 14px;
}

.sectionType01 .boxTarjaTitle a:hover {
    text-decoration: none;
}

.sectionType01 .boxTarjaTitle a span {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.sectionType01 .boxColor1 {
    background-color: #0055AA;
}

.sectionType01 .boxColor2 {
    background-color: #003264;
}

.sectionType01 .boxContainer {
    margin-top: 20px;
}

.sectionType01 .boxContainer .boxBgGray {
    background-color: #EEEEEE;
}

.sectionType01 .boxContainer .boxBorda {
    border: 1px solid #DDDDDD;
}

.sectionType01 .boxContainer .boxData {
    width: 82px;
    background-color: #0055AA;
    padding: 12px;
    float: left;
    margin-right: 5%;
}

.sectionType01 .boxContainer .boxData .diaemes {
    font-size: 16px;
    color: white;
    text-align: center;
}

.sectionType01 .boxContainer .boxData .ano {
    font-size: 20px;
    color: white;
    text-align: center;
}

.sectionType01 .boxContainer .boxTexto {
    font-size: 16px;
    color: #4B4B4C;
    line-height: 120%;
    display: block;
    padding: 6px 10px 10px 10px;
}

.sectionType01 .boxContainer .boxSubTexto {
    padding: 0px 10px 10px 10px;
    font-size: 14px;
    color: #888888;
    line-height: 120%;
}

.sectionType01 .boxContainer .boxImage {
    margin: 4.3%;
}

.sectionType01 .boxContainer .boxImage img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 129px;
}

.sectionType01 .boxContainer .boxTitulo {
    margin: 4.3%;
    font-size: 16px;
    color: #111111;
    line-height: 120%;
}

/* Responsive  */
@media all and (max-width: 991px) {
    .sectionType01 .responsive-margin {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .sectionType01 .col-md-6:first-child {
        margin-bottom: 20px;
    }

    .sectionType01 .boxContainer .boxImage img {
        height: 200px;
    }

    .sectionType01 .boxContainer .boxData {
        margin-right: 3%;
    }
}

@media all and (max-width: 375px) {
    .sectionType01 .boxContainer .boxImage img {
        height: 150px;
    }

    .sectionType01 .boxContainer .boxData {
        width: 70px;
        padding: 8px;
    }

    .sectionType01 .boxContainer .boxData .diaemes {
        font-size: 13px;
    }

    .sectionType01 .boxContainer .boxData .ano {
        font-size: 18px;
    }
}

/***/
section.pageNoticiaSingle {
    position: relative;
    top: -20px;
}

section.pageNoticiaSingle .fb_iframe_widget {
    display: inline-block;
    position: relative;
}

section.pageNoticiaSingle .botaoimprimir {
    position: relative;
    top: -7px;
}

section.pageNoticiaSingle .ccbreadcrumb {
    margin-top: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #DDDDDD;
}

section.pageNoticiaSingle .ccbreadcrumb .breadcrumb {
    background-color: transparent;
    padding: 8px 0px 0px 0px;
    margin-bottom: 10px;
}

section.pageNoticiaSingle .ccbreadcrumb .breadcrumb li a {
    color: #535353;
}

section.pageNoticiaSingle .ccbreadcrumb .breadcrumb li a:hover {
    color: #930000;
}

section.pageNoticiaSingle .ccbreadcrumb .breadcrumb li.active {
    color: #0055AA;
}

section.pageNoticiaSingle .noticia-container {
    padding-top: 5px;
    padding-bottom: 5px;
}

section.pageNoticiaSingle .noticia-container .noticia-lado {
    width: auto;
    display: block;
}

section.pageNoticiaSingle .noticia-container .noticia-image {
    width: 50%;
    float: left;
    margin-bottom: 14px;
    margin-right: 1.5%;
}

section.pageNoticiaSingle .noticia-container .noticia-image .legenda {
    padding: 8px;
    background-color: #EEEEEE;
    color: #777777;
    font-size: 14px;
}

section.pageNoticiaSingle .noticia-container .noticia-image img {
    width: 100%;
    max-height: 457px;
}

section.pageNoticiaSingle .noticia-container .noticia-data {
    line-height: 120%;
    padding-bottom: 15px;
    font-size: 16px;
    color: #545454;
}

section.pageNoticiaSingle .noticia-container .noticia-categoria {
    padding-bottom: 15px;
    font-size: 24px;
    color: #00B22D;
}

section.pageNoticiaSingle .noticia-container .noticia-titulo {
    padding-right: 5px;
    padding-bottom: 15px;
    line-height: 120%;
    letter-spacing: -2px;
    font-weight: bold;
    font-size: 35px;
    color: #0055AA;
}

section.pageNoticiaSingle .noticia-container .noticia-subtitulo {
    line-height: 120%;
    min-height: inherit;
    padding-right: 5px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #878787;
}

section.pageNoticiaSingle .noticia-container .noticia-btns {
    padding-right: 5px;
}

section.pageNoticiaSingle .noticia-container .noticia-btns .cc {
    padding-top: 20px;
    border-top: 1px solid gray;
    width: 100%;
}

section.pageNoticiaSingle .noticia-container .noticia-btns a {
    margin-right: 7px;
}

section.pageNoticiaSingle .noticia-container .noticia-conteudo {
    padding-top: 20px;
    padding-right: 11px;
    color: black;
    font-size: 18px;
    line-height: 130%;
}

section.pageNoticiaSingle .noticia-container .noticia-conteudo p {
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 130%;
}

section.pageNoticiaSingle .noticia-container .noticia-fonte {
    font-size: 14px;
    color: black;
    border-top: 2px solid #DDDDDD;
    padding-top: 10px;
    margin-top: 15px;
}

/****/
section.galeriaFotos {
    padding-top: 25px;
    padding-bottom: 20px;
    background-image: url(../img/bgSec.jpg);
    background-size: cover;
}

section.galeriaFotos .titulo {
    margin-bottom: 17px;
    position: relative;
    font-size: 20px;
    color: #0055AA;
    text-transform: uppercase;
}

section.galeriaFotos .fotoBox {
    margin-bottom: 14px;
    border: 1px solid #BBBBBB;
    padding: 5px;
    background-color: white;
}

section.galeriaFotos .fotoBox:hover {
    background-color: #F7F7F7;
}

section.galeriaFotos .fotoBox img {
    width: 100%;
    max-width: 277px;
}

/****/
footer {
    background-color: #F2F2F2;
    border-top: 6px solid #00B22D;
    padding-top: 25px;
    padding-bottom: 25px;
}

footer .iconB {
    position: absolute;
    top: 59px;
    left: 12px;
}

footer .textB {
    line-height: 21px;
    margin-left: 48px;
}

footer .ssText {
    font-size: 16px;
    color: #868686;
}

footer p .xico {
    position: relative;
    margin-right: 12px;
    top: -2px;
}

footer .socialIcc {
    margin-right: 2%;
}

footer .google-maps {}

footer .google-maps iframe {
    width: 100%;
    max-width: 287px;
    max-height: 89px;
}

footer .intro h1 {
    margin-bottom: 22px;
    margin-top: 4px;
    color: #0055AA;
    font-size: 26px;
    position: relative;
}

footer .intro p {
    margin-bottom: 18px;
    max-width: 100%;
    font-size: 16px;
    color: #868686;
    text-align: left;
    letter-spacing: 100%;
}

footer .intro p a {
    color: #868686;
}

footer .intro p a:hover {
    color: black;
}

.copyright {
    padding-top: 10px;
    font-size: 12px;
    color: #AAAAAA;
    padding-bottom: 10px;
    background-color: white;
    border-top: 1px solid #00B22D;
    text-align: center;
}

.copyright a {
    color: black;
}

/****/
/*? 
	Front-End By Gabriel A. Barbosa 
?*/