@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400");
@media (max-width: 1600px) {
  .insta-slogan p {
    font-size: 215% !important; }

  #perspectiva img:first-child {
    height: 450px !important; }

  .text-responsive {
    font-size: 90% !important; } }
@media (max-width: 1500px) {
  .txt-plantao {
    font-size: 1.3em !important; } }
@media (max-width: 1220px) {
  .plantao-vendas {
    display: none !important; }

  #perspectiva img:first-child {
    height: 400px !important; }

  .txt-plantao {
    font-size: 1.2em !important; } }
@media (max-width: 1024px) {
  .insta-slogan p {
    font-size: 132% !important; }

  #perspectiva img:first-child {
    height: 400px !important; }
  #perspectiva img:last-child {
    width: 10% !important; }

  .text-responsive {
    font-size: 80% !important; } }
@media (max-width: 990px) {
  .navbar-nav {
    position: inherit !important;
    right: 0 !important; } }
@media (max-width: 768px) {
  .navbar-brand img {
    width: 40% !important; }

  .insta-slogan p {
    font-size: 100% !important; }

  .indique img {
    margin: 0 auto !important; }

  #perspectiva img:first-child {
    height: 350px !important; }
  #perspectiva img:last-child {
    width: 14% !important;
    right: 25px !important; }

  .text-responsive {
    font-size: 70% !important; } }
@media (max-width: 767px) {
  .slider1 {
    display: none; }

  .slider2 {
    display: none; }

  .slider3 {
    display: none; }

  .slider4 {
    display: none; }

  .slider5 {
    display: none; }

  .slider6 {
    display: none; } }
@media (max-width: 480px) {
  .insta-desc {
    padding-left: 6% !important;
    padding-right: 6% !important; }

  .form-desc {
    padding-left: 6% !important;
    padding-right: 6% !important; }

  #condicoes {
    padding: 10px 10px !important; }

  #perspectiva img:first-child {
    height: auto !important; }
  #perspectiva img:last-child {
    width: 14% !important;
    right: 25px !important; } }
body {
  font-family: 'Open Sans', sans-serif; }

.navbar {
  padding: 1.5rem 3.5rem; }

.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 0;
  border: none; }

.navbar-brand img {
  width: 60%; }

.nav-link {
  text-transform: uppercase; }

.navbar-nav {
  position: relative;
  right: 10%; }

.navbar-nav li:nth-child(n) {
  margin-right: 15px; }

.carousel-item img {
  width: 100%; }

.text-responsive {
  font-size: 100%;
  font-weight: 600; }

.plantao-vendas {
  color: #fff;
  font-weight: 600;
  position: fixed;
  width: 200px;
  height: 75px;
  background-color: #419b43;
  border: 2px solid #44be46;
  border-radius: 15px 0 0px 15px;
  right: 0;
  top: 30px;
  display: table;
  z-index: 1030; }
  .plantao-vendas span {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

#slider {
  margin-top: 138px; }

.row-space {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  padding-left: 0; }

video {
  width: 100%;
  height: auto; }

.infra-desc {
  padding-top: 50px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0; }
  .infra-desc span {
    font-weight: bold; }

.title {
  color: #419b43; }
  .title span {
    font-weight: bold; }

#condicoes-comerciais {
  position: relative; }
  #condicoes-comerciais img:first-child {
    width: 100%; }
  #condicoes-comerciais img:last-child {
    width: 8%;
    position: absolute;
    top: -10%;
    right: 40px;
    transform: rotate(-10deg); }

#condicoes {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 70px;
  padding-left: 70px; }
  #condicoes p {
    font-size: 0.8rem; }

#insta-casas .container-fluid {
  padding-left: 0; }
#insta-casas .row {
  align-items: center; }

.insta-slogan {
  margin: 4% 0;
  width: 100%;
  height: 75px;
  background-color: #F15A25;
  color: #fff;
  border-radius: 0 20px 20px 0;
  display: table; }
  .insta-slogan p {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-size: 255%;
    padding-right: 30px; }

.indique {
  display: flex;
  justify-content: center; }
  .indique img {
    display: block;
    width: 28%; }

.insta-desc {
  padding-left: 21%; }
  .insta-desc span {
    font-weight: bold; }

.insta-img {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .insta-img img {
    width: 100%; }

.selo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .selo img {
    position: relative;
    animation: selo_anim 1s ease-in infinite alternate; }

#formulario .margin-y {
  margin-top: 50px;
  margin-bottom: 50px; }

.form-desc {
  padding-left: 14%; }
  .form-desc span {
    font-weight: bold; }

.txt-plantao {
  font-size: 1.5em; }

form {
  width: 80%;
  background-color: #efefef;
  padding: 20px 20px 10px 20px;
  margin: 0 auto; }
  form input[type=text], form input[type=email] {
    background-color: #c1c1c0;
    color: #fff;
    transition: border .15s ease-in-out,box-shadow .15s ease-in-out; }

.form-btn-end {
  text-align: end; }

.form-button {
  width: 200px;
  height: 40px;
  background-color: #419b43;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .form-button:focus {
    background-color: #2d882f;
    border-color: #2d882f;
    box-shadow: 0px 5px 4px -2px #419b43; }
  .form-button:hover {
    background-color: #2d882f;
    border-color: #2d882f;
    box-shadow: 0px 5px 4px -2px #419b43; }

input[type=text]::placeholder, input[type=email]::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff; }

input[type=text]:focus, input[type=email]:focus {
  background-color: #c1c1c0;
  color: #fff;
  border: 1px solid #F15A25;
  -moz-box-shadow: 0 0 8px rgba(241, 90, 37, 0.8);
  box-shadow: 0 0 8px rgba(241, 90, 37, 0.6); }

#perspectiva {
  position: relative;
  margin-bottom: 30px; }
  #perspectiva img:first-child {
    width: 100%;
    height: 600px; }
  #perspectiva img:last-child {
    width: 8%;
    position: absolute;
    top: 3%;
    right: 50px;
    transform: rotate(-10deg); }

.insta-desc {
  padding-left: 21%; }
  .insta-desc span {
    font-weight: bold; }

.texto-legal {
  padding-left: 13%;
  font-size: 80%; }

#galeria .row {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 4%;
  padding-left: 14%;
  margin: 0; }
#galeria img {
  margin: 10px 10px; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

#evolucao .row {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 4%;
  padding-left: 14%;
  margin: 0; }

.chart div {
  width: 80%; }
.chart p {
  text-align: center; }

#localizacao .row {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 4%;
  padding-left: 14%;
  margin: 0; }
#localizacao span {
  font-weight: bold; }
#localizacao .coluna {
  padding-left: 0; }

#logos {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 0;
  padding-left: 0; }
  #logos .logo-align {
    display: flex;
    flex-direction: column;
    align-items: end; }
    #logos .logo-align img {
      width: 60%; }
    #logos .logo-align p {
      font-size: 90%; }

@keyframes selo_anim {
  from {
    transform: scale(1); }
  to {
    transform: scale(1.05); } }
.parcelas {
  background-image: url("../../img/bannerParcelas.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px; }
  .parcelas .parcela-info {
    color: #fff;
    text-align: center;
    border-radius: 0 30px 30px 0;
    background-color: #ff9a00;
    width: 50%; }
    .parcelas .parcela-info span:nth-child(odd) {
      color: #323a67; }
    .parcelas .parcela-info span:nth-child(even) {
      color: #c20b19; }

#sobre img {
  width: 100%;
  height: auto; }

/*# sourceMappingURL=main.css.map */
