@media only print {
  a {
    word-wrap: break-word;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .alt-col-cel {
    border: solid rgb(81,81,81) 3px!important;
    height: 295px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .fonte-branco {
    font-size: 16px;
    font-family: 'Open Sans'!important;
    color: white!important;
  }
}

@media (max-width: 767.98px) {
  .fonte-branco {
    font-size: 16px;
    font-family: 'Open Sans'!important;
    color: white!important;
  }
}

.fonte-branco {
  font-size: 18px;
  font-family: 'Open Sans'!important;
  color: white!important;
}

@media only print {
  img {
    max-width: 100%;
  }
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0 #048f83!important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #016090;
  border-color: #016090;
}

.btn.btn-primary {
  background-color: rgba(20,42,115,0.42)!important;
  border-color: #ffffff!important;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
}

.btn:hover, .btn:focus {
  color: #ea9a00!important;
  outline: 0!important;
}

.fifth {
  border-color: #ffffff!important;
  border-radius: 0;
  color: #ffffff!important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 500ms ease-in-out!important;
  transition: color 500ms ease-in-out!important;
}

.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.fifth:hover {
  color: #212121!important;
}

.fifth:hover:after {
  width: 110%;
}

.icon-pc2 {
  font-size: 3em;
}

.btn {
  color: white!important;
  font-weight: 300!important;
  text-transform: uppercase!important;
  font-family: 'Montserrat', sans-serif!important;
  width: 180PX;
  height: 100px;
  background-color: transparent!important;
  align-self: center!important;
}

.btn2 {
  color: white!important;
  font-weight: 300!important;
  text-transform: uppercase!important;
  font-family: 'Montserrat', sans-serif!important;
  width: 80PX;
  height: 50px;
  background-color: black;
  align-self: center!important;
}

.btn:hover, .btn:focus {
  color: #ea9a00!important;
  outline: 0!important;
}

.fifth {
  border-color: #ffffff!important;
  border-radius: 0;
  color: #ffffff!important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: color 500ms ease-in-out!important;
  transition: color 500ms ease-in-out!important;
}

.fifth:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.fifth:hover {
  color: #142a73!important;
}

.fifth:hover:after {
  width: 110%;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: rgba(61,8,255,0);
  border-color: rgba(35,26,67,0);
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208,207,210,0.43);
}

.btn-primary:hover {
  z-index: 99999;
  animation: pulse 1s infinite;
  animation-timing-function: linear;
  color: rgba(255,255,255,0);
  background-color: rgba(45,33,85,0);
  border-color: rgba(40,30,76,0);
}

.btn-primary {
  color: rgba(255,255,255,0);
  background-color: rgba(59,44,113,0);
  border-color: rgba(59,44,113,0);
}

.grid-block {
  border: solid rgb(20,42,115);
  box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.42);
  position: relative;
  /*float: left;*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*margin: 0;*/
}

.posts {
  width: 100%;
  margin: 1em auto;
}

.caption {
  border-radius: 0!important;
  font-style: normal;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(48,48,48,0);
  width: 100%;
  height: 85%;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #ffffff!important;
  border-color: #ffffff!important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208,207,210,0.43);
}

.posts .div1 {
  padding: 3px;
  border: none;
  color: rgb(0,0,0);
  float: left;
  margin: 0;
  display: block;
  text-align: center;
  background: rgba(30,205,151,0);
}

.titulo-img {
  top: 75%;
  position: absolute;
  display: flex;
  width: 100%;
  height: 25%;
  background-color: rgb(20,42,115);
  z-index: 0;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: rgba(0,0,0,0.25)!important;
  border-color: #ffffff!important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300!important;
  letter-spacing: 1px;
  font-family: 'Montserrat'!important;
}

a:focus, a:hover {
  color: #142a73!important;
}

a:hover {
  color: #ffb038!important;
  text-decoration: none;
}

.h4, h4 {
  font-size: 1.3rem;
}

.azul {
  font-weight: 600;
  color: rgb(0,33,210);
}

.cinza {
  font-weight: 500!important;
  color: #585858;
}

p {
  font-family: 'Lato';
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 350!important;
  letter-spacing: 1px;
  font-family: 'Montserrat'!important;
}

