

.top-bar {
    background-color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
    color: #333;
}

.top-bar a {
    color: #002d4f;
    text-decoration: none;
    font-weight: 700;
}

.top-bar a:hover {
    color: #002d4f;
}

.top-bar-item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.top-bar-item img {
    margin-right: 6px;
    width: 24px;
}


.banner-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 600px; 
}

.banner-img {
    width: 100%;
    height: 400px; 
    display: block;
    object-fit: cover; 
    object-position: center; 
}

.banner-img-mov {
    width: 100%; 
    display: block;
    object-fit: cover; 
    object-position: center; 
}


.desktop-banner {
    display: block;
}

.mobile-banner {
    display: none;
}


.nav-icons-section {
    background-color: #002B4D; 
    color: white;
    padding: 20px 0;
}

.nav-icon-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    transition: all 0.3s ease;
}

.nav-icon-item:hover {
    transform: translateY(-2px);
}

.nav-icon-image {
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.nav-icon-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
}

.location-modal {
    display: flex;
    align-items: center;
   justify-content: center;
   min-height: 100vh;
    max-width: 1200px;
    margin: 30px auto;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.modal-header {
    background-color: #002B4D;
    color: white;
    border: none;
    position: relative;
    padding: 12px 15px;
}

.modal-title {
    font-weight: 600;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 12px;
    background-color: white;
    color: #002B4D;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.modal-body {
    padding: 0;
}

.location-container {
    display: flex;
    flex-wrap: wrap;
}

.map-section {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.location-marker {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 15%;
    max-width: 80px;
    height: auto;
}

.info-section {
    flex: 1;
    min-width: 300px;
    padding: 25px;
    background-color: white;
}

.info-text {
    margin-bottom: 20px;
    line-height: 1.5;
    font-size: 16px;
}

.cards{
    background-image: url("img/TAMARINDOS_WHITE_BACKGROUND_VF-scaled.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-cards {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    
}

.plantas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
}

.property-card {
    width: 100%;
    max-width: 380px;
    border-radius: 8px;
    margin: 20px auto;
}
.card-content {
    display: flex;
    flex-direction: column;
}
.image-section {
    position: relative;
    background-color:#003366;
    height: 200px;
    display: flex;
    margin-bottom: -20%;
}
.site-plan {
    width: 60%;
    padding: 10px;
    background-color: #003366;
}
.site-plan img {
    width: 200px;
    height: 150px;
}

.planos_img{
    position: absolute;
    left: 5%;
    top: -10%;
}

.blue-panel {
    width: 50%;
    color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blue-panel-lobby {
    width: 100%;
    background-color: #003366;
    color: white;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.blue-panel h2 {
    margin: 0 0 60px 15px;
    text-align: center;
}
.property-details {
    background-color: #003366;
    color: white;
    padding: 15px;
    font-size: 14px;
    text-align: right;
    z-index: 999;
}
.detail-row {
    margin-bottom: 4px;
    line-height: 16px;
}

.detail-office {
    margin-bottom: 4px;
    line-height: 16px;
}

.property-details li {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.property-details li::before {
    content: "";
    background-color: #f2766a;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 45%;
    margin-right: 10px;
}


.property-office li {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.property-office li::before {
    content: "";
    background-color: #c7e6a8;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 60%;
    margin-right: 10px;
}

.property-1204 li {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.property-1204 li::before {
    content: "";
    background-color: #d18090;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 60%;
    margin-right: 10px;
}

.property-1201 li {
    margin-bottom: 5px;
    padding-left: 30px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.property-1201 li::before {
    content: "";
    background-color: #cbb299;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 60%;
    margin-right: 10px;
}


.details_column{
    display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.column{
    flex: 1;
    margin-bottom: 4%;
}



.buttons {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}


.btn{
    flex: 1;
    padding: 5px;
    text-align: center;
    background-color: white;
    border: 2px solid white;    
    cursor: pointer;
    font-weight: bold;
    color: #003366;
}

.btn:hover {
    flex: 1;
    padding: 5px;
    text-align: center;
    background-color: #003366;
    border: 2px solid white;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.btn a{
    text-decoration: none;
    color: #003366;
  }

.btn a:hover{
    text-decoration: none;
    color: white !important;
}  






@media (max-width: 991px) {
    .top-bar {
        font-size: 13px;
    }
    .top-bar-item {
        margin-right: 10px;
    }

    .nav-icon-image {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
    
    .nav-icon-text {
        font-size: 14px;
    }
    
    .nav-icons-container {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .top-bar-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .top-bar-item {
        margin: 4px 0;
    }

    .desktop-banner {
        display: none;
    }
    
    .mobile-banner {
        display: block;
    }

    .nav-icons-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    
    .nav-icon-item {
        margin-bottom: 15px;
        width: 100%;
        align-items: center;
        text-align: center;
        justify-content: left;
    }
    
    .nav-icon-image {
        width: 50px;
        height: 50px;
    }

    .nav-icon-text {
        font-size: 20px;
    }

    .location-container {
        flex-direction: column;
    }
    
    .map-section {
        height: 300px;
    }
    
    .info-section {
        padding: 20px 15px;
    }
    
    .info-text {
        font-size: 14px;
    }
}


@media (max-width: 480px) {
    .nav-icon-image {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    
    .nav-icon-text {
        font-size: 13px;
    }
}