/*body::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
   content:url(img1.png) url(img2.png) url(img3.gif) url(img4.jpg);   
}

html {
	overflow-x: hidden;
}
.container, .container-fluid{
	overflow-x: hidden;
}
*/
:root {
  --accent: #b88254;
  --gray: #58595b;
}
* :focus {
  border-color: inherit !important;
  background: inherit !important;
  outline: 0;
  box-shadow: inherit !important;
}
* {
  font-family: "Poppins", sans-serif;
}
.min-vh-50,
.h-50 {
  height: 50vh;
  min-height: 50vh;
}

a {
  text-decoration: none;
}
.accent {
  color: var(--accent) !important;
}

.accent-branco {
  color: #fff;
  background-color: var(--accent) !important;
}

.row-branco-info {
  padding: 30px;
  background-color: var(--accent) !important;
  margin-top: 50px;
  margin-bottom: -15px;
}

body {
  background: #fff;
  color: #fff;
}

a.navbar-brand img {
  max-width: 160px;
}

.marcada {
  margin-left: 28px;
  line-height: 24px;
}
.a-texto-quipamentos {
  font-size: 16px !important;
}

.link-align {
  margin-left: 34px;
}

.retro {
  max-height: 69px;
}

.alt-grid [class*="col-"] {
  padding-top: -10px;
  padding-left: 0;
  padding-right: 0;
}
.alt-grid .row {
  margin-left: 0;
  margin-right: 0;
}

/* container adjusted */
.alt-grid .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

button.navbar-toggler .navbar-toggler-icon {
  z-index: 9999;
  position: relative;
  width: 25px;
  transition: all 0.5s;
}
button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzI5cHQiIHZpZXdCb3g9IjAgMCAzMjkuMjY5MzMgMzI5IiB3aWR0aD0iMzI5cHQiIHN0eWxlPSImIzEwOyAgICBmaWxsOiB3aGl0ZTsmIzEwOyI+PHBhdGggZD0ibTE5NC44MDA3ODEgMTY0Ljc2OTUzMSAxMjguMjEwOTM4LTEyOC4yMTQ4NDNjOC4zNDM3NS04LjMzOTg0NCA4LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2My04LjMzOTg0NC04LjMzOTg0NC0yMS44MjQyMTktOC4zMzk4NDQtMzAuMTY0MDYzIDBsLTEyOC4yMTQ4NDQgMTI4LjIxNDg0NC0xMjguMjEwOTM3LTEyOC4yMTQ4NDRjLTguMzQzNzUtOC4zMzk4NDQtMjEuODI0MjE5LTguMzM5ODQ0LTMwLjE2NDA2MyAwLTguMzQzNzUgOC4zMzk4NDQtOC4zNDM3NSAyMS44MjQyMTkgMCAzMC4xNjQwNjNsMTI4LjIxMDkzOCAxMjguMjE0ODQzLTEyOC4yMTA5MzggMTI4LjIxNDg0NGMtOC4zNDM3NSA4LjMzOTg0NC04LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2MyA0LjE1NjI1IDQuMTYwMTU2IDkuNjIxMDk0IDYuMjUgMTUuMDgyMDMyIDYuMjUgNS40NjA5MzcgMCAxMC45MjE4NzUtMi4wODk4NDQgMTUuMDgyMDMxLTYuMjVsMTI4LjIxMDkzNy0xMjguMjE0ODQ0IDEyOC4yMTQ4NDQgMTI4LjIxNDg0NGM0LjE2MDE1NiA0LjE2MDE1NiA5LjYyMTA5NCA2LjI1IDE1LjA4MjAzMiA2LjI1IDUuNDYwOTM3IDAgMTAuOTIxODc0LTIuMDg5ODQ0IDE1LjA4MjAzMS02LjI1IDguMzQzNzUtOC4zMzk4NDQgOC4zNDM3NS0yMS44MjQyMTkgMC0zMC4xNjQwNjN6bTAgMCIvPjwvc3ZnPg==");
}
button.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #ffffff00 !important;
}

div#navbarScroll {
  transition: all 0.3s;
  display: flex;
  position: absolute;
  right: 0;
  width: 25%;
  padding: 3%;
  background: #b88254c2;
  height: 100vh;
  top: 0;
  backdrop-filter: blur(10px);
  opacity: 1;
  visibility: hidden;
}
div#navbarScroll.show {
  visibility: visible;
  opacity: 1;
}
.navbar-light .navbar-toggler {
  color: rgb(255 255 255 / 100%) !important;
  border-color: transparent !important;
}

a {
  color: var(--gray);
}
a:hover {
  color: var(--accent);
}
h1 {
  font-weight: 900;
}
h2 {
  font-weight: 700;
}
h3 {
  font-weight: 400;
  color: var(--gray);
}
p {
  color: var(--gray);
  font-weight: 300;
  line-height: 24px !important;
}
p.light {
  color: #fff;
}

h1 {
  font-size: 56px;
  line-height: 70px;
  margin-bottom: 30px;
}
h2 {
  font-size: 38px;
  line-height: 55px;
}
h3 {
  font-size: 21px;
  line-height: 35px;
}
p {
  font-size: 18px;
  line-height: 38px;
}
.btn-pattern {
  font-weight: 300;
  transition: all 0.3s;
}
.equipamento-font {
  font-size: 16px;
}
.btn-pattern {
  font-size: 17px;
  letter-spacing: 2.5px;
  padding: 7px 22px;
}
.btn-pattern.dark {
  color: var(--accent);
  border: 1px solid var(--accent);
}
.btn-pattern.dark:hover {
  background: var(--accent);
  color: #fff;
  border: 1px solid #fff;
}
.btn-pattern.light {
  color: #fff;
  border: 1px solid #fff;
}
.btn-pattern.light:hover {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.btn-fixed {
  transition: all 0.3s;
  font-weight: 600;
  color: #fff;
  background: var(--accent);
  position: fixed;
  bottom: 30px;
  left: 20px;
  display: flex;
  vertical-align: middle;
}
.btn-fixed:hover {
  color: var(--accent);
  background: #fff;
  border: 1px solid var(--accent);
}
.btn-fixed i {
  font-size: 22px;
  margin-right: 5px;
}
.btn-fixed {
  font-size: 15px;
  padding: 7px 10px;
}

/* pattern margin*/
.p-m {
  margin-top: 70px;
  margin-bottom: 70px;
}
/* pattern margin interno*/
.p-m-i {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}
/* pattern padding*/
.p-p {
  padding-top: 70px;
  padding-bottom: 70px;
}
.p-p-i {
  padding-top: 30px;
  padding-bottom: 30px;
}
.nav-fixed {
  width: 100%;
  position: fixed !important;
  transition: 0.3s ease-in-out;
  z-index: 99;
}
.nav-active {
  background-color: #0006;
  box-shadow: 0px 0px 18px -5px #000;
}
.navbar .nav-link,
.navbar .social-icon i {
  font-size: 27px;
  letter-spacing: 4px;
  color: #ffffff !important;
  text-transform: uppercase;
}
.navbar .nav-link:hover,
.navbar .social-icon:hover i {
  color: #ffd5b2 !important;
}

.pavimentacao-rachao {
  text-align: right;
}

.slider-btns {
  background: var(--gray);
  position: absolute;
  right: 0;
}
.slider-btns button {
  background: none;
  box-shadow: none;
  border: none;
  margin: 6px 30px;
  font-size: 23px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.slider-btns:after {
  content: "";
  width: 100%;
  left: 0;
  height: 580px;
  background: #58595b;
  position: absolute;
  z-index: 0;
}
.slider-btns button.active {
  color: var(--accent);
}
ul.servicos li {
  color: var(--gray);
  font-size: 18px;
  line-height: 38px;
  font-weight: 300;
}
.servicos-row {
  background-image: linear-gradient(
    90deg,
    #ffffff 49.8%,
    #80808233 49.8%,
    #80808233 50%,
    #ffffff 50%,
    #ffffff 99.8%,
    #80808233 99.8%,
    #80808233 100%
  );
  background-position: top left !important;
  background-size: 30% 220px !important;
  background-repeat-y: no-repeat;
}
.servicos-row.page {
  background-image: unset !important;
}
.container-fluid.servicos-row .img-fluid {
  height: 375px;
  object-fit: cover;
}
.servicos-row * {
  z-index: 0;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}
.parent .first {
  position: relative;
  top: -58px;
  left: 0;
  width: 300px;
}
.parent .second {
  position: absolute;
  top: 58px;
  right: 20px;
  width: 450px;
}
.container.quem-somos {
  margin-bottom: 100px;
  margin-top: -30px;
}

.btn {
  font-weight: 300;
  border-radius: 0 !important;
}

.portfolio-h h3 {
  color: var(--accent);
  text-transform: uppercase;
}
.portfolio-h h2 {
  color: var(--gray);
  text-transform: uppercase;
}
.portfolio-h p {
  color: #000;
}
.portfolio-h .btn {
  border-color: var(--accent);
  color: var(--accent);
}

.portfolio-p img {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.portfolio-p a.column .row {
  position: relative;
  margin: 0 -20px 10px -20px;
}

.portfolio-p a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}

.borda {
  background-color: #000;
}
.portfolio-p a .content {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-p img.img-item.accent {
  width: 110%;
  height: 510px !important;
  margin: -5px -5px -5px -20px !important;
  filter: blur(5px);
}
.portfolio-p .col-center {
  overflow: hidden;
}

.row.social a i {
  font-size: 33px;
  background: var(--accent);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 91px;
  color: #fff;
  transition: all 0.5s;
  border: 1px solid var(--accent);
}

.row.social a:hover i {
  background: #ffffff;
  color: var(--accent);
  border: 1px solid var(--accent);
}

.container-fluid.loteamentos {
  background: url(../../assets/images/DJI_0330-blurried.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.images-sobre .col-md-3 {
  padding: 0;
}

.images-sobre .col-md-6 {
  padding: 0 30px;
}
.images-sobre img {
  object-fit: cover;
  height: 420px;
  width: 100%;
}

.portfolio-h .sobre-img::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -20px;
  right: -20px;
  border: 3px solid var(--accent);
  width: 100%;
  height: 100%;
}
.portfolio-h * {
  overflow: visible !important;
}

.portfolio-p .row .content h3 {
  font-weight: 300;
  letter-spacing: 2.4px;
  font-size: 16px;
  color: #fff;
}
.portfolio-p .row .content h2 {
  max-width: 400px;
  font-size: 25px;
  letter-spacing: 4px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
}
.espacoMenor {
  margin-right: 0px;
  margin-left: 0px;
}
.sobre-p h3 {
  font-weight: 300;
}
.sobre-img {
  position: relative;
}

a.play-btn {
  color: var(--accent);
}
a.play-btn:hover {
  color: var(--gray);
}

footer {
  background: var(--gray);
}

footer p,
footer p a {
  color: #fff;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}
footer .social-icon {
  font-size: 19px;
  color: var(--accent);
}
footer .social-icon:hover {
  color: #fff;
}
footer ul.menu a {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
}
footer ul.menu a:hover,
footer .social a:hover {
  color: var(--accent);
}
footer ul li {
  margin-bottom: 10px;
  list-style: none;
}
footer ul.menu.first {
  padding: 8% 0px;
}

footer ul.menu.last {
  padding: 17% 0px;
}
footer ul.menu {
  border-left: 1px solid #808082;
  height: 125px;
}

.min-vh-40,
.h-40 {
  height: 40vh;
  min-height: 40%;
}
.banner {
  background: var(--gray);
  background-size: cover !important;
}

.banner-pages {
  background-size: cover !important;
  background-position: center !important;
}
.banner.portfolio-single {
  background-blend-mode: multiply;
}

.banner .right {
  background-size: cover !important;
  background-position: center !important;
  /*transition: all .3s;*/
  background-blend-mode: color;
}
.banner.home .right {
  background-color: #00000059 !important;
}

.banner.sobre .right {
  background: url(../../assets/images/sobre.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.obras .right {
  background: url(../../assets/images/obras.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.contato .right {
  background: url(../../assets/images/banners/2.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.servicos .right {
  background: url(../../assets/images/servicos.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.equipamentos .right {
  background: url(../../assets/images/equipamentos.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.terraplenagem .right {
  background: url(../../assets/images/equipamentos.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.rede-pluvial .right {
  background: url(../../assets/images/rede-pluvial/1.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.abastecimento-de-agua .right {
  background: url(../../assets/images/rede-de-agua/1.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.esgotamento-sanitario .right {
  background: url(../../assets/images/esgotamento/capa.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.pavimentacao .right {
  background: url(../../assets/images/pavimentacao/1.jpg),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner.assentamento-de-pavimentos .right {
  background: url(../../assets/images/intertravado/1.JPG),
    linear-gradient(0deg, #00000066, #00000066);
}
.banner-pages .bottom {
  position: absolute;
  bottom: 70px;
}

.parceiros img {
  max-height: 46px;
}

.banner-pages.portfolio-single {
  background-blend-mode: multiply;
  background-color: rgb(0 0 0 / 60%) !important;
  background-position: center !important;
  background-size: cover !important;
}
.container.portfolio-s p {
  margin-bottom: 0px;
}

.portfolio-p .content h3 {
  font-weight: 300;
}
#filters button.btn.active,
#filters button.btn:hover {
  color: var(--accent);
}
#filters button.btn.active {
  transition: all 0.5s;
}
#filters button.btn {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--gray);
  line-height: 35px;
  margin-bottom: 15px;
  margin-right: 30px;
  border: none;
  padding: 0;
}
div#filters {
  margin: 0;
  padding: 0;
}

a.column {
  display: none;
}
a.column.show {
  display: block;
}

ul#sliderportfoliosingle {
  background: var(--accent);
}
.sliderportfoliosingle .lSAction > a {
  transform: translate(0px, -15px) !important;
}
.sliderportfoliosingle .item {
  margin: 25px 0px !important;
}
footer .social {
  padding: 15px 0;
}
footer .social hr {
  opacity: 1;
  color: #fff;
}
.portfolio-footer-fotos a.item {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
.portfolio-footer-fotos a:hover {
  opacity: 0.5;
}
.portfolio-footer-fotos img.img-item {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 200px;
  object-fit: cover;
}

.portfolio-p .row .content {
  color: #fff;
  text-transform: uppercase;
}

.ekko-lightbox .modal-body {
  padding: 0;
}

.container.gallery-c {
  margin-top: 50px;
  margin-bottom: 50px;
}
.container.gallery-c .gallery {
  margin-bottom: -10px;
}

.gallery a:nth-child(1) img {
  height: 57%;
  width: 40%;
  left: 0;
  top: 0;
}
.gallery a:nth-child(2) img {
  height: 43%;
  width: 40%;
  left: 0;
  bottom: 0;
}
.gallery a:nth-child(3) img {
  height: 29%;
  width: 40%;
  left: 40%;
  top: 0;
}
.gallery a:nth-child(4) img {
  height: 71%;
  width: 32%;
  left: 40%;
  bottom: 0;
}
.gallery a:nth-child(5) img {
  height: 29%;
  width: 20%;
  top: 0;
  left: 80%;
}
.gallery a:nth-child(6) img {
  height: 33%;
  width: 28%;
  top: 29%;
  left: 72%;
}
.gallery a:nth-child(7) img {
  height: 38%;
  width: 28%;
  bottom: 0;
  left: 72%;
}
.gallery img {
  border: 5px solid #fff;
  position: absolute;
  object-fit: cover;
  object-position: center;
}

.gallery {
  border: 5px solid #fff;
  position: relative;
  height: 610px;
  margin: 0;
  padding: 0;
  width: 100% !important;
  overflow: hidden;
}
.gallery-2 a {
  width: 33%;
  display: block;
  float: left;
}

.gallery-2 a img {
  object-fit: cover;
  height: 300px;
  width: 100%;
  border: 5px solid #fff;
}
.gallery-2 {
  padding: 0;
  margin: 0px -5px 0 5px;
  display: flex;
}
.equipamentos-r {
  background: #f1f1f1;
  margin: 0px;
}
.equipamentos-r .item {
  margin: 0 11px;
  background: #fff;
  border-top: 6px solid var(--accent);
  overflow: hidden;
  position: relative;
}
.equipamentos-r .item-caracteristica {
  display: grid;
  font-size: 13px;
  text-align: left;
  color: #58595b;
}

.equipamentos-r .item-caracteristica label {
  font-weight: 400;
  color: #58595b;
}

.equipamentos-r h2 {
  font-size: 20px;
  line-height: 29px;
  color: #58595b;
}
div.peso-potencia div {
  display: grid;
  width: 40%;
  float: left;
}

div.peso-potencia img {
  width: 26px;
}

div.peso-potencia {
  display: flex;
  margin: 25px 0;
  color: #58595b;
  font-size: 17px;
}
.equipamentos-r .img-fluid {
  object-fit: cover;
  height: 220px;
  max-width: unset;
  margin: 0px 0px 10px -12px;
  width: 110%;
}

.equipamentos-r .item {
  padding-bottom: 100px;
  margin-bottom: 30px;
}

.equipamentos-r .btns {
  position: absolute;
  bottom: 0;
  left: 0;
}
.equipamentos-r a.btn {
  background: var(--accent);
  width: 100%;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}
a.btn {
  font-size: 14px;
}

.equipamentos-r .btns a:hover {
  background: #fff;
  color: var(--accent);
  border: 1px solid var(--accent);
}
.equipamentos-r a.btn i {
  margin-right: 7px;
}

form.row input,
form.row textarea {
  border: none;
  border: 1px solid var(--accent);
  border-radius: 0;
  background: transparent;
}
.btn.btn-contact {
  background: var(--accent);
  color: #fff;
  padding: 5px 25px;
}
.contact-data i {
  color: var(--accent);
}
.form-control:focus {
  border-color: var(--accent) !important;
  box-shadow: none !important;
  background: transparent;
}

.btn-primary {
  color: var(--gray) !important;
  background-color: #fff !important;
  border-color: var(--gray) !important;
}
.btn-primary:hover {
  color: var(--accent) !important;
  background-color: #fff !important;
  border-color: var(--accent) !important;
}
hr.spacing {
  opacity: 0;
}
.servicos-h.vertical .col {
  width: 20%;
  float: left;
  border-right: 1px solid #929496;
}
.servicos-h.vertical .col:last-child {
  border-right: none;
}
.servicos-h.vertical .col h3 {
  font-size: 18px;
  letter-spacing: 4px;
  margin: 10px 0;
  text-transform: uppercase;
  color: #fff;
}

.servicos-h.vertical {
  background: #222222;
}

.colaboradores-h .img-item {
  width: 100%;
}
.colaboradores-h .item {
  width: 20%;
  float: left;
  position: relative;
}
.colaboradores-h .item:hover .content {
  display: block;
  visibility: visible;
  opacity: 1;
}

.colaboradores-h .content h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.colaboradores-h .content h4 {
  color: #929496;
  text-transform: uppercase;
  font-size: 16px;
}
.colaboradores-h .row > * {
  padding: 0;
  margin: 0;
}
.contato .social-icon {
  color: #fff;
  font-size: 20px;
}
.contato p {
  margin-bottom: 0;
}

.form-group.vertical label {
  display: flex;
  vertical-align: middle;
  align-items: center;
  /*border: 1px solid var(--accent);*/
  /*margin-bottom: 5px;*/
}

.form-group.vertical input[type="checkbox"] {
  width: auto;
  margin: 10px;
  filter: invert(0) hue-rotate(195deg) brightness(1.2);
}
.form-group.vertical p {
  width: 90%;
  float: left;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 20px;
}

.form-group.vertical {
  padding: 0;
  margin: 0;
}

.fotos-projeto .item {
  transition: all 0.5s;
}
.fotos-projeto .item:nth-child(3n-1) {
  width: 50%;
  float: left;
}
.container-fluid.fotos-projeto a:hover {
  opacity: 0.7;
}
.container-fluid.fotos-projeto {
  padding: 0 !important;
}
@media (min-width: 1721px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1450px;
  }

  p {
    font-size: 19px;
    line-height: 38px;
  }
  .banner .left {
    padding-left: 12.5%;
  }
  .portfolio-p .row .content h2 {
    max-width: 475px;
  }
  .container.quem-somos {
    margin-bottom: 70px;
    margin-top: -60px;
  }

  #filters button.btn {
    font-size: 19px;
  }

  .parceiros img {
    max-height: 47px;
  }
  .espaco-social {
    margin: 12px;
  }
  .some-pc {
    display: none !important;
  }
}
.branco {
}
@media (min-width: 1281px) and (max-width: 1720px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1245px;
  }
  .banner .left {
    padding-left: 4.6%;
  }

  .container.quem-somos {
    margin-bottom: 70px;
    margin-top: -55px;
  }
  .espaco-social {
    margin: 12px;
  }
  .some-pc {
    display: none !important;
  }
}
@media (min-width: 300px) and (max-width: 750px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .container {
    max-width: 350px;
  }
  .container-obras {
    max-width: 310px;
  }
  footer ul.menu {
    border-left: 1px solid #808082;
    height: 160px;
  }
  .papel {
    margin-bottom: 30px;
  }
  .conosco {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner .left {
    margin-left: 0px !important;
    padding-left: 30px !important;
  }
  .marcada {
    margin-left: 0px;
    line-height: 24px;
  }
  .branco {
    color: white;
  }
  .slider-btns {
    display: none;
  }
  .some-daqui {
    display: none !important;
  }
  .some-daqui {
    display: none !important;
  }
  .p-m {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .some-pc {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 36px;
  }
  .banner .left {
    margin-left: 0px !important;
    padding-left: 10px !important;
  }
  .marcada {
    line-height: 24px;
    padding-left: 20px;
    margin-right: 100px;
  }
  div#navbarScroll {
    width: 35%;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 950px;
  }
  .espaco-social {
    margin: 12px;
  }
  .some-pc {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .some-pc {
    display: none !important;
  }
}
@media (min-width: 700px) and (max-width: 1500px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1275px;
  }
  .banner .left {
    padding-left: 3.5%;
  }
  h2 {
    font-size: 33px;
  }
  .marcada {
    margin-left: 20px;
    line-height: 24px;
  }
  .container.quem-somos {
    margin-bottom: 70px;
    margin-top: -55px;
  }
  .espaco-social {
    margin: 12px;
  }
  .some-pc {
    display: none !important;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .p-m-i {
    margin-top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .espacoMenor {
    margin-top: 30px;
  }
  .btn-pattern {
    font-size: 17px;
    letter-spacing: 1px;
    padding: 7px 22px;
  }

  a.navbar-brand img {
    max-width: 160px;
  }
  .lote {
    padding-right: 0;
    padding-left: 0;
  }
  .marcada {
    margin-left: 20px;
    line-height: 24px;
  }
  .container {
    width: 100%;
  }
  .slider-btns {
    display: none;
  }
  .some-daqui {
    display: none;
  }
  div#navbarScroll {
    width: 50%;
  }
  .banner .bottom h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
  }
  .container.quem-somos {
    margin-bottom: 15px;
    margin-top: 70px;
  }
  .mobile-sobre {
    margin-top: 120px;
  }
  .mobile {
    margin-bottom: 70px;
  }
  .carousel-item {
    padding: 15px;
  }
  .p-p {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .imageF {
    height: 375px;
    object-fit: cover;
  }
  .acompanhe {
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .banner-pages h1 {
    font-weight: 300;
    font-size: 54px;
    letter-spacing: 18px;
    text-transform: uppercase;
  }
  .portfolio-h h3 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    letter-spacing: 3.2px;
    text-transform: uppercase;
  }
  .portfolio-h h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .portfolio-h p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 0.4px;
  }
  .portfolio-h .btn {
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 3.5px;
  }
  .sobre-h h2 {
    font-weight: normal;
    font-size: 40px;
    letter-spacing: 6.4px;
  }
  .sobre-h .btn {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5.6px;
    line-height: 25px;
  }
  .accordion-button {
    font-size: 25px;
  }

  .depoimento img {
    height: 150px;
    width: 150px;
  }
  .depoimento h3 {
    font-size: 33px;
    line-height: 35px;
  }
  .depoimento p {
    font-size: 18px;
    line-height: 22px;
  }
  .depoimentos-h h2.title,
  .timeline h2.title {
    line-height: 40px;
    font-size: 35px;
  }

  .sobre-p p,
  .sobre-p li {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 33px;
    font-weight: 300;
  }

  .sobre-p.contato hr.line {
    transform: translateX(-25px);
  }

  .sobre-p h3 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 39px;
  }

  .timeline h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-top: 15px;
  }
  .timeline img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: bottom;
  }
  .timeline p {
    font-size: 18px;
  }
  .portfolio-s h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: var(--gray);
    font-weight: 300;
    letter-spacing: 4px;
  }
  .timeline .line {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .timeline h2.title {
    line-height: 25px;
  }
  .portfolio-p a {
    text-decoration: none;
  }
  .portfolio-p .row .img-item {
    height: 500px;
    object-fit: cover;
    width: 100%;
  }

  .portfolio-p .content h3 {
    font-weight: 300;
    font-size: 16px;
  }

  footer ul.menu a {
    letter-spacing: 1.2px;
    font-size: 18px;
    line-height: 25px;
  }
  footer .social a {
    font-size: 20px;
    margin: 0 10px;
  }
  .social-header {
    margin-top: 1.5rem !important;
  }

  .lSAction {
    transform: translate(0px, 25px);
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .lSAction {
    transform: translate(0px, 25px);
  }
  .banner-pages h1 {
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 16px;
    text-align: center;
    text-transform: uppercase;
  }
  .banner .bottom h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 300;
  }

  .portfolio-h h3 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    letter-spacing: 3.2px;
    text-transform: uppercase;
  }
  .portfolio-h h2 {
    font-size: 55px;
    line-height: 55px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .portfolio-h p {
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    letter-spacing: 0.4px;
  }
  .portfolio-h .btn {
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    letter-spacing: 3.5px;
  }
  .sobre-h h2 {
    font-weight: normal;
    font-size: 33px;
    line-height: 45px;
    letter-spacing: 4px;
  }
  .sobre-h .btn {
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 5.6px;
    line-height: 25px;
  }
  .accordion-button {
    font-size: 25px;
  }

  .depoimento img {
    height: 150px;
    width: 150px;
  }
  .depoimento h3 {
    font-size: 33px;
    line-height: 35px;
  }
  .depoimento p {
    font-size: 18px;
    line-height: 22px;
  }
  .depoimentos-h h2.title,
  .timeline h2.title {
    line-height: 40px;
    font-size: 35px;
  }

  .sobre-p p,
  .sobre-p li {
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 23px;
    font-weight: 300;
  }

  .sobre-p.contato hr.line {
    transform: translateX(-25px);
  }

  .sobre-p h3 {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 39px;
  }

  .timeline h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-top: 15px;
  }
  .timeline img.img-fluid {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: bottom;
  }
  .timeline p {
    font-size: 18px;
  }
  .timeline .lSAction > a {
    transform: translate(35px, -38px);
  }
  .portfolio-s h3 {
    font-size: 35px;
    text-transform: uppercase;
    color: var(--gray);
    font-weight: 300;
    letter-spacing: 4px;
  }
  .timeline .line {
    max-width: 315px;
    margin-bottom: 20px;
    transform: translateX(-30px);
  }
  .timeline h2.title {
    /*transform: translateX(160px);*/
    line-height: 25px;
  }
  .portfolio-p a {
    text-decoration: none;
  }
  .portfolio-p .row .img-item {
    height: 500px;
    object-fit: cover;
    width: 100%;
  }
  .portfolio-p .row .content h3 {
    font-weight: 300;
    letter-spacing: 2.4px;
    font-size: 16px;
    color: #fff;
  }
  .portfolio-p .row .content h2 {
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
  }

  .portfolio-p .content h3 {
    font-weight: 300;
    font-size: 1.5em;
  }

  footer ul.menu a {
    letter-spacing: 1.2px;
    font-size: 18px;
    line-height: 25px;
  }
  footer .social a {
    font-size: 20px;
    margin: 0 10px;
  }
  .social-header {
    margin-left: 0rem !important;
  }
  footer ul.menu .mx-2,
  ul.menu {
    margin: 0 !important;
    padding: 0;
  }

  footer .col-md-3 {
    margin: 10px 0 !important;
  }
  footer p {
    margin-bottom: 0;
  }
  #filters button.btn {
    margin: -5px;
  }
}


/* estilo pop-up (modal) */
* {
  margin: 0rem;
  padding: 0rem;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h3 {
  line-height: 30px;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.modal-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, .5);
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-container.mostrar {
  display: flex;
}

.div-modal {
  background-color: #ffffff;
  width: 40rem;
  height: 25rem;
  min-width: 14rem;
  padding: 1rem;
  border: solid 6px #b88254;
  box-shadow: 0rem 0rem 0.5rem #b88254;
  position: relative;
}

@keyframes modal {
  from {
    opacity: 0;
    transform: translate3d(0, -60px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.mostrar .div-modal {
  animation: modal .3s;
}

.corpo-formulario {
  display: flex;
  padding-top: 2rem;
  gap: 1rem;
}

.subtitulo {
  text-align: center;
  color: #000000;
  font-weight: 500;
  padding: 0rem 1rem;
}

strong {
  color: #b88254;
}

.formulario-imagem {
  max-width: 100%;
  height: 100%;
  border-radius: 4px;
}

.span-img {
  display: block;
  content: "";
  width: 20rem;
  height: 15rem;
  background-image: url("../images/pop-up.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  box-shadow: 0rem 0rem 0.4rem #9e6f47;
  border-radius: 4px;

}

.imputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
}

.nome,
.telefone,
.email {
  width: 100%;
  padding: 0.4rem 0rem;
  padding-left: 0.5rem;
  color: #000000;
  font-size: 1rem;
  border: #b88254 solid 1px;
  border-radius: 4px;
}

.botao {
  display: grid;
  width: 100%;
  justify-content: end;
  color: #ffffff;
}

.button { 
  padding: 0.4rem 0.6rem;
  font-size: 1rem;
  font-weight: 500;
  border: #b88254 solid 1px;
  background-color: #b88254;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
}

.button:hover {
  background-color: #b48d6b;
}

.fechar {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 2.5rem;
  height: 2.5rem;
  border: #ffffff 2px solid;
  border-radius: 50%;
  color: #ffffff;
  background-color: #b88254;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .3);
}

.fechar:hover {
  background-color: #b48d6b;
}

@media only screen and (max-width: 750px) {

  .span-img {
    display: none;
  }

  .div-modal {
    margin: 0rem 1rem;
    margin-right: 2.2rem;
    height: 24rem;
  }

  .corpo-formulario {
    padding-top: 1rem;
    gap: 0rem;
  }

  .button {
    padding: 0.3rem 0.5rem;
  }
}

@media only screen and (max-width: 420px) {
  .span-img {
    display: none;
  }

  .div-modal {
    margin: 0rem 1rem;
    margin-right: 1.4rem;
    height: 24rem;
  }

  .corpo-formulario {
    padding-top: 1rem;
    gap: 0rem;
  }

  .button {
    padding: 0.3rem 0.5rem;
  }
}


