.portfolio-filter li a {
    font-size: var(--fs-contenido-mediano);
    font-family: var(--ff-globa-estandar);
}

.padding-6-rem-bottom {
    padding-bottom: 4rem;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.grid-filter li:first-child {
    padding-left: 0;
}

.grid-filter li {
    display: inline-block;
    float: none;
    /*padding: 0 20px;*/
    border: 0;
    position: relative;
}

.grid-filter > li.active > a, .grid-filter > li.active > a:focus, .grid-filter > li.active > a:hover, .grid-filter > li > a:hover {
    border: 1px solid #263155;
    color: inherit;
    padding: 8px 30px;
    background-color: #263155;
    color: white;
    border-bottom: 1px solid;
}

.grid-filter > li > a {
    border: 1px solid #263155;
    color: inherit;
    padding: 8px 30px;
    margin-right: 20px;
    border-bottom: 1px solid;
    text-transform: none !important;
}

.grid.grid-4col li {
    width: 100%;
    list-style: none;
}

.grid.gutter-extra-large li {
    padding: 15px;
}

.portfolio-classic {
    padding: 0;
}

.portfolio-classic .portfolio-box {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.border-radius-6px {
    border-radius: 6px;
}

.portfolio-box .portfolio-image {
    position: relative;
    overflow: hidden;
}

.bg-gradient-fast-blue-purple {
    background-image: linear-gradient(90deg, rgb(17 27 66) 0%, rgb(35 47 136) 40%, rgb(45 51 54) 100%)
}

.portfolio-box *, .portfolio-box:hover * {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.portfolio-classic .portfolio-box:hover {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.portfolio-classic .portfolio-box:hover .portfolio-image img, .portfolio-overlay .portfolio-box:hover .portfolio-image img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    opacity: 0.15;
}

.mb-50 {
    margin-bottom: 50px;
}

.padding-30px-tb {
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin-one-bottom {
    margin-bottom: 1%;
}

.text-medium {
    font-size: 14px;
    line-height: 20px;
}

.text-extra-dark-gray {
    color: #232323;
}

.portfolio-image img {
    width: 100%;
}

.portfolio-box .portfolio-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.portfolio-box:hover .portfolio-hover {
    opacity: 1;
}

.portfolio-box .portfolio-hover .portfolio-icon {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
}

.portfolio-classic .portfolio-icon a {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    position: relative;
    z-index: 3;
}

#ppropiedades .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.container-fluid {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
    margin-right: auto;
    margin-left: auto;
}

/*--------------------------------------*/
#chartdiv {
    width: 100%;
    height: 450px;
    /*font-family: Verdana;*/
    /*font-size: 11px;*/
    /*background: #eee;*/
}

ul.mapa {
    /*padding-left: 15px;*/
    list-style: none;
}

#amchart {
    width: 100%;
    height: 630px;
    /*font-family: Verdana;*/
    /*font-size: 11px;*/
    /*background: #eee;*/
}

.leaflet-popup-content {
    width: 190px;
}

.ammapDescriptionWindow {
    width: 300px !important;
    /*background: rgba(255, 255, 255, 0.8);*/
    background: #366092;
    color: #ffffff;
    padding: 10px;
    /*left: 250px !important;*/
    /*border-radius: 4px;*/
    /*border: 2px solid rgba(255, 255, 255, 1);*/
}

.ammapDescriptionTitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ammapDescriptionText img, .ammapDescriptionText p {
    max-width: 70%;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
    margin: 0 0 24px 0;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 35px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}