#header {
    position: relative;
    width: 100%;
    background: #305070;
    text-align: center;  
    padding: 0.1em 0;
}

#header h1 {
    color: #FFFFFF;
    text-align: center;  
    font: 34pt Verdana;

}
#main1 {
  background-image: url(/assets/imgs/folha.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;

}

#titulodapagina{
  position: relative;
  width: 100%;
  background: #305070;
  color: #FFFFFF;
  text-align: center;  
  font: 27pt Verdana;
}

#icones{
  position: relative;
  width: 100%;
  background: #f6f8fa;
  color: #000000;
  text-align: center;  
  font: 12pt Verdana;
  font-weight: bold;
  border-top: 2px solid rgb(204, 204, 204);
}
#header h2 {
    color: #305070;
    text-align: center;  
    padding: 0.1em 0;
    font: medium Verdana;
}
#header h6 {
    color: #FFFFFF;
    text-align: center;  
    text-decoration: underline;
    line-height: 2;
    font: bold Verdana;
}

#btn-form {
  font: bold  17pt Verdana;
}

#primeirotitulo {
    color: #305070;
    text-align: center;  
    font: 30pt Verdana;
    font-weight:600 ;
    padding: 0.2em 0;
    padding-top: 10%;
    padding-bottom: 7%;
}
#achadoseperdidos {
  color: #FFFFFF;
  background-color: #305070;
  text-align: center;  
  font: bold  32pt Verdana;
  text-decoration: none;
  border-radius: 7%;
  line-height: 1.4;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0 auto;
  display: table;
}
#sessaocinza {
  background-color: #f6f8fa;
}
#main {
  background-color: #f6f8fa;
}
#main h1 {
  color: #000000;
  text-align: center;  
  font: 37pt Verdana;
  padding: 0.2em 0;
}
#main h5 {
    color: #000000;
    text-align: center;  
    font: 12pt Verdana;
    line-height: 7.2;
    margin-bottom: -5.5%;
}
#main h6 {
    font: 15pt Verdana;

}
#main h4 {
    font: 17pt Verdana;

}

#siteh4 {
  font: 17pt Verdana;

}
#siteh6 {
  font: bold 15pt Verdana;

}
#comoseracolhido {
  color: #000000;
  text-align: center;  
  font: 45pt Verdana;
}
.botaofunciona {
  color: #FFFFFF;
  background-color: #305070;
  text-align: center;  
  font: bold  27pt Verdana;
  text-decoration: none;
  border: #305070 10px;
  border-radius: 7%;
  line-height: 1.4;
  padding-left: 2%;
  padding-right: 2%;
  margin: 0 auto;
  display: table;
}

#cadastrese {
  color: #000000;
  text-align: center; 
  font: bold 10pt Verdana;

}

.pulse {
    animation: pulse 0.7s infinite;
    margin: 0 auto;
    display: table;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      
    }
    100% {
      -webkit-transform: scale(1.1);
      
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
     
    }
    100% {
      transform: scale(1.1);
      
    }
  }
  .footer {
    background-color: #6580A8;
  }
  .menufooter {
    color: #FFFFFF;
    font: 10pt Verdana;
    font-weight: 100;
  }
  .menufooter1 {
    color: #FFFFFF;
    font: bold 14pt Verdana;
  }
  .footerzinho {
    background-color: #1f1f1f;
    font: 11pt Verdana;
    color: #cccccc;
    text-align: center;
  }
  #areadeacesso {
    color: #000000;
    text-align: center;  
    font: bold 42pt Verdana;
    width: 100%;
  }
  #esqueceu{
    font: 11pt Verdana;
    padding-top: 1%;
    text-align: right;
    color: #000000;
  }
  #recebera{
    font: 11pt Verdana;
    padding-top: 2%;
    text-align: center;
    color: #000000;
  }
  #ntcadastro{
    font: 15pt Verdana;
    padding-top: 10%;
    text-align: center;
    color: #000000;
  }
  html {
    height: 100%;
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

footer {
    margin-top: auto;
}

.separador {
    clear: both;
    height: 70px !important;
}

#divisoria-search {
    width: 100% !important;
}

.full_w {
    width: 100% !important;
}

.ocultar{
    display: none !important;
}

.negrito {
    font-weight: bold;
}

.centraliza{
    position: relative !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.centraliza-flex{
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}

.centraliza-vertical{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* FIX SELECT2 */
.select2-container .select2-selection {
    min-height: 34px !important;
    border-color: #e4e5e7 !important;
    border-radius: 30px;
}
.has-error .select2-container .select2-selection {
    border-color: #a94442 !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 3px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #333 transparent !important;
    margin-top: 0px !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 7px !important;
}
/* FIX SELECT2 */

div#navigation .select2-container .select2-selection {
    min-height: 34px !important;
    background-color: rgba(222, 222, 222, 0.3);
    border: medium none;
    border-radius: 30px;
}
div#navigation .has-error .select2-container .select2-selection {
    border-color: #a94442 !important;
}
div#navigation .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333 !important;
}
div#navigation .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 3px !important;
    color: white;
}
div#navigation .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #333 transparent transparent transparent !important;
}
div#navigation .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 2px !important;
}
div#navigation .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #333 transparent !important;
    margin-top: 0 !important;
}
div#navigation .select2-container--default .select2-search--inline .select2-search__field{
    margin-top: 7px !important;
}

nav.navbar.navbar-expand-lg.navbar-absolute.bg-primary.fixed-top.bg-white span.select2.select2-container.select2-container--default span.select2-selection__rendered{
    color: #000000 !important;
}

.select2-hidden-accessible {
    display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-search__field {
    padding-left: 10px !important;
}
.carousel-item img {
  width: 100%;
  height: auto;
}
.carousel-container {
  width: 100%;
  margin: 0 auto;
}