ul.flat-social li.twitter a,
.twitter {
  background-color: #0cc243 !important;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 3rem;
}

.logo {
  width: 14rem;
}

textarea {
  background: rgba(9, 27, 39, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cecece;
}

.flat-wrap-input option {
  color: black !important;
}

.pdmap {
  padding: 0;
}

.w-100 {
  width: 100%;
}

.google-plus {
  background-color: #f2623b !important;
}

.parallax1,
.parallax2 {
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax1 {
  background-position: unset !important;
}

.parallax2 {
  background-position: 50% 100% !important;
}

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

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

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

footer .avalado {
  width: 80%;
  margin: 0 auto 20px auto;
}

.red-heart {
  color: red;
}

.datafiscal {
  width: 40%;
}

.footer {
  background-color: white;
}

footer p,
footer h4 {
  color: rgb(119, 119, 119) !important;
}

.modal {
  top: -80px;
}

.modal-dialog {
  margin: 300px auto 0;
  z-index: 3000;
}

.modal-header .close {
  margin-top: -3rem;
}

.modal-header {
  padding: 15px;
  border-bottom: none;
}

.d-none {
  display: none;
}

.ampliar:hover {
  transform: scale(2.0);
}

.iconbox .iconbox-icon {
  background: none;
}

.iconbox:hover .iconbox-icon {
  background-color: unset;
}

.ml-1 {
  margin-left: 1rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.imagebox.style3 .imagebox-image a .overlay {
  height: unset;
}

.social-icon {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
}

ul.flat-social li a {
  margin-left: 0;
}

.counter-item {
  width: 24.33%;
}

.text-black {
  color: black;
  font-weight: 500;
}

.texto-cartelito {
  position: absolute;
  bottom: 82px;
  right: 220px;
}

.logo2 {
  width: 14rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.text-white {
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
}

/* ---- whatsapp ----*/
.w-flotante {
  background-color: green;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.cartelitowp {

  width: auto;
  height: 40px;
  position: fixed;
  bottom: -35px;
  right: -90px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.w-flotante:hover {
  background-color: #2879ff;
}

.whatsapp {
  margin-top: 2px;
  color: white;
  font-size: 1.7rem;
}