.titulo {
  padding-bottom: 20px;
  color: white;
  font-size: 60px;
}

.descricao {
  color: white;
  font-size: 35px;
}

.banner {
  min-height: 440px;
  display: flex;
  background-repeat: no-repeat;
  object-fit: cover;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.triangulo_linha {
  display: flex;
  justify-content: center;
  color: white;
}

.triangulo_corte {
  height: 0px;
  width: 0px;
  background-color: transparent;
  border-style: solid;
  border-left-width: 90px;
  border-right-width: 90px;
  border-bottom-width: 50px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: #045ba8;
  box-shadow: 0px 0px 0px 0px grey;
  transform: rotate(180deg);
}

.form-control {
  background-color: rgb(247, 247, 247) !important;
  border-radius: 0px;
}

.modal-title {
  font-weight: bold;
}

.btn-primary {
  background-color: #045ba8 !important;
}

.popover {
  left: -40px !important;
}

textarea {
  height: 150px !important;
  resize: none;
}

i {
  padding-left: 10px;
}

#map {
  height: 100%;
}

.modal-open {
  padding-right: 0px !important;
}

.whatsapp {
  background-color: transparent;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1051;
}

.whatsapp-img {
  height: 65px;
}

.modal-whats {
  position: fixed;
  bottom: 80px;
  width: 450px;
  right: 10px;
  background-color: #ebe5de;
}

.modal-header-whats {
  background-color: #265c54;
  color: white;
  align-items: center;
}

.closeWhats {
  color: white;
  font-size: 2.5rem;
}

.modal-footer-whats {
  width: 93%;
  padding: 8px;
  display: flex;
  align-self: center;
  justify-content: center;
  background-color: #34af23;
  border-radius: 10px;
  margin-bottom: 10px;
  color: white;
  font-weight: 400;
}

.footer {
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .footer {
    padding: 40px;
  }
  .modal-whats {
    position: fixed;
    bottom: 80px;
    width: 300px;
    right: 10px;
  }
}

@media only screen and (max-width: 350px) {
  .modal-whats {
    position: fixed;
    bottom: 40px;
    width: 300px;
    right: 10px;
  }

  .card-body {
    height: 380px !important;
  }

  .button {
    padding-top: 65px;
  }

  .whatsapp-img {
    height: 30px;
  }

  .whatsapp {
    background-color: transparent;
    cursor: pointer;
    position: fixed;
    bottom: 5px;
    right: 10px;
    z-index: 1051;
  }
}

.whats:focus {
  border-color: #34af23;
  -webkit-box-shadow: #34af23;
  box-shadow: #34af23;
}
