a:hover {
    color: #01337a;
}
a.icon i {
    color: #01337a;
    margin-right: 1rem;
    font-size: 1.2rem;
}

h1.tit-home {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    padding-top: 1rem;
    color:#013374;
}

.navbar-light .navbar-nav .nav-link:hover {
    color:#004fbf;
}
.list-unstyled li a.nav-link:hover {
    color:#004fbf;
}

footer img {width: 100%}
.navbar-light .navbar-nav .active > .nav-link
{
    color:#004fbf
}
.thumbnail-toggle a {
    font-size: 1.5rem;
    margin-left: .2rem;
    padding: .8rem;
    border-radius: .3rem;
    width: 4rem;
    display: inline-block;
    text-align: center;
    color:#01337a;
}
.thumbnail-toggle a:hover {
    background-color: rgba(0,0,0,.05);
    color:#000;
}

.thumbnail-toggle a.active {
    background-color: #01337a;
    color: #fff;
}
.alert-info {
    color: #01214e;
    background-color: #8faeda;
    border-color: #7d8cbb;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
}

.has-dark-background .navbar .navbar-nav .show > .nav-link, .has-dark-background .navbar .navbar-nav .active > .nav-link, .has-dark-background .navbar .navbar-nav .nav-link.show, .has-dark-background .navbar .navbar-nav .nav-link.active, .has-dark-background .main-navigation .navbar ul.navbar-nav > .nav-item > a:not(.btn) {
    color: #444;
    font-size: 15px;
}
.has-dark-background .page-title a:hover {
    color:#76af1d;
}
.hero .main-navigation {background-color: #fff}
.has-dark-background .main-navigation .navbar {padding: 10px 0}
.hero .main-navigation .navbar {padding: 10px 0}

.items:not(.selectize-input).grid .item {
    height: 45rem;
}

.items:not(.selectize-input) .item h4 a {
    font-size: 0.9em;
}
.items:not(.selectize-input) .item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.items:not(.selectize-input) .item {
    margin-bottom: 2.4rem;
    position: relative;
}
.items:not(.selectize-input).list.compact .item .description {
    padding-right: 6rem;
    bottom: 1.4rem;
}

.page-pagination > nav .pagination .page-item.active .page-link {
    background-color: #01337a;
    color: #fff;
    box-shadow: 0 0.1rem 2rem rgba(0,0,0,.15);
}

.selectize-control .selectize-input.full  {padding: 14px 20px}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #76af1d;
    color: #000;
    border-color: #76af1d;
}


.form.hero-form [type="submit"]{
    padding: 13px 20px; border:0
}
input[type="text"],input[type="email"], input[type="date"], input[type="time"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"]
{padding: 13px 20px}

.hero .page-title h1 .tag {
    vertical-align: middle;
    position: relative;
    top: 0;
    margin-left: 1rem;
    background-color: #013374;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

/*
.ribbon-featured .ribbon-content {
    background-color: #f6700e;
}
.ribbon-featured .ribbon-content:before {
    background-color: #f6700e;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    right: -.5rem;
    content: "";
    border-top-right-radius: 50%;
}
.ribbon-featured .ribbon-content:after {
    background-color: #f6700e;
    width: .5rem;
    height: 100%;
    content: "";
    position: absolute;
    top: .5rem;
    right: -.5rem;
}
.ribbon-featured .ribbon-start, .ribbon-featured .ribbon-start::after {background-color: #ab4800;}

.ribbon-featured .ribbon-end:before, .ribbon-featured .ribbon-end .ribbon-shadow::before {
    border-width: 0 1.5rem 1.5rem 0;
    border-color: transparent #f6700e transparent transparent;
}
.ribbon-featured .ribbon-end:after, .ribbon-featured .ribbon-end .ribbon-shadow::after {
    border-width: 0 0 1.5rem 1.5rem;
    border-color: transparent transparent #f6700e transparent;
    bottom: 0;
}
*/
#sub-footer {
    margin-top: 35px;
    border-top: .1rem solid rgba(0,0,0,.1);
}
ul.columns-5 {
    list-style:none; display: table; width: 90%; min-width: 300px; max-width: 640px; margin:20px auto; font-size: 1.3rem;
    color: #444;
}
ul.columns-5 li{
    display: table-cell;
    text-align: center;
    padding: 0px 15px; 
    border-right: 1px solid #ddd 
}
ul.columns-5 li:last-child {border:0px}

.footer {
    
    padding-bottom: 0rem;
}


.icheckbox.checked, .iradio.checked {
    box-shadow: inset 0 0 0 1rem #01337a;
}
#ref_footer input[type="text"]{ width: calc(98% - 50px); float: left}
#ref_footer .btn.btn-primary {     width: 50px;
    float: left;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 11.5px 5px;
    margin-left: -2px;
}



.page.sub-page .form.hero-form .main-search-form {
    background-color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.form .alternative-search-form {padding-top: 0}

.ficha_compartir {
    margin-top: 50px;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

.btn.btn-primary {
    background-color: #76af1d;
    color: #000;
    border-color:#76af1d;
    box-shadow: 0.5px 0.5px 1px rgba(0,0,0,.2);
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
    color: #000;
     background-color: #76af1d
}

.form.hero-form .main-search-form .form-group label {
    color: #000000
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.owl-carousel.gallery-carousel .owl-nav .owl-prev i, .owl-carousel.gallery-carousel .owl-nav .owl-next i, .owl-carousel.full-width-carousel .owl-nav .owl-prev i, .owl-carousel.full-width-carousel .owl-nav .owl-next i {
    background-color: #013374;
    width: 5rem;
    text-align: center;
    line-height: 5rem;
    color: #fff;
    box-shadow: 0 0.2rem 0.7rem 0 rgba(0,0,0, .08);
    border-radius: 50%;
}
.owl-carousel.gallery-carousel-thumbs .owl-thumb.active-thumb {
    box-shadow: inset 0 0 0 0.3rem #013374;
    opacity: 1;
}
#form-orden label {padding-bottom: 1.2rem;}

#zona-contacto h2 {margin-bottom: 3.2rem;}
#zona-contacto .btn.btn-primary  {min-width: 200px; padding: 12px; margin-top: 10px}

.items:not(.selectize-input) .item .detail {color:#222}
.items:not(.selectize-input).list .item .detail {border:0}

.items:not(.selectize-input) .item h3 .tag:not(.category) {
    background-color: rgba(253, 240, 1, 1);
    color: #212529;
}

.items .item ul.columns-3 {margin-bottom: 0}

/*  Ficha */



#formulario-ficha.box, #frm-ficha.box {
    padding: 2.6rem;
}
#formulario-ficha hr {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
}

#formulario-ficha .form-group, #frm-ficha .form-group {
    margin-bottom: 1rem;
}
#formulario-ficha .form-group label, #frm-ficha .form-group label{
    margin-bottom: .5rem;
    padding-top: 0;
}
#formulario-ficha .form-group input[type="text"], #formulario-ficha .form-group  input[type="email"], #formulario-ficha .form-group  input[type="tel"] {
    padding: 11px 18px;
}
#frm-ficha .form-group input[type="text"], #frm-ficha .form-group  input[type="email"], #frm-ficha .form-group  input[type="tel"] {
    padding: 11px 18px;
}

#formulario-ficha .btn-ficha {    width: 100%;
    
    padding: 10px;
}
#formulario-ficha h3 {margin-bottom: 1.5rem}

#ficha-inmueble .tag {display: none}

.fijar-form {
    position:fixed;
    top:20px;
    min-width: 290px;
    z-index: 100;
}

figure.with-icon i {
    color: #043f7b;
    position: absolute;
    line-height: 2rem;
    left: 0;
}
label.required:after {
    color: #043f7b;
}

#recomendados .items:not(.selectize-input).list.compact .item .detail {
    text-transform: none;
}
#recomendados .items:not(.selectize-input).list.compact .item .detail:hover {
    color:#013374;
}

.home-page a.icon i {color:#fff}

.search_map {min-height: 640px}

.search_map #map {
    min-height: 640px;
}


.infobox-wrapper {
    max-height: 370px; margin-bottom: 25px;
}

.property_grid.mapa {
    min-height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    /* width: 100%; */
    border: 1px solid #e5e5e5;
}
.infobox-wrapper .property_grid {
    background: #fff;
    margin-left: -25px;
    width: 270px;
    position: relative;
    box-shadow: 1px 1px 5px #cecece;
}
.infobox-wrapper::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 1px;
	background: transparent;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: 10px;
	z-index: 10;
	left: 35%
}
.infobox-wrapper > img {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 30px;
	right: 10px;
	opacity: 0.9;
	z-index: 10;
     
}
.img_area {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.img_area img
{
    width: 100%
}
.infobox-wrapper .img_area::before {
	display: none !important
}
.infobox-wrapper .property_grid:hover .sale_amount {
	display: inherit
}
.property_grid .sale_amount, .property_list .sale_amount {
    bottom: 0;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 15px;
    position: absolute;
    right: 0;
}

.infobox-wrapper .property-text {
	padding: 15px
}
.infobox-wrapper .property-title {
	text-transform: inherit;
	font-weight: 500;
	font-size: 14px
}
.infobox-wrapper .aviso_ubicacion {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 15px;
    position: absolute;
    left: 7px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 94%;
    height: 30px;
    top: 7px;
}
.sale_amount {
    background-color: rgba(239, 239, 239, 0.85);
}

.property_grid.mapa {
    min-height: auto;
}
.property_grid.mapa .img_area img {
    min-height: 220px;
    
}

.infobox-wrapper .property-text a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.infobox-wrapper .property-text {
    padding: 15px;
}


#zona-servicios .servicio {
    margin-bottom: 30px;
}
#zona-servicios .box {
    height: 100%;
}
#zona-servicios .box h2{
    margin-bottom: 1rem;
    text-align: center;
    font-size: 2rem;
    color: #014373;
}
#zona-servicios .box p {
    margin: 1rem 0;
    padding: 0;
    text-align: justify
}
.alert-info {
    color: #01337a;
    background-color: transparent;
    border-color: transparent;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

 .ficha_compartir h2 {
        text-align: right;
        margin-bottom: 20px;
        padding-right: 15px;
    }
    

@media (min-width: 1200px){
    .fijar-form {
        min-width: 350px;
        max-width: 350px;
    }
    
}    

@media (max-width: 1280px) {
    
    .ficha_compartir {
        margin-top: 35px;
        position: absolute;
        right: 0;
        margin-right: 15px;
    }
    
    .ficha_compartir h2 {
        text-align: right;
        margin-bottom: 10px;
        padding-right: 15px;
    }
    #formulario-ficha .form-group label {
        margin-bottom: 0;
        padding-top: 0;
    }
    
}    

@media (min-width: 992px) and (max-width: 1199px) {
    #bajar-form {padding-top: 25px}
    .hero .main-navigation .navbar ul.navbar-nav a:not(.btn) {
        padding: .5rem 1.1rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #bajar-form {padding-top: 25px}
    ul.columns-3, ol.columns-3, dl.columns-3 {
        column-count: 3;
    }
}

@media (min-width: 601px) and (max-width: 768px){
    .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    #columna-form {margin-top:30px}
    .map.height-350px.vendes {
        height: auto !important
    }
}

@media (max-width: 767px) {
    .map.height-350px.vendes {
        height: auto !important
    }
    
    ul.columns-3, ol.columns-3, dl.columns-3 {
        column-count: 3;
    }
    
    ul.features-checkboxes.columns-3 {
        column-count: 2;
    }
    
    .col-xs-5{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    }
    .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    }
    
    .ficha_compartir {
    margin-top: 50px;
    position: relative;
    }
    .hero .main-navigation .navbar ul.navbar-nav > li.nav-item a.nav-link {
        color:#333 !important;
    }
    .hero .main-navigation .navbar ul.navbar-nav > li.nav-item.active a.nav-link
    {
        color:#004fbf !important;
    }
    
    #sub-footer ul.columns-5 {padding-left: 0; padding-bottom: 15px;
    margin-bottom: 0;}
    #sub-footer ul.columns-5 li {padding: 0 7px;}
}


@media (max-width: 480px) {
    .items:not(.selectize-input).list.compact .item .description {
        font-size: 1.3rem;
        padding: 1.8rem 1.8rem 0 1.8rem;
    }
    .items:not(.selectize-input).list.compact .item .description p {
        height: 6rem;
        overflow: hidden;
        width: auto;
    }
}

@keyframes underline-animation {
    0% {
        width: 100%;
    }
    30% {
        width: 0%;
    }
    60% {
        width: 100%;
        background-color: #76af1d;
    }
    100% {
        left: 0;
        background-color: #76af1d;
    }
}