.contact-clean {
  padding: 0;
}

.contact-clean form {
  background-color: #fff;
  padding: 40px;
  border-radius: 0;
  color: #505e6c;
}

.contact-clean h2 {
  margin-top: 5px;
  font-weight: 700;
  font-size: 28px;
  color: inherit;
}
.contact-clean form .form-control {
  background: #fff;
  border-radius: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  outline: 0;
  color: inherit;
  padding-left: 12px;
  height: 42px;
}
.contact-clean form .form-control:focus {
  border: 1px solid #b2b2b2;
}
.contact-clean form textarea.form-control {
  min-height: 100px;
  max-height: 260px;
  padding-top: 10px;
  resize: vertical;
}
.contact-clean form .btn {
  padding: 16px 32px;
  border: none;
  background: 0 0;
  box-shadow: none;
  text-shadow: none;
  opacity: 0.9;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.4px;
  line-height: 1;
  outline: 0 !important;
}
.contact-clean form .btn:hover {
  opacity: 1;
}
.contact-clean form .btn:active {
  transform: translateY(1px);
}
.contact-clean form .btn-primary {
  background-color: #db281c !important;
  margin-top: 15px;
  color: #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover,
a:not(.btn) {
  color: #db281c;
}

#mainNav .navbar-nav .nav-item.lang {
  display: flex;
}
#mainNav .navbar-nav .nav-item.lang a.active {
  font-weight: bold;
}
#mainNav .navbar-nav .nav-item.lang span,
#mainNav .navbar-nav .nav-item.lang a,
#mainNav .navbar-nav .nav-item.lang a.active {
  font-size: 0.85em !important;
  padding: 1.1em 0.25em !important;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
  text-decoration: none;
}
#mainNav .navbar-nav .nav-item.lang a.active {
  color:#ae2016;
  font-weight: bold;
}
#mainNav .navbar-nav .nav-item.lang span:hover {
  color: #ffffff;
}
#mainNav .navbar-nav .nav-item.lang {
  padding-left: 1.5rem !important;
}

a:hover {
  color: #ae2016;
}
.text-primary {
  color: #db281c !important;
}
.btn {
  border-radius: 0;
  width: 220px;
}
.btn-primary,
.form-check-input:checked {
  background-color: #db281c;
  border-color: #db281c;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(174, 32, 22, 0.5);
}
.btn-primary:active,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 32, 22, 0.5) !important;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #ae2016 !important;
  border-color: #ae2016 !important;
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.show > .btn-primary .dropdown-toggle {
  color: #fff;
  background-color: #ae2016;
  border-color: #ae2016;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #ae2016;
  border-color: #ae2016;
  box-shadow: 0 0 0 0.25rem rgba(174, 32, 22, 0.5);
}
.navbar-brand img {
  image-rendering: pixelated;
}
.bg-dark {
  background-color: #2b2b2b !important;
}
/* .bg-escuro{background-color:#2b2b2b !important
} */

.bg-form {
  background-color: #2b2b2b !important;
}
.masthead {
  height: 100vh;
}
input,
select,
textarea {
  border-radius: 0 !important;
  border: 0 solid #2b2b2b !important;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
#formResult,
.form-check {
  color: #fff;
}
.form-check label {
  font-size: 12px;
}
#formResult.is-invalid {
  color: red;
}
#contact i {
  font-size: 40px;
  margin-bottom: 20px;
}
#contact i,
#contact p {
  text-shadow: #000 2px 2px 2px;
}
#contact a {
  color: #fff;
  text-decoration: none;
}
#contact a:hover {
  text-decoration: underline;
}
footer ul.social-buttons li a:hover {
  background-color: #db281c;
}
footer span.copyright {
  display: block;
  line-height: 20px;
}
footer ul.quicklinks {
  margin-top: 8px;
  line-height: 20px;
}

/* Imagens - Sobre Nós e Serviços*/
.images {
  position: relative;
}
.images .img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
  box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
}

#services {
  padding-bottom: 250px;
}

@media (max-width: 767px) {
  .images .img2 {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    max-width: 100%;
  }

  #services {
    padding-bottom: 150px;
  }
}
.images.right .img1 {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
  box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
}
.images.right .img2 {
  position: absolute;
  top: 50%;
  left: -40%;
  z-index: 1;
  max-width: 500px;
}
@media (max-width: 767px) {
  .images.right .img2 {
    position: relative;
    left: inherit !important;
    top: inherit !important;
    max-width: 100%;
  }
}



#services .accordion {
  background-color: transparent;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

#services .active,
#services .accordion:hover {
  background-color: #f8f9fa;
}

#services .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

#services .accordion:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #db281c;
  float: right;
  margin-left: 5px;
}

#services .active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  color: #db281c;
}


#mainNav .navbar-toggler {
  background-color: #ae2016;
}

#mainNav .navbar-toggler:focus {
  box-shadow: none !important;
}


@media (max-width: 600px) {
  .navbar-brand img {
    width: 200px;
  }

  header.masthead .intro-text {
    padding-top: 80px;
    padding-bottom: 25px;
  }

  header.masthead .intro-text .intro-lead-in {
    font-size: 45px;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 22px;
  }
  #mainNav .navbar-nav .nav-item.lang {
    padding-left: 0 !important;
  }
}


.financiamento-popup{
	background:#fff;
	position:fixed;
	right:0;
	bottom:0;
	padding:15px
}
.financiamento-popup #fechar{
	position:absolute;
	top:5px;
	right:10px;
	font-family:sans-serif;
	color:#000;
	cursor:pointer
}.financiamento-popup a img{
	height:45px;
}