@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body {
  margin: 0;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  color: #303030;
  overflow-x: hidden;
}

html,
body {
  background-color: #ffffff;
  width: 100%;
  font-family: 'Montserrat', 'sans-serif';
  font-weight: 400;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  text-align: center;
  border: solid 2px #fff;
}

ul {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
a:visited,
a:active,
a:link,
modal a,
modal a:visited,
modal a:active,
modal a:link {
  text-decoration: none;
  color: #41aca4;
}

a:hover {
  text-decoration: none;
  color: #41aca4;
}

::selection {
  background: #e3d3bf;
}
::-moz-selection {
  background: #e3d3bf;
}

.zero {
  margin: 0;
  padding: 0;
}

.anchor-link {
  scroll-margin-top: 100px;
}

h1,
h2,
h3,
h4 {
  display: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
}

@media screen and (max-width: 1239px) {
  h1 {
    font-size: 2em;
  }
}

.content {
  margin: 0 auto 0 auto;
  width: 100%;
}

.unsel {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /* Introduced in IE 10. See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/ */
  -ms-user-select: none;
  user-select: none;
}

.border {
  border: 2px solid #41aca4;
}

.warning {
  font-weight: bold;
}
#container {
  padding-bottom: 66.68%;
  height: 0;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
}

.modal,
.modal-body,
.modal-content {
  min-height: 70vh;
  overflow: hidden;
}
.modal-backdrop.show {
  opacity: 0 !important;
  z-index: -10 !important;
}
.modal-content {
  margin: 0 auto;
  border: #41aca4 4px solid;
  border-radius: 0;
}
.modal-dialog {
  /*position: fixed;*/
  z-index: 1002;
  max-width: 90vw !important;
}
.modal-body,
.modal-title {
  font-size: 1em;
  text-transform: uppercase;
  background-color: #201f20;
  color: #fff;
}
.modal-header {
  padding: 10px;
  background-color: #201f20;
  border-radius: 0;
  color: #fff;
}
.modal-body .nav-link {
  color: #fff;
  /*text-transform: uppercase;*/
}

.btn-close-mod {
  width: 30px !important;
  height: 30px !important;
  /*background-image: url(../img/btn-close-mod.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #201f20;*/
  border-radius: 50%;
  border: none !important;
  font-size: 30px;
  color: #fff;
  background-color: #41aca4;
  opacity: 1;
  position: relative;
}
.btn-close-mod::after {
  content: 'x';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}
.btn-close-mod:hover {
  opacity: 0.7;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #41aca4;
}
.tab-content h3 {
  font-size: 2em;
}
a.nav-link.active {
  color: #fff !important;
}

a.nav-link.dropdown-toogle.active.show,
.nav-tabs .nav-link.active {
  background-color: #201f20;
  color: #fff;
  border: none !important;
  /*border: solid thin #41aca4;*/
}
.nav-tabs {
  border: none;
}
.dropdown-menu.show {
  background-color: #201f20;
  color: #fff;
}
.dropdown-menu {
  min-height: 40vh;
  overflow-y: scroll;
}
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(80, 80, 80, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(70, 70, 70, 0.4);
}

#s2-cont {
  padding: 0;
  text-align: center;
  position: relative;
}

.s2-torres .torres-txt {
  display: block;
  color: #505050;
  font-size: 1.4em;
  font-weight: 600;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.s2-img {
  margin: 0 auto;
  position: relative;
}

.torres {
  /*display: block;*/
  width: 100%;
  height: 100%;
  /*max-height: calc(100vh - 200px);*/
  padding: 0;
  /*height: 0;
	padding-top: 105.2%;*/
  background-image: url(../img/nao_torre.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  /*position: relative;*/
}

.torres svg {
  max-height: 100%;
}

.niveles_areas,
.tipo_area {
  fill: rgba(186, 149, 56, 0);
  mix-blend-mode: multiply;
}
.niveles-limites {
  fill: #fff;
  visibility: hidden;
}
.niveles_areas:hover,
.tipo_area:hover {
  fill: rgba(92, 190, 180, 0.85);
}
.nivel-txt-1,
.nivel-txt-2,
.nivel-txt-3,
.nivel-txt-4,
.nivel-txt-5,
.nivel-txt-6 {
  position: absolute;
  top: 45vh;
  left: 25vw;
  border-bottom: thin solid #41aca4;
  font-weight: 300;
  z-index: 2000;
  /*opacity: 0;*/
  fill: #505050;
  font-size: 36px;
}
.nivel-txt-1 tspan,
.nivel-txt-2 tspan,
.nivel-txt-3 tspan,
.nivel-txt-4 tspan,
.nivel-txt-5 tspan,
.nivel-txt-6 tspan {
  display: inline-block;
  font-weight: 600;
}

.nivel-txt-1 line,
.nivel-txt-2 line,
.nivel-txt-3 line,
.nivel-txt-4 line,
.nivel-txt-5 line,
.nivel-txt-6 line {
  fill: none;
  stroke: #41aca4;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

#n_3:hover .nivel-txt-1 {
  opacity: 1;
}
#n_4:hover .nivel-txt-4 {
  opacity: 1;
}
#n_5:hover .nivel-txt-5 {
  opacity: 1;
}
#n_6:hover .nivel-txt-4 {
  opacity: 1;
}
#n_7:hover .nivel-txt-5 {
  opacity: 1;
}
#n_8:hover .nivel-txt-6 {
  opacity: 1;
}

.div-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  /*max-height: calc(100vh - 100px);*/
  z-index: 1000;
  margin: 0;
  padding: 2vh;
  background-color: #fff;
}

.plano-nivel {
  /*display: block;*/
  width: 100%;
  height: 100%;
  /*max-height: calc(100vh - 100px);*/
  padding: 0;
  background-image: url(../img/nivel-pt.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.plano-nivel-pb {
  /*display: block;*/
  width: 100%;
  height: 100%;
  /*max-height: calc(100vh - 100px);*/
  padding: 0;
  background-image: url(../img/nivel-pb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.plano-nivel svg,
.plano-nivel-pb svg {
  width: 100%;
  height: 100%;
  /*max-height: calc(100vh - 100px);*/
}
#btn_nivel_close,
#btn_nivelb_close,
#btn_tipo_a1_close,
#btn_tipo_a2_close,
#btn_tipo_a3_close,
#btn_tipo_a4_close,
#btn_tipo_a5_close,
#btn_tipo_a6_close,
#btn_tipo_a7_close,
#btn_tipo_b1_close,
#btn_tipo_b2_close,
#btn_tipo_b3_close,
#btn_tipo_b5_close,
#btn_tipo_b6_close,
#btn_tipo_d1_close,
#btn_tipo_d2_close,
#btn_tipo_d3_close,
#btn_tipo_d4_close,
#btn_tipo_d5_close,
#btn_tipo_d6_close,
#btn_tipo_d7_close,
#btn_tipo_c1_close,
#btn_tipo_c2_close,
#btn_tipo_c3_close,
#btn_tipo_c4_close,
#btn_tipo_c5_close,
#btn_tipo_c6_close,
#btn_tipo_pba3_close,
#btn_tipo_pba4_close,
#btn_tipo_pbb1_close,
#btn_tipo_pbb2_close,
#btn_tipo_pbb3_close,
#btn_tipo_pbb4_close,
#btn_tipo_pbc1_close,
#btn_tipo_pbc2_close,
#btn_tipo_pbc4_close,
#btn_tipo_pbc6_close,
#btn_tipo_pbd1_close,
#btn_tipo_pbd2_close,
#btn_tipo_pbd3_close,
#btn_tipo_pbd4_close {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  background-color: #41aca4;
  position: absolute;
  top: 50px;
  left: 50px;
  border: none;
}
#btn_nivel_close::after,
#btn_nivelb_close::after,
#btn_tipo_a1_close::after,
#btn_tipo_a2_close::after,
#btn_tipo_a3_close::after,
#btn_tipo_a4_close::after,
#btn_tipo_a5_close:after,
#btn_tipo_a6_close:after,
#btn_tipo_a7_close:after,
#btn_tipo_b1_close::after,
#btn_tipo_b2_close::after,
#btn_tipo_b3_close::after,
#btn_tipo_b5_close::after,
#btn_tipo_b6_close::after,
#btn_tipo_d1_close::after,
#btn_tipo_d2_close::after,
#btn_tipo_d3_close::after,
#btn_tipo_d4_close::after,
#btn_tipo_d5_close:after,
#btn_tipo_d6_close:after,
#btn_tipo_d7_close:after,
#btn_tipo_c1_close::after,
#btn_tipo_c2_close::after,
#btn_tipo_c3_close::after,
#btn_tipo_c4_close::after,
#btn_tipo_c5_close::after,
#btn_tipo_c6_close::after,
#btn_tipo_pba3_close::after,
#btn_tipo_pba4_close::after,
#btn_tipo_pbb1_close::after,
#btn_tipo_pbb2_close::after,
#btn_tipo_pbb3_close::after,
#btn_tipo_pbb4_close::after,
#btn_tipo_pbc1_close::after,
#btn_tipo_pbc2_close::after,
#btn_tipo_pbc4_close::after,
#btn_tipo_pbc6_close::after,
#btn_tipo_pbd1_close::after,
#btn_tipo_pbd2_close::after,
#btn_tipo_pbd3_close::after,
#btn_tipo_pbd4_close::after {
  content: '<';
  line-height: 0;
}
#btn_nivel_close:hover,
#btn_nivelb_close:hover,
#btn_tipo_a1_close:hover,
#btn_tipo_a2_close:hover,
#btn_tipo_a3_close:hover,
#btn_tipo_a4_close:hover,
#btn_tipo_a5_close:hover,
#btn_tipo_a6_close:hover,
#btn_tipo_a7_close:hover,
#btn_tipo_b1_close:hover,
#btn_tipo_b2_close:hover,
#btn_tipo_b3_close:hover,
#btn_tipo_b5_close:hover,
#btn_tipo_b6_close:hover,
#btn_tipo_d1_close:hover,
#btn_tipo_d2_close:hover,
#btn_tipo_d3_close:hover,
#btn_tipo_d4_close:hover,
#btn_tipo_d5_close:hover,
#btn_tipo_d6_close:hover,
#btn_tipo_d7_close:hover,
#btn_tipo_c1_close:hover,
#btn_tipo_c2_close:hover,
#btn_tipo_c3_close:hover,
#btn_tipo_c4_close:hover,
#btn_tipo_c5_close:hover,
#btn_tipo_c6_close:hover,
#btn_tipo_pba3_close:hover,
#btn_tipo_pba4_close:hover,
#btn_tipo_pbb1_close:hover,
#btn_tipo_pbb2_close:hover,
#btn_tipo_pbb3_close:hover,
#btn_tipo_pbb4_close:hover,
#btn_tipo_pbc1_close:hover,
#btn_tipo_pbc2_close:hover,
#btn_tipo_pbc4_close:hover,
#btn_tipo_pbc6_close:hover,
#btn_tipo_pbd1_close:hover,
#btn_tipo_pbd2_close:hover,
#btn_tipo_pbd3_close:hover,
#btn_tipo_pbd4_close:hover {
  background-color: #5cbfb5;
}

.div-cont-planta {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.tipos {
  background-color: #fff;
  color: #505050;
  text-align: center;
}
.tipos .tipo-col-txt {
  padding: 80px 2vw 2vh 2vw;
  border-right: solid 1px #41aca4;
}
.tipos .tipo-txt {
  font-size: 1.5em;
  color: #505050;
}
.tipos .tipo-titulo {
  font-weight: 600;
  font-size: 2em;
  color: #5cbfb5;
  text-transform: uppercase;
}
.tipos .tipo-mini {
  width: 150px;
  margin: 30px auto 10px;
}

.tipos ul {
  font-size: 1em;
  display: inline-block;
  margin: 0;
  padding: 30px 0 15px;
  text-align: left;
  justify-content: flex-start;
}
.tipos ul li {
  list-style-type: none;
  text-align: left;
  padding-bottom: 10px;
  vertical-align: middle;
}

.tipos .tipo-planta {
  padding: 2vh 2vw;
  display: block;
}
.tipos .tipo-planta img {
  max-height: 80vh;
}

@media screen and (max-width: 991px) {
  .torres {
    margin-top: 60px;
    /*width: 130%;
		margin-left: -15%;*/
  }
  #s2-cont {
    background-image: none;
  }
  .s2-torres .torres-txt {
    font-size: 1.2em;
    margin-top: -60px;
  }
  .plano-nivel {
    width: 100%;
    /*margin-left: -25%;*/
    margin-top: 70px;
    height: auto;
    background-position: top 70px;
  }
  .plano-nivel svg {
    height: auto;
  }
  .div-cont {
    background-image: none;
  }
  #btn_nivel_close,
  #btn_nivelb_close {
    left: 10px;
    /*top: -10px;*/
  }

  .tipos .tipo-titulo,
  .tipos .tipo-txt {
    font-size: 1.3em;
  }

  .tipos .tipo-col-txt {
    padding: 20px;
    height: auto;
  }
  .tipos .tipo-planta img {
    height: auto;
    width: 100%;
  }
  #btn_nivel_close,
  #btn_nivelb_close,
  #btn_tipo_a1_close,
  #btn_tipo_a2_close,
  #btn_tipo_a3_close,
  #btn_tipo_a4_close,
  #btn_tipo_a5_close,
  #btn_tipo_a6_close,
  #btn_tipo_a7_close,
  #btn_tipo_b1_close,
  #btn_tipo_b2_close,
  #btn_tipo_b3_close,
  #btn_tipo_b5_close,
  #btn_tipo_b6_close,
  #btn_tipo_d1_close,
  #btn_tipo_d2_close,
  #btn_tipo_d3_close,
  #btn_tipo_d4_close,
  #btn_tipo_d5_close,
  #btn_tipo_d6_close,
  #btn_tipo_d7_close,
  #btn_tipo_c1_close,
  #btn_tipo_c2_close,
  #btn_tipo_c3_close,
  #btn_tipo_c4_close,
  #btn_tipo_c5_close,
  #btn_tipo_c6_close,
  #btn_tipo_pba3_close,
  #btn_tipo_pba4_close,
  #btn_tipo_pbb1_close,
  #btn_tipo_pbb2_close,
  #btn_tipo_pbb3_close,
  #btn_tipo_pbb4_close,
  #btn_tipo_pbc1_close,
  #btn_tipo_pbc2_close,
  #btn_tipo_pbc4_close,
  #btn_tipo_pbc6_close,
  #btn_tipo_pbd1_close,
  #btn_tipo_pbd2_close,
  #btn_tipo_pbd3_close,
  #btn_tipo_pbd4_close {
    top: 10px;
    left: 10px;
  }

  .nivel-txt-1,
  .nivel-txt-2,
  .nivel-txt-3,
  .nivel-txt-4,
  .nivel-txt-5,
  .nivel-txt-6 {
    opacity: 1;
  }
}
