@font-face {
  font-family: 'Mont';
  src: url(/fonts/Mont/mont-regular.ttf); }
@font-face {
  font-family: 'Mont';
  src: url(/fonts/Mont/Mont-Light.otf);
  font-weight: 200; }
@font-face {
  font-family: 'Mont';
  src: url(/fonts/Mont/Mont-SemiBold.otf);
  font-weight: 500; }
@font-face {
  font-family: 'Mont';
  src: url(/fonts/Mont/mont-bold.ttf);
  font-weight: 600; }
body {
  font-family: 'Mont', sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

a:focus, input:focus, button:focus, select:focus, textarea:focus {
  outline: none; }

p {
  margin-bottom: 0; }

.menu {
  background: #efeff0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2020; }
  .menu .content-menu {
    display: flex;
    align-items: center; }
    .menu .content-menu .logo {
      background: #b8a650;
      width: 17%;
      padding: 0.5em;
      text-align: center; }
      .menu .content-menu .logo img {
        width: 65%; }
    .menu .content-menu .links-menu {
      width: 83%;
      padding: 0 5em;
      display: flex;
      justify-content: space-between; }
      .menu .content-menu .links-menu a {
        color: #074f73;
        font-size: 13px;
        text-transform: uppercase; }
    .menu .content-menu .btn-menu {
      display: none; }

.btn-menu {
  height: 2.7em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2030;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s;
  border-bottom: 1px solid transparent; }
  .btn-menu .position {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0.7em 0.7em;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .btn-menu .position span {
      background: #0a3c58;
      width: 60%;
      height: 4px;
      border-radius: 50px;
      transition: .5s; }

@media (max-width: 980px) {
  .menu {
    height: 2.7em; }
    .menu .content-menu .logo {
      width: 45%; }
    .menu .content-menu .btn-menu {
      display: block; }
    .menu .content-menu > .links-menu {
      display: none; }

  .menu-aberto {
    position: fixed;
    top: 0px;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 1em;
    background: #0a3c58;
    display: none; }
    .menu-aberto .links-menu {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .menu-aberto .links-menu a {
        color: white;
        padding: 0.5em 0; } }
.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 32em;
  height: 66em; }
  .banner .form .campos input {
    width: 100%;
    padding: 0.5em 1em;
    border: none;
    background: #ffffffad; }
  .banner .form .aceite {
    margin: 2em 0;
    text-align: center;
    font-size: 13px; }
    .banner .form .aceite a {
      font-weight: 400;
      color: black; }
  .banner .form .botao-form {
    text-align: center; }
    .banner .form .botao-form input {
      background: #426e7b;
      border: 1px solid #426e7b;
      padding: 0.5em 3em;
      color: white;
      text-transform: uppercase;
      letter-spacing: 2px; }
    .banner .form .botao-form span {
      display: block; }
.banner.mob{
  display: none; }

.title-form {
  text-align: center;
  color: #304943;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 5px;
  margin-bottom: 1em; }

.slick-prev::before {
  content: url(/wp-content/themes/al-mare/svg/preview.svg); }

.slick-next::before {
  content: url(/wp-content/themes/al-mare/svg/next.svg); }

.slick-arrow {
  filter: drop-shadow(2px 3px 8px black); }

.title {
  text-align: center;
  font-size: 23px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 1em;
  color: #304943; }

.botao {
  text-align: center; }
  .botao button {
    background: #89a49d;
    border: none;
    color: white;
    text-transform: uppercase;
    padding: 0.5em 1em;
    font-weight: 500;
    transition: .5s; }
    .botao button:hover {
      background: white;
      color: #89a49d; }

.sect1 {
  margin-top: -18%;
  background-position: 100% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3.5em 0; }
  .sect1 nav {
    margin-bottom: 1em; }
    .sect1 nav .nav {
      justify-content: center;
      border: none;
      padding: 0em 5em; }
      .sect1 nav .nav .nav-link {
        border: none;
        background: #beae50;
        color: white;
        padding: 0.5em 2em;
        width: fit-content;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 0px;
        height: 100%;
        position: relative;
        margin: 0 1px;
        isolation: auto !important;
        transition: .5s;
        /*&.active{
        	background: #beae50;
        	color: white;
        }*/ }
        .sect1 nav .nav .nav-link:nth-child(n):last-child::before {
          display: none; }
        .sect1 nav .nav .nav-link:nth-child(n):last-child::after {
          display: none; }
        .sect1 nav .nav .nav-link:hover {
          background: white;
          color: #beae50; }
          .sect1 nav .nav .nav-link:hover::before {
            border-color: white white; }
        .sect1 nav .nav .nav-link::before {
          content: "";
          border-style: solid;
          border-width: 10px;
          border-color: #beae50 #beae50;
          transform: rotate(45deg);
          border-radius: 0px 0px 0px 0px;
          position: absolute;
          right: -0.7em;
          z-index: 10;
          transition: .5s; }
        .sect1 nav .nav .nav-link::after {
          content: "";
          border-style: solid;
          border-width: 10px;
          border-color: white white #beae50 #beae50;
          transform: rotate(45deg);
          border-radius: 0px 0px 0px 0px;
          position: absolute;
          right: -0.8em;
          z-index: 9;
          transition: .5s; }
  .sect1 .galeria .slick-arrow {
    bottom: 30%;
    width: 75px; }
  .sect1 .galeria .slick-prev {
    left: 16%; }
  .sect1 .galeria .slick-next {
    left: inherit;
    right: 16%; }
  .sect1 .galeria .img-galeria {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 31em;
    position: relative; }
    .sect1 .galeria .img-galeria .legenda {
      position: absolute;
      width: 100%;
      background: linear-gradient(0deg, #00000080, transparent);
      bottom: 0;
      padding: 10% 2% 1%; }
      .sect1 .galeria .img-galeria .legenda p {
        color: white;
        font-size: 12px;
        text-transform: uppercase; }
  .sect1 .plantas {
    padding: 3.5em 0 1em; }
    .sect1 .plantas .container {
      max-width: 75%; }
    .sect1 .plantas .galeria-plantas .slick-arrow {
      width: 75px;
      bottom: 40%; }
      .sect1 .plantas .galeria-plantas .slick-arrow::before {
        filter: brightness(0) invert(70%) contrast(100%) sepia(60%) saturate(300%) hue-rotate(20deg); }
    .sect1 .plantas .galeria-plantas .slick-prev {
      left: -8%; }
    .sect1 .plantas .galeria-plantas .slick-next {
      left: inherit;
      right: -8%; }
    .sect1 .plantas .galeria-plantas .item {
      position: relative; }
    .sect1 .plantas .galeria-plantas .images {
      display: flex; }
      .sect1 .plantas .galeria-plantas .images img {
        margin: 0; }
      .sect1 .plantas .galeria-plantas .images .max {
        width: 1.5em;
        height: 1.5em;
        object-fit: contain;
        margin-top: 6em;
        transform: rotate(90deg); }
      .sect1 .plantas .galeria-plantas .images .img-planta {
        width: 41em;
        height: 36em;
        object-fit: contain;
        filter: drop-shadow(2px 4px 6px black); }
    .sect1 .plantas .galeria-plantas .content-plantas {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      max-width: 100%;
      width: 98%;
      height: 69%;
      z-index: -1;
      transform: translate(0%, 50%);
      bottom: 50%;
      padding: 7% 3%;
      left: 0; }
      .sect1 .plantas .galeria-plantas .content-plantas .dados {
        height: 100%;
        position: relative;
        border-image: linear-gradient(to right, #ffffff00, #ffffff);
        border-image-slice: 1;
        border-image-width: 1px;
        border-image-repeat: stretch; }
        .sect1 .plantas .galeria-plantas .content-plantas .dados .content {
          position: absolute;
          width: 21em;
          height: 100%;
          right: 0;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .sect1 .plantas .galeria-plantas .content-plantas .dados .content .dorms {
            font-size: 30px;
            font-weight: 200;
            letter-spacing: 3px;
            color: #304943;
            text-transform: uppercase;
            border-bottom: 1px solid white;
            padding: 0 0.8em;
            margin-bottom: 0.5em; }
            .sect1 .plantas .galeria-plantas .content-plantas .dados .content .dorms .numb {
              font-size: 70px;
              display: block;
              line-height: 100%; }
            .sect1 .plantas .galeria-plantas .content-plantas .dados .content .dorms .ref {
              display: block;
              font-size: 18px; }
          .sect1 .plantas .galeria-plantas .content-plantas .dados .content .inf-opc {
            color: #304943;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 200; }
          .sect1 .plantas .galeria-plantas .content-plantas .dados .content .metro{
            font-size: 20px;
            color: #304943;
            font-weight: 400; }
            .sect1 .plantas .galeria-plantas .content-plantas .dados .content span{
              font-size: 30px; }

.sect2 {
  background: #f2f2f2;
  padding: 2.5em 0; }
  .sect2 .container-fluid {
    padding: 0; }
  .sect2 .carousel-mar .slick-arrow {
    width: 70px;
    bottom: 35%; }
  .sect2 .carousel-mar .slick-prev {
    left: 3%; }
  .sect2 .carousel-mar .slick-next {
    left: inherit;
    right: 3%; }
  .sect2 .carousel-mar .item {
    padding: 5px; }
    .sect2 .carousel-mar .item .img-galeria {
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 22em;
      position: relative; }
      .sect2 .carousel-mar .item .img-galeria img {
        position: absolute;
        width: 2em;
        height: 2em;
        object-fit: contain;
        transform: rotate(90deg);
        top: 3%;
        left: 5%; }

.sect3 {
  padding: 3.5em 0; }
  .sect3 .linha {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .sect3 .linha .coluna {
      display: flex;
      width: 16% !important;
      margin: 2%;
      align-items: center;
      justify-content: center; }
      .sect3 .linha .coluna .content-icon {
        text-align: center; }
        .sect3 .linha .coluna .content-icon img {
          width: 6em;
          height: 6em;
          object-fit: contain;
          filter: brightness(0%) invert(28%) sepia(100%) saturate(220%) contrast(200%) grayscale(0%) hue-rotate(155deg);
          margin-bottom: 0.5em; }
        .sect3 .linha .coluna .content-icon p {
          text-align: center;
          text-transform: uppercase; }

.sect4 {
  padding: 3.5em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 75vh; }
  .sect4 .container-fluid{
    height: 100%; }
  .sect4 .nav {
    justify-content: center;
    border: none;
    padding: 0em 5em;
    margin-bottom: 5vh; }
    .sect4 .botao-tour{
      text-align: center;
      height: 85%;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .sect4 .botao-tour button{
        border: none;
        background: #7097b3;
        color: white;
        padding: 0.5em 2em;
        width: fit-content;
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
        border-radius: 0px;
        height: 100%;
        position: relative;
        margin: 0 1px;
        isolation: auto !important;
        transition: .5s; }
        .sect4 .botao-tour button:hover{
          background: white;
          color: #7097b3; }
    .sect4 .nav .nav-link {
      border: none;
      background: #7097b3;
      color: white;
      padding: 0.5em 2em;
      width: fit-content;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      border-radius: 0px;
      height: 100%;
      position: relative;
      margin: 0 1px;
      isolation: auto !important;
      transition: .5s;
      /*&.active{
      	background: #beae50;
      	color: white;
      }*/ }
      .sect4 .nav .nav-link:nth-child(n):last-child::before {
        display: none; }
      .sect4 .nav .nav-link:nth-child(n):last-child::after {
        display: none; }
      .sect4 .nav .nav-link:hover {
        background: white;
        color: #7097b3; }
        .sect4 .nav .nav-link:hover::before {
          border-color: white white; }
      .sect4 .nav .nav-link::before {
        content: "";
        border-style: solid;
        border-width: 10px;
        border-color: #7097b3 #7097b3;
        transform: rotate(45deg);
        border-radius: 0px 0px 0px 0px;
        position: absolute;
        right: -0.7em;
        z-index: 10;
        transition: .5s; }
      .sect4 .nav .nav-link::after {
        content: "";
        border-style: solid;
        border-width: 10px;
        border-color: white white #7097b3 #7097b3;
        transform: rotate(45deg);
        border-radius: 0px 0px 0px 0px;
        position: absolute;
        right: -0.8em;
        z-index: 9;
        transition: .5s; }
  .sect4 .tab-pane {
    height: 30em;
    text-align: center; }
    .sect4 iframe{
      height: 70vh;  }

.sect5 {
  padding: 3.5em 0; }
  .sect5 .botao button {
    background: #beae50;
    padding: 0.5em 3em; }
    .sect5 .botao button:hover{
      background: transparent;
      color: #beae50; }
  .sect5 .texto {
    text-align: center;
    color: #304943;
    letter-spacing: 1px;
    margin: 3em 0; }
  .sect5 .cards {
    display: flex; }
    .sect5 .cards .card-local {
      background: linear-gradient(174deg, #8aa59e 90%, #ffffff 10%);
      padding: 2em 1.5em 0em;
      width: 29.3%;
      margin: 0 2%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .sect5 .cards .card-local .text {
        text-align: center; }
        .sect5 .cards .card-local .text .opc {
          color: white;
          font-size: 14px;
          width: 70%;
          margin: auto;
          font-weight: 200; }
        .sect5 .cards .card-local .text .title-local {
          text-transform: uppercase;
          color: white;
          letter-spacing: 3px;
          font-size: 20px;
          font-weight: 200; }
        .sect5 .cards .card-local .text .dist {
          font-weight: bold;
          color: white;
          font-size: 24px; }
          .sect5 .cards .card-local .text .dist span {
            font-size: 28px; }
      .sect5 .cards .card-local img {
        width: 100%;
        height: 13em;
        object-fit: cover; }

.sect6 {
  padding: 1em 0; }
  .sect6 .texto {
    margin-bottom: 3em; }
    .sect6 .texto .title {
      margin-bottom: 0; }
  .sect6 .mapa iframe {
    width: 100%; }

.form2 {
  background: #8aa59e;
  padding: 4em 0; }
  .form2 .title {
    color: white; }
  .form2 form {
    width: 70%;
    margin: auto; }
    .form2 form .campos {
      padding: 0.3em 0; }
      .form2 form .campos input {
        padding: 0.5em 1em;
        width: 100%;
        border: none; }
    .form2 form .aceite {
      padding: 1.5em 0;
      font-size: 13px;
      text-align: center;
      color: white; }
      .form2 form .aceite a {
        color: white;
        font-weight: bold; }
    .form2 form .botao-form {
      text-align: center; }
      .form2 form .botao-form input {
        background: white;
        border: 1px solid white;
        padding: 0.5em 3em;
        color: #223d36;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: .5s; }
        .form2 form .botao-form input:hover {
          background: transparent;
          color: white;
          border-color: white; }
      .form2 form .botao-form span {
        display: block; }

footer {
  padding-top: 2em; }
  footer p{
    font-size: 12px; }
  footer .tl{
    margin: 1em 0; }
  footer .ass {
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    footer .ass p {
      font-size: 12px;
      font-weight: bold;
      color: #012f4e;
      margin-bottom: 1em; }
    footer .ass img {
      width: 32%;
      height: 6em;
      object-fit: contain; }
  footer .copy {
    background: #0c4666;
    padding: 1em 0;
    margin-top: 2em; }
    footer .copy .text-copy {
      color: white;
      font-size: 12px; }
    footer .copy .mcia {
      text-align: right; }
      footer .copy .mcia a {
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        color: white; }
        footer .copy .mcia a img {
          width: 4em;
          filter: brightness(0) invert(1); }
  footer .menu-fl {
    position: fixed;
    transform: translate(0, 50%);
    bottom: 50%;
    right: 0;
    width: 5em;
    z-index: 2020; }
    footer .menu-fl .content > div {
      background: #8faba3;
      padding: 1em; }
      footer .menu-fl .content > div a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        footer .menu-fl .content > div a img {
          width: 1.5em;
          height: 1.5em;
          object-fit: contain;
          margin-bottom: 0.2em; }
        footer .menu-fl .content > div a p {
          color: white;
          font-size: 10px; }
          footer .menu-fl .content > div a p span {
            font-size: 7px; }
      footer .menu-fl .content > div.phone {
        background: #364d47; }
      footer .menu-fl .content > div.mail {
        background: #ff4e00; }


@media(min-width: 1300px) and (max-width: 1400px){
  .sect1 .plantas .galeria-plantas .content-plantas .dados .content{
    width: 18em;
  }
  .sect1 .plantas .galeria-plantas .images .img-planta{
    width: 37em;
  }
}

@media(min-width: 1200px) and (max-width: 1300px){
  .sect1 .plantas .galeria-plantas .content-plantas .dados .content{
    width: 16em;
  }
  .sect1 .plantas .galeria-plantas .images .img-planta{
    width: 35em;
    height: 33em;
  }
}

@media (max-width: 980px) {
  .banner.desk{
    display: none; }
  .banner.mob {
    display: block;
    padding-top: 0;
    height: inherit; }
    .banner.mob .container{
      margin-top: -6em;  }
    .banner .form .campos {
      padding: 0.5em 0; }
      .banner .form .campos input {
        padding: 1em;
        border: 1px solid #426e7b; }

  .title-form {
    font-size: 18px; }

  .title {
    font-size: 20px; }

  .slick-arrow {
    filter: drop-shadow(2px 7px 20px black); }

  .sect1 {
    background-size: cover;
    margin-top: 0%;
    background-position: center;
    padding-top: 3em; }
    .sect1 nav .nav {
      padding: 0; }
      .sect1 nav .nav .nav-link {
        margin: 2px 1px; }
        .sect1 nav .nav .nav-link:nth-child(even)::before, .sect1 nav .nav .nav-link:nth-child(even)::after {
          display: none; }
    .sect1 .galeria .img-galeria {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 20em; }
    .sect1 .plantas .container {
      max-width: 90%; }
    .sect1 .plantas .galeria-plantas {
      padding-bottom: 4em; }
      .sect1 .plantas .galeria-plantas .slick-arrow {
        width: 60px;
        bottom: 0; }
      .sect1 .plantas .galeria-plantas .slick-prev {
        left: 20%; }
      .sect1 .plantas .galeria-plantas .slick-next {
        right: 20%; }
      .sect1 .plantas .galeria-plantas .content-plantas {
        width: 100%;
        height: 100%; }
        .sect1 .plantas .galeria-plantas .content-plantas .dados {
          height: 35%; }
          .sect1 .plantas .galeria-plantas .content-plantas .dados .content {
            justify-content: center;
            align-items: flex-end;
            flex-direction: column;
            padding: 10px;
            width: 100%;
            max-height: 100%; }
            .sect1 .plantas .galeria-plantas .content-plantas .dados .content .dorms {
              font-size: 20px; }
              .sect1 .plantas .galeria-plantas .content-plantas .dados .content .dorms .numb {
                font-size: 40px;
                display: inline; }
              .sect1 .plantas .galeria-plantas .content-plantas .dados .content .dorms .ref {
                font-size: 14px; }
              .sect1 .plantas .galeria-plantas .content-plantas .dados .content .inf-opc{
                font-size: 14px; }
              .sect1 .plantas .galeria-plantas .content-plantas .dados .content .metro span{
                font-size: 25px; }
      .sect1 .plantas .galeria-plantas .images {
        display: block; }
        .sect1 .plantas .galeria-plantas .images .img-planta {
          width: 100%;
          height: 16em; }
  .sect2 .carousel-mar .slick-arrow{
    width: 55px; }
  .sect2 .carousel-mar .slick-prev{
    left: 0; }
  .sect2 .carousel-mar .slick-next{
    right: 0; }
  .sect2 .carousel-mar .item .img-galeria{
    height: 13em; }
  .sect2 .carousel-mar .item .img-galeria img {
    width: 1.5em;
    height: 1.5em; }

  .sect3 .linha .coluna {
    width: 46% !important; }
    .sect3 .linha .coluna .content-icon img {
      width: 5em;
      height: 5em; }
    .sect3 .linha .coluna .content-icon p {
      font-size: 14px; }

  .sect4 .nav {
    padding: 0; }
    .sect4 .botao-tour{
      height: 70%; }
    .sect4 .nav .nav-link {
      margin: 2px 1px; }
      .sect4 .nav .nav-link:nth-child(even)::before, .sect4 .nav .nav-link:nth-child(even)::after {
        display: none; }

  .sect5 .texto {
    font-size: 15px; }
  .sect5 .cards {
    flex-direction: column; }
    .sect5 .cards .card-local {
      width: 85%;
      margin: 2% auto; }
      .sect5 .cards .card-local .text .title-local {
        font-size: 16px; }
      .sect5 .cards .card-local img {
        height: 10em; }

  .form2 form {
    width: 90%; }
    .form2 form .campos input {
      padding: 1em; }

  footer .copy {
    padding-bottom: 3em; }
    footer .copy .mcia {
      text-align: center; }
  footer .menu-fl {
    left: 50%;
    width: 70%;
    transform: translate(-50%, 0%);
    bottom: 0; }
    footer .menu-fl .content {
      display: flex;
      justify-content: center;
      align-items: center; }
      footer .menu-fl .content > div {
        padding: 0.5em;
        width: 33.3%; }
        footer .menu-fl .content > div a p {
          font-size: 0; }
          footer .menu-fl .content > div a p span {
            font-size: 0; } }

/*# sourceMappingURL=style.css.map */


form.submitting input[type=submit], form.sent input[type=submit]{
    pointer-events: none;
    cursor: default;
    opacity: .5;
}
