body, html {
    height: 100%;
    margin: 0;
}
body, h4 {
    font-family: "Montserrat";
    color: white;
    font-size: 25px;
}
h5 {
    font-family: "Montserrat";
    color: white;
    font-size: 18px;
}
a{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
  a:hover{
    text-decoration: none;
}
::-moz-selection { /* Code for Firefox */
    color: white;
    background: #79b7eb;
}
  
::selection {
    color: white;
    background: #79b7eb;
}
h1{
    font-size: 32px;
    color: white;
    font-family: "Montserrat";
    text-transform:uppercase;
}
* {
    box-sizing: border-box;
}

#brevebgimg{
    background-image: url('../img/ImgSlider/Niterói.webp');
}
#manbgimg{
    background-image: url('../img/ImgSlider/Foto\ 2\ \(Cópia\ em\ conflito\ de\ iMac\ de\ Usuario\ 2019-04-05\).webp');
}
#nfbgimg{
    background-image: url('../img/ImgSlider/MP\ DEPOIS\ NOITE\ PRAÇA.webp');
}
.bgimg {
    
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg-text {
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    line-break: strict;
    overflow-wrap: break-word;
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 70%;
    height: 50%;
    padding: 20px;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .bg-text{
    height: 70%;
    }
}
    @media screen and (max-width: 400px) {
    .bg-text{
      width: 80%;
    }
}
    @media screen and (max-width: 300px) {
    .bg-text{
      width: 95%;
    }
}

.topleft{
    position: absolute;
    z-index: 1;
}

#brevetopleft {
    
    top: 0;
    left: 30px;
}

#mantopleft {
    top: 9px;
    left: 40px;
}

.bottomleft{
    position: absolute;
    z-index: 1;
    font-size: 18px;
}

#brevebottomleft {
    bottom: 15px;
    left: 20px;
}

#manbottomleft {
    bottom: 0;
    left: 15px;
}

#brevemiddle{
    border: 1px transparent;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

hr {
    margin: auto;
    width: 40%;
    z-index: 1;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.990);
    overflow-x: hidden;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    z-index: 999;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #3b3b3b;
    display: block;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 999;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}

.logo{
    float:left;
    margin-left: 40px;
    z-index: 1;
    width: 70%;
}

#brevelogo {
    margin-top: 10px;
}

#manlogo {
    margin-top: 2%;
    position: relative;
}

.logo:hover{
    -webkit-filter: opacity(80%);
      filter: opacity(80%);
      transition: 0.5s;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      z-index: 1;
  }

.btn{
    font-size:20px;
    cursor:pointer;
    background-color: white;
    border-radius: 5px;
}

#brevebtn{
    margin-left: 5px;
    margin-top: 10px;
}

#manbtn{
    margin-left: 15px;
    margin-top: 15px;
}

.btn:hover{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    background-color: #222222;
    color: white;
}

.btn2{
    font-size:16px;
    cursor:pointer;
    background-color: white;
  border: 1px transparent;
  border-radius: 5px;
  kerning: 30px;
  }
.btn2:hover{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    background-color: #222222;
    color: white;
}

.back{
    border: 1px transparent;
    border-radius: 5px;
    background-color: white;
}

#manback{
    margin-top: 15px;
    font-size:15px;
}

.back:hover{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    background-color: #222222;
    color: white;
}

/* Track */
::-webkit-scrollbar-track {
    overflow: hidden;
}

/* Handle */
::-webkit-scrollbar-thumb {
    overflow: hidden;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    overflow: hidden;
}
::-webkit-scrollbar {
    overflow: hidden;
}

.logons{
    margin: 10px;
}

#brevelogons{
    z-index: 999;
}

.nstxt{
    background-color: #f1f1f1;
    border: none;
    color: black;
    text-align: center;
    font-size: 16px;
    position: fixed;
    z-index: 998;
    width: 100%;
    line-height: 30px;
}

.countdown{
    text-align: center;
    font-size: x-large;
}
#sr_searchform {
    /* div enclosing search form */
    padding: 15px;
  }
  #sr_searchbox {
    /* searchbox input element */
    border-radius: 4px;
    font-family: 'Montserrat';
    font-size: 11pt;
    padding: 5px;
    border: 1px solid #D7DDE3;
    box-shadow: inset 0px 1px 2px #CED1D5;
  }
  #sr_searchbutton {
    /* searchbutton input element */
    border-radius: 4px;
    font-size: 11pt;
    font-family: 'Montserrat';
    padding: 5px;
    background-color: #EEEEEE;
    font-weight: bold;
    text-shadow: 0px 1px 1px #FFFFFF;
    color: #000000;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
  }
  #sr_searchbutton:hover{
    color: teal;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
  }
  #sr_searchbutton:active {
    /* searchbutton input element */
    font-family: 'Montserrat';
    background-color: #919191;
    color: #057070;
    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
  }
  .sr_count {
    /* div enclosing search result counter */
    color: #8496A8;
    margin: 20px 0px 20px 0px;
  }
  .sr_container {
    /* div enclosing list of results */
    margin-top: 20px;
  }
  .sr_item {
    /* div enclosing each result item */
    margin: 0px 0px 20px 0px;
  }
  .sr_link {
    /* link tag of search result title */
    font-size: 13pt;
  }
  .sr_link_key {
    /* keyword within link tag of search result title */
    font-weight: bold;
  }
  .sr_url {
    /* div tag of search result url */
    color: #339933;
  }
  .sr_url_key {
    /* keyword within search result url */
    font-weight: bold;
  }
  .sr_text {
    /* div tag of search result page excerpt */
    padding: 1px;
  }
  .sr_text_key {
    /* keyword within search result page excerpt */
    font-weight: bold;
  }
  .sr_pages {
    /* div enclosing result page numbers */
    padding: 10px 0px 10px 0px;
  }
  .sr_currpage {
    /* span enclosing current page number */
    padding: 7px 10px;
    background-color: #EEEEEE;
    border-radius: 4px;
    color: #8496A8;
  }
  .sr_page {
    /* link tag with result page numbers*/
    padding: 7px 10px;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid transparent;
  }
  .sr_page:hover {
    /* link tag with result page numbers*/
    background-color: #EBEEF1;
  }
  .sr_powered {
    /* div enclosing Findberry branding text at the bottom */
  display: none;
  }
  
  /* Special effects */
  #sr_searchbutton:hover, .sr_page:hover {
    box-shadow: 0px 0px 4px #CFD1D6;
  }
  #sr_searchbutton, .sr_currpage, .sr_page:hover {
    border: 1px solid #D7DDE3;
    background-image: linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -o-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -moz-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -webkit-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -ms-linear-gradient(bottom, #E8E8E8 30%, #FDFDFD 100%);
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0.3, #E8E8E8),
      color-stop(1, #FDFDFD)
    );
  }
  #sr_searchbox:hover {
    box-shadow: inset 0px 2px 3px #CED1D5;
    border-color: #9AA9B8;
  }
  input[type=text], select, textarea {
    width: 50%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    box-align: center;
  }
  
  input[type=telNo], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #45a049;
  }
  
  input[type=reset] {
    background-color: #A52A2A;
    color:white;
    padding: 12px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=reset]:hover {
    background-color:#5e1f1f;
  }
  