/* Form Validate */
.form-group {
  position: relative;
  font-family: "Work Sans", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0;
}
.form-group .form-control {
  border: none;
  border-radius: 0;
  color: #303839;
  height: auto;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group textarea#mensagem,
.form-group select {
  font-family: "Work Sans", sans-serif;
  border-radius: 0;
  color: #909090;
  background: #fff;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 8px 16px;
  margin-bottom: 16px;
  height: auto;
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group select {
  height: 48px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-group ::-webkit-input-placeholder {
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
}
.form-group ::-moz-placeholder {
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
}
.form-group :-ms-input-placeholder {
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
}
.form-group ::-ms-input-placeholder {
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
}
.form-group ::placeholder {
  color: #909090;
  font-size: 1rem;
  font-weight: 400;
}

.form-group.mensagem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-group label.error {
  position: absolute;
  top: 35px;
  right: 25px;
  width: auto;
  font-size: 11px;
  color: #ffffff;
  text-align: right;
}

.form-group + .form-group {
  margin-top: 4px;
}

/* Form AjaxForm */
.ajaxForm .ajaxForm-alert {
  padding: 10px;
  margin-top: 14px;
  color: #fff;
  background-color: #f57f17;
  border-left: 3px solid #bc5100;
}

.ajaxForm .ajaxForm-alert.ajaxForm-alert--error {
  background-color: #c62828;
  border-left-color: #8e0000;
}

.ajaxForm .ajaxForm-alert.ajaxForm-alert--sucess {
  background-color: #2e7d32;
  border-left-color: #005005;
}
.title-mapa{
  color: #434343;
  font-weight: 700 !important;
  font-size: 1.0rem;
}
.pesquisa-error p{
  font-size: 1.0rem !important;
}
.pesquisa-error h3{
  font-size: 1.55rem !important;
}

.data-especifico {
  text-align: center;
  margin-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* bottom: -12px; */
  width: 70px !important;
  height: 70px !important;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #f0f0f0;
}
.data-especifico h1 {
  line-height: 1;
  font-size: 26px;
}
.data-especifico h3 {
  font-size: 20px;
  margin-bottom: 0 !important;
}
.data-conteudo {
  flex: 1;
}
#influencia-catolica form input {
  border: 1px solid #ced4da;
  height: 3.5rem !important;
}
.card{
  border-radius: 4px;
}
.img-galeria{
  /* width: 100%; */
  width: 150px;
  border-radius: 5px 0px 0px 5px;
  height: 110px;
  object-fit: cover;
}
.card-fotos a{
  text-decoration: none;
  color: #303839;
}
.card-link-fotos:hover{
  background-color: #0000001f;
  transition: 0.5s;
}
.sessao{
  width: 100%;
}
.card-link-fotos{
  background: #E3E3E360;
  border-radius: 0.25rem;
  transition: 0.5s;
  min-height: 112px
}
.item-img-box img{
  height: 400px !important;
  object-fit: cover;
  border-radius: 0.25rem;
}
#slide-mobile {
  position: relative;
  z-index: 500;
}
#slide-mobile .owl-item {
  position: relative;
  z-index: 500;
  width: 100%;
  height: 209.67px !important;
  margin: 0 auto;
  padding: 36px 0;
}
.owl-stage-outer{
  height: 100%;
}
#slide-mobile .owl-item div.bg-img {
  position: absolute;
  top: 0;
  z-index: 500;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.box-texto-ouvidoria a{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* Form Validate */
  .form-group {
    position: relative;
    font-family: "Work Sans", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form-group .form-control {
    border: none;
    border-radius: 0;
    color: #999;
    height: auto;
  }
  .form-group input[type="text"],
  .form-group input[type="tel"],
  .form-group input[type="email"],
  .form-group textarea.materialize-textarea,
  .form-group select {
    margin-bottom: 16px;
  }
  .form-group.mensagem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-group label.error {
    position: absolute;
    top: 35px;
    right: 25px;
    width: auto;
    font-size: 11px;
    color: #ffffff;
    text-align: right;
  }
  /* Form AjaxForm */
  .ajaxForm .ajaxForm-alert {
    padding: 10px;
    margin-top: 14px;
    color: #fff;
    background-color: #f57f17;
    border-left: 3px solid #bc5100;
  }
  .ajaxForm .ajaxForm-alert.ajaxForm-alert--error {
    background-color: #c62828;
    border-left-color: #8e0000;
  }
  .ajaxForm .ajaxForm-alert.ajaxForm-alert--sucess {
    background-color: #2e7d32;
    border-left-color: #005005;
  }
}

a.link-contato {
  padding: 5px 5px 0 5px;  
  display: inline-block;  
}

@media (min-width: 768px) and (max-width: 991px) {
  .card-vereadores {
    min-height: 243px !important;
  }
}

@media (min-width: 992px) and (max-width: 1220px) {
  .card-vereadores {
    min-height: 303px !important;
  }
}

.card-vereadores {
  min-height: 358px;
}

#influencia-catolica form .select-estado {
  border: 1px solid #ced4da;
  height: 3.5rem !important;
}

#influencia-catolica form #anexos {
  height: 2.8rem !important;
}