:root {
  --oficial-color: #c21926;
  --disabled-icon: #d9dbd0;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.w-100 {
  width: 100% !important;
}

.d-block {
  display: block !important;
}

@media only screen and (max-width: 480px){
  #img-logo {
    width: 100%;
    opacity: 1 !important;
  }

  #title-description {
    display: none;
  }

  #subtitle-description {
    display: none;
  }

  .titulo {
    text-align: center !important;
  }
}

#main-image {
  background-image: url("../img/img-caxias-2.jpg");
  height: 900px;
}

.searchbox {
  margin: 20px 0;
}

#searchsubmit {
  background-color: var(--oficial-color);
  border: 1px solid var(--oficial-color);
  color: #FFF;
}

.border-effect :hover {
  border-color: #c21926;
}

.fas {
  color: #c21926;
}

.indicator {
  color: #c21926;
}

.indicator:hover {
  color: #fff;
}

.page-navigation {
  text-align: center;
  text-decoration: none;
  color: var(--oficial-color);
}

.card-price {
  background-color: var(--oficial-color);
  position: absolute;
  font-weight: bolder;  
}

.card-price > p {
  color: #fff;
  padding: 5px;
  margin-bottom: 0;
  font-family: "Nexa Light" !important;
}

.card-description {
  padding: 10px;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  justify-content: space-evenly;
}

.card-house {
  cursor: pointer;
}

.titulo {
  padding-top: 100px;
}

.titulo > h2 {
  font-family: "Nexa Light", arial, Helvetica, sans-serif !important;
  color: var(--oficial-color);
  font-weight: 700;
}

.modal-title {
  color: var(--oficial-color) !important;
}

.modal-footer {
  flex-direction: column;
}

.modal-footer > p {
  text-align: center;
  color: var(--oficial-color);
  font-weight: 800;
  font-size: 1rem;
}


.btn-danger-modal {
  background-color: var(--oficial-color); 
  border-radius: 5px;  
}

.btn {
  color: #FFF !important;
}

.page-numbers {
  border: 1px solid var(--oficial-color);
  justify-content: center;    
  width: 5px;
  padding: 3px;
  text-decoration: none;
  color: var(--oficial-color);  
}

.page-numbers:hover {  
  background-color: var(--oficial-color);
  color: #FFF;
}

.dots, 
.next {
  border: none;
}

#myBtnWpp {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #25d366 !important;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 45px;
  font-size: 18px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.current {
  background-color: var(--oficial-color);
  color: #FFF;
}

.count {    
  transition: all .5s allow-discrete;
}

.fade-out {
  opacity: 0 !important;
  display: none !important;
}

.form-select{
  color: var(--oficial-color) !important;
} 
.form-select:focus {
  border-color: var(--oficial-color) !important;
  box-shadow: 0 0 0 .25rem rgba(223, 80, 80, 0.452) !important;
}

option:hover {
  background-color: var(--oficial-color) !important;
  color: #FFF !important;
}

option:active {
  background-color: var(--oficial-color) !important;
  color: #FFF !important;
}

oprion[selected]:hover {
  background-color: #25d366;
}
