body {
            
            background-color: #F8F8F8;
           
        }


        
        .city-profile-container {
            background: transparent linear-gradient(103deg, #EF3340 0%, #00247D 100%) 0% 0% no-repeat;
            color: #fff;
            overflow: hidden;
            border-radius: 8px 8px 8px 8px;
        }

        .city-profile-container .text h2 {
            color: #FFFFFF; 
        }

        .row {
            display: flex;
            justify-content: space-between;
            height: 330px;
            align-items: center; 
            border-radius: 0px 8px 8px 0px;
        }

        .container {
            font-size: 8px;
            text-align: left;
            position: relative;
            display: flex;
            flex-direction: column;
            flex: 0 0 60%;
            margin-bottom: 18px;
            padding: 20px;
            justify-content: center;
            align-items: flex-start;
            border-radius: 8px 0px 0px 8px;
        }

        .text {
            margin: 20px 50px 10px 20px;
        }

        .small-container {
            display: flex;
            background-color: #fff;
            color: #000;
            margin-left: 14px;
            height: 91px;
            flex: 0 0 80%; 
            background: #E8DEE4 0% 0% no-repeat padding-box;
            border-radius: 4px;
            opacity: 1;
        }

        .info {
            margin: 8px 14px;
            margin-right: 35px;
            margin-left: 20px;
        }

        h6 {
            font-size: 12px;
            font-family: 'Inter', sans-serif; 
            font-style: normal;
            font-weight: normal; 
        }

        .info p {
            font-size: 12px;
            color: #002348;
            font-weight: bold;
        }

        .info h4 {
            font-size: 12px;
            color: gray;
        }

        .image {
            flex: 0 0 40%; 
            display: flex;
            justify-content: flex-end; 
        }

        img {
            max-height: 100%; 
        }

    
        
       .field_map_location {
       	margin-top: 20px;
    position: relative; 
    top: 753px; 
    left: 96px; 
    width: 100%; 
    max-width: 1400px; 
    height: auto; 
    min-height: 700px; 
    background: 0% 0% no-repeat padding-box; 
    border: 1px solid #E4E7EB; 
    border-radius: 8px; 
    opacity: 1; 
    box-sizing: border-box; 
    margin: 0 auto; 
    padding: 10px; 
}


.field_map_location img,
.field_map_location iframe {
    width: 100%; 
    height: auto; 
    max-width: 100%; 
    border-radius: 8px; 
}

        .field-name-field-edit-content {
            margin-top: 20px; 
            align-self: flex-start;
            margin-left: auto; 
        }

        .field-content {
            margin-top: 20px; 
            align-self: flex-start; 
            margin-left: auto; 
        }



        #block-claro-page-title {
            display: none;
        }


.city-menu-container{
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 10px;
}


.city-menu-container li {
    margin-right: 30px;
}

.city-menu-container li a {
    text-decoration: none; 
    color: grey; 
    font-family: 'Inter', sans-serif; 
    font-weight: 600;
    padding: 10px 15px; 
    outline: none;
    transition: color 0.3s ease; 
    padding-left: 0;
    margin-left: 0;
}

.city-menu-container a.active {
    color: #0B66FF;
}

.city-menu-container li a:focus{
    outline: none; 
    box-shadow: none; 
}

.city-menu-container li a:focus-visible {
    outline: none;
}






 .views-field.views-field-edit-node {
            float: right;
            margin-right: 30px;
            margin-top: -50px;
            padding: 8px 12px;
            background-color: #0093FF;
            color: #FFFFFF;
            text-decoration: none;
            border-radius: 4px;
            transition: background-color 0.3s ease;
        }

        .views-field.views-field-edit-node a {
            color: #FFFFFF; 
            text-decoration: none;
        }

       .views-field.views-field-field-the-city-population {
    margin-top: 40px;
    width: 48%; 
    display: inline-block; 
    vertical-align: top; 
    box-sizing: border-box; 
    margin-right: 4%; 
    padding: 20px;
    background: #F0FAFF;
    border: 2px solid #97E0FF;
    border-radius: 10px;
    opacity: 1; 
}

.views-field.views-field-field-historical-pop {
	margin-top: 40px;
    width: 48%; 
    display: inline-block; 
    vertical-align: top; 
    box-sizing: border-box; 
    padding: 20px;
    background: #F0FAFF; 
    border: 2px solid #97E0FF; 
    border-radius: 10px; 
    opacity: 1; 
    margin-right: 0;
}


.views-field.views-field-field-historical-pop:last-child {
    margin-right: 0;
}


        .table-container {
            flex: 1; 
            padding-right: 20px; 
        }

        .image-container {
            width: 80%; 
            text-align: right; 
        }

        .views-field.views-field-title {
            display: none;
        }

        .table-container td {
            font-size: 16px; 
            font-weight: bold; 
        }
        

/*.blue {*/
/*    color: #0066FF !important;*/
/*}*/

.page-title {
	display: none;
}

#block-claro-page-title {
    display: none;
}
.container-table {
	  margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; 
    gap: 20px; 
    background-color: white; 
    padding: 20px;
    border-radius: 10px; 
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}


.text-container-table {
    flex: 0 1 40%; 
    min-width: 300px;
}

.text-container-table h2 {
    margin-bottom: 10px;
}

.text-container-table h6 {
    font-size: 14px;
    margin-bottom: 20px;
}


table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

table td, table th {
    border-bottom: 1px solid #ddd;
}


.image-container-table {
    flex: 0 1 55%; 
    text-align: center; 
}

.image-container-table img {
    max-width: 100%;
    height: 500px; 
    object-fit: cover; 
    border-radius: 10px; 
}


@media (max-width: 768px) {
    .container-table {
        flex-direction: column; 
        align-items: center;
    }

    .text-container-table, .image-container-table {
        flex: 1 1 100%; 
        text-align: center;
    }

    .text-container-table {
        margin-bottom: 20px; 
    }

    .image-container-table img {
        height: auto; 
    }
}
