@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

:root{
    --logo_sobcontrole: url('../images/campossoblogo.png');
    --logo_campos: url('../images/camposlogo.png');
    --logo_brasao: url('../images/brasao.png');
}


html {
  background-color: #0F4168;
}

body {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  max-width: 1920px;
  background-color: #0F4168;
  margin: 0 auto;
}



.flex-h {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.s40 {
  width: 48%;
}

#banner {
  width: 90%;
  /* min-height: 21vh; */
  margin: 1% auto;
  text-align: -webkit-center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 7rem;
}

#home {
  /* /width: 240px;/ */
  width: 15em;
  display: flex;
  background-image: var(--logo_sobcontrole);
  background-position: left top 19%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: space-around;
  flex-direction: row;
  min-width: 12.5em;
  /* position: absolute; */
  /* left: 60px;
  top: 40px; */
}

#home a{
  width: 100%;
  height: 5rem;
}

#pref {
  background-image: var(--logo_campos);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  display: flex;
  flex-direction: row;
  width: 22.75em;
  justify-content: space-around;
  min-width:20.625em;
}

#pref a {
  width: 100%;
  height: 4rem;
}

@media screen and (max-width: 600px) {
  #home {
    width: 8em;
    min-width: 5em;
    background-position: left top 16%;
    
  }
  
  #pref {
    background-image: var(--logo_brasao);
    width: 3em;
    min-width: 3em;
    height: fit-content;
    background-position: right top 30%;
  }

  #banner {
    height: 6em;
  }

  #home a{
    height: 2.9rem;
  }
  
}

.options {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1%;
  margin-top: 2%;
  padding: 1%;
}

.options li {
  width: 12%;
  max-width: 20%;
  min-width: 19rem;
  min-height: 12rem;
  list-style: none;
  background-color: #ffffff;
  border-radius: 12px 12px 0px 0px;
  margin: 1%;
}

.options a {
  text-decoration: none;
  color: #3a3e41;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
}

.options a img {
  width: 19rem;
  height: 10rem;
  margin-bottom: 2%;
  border-radius: 10px 10px 0px 0px;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

form {
  display: block;
  margin: 1% auto;
}

#load {
  display: block;
  margin: 0 auto;
  width: fit-content;
}

#details {
  border-right: 1px rgba(255, 255, 255, 0.716) solid;
  padding: 1rem;
  /* padding-right: 8rem; */
  min-width: 20rem;
}

.title {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  /* margin-top: 4%; */
}

#add {
  width: 4rem;
  height: 4rem;
  border: none;
  margin-right: 20%;
  margin-top: 2.2%;
  background-color: #f5f5f500;
  min-width: 3rem;
  margin-left: 4rem;
}

#add img {
  width: 100%;
}

.enviar {
  background-color: #00AFEF;
  color: #ffffff;
  font-weight: bold;
}

.ref {
  min-width: 6rem;
  /* max-width: 8rem; */
  border-radius: 0px 5px 5px 0px;
}

.box {
  width: 60%;
  min-width: 20rem;
  margin: 0;
}

.input-group-text {
  border-radius: 5px 0px 0px 5px;
}

.status {
  min-width: 20rem;
  margin-left: 3%;
  margin-bottom: 1%;
}

h5 {
  font-size: medium;
}

.status p {
  font-size: small;
}

.map {
  text-align: center;
}

.school_card {
  color: black;
  width: 48%;
  min-height: 38rem;
  align-items: center;
  text-align: center;
  margin: 1rem;
  min-width: 38rem;
}

.mini_map {
  margin-bottom: 2rem;
}

.resultados {
  flex-wrap: wrap;
}

.problem-option {
  max-height: 18rem;
  border: 1px solid #363636;
  margin: 0px 0px 0.9em 0px;
  padding: 0.5rem;
}

.problem-option div {
  max-width: 55%;
  padding-right: 0.1rem;
}

.invalid-feedback {
  color: #dc3545;
  font-weight: bolder;
  background-color: #fff;
  padding: 0.4%;
  border-radius: 0px 0px 4px 4px;
  width: fit-content;
}

@media (max-width: 720px) {
  .problem-option {
    max-height: 100%;
  }

  .problem-option div {
    max-width: 98%;
    padding-right: 0.1rem;
  }
}

.strong_label {
  /* color: #353535; */
  font-size: large;
  width: 100%;
  background-color: #363636;
  padding: 0.2em;
  font-weight: 100;
}

#Ferramentas {
  margin: 1% auto;
  text-align: center;
}

.errorlist {
  list-style: "! ";
  font-size: small;
  color: rgb(255, 0, 0);
  padding-left: 0.5em;
  margin: 0px;
}

.alert {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.select2-results__option{
  color: #3a3e41;
}

.select2-selection{
  width: 100%;
}

.form-check label, .form-check-input[type=checkbox] {
  color:#ffffff!important;
  border-color: #FFF!important;
}

.select2{
  width: 100%!important;
  margin-bottom: 0px;
}

.select2-selection, .select2-selection__arrow{
  height: 2.25rem!important;
}

#select2-id_neighbourhood-container{
  line-height: 2.25em!important;
}

.instrucoes {
  max-width: 1300px; 
  background-color: #E9ECEF;
  padding: 20px;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.instrucoes .h {
  color: #353535;
  font-size: 24px;
  margin-bottom: 10px;
}

.instrucoes p {
  color: #353535;
  font-size: 16px;
  margin-bottom: 10px;
}

.instrucoes strong {
  color: #353535;
}

.form-group {
  padding: 5px;
  margin-top: 10px;
}

.input-group-prepend, .input-group-text {
 /* background-color: #00AFEF;*/
  background-color: #0F4168;
  color: #fff;
}

.form-control {
  border-color: #ffffff;
}

.btn-success {
  background-color: #175d28;
  border-color: #ffffff;
  color: #fff;
}
.btn-success:hover {
  background-color: #0f3f1b;
  border-color: #ffffff;
  color: #fff;
}

#btnForm {
  margin-top: 10px;
  width: 100%;
  border-radius: 10px;
  border-color: #ffffff;
}

.btn-success:disabled, .btn-success:disabled:hover {
  background-color: #21893a;
  border-color: #ffffff;
  cursor: not-allowed;
}

.container {
  padding: 10px;
}

.container .h6 {
  color: #c0c2c4;
}

#box {
  background-color: rgba(141, 141, 141, 0.2);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#nomeCam {
  margin-top: 15px;
  font-size: 22px;
}

#semCam {
  margin-top: 15px;
  font-size: 22px;
}

.d-flex {
  font-family: 'Montserrat', sans-serif;
}