/* 
    Created on : 07-feb-2017, 16:16:21
*/

/*@import url('https://fonts.googleapis.com/css?family=Poppins');*/

html{
    font-family: 'Poppins', sans-serif;
}

body { 
    font-family: 'Poppins', sans-serif;
    padding-top: 80px; 
}

.body-property{ 
    padding-top: 130px; 
}

.body-office{ 
    padding-top: 120px; 
}

.btn-link{
    color: #269abc;
}

.btn-link:hover{
    text-decoration: none;
    color: #269abc;
}

a {
    color: #269abc;
    font-weight: normal;
    text-decoration: none;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

a:hover{
    color: #269abc;
    text-decoration: none;
}

.navbar-redpiso {
    background-color: #fff;
    border-bottom: 1px solid #eee ;
}

.navbar-redpiso .navbar-toggle{
    margin-top: 3px;
    color: #999;
}

.navbar-redpiso a{
    
}

.toogle-ico{
        font-size: 24px;
    line-height: 24px;
    margin-bottom: 0px;
}

.explore-link{
    
}

.navbar-brand {
    float: left;
    padding: 4px 0px 0 5px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-brand {
    margin-left: 0px;
    padding: 6px 0px 0 15px;
  }
}

.btn-default {
    color: #269abc;;
    background-color: rgba(255,255,255,0.8);
    border-color: #269abc;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.btn-danger {
    color: #BF0411;;
    background-color: rgba(255,255,255,0.8);
    border-color: #BF0411;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, btn-default.focus, .btn-default.active,
.open > .dropdown-toggle.btn-default, .btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{
    border-color: #269abc;
    color: #31708f;
    background-color: #d9edf7;
}

.btn-dcredit{
    background-color: rgb(0, 70, 140);
    color:#fff;
    border-radius: 30px !important;
    margin-top: 10px !important;
}

.dropdown-menu {
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    border: 1px solid #269abc;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.175);
    box-shadow: 0 3px 6px rgba(0,0,0,.175);
}

.navbar-brand img{
     height: 40px;
     width: auto;
}

.navbar-redpiso .btn-link{
    color: #999;
    padding-left: 5px; 
    padding-top: 8px;
    padding-right: 0px;
    font-size: 14px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.navbar-redpiso-sub{
    margin-top: 30px;
}



.navbar-redpiso .btn-link:focus, .navbar-redpiso .btn-link:hover {
    color: #269abc;
    text-decoration: none;
    background-color: transparent;
}

.navbar-user {
    background-color: #fff;
    max-height: 30px;
    border-bottom: 1px solid #eee;
}


.navbar-user .btn-link {
    padding: 0px 6px;
    font-size: 12px;
    line-height: 10px;
    font-weight: normal;
    color: #269abc;
}

.navbar-user .btn-link:focus, .navbar-user .btn-link:hover {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.navbar-office {
    margin-top: 81px;
    background-color: #fff;
    height: 40px;
    min-height: 40px;
    border-bottom: 0px solid #269abc;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3); 
}

.navbar-office h1{
    font-size: 14px;
    color: #269abc;
    margin-top: 14px;
}


.navbar-property {
    margin-top: 81px;
    background-color: #fff;
    border-bottom: 0px solid #269abc;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3); 
    z-index: 999;
}

.navbar-property h1 {
    font-size: 17px;
    display: inline;
}

.navbar-property .navbar-text{
    float: none;
        line-height: 50px;
}

.navbar-property-premium {

}

.navbar-property-premium .navbar-text{

}

.pagination{
    margin: 0;
    margin-bottom: 5px;
}

.pagination a {
   
    border-radius: 5px;
    border: 0;
    font-size: 15px;
}

.pagination>li>a, .pagination>li>span {
    padding: 6px 12px;
    color: #999999;   
    text-decoration: none;
    background-color: #fff;
    border: 0; 
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #BF0411;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff;
    cursor: default;
    background-color: #BF0411;
    border-color: #BF0411;
}

.pagination a.active {
    border-radius: 5px;
}

.main-logo{
    padding-top: 20px;
    padding-bottom: 50px;
}

.container-divider{
    border-bottom: 1px solid #ccc;
    margin-top: 5px;
    margin-bottom: 5px;
}

.btn, .form-control{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.main-search{
    margin-top: 30px;
    margin-bottom: 50px; 
}

.main-search .btn-group{
    margin-bottom: 10px;
}

.main-search input{
    margin-bottom: 10px;
}

.title-search{
    color:#999;
    font-size: 15px;
    margin-bottom: 20px;
}

#div_order_list .label-order{
    color:#999;
}

.div-search {
    padding:20px 20px 20px 20px;
}

.div-search-info{
    margin: 0px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
}

.div-search .row{
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.div-search .col-lg-1, .div-search .col-lg-2, .div-search .col-lg-3, .div-search .col-lg-4, .div-search .col-lg-5,
.div-search .col-lg-6, .div-search .col-lg-7,.div-search .col-lg-8, .div-search .col-lg-9, .div-search .col-lg-10,
.div-search .col-lg-11,.div-search .col-lg-12{
    padding-right: 5px;
    padding-left: 5px;
}

.div-search select{
    font-size: 14px !important;    
    padding: 0px;
    width:100%;
    height: 200px;
}

.div-search select option {
    font-weight: 700;
    cursor: pointer;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 3px 5px 3px;
}

.div-search select option:selected {
    color: #333333;
    background-color: #BF0411;
}

.div-search select option:checked {
    color: #333333;
    background-color: #BF0411 !important;
}

.bg-layer{
    background-color: rgba(0,0,0,0.5);
}

.bg-image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline ; 
}

/* Tabs panel */
.tabbable-panel {
  border: 0px solid #eee;
  padding: 0px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.8);
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  display: inline-block;
  width: 100%;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 0px;
  width: 33.3%;
  border-bottom: 4px solid #ccc;
  transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #a6a6a6;
  font-size: 15px;
  font-weight: 700;
}

#tab_list .tabbable-line > .nav-tabs {
  width: auto;
}

#tab_list .tabbable-line > .nav-tabs > li {
  width: auto;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
  transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #f3565d;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #BF0411;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #BF0411;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #BF0411;
  position: relative;
  width: 33.3%;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #BF0411;
  background-color: rgba(255,255,255,0);
  transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #BF0411;
  
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.t10{
    margin-top: 10px;
}
.b10{
    margin-bottom: 10px;
}
.custom-panel{
    border-bottom: 1px solid #eee;
    border-radius: 0px;
    padding: 5px 0px 0px 0px;
    margin-bottom: 5px;
    line-height: 10px;
}

.custom-panel-linking{
    border-bottom: 0px solid #eee;
    border-radius: 0px;
    padding: 5px 0px 0px 0px;
    margin-bottom: 0px;
    line-height: 15px;    
}

.custom-panel-linking .tabbable-line > .nav-tabs > li {
    width: auto;
}

.custom-panel-linking .tabbable-line > .nav-tabs > li.open > a, .custom-panel-linking .tabbable-line > .nav-tabs > li > a {
    font-size: 13px;
}


.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display:none;
    opacity: 0.8;
}

.div-footer{
    border-top: 1px solid #ccc;
    font-size: 13px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
    background-color: #eee;
    line-height: 16px;
}

.footer-head{
    padding-bottom: 20px;
}

.footer-head-title{
    line-height: 16px;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
}

.div-footer ul{
    margin-left: 0px;
    padding: 0px;
}

.div-footer ul li{
    list-style: none;
    padding-bottom: 3px;
}

.div-footer .copyright{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 11px;
    color: #666;
    background-color: #fff;
}

.div-footer .copyright i{
    display: block;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #BF0411;
}

.carousel-inner > .item {
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.open>.dropdown-menu {
    z-index: 9999 !important;
}

.pills-zones .dropdown-menu {
    position: absolute;
    /*max-height: 260px;*/
    height: 60vh;
    width: auto;
    min-width: 280px;
    padding-right:10px;
}

.current-zone {
    font-weight: bold !important;
    color: #BF0411 !important;
}

.pills-zones .sublevel {
    margin-left: 40px;
}

#loading-area {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    opacity: 0.8;
    z-index: 99999;
}

#loading-area.alert{
    margin-bottom: 0px;
}

@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
} 

/*  Banner section  */
.container-banner{
    padding-top: 20px;
    padding-bottom: 20px;    
}

.container-banner .thumbnail{
    padding: 0px;
    border: 1px solid #fff;
}

.container-banner .thumbnail .caption{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.container-banner .thumbnail .caption::selection { 
    background: green;
    color: black;
}

.container-banner .thumbnail .btn{
    border-radius: 0px 0px 4px 4px;
}

.container-banner img{
    border-radius: 4px 4px 0px 0px;
    height: 200px; 
    width: 100%; 
    display: block;
    border:0;
    margin-top:0;
}

.container-banner h3{
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    color: #333;
}


.container-banner p{
    font-size: 12px;
    color: #999999;
    height: 120px;
    text-align: center;
}

.container-filter{
    background-color: #eee;
     border-bottom: 1px solid #eee;
     padding-bottom: 5px;
}

#div_filters{
    margin-top: 5px;
    font-size: 12px;
    padding: 0px;
}

#div_filters .checkbox label {
    padding-left: 2px;
}

.filter-add{
    border-top: 0px solid #eee;
    margin-top: 0px;
    padding-top: 0px;
}

.more-filter{
    
}

.selectp-right{
    float: right !important;
}

.more-filter .btn{
    background-color: #fff;
    position: inherit;
    padding: 5px;
    top: 0px;
    z-index: 99;
}

.col-option{
    margin-top: 18px;
    
}

#div_filters .label{
    margin-top: 0px;
    margin-bottom: 0px;
    display: inherit;
    border-radius: 0;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

#div_filters .label-default{
    background-color: rgba(0,0,0,0);
    color: #a6a6a6;
    border-bottom: 0px solid #ccc;
}

#div_filters .dropdown-toggle{
    font-size: 13px;
    padding-right: 5px;
}

#div_filters .option{
    margin-top: 7px;
}

.col-filter-left{
    padding-right: 2px;
}
.col-filter-right{
    padding-left: 2px;
}

.mob-filter{
    display: inline;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .mob-filter {
        display: inline!important    
    }
}

.container-zones{
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 5px;
}

#list_title{
    font-size: 17px;
    color: #999999;
    margin: 0;
    line-height: 20px;
    display: inline;

}

.title-subsection{
    font-size: 17px;
    color: #999999;
    margin-top: 0px;
    margin-bottom: 15px;
    line-height: 32px;
}

.container-zones .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
}

.container-zones .breadcrumb {
    padding-left: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: rgba(255,255,255,0);
    font-size: 14px;
}

.btn-collapse{
    cursor: pointer;
}

.container-zones .total{
    color: #333333;
    font-size: 11px;
}

.zones-total-dropdown{
    color: #999999;
    font-size: 12px;
}

.search-office{
    margin-top: 30px;
    margin-bottom: 100px;
    color: #666;
    background-color: rgba(255,255,255,0.8);
    border-radius: 3px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.carousel-control 
.glyphicon-chevron-left,
.carousel-control 
.glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev{
    color: #fff;
}

.carousel-caption{
    right: 0;
    left: 0;
    padding-bottom: 0px;
    bottom: 0;
}

.caption_list{
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 13px; 
}

.subcaption_list{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 15px;
}

.container-office{
    background: url("../img/office-background.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

.container-office h1{
    color: #fff;
    margin-top: 80px;
}

.office-list .thumbnail{
    cursor: pointer;
    padding: 0px;
    border-radius: 4px;
    border: 0px;
     -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.office-list .thumbnail:hover{
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.8);
    box-shadow: 0 2px 4px rgba(0,0,0,.8);
}


.office-list .thumbnail>img{
    height: 200px;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.office-list .thumbnail h3{
    font-size: 15px;
    color: #BF0411;
    height: 50px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.office-list .thumbnail .caption{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.office-list .thumbnail address{
    height: 40px;
}

.office-list .thumbnail address p{
    font-size: 13px;
    margin: 0;
    line-height: 17px;
    color: #999999;    
}

.office-list .thumbnail .contact {
    height: 40px;
}

.office-list .thumbnail .contact p{
    font-size: 12px;
    margin: 0;
    line-height: 15px;
    color: #BF0411;
}

.office-list .thumbnail .footer{
    padding: 9px;
    border-radius: 0px 0px 4px 4px;
    font-size: 12px;
    background-color: #FFF ;
    color: #666666;
    border: 1px #ccc solid;
}

.office-contact{
    color:#fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    
}

.office-head-info{
    padding-top: 30px;
    background-color: #eee;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.office-head {
    min-height: 450px;
}

.office-head .bg-image, .office-head .bg-layer {
    height: 100%;
    min-height: 450px;
}

.office-head-title {
    margin-top: 120px;
}

.office-head-title h1{
    color: #fff;
}

.office-head-title h2{
    margin: 0px;
    color: #ccc;
    font-size: 28px;
    
}

.office-head-title h3{
    margin: 0px;
    font-size: 19px;
    color: #333;
}

.office-head-title h3 a{
    font-size: 15px;
    color: #333;
}

.office-contact-section {
    margin-bottom: 0px;
}

.office-contact-section p {
    margin: 0px;
}

.office-comercial{
    border: 1px solid #269abc;
    -webkit-border-radius: 2px;
    color: #269abc;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    
}

.office-comercial-id{
    color: #333;
    font-size: 15px;
    margin-bottom: 5px !important;
}

.office-comercial-add{
    color: #666;
    font-size: 13px;
}


.office-comercial-name{
    color: #666;
    font-size: 16px;
    margin-bottom: 5px !important;
    height: 30px;
    line-height: 16px;
}

.office-comercial-link{
    font-size: 13px;
}

.office-comercial-link a{
    color: #999;
}

.office-comercial-link a:hover{
    color: #269abc;
}

.container-contact{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#div_office_map{
    margin-bottom: 10px;
    height:450px;
    width:100%;
}

/*** CSS Tooltip Google Maps ***/
#tt {position:absolute; display:block}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
/* Fin CSS Tooltip Google Maps */

.btns-vr{
    position: absolute;
    margin-top: 0px;
    right: 0px;
    z-index: 9;
    border-radius: 2px;
    padding: 10px;
    font-size: 0.9em;
}


.alert-map{
    position: absolute;
    margin-top: 5px;
    right: 20px;
    z-index: 9;
    border-radius: 2px;
    padding: 10px;
    font-size: 0.9em;
}

.alert-map-container{
    margin-top: 0px;
    right: 15px;
}

.alert-map-bottom{
    position: absolute;
    margin-bottom: 5px;
    top: 48%;
    left: 48%;
    text-align: center;
    z-index: 9;
    padding: 10px;
    font-size: 0.9em;
    width: 200px;
}

.container-links .first-link {
    font-weight: bold;
    line-height: 20px;
}

.container-links .link{
    margin-top:8px;
    margin-bottom:8px;
    color: #999999;
    font-size: 11px;
}

.container-links .link:hover{
    color: #269abc;
}


img.lazy {
    opacity: 0;
    transition: opacity 0.5s;
}

img.lazy.loaded,
img.lazy.error {
    opacity: 1;
}

#ppt_list{
    margin-top: 5px;
    margin-bottom: 20px;    
}

#tab_gmap{
    background-color:#f1f1f1;
    border: 2px solid #eee;
    
}

.last-item-img{
    width: 100%;
    height: 200px !important;
    border-radius: 4px 4px 0px 0px;
}

.last-item-content{
    position: absolute;
    margin: 0;
    top: 80px;
    left: 0;
    right: 0;
}

.last-item-content p {
    color: #fff;
    line-height: 20px;
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

.property-list{
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;  
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3); 
}

.property-list:hover{
    border: 1px solid #269abc;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 4px #269abc;
    box-shadow: 0 2px 4px #269abc; 
}

.property-list p{
    font-size: 12px; 
    line-height: 12px; 
}

.property-list-premium:hover{
    cursor: pointer;
}

.property-list a{
    color: #761c19;
    text-decoration: none;
}

.property-list a:hover{
    color: #cabdbe;
    text-decoration: none;
}

.property-list-premium{
    
}

.property-list-premium a{
  
}

.property-list-premium a:hover{
  
}

.property-list .property-list-images{
    padding-right: 0;
    padding-left: 0;
    background-color: rgba(0,0,0,0);
}

.property-list .property-list-images .img_list{
    width:100%;
    height:200px;
    border-radius: 2px 2px 0px 0px;
}

.property-list .property-list-energy{
    margin-top: 7px;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}


.property-list .property-list-data{    
    padding-right: 0;
    padding-left: 0;
    background-color:#eee;
    border-radius: 4px;
}

.property-list .property-list-options{
    border-bottom: 1px solid #ccc;
    padding-left: 10px; 
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    height: 30px;
    font-size: 15px;
}

.property-list-options-item{
    padding-right: 10px;
    display: inline;
}

.property-list-options-item-premium{
    
    color: #c0a16b;
    display: inline;
    background-color: #000;
    
}

.property-item-premium-emblem{
     display: inline;
    color: #c0a16b;
    border: 1px #c0a16b solid;
    border-radius: 4px;
    font-size: 14px !important;
    background-color: transparent;
    
}

.property-list-options-item-emblem{
    display: inline;
}

.emblem {
   font-size: 11px;
    margin:0px;
    padding: 3px 5px;
    border-radius: 2px;
    text-align: center;
}

.flag-featured{
    background-color: #ff0;
    color:#fff;
}

.flag-rent{
    background-color: #870099;
    color:#fff;
}

.flag-reserved{
    background-color: #000;
    color:#fff;
}

.flag-sale{ 
    background-color: #BF0411;
    color:#fff;
}

.flag-sold{
    background-color: #269abc;
    color:#fff;
}

.property-list-options-item-right{
    float: right;
    padding-top: 1px;
    line-height: 1;
}

.property-list-premium .property-list-options{
    
}

.property-list .property-list-location{
    border-bottom: 0px solid #ccc;
    padding: 5px 10px 5px 10px; 
    height: 105px;
}

.property-list .property-list-location h5{
    font-size: 13px;
    line-height: 15px;
    color:#999999;
    margin: 0;
    height: 46px;
}

.property-list .property-list-options-emblem{
    
    float: right;
    position: absolute;
    padding-top: 1px;
    line-height: 1;
    top: 5px;
    left: 2px;
}


.property-list .property-list-options-favorite{
    position: absolute;
    padding-top: 1px;
    line-height: 1;
    top: 5px;
    right: 5px;
    padding-left: 5px;
    font-size: 22px;
}

.property-list .property-list-options-favorite .btn_favorite i{
    color: #fff;
    opacity: 0.6;
}

.property-list .property-list-options-favorite .btn_favorite :hover{
    color: #BF0411 ;
    opacity: 1;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}


.property-list .property-list-location h3{
    font-size: 25px;
    line-height: 29px;
    color: #333;
    margin: 0;
}

.property-list-premium .property-list-location h3{ 
    
}

.property-list-premium .property-list-location{

}

.property-list .property-list-icons{
    height: 35px;
    font-size: 28px;
    color: #333;
    padding: 0px 10px 0px 10px; 
}

.property-list-premium .property-list-icons{

}

.property-list .property-list-contact{
    border-top: 1px solid #ccc;
    color: #761c19;;
    padding-top: 5px; 
    padding-left: 10px; 
    padding-right: 10px; 
}

.property-list .property-list-contact .property-list-contact-office{
    height: 34px;
    line-height: 13px;
    margin-top: 0px;
    font-weight: bolder;
}
.property-list .property-list-contact .property-list-contact-office-phone{
    height: 24px;
}
.property-list .property-list-contact .property-list-contact-office .office-link{
    font-size: 13px;
}

.property-list-map{
    background-color: rgba(0,0,0,0);
    font-family: 'Poppins', sans-serif !important;
}

.property-list-map .property-list-images .img_list{
    width:100%;
    height:180px;
    border-radius: 4px 4px 0px 0px;
}

.property-list-map .property-list-options {
    border-bottom: 1px solid #ccc;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    height: 25px;
    font-size: 12px;
}

.property-list-map .property-list-options {
    text-align: center;
}

.property-list-map .property-list-location h3 {
    text-align: center;
    font-size: 21px;
    line-height: 30px;
    color: #333;
    margin: 0;
}

.property-list-map .property-list-location h5 {
    text-align: center;
    font-size: 11px;
    line-height: 13px;
    color: #999999;
    margin: 0;
    height: 30px;
}

.property-list-map .property-list-location {
    border-bottom: 0px solid #ccc;
    padding: 5px 10px 10px 10px;
    height: 80px;
}

.infobox-close{
    font-size: 24px;
    color: #BF0411;
    opacity: 0.6;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all
}
.infobox-close:hover{
    opacity: 1;
    color: #BF0411;
}

.property-head{
    background-color: #fff;
}

.property-head-premium{
   
}

.property-image-main{
    padding-right: 0px;
    padding-left: 0px; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.property-image-main img{

}

.property-contact{
    background-color: rgba(255,255,255,0.8);
    border-radius: 3px;
    color:#999;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
    box-shadow: 0 2px 4px rgba(0,0,0,.5); 
}

.property-contact h1{
    font-size: 19px;
    line-height: 23px;
    color: rgba(0,0,0,0.7);
}

.property-contact h2{
    font-size: 35px;
    line-height: 40px;
}

.property-contact-office{    
    margin-top: 30px;
    margin-bottom: 20px;
}

.property-contact-office h3{
    font-size: 17px;
}

.property-features{
    padding-top: 30px;
    background-color: #eee;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.property-vrs {
    padding-top: 30px;
    background-color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
} 

.property-vrs .br{
    margin-top: 30px;
}

.property-vr {
  width:100%;
  height: 600px;  
} 

.property-compare{
    width:100%;
    min-height: 300px; 
    height: 30px;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}


@media (max-width: 800px) {
    .property-compare {
        min-height: 250px !important;   
        max-height: 300px !important;   
        height: 30px;
    }
}

.property-features-item {
    height: 28px;
    font-size: 13px;
    margin-bottom: 5px;
}


.property-features-item i{
    font-size: 19px;
    color: #999999;
    width: 24px;
}


.property-images-gallery{
    padding-top: 30px;
    background-color: #eee;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.property-images-gallery .thumbnail{
    width:100%;
}

.property-images-video{
    padding-top: 30px;
    background-color: #eee;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.video-youtube {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 270px;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.8);
    border: 5px solid #333333;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3); 
    margin-bottom: 10px;
}

.video-local {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 270px;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 2px;
    background-color: rgba(0,0,0,0.8);
    border: 5px solid #333333;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3); 
    margin-bottom: 10px;
}

@media (max-width: 1200px) and (min-width: 993px) { 
    .video-youtube {
        height: 345px !important;
    }
    
    .video-local {
        height: 345px !important;
    }
}

@media (max-width: 992px) and (min-width: 769px) { 
    .video-youtube {
        height: 260px !important;
    }
    
    .video-local {
        height: 260px !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 768px) {
    .video-youtube {
        height: auto !important;
        /*padding-bottom: 0px;*/
    }
    
    .video-local {
        height: auto !important;
        /*padding-bottom: 0px;*/
    }
}





.video-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.video-youtube img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.video-youtube img:hover {
    -webkit-filter: brightness(75%);
}

.video-youtube .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("../img/play.png") no-repeat;
    cursor: pointer;
}

.property-title{
    margin-bottom: 5px;
}

.property-title h3{
    display: inline;
    margin-right: 10px;
    font-size: 19px;
    line-height: 23px;
}

.property-title .emblem{
    display: inline;
    margin-right: 10px;
    font-size: 15px;
    opacity: 0.7;
}

.property-reference{
    margin: 0;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.property-reference p{
    color: #f3565d;
    font-weight: bolder;
    display: inline;
    text-transform: uppercase;
}

.property-reference span{
    color: #999999;
    display: inline;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
}

.property-icons{
    margin: 0;
    font-size: 21px;
    margin-bottom: 10px;
}

.property-icons .first{
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px solid #ccc;
}

.property-icons span{
    color: #31708f;
    padding-left: 15px;
    margin-left: 10px;
    border-left: 1px solid #ccc;
}

.img-property-map{
    border: 2px solid #e1e1e1;
    border-radius: 10px;
}

.property-icons .item{
    display: inline;
    margin-right: 10px;
}

.property-section-title{
    font-size: 17px;
    margin: 0;
    color: #999999;
    padding-bottom: 20px;
}

.property-list .item-contact {
    cursor: pointer;
}

.hr {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

#msg-info{
    display: none;
    z-index: 9999 !important;
    width:auto;
    height:auto;
    position:fixed;
    right:5px; 
    top: 4px;
    font-size: 13px;
}

#msg-close{
    margin-left: 15px;
}

.zones-map-title{
    border-bottom: 1px solid #ccc;
    background-color: #f5f5f5;
}

.zones-map-title h1{
    font-size: 19px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 10px;   
}

.zones-map{
    width:100%;
    height:calc(100vh - 122px);
    border-bottom: 1px solid #eee;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;    
}

.btn-default .btn-label{
 
    background: #d9edf7;
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
    
}

.btn-labeled .btn-text{
    display: inline-block;
    text-overflow: ellipsis;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    text-align: left;
    vertical-align: inherit;
}

.btn-labeled.btn-list{
    width: 100%;
    text-align: left;
}

.zones-map-title-ppt{
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.zones-map-title-zones{
    margin-top: 10px;
    margin-bottom: 20px;
    color: #999;
}

.notify-cookies{
    background-color: #333333;
    padding-top: 5px;
    padding-bottom: 0px;
    position:fixed;
    bottom:0;
    width:100%;
    font-size: 14px;
    color: #FFFFFF;
    z-index: 9999;
}

fieldset.prevaluation-border {
    border: 1px solid #ccc !important;
    padding: 0 1.4em 0 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    /* -webkit-box-shadow: 0px 0px 0px 0px #000; */
    /* box-shadow: 0px 0px 0px 0px #000; */
    border-radius: 4px;
}

legend.prevaluation-border {
    font-size: 11px !important;
    color: #666666;
    font-weight: bold !important;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    margin-bottom:0;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

div[title="Dejar de dibujar"] { 
    display: none !important; 
}

.contact-form {
    background: url("../img/contact-background.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.contact-form  h1{
    color:#fff;
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 0px;
}

.contact-form  h2{
    font-size: 24px;
    color:#eee;
    margin-bottom: 0px; 
}

.contact-form  h3{
    font-size: 20px;
    color:#269abc;
    margin-bottom: 20px; 
}

.modal-content {
    
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;

}


.modal-body .account-wall{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}

.work-form {
    background: url("../img/trabaja-background.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.work-form  h1{
    color:#fff;
    font-size: 42px;
    margin-top: 100px;
    margin-bottom: 0px;
}

.work-form  h2{
    font-size: 24px;
    color:#eee;
    margin-bottom: 0px; 
}


.sell-form {
    background: url("../img/sell-background.webp") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}

.sell-form  h1{
    color:#575755;
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 0px;
    font-weight: bold;
}

.sell-form h1 span{
    color:#BF0411;
    font-size: 42px;
}

.sell-form  h2{
    font-size: 16px;
    color:#575755;
    margin-bottom: 0px; 
    max-width: 520px;
    line-height: 24px;
}

.sell-form .form-account {
    background-color: #dcdedc;
}

.account-wall
{
    margin-top: 80px;
    margin-bottom: 100px;
    padding: 40px;
    background-color: rgba(255,255,255,0.7);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.account-wall p {
    margin: 0 0 5px;
}

.account-wall p i {
    font-size: 21px;
}
.account-wall .item{
    position: absolute;
    line-height: 21px;
    margin-left: 5px;
}

.account-wall .item-options{
    margin-top: 30px;
}

.account-wall button{
    margin-top: 5px;
    margin-bottom: 10px;
}

.container-login{
    background: url("../img/login-background.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 1px solid #ccc;
}

.alert-search{
    color: #666;
    background-color: rgba(255,255,255,0);
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    border-radius: 2px;
}

.alert-search .alert-search-info{
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
    
}

.container-account{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.container-account-user{
    background: url("../img/login-background.jpg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #eee;
}

.container-account-user .btn{
    margin-top: 5px;
}

.container-account-user h1{
    color: #fff;
    margin-top: 80px;
}

.container-account-user h2{
    color: #fff;
}

.container-account-user h4{
    color: #ccc;
}

.form-account{
    margin-top: 50px;
    margin-bottom: 100px;
    background-color: rgba(255,255,255,0.8);
    padding: 30px 40px 10px 40px;    
    border-radius: 2px;
}

.form-account label{
    margin-bottom: 0px;
    font-size: 0.9em;
}

.form-account .form-group{
    margin-bottom: 5px;
}

.account-user{
    
    line-height: 34px;
    font-weight: bolder;
}


.thumbnail-vr{
    background-color: #fff;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.thumbnail-vr:hover{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}

.thumbnail-vr img{
    opacity: 0.4;
}

.property-vr-caption{
    position: absolute; 
    top: 50px; 
    width: 90%;
    padding: 0 20px 0 20px !important;
    color: #fff !important;
}

.vr-viewer{
    overflow: hidden;
    padding: 0; 
    position: absolute;
    top:0;
    bottom: 0px;
    right: 0;
    left: 0; 
    margin: 0px; 
    border: 0px;
   
}
    
.vr-viewer-labels{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px;
    color: #fff;
    background-color: rgba(0,0,0,0.3);
}

.vr-viewer-labels h1{
    margin: 0;
    margin-top: 10px;
    font-size: 18px;
}

.vr-viewer-labels h2{
    margin:0;
    margin-top: 0px;
    font-size: 12px;
}

.vr-viewer-labels h3{
    margin:0;
    margin-top: 5px;
    font-size: 14px;
}

.snip-vr {
     color: #269abc;
    background-color: rgba(255,255,255,0.8);
    border-color: #269abc;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
}

.info-energy {
    margin-left: 1px;
    font-size: 19px !important;
    color: #337ab7 !important;
    width: 24px !important;
}


:root {
    --background-color: #fff;
    --title-color: #BF0411;
    /*title-color: rgb(37, 26, 194);*/
}

/* Cookie Dialog */
#gdpr-cookie-message {
    border: 3px solid #BF0411; 
    position: fixed;
    left: 15px;
    bottom: 15px;
    right: 15px;
    max-width: 550px;
    background-color: var(--background-color);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 0px;
    font-family: system-ui;
    z-index: 9999;
}
#gdpr-cookie-message h4 {
    color: var(--title-color);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--title-color);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p {
    color: #222;
    font-size: 15px;
    line-height: 1.2em;
}

#gdpr-cookie-message ul {
    color: #222;
    font-size: 15px;
    line-height: 1.2em;
    margin-left: -20px;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}
#gdpr-cookie-message li {
    width: 49%;
    display: -webkit-inline-box;
    margin-left: 0px;
    padding: 5px;
}
#gdpr-cookie-message a {
    color: var(--title-color);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #222;
    border-bottom-color: var(--title-color);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: 2px solid var(--title-color);
    background: var(--title-color);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--title-color);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--title-color);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

.embed-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (min-width : 320px) {
    .embed-container {
        height: 400px;
    }
    
    .navbar-redpiso-sub .navbar-collapse {
        margin-top: 30px;
    }
}

@media (min-width : 768px) {
    .embed-container {
        height: 0;
    }
    
    .navbar-redpiso-sub .navbar-collapse {
        margin-top: 0;
    }
}

/* Ocultamos pixels de conversión */
img[width="1"][height="1"] {
    display: none;
}

.btn-whatsapp {
    background-color: #25D366;
    color: #fff;
    border-color: #25D366;
}

.alert-stats {
    margin-bottom: 0px;
    font-size: 17px;
}

.btn-dislike-stats {
    background-color: #F8684E;
    color: #fff;
    border-color: #F8684E;
}
#navbar-collapse a{
    padding: 10px 10px !important;    
    padding-top: 15px !important;

}

.img-asesor {
    width: 100px;
}

.img-redpiso-asesor {
    width: 50px;
}

.container-img-assesor {
    text-align: right;
    margin-top: -70px;   
}

.container-img-assesor-medals {
    text-align: right;
    margin-top: -83px;   
}

.img-medal {
    width: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.arindi-cta,
.arindi-cta:visited,
.arindi-cta:hover,
.arindi-cta:active,
.arindi-cta:focus {
  color: white !important;
}

.arindi-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #5C3A37;
    padding: 1rem 1.5rem;
    border-radius: 1.5rem;
    text-decoration: none !important;
    max-width: 1100px;
    margin: 10px auto 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease, transform 0.2s ease;
    gap: 1rem;
}

.arindi-cta:hover {
    background-color: #a17470 !important;
}

.cta-icon {
    width: 15px;
    height: auto;
    flex-shrink: 0;
}

.cta-text {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 400;
}

.cta-logo {
    height: 25px;
    flex-shrink: 0;
}