﻿/*** GLOBAL ***/
@media (min-width: 1367px) {
    .container {
        width: 1350px;
    }
}
/*** Cabecera ***/
.header-style-2 .header-widget {
    margin-top: 8px;
    margin-bottom: 8px;
    float: right;
    padding-left: 0;
    text-align: right;
}
.header-style-2 .header-widget li:last-child {
    margin-right: 20px;
    padding-right: 35px;
}
#header-container.header-style-2 #header {
    padding-top: 0;
}
#navigation.style-2 {
    margin-top: 0;
}
ul.header-widget {
    margin-top: 30px!important;
    margin-bottom: 22px!important;
}
#logo img {
    max-height: 90px;
}
input, input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
    margin: 0;
    border-radius: 5px;
    /*border: 1px solid #274abb;*/
}
#navigation.style-2.cloned .sticky-logo img {
    max-height: 50px;
}
#navigation.style-2.cloned .sticky-logo {
    margin-top: 5px;
}
.header-style-2 .header-widget li:after{
	position: absolute;
	height: 48px;
	content: "";
	display: inline-block;
	width: 0;
	background-color: #e0e0e0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: 0;
}
.liactive {
    background-color: rgb(66, 66, 66);
}
#titlebar.property-titlebar {
    background: none;
    padding: 55px 0;
    padding-bottom: 45px;
}
.agent-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
    height: 90px;
}
#navigation.style-2.cloned.sticky {
    background-color: #fff;
}
#navigation.style-2.cloned.sticky li > a {
    color: #000000;
}
a.liactive {
    color: #fff !important;
}
.img-ficha-horizontal {
   margin: 0 auto;
}
img.img-ficha-vertical {
    width: auto !important;
    margin: 0 auto;
}
.slick-track {
    background-color: #252729;
}
@media (min-width: 1200px){
    .img-ficha-horizontal {
        min-height: 555px;
    }
}
@media (min-width: 992px) {
    .img-ficha-horizontal {
        min-height: 555px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .img-ficha-horizontal {
        min-height: 338.938px;
    }
}
@media (max-width: 767px) {
    .img-ficha-horizontal {
        min-height: 229.266px;
    }
}
/*** Buscador **/
.btnCA{
    height:57px;
}
a#butOp1, a#butOp2 {
    padding: 16px 15px;
    background-color: #fff;
    color: #888;
    margin-right: 0;
    width: 100%;
    text-align: center;
}
a#butOp1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}
a#butOp2 {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
}
.parallax #butOp .button.active {
    background-color: #54ab4d;
    color: #fff;
}
.wd-initial{
    width:initial;
}
.search-container .main-search-input button.button {
     margin-left: 0; 
     max-width: 100%;
     min-width: 0;
}
.no-padding-left{
    padding-left:0!important;
}
.no-padding-right{
    padding-right:0!important;
}
.adv-search-btn a {
    margin-left: 0;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    text-align: center;

}

/*** Contenido Index ***/
h3.headline {
    color: #274abb;
    font-weight: 500;
}
.listing-item.compact {
    height: 280px;
}
.listing-img-container img {
    width: auto;
    height: 100%;
}
.listing-item.compact li {
    text-align: center;
}
section.section-propDestacadas {
    padding: 40px 0 90px 0;
}
/*** Ficha ***/
.widget-button i {
    font-size: 25px!important;
}
input#tbNombre, input#tbMail, input#tbFono, textarea#tbMensaje {
    margin: 0 0 16px 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.agent-widget {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.property-main-features {
    text-align: center;
}
span.social_icons {
    padding-left: 10px;
}

/*** Listado ***/
img.imgDesct {
    width: auto;
    height: 280px;
}
.list-layout .listing-img-container img {
    width: auto;
    height: 280px;
}
.listing-carousel {
    text-align: center;
}
.list-layout .listing-img-container {
    height: 0;
    min-height: 260px;
    flex: 2;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}
ul.pagination li a {
    margin: 0 5px;
}
/*** Destacadas ***/
.owl-theme .owl-controls .owl-buttons div {
    z-index: 999;
}

/*** Otros ***/
input#name, input#fono, input#email, textarea#comments {
    margin: 0 0 16px 0;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
#breadcrumbs ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
}
#breadcrumbs {
    color: #fff;
}

/*** Footer ***/
.col-md-1.text-widget {
    color: #000000;
}
section.fullwidth.border-bottom {
     border-bottom: 0px solid #e4e4e4; 
}
.copyrights {
    color: #ffffff;
    border-top: 1px solid rgb(255, 255, 255);
    margin-top: 30px;
    text-align: center;
    padding: 12px 0;
    display: inline-block;
    width: 100%;
}
#backtotop a, #top-bar {
    background-color: #636363;
}
img.footer-logo {
    height: 150px;
    max-height: initial;
    width: auto;
    transform: translate3d(0,0,0);
}
div#footer ul {
    list-style: none;
    padding: 0;
}
div#footer ul > li {
    margin-bottom: 10px;
}
.col-md-12.pagination-container.margin-top-20 .fa {
    color: #0f70b8;
}
/*** Bootstrap pagination ***/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #274abb;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #274abb;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #274abb;
    border-color: #274abb;
}

/*Medias*/
#breadcrumbs ul li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #ffffff;
    font-size: 14px;
    margin-right: 15px;
}
.shadow-text {
    text-shadow: 2px 1px 5px #000000;
    width: max-content;
    background-color:rgba(0, 0, 0, 0.66);
    padding: 5px 15px;
}
.parallax-overlay {
    background-color: rgba(0, 0, 0, 0) !important;
    opacity: 0 !important;
}
.adv-search-btn {
    margin-top: 5px !important;
}
.main-search-input {
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    .search-container {
        padding: 190px 0;
    }
}
@media (max-width: 992px) {
    .shadow-text {
        width: 100%;
    }
    .no-padding-left {
        padding-left: 15px!important;
    }
    .no-padding-right {
        padding-right: 15px!important;
    }
    .no-padding{
        padding: 0!important;
    }
}
hr {
    border-top: 1px solid #004579;
    width: 100%;
}
#titlebar {
    padding: 100px 0; 
}
#navigation.style-2 {
    border-bottom: 3px solid #54ab4d;
    background-color: #000000;
}
.chosen-container .chosen-results li.highlighted, .chosen-container-multi .chosen-choices li.search-choice, .select-options li:hover, a.button, a.button.border:hover, button.button, input[type=button], input[type=submit] {
    background-color: #54ab4d;
}
.adv-search-btn a {
    background-color: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255,255,255,0.35);
}
body .search-container button:before {
    background-color: rgba(12,12,12,1);
}
.buscadorProp{
    background: #00000085;
    padding: 17px;
    }
#navigation.style-2 ul a {
    font-weight: 400;
}
h3.headline {
    color: #2b2b2b;
    font-weight: 500;
}
a{
    color: #0b500b;
}
.fa {
    color: #ffffff;
}
#footer.sticky-footer a {
    color: #fff;
}
#footer {
    padding: 30px 0 0 0;
    background-color: #000000;
    box-shadow: inset 0 20px 50px -20px rgba(0,0,0,0.06);
    color: #ffffff;
}
#footer h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 25px;
}
.fa.fa-search {
    color:#fff;
}
.menu-responsive i {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .07) 0, transparent);
    background-color: #0b500b;
    color: white;
}
.listing-badges .featured {
    background-color: #54ab4d;
}
#titlebar.property-titlebar span.property-badge, .back-to-listings:hover, .home-slider-price, .img-box:hover:before, .layout-switcher a.active, .layout-switcher a:hover, .listing-hidden-content, .office-address h3:after, .pagination .current, .pagination ul li a.current-page, .pagination ul li a:hover, .pagination-next-prev ul li a:hover, .property-features.checkboxes li:before {
    background-color: #646466;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0f70b8;
    border-color: #0f70b8;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0f70b8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #0f70b8;
}
a.button.border {
    border: 1px solid #0b500b;
}
table.manage-table td.action a:hover, table.manage-table .title-container .title h4 a:hover, .my-account-nav li a.current, .my-account-nav li a:hover, #footer .social-icons li a:hover i, #navigation.style-1 .current, #posts-nav li a:hover, #top-bar .social-icons li a:hover i, .agent .social-icons li a:hover i, .agent-contact-details li a:hover, .agent-page .agent-name h4, .footer-links li a:hover, .header-style-2 .header-widget li i, .header-widget .sign-in:hover, .home-slider-desc .read-more i, .info-box, .info-box h4, .listing-title h4 a:hover, .map-box h4 a:hover, .plan-price .value, .plan.featured .listing-badges .featured, .post-content a.read-more, .post-content h3 a:hover, .post-meta li a:hover, .property-pricing, .style-2 .trigger a:hover, .style-2 .trigger.active a, .style-2 .ui-accordion .ui-accordion-header-active, .style-2 .ui-accordion .ui-accordion-header-active:hover, .style-2 .ui-accordion .ui-accordion-header:hover, .tabs-nav li a:hover, .tabs-nav li.active a, .testimonial-author h4, .widget-button:hover, .widget-text h5 a:hover, a, a.button.border, a.button.border.white:hover {
    color: #2b2b2b;
}
.icon-box-1.alternative .icon-container {
    font-size: 80px;
    height: auto;
    width: 175px;
    line-height: 130px;
    background-color: rgb(234, 234, 234);
}
.comment-by a.reply:hover, .post-img:before {
    background-color: #ef7f00;
}
.post-img:after {
    background: linear-gradient(to bottom, transparent 40%, #ef7f00);
}
.icon-box-1.alternative {
    padding: 2px;
    padding-bottom: 15px;
}
.icon-box-1 .icon-container {
    background-color: #54ab4d;
}
.header-style-2 .header-widget li .widget-content {
    float: left;
    max-width: 280px;
    margin-top: 12px;
}
.header-style-2 .header-widget li i {

     margin-top: -2px;
}

.icon-box-1.alternative h3 {
    font-size: 22px;
}

section.fullwidth {
    padding: 10px 0;
    margin: 0;
}