﻿/*FILTERS*/
/* Footer */
/* Footer Fim */
/* Imovel */
/* Imovel Fim */
/* Modal */
/* Modal Fim */
/* Destaques */
/* Destaques Fim */
/* Quem Somos */
/* Quem Somos Fim */
/* Atendimento */
/* Atendimento Fim */
/* Fale Conosco */
/* Fale Conosco Fim */
/* Empreendimento */
/* Empreendimento Fim */
/* Panels */
/* Panels Fim */
.ctn-quemsomos {
  width: inherit;
}

body.container-fluid {
  overflow-x: hidden;
}

.section-nossa-historia {
  background-color: #f6f6f6;
  color: #ffffff;
  font-family: "Inter-Light, sans-serif";
  padding-bottom: 15px;
}

.padding-left-right-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-nossa-historia--titulo {
  margin-bottom: 10px;
  text-align: center;
}

.section-nossa-historia--divisor {
  margin-top: 20px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid rgba(238, 238, 238, 0.15);
  width: 40%;
}

.section-banner-sobre {
  height: 400px;
  width: 100%;
  background: url("/Images/KleyaImoveis/banner-quemSomos.png") no-repeat center;
  position: relative;
}

.section-banner-sobre > .section-banner-sobre--titulo {
  font-family: "Inter-Medium, sans-serif";
  text-transform: uppercase;
  color: #ffffff;
  top: 50%;
  margin-top: -80px;
  position: absolute;
}

.section-banner-contato {
  height: 400px;
  width: 100%;
  background: url("/Images/KleyaImoveis/banner-contato.png") no-repeat center;
  font-family: "Inter-Light, sans-serif";
  color: #ffffff;
  text-align: center;
  padding-top: 80px;
}

.section-banner-contato .section-banner-contato--titulo {
  font-family: "Inter-Medium, sans-serif";
}

.btn-contato {
  color: #ffffff;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  letter-spacing: 2px;
  padding: 10px 24px;
  text-transform: uppercase;
  margin-top: 20px;
}

.btn-contato:hover {
  text-decoration: none;
}

/* custom xs */
@media only screen and (min-width: 320px) {
  .section-banner-sobre > .section-banner-sobre--titulo {
    font-size: 3em;
    right: 0.5em;
    top: 45%;
  }
}
/* xs */
@media only screen and (min-width: 480px) {
  .section-banner-sobre > .section-banner-sobre--titulo {
    font-size: 3.5em;
    right: 60px;
  }
}
/* sm */
@media only screen and (min-width: 768px) {
  .section-banner-sobre > .section-banner-sobre--titulo {
    font-size: 3.5em;
    right: 120px;
  }
  .ctn-quemsomos {
    width: 750px;
  }
}
/* md */
@media only screen and (min-width: 992px) {
  .section-banner-sobre > .section-banner-sobre--titulo {
    font-size: 3.5em;
    right: 160px;
  }
  .ctn-quemsomos {
    width: 992px;
  }
}
/* lg */
@media only screen and (min-width: 1200px) {
  .section-banner-sobre > .section-banner-sobre--titulo {
    font-size: 3.5em;
    right: 5em;
  }
  .ctn-quemsomos {
    width: 1170px;
  }
}
