/* .page-home #menu-slide{top: 45%;} */

.page-empreendimento #localizacao .end {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #333;
}

#equipe {
  padding-top: 50px;
}

.page-contato-agenda #form-box .form-box-sections .form-left .field input,
.page-contato-agenda #form-box .form-box-sections .form-left .field textarea {
  padding: 15px;
}

.page-solucoes #numbers .list-number .item-number .value.texto {
  font-size: 32px;
}

.page-solucoes #numbers .list-number .item-number .value.fs-40 {
  font-size: 40px;
}
.infos-intro-area-form {
  padding: 45px 60px 45px 0;
  color: var(--cinza-texto, #888);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
}

.infos-intro-area-form span {
  display: block;
  width: fit-content;
  color: var(--branco, #fff);
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
  background: var(--laranja, #f26f21);
  padding: 0px 4px;
  flex-direction: column;
  align-items: center;
}
.page-empreendimento #header-empreendimento {
  max-height: 80vh;
}
.page-empreendimento #header-empreendimento .main-image {
  opacity: 0.7;
  /* height: 90vh; */
}
.page-empreendimento #header-empreendimento .main-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-sobre #sustentabilidade {
  margin-top: 0px !important;
}

.btn-mix {
  max-width: 350px !important;
}

.page-home #slide-home .item-home p.description {
  max-width: 455px;
}

.overlay-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
}

#vid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  overflow: hidden;
  max-width: auto;
}

.page-home #slide-home .item-home {
  z-index: 9;
  position: relative;
}

.main-slide .tag {
  background: var(--azulescuro, #112369);
  color: var(--branco, #fff);
  font-family: Raleway;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 42px */
  width: fit-content;
  margin-bottom: 30px;
}

.modal-trabalhe {
  background: #ffffff;
  border: 1px solid #ededed;
  border-radius: 35px;
  max-width: 900px !important;
}

.modal-trabalhe h2 {
  color: #f27026;
  letter-spacing: -0.025em;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 90%;
  margin-bottom: 30px;
}
.conteudo-trabalhe {
  max-height: 350px;
  overflow-y: scroll;
}

.modal-trabalhe p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140.6%;
  margin-bottom: 20px;
  color: #3c3c3b;
}
.modal-trabalhe ul {
  padding-left: 30px;
  list-style: circle;
  margin-bottom: 15px;
}
.modal-trabalhe li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140.6%;
  margin-bottom: 10px;
  color: #3c3c3b;
}
.linha-final-modal {
  margin-top: 20px;
  align-items: center;
}
.wrapper-check-modal {
  color: #776f6a;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}
.check-modal {
  background: #ffffff;
  border: 1px solid #c6bfb4;
  border-radius: 5px;
  appearance: none;
  min-width: 30px;
  height: 30px;
  margin-right: 15px;
}
.modal-trabalhe a {
  color: inherit;
  text-decoration: underline;
}
.modal-trabalhe a.btn-trabalhe {
  color: #f27026;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 96.2%;
  float: right;
  border: 2px solid #f27026;
  border-radius: 10px;
  padding: 21px 25px;
  transition: all 0.5s;
  text-decoration: none;
}
.modal-trabalhe a.btn-trabalhe:hover {
  background-color: #f27026;
  color: #fff;
}
.check-modal:checked {
  background-color: #ec6608;
}
#mega-menu {
  background: url(../../assets/images/bg-menu.jpg) #243a8a;
}
.page-privacidade .headpage {
  background-image: url(../../assets/images/bg-header-contato.jpg);
}
.page-privacidade h2 {
  font-size: 32px;
  margin: 30px 0;
  color: #112369;
}
.page-privacidade p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  color: #888;
  margin-bottom: 20px;
}
.page-privacidade .headpage h2 {
  color: #fff;
}
a.disabled {
  pointer-events: none;
  opacity: 0.1;
}
@media screen and (min-width: 768px) {
  .hide-mobile {
    display: block !important;
  }
  .hide-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
}

@media screen and (max-width: 540px) {
  #slide-home {
    overflow: hidden;
  }
  .page-sobre #sobre-mixcon {
    padding: 90px 0;
    min-height: auto;
  }
  .page-home #slide-home .item-home {
    background-size: cover;
    background-position: center center;
    background-attachment: inherit;
  }
  .page-home #slide-home .item-home .info {
    text-shadow: 0 0 1em black;
  }
}

#mega-menu .menu-predios {
  gap: 20px;
}
#mega-menu .menu-predios .item-menu-predios {
  width: 50%;
}
#mega-menu .menu-predios .item-menu-predios figure {
  height: 300px;
  overflow: hidden;
}
#mega-menu .menu-predios .item-menu-predios figure img {
  display: block;
  transition: all 0.5s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mega-menu .logo-close {
  margin-bottom: 11px;
  justify-content: end;
  position: absolute;
  right: 40px;
  top: 40px;
}
.page-contato-agenda #form-box .form-box-sections .form-left .btn-submit input {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #f26f21;
  width: 100%;
  border-radius: 60px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f26f21;
  transition: all ease 0.5s;
}
.page-contato-agenda
  #form-box
  .form-box-sections
  .form-left
  .btn-submit
  input:hover {
  background: #f26f21;
  color: #fff;
}
.grecaptcha-badge {
  display: none !important;
}

@media (max-height: 670px) {
  #mega-menu .logo-close {
    margin-bottom: 11px;
    justify-content: end;
    position: absolute;
    right: 40px;
    top: 40px;
  }
}

.fancybox__container {
  z-index: 90009 !important;
}

@media (min-width: 1200px) {
  .overlay-menu {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
  }
  #mega-menu {
    width: 50%;
    left: auto;
    right: 0;
  }
  #mega-menu .menu-predios .item-menu-predios figure {
    height: 220px;
    overflow: hidden;
  }
  #mega-menu h2,
  #mega-menu .h2 {
    margin-bottom: 10px;
  }
  #mega-menu .menu-predios {
    margin-bottom: 25px;
  }
  #mega-menu .menu-list li {
    margin-bottom: 15px;
  }
  #mega-menu .menu-list li a {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    transition: all 0.5s ease;
  }
  #mega-menu .menu-list {
    display: flex;
    justify-content: start;
    gap: 0;
  }
}

@media (min-height: 1000px) {
  #mega-menu .menu-predios .item-menu-predios figure {
    height: 425px;
    overflow: hidden;
  }
  #mega-menu h2,
  #mega-menu .h2 {
    margin-bottom: 35px;
    margin-top: 30px;
  }
}

@media (min-width: 1000px) and (max-width: 1500px) {
  .page-home #slide-home .item-home h2,
  .page-home #slide-home .item-home .h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 90%;
    margin-bottom: 30px;
    color: #fff;
  }
}

.page-sobre #sustentabilidade h2 span,
.page-sobre #sustentabilidade .h2 span {
  display: block;
  position: relative;
  background: #f26f21;
  width: fit-content;
  padding: 0 15px;
  color: #fff;
}
#footer_page a,
a {
  cursor: pointer !important;
}

.orange-cix {
  background: #f26f21;
  text-align: center;
  padding: 30px 0;
}
.orange-cix p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.orange-cix p a {
  color: #ffffff;
}

.wrapper-mega-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  display: flex;
  z-index: 9000;
  align-items: center;
  justify-content: end;
}

.show-mega-menu {
  display: none;
  position: relative;
  z-index: 9999999;
}

.page-sobre #sobre-mixcon {
  height: auto !important;
  box-sizing: border-box;
  padding: 200px 0 100px !important;
}

section#galeira-fotos .grid-item .area {
  background-position: center;
}

#view-mapa iframe {
  width: 100%;
}

#solucoes-implementadas #slide-text-foto .item a,
.box-destaque a {
  color: #f26f21;
}

.pq-mosaico {
  display: none !important;
}

.postid-100 .pq-mosaico {
  display: block !important;
}

.box-destaque {
  padding: 20px;
  background-color: #fff;
  border-top: 4px solid #d4d2d2;
}

.box-destaque p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 20px;
  color: #1a1a1a;
}

@media (max-width: 960px) {
  .page-empreendimento #header-empreendimento {
    max-height: auto;
    min-height: 100vh;
  }
  #mega-menu {
    height: 100%;
  }
  #mega-menu .logo-close {
    right: 15px;
    top: 20px;
  }
  #mega-menu .menu-predios .item-menu-predios figure {
    height: 188px;
    overflow: hidden;
  }
}

#videos .thumb {
  max-width: 1000px;
  max-width: 100%;
}

@media (min-width: 1100px) {
  .page-home #menu-slide {
    position: fixed;
    right: 50px;
    top: 0;
    z-index: 50;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 600px) {
  .page-template-template-grato h1 {
    font-size: 63px !important;
    font-weight: 800;
    line-height: 110%; /* 69.3px */
  }
}

@media (max-width: 960px) {
  .main-video {
    display: none !important;
  }
  #slide1 {
    /* background-image: url(../images/mobile1.jpg); */
    background: #d9d9d9;
  }
  .overlay-video {
    opacity: 0;
  }
}

#videos .thumb {
  max-width: 1000px;
  max-width: 100%;
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slide-full-width .item a {
  max-height: 605px;
}

@media (max-width: 600px) {
  .page-empreendimento #slide-full-width .item .thumb {
    height: 100%;
  }
  #slide-full-width .item.slick-active .thumb {
    transform: scale(1);
    opacity: 1;
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: 100%;
  }
  #slide-full-width .item .thumb {
    transform: scale(1);
    opacity: 1;
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: 100%;
  }
  #slide-full-width .item a {
    height: 100%;
  }
  #slide-full-width .item {
    height: 350px;
  }
}

@media (min-width: 1600px) {
  #slide-full-width .item a {
    max-height: 931px;
  }
}

.img-banner-mobile,
.logo-parque-mob,
.logo-ponta-mob {
  display: none;
}

.page-empreendimento #header-empreendimento .logo-emp.yes-mob {
  display: none;
}

@media (max-width: 960px) {
  .page-empreendimento #header-empreendimento .logo-emp.yes-pc {
    display: none;
  }
  .page-empreendimento #header-empreendimento .logo-emp.yes-mob {
    display: block;
  }

  .page-empreendimento #header-empreendimento .informations h2,
  .page-empreendimento #header-empreendimento .informations p,
  .page-empreendimento #header-empreendimento .list-medidas .item-medida .value,
  .page-empreendimento
    #header-empreendimento
    .list-medidas
    .item-medida
    .description {
    color: #112369;
  }

  .img-banner-mobile,
  .page-empreendimento #header-empreendimento .main-image img {
    height: 412px;
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
  }

  .page-home #slide-home .item-home {
    height: auto;
    padding: 0 0 60px 0;
  }

  .page-home #slide-home .main-slide {
    margin-top: 60px;
  }

  .page-home #slide-home .item-home h2,
  .page-home #slide-home .item-home .h2 {
    color: #112369;
  }

  .page-home #slide-home .item-home .info {
    text-shadow: none;
  }

  .page-home .btn-mix.white {
    border-color: #f26f21;
    color: #f26f21;
  }

  .btn-mix.white .icon svg path {
    fill: #f26f21;
  }

  .page-home #slide-home #slide2,
  .page-home #slide-home #slide3 {
    background: #fff !important;
  }

  .page-home #slide-home .item-home p.description {
    color: #112369;
  }

  .logo-s img {
    display: none;
  }

  .logo-s img.logo-parque-mob,
  .logo-s img.logo-ponta-mob {
    display: block;
  }

  .page-home #slide-home #slide4 h2,
  .page-home #slide-home #slide4 p.description {
    color: #fff !important;
  }

  .page-home #slide4 .btn-mix.white {
    border-color: #fff !important;
    color: #fff !important;
  }

  .page-home #slide-home #slide4 {
    height: 100vh;
    padding: 20px 0;
  }

  #slide4 .btn-mix.white .icon svg path {
    fill: #fff !important;
  }

  .page-home #menu-slide a.active {
    background: #112369;
    color: #112369;
  }

  .page-home #menu-slide a {
    border-color: #112369;
  }

  .page-empreendimento #header-empreendimento .main-info {
    position: static;
    height: auto;
    padding: 40px 0 0 0;
  }

  .page-empreendimento #header-empreendimento {
    min-height: auto;
    max-height: 100%;
    background: #d9d9d9;
    height: 100%;
  }

  .page-empreendimento #header-empreendimento .main-image {
    opacity: 1;
  }

  .page-empreendimento #header-empreendimento::before {
    background: none;
  }
}
