@import url(https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i);

.shadow{
    text-shadow: -3px -2px 2px rgba(0, 0, 0, 1);
}

#bg-video-custom {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.btn-custom {
  width: 28rem;
  display: inline-block;
}
@media (max-width: 768px) {
    .btn-custom {
      width: 100%;
      display: inline-block;
    }  
}

.linkinteressante { color: #073b4c; }
.linkinteressante:hover { color: #387588; font-style: italic; }
.linkinteressante p:hover { color: #387588; font-style: italic; }

.custom-file-label{
    border: 1px solid #e8e8e8;
    background-color: #f5f5f5;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}
.custom-file-input ~ .custom-file-label::after {
    content: "Escolher";
    line-height: 1.43;
    min-height: 3.4em;
    padding: 1.07em;
}