/*==================================================
=                      Base                        =
==================================================*/
body {
    font-family: 'Lato', sans-serif !important;
    color: #232323;
}

.wrapper-content {
    min-height: 500px;
    background-image: url("../imgs/site_principal/bgcipaeg8.jpg");
}

.conteudo-principal {
    padding-left: 0;
    padding-right: 0;
}

.titulo {
    color: #03525e;
    font-weight: bold;
    font-size: 1.350em;
    margin-bottom: 20px;
    margin-left: 20px;
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.p-0 {
    padding: 0;
}

.mb-45 {
    margin-bottom: 45px;
}

/*==================================================
=                    Menu Topo                     =
==================================================*/

.menu-topo {
    padding: 0;
}

.menu-topo > ul {
    padding: 0;
}

.menu-topo > ul > li {
    display: inline;
    list-style: none;
    padding: 5px 12px;
    margin: 0;
    border: 0;
}

.menu-topo > ul > li > a {
    color: #03525e;
}

.menu-topo ul li a:hover, .menu-topo ul li a:active, .menu-topo ul li a:focus {
    text-decoration: none;
}

.menu-topo > ul > li:hover, .menu-topo > ul > li:hover a, .menu-topo > ul > li:hover span {
    background: #439ba8;
    color: #ffffff;
}

.menu-topo li ul {
    position: absolute;
    left: 0;
    background-color: #439ba8;
    display: none;
    padding: 15px 5px 5px 5px;
    z-index: 999;
    width: 200px;
}

.menu-topo li ul li {
    padding: 8px 15px 8px 5px;
    margin: 0;
    list-style: none;
}

.menu-topo li ul li:hover, .menu-topo li ul li:hover a {
    background: #ffffff;
    color: #439ba8;
    cursor: pointer;
    text-decoration: none;
}

.menu-topo span {
    color: #03525e;
    font-size: 0.6em;
    position: relative;
    top: 0;
}

.menu-topo li ul li a {
    color: #ffffff;
}

.menu-topo li:hover ul {
    display: block;
}

.menu-ajustes {
    font-size: 1.150em;
    top: 80px;
}

/*Menu Mobile*/
.menu-mobile {
    display: none;
}

.menu-mobile ul, .menu-mobile ul li {
    margin: 0;
    padding: 0;
}

.menu-mobile ul li {
    list-style: none;
}

.menu-mobile ul li ul li {
    background: #4daab8;
    color: #ffffff;
    padding: 5px 5px 5px 15px;
}

.menu-mobile ul li ul li:hover {
    color: #ffffff;
    background: #5fb3bf;
}

.menu-mobile > ul > a > li, .menu-mobile > ul > .has-sub {
    background: #439ba8;
    margin: 0;
    padding: 10px 5px;
    border-bottom: 1px solid #ffffff;
}

.menu-mobile ul a li, .menu-mobile ul .has-sub a {
    color: #ffffff;
    font-size: 1.150em;
}

.menu-mobile ul a:hover, .menu-mobile ul li a:active, .menu-mobile ul li a:focus {
    text-decoration: none;
}

.menu-mobile ul a li:hover, .menu-mobile ul .has-sub:hover {
    background: #ffffff;
    cursor: pointer;
    color: #5fb3bf;
}

.menu-mobile ul .has-sub:hover a {
    color: #208faf;
}

.menu-mobile ul ul {
    margin: 5px -5px -5px -5px;
}

.menu-mobile ul ul {
    display: none;
    font-size: 0.925em;
}

#open-menu-mobile {
    cursor: pointer;
}

/*==================================================
=              Menu lateral direito                =
==================================================*/

.menu-lateral-direito {
    margin-top: 10px;
    padding-right: 0;
}

.botao-menu-lateral {
    padding: 0;
    background: #f2cb3f;
    margin-bottom: 10px;
}

.botao-menu-lateral:hover {
    cursor: pointer;
    background: #ffcb11;
}

.acesso-pmsb {
    padding: 15px 0;
    background: #cecece;
    margin-bottom: 10px;
}

.acesso-pmsb:hover {
    background: #c1c1c1;
}

.acesso-pmsb a:hover {
    text-decoration: none;
}

.acesso-pmsb p {
    font-size: 1.2em;
    color: #03525e;
}

.b-p-menu-lateral {
    background: #a0a0a0;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: center;
    padding: 0;
}

.b-p-menu-lateral img {
    margin: 0;
    width: 100%;
    height: 100%;
}

/*==================================================
=              Menu Esquerdo Páginas               =
==================================================*/

.menu-esquerdo-paginas, .menu-esquerdo-paginas ul {
    padding: 0;
    margin: 0;
}

.menu-esquerdo-paginas ul li {
    list-style: none;
    padding: 10px 10px 10px 15px;
}

.menu-esquerdo-paginas a {
    color: #03525e;
    font-size: 1.150em;
    font-weight: bold;
}

.menu-esquerdo-paginas a:hover {
    text-decoration: none;
}

.menu-esquerdo-paginas ul li:hover {
    background: #ffffff;
}

.menu-esquerdo-paginas .active {
    background: #ffffff;
}

/*==================================================
=                Municipíos Consorciados           =
==================================================*/
.municipios-consorciados {
    margin: 30px 0;
}

.municipios-consorciados a:hover {
    text-decoration: none;
}

.municipios-consorciados .nome-municipio {
    color: #03525e;
    padding: 5px 0;
    text-align: center;
}

/*==================================================
=                     Carousel                     =
==================================================*/
.custom-carousel-caption {
    right: 0;
    left: initial;
    text-align: right;
    padding-bottom: 0;
}

.custom-carousel-caption h3 {
    padding: 10px 15px;
    background: #ffffff;
    color: #03525e;
    text-shadow: none;
}

/*==================================================
=                       Home                       =
==================================================*/
.noticias {
    margin-bottom: 30px;
    padding-left: 0;
}

.data-noticia {
    font-size: 1.100em;
    margin-bottom: 5px;
}

.titulo-noticia a {
    color: #03525e;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.resumo-noticia {
    font-size: 1.050em;
}

.leia-mais a {
    color: #03525e;
    font-size: 1.150em;
}

/*==================================================
=                   Paginação                      =
==================================================*/
.pagination {
    border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #208faf;
    border-color: #208faf;
}

/*==================================================
=               Páginas com Submenus               =
==================================================*/
.titulo-submenus {
    font-weight: bold;
    font-size: 1.150em;
    margin-bottom: 30px;
    border-bottom: 1px solid #c5c5c5;
}

.submenus-content {
    padding: 15px;
}

.submenus-content p {
    text-indent: 25px;
}
.submenus-content-guia{padding: 15px;}
.submenus-content-guia p {
    text-indent: 0;
}

/*Consorcio e Cicloturismo*/
.consorcio, .cicloturismo {
    padding: 0;
    background: #ffffff;
    min-height: 700px;
}

.consorcio .municipios a,
.cicloturismo .municipios a {
    color: #232323;
}

.apresentacao-municipio{
    margin-top: 5em;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.apresentacao-municipio .imagem-qrcode .img-qrcode{width: 100px;
    height: 100px;
    margin-left:2em;
}
.title-img-municipio{display: flex;}
.logo-img{width: 80px;margin-right: 1em;}
.img-cicloturismo{text-align: center;margin-top: 3em;}
.logo-cicloturismo{width: 250px;height: 250px;}

.campos-cicloturismo{
    margin-top: 2em;
}
.mensagem-cicloturismo{resize: vertical;}
.enviar-cicloturismo{text-align: right;}
.enviar-cicloturismo input[type=submit]{
    padding: 7px;
    width: 100px;
    color: #fff;
    border-radius: 4px;
    border: 0;
    background-color: rgb(51, 43, 43);
    transition: .5s;
}.enviar-cicloturismo input[type=submit]:hover{ 
    background-color: rgb(18, 16, 16);
}
.mensagem-email, .mensagem-email a{text-decoration: none;}
.img-ciclo{width: 80px !important;margin-top: -15px;}
.guia-pdf{display: flex;}
.link-guia{color: black;font-size: 14px;}
.link-guia:hover{color: #000;}
.title-contato{margin-bottom: 2em;}
/*==================================================
=                   Noticias                       =
==================================================*/
.img-ler-noticia {
    max-width: 40%;
    padding: 0 15px 15px 15px;
}

.btn {
    border-radius: 0;
    background: #03525e;
    border-color: #03525e;
}

.btn:hover {
    background: #046877;
    border-color: #046877;
}

/*==================================================
=                   Município                      =
==================================================*/
.info-municipio {
    width: auto;
}

.info-municipio a {
    color: inherit;
}

.info-municipio tr td:first-child {
    color: #03525e;
}

.info-municipio > thead > tr > th, .info-municipio > tbody > tr > th, .info-municipio > tfoot > tr > th,
.info-municipio > thead > tr > td, .info-municipio > tbody > tr > td, .info-municipio > tfoot > tr > td {
    font-weight: bold;
    padding: 10px 15px;
    font-size: 1.100em;
    border-top: none;
    border-bottom: 1px solid #046877;
}

/*==================================================
=                      Eventos                     =
==================================================*/
.eventos {
    margin-bottom: 15px;
}

.eventos .mes {
    border-bottom: 1px solid #439ba8;
    margin-top: 30px;
}

/*==================================================
=                      Galeria                     =
==================================================*/
.galeria {
    margin-bottom: 15px;
    padding: 0;
}

.thumb {
    overflow: hidden;
    height: 150px;
}

.thumb img {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
}

/*==================================================
=                      Turismo                     =
==================================================*/
.panel-group {
    margin-top: 30px;
}

.panel-group a {
    text-decoration: none;
}

.municipio-box > .imagem-municipio {
    height: 135px;
    overflow: hidden;
    padding: 0;
}

.turismo-index {
    background: #ffffff;
    padding: 15px 5px;
}

.turismo-index .municipio-box {
    min-height: 235px;
    padding: 1px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(179, 179, 179, 1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(179, 179, 179, 1);
    box-shadow: 1px 1px 5px 0px rgba(179, 179, 179, 1);
}

.turismo-index .municipio-box .nome-municipio {
    padding: 10px 15px 15px 15px;
    color: #03525e;
    font-size: 1.150em;
    font-weight: bold;
}

.turismo-index .municipio-box .conheca {
    margin-bottom: 15px;
}

.turismo-index .municipio-box .conheca a {
    color: #838383;
    font-weight: bold;
    font-size: 1.150em;
    padding-bottom: 15px;
    display: inline;
}

.turismo-index .municipio-box .conheca img {
    padding-right: 5px;
}

/*Municipio*/
.custom-nav-tabs {
    margin-top: 50px;
}

.custom-nav-tabs > li > a {
    border-radius: 0;
    color: #6a6a6a !important;
    margin: 0;
    border: 0;
}

.custom-nav-tabs > li > a > img {
    margin-right: 5px;
    height: 25px;
}

.tab-content .pane-box {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 25px 10px 15px 10px;
    min-height: 500px;
    width: 100.30%;
}

.title-panel {
    color: #03525e;
    font-size: 1.150em;
    margin-bottom: 30px;
}

/*Itens*/
.pane-box .box-itens {
    padding: 0;
    color: #6a6a6a;
    font-size: 1.1em;
    margin-bottom: 15px;
    overflow: hidden;
}

.pane-box .box-itens img {
    margin-bottom: 10px;
    max-height: 90px;
    overflow: hidden;
}

/*Vídeos*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Mapa*/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.open > .dropdown-menu{
    width: 100%;
}

/*==================================================
=                     Contato                      =
==================================================*/

.contato .form-control {
    border-radius: 0;
    box-shadow: none;
}

/*==================================================
=                      Rodapé                      =
==================================================*/
.footer {
    background: #03525e;
    min-height: 180px;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 1.050em;
}

.footer a {
    color: #ffffff;
}

/*==================================================
=                   Media Queries                  =
==================================================*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .menu-topo {
        top: 75px;
    }

    .custom-nav-tabs > li > a {
        padding: 10px 4px;
    }

    .menu-topo > ul > li {
        padding: 5px 3px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .navbar {
        top: 0;
    }

    .menu-container {
        padding: 5px;
    }

    .menu-lateral-direito, .conteudo-principal {
        padding: 0 15px;
    }

    .pane-box .box-itens img {
        max-height: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .custom-carousel-caption h3 {
        font-size: 18px;
    }

    .img-ler-noticia {
        max-width: 100%;
    }
}

/* Medium Devices */
@media screen and (max-width: 620px){
    .apresentacao-municipio{flex-direction: column; justify-content: center;}
    .imagem-qrcode{margin-top: 4em;}
    .apresentacao-municipio .imagem-qrcode .img-qrcode{width: 200px;
        height: 200px;
        margin-left:0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/* Exibe o submenu ao passar o mouse */
@media (min-width: 992px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}