* { list-style: none; box-sizing: border-box; font-family: 'Roboto', sans-serif; }
body { overflow-x: hidden;  }

.rede-social  { background: #666666; padding: 4px 0 4px 8px; }
.rede-social a .fab { background: #fff; color: #666; font-size: 15px; margin-right: 5px; height: 25px; line-height: 25px; width: 25px; text-align: center; -webkit-border-radius: 5px; border-radius: 50px; transition: all 1s ease-in-out; }
.rede-social a .fab:hover { color: #fff; background: #233f7e; transition: all 1s ease-in-out; }

/* MENU */
.logo-sucesu {  height: 150px;  }
.logo-sucesu a img { padding-top: 15px;  }
.navbar { padding: 0 1rem; border-bottom: 1px solid #0084ff; }
.dropdown-item:focus, .dropdown-item:hover { color: #ffffff; text-decoration: none; background-color: #1a4280; }
.bg-blue { background: #243d7c;  background-image: linear-gradient(#243d7c, #0a4a86); }

.roda-pe { background-image: url(../img/back-footer.png); }
.desenvolvido { display: flex; color: #fff;  }
.desenvolvido img { height: 25px; margin-left: 10px; }

.conteudo-footer { margin-top: 75px; font-size: 14px; }
.conteudo-footer .fas { font-size: 23px; margin-right: 8px; }
.conteudo-footer .rua { color: #fff; }
.conteudo-footer .contato { color: #fff; }
.conteudo-footer .email { color: #fff; }
.copy { color: #fff; font-size: 16px; line-height: 30px; }


/* TITLE-PAGES */
.title { background: #014686; color: #fff; padding: 16px 0; }
.btn-link { color: #ffffff; text-decoration: none; }


.card-header { background-color: rgb(20, 68, 130); }

.table .thead-dark th {  background-color: #666666;  }

.btn-blue { background: #014686d7; color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }
.btn-blue:hover { background: #014686; color: #fff; }


.mapa { background: url(../img/mapa.png); background-repeat: no-repeat; background-position: center; background-attachment: fixed; }

/* LOCAL */
.local-sucesu { border: 1px solid rgba(34, 130, 255, 0.13); padding-top: 8px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1); }


/* ************    BOX ******************** */
.box { display: block; position: relative; overflow: hidden;  border: 1px solid #fff;  }

.box-name { position: absolute; z-index: 2; left: 10px; top: 10px; font-size: 14px; color: #fff; padding: 5px 10px; background: #2125293a;  }

.box-cover { font-size: 0; line-height: 1em; }
.box-cover  img { width: 100%; -webkit-transform: scale(1.1); transform: scale(1.1); }

.box-detalhes { position: absolute; width: 100%; left: 0; bottom: 0; padding: 15px; color: #fff; font-size: 15px; }

.box-detalhes:before{ content: ""; position: absolute; z-index: 1; top: -15px; right: 0; bottom: 0; left: 0; opacity: .8; visibility: hidden; background: linear-gradient(to bottom, transparent, #000); -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; -webkit-transform: translate(0, 50%); transform: translate(0, 50%);}

.box-detalhes-info { position: relative; z-index: 2; opacity: 0; visibility: hidden; -webkit-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; -webkit-transform: translate(0, 50%); transform: translate(0, 50%);}
.box-detalhes-info h2 { font-size: 20px; }

/* EFEITO-BOX */
.box:hover .box-cover img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }

.box:hover .box-detalhes:before,
.box:hover .box-detalhes-info{ opacity: 1; visibility: visible; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.form { border: 1px solid rgba(102, 102, 102, 0.171); padding: 15px 10px 0 10px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0), 0 6px 20px 0 rgba(0, 0, 0, 0.1); border-radius: 8px;}

.form .fas { color: #014686; }


@media (min-width:992px) {
    .navbar-text p { display: none; }
    .nav-width { width: 93px; }
    .nav-width2 { width: 135px; }
    .navbar-dark .navbar-nav .nav-item { border-right: 1.6px solid #fff; }
    .navbar-dark .navbar-nav .nav-item:last-of-type { border-right: none; }

    .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.616); }
    .navbar-dark .navbar-nav .nav-link:hover { color: #fff; }
    .noticia { padding: 2px; border: 1px solid #000; }
    .conteudo-footer {  font-size: 18px; }
   
    .historia-text { border-left: 4px solid #666; padding-left: 8px; }

 }











 