:root{
  --white-bg-color: #ffffff;
  --color-black: #000000;
  --secondary-color: #7d7250;
  --background-degrade-green: #B4CDB8;
  --background-beige: #e9e2d0;
  --color-faixa: #4f7274;
  --color-green: #28a71a;
}

@font-face {
  font-family: Trebuchet, sans-serif;
  src: url("../Font/trebuchet-ms/Trebuchet-MS-Italic.ttf");
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100%;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 28px;
}

h3{
  font-size: 22px;
}

p{
  font-size: 20px;
}

.logo > img{
  height: auto;
  width: 100px;
}

nav {
  max-width: 100vw;
}

.whatsapp {
  border-radius: 50px;
  background-color: #28a71a;
  color: var(--white-bg-color);
  font-size: 1.2rem;
  padding: 6px;
  text-decoration: none;
}

.whatsapp > img{
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-left: 4px;
  height: auto;
  width: 40px;
  /* transition: width 0.3s; */
  animation: shadow-pulse 1.2s infinite;
}

@keyframes shadow-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(40, 167, 26, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(40, 167, 26, 0);
  }
}

.whatsapp:hover{
  color: var(--white-bg-color);
  text-decoration: underline;
}

.main-section > div > img{
  margin-top: 80px;
  height: 600px;
  width: 100%;
}

.img-section{
  margin-top: 50px;
  height: 100%;
  width: 100%;
}

.section-first-apartment {
  /* position: relative; */
}

.content-apartment{
  color: var(--white-bg-color);
  margin-left: auto;
  margin-right: 30px;
  position: absolute;
  top: 26%;
  right: -50%;
  width: 30%;
  animation: fade;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}

.content-apartment > p {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  min-width: 420px;
}

@keyframes fade {
  0%{
    right: -50%;
    opacity: 0;
  }
  100%{
    right: 12%;
    opacity: 1;
  }
}

.section-fortaleza {
  position: relative;
  padding: 80px 0;
}

.section-fortaleza::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/lines.png"), #f5f0e7;
  background-repeat: repeat;
  background-size: contain;
  opacity: 0.5;
  z-index: -1;
}

.section-fortaleza > div > div {
  width: 50%;
}


.section-fortaleza h2 {
  color: var(--color-faixa);
  font-size: 2.2rem;
  margin: 0 auto 20px auto;
  text-align: center;
  width: 70%;
}

.section-fortaleza blockquote {
  font-size: 1.2rem;
  margin: 0 auto 10px auto;
  text-align: justify;
  width: 80%;
}

.section-fortaleza figcaption a {
  color: #6C757D;
  text-decoration: none;
}

.section-fortaleza figcaption a:hover {
  text-decoration: underline;
}

.section-location{
  background-image: linear-gradient(to left, var(--background-degrade-green), #e5e6e1);
  height: 100vh;
  width: 100%;
}

.section-location > div {
  position: absolute;
}

.location{
  background-color: var(--color-faixa);
  color: var(--white-bg-color);
  height: 36px;
  margin-top: 80px;
  padding-right: 20px;
  width: 180px;
}

.location > img {
  margin-right: 6px;
}

.image-location{
  margin-top: 60px;
  width: 60%;
}

.section-location > div > .div-container > div > img{
  width: 100%;
}

.content-location{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 30px;
  width: 35%;
}

.content-location > h2{
  color: var(--color-faixa);
  font-weight: 300;
}

.content-location > p{
  color: var(--secondary-color);
  font-weight: 300;
  line-height: 30px;
  text-align: justify;
}

.collumn{
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  width: 30%;
}

.section-internal{
  position: relative;
  height: 600px;
  width: 100%;
}

.section-internal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/background-internal.jpg');
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
  z-index: -1;
}

.section-internal > div{
  height: 100%;
}

.content-internal{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.content-internal > h2{
  color: var(--color-faixa);
  margin-bottom: 20px;
  text-align: center;
  width: 90%;
}

.content-internal > h4{
  color: var(--color-faixa);
}

.content-internal > p{
  color: var(--color-black);
  font-weight: 300;
  width: 80%;
  text-align: justify;
}

.image-internal{
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.19);
  display: flex;
  margin-left: auto;
  height: 100%;
  width: 50%;
}

.image-internal > div{
  width: 50%;
}

.first-collumn > div:nth-child(1), .second-collumn > div:nth-child(2){
  height: 35% !important;
  width: 100% !important;
  overflow: hidden;
}

.first-collumn > div:nth-child(2), .second-collumn > div:nth-child(1){
  height: 65% !important;
  width: 100% !important;
  overflow: hidden;
}

.first-collumn > div > img{
  cursor: zoom-in;
  height: 100%;
  object-fit: fill;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  width: 100%;
}

.first-collumn > div > img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.second-collumn > div > img{
  cursor: zoom-in;
  height: 100%;
  object-fit: fill;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  width: 100%;
}

.second-collumn > div > img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section-technical-team {
  padding: 30px 0;
}

.section-technical-team > div > h2, .section-technical-team > div > h3 {
  color: var(--color-faixa);
}

.section-technical-team > div > h3 {
  font-size: 3.5rem;
  font-weight: 600;
  margin-top: 0;
}

.image-technical-team {
   border: 1px solid var(--color-faixa);

}

.image-technical-team > img {
  cursor: zoom-in;
  object-fit: cover;
}

.image-technical-team > h3 {
  color: var(--color-faixa);
  text-align: center;
}

.section-plant-131 > div{
  height: 80vh;
  width: 100%;
}

.section-plant-105 > div{
  height: 80vh;
  width: 100%;
}

.galery{
  box-shadow: 4px 0 4px rgba(0, 0, 0, 0.19);
  height: 100%;
  width: 50%;
  z-index: 1;
}

.galery-105{
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.19);
  height: 100%;
  width: 50%;
  z-index: 1;
}

.images-galery{
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 80%;
}

.images-galery > div{
  margin-right: 20px;
  margin-bottom: 20px;
}

.galery > h3{
  color: var(--color-faixa);
  padding: 50px;
  text-align: center;
}

.galery-105 > h3{
  color: var(--color-faixa);
  padding: 50px;
  text-align: center;
}

.images-galery > div{
  height: 170px;
  width: 170px;
  overflow: hidden;
}

.images-galery > div > img{
  object-fit: cover;
  cursor: zoom-in;
  height: 100%;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.images-galery > div > img:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.ampliada {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ampliada img {
  max-width: 80%;
  max-height: 80%;
}

.plant{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.plant > img{
  cursor: zoom-in;
  height: 80%;
  object-fit: contain;
  /* transform: rotate(90deg); */
}

footer{
  background-color: var(--background-beige);
  height: auto;
}

.content-footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  white-space: nowrap;
  width: 40%;
}

.logo-footer > img{
  margin-top: 30px;
  width: 350px;
}

.url-md{
  margin-top: -8px;
  width: 250px;
}

.content-footer > p{
  color: var(--secondary-color);
  margin-top: 50px;
  text-align: center;
  width: 40%;
}

.whatsapp-footer{
  background-color: #28a71a;
  border-radius: 30px;
  color: var(--white-bg-color);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 50px;
  width: 150px;
  padding: 10px;
}

.whatsapp-footer > a{
  color: var(--white-bg-color);
  display: flex;
  text-decoration: none;
}

.whatsapp-footer > a:hover{
  color: var(--white-bg-color);
}

.whatsapp-footer > a > img{
  margin-right: 10px;
  height: 30px;
  width: 30px;
}

.whatsapp-footer > a > h4{
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.develop-by{
  color: var(--secondary-color);
  white-space: nowrap;
}

.develop-by > label > a{
  color: var(--color-faixa);
  text-decoration: none;
  width: 50%;
}

.develop-by > label > a:hover{
  color: var(--color-faixa);
  text-decoration: underline;
}

@media screen and (max-width: 1260px) {
  .content-apartment{
    bottom: 26%;
  }
}

@media screen and (max-width: 1175px) {
  .section-plant-131 > div{
    height: auto;
  }
}

@media screen and (max-width: 1060px) {
  .content-apartment{
    bottom: 32%;
  }
  .content-internal > h2{
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
  }
}

@media screen and (max-width: 1018px) {
  .content-apartment{
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .content-apartment{
    bottom: 34%;
  }
  .section-fortaleza > div {
    flex-direction: column;
  }

  .section-fortaleza > div > div {
    margin: 0 auto;
    width: 90%;
  }

  .location{
    margin-top: 50px;
  }
  .div-container{
    flex-direction: column !important;
  }
  .div-container > div:nth-child(1){
    width: 80%;
    order: 1;
  }
  .div-container > div:nth-child(2){
    margin-top: 10px;
    width: 90%;
  }
  .image-location{
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 949px) {
  .content-apartment{
    bottom: 36%;
  }
  .content-apartment > p {
    min-width: 360px;
  }
  .section-plant-131 > div{
    flex-direction: column !important;
  }
  .section-plant-105 > div{
    flex-direction: column !important;
    height: 100vh;
  }
  .section-plant-105 > div > div:nth-child(2){
    order: -1;
  }
  .galery{
    height: 50%;
    width: 100%;
  }
  .galery-105{
    height: auto;
    width: 100%;
    z-index: 1;
  }
  .images-galery{
    justify-content: center;
  }
  .plant{
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.19);
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    height: 50%;
    width: 100%;
    z-index: 1;
  }
  .plant > img{
    width: 80%;
  }
}

@media screen and (max-width: 919px) {
  .content-apartment{
    bottom: 38%;
  }
  .content-location{
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 886px) {
  .content-apartment{
    bottom: 40%;
  }
  .content-internal > h4{
    text-align: center;
  }
  .content-internal > h4, .content-internal > p{
    width: 90%;
  }
}

@media screen and (max-width: 849px) {
  .content-apartment{
    top: 20%;
    bottom: 42%;
  }

  .content-apartment > p {
    font-size: 1.8rem;
    line-height: 28px;
    min-width: 350px;
  }

  .section-internal{
    height: 550px;
  }
}

@media screen and (max-width: 800px) {
  .content-apartment{
    bottom: 44%;
  }
}

@media screen and (max-width: 779px) {
  .content-apartment{
    bottom: 46%;
    margin-right: 20px;
  }
  .content-apartment > p {
    min-width: 330px;
  }
  .section-internal{
    height: 500px;
  }
  .content-location{
    width: 100%;
  }
}

@media screen and (max-width: 745px) {
  .content-apartment{
    bottom: 50%;
  }
  .content-apartment > h2{
    font-size: 24px;
  }
  .content-apartment > p{
    font-size: 1.5rem;
    line-height: 28px;
    min-width: 280px;
  }
}

@media screen and (max-width: 710px) {
  .content-apartment{
    bottom: 52%;
    margin-right: 20px;
  }
  .content-apartment > h2{
    margin-bottom: 4px;
  }
  .section-internal{
    height: auto;
  }
  .section-internal > div{
    flex-direction: column;
  }
  .content-internal{
    margin-top: 10px;
    width: 100%;
  }
  .image-internal{
    width: 100%;
  }
  .images-galery{
    width: 90%;
  }
}

@media screen and (max-width: 662px) {
  .content-apartment{
    bottom: 53%;
  }
  .section-location{
    height: 94vh;
  }
}

@media screen and (max-width: 635px) {
  .content-apartment{
    bottom: 54%;
    margin-right: 14px;
  }
  .content-apartment > h2{
    font-size: 22px;
  }
  .content-apartment > p{
    font-size: 1.4rem;
    min-width: 260px;
  }
  .section-plant-105 > div{
    height: auto;
  }
  .galery-105{
    height: auto;
  }
}

@media screen and (max-width: 612px) {
  .content-apartment{
    top: 16%;
    bottom: 56%;
  }
}

@media screen and (max-width: 586px) {
  .content-apartment{
    bottom: 57%;
  }
  .content-apartment > h2{
    font-size: 20px;
  }
  .content-apartment > p{
    font-size: 1.2rem;
    min-width: 230px;
  }
  .section-location{
    height: 90vh;
  }
}

@media screen and (max-width: 556px) {
  .content-apartment{
    bottom: 59%;
  }
}

@media screen and (max-width: 526px) {
  .content-apartment{
    bottom: 62%;
  }
  .content-apartment > h2{
    margin-bottom: 2px;
  }
  .content-apartment > p {
    min-width: 224px;
  }
  .section-location{
    height: 90vh;
  }
  footer > div{
    flex-direction: column;
  }
  footer > div > div:nth-child(1){
    align-items: center;
    order: 1;
  }
  .content-footer > p{
    width: 100%;
  }
  .develop-by{
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .content-apartment{
    margin-right: 10px;
    right: 12px;
  }
  .content-apartment > h2{
    font-size: 18px;
  }
  .content-apartment > p{
    font-size: 1rem;
    line-height: 22px;
    min-width: 210px;
  }
  .section-fortaleza{
    padding: 50px 0;
  }
  .section-fortaleza > div > div:nth-of-type(1) {
    width: 100%;
  }
  .section-fortaleza h2 {
    width: 90%;
  }
  .section-fortaleza blockquote {
    width: 90%;
  }
}

@media screen and (max-width: 475px) {
  .whatsapp {
    font-size: 1rem;
  }

  .content-apartment{
    bottom: 64%;
  }
  .content-apartment > p {
    min-width: 190px;
  }
  .section-location{
    height: 87vh;
  }
  .section-internal{
    background-color: var(--background-beige);
  }
}

@media screen and (max-width: 441px) {
  .content-apartment{
    bottom: 66%;
    margin-right: 0;
  }
  .content-apartment > p{
    line-height: 20px;
    min-width: 160px;
  }
}

@media screen and (max-width: 422px) {
  .whatsapp {
    font-size: .8rem;
  }

  .images-galery{
    width: 100%;
  }
  .images-galery > div{
    margin-left: auto;
    margin-right: auto;
  }
  .images-galery > div > img{
    height: 90%;
    width: 90%;
  }
}

@media screen and (max-width: 419px) {
  .content-apartment{
    bottom: 56%;
    width: 31%;
  }
  .img-section{
    margin-top: 80px;
    height: 30vh !important;
  }
}

@media screen and (max-width: 400px) {
  .section-first-apartment{
    background-color: var(--background-beige);
  }
  .content-apartment > h2{
    font-size: 16px;
  }
  .content-apartment > p{
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .whatsapp {
    font-size: .6rem;
  }

  .whatsapp > img {
    width: 30px;
  }

  .img-section {
    margin-top: 75px;
  }

  .content-apartment > p {
    min-width: 140px;
  }
}

@media screen and (max-width: 339px) {
  .content-apartment{
    bottom: 64%;
  }
  .images-galery > div{
    height: 160px;
    width: 160px;
  }
}

@media screen and (max-width: 325px) {
  .whatsapp {
    margin-left: auto;
    margin-top: 6px;
  }

  .img-section {
    margin-top: 122px;
  }

  .content-apartment{
    bottom: 66%;
    top: 22%;
    width: 34%;
  }
  .section-location{
    height: 92vh;
  }
}

@media screen and (max-width: 303px) {
  .content-apartment{
    width: 60%
  }
}