@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
:root {
    --red-davivienda: #ed1c27;
    --color-text: #383838;
    --gray: #676767;
    --white: #fff;
}
img[src*="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"] { display: none; }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto Condensed', sans-serif; }

body {
  position: relative;
  background: #ffffff;
  background-color: #ffffff;
  background-color: #ffffff;
  }

a:focus{
    outline: 0 !important;
  }

.legal{
  position: fixed;
  top: 100px;
  right: 20px;
  width: 15px;
  z-index: 3;
}
.vertical-text {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  white-space: nowrap;
  font-size: 1.2rem;
  color: var(--color-text);
  padding: 10px 2px; /* Espaciado interior */
  background-color: var(--white); /* Fondo del texto */
  border-radius: 5px; /* Borde redondeado */
  font-weight: 400;
}

header{
  width: 100%;
  height: auto;
  background: #f11c2c;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}
.vendido{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 10px 10px 0 0;
}
.vendido h2{
  text-align: center;
  margin-top: 70px;
  color: rgba(255, 255, 255, 0.61);
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 2px;
}

.menu-container{
  padding: 0 40px;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
}
.navbar-default .navbar-nav>li>a{
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  color: var(--gray);
  border-bottom: 4px solid var(--white);
}
.navbar-default .navbar-nav>li>a:hover{
  border-bottom: 4px solid #c4c4c4;
}
.navbar-default .navbar-nav>li>a:focus{
  border-bottom: 4px solid #c4c4c4;
}
.nav-active{
  border-bottom: 4px solid var(--red-davivienda) !important;
}
.navbar-brand{
  display: flex;
  height: 60px;
  font-size: 22px;
}
.navbar-brand span{
  padding-top: 6px;
  color: var(--color-text) !important;
  letter-spacing: 1px;
  font-weight: 300;
}
.navbar-brand img{
  border-right: 1px solid #D6D6D6;
  padding-right: 15px;
  margin-right: 15px;
}
.navbar-nav>li>.dropdown-menu{
  /* margin-top: 5px; */
}
.dropdown-menu{
  border: none !important;
  border-radius: 12px;
  text-align: center;
  padding: 8px 0;
}
.dropdown-menu>li>a{
  color: #868585;
}
.dropdown-menu>li>a:hover{
  background: transparent;
  color: var(--red-davivienda);
}
.caret{
  border: solid var(--red-davivienda);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -5px;
}
.nav-tabs > li {
    float:none;
    display:inline-block;
    zoom:1;
    width: 35%;
}
.nav-tabs {
    text-align:center;
}

.nav-tabs>li>a{
  border-radius: 8px 8px 0 0;
  margin: 0;
  background: #F2F2F2;
  border: 1px solid #E0E0E0;
  color: #9B9B9B;
  font-size: 15px;
  padding: 7px 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: var(--red-davivienda);
    font-weight: 600;
}

.tab-content{
  padding: 30px;
}
.banner{
  height: auto;
  width: 100%;
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/bg-banner.jpg') no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 80px;
  padding-top: 60px;
}
.overlay-banner{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  height: 100%;
  width: 100%;
}
.tittle-banner{
  color: var(--white);
  text-align: left;
  margin-top: 430px;
}
.tittle-banner h1 {
      font-size: 60px;
      font-weight: 600;
      margin-top: 0;
      font-style: italic;
      line-height: 60px;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.47);

  }
  .tittle-banner p{
    font-size: 20px;
    font-style: italic;

  }
.search-box{
  background-color: var(--white);
  border-radius: 11px;
  margin-top: 13%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}
.search-box h2{
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
  padding: 25px;
  margin-bottom: 0;
  text-align: center;
}
.select-intro{
  border-radius: 50px !important;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 50px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  background-color: #F8F8F8 !important;
  border: 1px solid #DBDBDB !important;
  box-shadow: none !important;
  color: #9B9B9B !important;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.select-intro:hover{
  background-color: #ededed !important;

}
.select-container {
  position: relative;
  border-radius: 3px;
  background: #fff;
}
.select-container:after {
  content: 'keyboard_arrow_down';
  font-family: 'material icons';
  font-size: 20px;
  color: var(--red-davivienda);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-group-intro label{
  font-size: 12px;
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 15px;
}
.select-inmueble{
  padding-right: 5px;
}
.select-area{
  padding-left: 5px;
}
.btn-buscar{
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
  background-color: var(--red-davivienda);
  font-size: 18px;
  color: var(--white);
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.5s all;
  margin-top: 20px;
  border: none;
}
.btn-buscar:focus{
  outline: none;
}
.btn-buscar:hover{
  color: var(--white);
  text-decoration: none;
  background-color: #a4000f;

}

/* PRICE SLIDER */
/* This line can be removed it was just for display on CodePen: */
.price-slider{
  padding: 0 10px;
}
.price-slider label{
  font-size: 12px;
  color: #868686;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 8px;
  margin-bottom: 15px;

}


.slider-labels {
  margin-top: 10px;
  color: #9B9B9B;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: var(--red-davivienda);
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: var(--red-davivienda);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid var(--red-davivienda);
  border: 8px solid rgba(187, 53, 53, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* END PRICES */


.text-intro{
  margin-top: 60px;
}
.text-intro h2{
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  color: #383838;
}
.text-intro span{
  font-size: 20px;
  color: #ACACAC;
  font-weight: 300;
}

/* ITEM */
.brp-code{
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 30px;
  padding: 5px 10px;
  background-color: var(--white);
}
.brp-code p{
  margin: 0;
  font-size: 12px;
  font-weight: 600;
}
.brp-code span{
  font-weight: normal;
}
.prods{
  margin-top: 40px;
  margin-bottom: 80px;
}

.desc-area{
  max-height: 70px;
  height: 500px; 
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: 3px !important;
  scrollbar-color: #d60000 #F4F4F4;
}

/* ===== Scrollbar CSS ===== */
 

  /* Chrome, Edge, and Safari */
  .desc-area::-webkit-scrollbar {
    width: 3px;
  }

  .desc-area::-webkit-scrollbar-track {
    background: #F4F4F4;
    border-radius:10px;
  }

  .desc-area::-webkit-scrollbar-thumb {
    background-color: #ed1c27;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }


  .bar-images ul{
    scrollbar-width: 3px !important; 
    scrollbar-color: #d60000 #F4F4F417;
  }
  .bar-images ul::-webkit-scrollbar-track {
    border-radius: 10px;
  }

.itemprod-inmueble {
    width: 100%;
    display:flex;
    flex-direction: column;
    padding-bottom: 1rem;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    margin-bottom: 40px;
}

.itemprod-inmueble .imgprod{
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/imgprod.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.itemprod-vehiculo {
  display:flex;
  flex-direction: column;
  padding-bottom: 1rem;
    width: 100%; 
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    margin-bottom: 40px;
    pa
}

.itemprod-vehiculo .imgprod{
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/imgprod-vehiculo.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  height: 200px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.itemprod-vehiculo .price{
  margin-top: 12px;
}
.bar-images{
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bar-images ul{
  display: flex;
  color: #ffffff;
  list-style: none;
  margin: 0 10px;
  overflow-x: scroll;
}
.bar-images ul li{
  width: 40px;
  height: 40px;
  margin: 5px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s all;
}
.itemprod-inmueble .imgprod .bar-images ul li{
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/imgprod.jpg') no-repeat;
  background-size: cover;
}
.itemprod-vehiculo .imgprod .bar-images ul li{
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/imgprod-vehiculo.jpg') no-repeat;
  background-size: cover;
}
.bar-images ul li:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);

}
.category-icon {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    width: 96px;
    height: 82px;
    border-radius: 10px 0 0 0;
    background: url(https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/leit-discount.svg) no-repeat;
    background-size: 250px;
    background-position: -107px -100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-icon img{
  width: 35px;
  position: absolute;
}
.barprod{
  background-color: #F4F4F4;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.area{
  border-right: 1px solid #E2E2E2;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  gap:10px; 
}
.oferta{
  background-color: var(--red-davivienda);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px 10px 0px;
  transform: rotate(-1deg);
  box-shadow: 0px 2px 6px rgb(177, 177, 177);
}
@keyframes oferta {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
.oferta hr{
  border: 3px solid #272727;
  background-color: #272727;
}
.oferta p{
  color: var(--white);
  font-size: 3rem;
  padding: 10px 0px;
  margin: 0px;
  animation: oferta 3.5s infinite;
  font-weight: bold;
}
.descuento{
  font-size:3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.descuento span{
  font-size:3.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.price{
  line-height: 20px;
}
.price p{
  margin-bottom: 0;
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.placa{
  border-right: 1px solid #E2E2E2;
  text-align: left;
  padding-left: 40px;
  line-height: 20px;
}
.area p{
  margin-bottom: 0;
  color: #9F9F9F;
}
.area span{
  font-size: 20px;
  font-weight: 600;
  color: #9F9F9F;
}
.placa p{
  margin-bottom: 0;
  color: #9F9F9F;
}
.placa span{
  font-size: 20px;
  font-weight: 600;
  color: #9F9F9F;
}
.price span{
  color: #525252;
  font-weight: 600;
  font-size: 20px;
}
.infoprod{
  text-align: center;
}
.txt-prod .tit-container .tit-area {
  align-self: flex-end;
}
.txt-prod .tit-container .subtit-area {
    align-self: flex-start;
}
.txt-prod .tit-container .dir-area {
    align-self: flex-start;
}
.txt-prod .tit-container .dir-area hr {
    margin-top: 15px;
}
.txt-prod .description-container .desc-area {
    color: #6e6e6e;
}
.txt-prod .tit-container {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    align-items: center;
    text-align: center;
}
.txt-prod .tit-container div {
    height: auto;
    width: 100%;
    padding: 0px 10px;
    margin: 0;
}
.itemprod-vehiculo .txt-prod .tit-container {
    display: flex;
    flex-wrap: wrap;
    height: 210px;
    align-items: center;
    text-align: center;
}
.titprod, .tipo {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    color: var(--red-davivienda);
    margin: 0;
    line-height: 24px;
}
.subtitprod {
    font-weight: 600;
    font-size: 16px;
    color: var(--color-text);
}
.features {
    font-weight: 600;
    font-size: 16px;
    color: var(--red-davivienda);
    margin-bottom: 0;
}
.color {
    font-weight: normal;
    font-size: 16px;
    color: #525252;
    margin-bottom: 10px;
}
.direccion {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    color: var(--color-text);
}
.parking {
    font-weight: 600;
    font-size: 16px;
    color: #525252;
}
.text-city {
    font-weight: normal;
    font-size: 16px;
    color: #525252;
}
.itemprod-vehiculo .infoprod .txt-prod .description-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.itemprod-inmueble .infoprod .txt-prod .description-container {
    display: flex;
    flex-wrap: wrap;
    /*height: 135px;*/
    height: 205px;
    align-items: center;
    text-align: center;
}
.txt-prod .description-container div {
    height: auto;
    width: 100%;
    padding: 0px 10px;
    margin: 0;
}
.desc-area h3{
  margin-top: 0;
  font-weight: 600;
  font-size: 16px;
}
.txt-prod{
  margin-top: 15px;
  margin-bottom: 0px;
}
.cta-prod {
    width: 100%;
    display: inline-block;
    padding: 12px 35px;
    color: #fff;
    text-decoration: none;
    background: var(--red-davivienda);
    border-radius: 6px;
    font-weight: 600;
    font-size: 18px;
    font-style: normal;
    letter-spacing: 1px;
    cursor: pointer;
    margin-top: 10px;
}

.text-share{
  margin-top: 20px;
  cursor: pointer;
}

.clickSocial{
  cursor: pointer;
}

.cta-oferta {
  background: var(--gray);
}
.cta-prod:hover, .cta-prod:focus {
  background: #c41522;
  color: #ffffff;
  text-decoration: none;
}
.cta-prod:active {
  position: relative;
  top: 1px;
}
.legales{
  display: flex;
  justify-content: center;
}
.legales p{
  font-size: 16px;
  text-align: center;
  margin-bottom:50px;
}
footer{
  height: auto;
  width: 100%;
  background: black;
  padding: 18px;
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}


/* Modal */
/* .modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
} */

/* MODAL GENERAL */
.btn-general{
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 75px;
  z-index: 2;
}
.btn-general:hover{
  cursor: pointer;
}
.modal-general{
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.modal-general .modal-header{
  border: none;
}
.modal-general .modal-body{
  text-align: center;
}
.modal-general .modal-body h3{
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0px 30px;
}
.modal-general .modal-body .panel{
  margin-bottom: 10px;
}
.modal-general .modal-body .panel-heading .panel-title a{
  font-size: 3rem;
  font-weight: bold;
  color: var(--red-davivienda);
  text-decoration: none;
}
.modal-general .modal-body .panel-heading:hover{
  background-color: #d8d8d8;
  text-decoration: none;
  color: #bc111a;
}
.modal-general .modal-body .contenido-acordeon{
  font-size: 1.7rem;
  padding:20px 30px 0px 30px;
}
.modal-general .modal-body .contenido-acordeon ul li{
  margin-bottom: 3px;
}
/* END MODAL GENERAL */

.modal-contacto{
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.modal-contacto .modal-header{
  border: none;
}

.modal-contacto .modal-header h4{
  text-align: center;
  font-weight: 600;
  font-size: 26px;
}
.close{
  opacity: 1;
  position: absolute;
  right: 15px;
}
.modal-contacto .modal-body{
  text-align: center;
}
.modal-contacto .modal-body h2{
  font-size: 22px;
  color: var(--red-davivienda);
  font-weight: 600;
}
.box-contactos{
  height: 300px;
  margin-bottom: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.overflow-scroll {
    overflow: auto;
}

.overflow-scroll::-webkit-scrollbar-track {
    background-color: #e8e8e8;
    border-radius: 10px;
}

.overflow-scroll::-webkit-scrollbar {
    display: block;
    width: 6px;
    background-color: transparent;
}

.overflow-scroll::-webkit-scrollbar-thumb {
    background-color: var(--red-davivienda);
    border-radius: 10px;
}
.item-contacto h3{
  font-size: 20px;
  font-weight: 600;
}
.item-contacto span{
  color: #707070;
  font-size: 16px;
}
.item-contacto p{
  font-weight: 600;
  font-size: 16px;
}
.item-contacto hr{
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

/* Form modal */
:root {
    --input-padding-x: 2rem;
    --input-padding-y: 1.2rem
}

.form-signin {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 40px;
}

.form-signin .btn {
    font-size: 18px;
    border-radius: 5rem;
    letter-spacing: .1rem;
    font-weight: 700;
    padding: 8px;
    transition: all .2s;
    background-color: #E30303;
    color: #ffffff;
}

.form-label-group {
    position: relative;
    margin-bottom: 1.5rem;
}
.form-label-group input {
    height: auto;
    border-radius: 3rem;
    box-shadow: none !important;
}

.form-label-group>input,
.form-label-group>label {
    padding: var(--input-padding-y) var(--input-padding-x)
}

.form-label-group>label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
    text-align: left;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent
}

.form-label-group input:-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-ms-input-placeholder {
    color: transparent
}

.form-label-group input::-moz-placeholder {
    color: transparent
}

.form-label-group input::placeholder {
    color: transparent
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y)/ 3)
}

.form-label-group input:not(:placeholder-shown)~label {
    padding-top: calc(var(--input-padding-y)/ 3);
    padding-bottom: calc(var(--input-padding-y)/ 3);
    font-size: 14px;
    color: #E30303;
}

.form-signin .btn:hover {
    background-color: #b50202;
    color: #ffffff;
}

.checkbox-circle {
    margin: 0 auto !important;
}
.check-group {
    margin: 0 auto;
    margin-bottom: 40px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px !important;
    cursor: pointer;
    font-size: 14px
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: -18px;
    margin-top: 2px;
    border: 1px solid #E30303;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    margin-left: -18px;
    padding-left: 3px;
    padding-top: 4px;
    font-size: 11px;
    color: #555
}

.checkbox input[type=checkbox] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type=checkbox]:focus+label::before {
    outline: 0
}

.checkbox input[type=checkbox]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.legal-link {
    color: #E30303;
}

.legal-collapse {
    margin-top: 20px;
    font-size: 11px
}

textarea::placeholder {
    font-size: 15px
}
.card-body{
  text-align: left;
}
.cont-ayuda{
  margin-top: 30px;
}
.cont-ayuda h2 {
    text-align: center;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #E30303;
    letter-spacing: 1px;
}
.cont-ayuda p {
    text-align: center;
    font-size: 16px;
}

/* Box conf */
.box-conf{
  background-color: #f2f4f4;
  border-radius: 8px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.box-foto{
  width: 100%;
  height: 80px;
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/imgprod.jpg') no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.info-conf{
  text-align: left;

}
.info-conf h3{
  margin: 0;
  font-size: 20px;
  color: var(--red-davivienda);
  font-weight: 600;
}
.info-conf span{
  display: block;
}
.dir-conf{
  font-weight: 600;
}

/* Category */

.banner-category {
    background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/banner-casas.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    width: 100%;
    color: #ffffff;
    position: relative;
}
.bg-vehiculo{
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/bienes-davivienda/cam/cr/imagenes/banner-Vparticular.jpg') no-repeat;
  background-size: cover;

}
.overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.txt-category {
    top: 45%;
}
.banner-category h1 {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 50px;
}

/* SELECT BAR CATEGORY */
.box-select {
    width: 100%;
    height: 90px;
    background: #ffffff;
    position: relative;
    margin-top: -50px;
    margin-bottom: 35px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
}
.txt-titfiltro {
    position: absolute;
    top: -30px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
}
.item-select {
    margin-top: 15px;
    border-right: 1px solid #DDDDDD;
    padding-left: 15px;
    padding-right: 5px;
}
.item-select:nth-child(6) {
    border-right: none;
}
.item-select span {
    color: #c6c6c6;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}
.btnOfertas{
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnOfertas button{
  background-color: var(--red-davivienda);
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 10px;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: bold;
}
.btnOfertas button:hover{
  background-color: #c81720;
  transform: scale(1.1,1.1);
}
.select {
    position: relative;
    display: inline-block;
    width: 100%;
}
.select select {
    cursor: pointer;
    width: 100%;
    height: 36px;
    padding: 0 10px;
    color: #272727;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}
.select:after {
  content: 'keyboard_arrow_down';
  font-family: 'material icons';
  font-size: 20px;
  color: var(--red-davivienda);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select__dropdown {
    height: auto;
    max-height: 182px;
    overflow-y: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.15);
    padding: 0px 0 0 0;
    margin: 5px 0 0 0;
    background: #FFF;
    text-align: left;
    width: 100%;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 50;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform .15s ease-in, opacity .15s ease-in;
}
.select__dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.select__dropdown li {
    cursor: pointer;
    line-height: 40px;
    padding: 0 10px;
    font-weight: 300;
    color: #989898;
    font-size: 14px;
    transition: background-color .15s ease-in, color .15s ease-in;
}
.select__dropdown--show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.btn-filtro {
    background: #f11c2c;
    height: 90px;
    width: 85px;
    position: absolute;
    right: 0;
    text-align: center;
    padding-top: 22px;
    transition: 0.3s all;
}
.btn-filtro:hover{
  background: #b00f1c;
}

.btn-filtro span{
  display: block;
  margin-top: 8px;
  color: #ffffff;
}
.btn-filtro-mobile{
  display: none;
}
.caption span{
  font-size: 13px;
  letter-spacing: normal;
  font-weight: normal;
  color: #9B9B9B;
}
.price-category{
  margin-top: 10px;
}
/* END SELECT BAR CATEGORY */

/* BOTON VER MAS */
.show-more-btn {
  margin: 0 auto;
  display: block;
  padding: 12px 35px;
  color: #fff;
  text-decoration: none;
  background: var(--red-davivienda);
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  margin-bottom: 80px;
}
.font-icon-mat {
  font-size: 12px;
  font-weight: 600;
}
/* END BOTON VER MAS */
@media (max-width: 992px){
  .banner-category {
    height: auto;
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .select-cont{
    padding-top: 30px;
    background: #f6f4f4;
    width: 100%;

  }
  .box-select {
    height: auto;
    padding-top: 20px;
    margin-bottom: 40px;
    margin-top: 0;
    box-shadow: none;
    background: transparent;
  }
  .box-items {
    margin-top: 30px;
    padding: 0;
  }
  .item-select {
      border: none;
      padding: 3px 15px;
  }
  .btn-filtro {
      display: none;
  }
  .txt-titfiltro {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #f11c2c;
    top: 0;
    font-weight: 600;
    font-size: 18px;
  }
  .btn-filtro-mobile {
    display: block;
      width: 100%;
      background-color: #f11c2c;
      padding: 10px 20px;
      text-align: center;
      margin-top: 30px;
      border-radius: 8px;
      color: #ffffff;
      font-size: 16px;
    }

}
/* MOBILE */
@media (max-width: 768px){
  .container-search-home {
    padding: 0 !important;
  }
  .text-intro{
    text-align: center;
  }
  .prods {
        padding: 0;
        margin-bottom: 40px;
    }
  .area{
    padding-left: 15px;
  }
  .area span{
    font-size: 18px;
  }
  .txt-prod .tit-container{
    height: auto !important;
  }
  .itemprod-inmueble, .itemprod-vehiculo{
    height: auto;
    padding-bottom: 20px;
  }
  .tittle-banner{
    margin-top: 30px;
  }
  .banner {
    padding-bottom: 30px;
    padding-top: 100px;
  }
  footer img{
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .tittle-banner h1{
    font-size: 38px;
    line-height: 38px;
  }
  .navbar-default .navbar-toggle {
    border: none !important;
    background: var(--red-davivienda);
    padding: 12px 10px;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(221,0,20,0.42);
-moz-box-shadow: 0px 0px 13px 0px rgba(221,0,20,0.42);
box-shadow: 0px 0px 13px 0px rgba(221,0,20,0.42);
  }
  .navbar-default .navbar-toggle:hover {
    background: var(--red-davivienda);
  }
  .navbar-default .navbar-toggle:focus {
    background: var(--red-davivienda);
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .menu-container{
    padding: 0 15px;
  }
  .navbar-brand{
    font-size: 17px;
    width: 100%;
  }
  .navbar-brand span{
    letter-spacing: 0;
  }
  .nav-active {
    border-bottom: none !important;
    background: #f4f1f1;
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 18px;
    border-bottom: none;
  }
  .navbar-nav .open .dropdown-menu{
    background-color: #f3f3f3;
    border-radius: 0;
  }
  .tab-content{
    padding: 20px;
  }
  .select-area{
    padding-left: 15px;
  }
  .select-inmueble {
    padding-right: 15px;
  }
  .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    border-bottom: none;
  }
  .dropdown-menu>li>a {
    padding: 8px 20px !important;
  }
  .navbar-default .navbar-collapse {
    max-height: 78.9vh;
    overflow-y: auto;
}
.modal-contacto .modal-header h4{
  margin-top: 40px;
}


}


.modalSocial {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modalSocial-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.closeModalSocial {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.closeModalSocial:hover,
.closeModalSocial:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.extra-fix{
  display: flex;
  flex-wrap:wrap;
}