@import url(css/boot.css);
@import url(css/header.css);
@import url(css/form.css);
@import url(css/footer.css);

body, html {
    overflow-x: hidden;
}

::-webkit-scrollbar-thumb {
	background-color: var(--color-primary);
}
::-webkit-scrollbar {
	width: 8px;
}

.text-center{
text-align: center;
}

.mt-5{
  margin-top: 3.5rem !important;
}

.p-0 {
padding: 0 !important;
}

.overflow-hidden{
  overflow: hidden;
}

#aviso-cookies{
  position: fixed;
    bottom: 0;
    padding: 15px 15px;
    background: #FFF;
    z-index: 800;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
    -moz-box-shadow: 0px 0px 2px 2px rgba(50, 50, 50, 0.58);
    box-shadow: 0px 0px 2px 2px rgb(50 50 50 / 58%);
}

.grecaptcha-badge{
 display: none; 
}

.ul-whatsapp {
    position: fixed;
    width: 25%;
    left: -100px;
    bottom: -90px;
    background: #f3f3f3;
    border-radius: 8px;
    z-index: 999;
    box-shadow: 0 0 25px -5px #8c8c8c;
    transition: all ease-in-out .25s;
    transform: scale(0);
}
.ul-whatsapp .foto-whatsapp {
    width: 50px;
    height: 50px;
    float: left;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.ul-whatsapp .foto-whatsapp .foto {
    background-image: url(../img/logo-uaau-whats.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-right: 15px;
    float: left;
}
.whatsapp2 {
    background: linear-gradient(115deg, #0dc152, #0dc152, #1e904a);
    box-shadow: 0 0 25px -5px #3e3e3e;
    opacity: .85;
    width: 180px;
    padding: 15px 0;
    text-align: center;
    transition: all ease-in-out .2s;
    border-radius: 20px;
    position: fixed;
    font-size: 16px;
    left: 25px;
    bottom: 15px;
    z-index: 151;
    color: #fff;
    cursor: pointer;
  animation: pulse 2s infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.whatsapp i, .whatsapp2 span {
    margin-right: 10px;
}
.whatsapp2 img {
    margin-left: 15px;
    margin-right: 10px;
  width: auto;
display: unset;
  float: left;
}

.info-wpp p{
 margin-bottom: 0; 
}

.info-wpp, .whatsapp i, .whatsapp span {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    font-size: 19px;
  color: #000;
  margin-left: 10px;
}
.ul-whatsapp.shown {
    transform: scale(1);
    bottom: 90px;
    left: 20px;
}
.ul-whatsapp li {
    border-bottom: 1px solid #d8d8d8;
    transition: all ease-in-out .2s;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.ul-whatsapp li a {
    float: left;
    width: 100%;
    padding: 12px;
}
.ul-whatsapp li:hover:not(.topo-whats) {
    background: #e0e0e0;
}
.ul-whatsapp li i {
    color: #0dc152;
    float: left;
    font-size: 2.5rem;
    margin-right: 15px;
}
.ul-whatsapp::after {
    z-index: -1;
    display: inline-block;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 10px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 25px solid #f3f3f3;
}
.topo-whats {
    color: #fff;
    background: #0dc152;
    padding: 15px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1.5rem;
}
.cont-wpp {
    padding: 10px;
}

.cont-wpp .foto{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.cont-wpp .foto img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.main-menu .dropdown{    
    position: absolute;
  display: none;
  transition: all 0.7s;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #ccc;
}

.main-menu .dropdown .cada{
    padding: 12px 15px;
  transition: all 0.7s;
  background-color: #FFF;
}

.main-menu .dropdown .cada:last-child{
  border-bottom: none;
}

.main-menu .dropdown .cada:hover{
  background-color: var(--color-primary);
  color: #FFF;
  cursor:pointer;
}

.main-menu .obra-drop:hover .dropdown{
  display: block;
}

/* apresentation */
.apresentation {
    background-color: var(--color-primary);
    padding-top: 160px;
}

.apresentation .content {
    display: block;
    grid-template-columns: 52% 48%;
    grid-template-rows: 650px;
    position: relative;
}


.text-content {
    max-width: 550px;
}

.apresentation .content .left {    
    padding-left: 80px;
    padding-right: 10px;
}

.apresentation .content strong {
    display: block;
    padding-top: 30px;
    border-top: .5px solid #13636e;
    margin-bottom: 30px;
    color: var(--color-secundary);
    font-size: var(--fontsize-9);
  font-family: 'Buttler';
}

.apresentation h1 {
    font-size: 100px;
    font-weight: 500;
    line-height: .8;
    margin-bottom: 40px;
    color: var(--color-white);
    z-index: 2;
    position: relative;
    width: 640px;
}

.apresentation h1 span {
    color: var(--color-secundary-2)
}

.apresentation p {
    color: var(--color-secundary);
    line-height: 1.4;
    font-size: var(--fontsize-7);
    margin-bottom: 80px;
}

.apresentation .buttons{
    display: flex;
    align-items: center;    
}

.apresentation .buttons a.btn {
    font-weight: bold;
    padding: 22px 40px;
    font-size: var(--fontsize-6);
    width: 100%;
}

.apresentation .buttons a:last-of-type {
    margin-left: 50px;
    display: flex;
    align-items: center;
    padding: 22px 10px;
}

.apresentation .buttons a:last-of-type img {
    width: 30px;
    margin-left: 15px;
}

.apresentation .content .cover {
    background-image: url(../img/construa.png);
    background-size: cover; 
    background-repeat: no-repeat;
}

/* ABOUT US */
.about-us {
    background-color: var(--color-primary);
}

.about-us .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 200px 0px;
    display: flex;
    justify-content: space-between;
}
.about-us .content .title {
    width: 40%;
    display: grid;
    grid-template-areas: "vertical title"
                         "vertical desc"
    ;
    grid-template-columns: min-content 1fr;
    color: var(--color-white);
}

.about-us .content .title .vertical {
    font-size: var(--fontsize-4);
    font-family: var(--family-title);
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    grid-area: vertical;
    padding-left: 50px;
    color: #236A75;
  text-align: right;
}

.about-us .content .title h2 {
    width: 100%;
    margin-bottom: 40px;
    grid-area: title;
    font-size: var(--fontsize-1);
    line-height: .8;
    position: relative;
    font-weight: 500;
  color: #FFF;
}

.about-us .content .title h2 img {
    width: 100px;
    height: 35px;
    position: absolute;
    right: -35px;
    top: 120px;
}

.about-us .content .features {
    grid-area: desc;
    display: grid;
    grid-template-columns: 75px 75px 75px;
    gap: 30px;
    margin-left: 10px;
  margin-top: 30px;
}

.about-us .content .features h4 {
    font-size: var(--fontsize-5);
}

.about-us .content .features h4.especial::after {
    content: '+';
}
 
.about-us .content .features p {
    font-size: var(--fontsize-10);
    color: var(--color-secundary);
}

.about-us .content .desc {
    width: 50%;    
}

.about-us .content .desc p {
    margin-top: 25px;
    font-size: var(--fontsize-7);
    line-height: 2;
    margin-bottom: 20px;
    color: var(--color-secundary);
}

.about-us .content .desc a {
    color: var(--color-white);
    text-decoration: none;
    font-weight: bold;
    font-size: var(--fontsize-6);    
    display: flex;
    align-items: center;
    transition: .2s;
}

.about-us .content .desc a:hover {
    color: var(--color-secundary);
}

.about-us .content .desc a img {
    width: 30px;
    position: relative;
    top: 2px;
    margin-left: 15px;
}

/* DIFFERENTIALS */
.differentials {
    background-color: var(--color-primary);
}

.differentials .content {
    display: flex;
    justify-content: space-between;
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 100px 0px;
    
}

.differentials .content .cover {
    width: 40%;
    position: relative;
  overflow: hidden;
}

.differentials .content::after{
        content: ' ';
    background-image: url(img/grade.png);
    width: 541px;
    height: 772px;
    position: absolute;
    background-repeat: no-repeat;
    margin-left: -72px;
    margin-top: -28px;
    z-index: 0;
    background-size: contain;
}

.differentials .content .cover img.diferencial {
    width: 418px;
    position: absolute;
    top: -25px; 
    right: 0;
    z-index: 2;
  object-fit: cover;
  height: 600px;
}
.differentials .content .cover img.grade {
    width: 450px;
    height: 700px;
    position: absolute;
    top: 20px;
    right: 70px;
    z-index: 1;
}

.differentials .content .desc {
    width: 60%;
    display: grid;
    grid-template-columns: 1fr 1fr;   
    margin-left: 60px; 
    color: var(--color-white);
    column-gap: 30px;
}

.differentials .content .desc > h2,
.differentials .content .desc > p {
    grid-column: span 2;
}

.differentials .content .desc > h2 {
    font-size: var(--fontsize-2);
    margin-bottom: 65px;
}

.differentials .content .desc article {
    margin-bottom: 45px;
}

.differentials .content .desc img {
    height: 48px;
    width: 48px;
    margin-bottom: 20px;
}

.differentials .content .desc article h4{
    font-size: var(--fontsize-6);
    margin-bottom: 20px;
    color: var(--color-secundary);
}


.differentials .content .desc li {
    margin-bottom: 12px;
    font-size: var(--fontsize-8);
    font-weight: 600;
}

.differentials .content .desc > p {
    font-size: var(--fontsize-7);
    margin-bottom: 40px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 50px;
}

.differentials .content .desc > a {
    width: max-content;
    padding: 25px 50px;
    font-size: var(--fontsize-8);
    font-weight: bold;
}

/* PROPERTIES FOR SALE */
.properties-for-sale .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    padding: 150px 0 0 0;
    margin: 0 auto;
    display: grid;
    grid-template-areas: "title desc"
                         ". slide"
                         ". actions";
  overflow: hidden;
}

.properties-for-sale .content > h2 {
    grid-area: title;
    color: var(--color-primary);
    font-size: var(--fontsize-3);
    line-height: 1;
    margin-right: 100px;
  max-width: 300px;
  position: absolute;
}

.properties-for-sale .content > p {
    grid-area: desc;
    font-size: var(--fontsize-9);
    color: var(--color-long-text);
    max-width: 750px;
    position: relative;
    top: 20px;
  line-height: 1.5;
}

.properties-for-sale .slide-container-imoveis {
    grid-area: slide;    
    overflow-x: hidden;
    scroll-behavior: smooth;
    display: flex;
    margin-top: 80px;
}

.properties-for-sale .slide-container-imoveis .item-slide .desc {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.properties-for-sale .slide-container-imoveis .item-slide .number {
    font-size: 48px;
    color: var(--color-primary);
    font-family: var(--family-title);
    font-weight: bold;
}

.properties-for-sale .slide-container-imoveis .item-slide .local {
    font-size: var(--fontsize-8);
    color: var(--color-short-text);
    font-weight: bold;
    margin-bottom: 3px;
    text-align: right;
}

.properties-for-sale .slide-container-imoveis .item-slide .city {
    font-size: var(--fontsize-10);
    color: var(--color-long-text);
    font-weight: normal;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.properties-for-sale .slide-container-imoveis .item-slide .city img {
    width: 10px;
    margin-left: 7px;
}

.properties-for-sale .actions {
    grid-area: actions;
    display: flex;
    margin-top: 70px;
}

.properties-for-sale .actions .buttons{
  display: flex;
}

.properties-for-sale .actions img {
    width: 24px;
    margin-right: 10px;
    cursor: pointer;
}

.properties-for-sale .actions a {
    margin-left: 40px;
}

.properties-for-sale .author .foto-principal{
height: 230px;
  object-fit: cover;
  transition: all 0.7s;
}

.properties-for-sale .author .foto-principal:hover{
  transform: scale(1.2);
}

/* OUR PROJECTS */

.line-mark {
    height: 1px;
    background-color: var(--color-long-text);
    position: relative;    
    max-width: 1220px;
    margin: 150px auto 0 auto;
    width: 90%;
}

.line-mark img {
    width: 70px;
    padding: 10px 25px;
    background-color: var(--color-white);
    position: absolute;
    top: 50%;
    left: 200px;
    transform: translateY(-50%);
    z-index: 2;
}

.our-projects {
    padding: 150px 100px 60px 100px;
    text-align: center;
}

.our-projects h2 {
    margin-bottom: 15px;
    font-size: var(--fontsize-3);
    color: var(--color-primary);
}

.our-projects p {
    color: var(--color-long-text);
    line-height: 1.4;
    font-size: var(--fontsize-9);
    max-width: 720px;
    margin: 0 auto;
}

.line {
    background-color: var(--color-primary);
    max-width: 900px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}


/* WORKS DELIVERED */
.content-minor {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
}

.works-delivered {
    padding: 60px 100px 60px 100px;
    display: grid;
    grid-template-areas: "cover desc"
                            "cover desc";
    position: relative;
}

.works-delivered::after {
    bottom: 0;
    right: 50px;
    position: absolute;
    content: '';
    background-color: var(--color-primary);
    max-width: 900px;
    margin: 0 auto;
    height: 1px;
    display: block;
    width: 700px;
}

.works-delivered img {
    grid-area: cover;
}

.works-delivered .wrapper {
    grid-area: desc;
    color: var(--color-long-text);
    line-height: 1.4;
    padding-left: 50px;
}

.works-delivered h2 {
    font-size: var(--fontsize-4);
    color: var(--color-primary);
    margin-bottom: 15px;
}

.works-delivered p {
    font-size: var(--fontsize-9);
    max-width: 450px;
    margin-right: auto;
}

.works-delivered a {
    display: inline-block;
    margin-top: 40px;
    font-size: var(--fontsize-9);
}

/* WORKS IN PROGRESS */
.works-progress {
    padding: 60px 100px 60px 100px;
    display: grid;
    grid-template-areas: "desc cover"
                            "desc cover";
    position: relative;
    margin-bottom: 200px;
    text-align: right;
}

.works-progress::after {
    bottom: 0;
    right: 50px;
    position: absolute;
    content: '';
    background-color: var(--color-primary);
    max-width: 900px;
    height: 1px;
    display: block;
    width: 700px;
}

.works-progress img {
    grid-area: cover;
}

.works-progress .wrapper {
    grid-area: desc;
    color: var(--color-long-text);
    line-height: 1.4;
    padding-right: 50px;    
}

.works-progress h2 {
    font-size: var(--fontsize-4);
    color: var(--color-primary);
    margin-bottom: 15px;
}

.works-progress p {
    font-size: var(--fontsize-9);
    max-width: 450px;
    margin-left: auto;
}

.works-progress a {
    display: inline-block;
    margin-top: 40px;
    font-size: var(--fontsize-9);
}

/* WORKS */
.works {
    background-color: var(--color-primary);
    position: relative;
}

.works .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 100px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
}

.works .content .header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-column: span 3;
    margin-bottom: 90px;
}

.works .content .header h2 {
    max-width: 420px;
    font-size: var(--fontsize-3);
    color: var(--color-white);
    font-weight: bold;

}

.works .content .header p {
    width: calc(100% - 470px);
    color: var(--color-secundary);
    font-size: var(--fontsize-9);
    line-height: 2.2;
    max-width: 600px;
    position: relative;
    top: 10px;
}

.works article {
    padding: 40px 50px;
    background-color: var(--color-secundary);
    color: var(--color-primary);
    text-align: center;
    min-height: 500px;
}

.works article img {
    max-width: 60px;
    max-height: 74px;
    margin: 0 auto 30px auto;
}

.works article h3 {
    font-size: var(--fontsize-5);
    margin-bottom: 15px;
}

.works article p {
    font-size: var(--fontsize-10);
    line-height: 2;
    margin-bottom: 40px;
}

.works article a {
    font-size: var(--fontsize-9);
    padding: 10px 40px;
}

.works img.mark {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: -60px;
    z-index: 2;
}

.works img.chair {
    position: absolute;
    right: 20px;
    bottom: -80px;
    z-index: 3;
    width: 400px;
}

/* BLOG */
.blog .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 200px 0px;
}

.blog .content > h2 {
    color: var(--color-primary);
    font-size: var(--fontsize-3);
    margin-bottom: 10px;
}

.blog .content > p {
    font-size: var(--fontsize-9);
    color: var(--color-short-text);
    margin-bottom: 30px;
    line-height: 1.4;
}

.blog .content .posts {
    display: flex;
   flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}


.blog .content .posts article {
    width: 100%;
  cursor: pointer;
  flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.blog .content .posts article img {  
  transition: all 1s;
}

.blog .content .posts article:hover img, .blog-lista article:hover img{
 transform: scale(1.2); 
}

.blog .content .posts article h3 {
  margin-top: 15px;
    font-size: var(--fontsize-8);
    color: var(--color-short-text);
    margin-bottom: 10px;
    height: 43px;
  overflow: hidden;
}

.articles article h2{
  height: 43px;
  overflow: hidden;
}

.blog .content .posts article a:not(.btn) {
    text-decoration: none;
    color: var(--color-primary);
    font-size: var(--fontsize-9);
    font-weight: bold;
    margin-top: 15px;
    display: flex;
    align-items: center;
    transition: .2s;
}

.blog .content .posts article a:not(.btn):hover {
    color: var(--color-secundary-2-hover);
}

.blog .content .posts article a:not(.btn) img {    
    height: 12px;
    width: 10px;
    margin-left: 15px;
    margin-bottom: 0;
}

.blog .content a.btn {
    font-size: var(--fontsize-9);
    display: block;
    width: max-content;
    margin: 50px auto;
}


/* REVIEWS */
.reviews .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 100px auto;
    padding: 0;
}

.reviews .content .left > h2 {
    font-size: var(--fontsize-3);
    color: var(--color-primary);
    margin-bottom: 65px;
}

.reviews .content .left > img {
    width: 172px;
    height: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    left: -20px;
}

.reviews .content .left {
    width: 55%;
}

.reviews .content article {
    width: 300px;
    width: 100%;
    flex-shrink: 0;
}

.reviews .content article p {
    font-size: var(--fontsize-9);
    color: var(--color-primary);
    line-height: 2.2;
    font-style: italic;
}

.reviews .content article .author {
    display: flex;
    margin: 30px 0;
    align-items: center;
}

.reviews .content article .author img {
    width: 75px;
    height: 75px;
    height: auto;
    margin-right: 25px;
}

.reviews .content article .author h4 {
    font-size: var(--fontsize-5);
    color: var(--color-short-text);
    margin-bottom: 0;
    line-height: 1;
}

.reviews .content article .author p {
    font-size: var(--fontsize-9);
    color: var(--color-long-text);
}

.reviews .content .bullets {
    display: flex; 
    margin-top: 40px;   
}

.reviews .content .bullets span {
    width: 7px;
    height: 7px;
    background-color: var(--color-long-text);
    border-radius: 50%;
    margin-right: 5px;
    transition: .2s;
    cursor: pointer;
}

.reviews .content .bullets span:hover,
.reviews .content .bullets span.active {
    background-color: var(--color-primary);
}

.reviews .content .right {
    width: 45%;
}

.reviews .content .buttons {
    margin-left: 100px;
    display: flex;
    align-items: center;
}

.reviews .content .buttons img {
    width: 30px;
    margin-right: 10px;
    cursor: pointer;
}

@media screen and (min-width: 1200px){
  .hide-desktop{
    display: none;
  }
  .paddingLeftZero{
    padding-left: 0px !important;
  }
  .paddingRight75 {
    padding-right: 7.5px !important;
}
  .paddingLeft75{
    padding-left:7.5px !important;
  }
  .paddingRightZero {
    padding-right: 0px !important;
}
}


@media screen and (max-width: 1199.98px){
  .hide-mobile{
    display: none;
  }
  .differentials .content::after{
    width: 458px;
    height: 742px;
  }
    .paddingRight75Mobile{
    padding-right: 7.5px !important;
  }
  .paddingLeft75Mobile{
    padding-left: 7.5px !important; 
  }
}

@media screen and (max-width: 1740px) {
    .works img.mark {
        width: 200px;
    }
}
@media screen and (max-width: 1364px) {
    .works img.mark {
        width: 150px;
    }
    .works img.chair {
        width: 300px;
    }
    footer .mark {
        position: absolute;
        left: 0;
        bottom: -100px;
        width: 108px;
    }
}
@media screen and (max-width: 1168px) {
    .mobile {
        position: static;
    }
    .apresentation {
        padding-top: 0;
    }
 	.apresentation h1{
		font-size: 66px;
		width: 474px;
	}
	.apresentation p{
		max-width: 	495px;
	}
    .about-us .content {
        padding: 140px 0px;
    }
    .about-us .content .desc {
        width: 55%;
    }
    .about-us .content .title h2 img {
        width: 100px;
        height: 27px;
        position: absolute;
        right: -61px;
        bottom: -95px;
    }
    .about-us .content .title h2 {
        width: 199px;
        margin-bottom: 0px;
        font-size: 80px;    
        height: 0px;
    }
    .about-us .content .title .vertical {
        padding-left: 30px;
        position: relative;
        top: -65px;
    }
    .about-us .content .features {
        gap: 10px;
        margin-left: 4px;
    }
    .differentials .content .desc > h2 {
        font-size: var(--fontsize-3);
        margin-bottom: 50px;
        line-height: 1.2;
    }
    .differentials .content .desc img {
        margin-bottom: 10px;
    }
    .differentials .content .desc article h4 {
        margin-bottom: 15px;
    }
    .differentials .content .desc article {
        margin-bottom: 30px;
    }
  
    .properties-for-sale .slide-container-imoveis .item-slide .number {
        font-size: 34px;
    }
    .properties-for-sale .content {
        padding: 140px 0px;
    }
    .blog .content {
        padding: 140px 0px;
    }
    .reviews .content .left > h2 {
        margin-bottom: 40px;
    }
    .reviews .content .left > img {
        width: 100px;
        height: 80px;
    }
    
}

@media screen and (max-width: 1000px) {
    .apresentation .content {
        grid-template-columns: 55% 45%;
    }
    .apresentation h1 {
        width: 100%;
    }
    .about-us .content {
        flex-direction: column;
        justify-content: center;

    }    
    .about-us .content .title {
        grid-template-areas:
            "vertical vertical"
            "title title"
            "desc desc";
        max-width: 500px;
        width: 100%;
        grid-template-rows: repeat(2, 1fr);   
        align-self: center;     
    }
    .about-us .content .desc {
        width: 100%;
        padding-left: 10px;
      margin-top: 3rem;
    }
    .about-us .content .title .vertical {
        writing-mode: initial;
        transform: rotate(0deg);
        padding-left: 0px;
        top: 0;
        /* height: 0px; */
        text-align: center;
        padding: 10px;
    }
    .about-us .content .title h2 {
        width: 100%;
        margin-bottom: 0px;
        height: 0px;
        display: block;
    }
    .about-us .content .title h2 img {
        width: 44px;
        right: 41px;
        top: 0;
    }
    .about-us .content .features {
        grid-template-columns: 1fr 1fr 1fr;
    }    
    .about-us .content .desc p {
        margin-top: 35px;
    }
    .differentials .content {        
        flex-direction: column;
    }
    .differentials .content .cover {
        display: none;
    }
    .differentials .content .desc {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-left: 0;
        gap: 0;
    }
    .differentials .content .desc > h2 {
        width: 100%;
        text-align: center;
    }
    .differentials .content article {
        width: 35%;
        text-align: center;
    }
    .differentials .content .desc img {
        margin: 0 auto 10px auto;
    }
    .differentials .content .desc > p {
        text-align: center;
    }
    /* .properties-for-sale .content {
        padding: 100px 0px;
    } */
    .properties-for-sale .content {
        grid-template-areas:
            "title title"
            "desc desc"
            "slide slide"
            "actions actions";
        grid-template-columns: 1fr 1fr;
        padding: 100px 0px;
    }
    .properties-for-sale .content > h2 {
        margin-bottom: 20px;
    }
    .properties-for-sale .content > h2 br {
        display: none;    
    }
    /* .properties-for-sale .content {
        grid-template-areas:
            "title desc"
            "slide slide";
        grid-template-columns: 300px 1fr;        
    } */
    .properties-for-sale .slide-container-imoveis .actions {
        margin-top: 50px;
        justify-content: center;
    }
    .works .content .header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .works .content .header h2 {
        max-width: 100%;
        margin-bottom: 15px;
    }
    .works .content .header p {
        width: 100%;
        text-align: center;
    }
    .works img.mark {
        width: 100px;
        bottom: 0px;
    }
    .works img.chair {
        width: 230px;
        bottom: -30px;
    }
    .blog .content {
        padding: 100px 0px;
    }
  .differentials .content::after{
    display: none;
  }
}
@media screen and (max-width: 830px) {
    .works .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: 0;
    }
    .works .content .header p {
        max-width: 100%;
        text-align: left;
    }
    .works article {
        width: 47%;
        margin-bottom: 3%;
    }
    .works img.mark {
        width: 100px;
    }
    .works img.chair {
        width: 280px;
    }
}
@media screen and (max-width: 800px) {    
    .apresentation .content {
        grid-template-columns: 0% 100%;
        grid-template-rows: 600px;
    }
    .apresentation .content .text {
        width: 100%;
        margin: 0 auto;
        background-image: linear-gradient(to right, #000000d1, #000000d4, transparent);
        padding-inline: 0;
    }    
    .apresentation .buttons a.btn {
        padding: 18px 25px;
        font-size: 16px;
    }
    .about-us .content {
        padding: 80px 0px;
    }
    .about-us .content .title {
        align-self: flex-start;
    }
    .about-us .content .title .vertical {
        font-size: 20px;
        text-align: left;    
    }
    .about-us .content .features {
        grid-template-columns: 100px 100px 100px;
        margin-top: 30px;
        justify-self: flex-start;
        margin-left: 10px;
    }
    .differentials .content {
        padding: 80px 0px;
    }
    .differentials .content .desc {
        justify-content: flex-start;
    }
    .differentials .content .desc > h2 {
        width: 100%;
        text-align: left;
    }
    .differentials .content article {
        width: 48%;
        text-align: left;
    }
    .differentials .content .desc img {
        margin: 0 0 10px 0;
    }
    .differentials .content .desc > p {
        text-align: left;
    }   
    .properties-for-sale .content {    
        padding: 80px 0px;
    } 
    .line-mark {
        margin: 50px auto 0 auto;
    }
    .our-projects {
        padding: 80px 0 80px 0px;
    }
    .works-delivered {
        padding: 80px 0px 80px 0px;
    }
    .works-progress {
        padding: 80px 0px 80px 0px;
        margin-bottom: 80px;
    }
    .works .content {
        display: flex;
        flex-wrap: wrap;
    }
    .works .content .header p {
        text-align: left;
    }
    .works article {
        width: 48%;
        margin-bottom: 4%;
    }
    .works article:last-of-type {
        width: 100%;
        min-height: auto;
    }
    /* .works img.mark {
        width: 220px;
    }
    .works img.chair {
        width: 430px;
    } */
    .blog .content {
        padding: 80px 0px;
    }
    .blog .content .posts {
        flex-wrap: wrap;
    }
    .blog .content .posts article {
        width: 48%;
        margin-bottom: 10%;
       flex: 0 0 50%;
    max-width: 50%;
    }
    .blog .content .posts article:last-of-type {
        display: block;
    }
    .reviews .content {
        margin: 0 auto 80px auto;
    }
    .reviews .content .left {
        width: 80%;
    }
    .reviews .content article {
        width: 85%;
    }
    .reviews .content .right {
        width: 20%;
    }
    .reviews .content .buttons {
        margin-left: 0;
    }
    
}

@media screen and (max-width: 640px) {
    .works-progress,
    .works-delivered {
        display: grid;
        grid-template-areas:
            "cover cover"
            "desc desc";
    }

    .works-progress img,
    .works-delivered img {
        height: 100px;
        object-fit: cover;
        margin-bottom: 25px;
    }
    .works-delivered .wrapper {
        padding-left: 0px;
    }
    .works-progress .wrapper {
        padding-right: 0px;
    }
    .works-progress .wrapper,
    .works-delivered .wrapper {        
        text-align: center;
    }
    .works-progress p,
    .works-delivered p {
        max-width: 100%;
    }
    .works-delivered::after,
    .works-progress::after{
        max-width: 100%;
        right: 0;
    }
    .works .content {
        justify-content: center;
    }
    .works article,
    .works article:last-of-type {
        width: 80%;
        margin-bottom: 3%;
    }
    .works img.mark {
        width: 130px;
    }
    .works img.chair {
        width: 280px;
        right: 5px;
    }   
    .differentials .content .desc article {
        padding-right: 10px;
    }
  .properties-for-sale .author .foto-principal{
    height: 165px;
  }
 
}

@media screen and (max-width: 570px) {
    .about-us .content .title h2 img {
        width: 36px;
        height: 21px;
        bottom: -30px;
        right: 27px;
    }

}
@media screen and (max-width: 500px) {
    .apresentation .content {
        grid-template-rows: 475px;
    }
    .apresentation .content .text {        
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .apresentation .content strong {
        border: none;
        margin-bottom: 15px;
    }
    .apresentation h1 {
        font-size: var(--fontsize-1);
        margin-bottom: 25px;
    }
    .apresentation p {
        margin-bottom: 25px;
    }
    .apresentation .buttons a:last-of-type {
        margin-left: 15px;
    }
    .about-us .content .title h2 {        
        font-size: var(--fontsize-1);
    }
    .about-us .content .title h2 img {     
        right: initial;
        bottom: -25px;
        left: 191px;      
      margin-left: 24px;
    }
    .about-us .content .features {
        grid-template-columns: 80px 80px 80px;
    }
    .about-us .content .desc p {
        margin-top: 25px;
    }
    .differentials .content .desc > p {
        font-size: var(--fontsize-8);
    }
    .properties-for-sale .content {
        padding: 60px 0px;
    }
    .properties-for-sale .content > p {
        margin-bottom: 30px;
    }

    .our-projects {
        padding: 60px 0 60px 0px;
    }
    .works-delivered {
        padding: 60px 0px 60px 0px;
    }
    .works-progress {
        padding: 60px 0px 60px 0px;
        margin-bottom: 60px;
    }
    .works .content {
        padding: 60px 0px;
    }
    .works .content .header p {
        line-height: 1.5;
    }
    .works article,
    .works article:last-of-type {
        width: 100%;
        margin-bottom: 5%;
    }
    .works article p {
        line-height: 1.5;
    }
    .works img.mark {
        width: 90px;
    }
    .works img.chair {
        width: 220px;
        right: 0px;
    }
    .blog .content {
        padding: 60px 0px;
    }
    .blog .content > p {
        margin-bottom: 25px;
    }
    .blog .content .posts article {
        width: 100%;
    }
    .blog .content a.btn {
        margin: 25px auto;
    }
    .reviews .content .left > h2 {
        margin-bottom: 25px;
    }
    .reviews .content .right {
        display: none;
    }
    .reviews .content .left {
        width: 100%;
    }
    .reviews .content article {
        width: 100%;
    }
    .reviews .content article p {
        line-height: 1.5;
    }
}
@media screen and (max-width: 470px) {   
    .apresentation .buttons {
        flex-direction: column;
        width: max-content;
        gap: 4px;
    } 
    .apresentation .buttons a.btn {
        font-size: var(--fontsize-8);
        padding: 15px 20px;
    } 
}
@media screen and (max-width: 450px) {        
    .differentials .content .desc {
        justify-content: space-between;
    }    
    .differentials .content .desc li {
        font-size: 12px;
    }    
    .form-contato {        
        background-color: var(--color-secundary);
    }
    .form-contato form {
        border-top: none;
        border-bottom: none;
    }
}
@media screen and (max-width: 320px) { 
    .differentials .content article {
        width: 100%;        
    }
}



/* MAIN ABOUT */
.about {
    background-color: var(--color-primary);
    /* height: 860px; */
    padding-top: 160px;
}

.about > img {
    display: none;
}
.about h1 {
    font-size: var(--fontsize-1);
    color: var(--color-white);
    text-align: center;
    position: relative;
    width: max-content;
    padding-top: 50px;
    margin: 0 auto 10px auto;
    font-weight: 500;
}

.about h1 img {
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 67px;
    right: -33px;
}

.about .more-details {
    display: flex;
    max-width: 350px;
    margin: 0 auto;
    justify-content: space-between;
}

.about .more-details div {
    max-width: 100px;
}

.about .more-details h4 {
    font-size: 24px;
	margin-bottom: 5px;
    color: var(--color-white);
}

.about .more-details h4.especial::after {
    content: '+';
}

.about .more-details p {
    font-size: var(--fontsize-10);
	color: var(--color-secundary);
	margin-bottom: 40px;
}

.about .content {
    max-width: 835px;
    padding: 0 40px;
    margin: 0 auto;
}

.about .content > p {
    font-size: var(--fontsize-8);
	color: var(--color-secundary);
    margin: 0 auto 50px auto;
    text-align: center;
    padding-bottom: 275px;
  line-height: 2;
}

/* DESCRIPTION ABOUT */
.desctription > img.destaque {    
    max-width: 1220px;
    position: relative;
    top: 0px;
    width: 100%;
    margin: 0 auto 50px auto;
}

.desctription {
    margin-top: -240px;
}

.desctription .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 200px;
}

.desctription .content .cover {
    width: 500px;
    height: 700px;
  background-size:cover;
  background-repeat: no-repeat;
}

.desctription .content .details {
    width: calc(100% - 570px);
}

.desctription .content .details p {
    font-size: var(--fontsize-8);
    color: var(--color-long-text);
    line-height: 2;      
    margin-bottom: 30px;
}

/* INFO ABOUT */

.info .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto 100px auto;
    display: flex;
    justify-content: space-between;    
}

.info .content article {
    width: 32%;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 40px;
    min-height: 500px;
}

.info .content article img {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
}

.info .content article h2 {
    font-size: var(--fontsize-5);
    color: var(--color-secundary);
    margin-bottom: 20px;
}

.info .content article ul {
    list-style-type: disc;
    margin-left: 20px;
}
.info .content article p,
.info .content article li {
    color: var(--color-secundary);
    font-size: var(--fontsize-10);
    line-height: 2;
}

.info .content article li {
    margin-bottom: 15px;
}

/* ALREADY DELIVER */
.deliver .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 200px auto 420px auto;
    display: flex;
    justify-content: space-between;
}

.deliver .content .text {
    width: 500px;
}

.deliver .content .text h2 {
    font-size: var(--fontsize-5);
    color: var(--color-primary);
    margin-bottom: 20px;
}

.deliver .content .text p {
    font-size: var(--fontsize-8);
    color: var(--color-long-text);
    margin-bottom: 40px;
    line-height: 2;
}

.deliver .content .text a {
    font-size: var(--fontsize-9);
    padding: 17px 20px;
    width: 200px;
}

.deliver .content .cover {
    width: calc(100% - 570px);
    position: relative;
}

.deliver .content .cover img.full {
    position: absolute;
    z-index: 3;
    width: 866px;
    left: 79px;
    top: -60px;
}

.form-contato form {
    transform: translate(-6%, -50%);
}

@media screen and (max-width: 1360px) {
    .about h1 img {
        width: 85px;
        height: 40px;
        bottom: 76px;
        right: -28px;
    }
    .deliver .content .cover img.full {
        width: 750px;
        right: -259px;
        top: -60px;
        left: initial;
    }
    .form-contato form {
        right: 5%;
        transform: translateY(-50%);        
        left: initial;
    }
        
}
@media screen and (max-width: 1168px) {
    .mobile {
        position: static;
    }
    .about {
        padding-top: 0;
    }
    .about h1 img {
        width: 53px;
        height: 30px;
        bottom: 47px;
        right: -18px;
    }
    .desctription .content .cover {
        width: 40%;
        height: auto;
    }
    .desctription .content .details {
        width: 55%;
    }
    .desctription .content {
        margin-bottom: 140px;
    }
    .info .content {
        flex-wrap: wrap;
    }
    .deliver .content {
        margin: 140px auto 140px auto;
        flex-wrap: wrap;
    }
    .deliver .content .text {
        width: 55%;
    }
    .deliver .content .cover {
        width: 35%;
    }
    .deliver .content .cover img.grade {
        top: -80px;
        right: -60px;
        height: 400px;
    }    
}

@media screen and (max-width: 1168px) {
    .info .content article {
        width: 48%;
        margin-bottom: 4%;
        padding: 50px 40px;
        min-height: auto;
    }
    .deliver .content .text {
        width: 100%;
    }
    .deliver .content .cover {
        display: none;
    }
}
@media screen and (max-width: 800px) {
    .desctription {
        margin-top: -290px;
    }
    .desctription .content {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .desctription .content .cover {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    .desctription .content .details {
        width: 100%;
    }
    .deliver .content {
        margin: 80px auto 80px auto;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .deliver .content {
        margin: 80px auto 80px auto;
        flex-direction: column-reverse;
    }
    .deliver .content .text {
        width: 100%;
    }
    .deliver .content .cover {
        width: 100%;
        height: 230px;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .deliver .content .cover img.full {
        position: relative;        
    }
    .form-contato form {
        width: 100%;
        right: initial;
    }
}
@media screen and (max-width: 700px) {
    .about > img {
        display: block;
    }
    .desctription > img.destaque {
        display: none;
    }
    .about .content {
        max-width: 90%;
        padding: 0 0px;
    }
    .about .content > p {
        font-size: 14px;
        margin: 0 auto 0px auto;
        padding-bottom: 74px;
    }
    .about .more-details {
        max-width: 285px;        
        position: relative;
        left: 15px;
    }    
    .about .more-details h4 {
        font-size: 16px;
        margin-bottom: 2px;
    }
    .desctription {
        margin-top: 40px;
    }
    .desctription .content {
        margin-bottom: 40px;
    }
    .desctription .content .cover {
        height: 200px;
    }
    .info .content article:last-of-type {
        width: 100%;
    }
    .info .content {
        margin: 0 auto 60px auto;    
    }       
    .form-contato form {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 500px) {
    .about h1 {
        padding-top: 20px;
    }
    .about h1 img {
        width: 53px;
        height: 19px;
        bottom: 24px;
        right: -21px;
    }    
    .info .content article {
        width: 100%;
        padding: 40px 20px;
        position: relative;
        left: calc(-100% - 40px);
        transition: .2s;
        opacity: 0;
    }

    .info .content article.active {
        left: 0;
        opacity: 1;
    }

    .form-contato form {
        width: 100% !important;
        padding: 30px 20px !important;
        border-top: none;
        border-bottom: none;
    }
}


.title {
    background-color: var(--color-primary);
    padding-top: 160px;
}

.title h1 {
    font-size: var(--fontsize-3);
    color: var(--color-white);
    margin-bottom: 20px;
    padding-bottom: 100px;
}

.title h2 {
    font-size: var(--fontsize-5);
    color: var(--color-secundary);
    margin-bottom: 25px;
}

.title-content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    padding: 50px 0px;
    margin: 0 auto;
    min-height: 300px;
}

.article-container {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    padding-inline: 0px;
    margin: -100px auto 40px auto;
}

.article-container .cover {
    margin-bottom: 100px;
}

.politica-de-uso .article-content{
  background-color: #FFF;
  padding: 15px;
  border-radius: 6px;
}

.article-content {
    max-width: 680px;
    margin: 0 auto;
}

.article-content h2 {
    font-size: var(--fontsize-5);
    margin-bottom: 20px;
    color: var(--color-primary);
}


.article-content p {
    font-size: var(--fontsize-9);
    color: var(--color-long-text);
    margin-bottom: 30px;
}

.article-content .image {
    text-align: center;
    margin: 50px auto 50px auto;
}

.article-content .image span {
    margin-top: 15px;
    color: var(--color-short-text);
    font-size: var(--fontsize-9);
    display: inline-block;
}

.article-content .back {
    margin: 40px auto 20px auto;
    display: block;
    max-width: max-content;
}

.article-content ul:not(.midias) {
    list-style: circle;
    list-style-position: inside;
    color: var(--color-long-text);
    margin: 20px 0 30px 0;
}

.article-content a:not(.back) {
    text-decoration: none;
    color: var(--color-secundary-2);
    font-weight: bold;
}

.article-content ul li {
    margin-bottom: 5px;
}

.article-social {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-social h3 {
    font-size: var(--fontsize-9);
    color: var(--color-primary);
}

.article-social .midias {
    display: flex;
    align-items: center;
}

.article-social .midias img {
    width: 20px;
  height: 20px;
    margin-right: 10px;
}

.article-social li {
    color: var(--color-short-text);
    color: var(--color-primary);
}

@media screen and (max-width: 1168px) {
    .title {
        padding-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .title-content {
        min-height: 280px;
    }
    .title h1 {
        font-size: var(--fontsize-5);        
        padding-bottom: 60px;
    }
    .article-container .cover {
        margin-bottom: 40px;
    }    
}


.blog-title {
    background-color: var(--color-primary);
    color: var(--color-white);
    min-height: 300px;    
    padding-top: 160px;
}

.blog-title .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 200px;
}

.blog-title .content h1 {
    font-size: var(--fontsize-3);
}

.blog-title p {
    font-size: var(--fontsize-9);
    line-height: 1.5;
    max-width: 700px;
    color: var(--color-secundary);
}

.blog-lista.articles {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: -100px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-lista.articles article {
 width: 100%;
 flex: 0 0 33.333333%;
 max-width: 33.333333%;
}

.articles article h2 {
    font-size: var(--fontsize-8);
    color: var(--color-short-text);
    margin-top: 15px;
    margin-bottom: 10px;
    min-height: 50px;
}

.articles article hr {
    height: 1px;
    background-color: #222;
}

.articles article a {
    margin-top: 10px;
    font-size: var(--fontsize-9);
    color: var(--color-primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.articles article a:hover {
    color: var(--color-secundary-2-hover);
}

.articles article a img {
    max-width: 7px;
    height: 10px;
    position: relative;
    top: 2px;
    margin-left: 10px;
}

.nav {
    margin: 0 auto 0 auto;
  display: block;
  text-align: center;
}

.nav nav{
  display: unset;
  
}

@media screen and (max-width: 1440px) {
    .blog-title p {
        width: 55%;
    }
}

@media screen and (max-width: 1168px) {
    .mark {
        display: none;
    }
    .blog-title {
        padding-top: 0;
    }
    .blog-title p {
        width: 55%;
    }
    .articles article {
        width: 48%;
        margin-bottom: 80px;
    }
    .nav {
        margin-top: 0;
    }
}
@media screen and (max-width: 700px) {    
    .blog-title .content {
        flex-direction: column;
        text-align: center;
        padding-bottom: 0;
    }
    .blog-title .content h1 {
        margin-bottom: 25px;
    }
    .blog-title p {
        width: 100%;
        padding-bottom: 100px;
    }
    .blog-lista.articles {    
        margin: -50px auto 0 auto;
    }
   .blog-lista.articles article {
        width: 100% !important;
        margin-bottom: 60px !important;
     height: auto !important;
         flex: 0 0 50%;
    max-width: 50%;
    }    
}

@import url(boot.css?v=1.0.0);
@import url(header.css);
@import url(form.css);
@import url(footer.css);

body {
    overflow-x: hidden;
}

.construction {
    position: relative;
    background-color: var(--color-primary);    
    min-height: 500px;
    padding-top: 160px;
    padding-bottom: 160px;
  margin-bottom: 670px;
}

.construction .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 100px 0px;
    display: flex;
    justify-content: space-between;
    z-index: 3;
}

.construction .content > h1 {
    font-size: var(--fontsize-3);
    color: var(--color-white);    
}

.construction .content > p {
    max-width: 730px;
    color: var(--color-secundary);
    font-size: var(--fontsize-9);
	margin-bottom: 100px;    
}

.construction .articles {
    display: flex;
    justify-content: space-between;    
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 254px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0px;
    z-index: 3;
    top: 454px;
}

.construction .articles article {
    width: 48%;    
    height: 700px;
    background-size: cover;    
    position: relative;  
}

.construction .articles article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  overflow: hidden;
}

.construction .articles article .describe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-decoration: none;
}

.construction .articles .wrapper {
    min-height: 200px;
}
 
.construction .articles article h2 {
    font-size: var(--fontsize-5) !important;
	margin-bottom: 10px !important;
    color: var(--color-white) !important;
    padding: 0 40px !important;
}

.construction .articles article hr {
    height: 1px;
    background: var(--color-white);
    color: #FFF;
}

.construction .articles article p {
    font-size: var(--fontsize-10);
	line-height: 2;
    color: var(--color-white);
    padding: 20px 40px;
    margin-bottom: 50px;
}

.construction .mark {
    position: absolute;
    width: auto;
	height: 500px; 
    top: -150px;
    right: 0px;
    z-index: 2;

}

@media screen and (max-width: 1168px) {
    .construction {
        padding-top: 0;
        padding-bottom: 0;
        min-height: 400px;
    }
    .construction .articles {
        top: 270px;
    }
}

@media screen and (max-width: 1000px) { 
    .construction .content > p {
        max-width: 62%;
    }    
}

@media screen and (max-width: 800px) { 
    .construction .articles {
        flex-direction: column;
        align-items: center;
    }
    .construction .articles article {
        width: 100%;
        height: 300px;
        margin-bottom: 25px;
    }
    .construction .articles .wrapper {
        min-height: auto;
    }
    .construction .articles article h2 {
        padding: 0 20px;
    }
    .construction .articles article p {
        padding: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) { 
    .construction .content {
        flex-direction: column;
        padding: 60px 0px;
    }
    .construction .content > h1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .construction .content > p {
        max-width: 100%;
    }
}
@media screen and (max-width: 414px) { 
    .construction .articles article {
        height: auto;
        min-height: 240px;
    }
}
@media screen and (max-width: 375px) { 
    .construction {
        min-height: 300px;
    }
    .construction .articles {
        top: 290px;
    }
    .construction .articles article {
        min-height: 290px;
    }       
}
@media screen and (max-width: 320px) { 
    .construction .articles {
        top: 310px;
    }
}


.pg-contact {
    background-color: var(--color-primary);
    color: var(--color-white);
    height: 560px;
    margin-bottom: 200px;
    padding-top: 160px;
}

.pg-contact .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 50px  0 0 0;
    display: flex;
    justify-content: space-between;
}

.pg-contact .left {
    max-width: 45%;
}

.pg-contact .left h1 {
    font-size: var(--fontsize-3);
    margin-bottom: 20px;
}

.pg-contact .left p {
    font-size: var(--fontsize-9);
    color: var(--color-secundary);
  line-height: 1.7;
}

.pg-contact .left ul {
    margin-top: 30px;
}

.pg-contact .left li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--color-secundary);
}

.pg-contact .left img {
    width: 20px;
    margin-right: 10px;
}

.pg-contact .right {
    width: calc(55% - 40px);
    max-width: 1000px;
    background-color: var(--color-white);
    padding: 40px;
}

.pg-contact form input[type=text], 
.pg-contact form input[type=email], 
.pg-contact form input[type=tel], 
.pg-contact form textarea {
    background-color: #F5F5F5;
}

@media screen and (max-width: 1168px) {    
    .pg-contact {
        padding-top: 0px;
    }
}
@media screen and (max-width: 1024px) {    
    .pg-contact .content {
        justify-content: space-between;
        flex-direction: column;
    }
    .pg-contact .left {
        max-width: initial;
        width: 100%;        
    }
    .pg-contact .left h1 {
        text-align: center;
    }
    .pg-contact .left ul {
        margin: 30px 0 40px 0;
    }
    .pg-contact .right {
        max-width: initial;
        width: 60%;
        margin: 0 auto;
    }
    .pg-contact {
        height: 815px;
    }
}
@media screen and (max-width: 800px) {
    .pg-contact .right {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .pg-contact {
        height: auto;
        margin-bottom: 0px;
        padding-bottom: 20px;        
    }
    .pg-contact .right {
        padding: 40px 20px;
    }
}


.grade-container {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto 200px auto;
    padding: 0px;
}

.grade-container{
  width: 100%;
}

.execution-works .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    /* padding: 100px 0px 0px 0px; */
    margin-top: -220px;
}

.execution-works .content.mapa{
  margin-top: 100px;
}

.execution-works .content.mapa iframe{
  width: 100%;
  height: 300px;
}

.execution-works {
    overflow: hidden;
}

.execution-works .internal-execution {
    background-color: var(--color-primary);
    padding-top: 160px;
    color: var(--color-white);
    text-align: center;
    min-height: 500px;
    padding-bottom: 277px;
}

.execution-works .internal-execution p {
    font-size: var(--fontsize-5);
	margin-bottom: 8px;
    font-family: var(--family-title);
    color: var(--color-secundary);
}

.execution-works .internal-execution h1 {
    font-size: var(--fontsize-3);
    max-width: 400px;
    margin: 0 auto;
}

.execution-works .content .cover {
    position: relative;
    top: 0px;
}

.execution-works .content .wrapper-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  margin-top: 50px;
}

.execution-works .detalhes{
display: flex;
flex-wrap: wrap;
  justify-content: space-around;
}

.execution-works .detalhes .detalhe{
  display: flex;
  flex: 0 0 50%;
  margin-bottom: 2rem;
}

.execution-works .detalhes .detalhe .forte{
      font-weight: bold;
    color: #FFF;
    font-size: 17px;
}

.execution-works .detalhes .detalhe img{
  height: 28px;
  width: 28px;
  margin-right: 15px;
  margin-top: 6px;
   filter: brightness(0) invert(1);
}

.obra-interna.execution-works .content .wrapper-content{
  margin: 100px 0;
}

/* Box Text */
.box-text {
    width: 45%;
    color: var(--color-long-text);

}

.box-text h2 {
    color: var(--color-primary);
    margin-bottom: 20px;
    margin-top: 50px;
    font-size: var(--fontsize-5);
    display: flex;
    align-items: center;
}

.box-text h2 img {
    width: 20px;
    margin-right: 10px;
}

.box-text p {
    color: var(--color-long-text);
    font-size: var(--fontsize-9);
	line-height: 2;
}

.box-text li {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: var(--fontsize-9);
}

/*  Project Describe */
.wrapper-content aside {
    width: 550px;
}

.box-help,
.box-project-describe {
    width: 100%;
    padding: 50px;
    background-color: var(--color-primary);
    color: var(--color-secundary);
    position: relative;
    min-height: 400px;
}

.box-help {
    min-height: auto;
}

.others-services {
    width: 100%;
    padding: 50px;
    margin-bottom: 20px;
    background-color: var(--color-secundary);
}

.others-services h2 {
    font-size: var(--fontsize-5);
    margin-bottom: 20px;
    color: var(--color-primary);
}
.others-services a {
    text-decoration: none;
  position: relative;
  z-index: 888;
}

.others-services h3 {
    display: flex;
    align-items: center;
    font-size: var(--fontsize-8);
    height: 100%;
    color: var(--color-white);
    text-decoration: none;
}

.others-services h3 img{
    outline: none;
  filter: brightness(0) invert(1);
}

.others-services div {
    min-height: 70px;
    padding: 40px 30px;
    background-size: cover;
  position: relative;
  cursor: pointer;
}

.others-services div::after{
  content: ' ';
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.others-services div:hover::after{
      background: rgba(0,0,0,0.2);
}

.others-services img {
    width: 24px;
    margin-right: 10px;
}
.box-help h2,
.box-project-describe h2 {
    font-size: var(--fontsize-5);
    margin-bottom: 25px;    
}

.box-project-describe li {
    font-size: var(--fontsize-9);
    margin-bottom: 15px;
}

.box-project-describe{
  margin-bottom: 75px;
  padding-bottom: 100px;
}

.box-project-describe li strong{
  font-family: var(--family-text);
}

.box-project-describe .marcador-laranja{
 width: 415px;
    right: -189px;
    position: absolute;
    bottom: -145px;
}

.box-project-describe ul {
    margin-bottom: 42px;
  max-width: 80%;
}

.box-help p {
    color: var(--color-white);
    font-size: var(--fontsize-9);
}

.box-help a,
.box-project-describe a {
    margin-top: 20px;
    font-size: var(--fontsize-9);
}


/* Progress bar */
.progress h3 {
    font-size: var(--fontsize-9);
    margin-bottom: 10px;
}

.progress h3 span {
    font-weight: normal;
}

.progress-bar {
    width: 240px;
    height: 7px;
    border-radius: 5px;
    background-color: #fbfbfb;
    overflow: hidden;
}

.progress-bar-fill {
    width: 76%;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--color-secundary-2);
}

.box-project-describe img.roda {
    position: absolute;
    right: -150px;
    bottom: -80px;
    width: 300px;
}

/* Box Final Result */
.final-result {
    /* margin-top: 100px; */
    padding: 80px;
    background-color: var(--color-primary);
    background-image: url(../img/obras-entregues/bg-resultado-final.png);
    background-size: cover;
}

.final-result .result-content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--color-white);
}

.final-result .result-content .text {
    width: calc(100% - 470px);    
}

.final-result .result-content .text h2 {
    font-size: var(--fontsize-5);
    margin-bottom: 20px;
}

.final-result .result-content .text p {
    font-size: var(--fontsize-9);
    line-height: 2;
    margin-bottom: 30px;
}

.final-result .result-content .video {
    width: 440px;
    background-color: #393939;
    /* padding-top: 250px; */
    position: relative;
}

.final-result .result-content .video iframe{
    width: 100%;
  height: 300px;
}
.execution-works .content-grade {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 100px auto;
}
/* imoveis a venda interna */
.imoveis {
    background-color: var(--color-primary);
}

.imoveis .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 100px 0px;
}

.imoveis .content .title {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 50px;
}

.imoveis .content .title h2 {
    color: var(--color-secundary);
    font-size: var(--fontsize-5);
}

.imoveis .content .title p {
    max-width: 500px;
    color: var(--color-secundary);
    font-size: var(--fontsize-9);
}

.imoveis .content .options-home {
    display: flex;
    justify-content: space-evenly;
}

.imoveis .content .options-home img.cover{
height: 240px;  
  transition: all 1s;
}


.imoveis .content .options-home img.cover:hover{
  transform: scale(1.1);
}

.options-home article {
    width: 32%;
  overflow: hidden;
}

.options-home article a {
    text-decoration: none;
}

.options-home article h3 {
    color: var(--color-white);
    font-size: var(--fontsize-8);
    margin-top: 15px;
}

.options-home article span {
    margin-top: 2px;
    display: inline-block;
    font-size: var(--fontsize-10);
    font-family: var(--family-text);
    font-weight: normal;
}

.options-home article .local {
    width: 10px;
    display: inline;
    fill: #000;
    vertical-align: middle;
}

@media screen and (max-width: 1300px) {
    .final-result{
        padding: 40px 0;
    }
}
@media screen and (max-width: 1168px) {
    .execution-works .internal-execution {
        padding: 60px 0 0 0;
    }
    .execution-works .content {
        margin-top: -300px;
    }
    .wrapper-content aside {
        width: 40%;
    }
    .progress-bar {
        width: 100%;
    }
    .box-project-describe img.roda {
        width: 130px;
    }
}
@media screen and (max-width: 930px) {
    .execution-works .internal-execution {
        height: auto;
    }
    .execution-works .internal-execution h1 {
        padding: 0 40px 100px 40px;
    }
    .final-result {
        margin-top: 0px;
    }
    .final-result .result-content {
        flex-direction: column;
    }
    .final-result .result-content .text {
        width: 100%;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 880px) {
    :root {
        --fontsize-3: 36px;
        --fontsize-5: 20px
    }
    .execution-works .internal-execution {
        padding: 60px 0 0 0;        
        min-height: 470px;
    }
    .execution-works .content .wrapper-content {
        margin-top: 50px;
        flex-direction: column-reverse;
    }
    .box-text {
        width: 100%;
    }
    .wrapper-content aside {
        width: 600px;
        margin: 0 auto 70px auto;
        max-width: 100%;
    }
  .box-project-describe{
    margin-bottom: 30px;
  }
    .grade-works {
        margin-top: 50px;
    }
    .execution-works .content {
        padding: 0px 0px 100px 0px;
    }
    .imoveis .content .title h2 {
        width: 43%;
    }
    .imoveis .content .title p {
        max-width: initial;
        width: 55%;
    }
    .imoveis .content .options-home {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 768px) {
    .imoveis .content .title {
        gap: 20px;
        flex-direction: column;
    }
    .imoveis .content .title h2 {
        width: 100%;
        text-align: center;
    }
    .imoveis .content .title h2 br {
        display: none;
    }
    .imoveis .content .title p {
        max-width: initial;
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .execution-works .internal-execution {
        padding: 60px 0px;
        min-height: 370px;
    }
    .box-project-describe {
        padding:40px 20px;
        min-height: auto;
    }
    .execution-works .content {
        margin-top: -140px;
    }
    .box-project-describe img.roda {
        display: none;
    }
    .options-home article {
        width: 48%;
        margin-bottom: 35px;
    }
    .execution-works .content {
        padding: 0px 0px 0px 0px;
    }
    .grade-container {
        margin: 0 auto 60px auto;
    }    
}
@media screen and (max-width: 500px) {
    .final-result .result-content .video {
        width: 100%;
        /* padding-top: 200px; */
    }
  .final-result .result-content .video iframe{
    height: 200px;
  }
    .options-home article {
        width: 100%;
        margin-bottom: 25px;
    }
    .imoveis .content {    
        padding: 60px 0px;
    }
    .options-home article img.cover {        
        height: 200px;
        object-fit: cover;
        object-position: bottom;
    }
}
@media screen and (max-width: 425px) {    
    .execution-works .content .cover {
        /* top: -325px; */
    }
    .execution-works .internal-execution {
        min-height: 330px;
    }
    .box-project-describe li {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .box-project-describe ul {
        margin-bottom: 25px;
    }
    .box-help, .box-project-describe {
        padding: 20px;
        min-height: auto;
    }
    .wrapper-content aside {
        margin: 0 auto 40px auto;
    }
}

.dsnone {
    display: none;
}

.grade-works {
    margin-top: 100px;
}
.grade-container h2 {
    font-size: var(--fontsize-7);
    color: var(--color-primary);
    margin-bottom: 40px;
    width: 100%;
}
.grade-works {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;

}

.grade-works .item {
    height: 300px;
    width: 32%; 
    background-size: cover;
    margin-bottom: 2%;
    margin-right: 1%;
}

.grade-container .swiper .item{
width: 100%;
}

.grade-container .swiper .swiper-pagination{
  width: auto;
  left: 50% !important;
}

.grade-works .item a {
    display: flex;
    width: 100%;
    height: 100%;    
    text-decoration: none;
    color: transparent;    
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: .2s;
}

.grade-works .item a img {
    width: 50px;
    display: none;
}

.grade-works .item a:hover img {
    display: block;
}
.grade-works .item a:hover {    
    background-color: var(--color-primary-hover);
}

@media screen and (max-width: 600px) {
    .grade-works .item {
        height: 135px;
        width: 32%;
        margin-bottom: 2%;
    }
}
@media screen and (max-width: 425px) {
    .grade-works .item {
        height: 120px;
        width: 49%;
        margin-bottom: 2%;
    }
    .grade-works .item:nth-child(3) {
        display: none;
    }
}


/* Imoveis */
.search {
    background-color: var(--color-primary);
    color: var(--color-white);
    padding-top: 160px;
}

.search .content {
    max-width: calc(var(--width-content) + 80px);
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
}

.search .content .title-group {
    display: flex;
    justify-content: space-between;
}

.search .content .title-group h1 {
    max-width: 400px;
    font-size: var(--fontsize-3);
}

.search .content .title-group p {
    max-width: 600px;
    font-size: var(--fontsize-9);
    color: var(--color-secundary);
  line-height: 1.7;
}

.search .content .form {
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    margin-bottom: 20px;
}

.search .content .form h3 {
    display: flex;
    align-items: center;
    font-size: var(--fontsize-8);
    width: 40%;
    color: var(--color-secundary);
}

.search .content .form h3 img {
    width: 20px;
    margin-right: 10px;
}

.search .content .form label {
    width: 240px;
    color: var(--color-secundary);
    font-weight: normal;
}

.search hr {
    height: 1px;    
    border: none;
    background-color: var(--color-secundary);
    color: var(--color-secundary);
}

select {
    display: block;
    width: 100%;
    margin-top: 5px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-secundary);
    color: #FFF;
    padding: 10px;
    cursor: pointer;
    font-size: var(--fontsize-10);
}

.imoveis-lista {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: -50px auto 0 auto;
  background: unset;
}

.row{
    display: flex;
      flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.imoveis-lista article {
    height: 500px;    
    margin-bottom: 30px;
    position: relative;
     -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  float: left; 
      position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.imoveis-lista article .fundo{
  background-size: cover;
   background-position: center center;
  height: 100%;
}

.imoveis-lista article .overlay {
    position: absolute;
    top: 0;
    left: 15px;
  right: 15px;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  border-radius:0;
  transition: all 0.7s;
  overflow: hidden;
}

.imoveis-lista article:hover .overlay{
    background-color: rgba(0, 0, 0, 0.2);
}

.imoveis-lista article .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 3;
    color: var(--color-white);
    text-decoration: none;
  margin: unset;
  padding: unset;
}

.imoveis-lista article .content hr {
    height: 1px;
    background-color: var(--color-white);
    color: var(--color-white);
    border: none;
}

.imoveis-lista .detalhes{
  display: flex;
  flex-wrap: wrap;
    justify-content: space-around;
  max-width: 600px;
  padding-left: 40px;
}

.imoveis-lista .detalhes.detalhes2{
display: none;
}

.imoveis-lista .detalhes .detalhe{
  display: flex;
    flex: 0 0 33.333333%;
    margin-bottom: 0.5rem;
}

.imoveis-lista .detalhes .detalhe .forte{
  font-weight: bold;
}

.imoveis-lista .detalhes .detalhe img{
  height: 20px;
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
  filter: brightness(0) invert(1);
}

.imoveis-lista article .content h2 {
    font-size: var(--fontsize-8);
    padding: 10px 40px;
    color: var(--color-white);
}

.imoveis-lista article .content span {
    font-size: var(--fontsize-10);
    color: var(--color-white);
}

.imoveis-lista article .content p {
    padding: 20px 40px;
    font-size: var(--fontsize-10);
    color: var(--color-white);
}

@media screen and (max-width: 1440px) {
    .search .content {
        width: 90%;    
    }
    .search .content .title-group p {
        width: 55%;
    }
  .box-project-describe .marcador-laranja{
    width: 277px;
    right: -42px;
    bottom: -109opx;
  }
  
}
@media screen and (max-width: 1168px) {
    .search {
        padding-top: 0px;
    }
  .box-project-describe .marcador-laranja{
    display: none;
  }
}
@media screen and (max-width: 990px) {
    .search .content .title-group {
        flex-direction: column;
    }
    .search .content .title-group h1 {
        max-width: initial;    
        margin-bottom: 20px;
        width: 100%;
        text-align: center;
    }
    .search .content .title-group p {
        width: 100%;
        text-align: center;
        max-width: initial;
    }
    .imoveis article {
        height: 300px;    
        margin-bottom: 25px;
    }
    .search .content .form {    
        margin-top: 60px;
    }
    .search .content .form label {
        width: 200px;
        margin-left: 10px;
    }
  .imoveis-lista article .content .detalhes{
    display: none;
  }
  .imoveis-lista .detalhes.detalhes2{
    display: flex;
  }
  .imoveis-lista .detalhes{
    margin-bottom: 70px;
    padding-left: 0;
  }
  .imoveis-lista .detalhes .detalhe img{
    filter: unset;
  }
  .imoveis-lista  .detalhes .detalhe{    
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 590px) {
    .search .content .form {
        flex-wrap: wrap;
    }
    .search .content .form h3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .search .content .form label {
        width: 48%;
        margin-left: 0;
    }
    .imoveis-lista  .detalhes .detalhe{
    flex: 0 0 50%;
  }
  .imoveis-lista article{
  flex: 0 0 100%;
    max-width: 100%;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
* {
  font-family: 'Poppins', sans-serif;
}
.modal {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
::selection{
  color: #fff;
  background: #007bff;
}

.preview-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background: #fff;
  max-width: 700px;
  width: 90%;
  max-width: 810px;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  border-radius: 3px;
  padding: 0 5px 5px 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
  margin: 0 auto;
  height: 90%;    
  max-height: 900px;    
}
.preview-box.show{
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease;
}
.preview-box .details{
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 10px;
  justify-content: space-between;
}
.preview-box .details .title{
  display: flex;
  font-size: 18px;
  font-weight: 400;
}
.details .title p{
  margin: 0 5px;
}
.details .title p.current-img{
  font-weight: 500;
}
.details .icon{
  color: #D67056;
  font-size: 20px;
  cursor: pointer;
}
.preview-box .image-box{
  display: flex;
  width: 100%;
  height: 92%;
  position: relative;
}
.image-box .slide{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  height: 50px;
  width: 60px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background: rgba(0,0,0,0.4);
  padding: 2px;
}
.slide.prev{
  left: 5px;
}
.slide.next{
  right: 5px;
}
.image-box img {
    width: 100%;
    border-radius: 0 0 3px 3px;
    height: auto;
    margin: 0 auto;
}
.shadow{
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
  background: rgba(0,0,0,0.45);
}


@media screen and (max-width: 800px) {
  .preview-box {
    height: 80vh;
    overflow: hidden;
    padding-bottom: 25px;
  }
  .preview-box.show {
    transform: translate(-50%, -55%) scale(1);
  }
  .preview-box .details .title {
    font-size: 14px;
  }
  .preview-box .image-box {
    overflow: hidden;
  }
  .image-box .slide {
    font-size: 20px;    
    height: 32px;
    width: 32px;
    line-height: 30px;
}
  .image-box img {
    width: 100%;
    height: auto;
  }
}


.service-header {
    min-height: 250px;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding-top: 160px;
}

.service-header .content {
    display: flex;
    justify-content: space-between;
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    padding-top: 30px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.service-header .content h1 {
    font-size: var(--fontsize-3);
}

.service-header .content p {
    max-width: 765px;
    line-height: 1.5;
    font-size: var(--fontsize-9);
    color: var(--color-secundary);
}

.topics {
    margin-bottom: 200px;
    padding-inline: 40px;
}

.topics .content {
    max-width: calc(var(--width-content) + 80px);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: -80px;
  flex-wrap: wrap;
} 

.topics .content article {
    max-width: 32%;
    background-color: var(--color-secundary);
    padding: 40px;
    text-align: center;
    min-height: 500px;
    flex: 0 0 32%;
  margin-bottom: 2%;
}

.topics .content article img {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.topics .content article h2 {
    font-size: var(--fontsize-5);
    margin-bottom: 10px;
    color: var(--color-primary);
}

.topics .content article p {
    font-size: var(--fontsize-10);
    color: var(--color-primary);
    line-height: 2;    
}

.topics .content article p:last-of-type {
    margin-bottom: 40px;
}

.topics .content article a {
    margin-top: 20px;
    font-size: var(--fontsize-9);
}

.budget {
    min-height: 500px;
    background-image: url(../img/servicos/orcamento.png);
    background-size: cover;
    padding-inline: 40px;
}

.budget .content {
    max-width: calc(var(--width-content) + 80px);
    width: 100%;
    margin: 0 auto;    
    padding: 50px 0px;
}

.budget .content h2 {
    font-size: var(--fontsize-5);
    color: var(--color-primary);
    margin-top: 100px;
    margin-bottom: 10px;
}

.budget .content p {
    color: var(--color-primary);
    font-size: var(--fontsize-9);
    line-height: 1.8;
    max-width: 500px;
}

.budget .content a {
    margin-top: 50px;
    font-size: var(--fontsize-9);
}

@media screen and (max-width: 1168px) {
    .service-header {
        padding-top: 0;
    }
    .service-header .content p {
        max-width: initial;
        width: 55%;
    }
    .topics {
        margin-bottom: 80px;
    }
    .topics .content article h2 {
        font-size: 24px;
    }   
    .budget .content h2 {
        margin-top: 0;
    } 
    .budget {
        background-position: center;
        min-height: auto;
        padding: 40px 0;
    }    
    .budget .content {
        width: 90%;    
    }
}
@media screen and (max-width: 900px) {
    .topics .content {
        flex-wrap: wrap;
    }
    .topics .content article {
        max-width: initial;
        width: 49%;
        margin-bottom: 2%;
        min-height: auto;
      flex: 0 0 49%;
    }
    .topics .content article:last-of-type {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .service-header {
        min-height: 325px;
    }
    .service-header .content {
        flex-direction: column;        
    }
    .service-header .content h1 {
        margin-bottom: 20px;
        text-align: center;
    }
    .service-header .content p {
        width: 100%;
    }
    .topics {
        padding-inline: 0;
        width: 90%;
        margin: 0 auto;
    }
    .topics .content {
        margin-top: -150px;
    }
    .topics .content article {
        width: 100%;
    }
    .budget {
        margin-top: 60px;
    }
}
@media screen and (max-width: 425px) {
    .topics .content article {
        padding: 40px 20px;
      flex: 0 0 100%;
    }
    .topics .content article h2 {
        font-size: 20px;
        text-align: center;
    }    
}


.works-in-progress {
    background-color: var(--color-primary);
    min-height: 540px;
    padding-top: 160px;
}

.articles-obra{
  top: 0;
    margin-top: -200px;
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -200px;
}

.articles-obra .overlay{
  border-radius: 0;
}

.works-in-progress .content {
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    margin: 0 auto;
    padding: 100px 0px 180px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.works-in-progress .content .titles {
    position: relative;
    top: -50px;
}

.works-in-progress .content .titles p {
    font-size: var(--fontsize-5);
	margin-bottom: 10px;
    color: var(--color-secundary);
    font-family: var(--family-title);
    margin-bottom: 5px;
}

.works-in-progress .content .titles h1 {
    font-size: var(--fontsize-3);
    color: var(--color-white);
}

.works-in-progress .content .describe {
    max-width: 570px;
}

.works-in-progress .content .describe p {
    margin-bottom: 25px;
    font-size: var(--fontsize-9);
    color: var(--color-secundary);    
}

.works-in-progress .content .describe p:last-of-type {
    margin-bottom: 100px;
}

..articles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: calc(var(--width-content) + 80px);
    width: 90%;
    position: relative;
    top: 0px;    
    left: 50%;
    transform: translateX(-50%);
    margin-top: -200px;
}

.articles article {
    width: 48%;
    margin-bottom: 4%;
    background-size: cover;
    position: relative;
    height: 540px;
  cursor: pointer;
}

.articles article img, .posts article img{
  height: 270px;
  object-fit: cover;
  transition: all 1s;
}

.articles article .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    transition: .2s;
  overflow: hidden;
}

.articles article:hover .overlay {
    background-color: rgba(0, 0, 0, 0.3);
}

.articles article a.describe {
    position: absolute;
    align-items: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    text-decoration: none;
}

.articles article .describe h2 {
    color: var(--color-white) ;
  margin-top: unset;
  min-height: unset;
    font-size: var(--fontsize-8);
    margin-bottom: 10px;
  height: unset;
}

.articles article .describe p {
    font-size: var(--fontsize-10);
    color: var(--color-white);
}

.form-contato {
    margin-top: 130px;
}

@media screen and (max-width: 1168px) {
    .works-in-progress {
        padding-top: 0;
    }
    .works-in-progress .content {
        flex-direction: column;
        align-items: center;
    }
    .works-in-progress .content .titles h1 br {
        display: none;
    }
    .works-in-progress .content .titles {
        width: 100%;
    }
    .works-in-progress .content .describe {
        max-width: inherit;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {    
    .works-in-progress .content .titles {
        width: 100%;
    }
    .works-in-progress .content .titles h1 {
        /* margin-bottom: 25px; */
    }
    .works-in-progress .content .titles h1 br {
        display: none;
    }
    .works-in-progress .content .describe {
        max-width: inherit;
        width: 100%;
        margin-top: -15px;
    }
    .articles article {
        width: 100%;
        height: 230px;
        background-position: center;
    }
}
@media screen and (max-width: 500px) {
    .articles {
        margin-top: -120px;
    }
    .works-in-progress .content {
        padding: 100px 0px 70px;
    }
       .articles article img, .posts article img{
    height: 150px;
  } 
  .blog .content .posts article h3,.blog-lista .articles article h2{
    height: 55px;
  }
} 
@media screen and (max-width: 425px) {
    .works-in-progress .content {
        padding: 100px 0px 25px 0;
    }
    .articles {
        margin-top: -70px;
    }
    .articles article a.describe {
        padding: 20px;
    }
}
@media screen and (max-width: 375px) {
    .works-in-progress .content {
        padding: 100px 0px 100px 0;
    }
    .articles {
        margin-top: -150px;
    }
}
@media screen and (max-width: 320px) {
    .works-in-progress {
        height: auto;
    }
    .works-in-progress .content .describe p:last-of-type {
        margin-bottom: 20px;
    }
    .articles {        
        margin-top: -150px;
    }
}
@media screen and (max-width: 310px) {
    .articles {
        margin-top: -70px;
    }
}

@media(max-width: 991px){
  .ul-whatsapp{
    width: 90%;
  }
}
   
       .interna-servico.execution-works .content {
            padding-bottom: 0;
        }        
       .interna-servico .grade-works {
            margin-top: 100px;
        }
        .interna-servico .content.grade-container {
            padding-top: 0;
        }        
       .interna-servico .mobile-box {
            display: none;
            margin-top: 50px;
        }
        @media screen and (max-width: 880px) {
            .interna-servico .wrapper-content aside {
                margin: 0 auto 0px auto;
            }
            .interna-servico .others-services {
                margin-bottom: 0;
            }
            .interna-servico .desktop .box-help {
                display: none;
            }
            .interna-servico .mobile-box {
                display: flex;
            }
        }        
        @media screen and (max-width: 730px) {
            .interna-servico .execution-works .internal-execution {
                height: auto;
            }
            .interna-servico .execution-works .internal-execution h1 {
                padding: 0 20px 150px 0;
            }
            .interna-servico .wrapper-content aside {
                margin: 0 auto 0px;
            }
            .interna-servico.execution-works .internal-execution {
                min-height: 300px;
            }
            .interna-servico.execution-works .content {
                margin-top: -120px;
            }
        }
        @media screen and (max-width: 570px) {
            .interna-servico.execution-works .content {
                margin-top: -150px;
            }
            .interna-servico .grade-works .item:nth-child(3) {
                display: flex;
            }
           .interna-servico.execution-works .internal-execution {
                min-height: auto;
                min-height: 250px;
            }
        }        
        @media screen and (max-width: 425px) {
            .interna-servico.execution-works .internal-execution {
                height: 270px;
            }
            .interna-servico.execution-works .content {
                margin-top: -90px;
            }
            .interna-servico .others-services {
                padding: 20px;
            }
        }        
        @media screen and (max-width: 375px) {            
            .interna-servico.execution-works .content {
                margin-top: -80px;
            }
        }        