/* Helpers */
.p-5-5 {
    padding: 5.5px;
}

/* FONTS */
@media (max-width: 768px) {
    .display-4 {
        font-size: 2.8rem;
    }
}
@media (max-width: 414px) {
    .display-4 {
        font-size: 2rem;
    }
}
@media (max-width: 414px) {
    .display-4 {
        font-size: 1.7rem;
    }
}

/* Header */
.web-second-nav {
    z-index: 1;
    background-color: #fff;
}
input[type="radio"]:checked+label {
    color: #E9540D;
}
input[type="radio"]:checked+label img {
    filter: brightness(0.5);
}
.header-lang {
    background-color: transparent;
    border: 4px solid #ccc;
    border-radius: 0;
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.web-header-inline-search-form.header-form button {
    background-color: transparent;
    border: 4px solid #ccc;
    border-radius: 0;
    color: #ccc;
    font-size: 16.9px;
}
.web-header-inline-search-form.header-form .form-control, .web-header-inline-search-form.header-form button {
    border-left: none;
}
.web-header-inline-search-form.header-form > div > div:first-child > .form-control {
    border: 4px solid #ccc;
}
.web-header-inline-search-form.header-form label {
    cursor: pointer;
}
.web-header-inline-search-form.header-form label span {
    vertical-align: bottom;
}
.web-header-inline-search-form.header-form input[type="radio"] {
    visibility:hidden;
}
.web-form.home-slider-form svg {
    margin-top: -10px;
}
.web-form.home-slider-form button {
    height: 48px;
}

.web-form.listado .form-control, .web-header-inline-search-form button, .web-form.home-slider-form .form-control, .web-header-inline-search-form button {
    border-left: none;
}
.web-form.listado .form-control svg, .web-form.home-slider-form .form-control svg {
    padding: 2px;
}
.web-form.listado .form-control, .web-form.home-slider-form .form-control {
    font-size: 16px;
}
.web-form.listado > div > div:first-child > .form-control, .web-form.home-slider-form > div > div:first-child > .form-control {
    border: 4px solid #ccc;
}

#property-finder input::placeholder,
#property-finder input::-moz-placeholder {
    color: #000;
    font-weight: 600;
}

#property-finder input {
    font-weight: 900;
}

#property-finder .listado-city-selector ~ span .select2-selection__rendered {
    color: #ccc !important;
    font-family: "raleway-bold", HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
}

#property-finder .listado-zone-selector ~ span .select2-selection__rendered {
    color: #ccc !important;
    font-family: "raleway-bold", HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.web-form.no-header-form .form-control, .web-header-inline-search-form button {
    border-left: none;
}
.web-form.no-header-form .form-control svg {
    padding: 2px;
}
.web-form.no-header-form .form-control {
    font-size: 14px;
}
.web-form.no-header-form > div > div:first-child > .form-control {
    border: 4px solid #fff;
}

.web-form.listado label {
    cursor: pointer;
}
.web-navbar.web-main-nav .web-nav>li.active>a::before, .web-navbar.web-main-nav .web-nav>li:hover>a::before, .web-navbar.web-main-nav .web-nav>li:focus>a::before {
    color: #ccc;
    text-shadow: 10px 0 #ccc, -10px 0 #ccc;
}

.listado-form-header-icons {
    align-items: stretch; /* Default */
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 7px !important;
    width: 100%;
}
.listado-form-header-icons li {
    cursor: pointer;
    display: block;
    flex: 0 1 auto; /* Default */
}
.listado-form-header-icons li label {
    display: inherit;
    margin-bottom: 0;
    margin-top: -15px;
}
.listado-form-header-icons svg {
    cursor: pointer;
    vertical-align: middle;
}

.logged-in-user {
    vertical-align: sub !important;
}

/* jQuery UI range */
#min,
#max {
    border: 0;
    color: #222;
    font-family: "raleway-bold", HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 14px;
    position: absolute;
    text-align: center;
    width: 50px;
}
#min-price {float: left;}
#max-price {float: right;}
.ui-widget.ui-widget-content {border: none;}
.ui-slider-horizontal {height: 6px;}
.ui-slider-horizontal .ui-slider-handle {
    background: #fff;
    border: 4px solid #E9540D;
    border-radius: 50%;
    font-weight: normal;
    outline: 0 none;
    top: -.4em;
}

/*Markers*/
.marker {
    background-color: #FCCF11;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 8px;
}
.marker-hover {
    font-size: 20px;
    z-index: 99999999;
}
.marker::after {
    background-color: #FCCF11;
    content: ' ';
    display: block;
    height: 15px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    position: absolute;
    right: 0;
    width: 6px;
}
.marker-infowindow{
    width: 200px;
    margin-left: 20px;
}
.marker-infowindow img{
    width: 100%;
}

/* HOME */
.h-svg {margin-top: 140px;}

h2.title::after {
    background: #A6A6A6;
    bottom:0;
    content:'';
    height:5px;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    width:80px;
}
h2.title::before {
    background: #A6A6A6;
    content:'';
    height:5px;
    left:0;
    margin:auto;
    position:absolute;
    right:0;
    top:0;
    width:80px;
}
.col-lg-4 hr {
    background-color: #FCCF11;
    border: 0;
    height: 4px;
}
.property-item {
    width: 100%;
    position: relative;
}

.similar-properties .property-item {
		padding: 0 15px;
}

.property-info a.text-main-1 {
    color: #009CDE !important;
}

.property-info a.text-main-15 {
		color: #666666 !important;
}

.property-info .web-svg-icon svg {
		width: 3.5em;
		height: 3em;
		margin-top: -0.9em;
}

.property-info a.text-main-11 {
    color: #fff !important;
}
.property-info {
    margin: 20px 0 5px 0;
}
.property-info .web-image-box-icon{
    font-size: 25px;
}
.property-price {
    background-color: #FCCF11;
    padding: 10px;
    position: absolute !important;
    left: 15px !important;
    bottom: 20px !important;
    width: auto !important;
}
.properties-container .property-price{
    bottom: 25% !important;
}
.web-image-fit {
    height: 100%;
}
.web-image-box, .web-image-box img { 
    height: 100%;
    max-height: 300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.white-hr {
    background-color: #fff;
    border: 0;
    height: 2px;
}
.web-btn.web-btn-home{
    background-color: #FFFFFF;
    color: #000;
}
.web-btn.web-btn-home-2{
    background-color: #E9540D;
    color: #222 !important;
}

.web-btn-home-2.register-btn {
	background: white;
	padding: 8px;
  border: 4px solid #E9540D;
}

.web-btn-home-2.login-btn {
	color: #fff !important;
}

ul.como-funciona li {
    margin: 0 0 30px 0 !important;
}

ul.como-funciona li:before {
    border-color: transparent #FCCF11;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    content: "";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    top: 1em;
    width: 0;
}

input[type='checkbox'] {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #ccc;
    font-weight: 400;
    line-height: 1.2;
    outline: 4px solid #ccc;
}

select.form-control, .header-form button {
    border-radius: 0;
    height: 51px !important;
    cursor: pointer;
}
.header-form .p-0.form-control {
    max-height: 51px;
}
.header-form button span {
    vertical-align: text-bottom;
}

.testimonials-carousel .web-carousel-prev, .testimonials-carousel .web-carousel-next {
    bottom: 0;
    top: inherit;
}
.testimonials-carousel .web-carousel .flickity-slider > div > div {
    width: 75%;
}

.testimonials-carousel .quote {
    left: 30px !important;
    top: 30px !important;
}

/* Como reservar */
.triangle-box:after {
    border-bottom: solid 20px transparent;
    border-left: solid 20px #FCCF11;
    border-right: solid 20px transparent;
    border-top: solid 20px transparent;
    content:'';
    height: 0;
    left: 0;
    margin-left: 0;
    position: absolute;
    top: 40%;
    width: 0;
    z-index:1;
}
ul {
    list-style: none;
}
#reservas li:before {
    border-color: transparent #FCCF11;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    content: "";
    display: block;
    height: 0;
    left: -1em;
    position: relative;
    top: 0.9em;
    width: 0;
}
.web-btn-condiciones {
    background-color: #000;
    color: #fff;
}
/* Ficha inmueble */
.inmueble-info {
    color: #000;
}
.inmueble-info p {
    font-size: 1.2rem;
}
.price-box {
    background-color: #fff;
    color: #000;
    margin: 0 auto;
    z-index: 999;
		border: 4px solid #E9540D;
}
.price-box h4 {
    font-size: 28px !important;

}

.month {
    font-size: 24px;
}
.carousel-ficha {
    /*margin-top: -40px;*/
    z-index: 0;
}

.property .web-svg-icon svg {
	color: #009CDE;
}

/* Listado inmuebles*/
.ui-widget.ui-widget-content, .ui-slider-horizontal .ui-slider-range, .range-slider__range {
    background: #ccc;
    font-family: "raleway-bold", HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
.ui-widget-header {
    background: #FCCF11 !important;
}
.listado-inmuebles input[type="radio"]#type_family, .listado-inmuebles input[type="radio"]#type_flat, .listado-inmuebles input[type="radio"]#type_room, .listado-inmuebles input[type="radio"]#type_residence {
    display: none;
}
.listado-inmuebles .web-sidebar-sticky{
    margin-top: -97px;
}
.listado-form-icons {
    align-items: stretch; /* Default */
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25%;
    width: 100%;
}
.listado-form-icons li {
    display: block;
    flex: 0 1 auto; /* Default */
}
.listado-form-icons svg {
    vertical-align: middle;
}
.listado .col-2.form-control {
    max-height: 51px;
}

/* FOOTER */
.bt {
    border-top: 2px solid #fff;
}
.footer-list {
    padding-left: 0;
}
.footer-lang-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer-lang-menu li {
    display: inline;
    margin-right: 20px;
}

.no-header-form .form-control {
    border: 4px solid #fff;
    font-weight: 800;
}

/* MAPS */
#gmap-listado {
    height: 100vh;
}

/* Custom checkboxes */
.checkbox-container {
    cursor: pointer;
    display: block;
    padding-left: 35px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

.checkmark {
    background-color: transparent;
    border: 4px solid #ccc;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

.checkbox-container:hover input ~ .checkmark {
    background-color: #1A9AD7;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #1A9AD7;
    border: 4px solid #1A9AD7;
}

.prop-overlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    background-color: rgba(255,255,255,.5);
    /*background-image: url('/images/bcu-loading.gif');*/
    background-position: center center;
    background-repeat: no-repeat;
}

.pagination-holder .pagination {
    color: #fccf11;
}
.pagination-holder .pagination ul{
    margin: 10px auto;
}

.pagination-holder .pagination li{
    list-style: none;
    display: inline-block;
    margin: 0 10px;
    line-height: 30px;
}

.pagination-holder .pagination li.active{
    padding: 0 10px;
    background-color: #E9540D;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.finder-content {
    padding: 150px 100px 0;
}
.finder-content .form-control {
    font-size: 14px !important;
}

.yellow-border {
    border: 1px solid #fccf11;
    margin: 5px;
    border-radius: 10px;
}

.ccc {
    color: #ccc;
}

.infografia span::after {
    border-bottom: 5px solid;
}

/* Alta-propiedad form styles */

/*form styles*/
#alta-propiedad {
    margin: 50px auto;
    position: relative;
    min-height: 445px;
}
#alta-propiedad fieldset {
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
}
/*Hide all except first fieldset*/
#alta-propiedad fieldset:not(:first-of-type) {
    display: none;
}
/*inputs*/
#alta-propiedad input,
#alta-propiedad textarea {
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-family: "raleway-bold", HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 16px;
}
/*buttons*/
.prev-next-buttons {
    text-align: center;
}
#alta-propiedad .action-button {
    width: 100px;
    background: #fccf11;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}
#alta-propiedad .action-button.last {
    width: 100%;
    background: #000;
}
#alta-propiedad .action-button:hover,
#alta-propiedad .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #fccf11;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
    padding: 0;
    text-align: center;
}
#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 16.66%;
    float: left;
    position: relative;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 50px;
    line-height: 50px;
    display: block;
    font-size: 25px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = yellow*/
#progressbar li:before,
#progressbar li:after{
    background: #f0f0f0;
    color: black;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: #fccf11;
    color: white;
}

#solicitud-informacion {
    padding-bottom: 100px;
}

input[type="file"] {
    display: block;
}
.imageThumb {
    cursor: pointer;
}
.remove {
    position: absolute;
    right: 15px;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    top: 0;
    padding: 0 6px;
}
select#foto_descripcion {
    width: 100%;
}
.row.file-results {
    margin-top: 20px;
}
.upload-image-container {
    padding-bottom: 20px;
}

@media only screen and (max-width: 600px) {
    .finder-content {
        padding: 25px 10px !important;
    }
}

/* Photo swipe arrows */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: initial;
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 1;
}

.no-properties-found{
    padding-left: 35px;
}

.facebook-login,
.google-login{
    color: white;
}

.facebook-login{
    background-color: rgb(57, 86, 146);
}
.google-login{
    background-color: #d34836;
    line-height: 35px;
}

.web-sign-form-login .login-error{
    color: #d34836;
}

/* Select-2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;
    color: #ccc;
    text-align: left;
    padding-left: 20px;
    background: transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}
.select2-search--dropdown {
    display: none;
}
.select2-results__option {
    background-color: #fff !important;
    color: #000 !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
}
.finder-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6c757d !important;
    font-family: "raleway-bold", HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.finder-content .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d !important;
}
.web-navbar.web-main-nav {
    background-color: #fff;
}

#add-reservation div,
#add-visit div{
    margin: 5px 0;
}
.logout-text {
    color: #000 !important;
}

.footer-title-text {
    font-size: 1.5rem;
}

.black-url {
    color: #000;
}

.homepage-type-selector ~ span.select2.select2-container.select2-container--default {
    border-left: none;
}

.custom-height {
    height: 51px;
}
.custom-height .search {
    height: 51px !important;
}

/* hover on finder icons */
.listado-form-header-icons li:hover svg path,
.listado-form-icons li:hover svg path {
    fill: #FCCF11;
}

.listado-form-header-icons li:hover span {
    color: #FCCF11;
}

/* Hover web image block */
.listado-inmuebles .web-image-block {
	background: #FBCF33;
}

.listado-inmuebles .web-image-block-hover img {
	transform: scale(1.1);
	opacity: 0.5;
	transition: 0.3s;
}

.maintitle-2 {
  color: #E9540D;
  margin-bottom: 10px;
  margin-top: -10px;
}