@font-face {
  font-family: "Fonte";
  src: url("fonts/Gotham-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Fonte";
  src: url("fonts/Gotham-Book.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Fonte";
  src: url("fonts/Gotham-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.alegreya-600 {
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.ls-015 {
  letter-spacing: 0.15em;
}

body {
  font-family: Arial, sans-serif;
  /* background-image: url("bg.jpg"); */
  background-color: white;
  font-family: "Fonte", sans-serif;
}
header {
  color: white;
  padding: 5px 0;
}

header h1 {
  margin: 0;
  font-size: 2.5rem;
}

header p {
  font-size: 1.25rem;
  margin: 0.5rem 0 0;
}

.navbar {
  justify-content: space-between;
  background-color: white;
  padding: 10px 1rem;
}

.header-content-one {
  display: flex;
  align-items: flex-start;
}

.header-content-one a {
  text-decoration: none;
}

.header-content-two {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.header-content-two a {
  text-decoration: none;
}

.btn-header-info {
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 42px;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 20px;
  display: flex;
  flex-direction: row;
  gap: 7px;
  text-decoration: none;
  min-width: 211px;
}

.btn-header-info:hover {
  color: white;
  background-color: #218838;
  border: none;
}

.btn-header {
  color: #1b1f21;
  font-size: 12px;
  font-weight: 700;
  background-color: white;
  border-radius: 42px;
  padding: 5px 15px;
  margin-top: 5px;
  border: 1px solid white;
  display: flex;
  flex-direction: row;
  gap: 7px;
  text-decoration: none;
}

.btn-header:hover {
  color: white;
  background-color: #1b1f21;
  border: none;
  border: 1px solid #1b1f21;
}

section h2 {
  color: #007bff;
  margin-bottom: 1rem;
}

section ul {
  list-style-type: none;
  padding: 0;
}

section ul li {
  background: #e9ecef;
  margin: 0.5rem 0;
  padding: 0.75rem;
  border-radius: 0.25rem;
}

footer {
  background: #343a40;
  color: white;
  padding: 1rem 0;
  margin-top: 2rem;
}

footer p {
  margin: 0;
}
#fachada {
  background-image: url(img/bg.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 6rem 1rem 4rem;
}

.title-lancamento {
  color: #f7a600;
  font-size: 2.5rem;
  font-weight: bold;
}

.content-one-fachada {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.img-banner-torres {
  max-height: 640px;
}

.banner-familia {
  width: 250px;
  top: 61%;
  left: 68%;
  position: absolute;
}

.content-one-fachada h2 {
  max-width: 400px;
  color: white;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}

.content-one-fachada h3 {
  max-width: 400px;
  color: white;
  font-size: 30px;
  font-weight: bold;
}

.logo-motiro {
  width: 300px;
}

#banner {
  background-image: url(img/bg-fachada.jpg);
  background-position: center;
  background-size: cover;
  max-height: 640px;
}

.banner-torres {
  padding: 0 15px;
  max-height: 640px;
}

#localizacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
}

.title-img-localizacao {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin: 3rem 0 0 0;
  color: black;
}

.title-img-localizacao h3 {
  font-size: 20px;
  text-align: end;
  color: black;
}

.title-img-localizacao img {
  max-width: 500px;
  width: 98%;
}

.carousel-localizacao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
}

.locais-list {
  display: flex;
  overflow: hidden;
  background: transparent;
}

.locais-list .locais-carousel {
  display: block;
  position: relative;
  text-align: center;
  margin-right: -24px;
  background: transparent;
}

.container-img-carousel {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 2rem 0;
  max-width: 100%;
}

.container-img-carousel img {
  max-width: 320px;
  height: 210px;
  cursor: grab;
}

.container-img-carousel p {
  font-size: 10px;
  color: #40464b;
}

.list-locais {
  display: flex;
  flex-direction: row;
  text-align: end;
  margin: 1rem;
}

.list-locais p {
  font-size: 14.7px;
  color: black;
}

.linha-onibus-localizacao {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  align-items: flex-end;
}

.linha-onibus-localizacao img {
  margin: 2rem 0;
  width: 100%;
}

.linha-onibus-localizacao h3 {
  font-size: 20px;
  text-align: end;
  max-width: 300px;
  color: black;
}

.mapa-localizacao {
  margin: 2rem 0;
  width: 100%;
}

#vista-real {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
}

#perspectivas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.perspectivas-preliminares {
  color: #7a7a7a;
  margin-top: 20px;
}

.nav-tabs .nav-link {
  font-size: 13px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1b1f21;
  border: none;
}

.nav-tabs .nav-link.active {
  border: none;
  background-color: #1b1f21;
  color: white;
  border-radius: 10px;
}

.ul-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  margin-top: -30px;
}

.ul-tab li {
  background: none;
}

.container-perspectiva {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin-right: 10px;
}

.container-perspectiva p {
  display: none;
}

.container-perspectiva:hover img {
  opacity: 0.5;
}

.perspectiva-img {
  max-width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}

.perspectiva-img:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.container-perspectiva:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

.container-perspectiva:hover:before {
  opacity: 1;
}

.container-perspectiva p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-weight: bold;
  transition: color 0.3s ease;
  text-align: center;
}

.container-perspectiva:hover p {
  display: block;
  color: white;
}

.perspectiva-img-expanded {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 9999;
  transition: transform 0.3s ease-out;
}

#tour-virtual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
}

.tour-virtual-container h1 {
  margin-top: 3rem;
  color: #1b1f21;
}

#plantas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem;
  background-color: rgb(238 235 231);
}

.container-img-planta {
  min-width: 580px;
}

.container-planta {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  margin-right: 10px;
}

.container-planta p {
  display: none;
}

.container-planta img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}

.container-planta:hover img {
  opacity: 0.5;
}

.container-planta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 20px;
}

.container-planta:hover:before {
  opacity: 1;
}

.container-planta p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: transparent;
  font-weight: bold;
  transition: color 0.3s ease;
  text-align: center;
}

.container-planta:hover p {
  display: block;
  color: white;
}

.planta-img {
  max-width: 100%;
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease-out;
}

.planta-img-expanded {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: 9999;
  /* transition: transform 0.3s ease-out; */
}

.container-img-text-modal p {
  text-align: center;
  font-size: 16px;
}

.seta-carousel-modal {
  filter: none;
  background-color: black;
  border-radius: 25px;
  padding: 20px;
}

#implantacao {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1rem 3rem;
}

.img-implantacao {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease-out;
  margin-top: 30px;
}

.img-implantacao-expanded {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: 9999;
  transition: transform 0.3s ease-out;
}

.container-uls {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.container-title-ul {
  max-width: 245px;
  padding: 5px;
}

.container-title-ul h3 {
  text-align: left;
  color: #1b1f21;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 700;
  visibility: hidden;
  height: 1em;
}

.container-title-ul h3:not(:empty) {
  visibility: visible;
}

.container-title-ul ul {
  margin-top: 35px;
}

.container-title-ul li {
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #1b1f21;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  list-style-type: none;
}

.container-title-ul span {
  color: #a27d1a;
}

.container-vista-real {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1075px;
  width: 100%;
  padding-top: 2rem;
}

.line-container {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}

.line-vista-real {
  border-bottom: #1b1f21;
  border: 0.5px solid;
  width: 100%;
  margin-top: 3rem;
}

.wireframe {
  width: 100%;
  margin-top: 2rem;
}

.container-vista-real h2 {
  color: #1b1f21;
  font-size: 20px;
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

#diferenciais {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 1rem;
}

.container-diferencial-todo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 1300px;
  width: 100%;
  padding-top: 2rem;
}

.areas-comuns {
  display: flex;
  flex-direction: column;
  margin: 4rem 0;
}

.areas-comuns-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.container-diferenciais {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-diferenciais h3 {
  margin-top: 3rem;
  color: #1b1f21;
  font-family: "Alegreya", serif;
  font-size: 16px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.content-one-img-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin: 10px;
  align-content: center;
  max-width: 175px;
}

.icon-diferencial {
  width: 70px;
}

.content-one-img-text h2 {
  font-size: 12px;
  margin: 5px 0 0 0;
  text-transform: uppercase;
  color: #1b1f21;
  font-weight: bold;
}

.content-one-img-text p {
  margin: 0;
  color: #1b1f21;
  font-family: "Roboto", Sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 6px;
}

#ficha-tecnica {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  /* background-color: rgb(225 222 216); */
}

.detail-ficha-tecnica {
  height: 80px;
  background-image: url(img/shutterstock.webp);
  width: 100%;
}

.container-ficha-tecnica {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  margin: 2rem 0 0 0;
}

.content-ficha-tecnica {
  padding: 0 1rem;
}

.content-ficha-tecnica p {
  text-align: left;
  color: #1b1f21;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  max-width: 600px;
}

.title-ficha-tecnica {
  text-align: left;
  color: #1b1f21;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#mapa {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 1rem;
}

.container-content-mapa {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 3rem;
}

#form {
  display: flex;
  flex-direction: row;
  padding: 5rem 1rem;
  gap: 20px;
  align-items: center;
  justify-content: space-evenly;
  background-image: url(img/bg.jpg);
  /* background-color: #1b1f21; */
}

#form img {
  max-width: 280px;
}

.formRD {
  max-width: 600px;
  margin: 0;
}

.container-form {
  background-color: white;
  padding: 40px 20px;
  border-radius: 42px;
}

.formulario {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: left;
  justify-content: center;
  max-width: 350px;
}

.formulario h2 {
  color: #1b1f21;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  margin-right: 22px;
  margin-bottom: 15px;
}

.formulario h3 {
  color: #7a7a7a;
  font-size: 16px;
  margin-bottom: 18px;
}

.container-input {
  display: flex;
  flex-direction: column;
}

.container-input label {
  color: #1b1f21;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.container-input input {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #043c5433;
  border-radius: 20px 20px 20px 20px;
  padding: 10px;
  background-color: white;
  color: black;
}

.container-input textarea {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #043c5433;
  border-radius: 20px 20px 20px 20px;
  padding: 10px;
  height: 112px;
  background-color: white;
  color: black;
}

.btn-form {
  background-color: #1b1f21;
  color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  width: 80px;
  padding: 10px;
}

#logos-section {
  background-color: #043c54;
}

.container-content-logos {
  margin: 3rem 0rem 0rem;
  padding: 10px 10px;
}

.container-content {
  height: 160px;
  border-left: 1px solid;
}

.content-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}

.content-logos h6 {
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: black;
}

.logos-img {
  width: 140px;
}

.card {
  background-color: #3a3f44;
  border: 1px solid #fff;
}
.text-white {
  color: #d3cec4 !important;
}
#texto-legal {
  font-size: 9px;
}
.text-warning {
  color: #f7a600 !important;
}
.fw-light {
  font-weight: lighter;
}
.card {
  border-radius: 0;
}
.fw-bold {
  font-weight: bold;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  margin: 0;
}
.lista-3 .list-group-item {
  font-size: 30px;
  letter-spacing: normal;
}
.bg-secondary {
  background-color: #e9e6e1 !important;
}
.text-primary {
  color: #40464b !important;
}

@media (max-width: 1475px) {
  .banner-familia {
    left: 74%;
  }

  .img-banner {
    max-height: 600px;
    max-width: 600px;
  }
}

@media (max-width: 1040px) {
  .logo-motiro {
    width: 320px;
  }

  @media (max-width: 1100px) {
    .iframe-tuor {
      width: 900px;
    }
  }

  @media (max-width: 920px) {
    .iframe-tuor {
      width: 800px;
    }
  }

  @media (max-width: 899px) {
    .iframe-tuor {
      width: 500px;
    }
  }

  @media (max-width: 520px) {
    .iframe-tuor {
      width: 420px;
    }
  }

  @media (max-width: 480px) {
    .iframe-tuor {
      width: 360px;
    }
  }

  @media (max-width: 385px) {
    .iframe-tuor {
      width: 350px;
    }
  }

  @media (max-width: 367px) {
    .iframe-tuor {
      width: 300px;
    }
  }

  .img-banner {
    max-height: 320px;
    max-width: 320px;
  }

  .content-one-fachada h2 {
    max-width: 320px;
    font-size: 20px;
  }

  .container-ficha-tecnica img {
    max-width: 300px;
  }

  .content-one-fachada h3 {
    max-width: 320px;
    font-size: 18px;
  }

  .banner-familia {
    width: 195px;
    top: 74%;
    left: 65%;
    position: absolute;
  }
}

@media (max-width: 980px) {
  .header-content-two {
    gap: 5px;
  }
}

@media (max-width: 890px) {
  #fachada {
    padding: 10rem 1rem 4rem;
  }

  .banner-familia {
    width: 195px;
    top: 79%;
    left: 74%;
    position: absolute;
  }
}

@media (min-width: 767.98px) {
  .custom-height {
    height: 75vh;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .bt-orcamento {
    position: fixed;
    width: 300px;
    height: 50px;
    bottom: 40px;
    right: 150px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
/** Small devices (landscape phones, 576px and up)**/
@media (max-width: 767.98px) {
  .familia {
    position: absolute;
    top: -105px;
    width: 100px;
    right: 0px;
  }
  .bt-orcamento {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .perspectiva-img {
    height: auto;
  }

  .banner-familia {
    width: 165px;
    top: 70%;
    left: 70%;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .btn-solicitar-orcamento {
    display: block;
  }
}

footer .btn {
  display: block;
}

@media (min-width: 768px) {
  footer .btn {
    display: none;
  }
}

@media (max-width: 732px) {
  .banner-familia {
    width: 165px;
    top: 67%;
    left: 72%;
    position: absolute;
  }
}

@media (max-width: 685px) {
  #fachada {
    flex-direction: column;
  }

  .logo-motiro {
    width: 290px;
  }

  .img-banner {
    max-height: 290px;
    max-width: 290px;
  }

  .areas-comuns {
    flex-direction: column;
  }

  .container-ficha-tecnica {
    flex-direction: column;
  }

  #form {
    flex-direction: column;
  }
}

@media (max-width: 678px) {
  .banner-familia {
    width: 165px;
    top: 71%;
    left: 72%;
    position: absolute;
  }
}

@media (max-width: 605px) {
  .banner-familia {
    width: 165px;
    top: 64%;
    left: 70%;
    position: absolute;
  }
}

@media (max-width: 560px) {
  .header-content-two {
    display: none;
  }

  .container-content {
    display: none;
  }

  #fachada {
    padding: 5rem 1rem 4rem;
  }

  .banner-familia {
    width: 115px;
    top: 58%;
    left: 76%;
    position: absolute;
  }
}

@media (max-width: 492px) {
  .banner-familia {
    width: 115px;
    top: 50%;
    left: 68%;
    position: absolute;
  }
}

@media (max-width: 390px) {
  .banner-familia {
    width: 115px;
    top: 46%;
    left: 63%;
    position: absolute;
  }
}

@media (max-width: 340px) {
  .banner-familia {
    width: 100px;
    top: 45%;
    left: 60%;
    position: absolute;
  }
}
