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

h1{
	font-family: "Gloria Hallelujah", cursive;
	font-size: 64px;
	color: white;
}
@media screen and (max-width: 767px) {
	h1 {
		font-size: 7vw;
    }
}
h2{
	font-family: "Poppins", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	margin:0;
}
h3{
	font-family: "Gloria Hallelujah", cursive;
	font-size: 36px;
}
h4{
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
}
h5{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin:0;
}
h6{
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	color: #58B88D;
	margin-bottom: 20px;
}
p {
	font-family: "Poppins", sans-serif;
	color: black;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0;	
}
.text--white p{
	color: white;
}
.text--white {
	color: white;
}
.text--green1 {
	color: #58B88D;
}
.text--green2 {
	color: #165064;
}
a {
	color: black;
}
/* BUTTON */
#btn-green {
	color: white;
  font-size: 14px;
  text-decoration: none;
  background: #58B88D;
  padding: 15px 40px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
#btn-green:hover {
	animation-name: animated-button;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
@keyframes animated-button {
  from {border-top-left-radius: 100px; border-bottom-right-radius: 100px;}
  to {border-top-left-radius: 0px; border-bottom-right-radius: 0px;}
}
#btn-green-2 {
	color: white;
  font-size: 14px;
  text-decoration: none;
  background: #58B88D;
  padding: 15px 40px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
	border: 0 !important;
}
#btn-green-2:hover {
	animation-name: animated-button;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
#btn-360 {
	font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
	color: white;
	width: 100%;
	background: transparent;
	border-radius: 2px;
	border: 2px solid white;
	padding: 10px 32px;
	display: flex;
  justify-content: center;
}
#btn-360:hover {
	color: white;
	background: #ffffff42;
}
#btn-360 svg {
	height: 30px;
	width: auto;
  margin-right: 20px;
}
#btn-360 img {
	height: 30px;
	width: auto;
  margin-right: 20px;
}
#btn-360 span {
	height: 30px;
	display: flex;
	align-items: center;
}

/* CONTAINER - fix */
.width-150px {
	width: 137px;
	min-width: 137px;
}

/* TYPE TABS*/
.tabs {
	font-family: "Poppins", sans-serif;
	font-size:14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.tabs label {
    order: 1;
    display: block;
    padding: 15px 30px;
	  margin: 5px 0;
    margin-right: 20px;
    cursor: pointer;
    font-weight: 600;
    transition: background ease 0.2s;
    border: 1px solid #58B88D;
	color: #58B88D;
}
@media screen and (max-width: 767px) {
    .tabs label {
			padding: 10px 20px;
			display: flex;
			justify-content: center;
    }
}
.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 30px 0;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    color: white;
    background: #58B88D;
    border: 1px solid #58B88D;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}
.tab-inner {
    display: grid;
    grid-template-columns: 50% 50%;
}
@media screen and (max-width: 767px) {
    .tab-inner {
        display: flex;
        flex-direction: column;
    }
}
.tab-img {
    display: flex;
    align-content: flex-end;
    flex-wrap: wrap;
    max-height: 100vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-radius: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
    .tab-img {
        display: none;
    }
}
.tab-img > div {
    margin: 10px;
}
.tab-info {
    padding-left: 60px;
    padding-right: 20px;
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
    .tab-info {
        padding-left: 20px;
    }
}
.tab-info > h2 {
	font-weight: 400;
}
.tab-info-type {
	display: inline-block;
	background: #165064;
	border-radius: 50px 0;
	min-width: 100px;
	margin-bottom:20px;
}
@media screen and (max-width: 767px) {
    .tab-info-type {
       
    }
}
.tab-info-type > h2 {
	font-weight: 400;
	color: #58B88D;
	padding: 20px;
	width: 100%;
	text-align: center;
}
.icos-type {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.ico-type {
    display: flex;
    align-items: center;
    margin: 10px 10px;
}
.icos-type-text {
    margin-left: 10px;
}
.ico-type img {
    height: 40px;
}
.text-type {
    text-align: justify;
}
.box input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box input:focus ~ label {
  outline: -webkit-focus-ring-color auto 5px;
}
.box input:checked + p {
  -webkit-line-clamp: unset;
}
.box input:checked ~ label {
  display: none;
}

.box label {
	display: inline-block;
	color: black !important;
	border: 0;
	margin: 0;
	padding: 20px 0;
}
.box label:hover {
	opacity: 0.5
}
.box label:hover:after {
	content:' +'
}

/* MODAL STYLE */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 9999;
}
.modal .modal__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal .modal__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    opacity: 0.6;
    z-index: 99;
    transition: all 0.1s ease-in-out;
    background: var(--color-white);
}
.modal .modal__close:hover {
    opacity: 1;
}
.modal.is--visible {
    visibility: visible;
}
.modal.is--visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.has--modal {
    overflow: hidden;
}
.has--modal .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal.is--visible .modal__overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.modal__wrapper {
    overflow: hidden;
    position: absolute;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: 9999;
    margin: 30px;
    background: var(--color-white);
}
.modal__body {
    width: 100%;
    height: 100%;
}
.modal__body iframe {
    border: 0;
}

/* CONTACT FORM */
.cf-box {
	display: grid;
	grid-template-columns: calc(50% - 5px) calc(50% - 5px);
	grid-gap: 10px;
	padding: 0 0 10px 0;
}
form.wpcf7-form * {
    transition: 225ms;
}
form.wpcf7-form label {
    width: 100%;
    cursor: pointer;
}
form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    border: 0;
    border: 1px solid black;
    border-radius: 0;
    background: transparent;
    font-family: "Poppins", sans-serif;
}
form.wpcf7-form input:hover,
form.wpcf7-form select:hover,
form.wpcf7-form textarea:hover {
    cursor: pointer;
    border: 1px solid black;
}
form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
    border: 2px solid black;
    outline: none;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
    background: transparent;
    font-size: 14px;
}
textarea::placeholder {
    color: black;
    font-size: 14px;
}
form.wpcf7-form input[type="submit"] {
    font-family: "Poppins", sans-serif;
    font-weight: 600; 
    border: 0;
}
form.wpcf7-form input[type="submit"]:hover {
    border: 0;
}
input::placeholder {
    color: black;
    font-size: 14px;
}
span.wpcf7-not-valid-tip {
    position: relative;
    color: red;
    font-size: 14px;
}
div.wpcf7-response-output {
    padding: 1em !important;
    margin: 0 !important;
    border-color: black !important;
    font-size: 14px;
    color: black;
}

/* CF7-chechbox */
.custom-checkboxes {
	padding: 10px 0;
}
.custom-checkboxes p {
    display: flex;
    font-size: 12px;
	padding: 0 0 10px 0;
}
.form-with-custom-checkboxes-radios .wpcf7-list-item {
    margin: 0;
    height: 10px;
}
.form-with-custom-checkboxes-radios .wpcf7-list-item:not(:last-child) {
    margin-bottom: 10px;
}
.form-with-custom-checkboxes-radios label {
    cursor: pointer;
}
.form-with-custom-checkboxes-radios [type="radio"],
.form-with-custom-checkboxes-radios [type="checkbox"] {
    position: absolute;
    left: -9999px;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after {
    border-radius: 50%;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::before,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid black;
}
.form-with-custom-checkboxes-radios [type="radio"] + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"] + .wpcf7-list-item-label::after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: black;
    transition: all 0.2s;
}
.form-with-custom-checkboxes-radios [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
    opacity: 0;
    transform: scale(0.01);
}
.form-with-custom-checkboxes-radios [type="radio"]:checked + .wpcf7-list-item-label::after,
.form-with-custom-checkboxes-radios [type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
    transform: scale(1);
}

/* CF7 - tooltip */

[tooltip] {
    position: relative;
    display: flow-root;
}

span.paddind-left {
    padding-left: 30px;
	  margin: -30px 0 0 0;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 0.9em;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: "";
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    font-family: Helvetica, sans-serif;
    text-align: center;
    width: 100%;
    max-width: 300px;
    min-width: 100px;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: white;
    z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
    display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -0.5em);
}

@keyframes tooltips-vert {
    to {
        opacity: 0.9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: 0.9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* HOTSPOT */
.hotspots-label {
    position: absolute;
    bottom: 20px;
    left: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transform: translateX(-50%);
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    visibility: hidden;
    transition: opacity 350ms cubic-bezier(0.2, 0.5, 0.34, 1);
    width: 50%;
    background: #58B88D;
    padding: 20px;
}
.hotspots-label:before {
    display: none;
}
.hotspots-label.is-visible {
    opacity: 1;
    visibility: visible;
}
.hotspot:before {
    content: "";
    display: block;
    background-color: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 5px;
    top: 5px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMS42IDExLjYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDExLjYgMTEuNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMC41NjI1IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHgxPSI1LjgiIHkxPSIxMS42IiB4Mj0iNS44IiB5Mj0iMCIvPg0KPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2Utd2lkdGg9IjAuNTYyNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iMCIgeTE9IjUuOCIgeDI9IjExLjYiIHkyPSI1LjgiLz4NCjwvc3ZnPg0K");
    background-size: 75%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 150ms cubic-bezier(0.2, 0.5, 0.34, 1);
}
.hotspot {
    padding: 20px;
    height: 40px;
    box-sizing: border-box;
    background-color: #58B88D;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    line-height: 40px;
    border-radius: 25px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    opacity: 0;
    width: 0;
    transition: opacity 650ms ease-in, width 350ms linear;
    text-indent: -9999em;
    user-select: none;
}
.hotspot:hover {
    background: #58B88D;
    color: white;
}
.hotspot.is-visible {
    opacity: 1;
}
.hotspot.is-active {
    padding: 0 20px 0 50px;
    text-indent: 0;
    width: auto;
    height: auto;
}
.hotspot.is-active:before {
    transform: rotate(45deg);
}
.hotspot-image {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.hotspot-image:before {
    content: "";
    display: block;
    width: 100%;
    /* size height*/
    padding-top: 60%;
}
.hotspot-contain {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
}
@media only screen and (max-width: 900px) {
    .hotspots-label {
        display: flex;
        width: 80%;
        height: 80%;
        justify-content: center;
        position: relative;
        flex-direction: column;
        transform: translateY(15%) translateX(-50%);
    }
}
@media only screen and (max-width: 900px) {
    .hotspots-label:before {
        display: block;
        top: 4px;
        left: auto;
        right: 4px;
        transform: rotate(45deg);
        cursor: pointer;
    }
}
@media only screen and (max-width: 900px) {
    .hotspots-label strong {
        display: block;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 900px) {
    .hotspots-label span {
        display: block;
    }
}
@media only screen and (max-width: 900px) {
    .hotspots-label-box {
    }
}




/* FOOTER */
.footer-container {
    background-image: url(/wp-content/uploads/2024/07/bg-ocha-1.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right -10px top 20px;
    padding: 50px 50px 0px 50px;
}
@media screen and (max-width: 767px) {
    .footer-container {
        background-image: none;
    }
}
.footer-top {
    width: 50%;
    display: grid;
    grid-template-columns: 35% 50%;
    align-items: end;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .footer-top {
        width: 100%;
        grid-template-columns: 100%;
        justify-items: center;
        text-align: center;
    }
}
.footer-top > div {
    padding: 5px;
}
.footer-top img {
    width: 70%;
}
.footer-top div > figure{
   margin: 0px !important
}
@media screen and (max-width: 767px) {
    .footer-top img {
        width: 150px;
    }
}
.footer-top a {
    color: black;
    text-decoration: none;
}
.footer-bottom {
    width: 80%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
    .footer-bottom {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .footer-bottom {
        width: 100%;
        grid-template-columns: 100%;
        justify-items: center;
        text-align: center;
    }
}
.footer-bottom > div {
    padding: 5px;
}
.footer-bottom img {
    width: 70%;
}
.footer-bottom-deweloper-logo {
	padding-top: 37px;
}

@media screen and (max-width: 767px) {
figure.footer-bottom-deweloper-logo {
    margin-left: 3rem!important;
    }
}

.footer-bottom-pzfd {
	padding-top: 2rem;
}

@media screen and (max-width: 767px) {
    .footer-bottom-pzfd img  {
        width: 120px;
    }
}

.footer-copy p{
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.footer-copy a {
	color: black;
	font-weight: 600;
}
@media screen and (max-width: 767px) {
    .footer-copy {
        justify-items: center;
        text-align: center;
    }
}

/* fix IMAGE CAROUSEL - image */
img.swiper-slide-image {
	height: 600px;
	object-fit: cover;
}

/* fix IMAGE CAROUSEL - navigations */
.swiper-pagination-bullet {
    border-radius: 0;
    width: 7vw !important;
    height: 5px !important;
    margin: 0 10px 20px 10px !important;
}

/* fix TIMELINE */
.twae-label-big {
	font-size: 16px;
}
.twae-title {
	font-size:14px !important;
}
.twae-content {
	box-shadow: none !important;
}
.twae-h-line {
	height: 2px !important;
	top: 110px !important;
}
.twae-icon {
	border-width: 3px !important
}
.twae-icondot {
	border-width: 2px !important;
}