@import url('https://fonts.googleapis.com/css2?family=Montserrat');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500;600;800&display=swap');

header {
  font-family: 'montserrat', arial, verdana;
}

html {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif !important;

  min-height: 100%;

  display: flex;
  flex-direction: column;
}

.cabecalho {
    position: relative;
    color: white;
    background-color: #fff;
}

.cabecalho:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 4px;
content: "";
background: #192969;
}
.cabecalho:after {
position: absolute;
left: 0;
width: 100%;
height: 4px;
content: "";
background: #c61111;
}

.cabecalho > .l-top-bar {
position: relative;
z-index: 2;
padding: 0.5rem 0;
display: none;
visibility: hidden !important;
}

@media (min-width: 576px) {
  .cabecalho > .l-top-bar {
    display: block;
    visibility: visible !important;
  }
}

.cabecalho > .l-top-bar:after {
  z-index: -1;
  content: "";
  position: absolute;
  background: #192969;
  display: block;
  width: 68%;
  height: 100%;
  right: 0;
  top: 0;
}

@media (min-width: 576px) {
  .cabecalho > .l-top-bar:after {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cabecalho > .l-top-bar:after {
    width: 63%;
  }
}

@media (min-width: 768px) {
  .cabecalho > .l-top-bar:before {
    content: '';
    position: absolute;
    right: 68%;
    z-index: 0;
    border-right: 65px solid #192969;
    border-left: 0 solid #192969;
    border-bottom: 40px solid transparent;
    bottom: 0;
    top: 0;
  }
}

@media (min-width: 768px) {
  .cabecalho > .l-top-bar:before {
    right: 63%;
  }
}

.cabecalho > .l-logo-area {
  padding-top: 0px;
  height: 53px;
  display: none;
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .cabecalho > .l-logo-area {
    display: flex;
    visibility: visible !important;
  }
}

.cabecalho > .l-nav-area {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .cabecalho > .l-nav-area {
    bottom: -25px;
  }
}

@media (min-width: 992px) {
  .cabecalho > .l-nav-area:before {
    position: absolute;
    top: 0;
    right: 68%;
    content: "";
    border-right: 56px solid #c61111;
    border-top: 56px solid transparent;
  }
}

@media (min-width: 1200px) {
  .cabecalho > .l-nav-area:before {
    right: 63%;
  }
}

.cabecalho > .l-nav-area:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  z-index: -1;
}

@media (min-width: 768px) {
  .cabecalho > .l-nav-area:after {
    background: #c61111;
  }
}

@media (min-width: 992px) {
  .cabecalho {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  .cabecalho > .l-nav-area:after {
    width: 68%;
  }
}

@media (min-width: 1200px) {
  .cabecalho > .l-nav-area:after {
    width: 63%;
  }
}

.cabecalho > .l-nav-area > .navbar {
  padding: 0;
}

@media (min-width: 992px) {
  .cabecalho > .l-nav-area > .navbar {
    height: 56px;
  }
}

.cabecalho > .l-nav-area .c-logo-img {
  height: 60px;
}

.cabecalho > .l-nav-area .o-toogler-menu {
  margin: 8px;
}

.cabecalho.--bg_dark:before {
  background: #333;
}

.o-time {
    text-align: center;
}

@media (min-width: 576px) {
    .o-time {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .o-time {
        text-align: right;
    }
}

.u-reset-ul, .o-social-list, .o-contact-info, .c-social-nav {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.o-time {
  text-align: center;
}

@media (min-width: 576px) {
  .o-time {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .o-time {
    text-align: right;
  }
}

.o-social-list {
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) {
  .o-social-list {
    justify-content: flex-end;
  }
}

.o-social-list > .icon {
  padding: 0 .5em;
}

.o-social-list > .icon > .icon-link {
  color: white;
}

/* talvez seja motivo de bug */
.icons {
  display: flex;
  justify-content: center;
}

.o-contact-info {
  display: flex;
  justify-content: center;
  color: #343a40;
  align-items: center;
}

@media (min-width: 768px) {
  .o-contact-info {
    justify-content: flex-end;
  }
}

.o-info-item {
  display: none;
}

@media (min-width: 992px) {
  .o-info-item {
    display: block;
  }
}

.o-info-item > .icon {
  display: inline-block;
  position: relative;
  top: -7px;
  font-size: 28px;
  margin-right: 10px;
  color: #c61111;
}

@media (min-width: 768px) {
  .o-info-item > .o-info-wrapper {
    margin-right: 50px;
  }
}

.o-info-wrapper {
  display: inline-block;
}

.o-info-wrapper > .title {
  font-weight: 700;
  margin: 0px;
}

.o-info-wrapper > .subtitle {
  margin: 0px;
  color: #495057;
}

abbr[title],abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

.o-toogler-menu {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .o-toogler-menu {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.7);
  }
}

.o-toogler-menu > .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media (min-width: 768px) {
  .o-toogler-menu > .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.c-navbar-list {
  margin: 15px 15px 5px;
}

@media (min-width: 992px) {
  .c-navbar-list {
    margin: 0;
    margin-left: auto !important;
  }
}

.c-navbar-list > .nav-item {
  position: relative;
}

@media (min-width: 992px) {
  .c-navbar-list > .nav-item {
    margin-right: 10px;
  }
  .c-navbar-list > .nav-item:last-child {
    margin-right: 0px;
  }
}

.c-navbar-list > .nav-item > .nav-link {
  padding: 16px 10px;
  display: block;
  position: relative;
  color: #333;
}

@media (min-width: 768px) {
  .c-navbar-list > .nav-item > .nav-link {
    color: #fff;
  }
}

.c-navbar-list > .nav-item.active:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 992px) {
  .c-navbar-list > .nav-item:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .dropdown-menu > .dropdown-item:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.c-navbar-list > .nav-item.active > .nav-link {
  background-color: #a80e0e;
  color: #fff;
}

@media (min-width: 768px) {
  .c-navbar-list > .nav-item > .nav-link:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .dropdown-menu > .dropdown-item:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  .c-navbar-list > .nav-item:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }

  .dropdown-menu > .dropdown-item:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
  }
}

@media (min-width: 992px) {
  .c-navbar-list > .nav-item > .dropdown-menu {
    background-color: #c61111;
  }

  .c-navbar-list > .nav-item > .dropdown-menu > .dropdown-item {
    color: #fff;
  }

  .c-navbar-list > .nav-item > .dropdown-menu > .dropdown-item:hover {
    background-color: #c61111;
  }
}

@media (min-width: 768px) {
  .c-navbar-list > .nav-item > .dropdown-menu > .dropdown-item:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .dropdown-item:active {
    background-color: #c61111 !important;
  }

  .caixa > a {
    color: #304ec8;
  }
  
  .caixa > a:hover {
    color: #192969;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  
  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  
  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* Footer */
footer {
  font-family: montserrat, arial, verdana;
  background: #192969;
  text-align: center;
  align-items: center;

  position: relative;
  height: auto;
  width: 100%;
  margin-top: auto;
  
  /*   background: linear-gradient(#192969, #123c80, #0e468b); /* fallback for old browsers */
  /* background: -webkit-linear-gradient(#192969, #123c80, #0e468b); */ /* Chrome 10-25, Safari 5.1-6 */
  
}

footer p {
  margin-bottom: 0px;
}

.linkfooter {
  color: white !important;
  margin-bottom: 1rem;
}

@media (min-width: 600px) {
  .informacoes, .horario {
    display: none !important;
  }
}

@media (max-width: 600px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* Buttons */
.botao {
  background: #da251d !important;
  font-weight: bold !important;
  color: white !important;
  border: 0 none !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  justify-content: center !important;
}

.botao:hover, .botao:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #da251d !important;
}

.botao-contato {
  background-color: #000 !important;
  color: #fff !important;
}

.botao-ver {
  color: #fff !important;
  border: 2px solid #fff !important;
  border-radius: 25px !important;
}

.botao-ver:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff !important;
  border: 2px solid #fff !important;
}

/* Margem */
@media (min-width: 992px) {
  .margem {
    margin-top: 180px;
  }

  .margem2 {
    margin-top: 30px;
  }

  .margem-bottom {
    margin-bottom: 30px;
  }

  .margem-slider {
    margin-top: 174px;
  }

  .margem-titulo {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .copyright {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .margem2 {
    margin-top: 30px;
  }

  .margem-slider {
    margin-top: 4px;
  }
}

@media (max-width: 768px) {
  .margem {
    margin-top: 5px;
  }
}

/* Pill */
.nav-pills .nav-link.active {
  color: #fff !important;
  font-weight: bold;
  background-color: #c4211a !important;
}

.nav-pills .nav-link.active:hover {
  color: #fff !important;
  background-color: #c4211a !important;
}

.nav-pills .nav-link:hover {
  background-color: #eee !important;
}

.nav-pills .nav-link {
  color: black !important;
}

/* .nav-pills {
  border: 2px solid black;
}

.tab-content {
  border: 2px solid black;
}

.pills {
  border: 2px solid black;
} */

.tab-pane {
  color: #fff;
  background-color: #c4211a;
  padding: 10px;
  border-radius: 10px 20px;
}

/* Efeito ao passar mouse em cima da imagem */
.gallery figure {
	background: #eee;
}
.gallery figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.gallery figure:hover img {
	opacity: .7;
}

/* Botão whatsapp */
.botao-zap {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
  font-size: 30px;
	box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

a.botao-zap:hover {
  color: #fff !important;
}

.my-float{
	margin-top: 16px;
}

.inicio {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Cards */
#card-titulo-inicio {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}

#card-texto-inicio {
  font-family: 'Raleway', sans-serif;
}

.card.um {
  background-color: #c61111 !important;
  color: #fff !important;
  transition: all 0.5s;
}

.card.dois {
  background-color: #192969 !important;
  color: #fff !important;
  transition: all 0.5s;
}

@media (min-width: 992px) {

  .card.um:hover {
    -webkit-filter: drop-shadow(-15px 10px 5px rgba(78,7,7,.5));
    filter: drop-shadow(-15px 10px 5px rgba(78,7,7,.5));
  }

  .card.dois:hover {
    -webkit-filter: drop-shadow(15px 10px 5px rgba(10,16,41,.5));
    filter: drop-shadow(15px 10px 5px rgba(10,16,41,.5));
  }

}
.card > .row > .icone {
  margin-bottom: auto;
  margin-top: auto;
}

/* Cards noticiais */
.card-noticia {
  transition: all 0.5s;
}

.card-noticia:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.card-img-top {
  height: 250px !important;
  max-height: 250px !important;
}

.titulo-noticia {
  max-width: 25ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-link {
  color: #c61111 !important;
}

.page-item.active .page-link {
  background-color: #c61111 !important;
  border-color: #c61111 !important;
  color: #fff !important;
}

.noticia-link {
  color: #c61111 !important;
}

.titulo {
  font-weight: bold;
}

a.azul {
  color: #304ec8;
}

a.azul:hover {
  color: #192969;
}

.form-control:focus {
  border-color: rgb(198,17,17) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgb(198,17,17) !important;
  outline: 0 none !important;
}

.sem-margem {
  margin-bottom: 0;
}

.video {
  transition: all 0.5s;
}

.video:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

@media (min-width: 992px) {
  .background {
    width: 100%;
    height: 400px;
    background-image: url("../imagens/background2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }

  .backbox {
    width: 100%;
    height: 400px;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .caixa {
    border: 2px solid #fff;
    border-radius: 25px;
  }
  
  .caixa > a {
    color: #fff;
  }
  
  .caixa > a:hover {
    color: #fff;
  }
  
  .titulo-box {
    color: #fff;
  }
  
  .subtitulo-box {
    color: #fff;
  }
}