
body {font-family: Arial, Helvetica, sans-serif;}

#regImg {
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
}

#regImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 5px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
.ajuda {
  position: fixed; /* Stay in place */
  z-index: 4; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
div.topright {
  position: absolute;
  top: 0px;
  right: 0;
  width: 146px;
  height: 120px;
  }
div.topleft {
  position: absolute;
  top: 0px;
  left: 0;
  width: 206px;
  height: 149px;
  }
div.bottom {
  position: relative;
  top: 150px;
  margin: auto;
  width: 55%;
background-color: rgb(255,255,255);
  border: 20px solid white;
  }    
/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}



.campot{
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  background-color: white;
  padding: 6px 10px 5px 20px;
}
.bradio{
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 1px solid #000000;
  background-color: white;
  -webkit-appearance: none; /*to disable the default appearance of radio button*/
  -moz-appearance: none;
}

.bradio:focus {
  outline: none; /*to remove the square border on focus*/
}

.bradio:checked { /*no need, if you don't disable default appearance*/
  background-color: #333333;
}

.bradio:checked ~ span:first-of-type {
  color: white;
}

.blabel span:first-of-type {
  position: relative;
  left: -19px;
  font-size: 14px;
  color: #000000;
}

.blabel span {
  position: relative;
  top: -6px;
}
.botao {
  background-color: #444444;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 4px 2px;
  cursor: pointer;
}


.controledeerro {
   z-index: 2;
 position: fixed;
  bottom: 16px;
  right: 0px;
}


.fimdoform {
   z-index: 2;
 position: fixed;
  bottom: 16px;
  right: 0px;
}

    body {
      padding: 0;
      margin: 0;
}
    html, body, #map {
      height: 100%;
      z-index: 1;
    }
  