a,
div,
li,
p,
td {
    -webkit-text-size-adjust: none
}

@font-face {
    font-family: "PT Sans";
    src: url(/fonts/pt-sans.regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "PT Sans";
    src: url(/fonts/pt-sans.bold.ttf);
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "PT Sans";
    src: url(/fonts/pt-sans.italic.ttf);
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "PT Sans";
    src: url(/fonts/pt-sans.bold-italic.ttf);
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Surfing Capital';
    src: url('/fonts/Surfing Capital.ttf');
    font-display: swap;
}

body {
    font-family: 'PT Sans';
    font-size: 13px;
    line-height: 18px;
    color: #565656;
    min-width: 320px !important;
    overflow-x: hidden
}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: #87022f
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}

.col-xs-15 {
    width: 16%;
    float: left
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

.navbar-sh {
    background-color: rgba(255, 255, 255, .8);
    box-shadow: inset 0 -1px 0 0 #ebebeb;
    margin-bottom: 0;
    min-width: 320px;
    z-index: 20000
}

.logosh-header {
    width: 40px;
    height: 40px;
    margin-top: 8px;
    margin-bottom: 8px
}

.menu-mobile-button {
    height: 36px;
    margin-top: 9px;
    margin-left: 7px;
    margin-right: 10px;
    cursor: pointer
}

.close-mobile-menu {
    height: 28px;
    margin-top: 14px;
    margin-left: 10px;
    margin-right: 17px;
    z-index: 50000;
    position: absolute;
    cursor: pointer
}

.navbar-sh .navbar-toggle {
    position: relative;
    float: left;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    margin: 0;
    padding: 0
}

.navbar-toggle {
    width: 61px
}

.icon_header {
    width: 23px;
    height: 23px;
    margin-top: 15px
}

.header_separator {
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px
}

.language_selector {
    -webkit-appearance: none;
    display: none;
    outline: 0;
    width: 0;
    height: 0
}

.header_languages {
    float: right
}

.header_bar #target dt a {
    color: transparent
}

.dropdown_language,
.dropdown_language dd,
.dropdown_language dt,
.dropdown_language ul {
    margin: 0;
    padding: 0;
    font-size: 1f5px;
    font-weight: 700;
    cursor: pointer
}

.dropdown_language dd {
    position: relative
}

.dropdown_language a,
.dropdown_language a:visited {
    color: #565656;
    text-decoration: none;
    outline: 0;
    font-weight: 400
}

.dropdown_language dt a {
    background-image: url(/img/header_language_select.svg), none;
    background-position: 57px 7px;
    background-size: 10px;
    background-repeat: no-repeat;
    display: block;
    width: 70px;
    height: 30px;
    padding-left: 5px;
    margin-top: 21px
}

.dropdown_language dt a:hover {
    opacity: .8
}

.dropdown_language dd ul {
    background: rgba(255, 255, 255, .8);
    color: #fff;
    text-decoration: none;
    display: none;
    left: -12px;
    padding: 0;
    position: absolute;
    width: 140px;
    top: 6px;
    list-style: none;
    font-size: 14px;
    margin-left: -26px
}

.dropdown_language span.value {
    display: none
}

.dropdown_language dd ul li a {
    padding: 5px;
    display: block
}

.dropdown_language dd ul li a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none
}

.dropdown_language_list {
    z-index: 2000
}

.dropdown_language img.flag,
img.flag2 {
    border: none;
    vertical-align: middle;
    border: none;
    vertical-align: middle;
    margin-left: 2px;
    margin-right: 6px;
    margin-top: -4px;
    width: 19px
}

.dropdown_language_list li {
    float: left;
    width: 70px;
    height: 35px
}

.flagvisibility {
    display: none
}

.navbar-ul {
    margin-top: 4px;
    margin-left: 8px !important;
    margin-right: 8px !important
}

.navbar-sh a {
    color: #565656
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-image: url(/img/selected_menu_option.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.navbar-fixed-submenu {
    position: fixed;
    top: 57px;
    border-bottom: 0
}

.caret-reversed {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav>li>a {
    padding-left: 12px;
    padding-right: 12px
}

.overlapblackbg {
    display: none
}

.menu_mobile {
    width: 265px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1500;
    overflow-y: scroll;
    display: none;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #565656
}

.menu_mobile_wp {
    width: 265px;
    height: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1500;
    overflow-y: scroll;
    display: none;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #fff;
    font-size: inherit
}

.menu-item-s1 {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    color: #565656;
    background-image: url(/img/icn_filtros_avanzada_01.svg);
    background-repeat: no-repeat;
    background-position: 215px 15px;
    cursor: pointer;
    background-color: #fff
}

.menu-item-s2 {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    color: #565656;
    cursor: pointer;
    background-color: #fff
}

.menu-item-s3 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: 230px 15px;
    cursor: pointer;
    background-color: #565656;
    border-bottom: 1px solid #6e6e6e;
    background-color: #565656
}

.menu-item-prefooter {
    padding-top: 12px;
    border-bottom: 1px solid #f5f5f5;
    color: #565656;
    background-image: url(/img/icn_filtros_avanzada_01.svg);
    background-repeat: no-repeat;
    background-position: 295px 20px;
    cursor: pointer;
    background-size: 30px;
    background-color: #fff;
    width: 100%
}

.menu-item-prefooter-venta.open,
.menu-item-prefooter.open,
.menu-item-s1.open {
    background-image: url(/img/icn_filtros_avanzada_02.svg) !important
}

.menu-item-logo {
    background-color: #fff
}

.menu_mobile>a>div,
.menu_mobile>div,
.menu_mobile_wp>a>div,
.menu_mobile_wp>div {
    padding: 16px
}

.submenu-mobile {
    margin-top: 10px
}

.submenu-item {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 8px;
    cursor: pointer
}

.temporada-text-color,
.temporada-text-color-ev {
    color: #f48221 !important
}

.largaestancia-text-color,
.largaestancia-text-color-ev {
    color: #d1a119 !important
}

.turismo-text-color,
.turismo-text-color-ev {
    color: #16b9e4 !important
}

.obranueva-text-color,
.obranueva-text-color-ev {
    color: grey !important;
}

.obranueva-text-color.submenu-top-item.selected,
.obranueva-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_obranueva.png);
    background-repeat: no-repeat;
    background-position: center;
}

.obranueva-text-color.submenu-top-item.selected {
    background-color: rgba(128, 121, 114, 0.1);
}

.obranueva-text-color.submenu-top-item {
    padding-top: 12px;
    text-align: center;
    height: 50px;
}

.ventas-text-color,
.ventas-text-color-ev {
    color: #71533b !important
}

.obras-text-color,
.obras-text-color-ev {
    color: #88ab2d !important
}

.seguros-text-color,
.seguros-text-color-ev {
    color: #ffd503 !important
}

.sh-text-color {
    color: #a50022 !important
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

.footer .section1 {
    background-color: #f8f8f8
}

.footer .section2 {
    background-color: #ebebeb
}

.footer .section3 {
    background-color: #f5f5f5
}

.footer_logo {
    text-align: center
}

.footer_logo img {
    max-width: 150px;
    text-align: center;
    max-height: 120px
}

.secure-pay-logos {
    padding-top: 10px
}

.section1 .row {
    padding-top: 40px
}

.section2 .row div {
    text-align: center;
    font-weight: 700;
    padding-top: 24px;
    padding-bottom: 23px;
    cursor: pointer;
    font-size: 15px;
    color: #5b5656
}

.section2 .container {
    max-width: 925px
}

.section3 .container {
    max-width: 635px;
    padding-top: 32px
}

.footer_network {
    margin-bottom: 25px;
    text-align: center
}

.distance_footers {
    width: 14%;
}

.footer_shbarcelona-info {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #565656;
    margin-bottom: 75px
}

.datepicker,
.dp,
.inputs2,
.inputs3,
.inputs4,
.inputs5,
.inputs6 {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    height: 40px;
    background-image: url(/img/header_language_select.svg);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 95%;
    background-size: 12px;
    padding: 9px;
    color: #272727
}

select {
    border-radius: 6px;
    height: 40px;
    background-image: url(/img/header_language_select.svg);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 95%;
    background-size: 12px;
    -webkit-appearance: none;
    padding: 9px;
    color: #6c6c6c;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    -moz-appearance: none
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

select::-ms-expand {
    display: none
}

select:required:invalid {
    color: #a7a7a7
}

option[value=""][disabled] {
    display: none
}

option {
    color: #000
}

.ui-datepicker td span,
.ui-datepicker-calendar td a {
    width: 32px !important;
    height: 32px !important;
    text-align: center !important;
    padding-top: 6px !important;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 700 !important;
    border: 1px solid #a0a0a0;
    margin: auto
}

.ui-datepicker {
    width: auto !important
}

.ui-datepicker-calendar {
    font-family: 'PT Sans', sans-serif
}

.ui-datepicker-calendar th {
    font-size: 14px;
    font-weight: initial
}

.ui-widget-header {
    border: none !important;
    background: 0 0 !important;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    font-size: 16px
}

#ui-datepicker-div {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32)
}

.boxsegurosite,
.homepage-404,
.homepage-blog,
.homepage-boxarchitecture,
.homepage-boxarchitecturesite,
.homepage-boxes,
.homepage-boxese,
.homepage-boxesow,
.homepage-boxlandingtemp,
.homepage-boxmonthly,
.homepage-boxmonthlysite,
.homepage-boxseguro,
.homepage-boxsegurosite,
.homepage-boxturist,
.homepage-boxturistsite,
.homepage-boxventas,
.homepage-boxventassite,
.homepage-boxyearly,
.homepage-boxyearlysite,
.homepage-clients,
.homepage-datos,
.homepage-empresa,
.homepage-jobs,
.homepage-livingcost,
.homepage-ownermonthly,
.homepage-ownersales,
.homepage-ownertourism,
.homepage-owneryearly,
.homepage-questionsal,
.homepage-reserva,
.homepage-reserva-temporada,
.homepage-respostes,
.homepage-testimonials,
.homepage-user {
    background-image: url(/img/backgrounds/background-jobs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    background-position: center;
    padding-top: 57px;
    height: 850px
}

.homepage-contactsent {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background_our_clients.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 643px;
    background-position: center;
    padding-top: 57px;
}

.homepage-contactsent>.homepage-logo {
    height: 285px;
}

.homepage-datos {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/background_4.jpg);
    height: 550px;
    background-color: #fff !important
}

.contimgdatos {
    height: 527px
}

.homepage-blog {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background_response_incorrect.jpg);
    height: 545px;
    background-color: #fff !important
}

.homepage-livingcost {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/backgroung_livingcost.jpg);
    height: 800px;
    background-color: #fff !important
}

.homepage-dossier {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-dossier.jpg);
    background-color: #fff !important;
    background-repeat: no-repeat;
    height: 924px;
    background-size: cover
}

.homepage-respostes {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background4b.jpg);
    height: 850px;
    background-color: #fff !important
}

.homepage-paytpv {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/background_6.jpg);
    height: 850px;
    background-color: #fff !important;
    background-position-y: 50%
}

.homepage-reserva {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background4b.jpg);
    height: 850px;
    background-color: #fff !important
}

.homepage-reserva-temporada {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background4b.jpg);
    height: 375px;
    background-color: #fff !important
}

.homepage-boxes {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background.jpg);
    height: 910px
}

/*.img_head_home_1 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/4_5bdc0a82d3601bbe4b7b8320dcae424f.jpg) !important
}

.img_head_home_2 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/16_5364237ffb1c8b55ec83f2bf8f8a7498.jpg) !important
}

.img_head_home_3 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/20_5aeaf6cc1d0e00b0490b535406a4b3ad.jpg) !important
}

.img_head_home_4 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/22_0bf3962a28634f3b839aca4e08944100.jpg) !important
}

.img_head_home_5 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/26_bf6658e5619f901b2636cae85129d3f1.jpg) !important
}

.img_head_home_6 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/33bc4c49525cb950af380dc97b268cb3.jpg) !important
}

.img_head_home_7 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/10399_812300396a61e3eb2b01f772e336a57c.jpg) !important
}

.img_head_home_8 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/13671_92d4a59f9acbab435a7305edcac88905.jpg) !important
}

.img_head_home_9 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/13671_92d4a59f9acbab435a7305edcac88905.jpg) !important
}

.img_head_home_10 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/28645_6394124f34a9f9221b17f40458916183.jpg) !important
}

.img_head_home_11 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/38566_31a08ecbdc080138ca2e8e05ff4c4782.jpg) !important
}

.img_head_home_12 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/14_af902b6c10afa94f9ea8ae83f9785949.jpg) !important
}

.img_head_home_13 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/40256_fae858e00fd15d11c95d0d5828691327.jpg) !important
}

.img_head_home_14 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/21_a81cd3160c1c990837d5ff95d33c1e5f.jpg) !important
}

.img_head_home_15 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/48834_d1bd7f1a9bfa87e36263aff5cc1641d3.jpg) !important
}

.img_head_home_16 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/34271_71e19099bd3804c1b6d37a599fbed354.jpg) !important
}

.img_head_home_17 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/50825_f86d44feaae92a4d851002c8a7d9807a.jpg) !important
}

.img_head_home_18 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/57398_4d9aedf3901436357b94b78e79b76587.jpg) !important
}

.img_head_home_19 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/58811_17d453136259dc2390e6bca08ecf8fda.jpg) !important
}

.img_head_home_20 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/59101_929922a99f7742e98163c37da6ec1513.jpg) !important
}

.img_head_home_21 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/79315_b06dfb20503d33adf9b6b6159f2efa3b.jpg) !important
}

.img_head_home_22 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/104193_df075c180e4c201654299cbc7711c043.jpg) !important
}

.img_head_home_23 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/113911_d15869cb2c45568c5453b57059d38827.jpg) !important
}

.img_head_home_24 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/58403_741728be2ce4c224ae42af4d5bbb6bae.jpg) !important
}*/

.img_head_home_1 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/00-3.jpg) !important
}

.img_head_home_2 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/00-12.jpg) !important
}

.img_head_home_3 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/002.jpg) !important
}

.img_head_home_4 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/003.jpg) !important
}

.img_head_home_5 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/004.jpg) !important
}

.img_head_home_6 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/005.jpg) !important
}

.img_head_home_7 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/009.jpg) !important
}

.img_head_home_8 {
	background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/014.jpg) !important
}

.homepage-questionsal {
    background-image: url(/img/backgrounds/background_response_incorrect.jpg);
    height: 506px;
    background-color: #f8f8f8 !important
}

.homepage-404 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background.jpg);
    height: 844px;
    background-color: #fff !important
}

.homepage-boxlandingtemp {
    height: 602px;
    background-color: #fff !important
}

.back_temporada {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/landings/temporada.jpg)
}

.back_larga_estancia {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/landings/larga_estancia.jpg)
}

.back_turismo {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/landings/turismo.jpg)
}

.back_ventas {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/landings/ventas.jpg)
}

.homepage-empresa {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-monthly_4.jpg);
    height: 785px;
    background-color: #fff !important
}

.homepage-jobs {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-jobs_4.jpg);
    height: 763px;
    background-color: #fff !important
}

.homepage-clients {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background_our_clients.jpg);
    height: 743px;
    background-color: #fff !important
}

.homepage-user {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/background_4.jpg);
    height: 734px;
    background-color: #fff !important
}

.homepage-testimonials {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background_testimonios.jpg);
    height: 740px;
    background-color: #fff !important
}

.homepage-boxesow {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-contact.jpg);
    height: 975px
}

.img_head_enterprise_1 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-enterprise.jpg);
    height: 975px
}

.img_head_enterprise_2 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-enterprise2.jpg);
    height: 975px
}

.img_head_enterprise_3 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-enterprise3.jpg);
    height: 975px
}

.img_head_enterprise_4 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-enterprise4.jpg);
    height: 975px
}

.img_head_enterprise_5 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-enterprise5.jpg);
    height: 975px
}

.img_head_enterprise_6 {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-enterprise6.jpg);
    height: 975px
}

.homepage-boxmonthlysite {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicio_temporada.jpg);
    height: 752px;
    background-color: #fff !important
}

.homepage-boxmonthly {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicio_temporada.jpg);
    height: 849px;
    background-color: #fff !important
}

.homepage-ownermonthly {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/owner_monthly.jpg);
    height: 849px;
    background-color: #fff !important
}

.homepage-owneryearly {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/owner_yearly.jpg);
    height: 787px;
    background-color: #fff !important
}

.homepage-ownersales {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/owner_sales.jpg);
    height: 837px;
    background-color: #fff !important
}

.homepage-ownertourism {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/owner_tourism.jpg);
    height: 798px;
    background-color: #fff !important
}

.homepage-boxarchitecturesite {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background_interiorism.jpg);
    height: 753px;
    background-color: #fff !important
}

.homepage-boxarchitecture {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background_interiorism.jpg);
    height: 701px;
    background-color: #fff !important
}

.homepage-boxsegurosite {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-contact.jpg);
    height: 698px;
    background-color: #fff !important
}

.homepage-boxseguro {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-contact.jpg);
    height: 819px;
    background-color: #fff !important
}

.homepage-boxventassite {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicio_venta.jpg);
    height: 711px;
    background-color: #fff !important
}

.homepage-boxventas {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicio_venta.jpg);
    height: 837px;
    background-color: #fff !important
}

.homepage-boxyearlysite {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicio_larga_estancia.jpg);
    height: 835px;
    background-color: #fff !important
}

.homepage-boxyearly {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicio_larga_estancia.jpg);
    height: 787px;
    background-color: #fff !important
}

.homepage-boxturist {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicions_turismo.jpg);
    height: 798px;
    background-color: #fff !important
}

.homepage-boxturistsite {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/servicions_turismo.jpg);
    height: 713px;
    background-color: #fff !important
}

.contact-background {
    background-image: url(/img/backgrounds/background_our_clients.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    background-position: center;
    padding-top: 57px;
    height: 850px
}

#fianzalog .homepage-logo,
#templog .homepage-logo,
.homepage-logo {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px
}

.homepage-user .logo {
    margin-top: 60px
}

.background-image-mobile {
    display: none
}

.homepage-title {
    text-align: left;
    color: #fefefe
}

.homepage-title span,
.tit_h1 {
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 25px
}

.homepage-title h1 {
    margin: 0;
    font-size: 24px;
    line-height: 25px;
    margin-top: 38px
}

.homepage-title span h1 {
    margin: 0;
    font-size: 24px;
    line-height: 25px;
    margin-top: 7px
}

.homepage-404 .box,
.homepage-boxes .box,
.homepage-boxese .box,
.homepage-boxesow .box {
    margin-top: 20px;
    height: 178px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32);
    border-radius: 6px;
    line-height: 21px
}

.homepage-boxese .box,
.homepage-boxesow .box {
    height: 223px
}

.num-flats {
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    height: 86px;
    width: 86px
}

.operation-name {
    background-repeat: no-repeat;
    background-size: 109px;
    position: absolute;
    right: 0;
    top: 0;
    height: 128px;
    width: 103px
}

.flap-temporada {
    background-image: url(/img/flap_temporada.svg)
}

.flap-largaestancia {
    background-image: url(/img/flap_largaestancia.svg)
}

.flap-turismo {
    background-image: url(/img/flap_turismo.svg)
}

.flap-ventas {
    background-image: url(/img/flap_ventas.svg)
}

.num-flats .text {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
    margin-top: 22px;
    margin-left: 17px;
    color: #fff;
    font-size: 11px;
    width: 75px;
    text-align: center;
    text-transform: uppercase;
    line-height: 10px
}

.operation-name .text {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-315deg);
    transform: rotate(-315deg);
    margin-top: 29px;
    margin-left: 27px;
    color: #fff;
    font-size: 13px;
    width: 75px;
    text-align: center;
    text-transform: uppercase;
    top: -1px
}

.wsoffcanvasopener .homepage-boxes {
    padding-top: 0
}

.box-content {
    width: 100%;
    height: 100%;
    padding: 16px
}

.homepage-boxes .box .title,
.homepage-boxese .box .title,
.homepage-boxesow .box .title {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #565656
}

.homepage-boxese .box .title,
.homepage-boxesow .box .title {
    font-size: 18px
}

.box-content .subtitle {
    margin-top: 4px;
    font-size: 13px;
    border-bottom: 1px solid #000;
    padding-bottom: 12px;
    width: 93%;
    border-color: #ebecec
}

.homepage-boxese .box-content .subtitle,
.homepage-boxesow .box-content .subtitle {
    height: 42px
}

.box-content.temporada .subtitle {
    font-weight: 700;
    color: #f48221
}

.box-content.largaestancia .subtitle {
    font-weight: 700;
    color: #d1a119
}

.box-content.turismo .subtitle {
    font-weight: 700;
    color: #16b9e4
}

.box-content.ventas .subtitle {
    font-weight: 700;
    color: #71533b
}

.box-content.obras .subtitle {
    font-weight: 700;
    color: #88ab2d
}

.box-content.seguros .subtitle {
    font-weight: 700;
    color: #ffd503 !important
}

.box-content .description {
    margin-top: 12px;
    color: #565656
}

.homepage-boxese .box-content .description {
    text-align: justify
}

.search-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background-position-x: 77px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 10px
}

.search-text.enterprise {
    margin-top: 20px
}

.search-text img {
    margin-right: 9px
}

#cuenta_link,
.show-text-mobile {
    cursor: pointer
}

.box-content.turismo .row {
    padding-left: 11px;
    padding-right: 11px
}

.box-content.turismo .row input,
select {
    width: 100%
}

.search-text {
    cursor: pointer
}

.slick-slider.container {
    max-width: 880px
}

.slick-prev,
.slick-prev-silo,
.slick-prev-silo:focus,
.slick-prev-silo:hover,
.slick-prev:focus,
.slick-prev:hover {
    left: -10px;
    background-image: url(/img/slider_left_black.png);
    width: 65px;
    height: 65px;
    z-index: 500 !important;
    background-size: 50px 40px;
    background-position-x: -5px;
    background-position-y: 11px;
    background-repeat: no-repeat
}

.slick-next,
.slick-next-silo,
.slick-next-silo:focus,
.slick-next-silo:hover,
.slick-next:focus,
.slick-next:hover {
    right: -10px;
    background-image: url(/img/slider_right_black.png);
    width: 65px;
    height: 65px;
    z-index: 500 !important;
    background-size: 50px 40px;
    background-position-x: 20px;
    background-position-y: 11px;
    background-repeat: no-repeat
}

.silo-slick .slick-next {
    color: #fff !important;
    right: 0 !important;
    width: 100px !important;
    opacity: 1 !important;
    height: 100px !important
}

.silo-slick .slick-prev {
    color: #fff !important;
    opacity: 1 !important
}

#w2 .slick-next,
#w2 .slick-prev,
.slick-next-silo,
.slick-prev-silo {
    background-size: 35px 35px !important
}

.slick-dots {
    left: 0
}

.slick-next-silo:before,
.slick-next:before {
    content: ''
}

.slick-prev-silo:before,
.slick-prev:before {
    content: ''
}

.home-page-featured-properties .title {
    background-image: url(/img/icn_h1_visto.svg);
    background-repeat: no-repeat
}

.home-page-servicios-propietarios .title {
    background-image: url(/img/icn_honorarios_servicios_01.svg);
    background-repeat: no-repeat;
    background-size: 48px !important
}

.home-page-wordpress-blogs .title {
    background-image: url(/img/icn_h1_ofertas.svg);
    background-repeat: no-repeat;
    background-size: 48px !important
}

.home-page-wordpress-guia .title {
    background-image: url(/img/icn_h1_blog.svg);
    background-repeat: no-repeat;
    background-size: 48px !important
}

.contact-content .title,
.homepage-content .title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 28px;
    color: #565656;
    text-transform: uppercase;
    padding-left: 65px;
    padding-top: 10px;
    background-position: 0 50%;
    height: auto;
    min-height: 44px;
    background-size: initial;
    line-height: 25px
}

.home-page-servicios-propietarios {
    padding-bottom: 32px
}

.home-page-featured-properties {
    background-color: #f5f5f5;
    padding-bottom: 32px
}

.featured_property {
    width: 198px;
    height: 310px;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative
}

.post {
    width: 85%;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
    color: #565656
}

.cat-image .post {
    width: 92%
}

.tn-featured_property {
    width: 100%;
    height: 158px
}

.featured-price {
    font-size: 20px;
    text-align: center;
    margin-top: 14px;
    font-weight: 700
}

.featured-availability {
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    color: #565656;
    text-transform: lowercase;
    display: none
}

.featured-separator {
    height: 1px;
    width: 85%;
    background-color: #ebecec;
    margin: auto
}

.featured-availability:first-letter {
    text-transform: uppercase
}

.featured-info {
    text-align: center;
    margin-top: 15px;
    line-height: 23px
}

.slick-dots li button:before {
    content: '';
    opacity: 1;
    background-image: url(/img/slider_bullet_02.svg);
    background-repeat: no-repeat;
    background-position: 6px
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-image: url(/img/slider_bullet_01.svg)
}

.home-page-servicios-propietarios .box {
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32);
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer
}

.post .image {
    width: 100%;
    height: 156px;
    background-size: cover;
    padding-top: 1px;
    overflow: hidden
}

.imgblo {
    width: 100%;
    height: 156px;
    background-size: cover
}

.contpecs {
    width: 100%;
    height: 156px;
    top: 10px
}

.post .category {
    color: #fff;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 6px;
    max-width: 195px;
    width: 95%;
    margin: auto;
    margin-top: 27px;
    text-align: center
}

.post-title {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0 0 #000, 0 1px #000, 0 0 #000, 0 0 #000;
    position: absolute
}

.post-content {
    font-size: 12.5px;
    text-align: center;
    padding: 8px;
    padding-top: 17px;
    text-overflow: ellipsis;
    height: 117px;
    overflow: hidden
}

.home-page-servicios-propietarios .box .description.link-calculadora {
    width: 90%;
    margin: auto;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: #a50022;
    background: url(/img/icn_calculator_popup.svg);
    padding-top: 27px !important;
    cursor: pointer;
    background-repeat: no-repeat;
    padding: 25px;
    padding-left: 46px;
    font-size: 16px;
    text-align: center;
    background-size: 38px;
    background-position-y: center;
    text-transform: uppercase
}

.link-calculadora-obras {
    width: 82%;
    margin: auto;
    text-align: left;
    line-height: 15px;
    background: url(/img/icn_calculator_popup_bl.png);
    padding-top: 1px;
    cursor: pointer;
    background-repeat: no-repeat;
    padding-left: 46px;
    font-size: 11px;
    background-size: 26px;
    background-position-y: center;
    margin-top: 5px
}

.home-page-servicios-propietarios .box .image img {
    width: 100%
}

.home-page-servicios-propietarios .description {
    height: 95px
}

.box.obras>.description .desc-title {
    margin-bottom: -7px !important
}

.icono-calculadora {
    width: 25px;
    margin-top: 10px
}

.desc-title {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 9px;
    text-transform: uppercase
}

.obras .desc-title {
    color: #88ab2d
}

.alquiler-venta .desc-title {
    color: #71533b;
    max-width: 215px;
    margin: auto;
    padding-top: 25px
}

.description .text {
    text-align: center;
    padding: 10px
}

.home-page-redes-sociales .title {
    background-image: url(/img/icn_h1_comunidades.svg);
    background-repeat: no-repeat;
    background-size: 45px !important
}

.home-page-redes-sociales {
    background-color: #f5f5f5
}

.home-page-redes-sociales .box {
    width: 100%;
    margin: auto;
    /*height:226px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    border-radius: 6px;
    margin-bottom: 8px
}

.home-page-redes-sociales .icon {
    padding-top: 23px;
    padding-bottom: 22px;
    text-align: center
}

.home-page-redes-sociales .text {
    font-size: 14px;
    text-align: center;
    line-height: 15px
}

.home-page-redes-sociales .text div {
    width: 146px;
    margin-top: 10px
}

.home-page-redes-sociales .number {
    font-size: 18px
}

.fb_blue {
    font-weight: 700;
    color: #295c9e
}

.instagram_grey {
    font-weight: 700;
    color: #565656
}

.pinterestImg {
    height: 50px
}

.pinterest_red {
    font-weight: 700;
    color: red
}

.youtube_red {
    font-weight: 700;
    color: #e30000
}

.google_red {
    font-weight: 700;
    color: #0055e1;
    margin-top: -10%
}

.ca1,
.de1,
.en1,
.es1,
.fr443,
.it1,
.nl1,
.pt1,
.ru6 {
    background: #71533b !important
}

.ca5,
.de5,
.en5,
.es5,
.fr5,
.it5,
.nl5,
.pt5,
.ru3 {
    background: #f48221 !important
}

.ca306,
.de306,
.en306,
.es168,
.fr407,
.it306,
.nl306,
.pt168,
.ru5 {
    background: #d1a119 !important
}

.ca11,
.de615,
.en615,
.es1489,
.fr6,
.it615,
.nl615,
.pt1489,
.ru7 {
    background: #16b9e4 !important
}

.ca532,
.de532,
.en532,
.es1490,
.fr554,
.it532,
.nl532,
.pt1490,
.ru4 {
    background: #936eaa !important
}

.ca1192,
.de834,
.en834,
.es2319,
.fr986,
.it834,
.nl834,
.pt2319,
.ru2 {
    background: #88ab2d !important
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin-top: 60px;
    margin-bottom: 60px
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home-page-wordpress-blogs {
    padding-bottom: 20px
}

.empleado-box .nombre {
    position: absolute;
    top: 85%;
    height: 16%;
    background-color: rgba(255, 255, 255, .58);
    width: 100%;
    text-align: center;
    border: 1px solid #3e3e3e;
    color: #3e3e3e;
    display: none
}

.empleado-box:hover .nombre {
    display: block
}

.col-sm-5ths.empleado-box {
    margin-top: 1px;
    cursor: pointer
}

.detail_info_empleado {
    position: absolute;
    left: 220px;
    width: 503px;
    height: 175px;
    top: 3350px;
    background-color: #fff;
    border: 1px solid #bebebe;
    font-size: 12px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32);
    left: 50%;
    margin-left: -250px;
    z-index: 1600
}

.detail_info_empleado>div {
    float: left;
    margin-left: 7px;
    width: 283px
}

.detail_info_empleado>.image {
    margin-top: 16px;
    margin-left: 10px;
    width: 196px;
    height: 136px;
    background-color: #000;
    float: left;
    background-size: 204px;
    border-radius: 3px 3px 3px 3px
}

.detail_info_empleado>.close {
    float: right;
    width: 13px;
    height: 13px;
    margin-right: 8px;
    background-image: url(/img/corner_close.svg);
    cursor: pointer;
    opacity: 1;
    background-position-y: -10px;
    background-position-x: 23px;
    margin-top: 15px
}

.detail_info_empleado>.nombre {
    margin-top: 11px;
    margin-left: 9px;
    float: left;
    font-size: 13px;
    font-weight: 700;
    width: 155px
}

.detail_info_empleado>.oficina,
.detail_info_empleado>.telf {
    margin-top: 8px
}

.detail_info_empleado>.idioma {
    width: 96px;
    margin-top: 11px
}

.detail_info_empleado>.idioma>img {
    width: 16px;
    height: 12.5px;
    border: 1px solid #888;
    border-radius: 5px
}

.detail_info_empleado>.cargo {
    margin-left: 10px;
    float: left;
    font-size: 12px;
    font-style: italic
}

.detail_info_empleado>.subtitulo {
    margin-left: 10px;
    float: left;
    font-size: 12px;
    font-style: italic
}

.departamento_button_home.staff_options {
    border-radius: 20px;
    float: left;
    height: 40px;
    text-align: center;
    padding-top: 11px;
    width: 100%;
    border: 1px solid #565656;
    margin-bottom: 8px;
    margin-top: 8px;
    font-weight: 700;
    cursor: pointer
}

.departamentos_buttons {
    margin-bottom: 75px;
    margin-top: 45px
}

.home-page-staff .title {
    background-image: url(/img/logo_shb_menu.svg);
    background-repeat: no-repeat;
    background-size: 43px !important;
    margin-bottom: 10px
}

.home-page-staff h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px
}

.staff_grid,
.staff_grid_xs {
    margin-bottom: 56px
}

.home-page-staff a {
    text-decoration: underline
}

.empleado-box-xs {
    width: 83%;
    margin-left: 8%
}

.staff-info-xs {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.slick-slide:focus {
    outline: 0
}

.show-more-button {
    border-radius: 20px;
    height: 40px;
    padding-top: 11px;
    min-width: 208px;
    width: 50%;
    margin: auto;
    text-align: center;
    background-color: #565656;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer
}

.staffhome-dep-select {
    background-image: url(/img/header_language_select-black.svg);
    border: 1px solid #000;
    color: #000;
    width: 40%;
    margin-left: 30%
}

.displaynone {
    display: none !important;
    opacity: 0
}

button.slick-arrow.slick-disabled {
    display: none !important
}

.modal-dialog {
    margin: 160px auto
}

.profitability-dialog {
    max-width: 465px
}

.modal {
    z-index: 98999
}

.step-index {
    font-size: 16px;
    font-weight: 700;
    color: #a50022;
    margin-top: 16px
}

.step-title {
    font-size: 16px;
    font-weight: 700;
    color: #565656;
    margin-top: 8px;
    text-transform: uppercase
}

.step-content {
    margin-top: 32px
}

.step-content .text {
    margin-top: 16px
}

.input-text-type1,
.input-text-type2 {
    border-radius: 6px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    padding: 7px;
    height: 32px;
    font-size: 14px;
    color: #6c6c6c;
    width: 100%
}

.input-text-type2 {
    background-color: #fff;
    margin-left: -2px
}

.profitability-label {
    font-size: 13px;
    color: #a50022;
    text-transform: uppercase;
    margin-bottom: 8px
}

.modal-content .close {
    position: absolute;
    right: 20px;
    font-size: 30px;
    margin-top: 0;
    color: #6c6c6c;
    opacity: 1;
    cursor: pointer;
    top: 10px;
    z-index: 10000
}

.text-required-info {
    font-size: 13px;
    color: #9da2a6;
    margin-top: 20px
}

.profitability-button,
.sh-button {
    background-color: #a50022;
    border-radius: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    max-width: 176px;
    width: 100%;
    text-align: center;
    padding: 7px;
    cursor: pointer
}

.profitability-button {
    margin-top: 25px;
    margin-bottom: 15px
}

.profitability-button.verd {
    background-color: #88ab2d !important;
    margin-top: 0
}

.profitability-button.buttongris {
    background-color: #b5b5b5 !important;
    margin-top: 0;
    margin-bottom: 10px
}

:focus {
    outline: 0
}

.profitability-dialog .group-input {
    margin-bottom: 24px
}

.margintop0 {
    margin-top: 0
}

.margintop10 {
    margin-top: 10px
}

.margintop20 {
    margin-top: 20px
}

.incorrect_input {
    border: 1px solid !important;
    border-color: #dd0909 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, .55);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, .55)
}

.contact-container {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32);
    border-radius: 6px;
    margin-top: 40px;
    padding: 24px 12px 24px 12px
}

.contact-container .input-text-type1 {
    margin-bottom: 32px
}

.contact-row {
    margin: 0
}

.top-separator {
    border-top: 1px solid #ebecec;
    padding-top: 25px
}

.text-area-type1 {
    margin: 0;
    height: 81px;
    width: 522px;
    padding: 7px;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    resize: none
}

.contact-required-text {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #9da2a6
}

::-webkit-input-placeholder {
    color: #a7a7a7
}

:-moz-placeholder {
    color: #a7a7a7
}

::-moz-placeholder {
    color: #a7a7a7
}

:-ms-input-placeholder {
    color: #a7a7a7
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em
}

.radio .cr {
    border-radius: 50%
}

#reserva_4 .radioani .cr .cr-icon,
#visita .radioani .cr .cr-icon,
.box15 .radioani .cr .cr-icon,
.box17 .radio .cr .cr-icon,
.checkbox .cr .cr-icon,
.le_class .radioani .cr .cr-icon,
.radio .cr .cr-icon,
.teporada_class .radioani .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%
}

.radio .cr .cr-icon {
    margin-left: .04em
}

#cal_temporada_reserva .fechas_reserva input[type=radio],
#reserva_4 .radioani input[type=radio],
#visita .radioani input[type=radio],
.box15 .radioani input[type=radio],
.box17 .radio input[type=radio],
.checkbox label input[type=checkbox],
.le_class .radioani input[type=radio],
.radio label input[type=radio],
.teporada_class .radioani input[type=radio] {
    display: none
}

#cal_temporada_reserva .fechas_reserva input[type=radio]+.cr>.cr-icon,
#reserva_4 .radioani input[type=radio]+.cr>.cr-icon,
#visita .radioani input[type=radio]+.cr>.cr-icon,
.box15 .radioani input[type=radio]+.cr>.cr-icon,
.box17 .radio input[type=radio]+.cr>.cr-icon,
.checkbox label input[type=checkbox]+.cr>.cr-icon,
.le_class .radioani input[type=radio]+.cr>.cr-icon,
.radio label input[type=radio]+.cr>.cr-icon,
.teporada_class .radioani input[type=radio]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in
}

#cal_temporada_reserva .fechas_reserva input[type=radio]:checked+.cr>.cr-icon,
#reserva_4 .radioani input[type=radio]:checked+.cr>.cr-icon,
#visita .radioani input[type=radio]:checked+.cr>.cr-icon,
.box15 .radioani input[type=radio]:checked+.cr>.cr-icon,
.box17 .radio input[type=radio]:checked+.cr>.cr-icon,
.checkbox label input[type=checkbox]:checked+.cr>.cr-icon,
.le_class .radioani input[type=radio]:checked+.cr>.cr-icon,
.radio label input[type=radio]:checked+.cr>.cr-icon,
.teporada_class .radioani input[type=radio]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0);
    opacity: 1
}

#cal_temporada_reserva .fechas_reserva input[type=radio]:disabled+.cr,
#reserva_4 .radioani input[type=radio]:disabled+.cr,
#visita .radioani input[type=radio]:disabled+.cr,
.box15 .radioani input[type=radio]:disabled+.cr,
.box17 .radio input[type=radio]:disabled+.cr,
.checkbox label input[type=checkbox]:disabled+.cr,
.le_class .radioani input[type=radio]:disabled+.cr,
.radio label input[type=radio]:disabled+.cr,
.teporada_class .radioani input[type=radio]:disabled+.cr {
    opacity: .5
}

.checkbox label,
.radio label {
    padding-left: 0
}

.checkbox,
.radio {
    margin-top: 0;
    margin-bottom: 0
}

.checkbox a {
    text-decoration: underline
}

.captcha .numbers {
    float: left;
    margin-right: 20px;
    font-size: 16px;
    padding-top: 5px
}

.captcha input.input-text-type1 {
    margin-bottom: 0;
    width: 105px
}

.location-title {
    background-color: #fff;
    padding-bottom: 32px
}

.location-icon,
.location-title .title {
    background-image: url(/img/icn_h1_situacion.svg);
    background-repeat: no-repeat
}

.office-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.office .map {
    width: 100%;
    height: 290px
}

.office-details-title {
    color: #a50022;
    font-size: 14px;
    font-weight: 700
}

.office .services a {
    text-decoration: underline
}

.info2 .sh-button {
    margin-top: 60px
}

.metro-link {
    text-decoration: none !important
}

#metro,
.metro_icon {
    background-image: url(/img/metro.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #626262
}

.privacidad_label.privacidad_incorrecto {
    color: #dd0909 !important
}

#correct_send .title,
#correct_send_simple .title,
#incorrect_send .title {
    text-transform: uppercase;
    font-weight: 700;
    color: #a50022;
    margin-bottom: 7px;
    margin-top: 3px
}

.modal-body .contact-container {
    margin-top: 30px;
    box-shadow: none;
    padding: 0
}

.contact-container .captcha input.input-text-type1 {
    width: 45px
}

.modal-content {
    padding-right: 0 !important
}

.profitability-dialog .input-text-type1 {
    max-width: 150px
}

.modal-dialog #contact_form .sh-button {
    max-width: 126px
}

.detail-property {
    margin-top: 107px;
    height: 685px
}

.full-width-div {
    position: absolute;
    width: 100%;
    left: 0
}

.cover-img {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #f5f5f5;
    height: 100%;
    position: relative
}

.info-property {
    width: 100%;
    max-width: 292px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    position: fixed;
    font-size: 16px;
    z-index: 1000;
    margin-left: 112px
}

.detail-property h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #fff
}

.detail-property .localitation {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-image: url(/img/icn_situacion.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 23px
}

#categ_1 .detail-property .info-property.op-2 .localitation {
    background-image: url(/img/icn_situacion_turismo.svg)
}

#categ_2 .detail-property .info-property.op-2 .localitation {
    background-image: url(/img/icn_situacion_temporada.svg)
}

#categ_3 .detail-property .info-property.op-2 .localitation {
    background-image: url(/img/icn_situacion_le.svg)
}

#categ_4 .detail-property .info-property.op-2 .localitation {
    background-image: url(/img/icn_situacion_venta.svg)
}

.baixmapa {
    width: 19px;
    height: 19px;
    background-color: #fff;
    display: inline-block;
    margin-left: -25px;
    opacity: 0;
    cursor: pointer
}

.img-wrapper {
    position: relative;
    overflow: hidden
}

.img-wrapper img {
    top: -100%;
    left: 0;
    right: 0;
    bottom: -100%;
    margin: auto;
    width: 100%
}

.opaque-background {
    background-color: #fff;
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}

.info-property .localitation {
    color: inherit;
    font-weight: 100;
    margin-bottom: 16px;
    color: #565656
}

.info-property .situation {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.info-property .reference {
    font-size: 13px
}

.info-property .reference {
    width: 88%;
    float: left;
    padding-top: 2px
}

.info-property .favoritos {
    width: 12%;
    float: right;
    height: 25px;
    width: 25px;
    background-repeat: no-repeat
}

#categ_1 .op-2 .fav_on {
    background-image: url(/img/icn_add_fav_on_turismo.svg)
}

#categ_2 .op-2 .fav_on {
    background-image: url(/img/icn_add_fav_on_temporada.svg)
}

#categ_3 .op-2 .fav_on {
    background-image: url(/img/icn_add_fav_on_le.svg)
}

#categ_4 .op-2 .fav_on {
    background-image: url(/img/icn_add_fav_on_venta.svg)
}

#categ_1 .op-2 .fav_off {
    background-image: url(/img/icn_add_fav_off_turismo.svg)
}

#categ_2 .op-2 .fav_off {
    background-image: url(/img/icn_add_fav_off_temporada.svg)
}

#categ_3 .op-2 .fav_off {
    background-image: url(/img/icn_add_fav_off_le.svg)
}

#categ_4 .op-2 .fav_off {
    background-image: url(/img/icn_add_fav_off_venta.svg)
}

.available {
    background-image: url(/img/icn_check_disponible_01.svg);
    color: #819b40;
    font-weight: 700;
    padding-top: 3px
}

.not-available {
    background-image: url(/img/icn_check_disponible_02.svg);
    color: CA802B;
    font-weight: 700;
    background-size: 21px
}

.property-availability {
    height: 24px;
    background-repeat: no-repeat;
    padding-left: 24px;
    font-size: 15px;
    padding-right: 2px
}

.not-available span.date {
    font-size: 12px;
    color: #565656
}

.property-price {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
    font-size: 17px;
    font-weight: 700
}

.not-available-text {
    color: #ca802b;
    margin-top: -7px
}

.property-price {
    text-align: right
}

.old-price {
    font-size: 12px;
    color: #565656;
    font-weight: 100;
    text-decoration: line-through;
    margin-top: -10px
}

.property-price-container.wop {
    margin-top: -8px
}

.feature-box {
    width: 44px;
    height: 44px;
    background-color: #f5f5f5;
    border-radius: 6px;
    float: left;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 50% 88%;
    margin-bottom: 6px
}

.figgen {
    background-position: 14px;
    background-repeat: no-repeat;
    width: 50px !important
}

#categ_1 .figm2,
#categ_1 .figm2fav,
#categ_1 .op-2 .feature-box.m2,
#categfav_1 .figm2fav,
#t_turismo .figm2fav {
    background-image: url(/img/iconos_landing/m2_op1.png);
    background-repeat: no-repeat
}

#categ_2 .figm2,
#categ_2 .figm2fav,
#categ_2 .op-2 .feature-box.m2,
#categfav_2 .figm2fav,
#t_temporada .figm2fav {
    background-image: url(/img/iconos_landing/m2_op2.png);
    background-repeat: no-repeat
}

#categ_3 .figm2,
#categ_3 .figm2fav,
#categ_3 .op-2 .feature-box.m2,
#categfav_3 .figm2fav,
#l_larga .figm2fav {
    background-image: url(/img/iconos_landing/m2_op3.png);
    background-repeat: no-repeat
}

#categ_4 .figm2,
#categ_4 .figm2fav,
#categ_4 .op-2 .feature-box.m2,
#categfav_4 .figm2fav,
#v_ventas .figm2fav {
    background-image: url(/img/iconos_landing/m2_op4.png);
    background-repeat: no-repeat
}

#categ_1 .fighab,
#categ_1 .fighabfav,
#categ_1 .op-2 .feature-box.rooms,
#categfav_1 .fighabfav,
#t_turismo .fighabfav {
    background-image: url(/img/iconos_landing/dormitorios_op1.png)
}

#categ_2 .fighab,
#categ_2 .fighabfav,
#categ_2 .op-2 .feature-box.rooms,
#categfav_2 .fighabfav,
#t_temporada .fighabfav {
    background-image: url(/img/iconos_landing/dormitorios_op2.png)
}

#categ_3 .fighab,
#categ_3 .fighabfav,
#categ_3 .op-2 .feature-box.rooms,
#categfav_3 .fighabfav,
#l_larga .fighabfav {
    background-image: url(/img/iconos_landing/dormitorios_op3.png)
}

#categ_4 .fighab,
#categ_4 .fighabfav,
#categ_4 .op-2 .feature-box.rooms,
#categfav_4 .fighabfav,
#v_ventas .fighabfav {
    background-image: url(/img/iconos_landing/dormitorios_op4.png)
}

#categ_1 .figaseos,
#categ_1 .figaseosfav,
#categ_1 .op-2 .feature-box.aseos,
#categfav_1 .figaseosfav,
#t_turismo .figaseosfav {
    background-image: url(/img/iconos_landing/banos_op1.png)
}

#categ_2 .figaseos,
#categ_2 .figaseosfav,
#categ_2 .op-2 .feature-box.aseos,
#categfav_2 .figaseosfav,
#t_temporada .figaseosfav {
    background-image: url(/img/iconos_landing/banos_op2.png)
}

#categ_3 .figaseos,
#categ_3 .figaseosfav,
#categ_3 .op-2 .feature-box.aseos,
#categfav_3 .figaseosfav,
#l_larga .figaseosfav {
    background-image: url(/img/iconos_landing/banos_op3.png)
}

#categ_4 .figaseos,
#categ_4 .figaseosfav,
#categ_4 .op-2 .feature-box.aseos,
#categfav_4 .figaseosfav,
#v_ventas .figaseosfav {
    background-image: url(/img/iconos_landing/banos_op4.png)
}

#categ_1 .figterr,
#categ_1 .figterrfav,
#categ_1 .op-2 .feature-box.capacidad,
#categfav_1 .figterrfav,
#t_turismo .figterrfav {
    background-image: url(/img/capacidad_op1.png);
    background-size: 25px
}

#categ_2 .figterr,
#categ_2 .figterrfav,
#categ_2 .op-2 .feature-box.terraza,
#categfav_2 .figterrfav,
#t_temporada .figterrfav {
    background-image: url(/img/Terraza-Landing-Recuperado-copia.png);
    background-size: 30px
}

#categ_3 .figterr,
#categ_3 .figterrfav,
#categ_3 .op-2 .feature-box.terraza,
#categfav_3 .figterrfav {
    background-image: url(/img/Terraza-Landing-Recuperado-copia2.png);
    background-size: 30px
}

#categ_4 .figterr,
#categ_4 .figterrfav,
#categ_4 .op-2 .feature-box.terraza,
#categfav_4 .figterrfav,
#v_ventas .figterrfav {
    background-image: url(/img/terraza_op4.png)
}

#categ_4 .figbalcon,
#categ_4 .figbalconfav,
#categ_4 .op-2 .feature-box.balcon,
#categfav_4 .figbalconfav,
#v_ventas .figbalconfav {
    background-image: url(/img/balcon_op4.png)
}

#categ_3 .figbalcon,
#categ_3 .figbalconfav,
#categ_3 .op-2 .feature-box.balcon,
#categfav_3 .figbalconfav {
    background-image: url(/img/balcon_op3.png)
}

#categ_2 .figbalcon,
#categ_2 .figbalconfav,
#categ_2 .op-2 .feature-box.balcon,
#categfav_2 .figbalconfav {
    background-image: url(/img/balcon_op2.png)
}

#categ_4 .figparking,
#categ_4 .figparkingfav,
#categ_4 .op-2 .feature-box.parking,
#categfav_4 .figparkingfav,
#v_ventas .figparkingfav {
    background-image: url(/img/parking_op4.png)
}

#categ_3 .figascensor,
#categ_3 .figascensorfav,
#categ_3 .op-2 .feature-box.ascensor,
#categfav_3 .figascensorfav,
#l_larga .figascensorfav {
    background-image: url(/img/ascensor_icon_3.svg)
}

#categ_4 .figascensor,
#categ_4 .figascensorfav,
#categ_4 .op-2 .feature-box.ascensor,
#categfav_4 .figascensorfav,
#v_ventas .figascensorfav {
    background-image: url(/img/ascensor_icon_4.svg)
}

#categ_3 .figaltura,
#categ_3 .figalturafav,
#categ_3 .op-2 .feature-box.altura,
#categfav_3 .figalturafav,
#l_larga .figalturafav {
    background-image: url(/img/altura_escalera_op3.png)
}

#categ_4 .figaltura,
#categ_4 .figalturafav,
#categ_4 .op-2 .feature-box.altura,
#categfav_4 .figalturafav,
#v_ventas .figalturafav {
    background-image: url(/img/altura_escalera_op4.png)
}

.figdisponfav {
    background-image: url(/img/icn_check_disponible_01.svg);
    background-size: 25px;
    background-position: 50% 50%
}

#categ_1 .figwifi,
#categ_1 .figwififav,
#categ_1 .op-2 .feature-box.wifi,
#categfav_1 .figwififav,
#t_turismo .figwififav {
    background-image: url(/img/iconos_landing/wifi_op1.png);
    background-size: 30px;
    background-position: 50% 50%
}

#categ_2 .figwifi,
#categ_2 .figwififav,
#categ_2 .op-2 .feature-box.wifi,
#categfav_2 .figwififav,
#t_temporada .figwififav {
    background-image: url(/img/iconos_landing/wifi_op2.png);
    background-size: 30px;
    background-position: 50% 50%
}

.figalturafav,
.figaseosfav,
.figbalconfav,
.fighabfav,
.figm2fav,
.figparkingfav,
.figterrfav,
.figwififav {
    background-size: 38px !important;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.feature-box.nowifi,
.figwifno {
    background-image: url(/img/iconos_landing/nowifi_icon.png);
    background-size: 30px;
    background-position: 50% 50%
}

.property-features-boxes {
    padding: 0;
    margin-top: 24px
}

.property-row-info {
    margin-left: 16px;
    margin-right: 15px
}

.property-row-info div {
    padding-left: 0;
    padding-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px
}

.property-row-info .border-bot {
    border-bottom: 1px solid #dcdcdc
}

.property-row-info a {
    text-decoration: underline
}

.property-row-info .sh-button {
    margin: auto
}

.button-op2 {
    background: #f48221
}

.font12 {
    font-size: 12px !important
}

.font13 {
    font-size: 13px !important
}

.font14 {
    font-size: 14px !important
}

.font15 {
    font-size: 15px !important
}

.font16 {
    font-size: 16px !important
}

.font17 {
    font-size: 17px !important
}

.font18 {
    font-size: 18px !important
}

.font19 {
    font-size: 19px !important
}

.font20 {
    font-size: 20px !important
}

.property-row-info .sh-button.button-op2.font15 {
    margin-top: 12px
}

.thum_cont {
    bottom: -65px;
    left: 20px;
    width: 633px
}

.thumbnail-container {
    margin-right: -15px;
    margin-left: -15px
}

.thumbnail-container .thumbnails-carrousel {
    height: 80px;
    width: 500000px;
    overflow: hidden
}

.thumbpropert .thumbnail-container .thumbnails-carrousel {
    height: auto;
    width: 500000px;
    overflow: hidden
}

.thumbpropert .thumbnails-carrousel div {
    width: 240px;
    float: left;
    position: relative
}

.thumbpropert .arrow-right {
    top: 51px;
    right: 1%;
    z-index: 99999
}

.thumbpropert .arrow-left {
    top: 51px;
    left: 1%;
    z-index: 99999
}

.thumbpropert .thumbnail-container {
    margin-right: 0;
    margin-left: 0
}

.title-container {
    height: 599px
}

.thumbnail-image {
    float: left;
    width: 96px;
    border: 1px solid #fff
}

.thumbnail-image img {
    width: 100%;
    cursor: pointer
}

.topthumb .thumbnail-image img {
    max-height: 75px
}

.thumbnail-carrousel-container {
    overflow: hidden;
    float: left;
    width: 90%
}

.thumbpropert .thumbnail-carrousel-container {
    overflow: hidden;
    float: left;
    width: 100%
}

.thumbnail-container .arrow-left {
    width: 10%;
    float: left;
    height: 70px;
    background-image: url(/img/slider_left_small_white.svg);
    background-repeat: no-repeat;
    background-position: 0 42%;
    cursor: pointer;
    background-position: center
}

.thumbnail-container .arrow-right {
    width: 10%;
    float: left;
    height: 70px;
    background-image: url(/img/slider_right_small_white.svg);
    background-repeat: no-repeat;
    background-position: 0 42%;
    cursor: pointer;
    background-position: center
}

.box14 .thumbnail-container .arrow-left,
.box14 .thumbnail-container .arrow-right {
    height: 79px
}

.thumbnails-carrousel-animation {
    -webkit-transition: margin-left .8s
}

#language_selector-button {
    display: none
}

.padmad0 {
    margin: 0 !important;
    padding: 0 !important
}

.padding0 {
    padding: 0 !important
}

.absol {
    position: absolute
}

.rela {
    position: relative
}

.rela.lc_bck {
    height: 782px
}

.clearboth {
    clear: both
}

.disp_block {
    display: block !important
}

.textcenter {
    text-align: center
}

.centered {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.centered2 {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important
}

.margintopbot {
    margin: 20px 0 !important
}

.paddingbot20 {
    padding-bottom: 20px !important
}

.margintopbot10 {
    margin: 10px 0 !important
}

.marginbot10 {
    margin-bottom: 10px !important
}

.marginbot20 {
    margin-bottom: 20px !important
}

.margintop20 {
    margin-top: 20px !important
}

.margin40 {
    margin-top: 40px !important
}

.paddingbottop0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.marg_title_6 {
    margin-top: -6px
}

.tr_uppercase {
    text-transform: uppercase
}

.tr_lowercase {
    text-transform: lowercase !important
}

.mob:first-letter {
    text-transform: uppercase !important
}

.tr_capitalize {
    text-transform: capitalize
}

.padcaja15 {
    padding: 15px
}

.padcaja13 {
    padding: 13px;
    height: 200px
}

.detall {
    float: right;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
    background: #f48221 !important;
    color: #fff !important;
    padding: 11px;
    text-align: right;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px
}

.detall.contacte {
    float: left
}

.margbola {
    margin-top: 10px
}

.gestion {
    background-color: #a50022;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0 solid #000
}

.gestioncen {
    text-align: right
}

.empresa_log {
    background-color: #4c4c4c;
    color: #fff;
    padding: 13px 42px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 0 solid #000;
    cursor: pointer;
    background-image: url(/img/icn_espacio_de_gestion.svg);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-size: 18px;
    text-align: center
}

.empresa_log a {
    color: #fff
}

.empresa_no_log {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    padding: 6px;
    font-size: 13px
}

#login .empresa_no_log a {
    color: #fff
}

.cand {
    margin-right: 10px
}

.calcul {
    left: 6px;
    top: -5px
}

.frascalcule {
    color: #a50022;
    font-weight: 700;
    display: block;
    margin-top: 8px;
    margin-left: 5px
}

.logvalor {
    background-image: url(/img/icn_h1_comunidades.svg);
    background-repeat: no-repeat;
    background-size: 48px !important
}

.logcontact,
.loginalert,
.loginapart,
.loginasistencia,
.loginblog,
.logincifras,
.logincitas,
.logincomentaris,
.logincondiciones,
.loginconsulta,
.logincorpora,
.logincotratant,
.logindatospiso,
.logindesarro,
.logindescripcion,
.logindurante,
.loginequip,
.loginequipo,
.loginescola,
.loginfilo,
.logingarantia,
.loginhist,
.loginintegrar,
.logininternacional,
.loginliderazgo,
.loginllegada,
.loginmotivopestancia,
.loginpago,
.loginpago2,
.loginpropietarios,
.loginrehabilita,
.loginrentabilidad,
.loginreserva,
.loginsalida,
.loginsimilares,
.loginsituacion,
.loginsusdatos,
.loginvaloracion,
.loginvaloraciones,
.logperfil {
    background-repeat: no-repeat;
    background-size: 48px !important
}

.loginhist {
    background-image: url(/img/icn_h1_visto.svg);
    background-size: 38px !important
}

.loginalert {
    background-image: url(/img/icn_alertas.svg);
    background-size: 38px !important
}

.logincitas {
    background-image: url(/img/icn_h1_equipemiento.svg);
    background-size: 38px !important
}

.loginpago2 {
    background-image: url(/img/uno.svg);
    background-size: 38px !important
}

.logindatospiso {
    background-image: url(/img/dos.svg);
    background-size: 38px !important
}

.loginmotivopestancia {
    background-image: url(/img/cuatro.svg);
    background-size: 38px !important
}

.loginsusdatos {
    background-image: url(/img/dos.svg);
    background-size: 38px !important
}

.loginvaloraciones {
    background-image: url(/img/icn_h1_valoraciones.svg)
}

.loginsimilares {
    background-image: url(/img/icn_h1_similares.svg)
}

.livingcost_prop {
    background-image: url(/img/euro_icon.svg);
    background-size: 45px !important;
    background-repeat: no-repeat
}

.loginblog {
    background-image: url(/img/icn_h1_blog.svg);
    background-size: 45px !important
}

.loginsituacion {
    background-image: url(/img/icn_h1_situacion.svg);
    background-size: 45px !important
}

.loginequip {
    background-image: url(/img/icn_h1_equipemiento.svg);
    background-size: 45px !important
}

.logincondiciones {
    background-image: url(/img/icn_h1_condiciones.svg);
    background-size: 45px !important
}

.logindescripcion {
    background-image: url(/img/icn_h1_description.svg)
}

.loginpago {
    background-image: url(/img/icn_h1_pago.svg)
}

.loginllegada {
    background-image: url(/img/icn_h1_datos_llegada.svg)
}

.logincotratant {
    background-image: url(/img/icn_motivacion_popup_02.svg);
    background-size: 54px !important
}

.loginreserva {
    background-image: url(/img/icn_h1_disponibilidad.svg);
    background-size: 44px !important
}

.loginvaloracion {
    background-image: url(/img/icn_h1_contact.svg)
}

.loginsalida {
    background-image: url(/img/icn_h1_caracteristicas.svg);
    background-size: 44px !important
}

.loginasistencia {
    background-image: url(/img/icn_h1_comunidades.svg);
    background-size: 48px !important
}

.logindurante {
    background-image: url(/img/icn_h1_lederazgo.svg)
}

.loginapart {
    background-image: url(/img/icn_honorarios_estancia_01.svg)
}

.loginpropietarios {
    background-image: url(/img/icn_honorarios_estancia_01.svg)
}

.loginconsulta {
    background-image: url(/img/icn_h1_ofertas.svg)
}

.loginintegrar {
    background-image: url(/img/icn_h1_integracion.svg)
}

.logindesarro {
    background-image: url(/img/icn_h1_desarrollarse.svg)
}

.loginliderazgo {
    background-image: url(/img/icn_honorarios_equipo_01.svg)
}

.logininternacional {
    background-image: url(/img/icn_h1_internacional.svg)
}

.loginfilo {
    background-image: url(/img/icn_h1_filosafia.svg)
}

.logincifras {
    background-image: url(/img/icn_h1_cifras.svg)
}

.logincomentaris {
    background-image: url(/img/icn_h1_comentarios.svg)
}

.loginrentabilidad {
    background-image: url(/img/icn_h1_rentabilidad.svg)
}

.loginequipo {
    background-image: url(/img/icn_h1_ShB.svg)
}

.loginshare {
    background-repeat: no-repeat;
    background-image: url(/img/icons/icn_h1_share.png);
    background-size: 42px !important
}

.loginrehabilita {
    background-image: url(/img/icn_h1_rehabilitacion.svg)
}

.logingarantia {
    background-image: url(/img/icn_h1_nuestra_garantia.svg)
}

.logincorpora {
    background-image: url(/img/icn_h1_visto.svg)
}

.logperfil {
    background-image: url(/img/icn_h1_perfil.svg)
}

.logcontact {
    background-image: url(/img/icn_h1_contact.svg)
}

.loginescola {
    background-image: url(/img/icn_h1_escuelas.svg)
}

.logquienes {
    background-image: url(/img/icn_h1_quines_somos.png);
    background-repeat: no-repeat;
    background-size: 42px !important
}

.title2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 28px !important;
    color: #565656;
    padding-left: 65px;
    padding-top: 10px;
    background-position: 0 50%;
    height: auto;
    min-height: 44px;
    background-size: initial;
    line-height: 34px;
    text-transform: uppercase
}

.title2 .inttitle {
    font-size: 24px;
    line-height: 25px;
    display: block
}

.loginequipo.title2 {
    min-height: 48px !important
}

.calendari_events.title2 {
    font-size: 22px !important;
}

.box-container,
.box10,
.box11,
.box12,
.box14,
.box15,
.box16,
.box17,
.box18,
.box19,
.box2,
.box21,
.box22,
.box25,
.box26,
.box27,
.box28,
.box29,
.box3,
.box30,
.box31,
.box32,
.box5,
.box6,
.box7,
.box8,
.box9 {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-top: 16px;
    padding: 20px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    line-height: 21px
}

.op1 {
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    color: #565656
}

.text1 {
    font-size: 14px;
    line-height: 19px;
    color: #565656;
    margin-top: 8px
}

.gestion2 {
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px
}

.radio_buttons_questionary {
    visibility: hidden;
    width: 0 !important
}

.sino {
    margin: 20px 0;
    display: inline-block;
    background-color: #e61446;
    width: 87px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px
}

.sinodisabled {
    margin: 20px 0;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #565656 !important;
    color: #565656 !important;
    margin-left: 10px;
    width: 87px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer
}

.si {
    margin: 20px 0;
    display: inline-block;
    background-color: #88ab2d;
    width: 87px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px
}

.fr {
    float: right
}

.verperfil {
    line-height: 20px;
    background-color: #b5b5b5;
    padding-left: 48px;
    padding-right: 48px
}

.mencampos {
    margin: 10px 0 0 0
}

#perfil2 {
    display: none
}

.pad5 {
    padding: 10px
}

.margpad {
    margin: 0 !important;
    padding: 12px 8px;
    overflow: hidden
}

.content_img_top {
    overflow: hidden;
    padding: 0
}

.content_img_top img {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 20px
}

.content_img_top p {
    text-align: justify;
    padding: 10px 25px
}

.box2form {
    padding: 10px
}

.selectpicker {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    height: 32px;
    padding: 5px 5px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc
}

.alineearder_iz {
    text-align: right
}

.lingrisext {
    border-bottom: 1px solid #000;
    margin-bottom: 12px;
    width: 100%;
    border-color: #ebecec
}

.oblig {
    padding: 0 !important;
    margin-right: 0;
    margin-top: -28px;
    color: #878787 !important;
    font-size: 13px;
    padding: 10px !important
}

#contacto input[type=checkbox] {
    width: 20px;
    height: 20px
}

.politcheck {
    color: #878787 !important;
    font-size: 14px;
    text-decoration: underline;
    float: right;
    line-height: 25px;
    font-weight: 400;
    margin-left: 5px
}

.suma {
    width: 133px;
    display: inline
}

.enviar {
    padding: 12px 67px
}

#contacto .goperverperfil {
    margin: 0
}

.labelsuma {
    font-size: 16px;
    line-height: 20px;
    color: #565656;
    font-weight: 400;
    margin-top: 11px
}

.chppoli {
    margin-top: 10px !important
}

#perfil2>.slick-list {
    padding: 20px
}

.contact {
    margin-top: 0 !important
}

.cercle {
    width: 150px;
    height: 150px;
    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0 solid #000;
    overflow: hidden
}

.imgcercle {
    height: 153px;
    margin-left: -65px
}

.box4 {
    -webkit-box-shadow: 0 0 9px 3px #d6d3d6;
    -moz-box-shadow: 0 0 9px 3px #d6d3d6;
    box-shadow: 0 0 9px 3px #d6d3d6;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-top: 16px;
    padding: 20px 16px
}

.h3com {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    color: #565656
}

.estrella {
    width: 17px;
    margin-right: 2px
}

.titlila {
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    color: #936eaa
}

.titnom {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #565656;
    margin-bottom: 8px
}

.padval {
    padding: 30px
}

.padrecsup {
    margin-top: -5px
}

.box12,
.box6 {
    overflow: hidden;
    padding: 0
}

.divimggarantia {
    width: 100%;
    height: 140px;
    overflow: hidden
}

.fotgarantia {
    width: 100%;
    max-width: 800px
}

.divpad {
    padding: 15px
}

.box12 {
    background-repeat: no-repeat;
    background-position-x: 5%;
    background-position-y: 2.5%
}

#box12Clean {
    background-image: url(/img/services/clean.png)
}

#box12Manteniance {
    background-image: url(/img/services/mantainment.png)
}

#box12Seguros {
    background-image: url(/img/services/hands.png)
}

.titgarantia {
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    height: 33px;
    background-repeat: no-repeat;
    background-position-y: 75%;
    font-weight: 700;
    text-transform: uppercase
}

h3.titgarantia {
    margin-bottom: 42px !important;
}

div#garantsegurossite .titgarantia {
    color: #ffd503 !important
}

.contgarantia {
    font-size: 13px;
    text-align: center !important;
    line-height: 18px;
    color: #565656;
    height: 90px;
    overflow: hidden
}

#garantventas .contgarantia {
    height: auto !important
}

.boxfot {
    width: 100%;
    max-width: 880px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-top: 16px;
    overflow: hidden
}

.antesdesp {
    width: 100%;
    max-width: 440px
}

.reserva_detail .antesdesp img {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.box7 {
    background-color: #f8f8f8;
    max-width: 880px
}

.textiz {
    float: left;
    font-size: 13px;
    line-height: 18px;
    color: #565656
}

.texder {
    float: right;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    line-height: 18px;
    color: #565656
}

.lingrisinf {
    border-bottom: 1px solid #ebecec;
    margin-bottom: 15px;
    height: 28px
}

.detarentabi {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: #fff
}

.gestion3 {
    background-color: #a50022;
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0 solid #000
}

.cien {
    width: 271px;
    height: 32px;
    text-align: center !important;
    padding-top: 6px
}

.cal {
    margin-right: 10px;
    margin-top: -4px;
    display: inline !important
}

.rellena,
.textparraf {
    font-size: 13px;
    line-height: 18px;
    color: #565656;
    margin: 3px 0
}

.textparraf {
    height: 50px
}

.enuncia {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #565656;
    margin: 15px 0 5px 0;
    height: 35px
}

.enuncia360 {
    width: 360px
}

.esptext {
    padding: 5px 0;
    height: 20px
}

.esptextver {
    color: green
}

#but3 {
    margin-top: 24px
}

.box8 {
    background-color: #f8f8f8;
    padding: 0;
    height: 338px
}

.imgequipo {
    width: 100%;
    max-width: 438px
}

.nomeqip {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #88ab2d
}

.flag2 {
    width: 15px !important;
    margin-top: 2px !important;
    margin-left: 4px !important;
    margin-right: 0 !important
}

.polequip {
    padding: 8px
}

.maxamplecal {
    padding-left: 60px
}

.divboto,
.divbotoalter1,
.divbotoalter2,
.divbotocondiciones,
.divbotoconfirmco,
.divbotoconfirmco2,
.divbotocurt,
.divbotodatos,
.divbotodatos2,
.divbotoface,
.divbotoform,
.divbotogest,
.divbotogog,
.divbotolanding,
.divbotomap,
.divbotomap2,
.divbotomodal,
.divbotoofer,
.divbotooferta,
.divbotopdfguia,
.divbotopostular,
.divbotopropert1,
.divbotopropert2,
.divbotopropert3,
.divbotorent,
.divbotoreserv {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background-color: #a50022;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0 solid #000;
    padding: 12px 12px;
    max-width: 340px;
    margin: 10px 0
}

.divbotocurt {
    max-width: 214px
}

.textclient {
    margin-bottom: 23px;
    height: 174px
}

.titolport {
    font-size: 16px;
    font-weight: 700;
    text-align: justify;
    line-height: 20px;
    color: #565656;
    margin-top: 5px !important;
    margin-bottom: 10px !important
}

.empresesescoles,
.empresesescoles2 {
    width: 100%
}

.empresesescoles {
    padding: 6px
}

.textoapartirde,
.textoesc {
    font-size: 15px;
    line-height: 18px;
    color: #565656;
    padding-top: 12px;
    padding-bottom: 12px
}

.textoesc {
    padding: 12px
}

.textoapartirde {
    height: 41px
}

.box9 {
    height: 240px !important
}

.pad3 {
    padding: 17px !important
}

#fotos_soles {
    margin-top: 32px
}

#idempresas2,
#idescuelas2 {
    display: none
}

.circlefot {
    width: 130px;
    height: 130px;
    border-radius: 100px 100px 100px 100px;
    -moz-border-radius: 100px 100px 100px 100px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border: 0 solid #000;
    overflow: hidden
}

.fotcircle {
    width: 130px;
    height: 130px
}

.nomtest {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #a50022
}

.fechacoment,
.location {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: #565656;
    margin: 10px 0
}

.fechacoment {
    font-size: 14px;
    display: none !important;
    margin: 0 0 10px 0
}

.padtestim {
    padding: 20px 30px
}

.hide1,
.hidecoment1 {
    display: none
}

.box10 {
    background-color: #f8f8f8;
    padding: 10px
}

.imgcoment {
    width: 100%
}

.estrellas {
    width: 100px;
    margin-right: 10px;
    background-color: #bcbaba
}

.col_larga .estrellas,
.col_temp .estrellas,
.col_turis .estrellas {
    width: 44px;
    background-color: #bcbaba;
    margin-right: 7px
}

.estrellas.gran {
    width: 100px;
    margin-right: 10px;
    background-color: #bcbaba
}

#escuelas .estrellas {
    margin-bottom: 10px;
    margin-left: -3px
}

.izcom {
    float: left
}

.dercom {
    float: right
}

.progress-bar {
    max-width: 95px;
    margin-left: 3px;
    background-color: #f48221
}

.col_larga .progress-bar,
.col_temp .progress-bar,
.col_turis .progress-bar {
    line-height: 10px !important
}

.col_turis .progress-bar.gran {
    max-width: 100px;
    margin-left: 0;
    background-color: #f48221;
    line-height: 24px !important
}

.imgestrella {
    width: 105px;
    top: -2px;
    left: -5px;
    color: red
}

.col_larga .imgestrella,
.col_temp .imgestrella,
.col_turis .imgestrella {
    width: 49px;
    top: -2px;
    left: -4px
}

.col_turis .imgestrella.gran {
    width: 105px !important;
    top: -2px !important;
    left: 0 !important;
    color: red !important
}

.width0 {
    width: 0% !important
}

.width10 {
    width: 10% !important
}

.width20 {
    width: 20% !important
}

.width30 {
    width: 30% !important
}

.width40 {
    width: 40% !important
}

.width50 {
    width: 50% !important
}

.width60 {
    width: 60% !important
}

.width70 {
    width: 70% !important
}

.width80 {
    width: 80% !important
}

.width90 {
    width: 90% !important
}

.width100 {
    width: 100% !important
}

.textquestion {
    margin-top: 5px;
    height: 110px
}

.homepage-boxese .show-text-mobile,
.homepage-boxesow .show-text-mobile {
    margin-top: 20px
}

.short_select.custom_select {
    font-size: 13px
}

.quest_result_text {
    font-size: 16px;
    margin-bottom: 15px
}

.image_decoration {
    background-image: url(/img/backgrounds/background-owner-popup.jpg);
    height: 195px;
    background-size: 100%;
    width: 102%;
    margin: -1%;
    background-repeat: no-repeat
}

.quest_result_text a {
    text-decoration: underline;
    color: #8c0331
}

.homeow-title {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px;
    color: #fff
}

.homeow-title h1 {
    display: inline;
    font-size: 28px;
    font-weight: 700
}

.homeow-title span {
    font-size: 24px;
    text-transform: initial;
    font-weight: 100
}

.silo-link {
    padding-top: 7px !important
}

.submenu-top-item {
    padding-top: 13px;
    text-align: center;
    height: 50px
}

.submenu-top-item.selected {
    font-weight: 700
}

.sh-text-color.submenu-top-item.selected,
.sh-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_sh.png);
    background-repeat: no-repeat;
    background-position: center
}

.sh-text-color.submenu-top-item.selected {
    background-color: rgba(135, 0, 34, .1)
}

.temporada-text-color.submenu-top-item.selected,
.temporada-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_temporada.png);
    background-repeat: no-repeat;
    background-position: center
}

.temporada-text-color.submenu-top-item.selected {
    background-color: rgba(244, 130, 33, .1)
}

.largaestancia-text-color.submenu-top-item.selected,
.largaestancia-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_largaestancia.png);
    background-repeat: no-repeat;
    background-position: center
}

.largaestancia-text-color.submenu-top-item.selected {
    background-color: rgba(209, 161, 25, .1)
}

.turismo-text-color.submenu-top-item.selected,
.turismo-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_turismo.png);
    background-repeat: no-repeat;
    background-position: center
}

.turismo-text-color.submenu-top-item.selected {
    background-color: rgba(22, 185, 228, .1)
}

.ventas-text-color.submenu-top-item.selected,
.ventas-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_ventas.png);
    background-repeat: no-repeat;
    background-position: center
}

.ventas-text-color.submenu-top-item.selected {
    background-color: rgba(113, 83, 59, .1)
}

.obras-text-color.submenu-top-item.selected,
.obras-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_obras.png);
    background-repeat: no-repeat;
    background-position: center
}

.obras-text-color.submenu-top-item.selected {
    background-color: rgba(136, 171, 45, .1)
}

.seguros-text-color.submenu-top-item.selected,
.seguros-text-color.submenu-top-item:hover {
    background-image: url(/img/selected_menu_option_sh_.png);
    background-repeat: no-repeat;
    background-position: center
}

.seguros-text-color.submenu-top-item.selected {
    background-color: rgba(147, 110, 170, .1)
}

.architecture-comparation {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px
}

.team_background {
    background-image: url(https://gh.serveishabitatge.com/images/usuarios/jsalido.jpg);
    width: 100%;
    height: 135px;
    background-size: cover;
    background-position-y: -9px
}

.employee.flag2 {
    border-radius: 14px;
    width: 14px !important;
    height: 14px
}

.slick-slide {
    margin-bottom: 5px
}

.divbotoofer {
    max-width: 249px;
    margin: 20px 0 10px 0
}

.numerocifra {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    color: #a50022;
    display: block
}

.textcifra {
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #565656
}

.comprimir {
    padding: 0 100px !important
}

.navbar a.selected {
    background-image: url(/img/selected_menu_option.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent
}

.textinfolittle {
    margin-top: 5px;
    font-size: 11px
}

.input-text-type2:read-only {
    background-color: #efefef
}

.incremento_capital,
.incremento_rentaano,
.incremento_rentabilidad,
.incremento_rentames {
    margin-top: 10px
}

.loginconsulta {
    margin-bottom: 0
}

.divbotooferta {
    cursor: pointer;
    max-width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #565656;
    color: #565656;
    text-transform: uppercase
}

.divbotooferta.activeof {
    background-color: #565656 !important;
    color: #fff
}

.box11 {
    background-color: #f8f8f8;
    padding-bottom: 50px
}

#practicas .box11 {
    height: 1178px
}

#empleos .box11 {
    height: 1185px
}

#contactoesp,
#empleos,
#postular {
    display: none
}

.titoferta {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #71533b;
    text-transform: uppercase;
    margin-bottom: 15px;
    height: 44px
}

.titcontactoesp {
    color: #a50022;
    font-size: 22px;
    font-weight: 700;
    line-height: 38px;
    margin-left: 51px
}

#contact .loginequipo,
#contactoesp .loginequipo,
#postular .loginequipo {
    background-size: 37px !important
}

.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    outline: 0;
    background: #fff;
    cursor: inherit;
    display: block
}

#lop,
#lop2,
#lop3,
#lop4 {
    display: none
}

#paraula,
#paraula2 {
    color: #9a9a9a;
    text-align: center;
    margin: 5px 0 0 0
}

.paraula {
    color: #9a9a9a;
    text-align: center !important
}

.imgcurric {
    background-image: url(/img/icn_cv_popup_01.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    background-position: center;
    padding: 5px
}

.imgcurric2 {
    background-image: url(/img/icn_cv_popup_02.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    height: 100px;
    width: 100px;
    background-position: center;
    padding: 5px
}

.divbotoform {
    width: 100%;
    max-width: 250px;
    text-align: center;
    display: block
}

.maxwid {
    max-width: 250px
}

#garantsegurossite .contgarantia {
    height: auto
}

.autoheight {
    height: auto !important
}

.box14 {
    padding: 0;
    overflow: hidden;
    margin-top: 21px !important
}

.imgtemp {
    width: 100%;
    max-width: 1000px;
    height: 265px !important
}

.padtemp {
    padding: 8px;
    padding-right: 0
}

.contpropert {
    padding: 12px
}

.titgr {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #565656
}

.preciosup,
.textogen,
.textogen2 {
    font-size: 14px;
    line-height: 21px;
    color: #565656
}

.textogen2 {
    font-size: 13px
}

.preciosup {
    text-decoration: line-through;
    font-size: 12px;
    line-height: 9px
}

.col_turis .preciosup {
    text-decoration: none
}

.margingbotprop {
    margin-bottom: 20px
}

.contpad {
    padding: 8px 8px 8px 20px
}

.num,
.numcoment {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 18px;
    color: #565656
}

.numcoment {
    float: left;
    padding-left: 5px;
    margin-top: 6px;
    width: 26px
}

.comentaristuris {
    float: right;
    width: 20px;
    margin: 5px
}

.imgnum {
    width: 31px;
    height: 31px;
    padding-left: 12px
}

.cua {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    background-color: #f8f8f8;
    width: 56px;
    height: 56px;
    display: block;
    float: left;
    margin: 10px 10px 0 0;
    float: left
}

img.icn_svg {
    width: 34px
}

.comprimpara {
    width: 31px;
    height: 31px
}

.disp,
.disp2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 45px;
    color: #819b40
}

.disp2 {
    font-size: 18px;
    color: #ca802b;
    line-height: 20px
}

.precioinf,
.precioinf2 {
    font-size: 21px;
    font-weight: 700;
    line-height: 35px;
    color: #f48221
}

.precioinf2 {
    line-height: 43px
}

.col_larga .precioinf,
.col_larga .precioinf2 {
    color: #d1a119
}

.col_ventas .precioinf,
.col_ventas .precioinf2 {
    color: #71533b
}

.col_turis .precioinf,
.col_turis .precioinf2 {
    color: #16b9e4
}

.bordright {
    border-right: 1px solid #dad9d9 !important
}

.borderleft {
    border-left: 1px solid #dad9d9
}

.borderbot {
    border-bottom: 1px solid #dad9d9
}

.lineborder1 {
    border-bottom: 1.5px solid #dad9d9;
    margin-bottom: 1%
}

.lineborder2 {
    border-top: 1.5px solid #dad9d9;
    margin-bottom: 1%;
    margin-top: .6%;
    padding-top: .5%
}

.okpeq {
    margin-top: -7px;
    width: 20px
}

.bordsep {
    border: 1px solid #ebebeb;
    border-bottom: 0
}

.divbotopropert1,
.divbotopropert2 {
    background-color: #f48221;
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 14px;
    max-width: 204px;
    border: 1px solid #f48221
}

.divbotopropert2 {
    background-color: #fff;
    color: #f48221
}

.botofinlarga .divbotopropert1,
.col_larga .divbotopropert1 {
    background-color: #d1a119;
    border: 1px solid #d1a119
}

.col_larga .divbotopropert2 {
    color: #d1a119;
    border: 1px solid #d1a119
}

.botofinventas .divbotopropert1,
.col_ventas .divbotopropert1 {
    background-color: #71533b;
    border: 1px solid #71533b
}

.col_ventas .divbotopropert2 {
    color: #71533b;
    border: 1px solid #71533b
}

.botofinturis .divbotopropert1,
.col_turis .divbotopropert1 {
    background-color: #16b9e4;
    border: 1px solid #16b9e4
}

.col_turis .divbotopropert2 {
    color: #16b9e4;
    border: 1px solid #16b9e4
}

.rectangledr {
    width: 56px;
    height: 56px;
    right: 0;
    top: 0;
    z-index: 599
}

.contgrispet {
    background-color: #fff
}

.bord {
    border-bottom: 1px solid #dad9d9
}

.borgr {
    border-bottom: 1px solid #dad9d9 !important;
    height: 1px !important;
    clear: both;
    display: none
}

.rectangleizq {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-45deg);
    background-color: #d7512b;
    width: 131px;
    height: 29px;
    color: #fff;
    left: -32px;
    top: 18px;
    z-index: 599;
    text-align: center;
    line-height: 32px
}

.rectangleizq.piscina {
    background-color: #1ec0da
}

.imgcore {
    right: 0;
    cursor: pointer
}

.textoapartirde {
    margin-top: -10px !important;
    margin-bottom: -7px
}

.taminf {
    margin-top: 12px
}

.pol {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.box15 {
    padding: 0
}

.fixed,
.fixed2,
.fixed3 {
    position: fixed;
    top: 54px;
    max-width: 767px;
    width: 100%;
    height: 56px;
    background-color: #fff;
    z-index: 1030 !important
}

.fixed2 {
    height: 46px;
    background-color: rgba(250, 250, 250, .8)
}

.fixedinf {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-color: #fff;
    z-index: 1030 !important
}

.fixedinf2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 56px;
    background-color: #fff;
    z-index: 1030 !important
}

.arrow-left,
.arrow-right {
    z-index: 500 !important
}

.busqueda {
    background-image: url(/img/icn_busqueda.svg);
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 25px;
    color: #565656;
    padding-left: 34px;
    margin-left: 16px;
    margin-top: 17px;
    margin-bottom: 20px
}

.generalimputslat {
    padding: 20px 0 0 16px
}

.textin {
    font-size: 13px;
    line-height: 18px;
    color: #9da2a6;
    font-weight: 400;
    margin-bottom: 5px !important
}

.inputs2,
.inputs3,
.inputs6 {
    width: 100%;
    height: 32px;
    padding: 6px
}

.inputs3 {
    background-image: none
}

input:focus {
    outline: 0
}

#alertas .datepicker,
#alertaslarga .datepicker,
#alertasturis .datepicker,
#alertasventas .datepicker,
#landinglarga .datepicker,
#landingtemp .datepicker,
#landingturis .datepicker,
#landingventas .datepicker {
    width: 100% !important;
    height: 32px !important
}

#alertas .form-group,
#alertaslarga .form-group,
#alertasturis .form-group,
#alertasventas .form-group,
#landinglarga .form-group,
#landingtemp .form-group,
#landingturis .form-group,
#landingventas .form-group {
    margin-bottom: 10px
}

#alertas .dropdown-menu,
#alertaslarga .dropdown-menu,
#alertasturis .dropdown-menu,
#alertasventas .dropdown-menu,
#landinglarga .dropdown-menu,
#landingtemp .dropdown-menu,
#landingturis .dropdown-menu,
#landingventas .dropdown-menu {
    min-width: 205px;
    z-index: 10000000
}

#equipamiento,
#valordropdistrito2,
.valordropdistrito {
    font-size: 14px
}

#landingtemp .textin,
#landingtemp label,
#t_temporada label,
.alertastempo .textin,
.alertastempo label {
    color: #f48221;
    text-align: left
}

#l_larga label,
#landinglarga .textin,
#landinglarga label,
.alertaslarga .textin,
.alertaslarga label {
    color: #d1a119;
    text-align: left
}

#landingventas .textin,
#landingventas label,
#v_ventas label,
.alertasventas .textin,
.alertasventas label {
    color: #71533b;
    text-align: left
}

#landingturis .textin,
#landingturis label,
#t_turismo label,
.alertasturis .textin,
.alertasturis label {
    color: #16b9e4;
    text-align: left
}

#habitacion,
#habitacion2 {
    font-size: 14px;
    color: #272727
}

#alertas ul,
#alertaslarga ul,
#alertasturis ul,
#alertasventas ul,
#landinglarga ul,
#landingtemp ul,
#landingturis ul,
#landingventas ul {
    padding: 0 10px
}

#alertas li,
#alertaslarga li,
#alertasturis li,
#alertasventas li,
#landinglarga li,
#landingtemp li,
#landingturis li,
#landingventas li {
    margin-top: 5px;
    padding: 5px 10px;
    border-bottom: 1px solid #d7d7d7
}

#alertas label,
#alertaslarga label,
#alertasturis label,
#alertasventas label,
#landinglarga label,
#landingtemp label,
#landingturis label,
#landingventas label {
    display: block;
    margin: 0
}

label.equipamiento-option,
label.zone-option {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

#alertas .input-group-addon,
#alertaslarga .input-group-addon,
#alertasturis .input-group-addon,
#alertasventas .input-group-addon,
#landinglarga .input-group-addon,
#landingtemp .input-group-addon,
#landingturis .input-group-addon,
#landingventas .input-group-addon {
    background-color: #f48221;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    width: 60px;
    padding: 4px 12px
}

#landinglarga .input-group-addon {
    background-color: #d1a119
}

#landingventas .input-group-addon {
    background-color: #71533b
}

#landingturis .input-group-addon {
    background-color: #16b9e4
}

#cal_temporada_reserva .fechas_reserva .cr.round,
#landinglarga .checkbox .cr.round,
#landinglarga .radioani .cr.round,
#landingtemp .checkbox .cr.round,
#landingturis .checkbox .cr.round,
#landingventas .checkbox .cr.round,
#reserva_4 .radioani .cr.round,
#visita .radioani .cr.round,
.le_class .radioani .cr.round,
.teporada_class .radioani .cr.round {
    position: relative;
    display: inline-block;
    border: 0 solid #a9a9a9;
    width: 23px !important;
    height: 23px;
    float: left;
    margin-right: .5em;
    background-image: url(/img/icn_filtros_check_01_02.svg);
    background-repeat: no-repeat;
    background-size: 23px 23px;
    color: #f48221;
    font-size: 14px;
    border-radius: 11px
}

#cal_temporada_reserva .fechas_reserva .cr.round .glyphicon {
    top: 4px !important;
    left: 4px
}

#cal_temporada_reserva .fechas_reserva .cr.round {
    background-size: 15px !important;
    margin-right: 0;
    border-radius: 6px
}

#cal_temporada_reserva .fechas_reserva .cr.round .glyphicon {
    top: 0 !important;
    left: 2px !important
}

#landinglarga .checkbox .cr.round,
#landinglarga .radioani .cr.round,
#visitacat3 .radioani .cr.round,
.visitacat3 .radioani .cr.round {
    background-image: url(/img/icn_filtros_check_02_02.svg) !important;
    color: #d1a119 !important
}

#landingventas .checkbox .cr.round,
#visitacat4 .radioani .cr.round {
    background-image: url(/img/icn_filtros_check_03_02.svg);
    color: #71533b
}

#landingturis .checkbox .cr.round,
#visitacat1 .radioani .cr.round {
    background-image: url(/img/icn_filtros_check_04_02.svg);
    color: #16b9e4
}

#reserva_4 .radioani .cr.round {
    background-image: url(/img/bt_radio_01.svg);
    color: #7c7c7c
}

.checks_botons .checkbox .cr,
.checks_botons .input-text-type1 {
    background-color: #fff !important
}

#landinglarga .textcheck,
#landingtemp .textcheck,
#landingturis .textcheck,
#landingventas .textcheck,
#reserva_4 .textcheck {
    font-size: 13px;
    line-height: 18px;
    color: #f48221
}

#landinglarga .textcheck {
    color: #d1a119
}

#landingventas .textcheck {
    color: #71533b
}

#landingturis .textcheck,
#reserva_4 .textcheck {
    color: #16b9e4
}

#landinglarga .divbotolanding,
#landingtemp .divbotolanding,
#landingturis .divbotolanding,
#landingventas .divbotolanding {
    background-color: #f48221;
    color: #fff;
    height: 32px;
    padding: 3px 26px;
    width: 100%;
    line-height: 27px;
    margin-top: 12px
}

#landinglarga .divbotolanding {
    background-color: #d1a119
}

#landingventas .divbotolanding {
    background-color: #71533b
}

#landingturis .divbotolanding {
    background-color: #16b9e4
}

#landingtemp .resultados-text {
    color: #f48221
}

#landinglarga .resultados-text {
    color: #d1a119
}

#landingventas .resultados-text {
    color: #71533b
}

#landingturis .resultados-text {
    color: #16b9e4
}

#alertas .form-control[disabled],
#alertas2 .form-control[disabled],
#alertasturis .form-control[disabled],
#alertasvemtas .form-control[disabled],
#landinglarga .form-control[disabled],
#landingtemp .form-control[disabled],
#landingturis .form-control[disabled],
#landingventas .form-control[disabled] {
    background-color: #fff
}

#landinglarga .bord1pxnar,
#landingtemp .bord1pxnar,
#landingturis .bord1pxnar,
#landingventas .bord1pxnar {
    border: 1px solid #f48221 !important;
    text-align: center
}

#landinglarga .bord1pxnar {
    border: 1px solid #d1a119 !important
}

#landingventas .bord1pxnar {
    border: 1px solid #71533b !important
}

#landingturis .bord1pxnar {
    border: 1px solid #16b9e4 !important
}

#landinglarga .radder,
#landingtemp .radder,
#landingturis .radder,
#landingventas .radder {
    cursor: pointer;
    border-radius: 0 70px 70px 0;
    -moz-border-radius: 0 70px 70px 0;
    -webkit-border-radius: 0 70px 70px 0;
    border: 1px solid #f48221 !important
}

#landinglarga .radizq,
#landingtemp .radizq,
#landingturis .radizq,
#landingventas .radizq {
    cursor: pointer;
    border-radius: 70px 0 0 70px;
    -moz-border-radius: 70px 0 0 70px;
    -webkit-border-radius: 70px 0 0 70px;
    border: 1px solid #f48221 !important
}

#landinglarga .radder,
#landinglarga .radizq {
    border: 1px solid #d1a119 !important
}

#landingventas .radder,
#landingventas .radizq {
    border: 1px solid #71533b !important
}

#landingturis .radder,
#landingturis .radizq {
    border: 1px solid #16b9e4 !important
}

.mapa,
.mapa2,
.mapa3,
.mapa4 {
    height: 55px;
    background-image: url(/img/icn_favoris_map_01.svg);
    background-position: 6px 13px;
    background-repeat: no-repeat;
    padding-left: 34px;
    cursor: pointer;
    font-size: 14px;
    line-height: 55px;
    color: #f48221
}

.mapa2 {
    color: #d1a119;
    background-image: url(/img/icn_favoris_map_02.svg)
}

.mapa3 {
    color: #71533b !important;
    background-image: url(/img/icn_favoris_map_03.svg)
}

.mapa4 {
    color: #16b9e4;
    background-image: url(/img/icn_favoris_map_04.svg)
}

.contentslider {
    width: 85% !important;
    margin-left: 15px;
    height: 40px
}

.slidprecmet {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    line-height: 18px;
    color: #565656 !important;
    text-transform: lowercase
}

#landingventas .slidprecmet {
    font-size: 11px
}

.margininpslid {
    margin-top: 15px;
    margin-bottom: 28px !important
}

.checkbox .dropdown-check {
    float: right
}

.dif {
    margin-top: 19px
}

.dif input[type=checkbox] {
    display: none
}

.marglabcheck {
    margin: 5px 0 !important;
    float: left;
    width: 33%
}

.fechas_reserva .marglabcheck {
    width: 25%
}

.bordertopbot {
    border-top: 1px solid #ebecec;
    border-bottom: 1px solid #ebecec
}

.pad15 {
    padding: 15px 15px
}

.padridgtm2 {
    padding: 0 18px 0 0
}

.sep {
    margin-left: 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    color: #565656
}

.padint,
.padint2 {
    padding: 16px 0 0 5px;
    cursor: pointer
}

.padint2 {
    padding: 20px 0 15px 0;
    padding-bottom: 15px
}

#buscar {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: FlipH;
    width: 21px;
    margin-right: 10px
}

#buscar2 {
    margin-top: -4px;
    width: 21px;
    margin-right: 10px
}

.resultados-text {
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase
}

input[type=reset] {
    height: 21px;
    background-image: url(/img/paperera_n.png);
    background-repeat: no-repeat;
    padding-left: 28px;
    background-color: #fff;
    border: 0;
    margin-top: 18px;
    font-size: 11px;
    line-height: 18px;
    color: #565656;
    width: 100%;
    padding-left: 19px;
    background-size: 16px
}

.palfiltros,
.palfiltros2 {
    height: 55px;
    background-image: url(/img/arrow_honorarios_white_dn.svg);
    background-position: 0 22px;
    background-repeat: no-repeat;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 700;
    line-height: 55px;
    color: #565656;
    cursor: pointer;
    text-align: center
}

.palfiltros2 {
    background-image: url(/img/arrow_honorarios_white_up.svg)
}

.alertas {
    height: 55px;
    background-image: url(/img/icn_alertas.svg);
    background-position: 0 13px;
    background-repeat: no-repeat;
    padding-left: 34px;
    font-size: 14px;
    line-height: 55px;
    color: #565656;
    cursor: pointer
}

.preguntas {
    height: 55px;
    background-image: url(/img/icn_preguntas.svg);
    background-position: 0 13px;
    background-repeat: no-repeat;
    padding-left: 34px;
    font-size: 14px;
    line-height: 55px;
    color: #565656;
    cursor: pointer
}

.living_cost {
    height: 55px;
    background-image: url(/img/euro_icon.svg);
    background-position: 0 13px;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 55px;
    color: #565656;
    cursor: pointer
}

.barrainfvarios {
    margin-top: 8px;
    margin-bottom: 0
}

#ordenado1 {
    display: none
}

#ordenado2 label {
    line-height: 55px
}

.lineleft label {
    line-height: 32px;
    padding-left: 10px;
    border-left: 1px solid #000
}

.lineborder {
    border-left: 1px solid #000
}

.lineborderlast {
    border-left: 1px solid #000;
    padding: 21p;
    padding-left: 5px
}

.linebordermap {
    border-left: 1px solid #f48221
}

.linebordermapventa {
    border-left: 1px solid #71533b
}

.faqsDiv {
    padding-left: 25%
}

#ordenado2 select {
    font-weight: 700;
    border: 0 solid #fff;
    width: 168px;
    border: 1px #000;
    margin-top: 4%
}

.paddingord2 {
    padding-top: 13px
}

.inputs4 {
    width: 68%;
    height: 32px;
    padding: 6px;
    float: right
}

.cuarto,
.prim,
.segu,
.terce {
    float: left;
    margin-right: 20px;
    margin-left: .25%
}

.cuart {
    float: right
}

.pad15lat {
    padding: 0 16px
}

.padleft0 {
    padding-left: 0
}

.dropdown-menu .checkbox label {
    padding-left: 9px
}

#equipoyearly .nomeqip,
#garantyearly .titgarantia,
.colmost {
    color: #d1a119 !important
}

.fonoportunidad {
    background-color: #b9c115 !important
}

.fonreservado {
    background-color: #7a16ca !important
}

.fonexclusividad {
    background-color: #24aba9 !important
}

.fonsmost {
    background-color: #d1a119 !important
}

.fonsmost:hover {
    background-color: #d1a119 !important
}

.fonsmost2 {
    background-color: #fbe501 !important;
    color: #565656;
    font-weight: 700
}

.fonsmost2:hover {
    background-color: #fbe501 !important
}

#equipoturist .nomeqip,
#garantturist .titgarantia,
#garantturistsite .nomeqip,
#garantturistsite .titgarantia,
.colblau {
    color: #16b9e4 !important
}

.fonsblau {
    background-color: #16b9e4 !important
}

.fonsblau:hover {
    background-color: #16b9e4 !important
}

.fonsblaufort {
    background-color: #0066af !important
}

#equipotemp .nomeqip,
#garanttemporada .titgarantia,
.coltar {
    color: #f48221 !important
}

.fonstar {
    background-color: #f48221 !important
}

.fonstar:hover {
    background-color: #f48221 !important
}

#equipoventas .nomeqip,
#garantventas .titgarantia,
.colmarro {
    color: #71533b !important
}

.fonsmarro {
    background-color: #71533b !important
}

.fonsmarro:hover {
    background-color: #71533b !important
}

.results_fons_marro {
    background-color: #71533b !important;
    border: none !important
}

#equipo .nomeqip,
#garantobres .titgarantia,
.colverd {
    color: #88ab2d !important
}

.fonsverd {
    background-color: #88ab2d !important
}

.fonsverd:hover {
    background-color: #88ab2d !important
}

#equiposeg .nomeqip,
#garantseguros .titgarantia,
#garantsegurossite .nomeqip,
#garantsegurossite .titgarantia,
.collila {
    color: #936eaa
}

.fonslil {
    background-color: #ffd503 !important
}

.fonslil:hover {
    background-color: #ffd503 !important
}

.blanc {
    color: #fff !important
}

.fonsgrisfluix {
    background-color: #ebebeb
}

.fonsgris {
    background-color: #f5f5f5;
    padding-bottom: 12px
}

.fonsblanc {
    background-color: #fff;
    padding-bottom: 12px
}

.fondobl {
    background-color: #fff
}

.filtrohiddbus {
    display: none
}

#busqueda,
.barrios {
    display: none
}

.marges {
    padding: 0 0;
    padding-bottom: 0 !important;
    background-color: #fff;
    height: 100%
}

.contimgbarris {
    background-image: url(/img/landingmap/map-short.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%
}

.contimgbarris-full {
    background-image: url(/img/landingmap/map.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%
}

.contimgbarris-turismo {
    background-image: url(/img/landingmap/map-turismo.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: 100%
}

.mapabarris {
    width: 100%;
    height: 100%;
    max-width: 701px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.contmapa1 {
    padding-right: 32px
}

#ofertas .text-area-type1 {
    height: 150px
}

.link-propietarios {
    cursor: pointer
}

p.hide2 {
    height: 79px
}

.agency-staff .departamentos_buttons {
    margin-top: 0
}

.contact-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 25px
}

.contact-title span {
    text-transform: initial;
    font-weight: 100;
    color: #fff;
    font-size: 24px
}

.box7 {
    display: none !important
}

.showsubmenu {
    cursor: pointer
}

#overbox3 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    display: block;
    display: none;
    background-color: rgba(0, 0, 0, .7)
}

#infobox3 {
    margin: auto;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center
}

#infobox3 p {
    line-height: 58px;
    font-size: 12px;
    text-align: center
}

#infobox3 p a {
    margin-right: 5px;
    text-decoration: underline
}

.cookies_left {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 13px;
    padding-top: 12px;
    text-align: justify;
    color: #fff;
    line-height: 18px;
    margin-bottom: 6px;
    padding-bottom: 8px
}

.cookies_left div {
    padding: 10px 10% 0 10%
}

.cookies_right {
    margin: auto;
    color: #fff;
    font-size: 55px;
    float: right;
    width: 10%;
    height: 70px;
    padding-top: 20px
}

.cookies_right div {
    cursor: pointer
}

.cookies_left a {
    color: #ff0;
    font-weight: 700;
    text-decoration: underline !important
}

.margf20 {
    margin-bottom: 20px
}

.cookies_aceptar {
    float: left;
    background: #fff;
    padding: 4px;
    border-radius: 3px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-left: 50%;
    cursor: pointer;
    font-size: 17px;
    width: 100px
}

.featured_property {
    height: 330px
}

.box16 {
    padding: 3px;
    margin-bottom: 25px
}

.mapago {
    width: 100%;
    max-width: 1024px
}

.hidenmap {
    display: none
}

#cont404 {
    padding: 20px 0;
    overflow: hidden
}

.rectencontrada {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-315deg);
    transform: rotate(-45deg);
    background-color: #a50022;
    width: 280px;
    height: 45px;
    color: #fff;
    left: -47px;
    top: 31px;
    z-index: 9999;
    text-align: center;
    line-height: 46px;
    font-size: 15px
}

#lupa {
    width: 100%;
    max-width: 600px;
    padding-right: 15px
}

#error404 {
    font-weight: 700;
    font-size: 70px;
    text-align: right;
    padding: 0 15px
}

#text404 {
    font-size: 16px;
    text-align: right;
    padding: 0 15px
}

.paddind15px {
    padding: 15px
}

#id_404 .homepage-logo {
    margin-top: 0
}

.textoinisal {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #565656;
    margin-top: 5px;
    margin-bottom: 15px
}

.limitder {
    padding: 0 15px 0 0
}

.recuadro {
    padding: 0
}

.box18 {
    padding: 16px 16px;
    margin-bottom: 30px
}

.box17 {
    padding: 10px 16px 4px 16px
}

.cara {
    width: 100%;
    max-width: 45px;
    height: 40px
}

.neutral {
    padding: 3px
}

.titcaras {
    display: block;
    text-align: center !important;
    line-height: 18px;
    font-size: 12px;
    color: #565656
}

.loading {
    text-align: center;
    height: 120px;
    margin-top: 40px
}

.ui-datepicker-prev {
    background-image: url(/img/slider_left_small.svg) !important;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    cursor: pointer
}

.ui-datepicker-next {
    background-image: url(/img/slider_right_small.svg) !important;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    cursor: pointer
}

.txt_footer_datepicker {
    font-size: 11.5px;
    padding: 5px;
    width: 238px
}

.txt_footer_datepicker img.help {
    width: 15px;
    margin: 2px 0 0 5px;
    cursor: pointer
}

#pinterestFooterIcon {
    height: 45px
}

a.ui-state-default.ui-state-active {
    background: #fff9b5 !important
}

#datepicker_calendar_l a.ui-state-default.ui-state-active {
    background: #16b9e4 !important;
    color: #fff !important
}

#landingtemp .form-control[disabled] {
    cursor: default !important
}

.favoritos.icon_header {
    float: left;
    background-image: url(/img/icn_favoris_01.svg);
    padding: 3px;
    text-align: center;
    font-weight: 700;
    background-repeat: no-repeat;
    color: #000;
    position: relative;
    width: 35px;
    background-size: 22px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s
}

.favoritos.icon_header.effect {
    background-image: url(/img/icn_favoris_relleno.svg);
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s
}

.corsup {
    float: left;
    padding: 3px;
    text-align: center;
    font-weight: 700;
    background-repeat: no-repeat;
    color: #000;
    position: relative;
    width: 0;
    background-size: 0;
    top: -20px;
    left: -3px
}

.cor_blau {
    background-image: url(/img/icn_add_fav_on_turismo.svg)
}

.cor_taronja {
    background-image: url(/img/icn_add_fav_on_temporada.svg)
}

.cor_pistacho {
    background-image: url(/img/icn_add_fav_on_le.svg)
}

.cor_marro {
    background-image: url(/img/icn_add_fav_on_venta.svg)
}

.number_favoritos {
    border-radius: 14px;
    text-align: left;
    font-size: 16px;
    width: 100%;
    padding-left: 24px;
    color: #525252
}

.property.descartado .row {
    opacity: .35
}

.descartarbutton {
    cursor: pointer
}

.cajetilaenc {
    font-size: 16px !important;
    color: #565656;
    font-weight: 700;
    padding-left: 65px;
    padding-top: 10px;
    height: auto;
    min-height: 44px;
    background-size: initial;
    line-height: 34px
}

.rowcajetsup {
    padding: 20px 15px 6px 15px
}

.veinte {
    width: 25%
}

.box17 input {
    z-index: 30;
    display: none !important
}

.radio {
    width: 10px;
    height: 10px;
    float: none;
    display: block
}

.box17 .cr {
    position: relative;
    display: inline-block;
    border: 0 solid #a9a9a9;
    width: 18px !important;
    height: 22px;
    float: left;
    margin-right: .5em;
    background-image: url(/img/aro2.svg);
    background-repeat: no-repeat;
    background-size: 18px 22px;
    color: #f48221;
    font-size: 14px;
    margin-left: -5px
}

.rojo {
    color: #e41d2f !important
}

.grog {
    color: #edcd00 !important
}

.pistac {
    color: #76db79 !important
}

.verdfort {
    color: #399f3e !important
}

.grisf {
    color: #565656 !important
}

.textotit {
    font-size: 14px
}

.borderbot2 {
    border-bottom: 1px solid #dad9d9;
    height: 1px;
    margin: 6px 0
}

.borderbot3 {
    border-bottom: 1px solid #dad9d9;
    height: 1px;
    margin: 19px 15px
}

.fonsgris .box17 {
    margin-top: 0
}

.inputs5 {
    margin-top: 11px
}

textarea.inputs5 {
    background: #fff;
    width: 100%;
    height: 76px
}

.divbotoface {
    background-color: #3b5998;
    cursor: pointer;
    padding-top: 18px;
    height: 65px
}

.faceb {
    height: 29px;
    margin-right: 12px
}

.divbotogog {
    cursor: pointer
}

.lectura {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px
}

.textareaenq {
    min-height: 100px
}

.botsa {
    margin-top: 28px;
    cursor: pointer
}

.nadif {
    max-width: 34px
}

.natext {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0
}

.box17 p {
    margin: 0 0 0
}

#alertas {
    z-index: 20050
}

#alertas2 {
    z-index: 20060
}

#alertas3 {
    z-index: 20070
}

.titmod,
.titmodnaranja {
    margin-top: 40px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 30px
}

.divbotomodal {
    margin: 0;
    background-color: #f48221;
    padding: 12px 20px;
    max-width: 239px;
    margin-top: -3px
}

.alertaslarga .divbotomodal {
    background-color: #d1a119
}

.alertasventas .divbotomodal {
    background-color: #71533b
}

.alertasturis .divbotomodal {
    background-color: #16b9e4
}

.titmodnaranja {
    margin-left: 20px;
    margin-right: 20px;
    color: #f48221;
    line-height: 25px
}

.alertaslarga .titmodnaranja {
    color: #d1a119
}

.alertasventas .titmodnaranja {
    color: #71533b
}

.alertasturis .titmodnaranja {
    color: #16b9e4
}

.imgok {
    height: 79px;
    margin-top: -28px
}

.carac,
.caracteris {
    font-size: 18px
}

.paddinglat40 {
    padding: 0 40px
}

.carac {
    background-image: url(/img/tick_temporada.png);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 40px;
    line-height: 25px;
    width: 50%;
    float: left
}

.alertaslarga .carac {
    background-image: url(/img/tick_largaestancia.png)
}

.alertasventas .carac {
    background-image: url(/img/tick_ventas.png)
}

.alertasturis .carac {
    background-image: url(/img/tick_lodging.png)
}

.home-page-featured-properties a,
.home-page-redes-sociales a,
.home-page-servicios-propietarios a,
.home-page-wordpress-blogs a {
    color: #565656
}

.padresposta {
    padding: 10px 40px
}

.textotit.red {
    font-weight: 700;
    color: #ce1c2c
}

.simbol2 {
    top: -4px;
    font-size: 12px
}

textarea {
    resize: none
}

.disabled {
    pointer-events: none;
    opacity: .6
}

.ent {
    padding: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #71533b;
    margin-top: 5px
}

.cerdanyola_black {
    background-image: url(/img/landingmap/mapblack/cerdanyola.png)
}

.ciutatvella_black {
    background-image: url(/img/landingmap/mapblack/ciutatvella.png)
}

.eixample_black {
    background-image: url(/img/landingmap/mapblack/eixample.png)
}

.esplugues_black {
    background-image: url(/img/landingmap/mapblack/esplugues.png)
}

.gracia_black {
    background-image: url(/img/landingmap/mapblack/gracia.png)
}

.horta_black {
    background-image: url(/img/landingmap/mapblack/horta.png)
}

.hospitalet_black {
    background-image: url(/img/landingmap/mapblack/hospitalet.png)
}

.lescorts_black {
    background-image: url(/img/landingmap/mapblack/lescorts.png)
}

.montcada_black {
    background-image: url(/img/landingmap/mapblack/montcada.png)
}

.montjuic_black {
    background-image: url(/img/landingmap/mapblack/montjuic.png)
}

.nou_barris_black {
    background-image: url(/img/landingmap/mapblack/nou_barris.png)
}

.santacoloma_black {
    background-image: url(/img/landingmap/mapblack/santacoloma.png)
}

.santadria_black {
    background-image: url(/img/landingmap/mapblack/santadria.png)
}

.santadreu_black {
    background-image: url(/img/landingmap/mapblack/santandreu.png)
}

.santcugat_black {
    background-image: url(/img/landingmap/mapblack/santcugat.png)
}

.santjust_black {
    background-image: url(/img/landingmap/mapblack/santjust.png)
}

.santmarti_black {
    background-image: url(/img/landingmap/mapblack/santmarti.png)
}

.sarria_black {
    background-image: url(/img/landingmap/mapblack/sarria.png)
}

.cerdanyola_white {
    background-image: url(/img/landingmap/whitemap/cerdanyola.png)
}

.ciutatvella_white {
    background-image: url(/img/landingmap/whitemap/ciutatvella.png)
}

.eixample_white {
    background-image: url(/img/landingmap/whitemap/eixample.png)
}

.esplugues_white {
    background-image: url(/img/landingmap/whitemap/esplugues.png)
}

.gracia_white {
    background-image: url(/img/landingmap/whitemap/gracia.png)
}

.horta_white {
    background-image: url(/img/landingmap/whitemap/horta.png)
}

.hospitalet_white {
    background-image: url(/img/landingmap/whitemap/hospitalet.png)
}

.lescorts_white {
    background-image: url(/img/landingmap/whitemap/lescorts.png)
}

.montcada_white {
    background-image: url(/img/landingmap/whitemap/montcada.png)
}

.montjuic_white {
    background-image: url(/img/landingmap/whitemap/montjuic.png)
}

.nou_barris_white {
    background-image: url(/img/landingmap/whitemap/nou_barris.png)
}

.santacoloma_white {
    background-image: url(/img/landingmap/whitemap/santacoloma.png)
}

.santadria_white {
    background-image: url(/img/landingmap/whitemap/santadria.png)
}

.santadreu_white {
    background-image: url(/img/landingmap/whitemap/santandreu.png)
}

.santcugat_white {
    background-image: url(/img/landingmap/whitemap/santcugat.png)
}

.santjust_white {
    background-image: url(/img/landingmap/whitemap/santjust.png)
}

.santmarti_white {
    background-image: url(/img/landingmap/whitemap/santmarti.png)
}

.sarria_white {
    background-image: url(/img/landingmap/whitemap/sarria.png)
}

.black_districts {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0
}

.black_districts>div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    opacity: .65;
    background-size: 100%
}

.areasmap {
    position: absolute;
    top: 0;
    z-index: 1000;
    height: auto;
    width: 100%
}

.map_pointer {
    cursor: pointer;
    position: absolute;
    width: 33px;
    height: 36px;
    background-image: url(/img/map_pointer_num.png);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-top: 6px;
    text-align: center;
    font-size: 13px
}

.les_corts_number {
    top: 23%;
    left: 26%
}

.sarria_number {
    top: 16%;
    left: 36%
}

.gracia_number {
    top: 19%;
    left: 51%
}

.sant_marti_number {
    top: 46%;
    left: 69%
}

.ciutat_vella_number {
    top: 65%;
    left: 58%
}

.eixample_number {
    top: 45%;
    left: 39%
}

.sants_number {
    top: 55%;
    left: 20%
}

.horta_number {
    top: 27%;
    left: 65%
}

.nou_barris_number {
    top: 26%;
    left: 74%
}

.hospitalet_number {
    top: 36%;
    left: 17%
}

.sant_adria_number {
    top: 43%;
    left: 94%
}

.esplugues_number {
    top: 16%;
    left: 10%
}

.sant_andreu_number {
    top: 31%;
    left: 82%
}

.santjust_number {
    top: 10%;
    left: 24%
}

.hospitalet_number {
    top: 35%;
    left: 16%
}

div#ui-datepicker-div {
    z-index: 995000 !important;
    background-color: #fff !important
}

.licencias,
.licencias2,
.licencias3 {
    background-image: url(/img/ayuntamiento_barcelona.png);
    background-repeat: no-repeat;
    background-size: 35px;
    padding-left: 46px;
    margin-top: 20px;
    margin-bottom: 20px
}

.licencias2 {
    display: none
}

.marg90 {
    margin-top: 80px
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 80%;
    margin: 0 auto;
    display: table
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555
}

#integration-list ul>li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden
}

#integration-list ul:last-child {
    border-bottom: 1px solid #ddd
}

#integration-list ul>li:hover {
    background: #efefef
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer
}

#faqturis .faqs_questions {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400
}

#faqturis span {
    font-size: 12.5px
}

#faqturis .left,
#faqturis .right {
    display: table
}

.sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}

.detail a {
    color: #87022f !important
}

.detail {
    margin: 10px 0 10px 0;
    display: none;
    line-height: 22px;
    height: 100%;
    padding: 20px 0
}

.detail span {
    margin: 0
}

.right-arrow {
    margin-top: 12px;
    margin-right: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: 700;
    font-size: 20px
}

.left-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: left;
    font-weight: 700;
    font-size: 20px
}

#faqturis .icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0
}

.imgfaq {
    width: 100%;
    max-width: 40px
}

#faqturis .faqsTitle {
    font-size: 18px;
    background-image: url(/img/filtros_sliders_04.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    padding-left: 46px;
    line-height: 30px;
    margin: 21px 0 10px 0;
    color: #16b9e4
}

#faqturis a:hover,
#faqturis h1 {
    color: #16b9e4
}

.comeninf {
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px;
    max-height: 400px;
    overflow-y: scroll
}

.padlat30 {
    padding: 0 30px
}

.anex {
    font-size: 25px;
    margin: 10px 0
}

.imgslidertur {
    border-radius: 16px;
    width: 100%;
    max-width: 800px
}

.box19 {
    overflow: hidden;
    padding: 0;
    border: 2px solid #fff
}

.titreser {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #565656
}

.padcajaintru {
    padding: 15px 15px 4px 15px
}

.refcab {
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    color: #16b9e4;
    margin: 5px 0 0 0
}

.fraseder {
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    line-height: 15px;
    color: #565656
}

.fraseizq {
    font-size: 12px;
    line-height: 15px;
    color: #565656
}

.bordpalabras {
    padding: 4px 0;
    border-bottom: 1px solid #dad9d9
}

.padlat15 {
    padding: 0 15px
}

.textoreser {
    font-size: 12px;
    margin: 10px 0 0 0 !important;
    min-height: 155px
}

.esconder_tit {
    display: none
}

#slider_reserva .container,
#slider_reserva2 .container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

#slider_reserva .slick-dots,
#slider_reserva2 .slick-dots {
    bottom: 15px
}

#slider_reserva .slick-dotted.slick-slider,
#slider_reserva2 .slick-dotted.slick-slider {
    margin-bottom: 0
}

#slider_reserva .slick-next,
#slider_reserva .slick-prev,
#slider_reserva2 .slick-next,
#slider_reserva2 .slick-prev {
    right: 16px
}

.slick-slide {
    margin-bottom: 0
}

.inputs6 {
    background-image: url(/img/icn_h1_datos_llegada.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    left: 5px
}

.teporada_class .inputs6 {
    background-image: url(/img/icn_h1_datos_llegada3.svg)
}

.le_class .inputs6 {
    background-image: url(/img/calendario_le_input.png)
}

.divbotoreserv {
    background-color: #16b9e4;
    max-width: 250px;
    cursor: pointer !important;
    margin: 30px 0
}

.teporada_class .divbotoreserv {
    background-color: #f48221
}

.le_class .divbotoreserv {
    background-color: #d1a119
}

.le_class .anex,
.le_class .refcab,
.le_class .titulospag {
    color: #d1a119
}

.teporada_class .anex,
.teporada_class .refcab,
.teporada_class .titulospag {
    color: #f48221
}

.titulospag {
    font-size: 28px;
    line-height: 25px;
    color: #16b9e4
}

.titulospagop {
    font-size: 20px;
    line-height: 25px;
    color: #a0a0a0
}

#reserva_2 .selectpicker {
    background-color: #fff
}

#movil_1 {
    width: 25%;
    background-image: url(/img/sum.png);
    background-repeat: no-repeat;
    background-size: 6px;
    padding-left: 20px;
    background-position: 7px;
    color: grey
}

#movil_2 {
    width: 70%;
    float: right
}

.pagina-title .anex,
.pagina-title .tit_h1 {
    color: #fff
}

.obligatorio {
    line-height: 30px
}

.fondobl_a_gris {
    background-color: #fff
}

.titcheckin {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #565656
}

.checks_botons {
    padding: 20px 16px
}

.checks_botons label {
    margin-bottom: 20px;
    display: block
}

#slider_reserva2 {
    display: none
}

#canviidioma,
#canviidioma2 {
    color: #87022f;
    cursor: pointer
}

.fraselink {
    margin-bottom: 20px;
    font-weight: 700
}

.divbotocondiciones {
    margin-top: 38px;
    cursor: pointer
}

.pad8 {
    padding: 0 8px
}

.pad7 {
    padding: 0 7px
}

.box22 {
    padding: 7px;
    height: 80px
}

.imgcondic {
    width: 40px
}

.textocondicion {
    text-align: center;
    font-size: 13px;
    line-height: 13px
}

.titequip {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 18px;
    background-size: 33px;
    background-repeat: no-repeat;
    padding-left: 35px;
    min-height: 33px;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 8px
}

.equip_1_1 {
    background-image: url(/img/icons/general_icon_1.png)
}

.equip_1_2 {
    background-image: url(/img/icons/general_icon_2.png)
}

.equip_1_3 {
    background-image: url(/img/icons/general_icon_3.png)
}

.equip_1_4 {
    background-image: url(/img/icons/general_icon_4.png)
}

.equip_8_1 {
    background-image: url(/img/icons/banys_icon_1.png)
}

.equip_8_2 {
    background-image: url(/img/icons/banys_icon_2.png)
}

.equip_8_3 {
    background-image: url(/img/icons/banys_icon_3.png)
}

.equip_8_4 {
    background-image: url(/img/icons/banys_icon_4.png)
}

.equip_9_1 {
    background-image: url(/img/icons/habitatciones_icon_1.png)
}

.equip_9_2 {
    background-image: url(/img/icons/habitatciones_icon_2.png)
}

.equip_9_3 {
    background-image: url(/img/icons/habitatciones_icon_3.png)
}

.equip_9_4 {
    background-image: url(/img/icons/habitatciones_icon_4.png)
}

.equip_3_1 {
    background-image: url(/img/icons/cocina_icon_1.png)
}

.equip_3_2 {
    background-image: url(/img/icons/cocina_icon_2.png)
}

.equip_3_3 {
    background-image: url(/img/icons/cocina_icon_3.png)
}

.equip_3_4 {
    background-image: url(/img/icons/cocina_icon_4.png)
}

.equip_4_1 {
    background-image: url(/img/icons/dotacion_icon_1.png)
}

.equip_4_2 {
    background-image: url(/img/icons/dotacion_icon_2.png)
}

.equip_4_3 {
    background-image: url(/img/icons/dotacion_icon_3.png)
}

.equip_4_4 {
    background-image: url(/img/icons/dotacion_icon_4.png)
}

.equip_5_1 {
    background-image: url(/img/icons/otros_espacios_icon_1.png)
}

.equip_5_2 {
    background-image: url(/img/icons/otros_espacios_icon_2.png)
}

.equip_5_3 {
    background-image: url(/img/icons/otros_espacios_icon_3.png)
}

.equip_5_4 {
    background-image: url(/img/icons/otros_espacios_icon_4.png)
}

.equip_label_1 {
    background-image: url(/img/icons/etiqueta_icon_1.png)
}

.equip_label_2 {
    background-image: url(/img/icons/etiqueta_icon_2.png)
}

.equip_label_3 {
    background-image: url(/img/icons/etiqueta_icon_3.png)
}

.equip_label_4 {
    background-image: url(/img/icons/etiqueta_icon_4.png)
}

.equip_label_indice_1 {
    background-image: url(/img/icons/download_file_1.png)
}

.equip_label_indice_2 {
    background-image: url(/img/icons/download_file_2.png)
}

.equip_label_indice_3 {
    background-image: url(/img/icons/download_file_3.png)
}

.equip_label_indice_4 {
    background-image: url(/img/icons/download_file_4.png)
}

.equip_6_1 {
    background-image: url(/img/ascensor_icon_1.svg)
}

.equip_6_2 {
    background-image: url(/img/ascensor_icon_2.svg)
}

.equip_6_3 {
    background-image: url(/img/ascensor_icon_3.svg)
}

.equip_6_4 {
    background-image: url(/img/ascensor_icon_4.svg)
}

.equip_7_1 {
    background-image: url(/img/icons/downloadfile.png)
}

.downloadIndice {
    width: 75px;
    height: 75px;
    background-repeat: no-repeat
}

#downloadIndiceAlquiler_2 {
    background-image: url(/img/icons/descargar_te.png)
}

#downloadIndiceAlquiler_3 {
    background-image: url(/img/icons/descargar_le.png)
}

.fearure_ok_1 {
    background-repeat: no-repeat;
    background-image: url(/img/features/generalt.png)
}

.fearure_ok_2 {
    background-repeat: no-repeat;
    background-image: url(/img/features/generalm.png)
}

.fearure_ok_3 {
    background-repeat: no-repeat;
    background-image: url(/img/features/generall.png)
}

.fearure_ok_4 {
    background-repeat: no-repeat;
    background-image: url(/img/features/generalv.png)
}

.feature-div-container {
    margin-left: 29px;
    padding-left: 26px;
    background-position: 4px 3px
}

.textequip,
.textequipgr {
    font-size: 13px;
    line-height: 25px;
    color: #565656;
    display: inline
}

.textequipgr {
    color: #b2b2b2;
    text-decoration: line-through
}

.clearequip {
    clear: both
}

.divbotocondiciones {
    background-color: transparent !important
}

.imgfeature {
    display: inline
}

.imgiconmap {
    height: 18px
}

#mapasit {
    position: relative
}

#mapasit,
.overfl {
    overflow: hidden;
    z-index: 900
}

#map .mapsit {
    width: 100px;
    max-width: 900px;
    height: 300px;
    z-index: -20px
}

#contbot {
    background-color: rgba(255, 255, 255, .8);
    width: 100%;
    top: 0;
    z-index: 30
}

.boto1map {
    display: inline;
    text-align: center;
    width: 33.33%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 22px 0 0 0;
    cursor: pointer
}

.up2 {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8
}

.contentcheck {
    width: 57%;
    height: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.lupaoptions {
    margin-top: 30px;
    margin-left: 92px;
    cursor: pointer
}

.im {
    width: 35px
}

.dropdown-toggle.inputs2.zonas_drop_input.disabled {
    background-color: #e3e3e3
}

.no-pointer-events {
    pointer-events: none
}

.office-checkbox {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px
}

.bip {
    position: absolute;
    top: 10px;
    left: 11px;
    font-weight: 700;
    color: #b80000;
    font-size: 18px;
    background: rgba(255, 255, 255, .72);
    max-width: 230px;
    text-align: center;
    padding: 4px;
    z-index: 975
}

.linkgh {
    position: absolute;
    right: 50px;
    z-index: 99;
    top: 12px;
    cursor: pointer
}

.linkgh img {
    width: 40px
}

.divbotorent {
    font-size: 15px !important
}

.imgrent {
    width: 30px;
    padding: 0 !important
}

.padgbot0 {
    padding-bottom: 0 !important
}

.similarprop {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px
}

.cajaalter {
    width: 100%
}

.noencontrado {
    max-width: 80%;
    padding: 20px 0 20px 54px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background-size: 41px;
    background-repeat: no-repeat;
    background-position: 3px
}

.divbotoalter1,
.divbotoalter2 {
    padding: 8px 12px;
    cursor: pointer;
    margin-top: 14px;
    max-width: 100%
}

.backbot1,
.backbot2 {
    background-image: url(/img/icn_h1_condiciones.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    height: 27px;
    width: 28px;
    background-position: 2px 0;
    top: 17px;
    left: 25px
}

.backbot2 {
    background-image: url(/img/icn_alertas.svg);
    background-size: 28px;
    background-position: 0 -2px
}

.divbotoalter2 {
    padding: 8px 6px;
    background-color: #fff
}

.imalter {
    width: 35px;
    top: 18px;
    left: 22px
}

#categ_1 .noencontrado {
    background-image: url(/img/icn_atencion_popup_04.svg)
}

#categ_3 .noencontrado {
    background-image: url(/img/icn_atencion_popup_02.svg)
}

#categ_4 .noencontrado {
    background-image: url(/img/icn_atencion_popup_03.svg)
}

#properturis .noencontrado {
    background-image: url(/img/icn_atencion_popup_04.svg)
}

#properturis .divbotoalter2,
#properturis .noencontrado {
    color: #16b9e4
}

#properturis .divbotoalter1 {
    background-color: #16b9e4
}

#properturis .cajaalter {
    background-color: rgba(22, 185, 228, .2)
}

#properturis .divbotoalter1,
#properturis .divbotoalter2 {
    border: 1px solid #16b9e4
}

#propertemporada .noencontrado {
    background-image: url(/img/icn_atencion_popup_01.svg)
}

#propertemporada .divbotoalter2,
#propertemporada .noencontrado {
    color: #f48221
}

#propertemporada .divbotoalter1 {
    background-color: #f48221
}

#propertemporada .cajaalter {
    background-color: rgba(244, 130, 33, .2)
}

#propertemporada .divbotoalter1,
#propertemporada .divbotoalter2 {
    border: 1px solid #f48221
}

#properlarga .noencontrado {
    background-image: url(/img/icn_atencion_popup_02.svg)
}

#properlarga .divbotoalter2,
#properlarga .noencontrado {
    color: #d1a119
}

#properlarga .divbotoalter1 {
    background-color: #d1a119
}

#properlarga .cajaalter {
    background-color: rgba(209, 161, 25, .2)
}

#properlarga .divbotoalter1,
#properlarga .divbotoalter2 {
    border: 1px solid #d1a119
}

#properventas .noencontrado {
    background-image: url(/img/icn_atencion_popup_03.svg)
}

#properventas .divbotoalter2,
#properventas .noencontrado {
    color: #71533b
}

#properventas .divbotoalter1 {
    background-color: #71533b
}

#properventas .cajaalter {
    background-color: rgba(113, 83, 59, .2)
}

#properventas .divbotoalter1,
#properventas .divbotoalter2 {
    border: 1px solid #71533b
}

#categ_1 .active .colclass,
#categ_1 .divbotocondiciones,
#categ_1 .divbotopropert2,
#categ_1 .precioinf,
#categ_1 .precioinf2,
#categ_1 .preciosup,
#categ_1 .temporada-text-color,
#categ_1 .titequip {
    color: #16b9e4 !important
}

#categ_1 .active .checbotmap,
#categ_1 .button-op2,
#categ_4 .divbotopropert1 {
    background-color: #16b9e4
}

#categ_1 .opcam.button-op2 {
    border-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-style: none;
    border-color: none;
    border-image: none
}

#categ_1 .divbotocondiciones {
    border: 2px solid #16b9e4
}

#categ_1 .divbotopropert1,
#categ_1 .divbotopropert2 {
    border: 1px solid #16b9e4
}

#categ_2 .active .colclass,
#categ_2 .divbotocondiciones,
#categ_2 .divbotopropert2,
#categ_2 .noencontrado,
#categ_2 .precioinf,
#categ_2 .precioinf2,
#categ_2 .preciosup,
#categ_2 .temporada-text-color,
#categ_2 .titequip {
    color: #f48221 !important
}

#categ_2 .active .checbotmap,
#categ_2 .button-op2,
#categ_4 .divbotopropert1 {
    background-color: #f48221
}

#categ_2 .divbotocondiciones {
    border: 2px solid #f48221
}

#categ_2 .divbotopropert1,
#categ_2 .divbotopropert2 {
    border: 1px solid #f48221
}

#categ_3 .active .colclass,
#categ_3 .divbotocondiciones,
#categ_3 .divbotopropert2,
#categ_3 .precioinf,
#categ_3 .precioinf2,
#categ_3 .preciosup,
#categ_3 .temporada-text-color,
#categ_3 .titequip {
    color: #d1a119 !important
}

#categ_3 .active .checbotmap,
#categ_3 .button-op2,
#categ_3 .divbotopropert1 {
    background-color: #d1a119
}

#categ_3 .divbotocondiciones {
    border: 2px solid #d1a119
}

#categ_3 .divbotopropert1,
#categ_3 .divbotopropert2 {
    border: 1px solid #d1a119
}

#categ_4 .active .colclass,
#categ_4 .divbotocondiciones,
#categ_4 .divbotopropert2,
#categ_4 .precioinf,
#categ_4 .precioinf2,
#categ_4 .preciosup,
#categ_4 .temporada-text-color,
#categ_4 .titequip {
    color: #71533b !important
}

#categ_4 .active .checbotmap,
#categ_4 .button-op2,
#categ_4 .divbotopropert1 {
    background-color: #71533b
}

#categ_4 .divbotocondiciones {
    border: 2px solid #71533b
}

#categ_4 .divbotopropert1,
#categ_4 .divbotopropert2 {
    border: 1px solid #71533b
}

.dropdown-toggle.inputs2.zonas_drop_input.disabled {
    background-color: #e3e3e3
}

.no-pointer-events {
    pointer-events: none
}

.office-checkbox {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px
}

.bip {
    position: absolute;
    top: 10px;
    left: 11px;
    font-weight: 700;
    color: #b80000;
    font-size: 18px;
    background: rgba(255, 255, 255, .72);
    max-width: 230px;
    text-align: center;
    padding: 4px;
    z-index: 975
}

.reserva_en_progreso_temprana {
    color: #0a0 !important
}

.linkgh {
    position: absolute;
    right: 50px;
    z-index: 99;
    top: 12px
}

.linkgh img {
    width: 40px
}

.estado_calidad_1 {
    position: absolute;
    top: 22px;
    right: 100px;
    background-image: url(/img/not_available.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 19px;
    background-size: 100%
}

.estado_calidad_3 {
    position: absolute;
    top: 22px;
    right: 100px;
    background-image: url(/img/available_soon.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 19px;
    background-size: 100%
}

.estado_calidad_2 {
    position: absolute;
    top: 22px;
    right: 100px;
    background-image: url(/img/available.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 19px;
    background-size: 100%
}

.doproforma {
    top: 23%;
    left: 77.5%;
    z-index: 1000;
    position: fixed;
    width: 30px;
    height: 30px;
    background-size: 25px
}

.operacion_otra_2 {
    background: #e47816;
    float: right;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 128px
}

.operacion_otra_3 {
    background: #dab900;
    float: right;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 128px
}

.operacion_otra_4 {
    background: #63330a;
    float: right;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 22px;
    right: 128px
}

.comentariotr {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 12px
}

.marg50 {
    margin: 50px 0
}

.dispblock {
    display: block
}

.dispnone {
    display: none
}

.cua.comentaris,
.pointer {
    cursor: pointer
}

.h1pop {
    color: #f48221 !important;
    font-size: 25px;
    padding: 0;
    margin: 0;
    line-height: 25px;
    font-weight: 700
}

#porque .modal-dialog {
    width: 100%;
    max-width: 900px !important;
    padding-left: 17px
}

.contgendet {
    width: 100%;
    padding-top: 19px
}

.box23 {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-top: 16px;
    padding: 20px 16px;
    background-color: #f8f8f8;
    cursor: pointer;
    height: 123px;
    padding-top: 7px;
    border: 1px solid #dcdcdc
}

.img1,
.img2,
.img3,
.img4,
.img5,
.img6,
.img7 {
    background-image: url(/img/icn_honorarios_servicios_01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 62px;
    background-size: 62px
}

.img2 {
    background-image: url(/img/icn_honorarios_estancia_01.svg)
}

.img3 {
    background-image: url(/img/icn_honorarios_equipo_01.svg)
}

.img4 {
    background-image: url(/img/icn_honorarios_garantia_01.svg)
}

.img5 {
    background-image: url(/img/icn_honorarios_pisos_01.svg)
}

.img6 {
    background-image: url(/img/icn_honorarios_web_01.svg)
}

.img7 {
    background-image: url(/img/icn_honorarios_marketing_01.svg)
}

.background-image-screen {
    background-image: url(/img/icn_honorarios_web_01.svg);
    background-repeat: no-repeat
}

.box23.activet .img1 {
    background-image: url(/img/icn_honorarios_servicios_02.svg)
}

.box23.activet .img2 {
    background-image: url(/img/icn_honorarios_estancia_02.svg)
}

.box23.activet .img3 {
    background-image: url(/img/icn_honorarios_equipo_02.svg)
}

.box23.activet .img4 {
    background-image: url(/img/icn_honorarios_garantia_02.svg)
}

.box23.activet .img5 {
    background-image: url(/img/icn_honorarios_pisos_02.svg)
}

.box23.activet .img6 {
    background-image: url(/img/icn_honorarios_web_02.svg)
}

.box23.activet .img7 {
    background-image: url(/img/icn_honorarios_marketing_02.svg)
}

.escrito {
    line-height: 12px;
    text-align: center
}

.fletinf {
    background-image: url(/img/arrow_contact_dn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    background-size: 18px;
    width: 30px;
    display: none
}

.box23.activet .fletinf {
    background-image: url(/img/arrow_honorarios_white_up.svg)
}

.activet {
    background-color: #f48221;
    color: #fff
}

.conenidoporque {
    width: 100%
}

.loadingDivIcon {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/img/loading2.gif);
    background-size: 32px;
    z-index: 2001;
    height: 150px
}

.tith2 {
    color: #f48221 !important;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700
}

.titsub {
    color: #f48221 !important;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 12px
}

.titvisitm {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 12px
}

#visitacat1 .textcheck,
#visitacat1 .titvisitm {
    color: #16b9e4
}

#visitacat2 .textcheck,
#visitacat2 .titvisitm {
    color: #f48221
}

#visitacat3 .textcheck,
#visitacat3 .titvisitm,
.visitacat3 .textcheck,
.visitacat3 .titvisitm {
    color: #d1a119
}

#visitacat4 .textcheck,
#visitacat4 .titvisitm {
    color: #71533b
}

.slick-slide img {
    display: initial !important
}

.paded5 {
    padding: 10px
}

.paded2 {
    padding: 2px !important
}

.calcul {
    width: 210px;
    margin-top: 4px;
    margin-bottom: 15px
}

.borderbotf {
    border-bottom: 1px solid #c7c7c7
}

.divbotorent {
    cursor: pointer
}

.cambiarfons {
    padding-bottom: 20px
}

.cambiarfons:nth-child(odd) {
    background-color: #f5f5f5 !important
}

.texazul {
    font-size: 11px !important;
    font-weight: 700;
    line-height: 15px;
    color: #16b9e4;
    padding: 0 !important
}

.width48 {
    width: 48px
}

.dispon .ui-datepicker-month,
.dispon .ui-datepicker-year {
    color: #16b9e4
}

.dispon .ui-datepicker-month {
    text-transform: capitalize !important
}

.dispon .ui-datepicker .ui-datepicker-prev {
    left: -27px
}

.dispon .ui-datepicker .ui-datepicker-next,
.dispon .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 133px;
    width: 1.8em;
    height: 1.8em
}

.dispon .ui-datepicker .ui-datepicker-next {
    right: -25px
}

.dispon .ui-datepicker .ui-datepicker-title {
    margin: 12px 2.3em;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 9px
}

.dispon .ui-datepicker-multi-2 .ui-datepicker-group {
    margin-right: 20px;
    padding-bottom: 5px;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 0 solid #c7c7c7;
    -webkit-box-shadow: 1px 2px 10px 3px #d6d6d6;
    -moz-box-shadow: 1px 2px 10px 3px #d6d6d6;
    box-shadow: 1px 2px 10px 3px #d6d6d6;
    background: #fff
}

.dispon .ui-datepicker th {
    font-weight: 400;
    padding-bottom: 12px
}

.dispon .ui-state-available a,
.ui-datepicker-calendar .ui-state-available a {
    background-color: #fff !important;
    color: #16b9e4;
    border: 1px solid #16b9e4 !important;
    font-weight: 700 !important
}

.dispon .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 46%
}

.dispon .ui-widget-content,
.dispon .ui-widget.ui-widget-content {
    border: 0 solid #ddd;
    background-color: #fff !important
}

.ui-datepicker td {
    padding: 3px !important
}

#valoracions .nomtest {
    display: block;
    margin-top: 15px;
    margin-bottom: 7px
}

#valoracions .estrellas {
    float: left;
    MARGIN-LEFT: -3PX
}

.estrebara {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    display: inline-block;
    margin-top: 4px
}

.titval {
    font-size: 28px;
    line-height: 25px;
    color: #16b9e4
}

.blacin {
    background-color: #fff;
    height: 36px
}

.bordbot0 {
    border-bottom: 0 solid #fff
}

.pisport {
    width: 48%;
    float: right;
    margin-bottom: 15px
}

.pisport2 {
    width: 48%;
    margin-bottom: 15px;
    margin-right: 4px
}

#escalera,
#puerta,
#tipo_documento {
    float: left
}

.le_class .captcha input.input-text-type1,
.le_class .checkbox .cr,
.teporada_class .captcha input.input-text-type1,
.teporada_class .checkbox .cr {
    background-color: #fff !important
}

.le_class .checkbox label,
.teporada_class .checkbox label {
    display: block;
    margin-bottom: 10px
}

.tit1modal {
    font-size: 21px;
    font-weight: 700;
    line-height: 39px;
    margin: 10px 0 25px 0
}

.tit2modal,
.tit3modal {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    margin: 5px 0 15px 0
}

.tit3modal {
    font-size: 18px
}

#categ_1 .tit1modal,
#categ_1 .tit2modal,
#categ_1 .tit3modal {
    color: #16b9e4
}

#categ_2 .tit1modal,
#categ_2 .tit2modal,
#categ_2 .tit3modal {
    color: #f48221
}

#categ_3 .tit1modal,
#categ_3 .tit2modal,
#categ_3 .tit3modal {
    color: #d1a119
}

#categ_4 .tit1modal,
#categ_4 .tit2modal,
#categ_4 .tit3modal {
    color: #71533b
}

#categ_1 .box22,
#categ_2 .box22,
#categ_3 .box22,
#categ_4 .box22 {
    cursor: pointer
}

.textmodal {
    margin: 5px 0 15px 0
}

.imgmes {
    width: 100%;
    max-width: 420px
}

.text_bold {
    font-weight: 700
}

.cambioparrafo {
    margin-bottom: 15px
}

.importante {
    background-image: url(/img/icn_atencion_popup_01.svg);
    background-repeat: no-repeat;
    background-size: 48px !important;
    padding-left: 55px;
    min-height: 55px
}

.absol.thum_cont.hidden-xs.thumbnail-container {
    z-index: 1000
}

.img-wrapper .slick-dots-img {
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 95%;
    margin-left: 2.5%
}

.img-wrapper .slick-dots-img div.slick-active {
    background-image: url(/img/slider_bullet_white_01.svg);
    width: 8px;
    height: 9px
}

.img-wrapper .slick-dots-img div {
    background-image: url(/img/slider_bullet_white_02.svg);
    width: 8px;
    height: 9px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 6px;
    cursor: pointer
}

.cover-img-xs {
    background-image: url(/img/backgrounds/over-background.png) !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover
}

.sl-wrapper .sl-image {
    z-index: 999999 !important
}

.sl-overlay {
    z-index: 999998 !important;
    background-color: #000 !important;
    opacity: .4 !important
}

.sl-wrapper .sl-close,
button.sl-next,
button.sl-prev {
    font-size: 55px !important;
    color: #fff !important;
    z-index: 999999 !important
}

.sl-wrapper .sl-counter {
    display: none
}

.despliz {
    margin-left: 20px
}

.desplid {
    margin-right: 20px
}

.le_class .form-group,
.teporada_class .form-group {
    height: 32px
}

#avisos .box25 {
    padding: 30px;
    margin-bottom: 30px
}

#avisos h1,
#avisos h2,
#avisos h3 {
    font-size: 22px !important;
    font-weight: 700
}

#avisos h2 {
    font-size: 19px !important
}

#avisos h3 {
    font-size: 17px !important
}

.tabla {
    width: 100%
}

.tabla,
td,
th {
    border-width: 1px;
    border-color: #000;
    border-style: solid
}

td {
    padding: 5px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

td,
th {
    text-align: left;
    padding: 8px
}

#avisos tr:nth-child(even) {
    background-color: #eee
}

#reset_detail {
    background-image: url(/img/paperera.png) !important;
    background-size: 17px;
    margin-top: 5px;
    height: 31px;
    background-color: rgba(255, 255, 255, 0);
    background-position: 10px
}

.ui-widget-content {
    background: 0 0 !important
}

.valoracion {
    margin-bottom: 5px
}

#categ_1 #valoracions .slick-slide {
    padding-left: 40px;
    padding-right: 40px
}

#categ_1 #valoracions .slick-prev {
    left: 0
}

#categ_1 #valoracions .slick-next {
    right: 0
}

.inflandings {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: justify
}

#properventas .inflandings h2 {
    color: #71533b;
    font-size: 25px
}

#propertemporada .inflandings h2 {
    color: #f48221;
    font-size: 25px
}

#properlarga .inflandings h2 {
    color: #d1a119;
    font-size: 25px
}

#properturis .inflandings h2 {
    color: #16b9e4;
    font-size: 25px
}

.homepage-title.camcol h1,
.homepage-title.camcol span {
    color: #565656 !important
}

.imgmapfav {
    height: 100%
}

.titolfav {
    top: 125px
}

.contmapfav {
    overflow: hidden;
    height: 595px;
    width: 100%;
    background-color: #fff
}

#map {
    height: 491px;
    width: 100%
}

.contdegrad {
    top: 0;
    height: 215px;
    width: 100%;
    opacity: .75;
    background: -moz-linear-gradient(top, rgba(17, 17, 17, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(17, 17, 17, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(17, 17, 17, .65) 0, rgba(0, 0, 0, 0) 100%)
}

.homepage-title span,
.tit_h1 {
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 25px
}

.tit_h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px
}

.tit3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin-top: 15px;
    margin-bottom: 15px
}

.titaloja {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 45px
}

.box26 {
    padding: 0;
    overflow: hidden;
    margin: 10px
}

.contimgpiso {
    overflow: hidden;
    height: 138px
}

.contenedorimgfav {
    overflow: hidden
}

.imgpiso {
    width: 100%;
    max-width: 800px
}

.propiedadesfav {
    padding: 8px 10px 15px 10px;
    text-align: center
}

.preupis {
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    text-align: center
}

#categfav_1 .checkbox .cr-icon,
#categfav_1 .h1favpeq,
#categfav_1 .masinfo,
#categfav_1 .pisos,
#categfav_1 .preupis {
    color: #16b9e4
}

#categfav_2 .checkbox .cr-icon,
#categfav_2 .h1favpeq,
#categfav_2 .masinfo,
#categfav_2 .pisos,
#categfav_2 .preupis {
    color: #f48221
}

#categfav_3 .checkbox .cr-icon,
#categfav_3 .h1favpeq,
#categfav_3 .masinfo,
#categfav_3 .pisos,
#categfav_3 .preupis {
    color: #d1a119
}

#categfav_4 .checkbox .cr-icon,
#categfav_4 .h1favpeq,
#categfav_4 .masinfo,
#categfav_4 .pisos,
#categfav_4 .preupis {
    color: #71533b
}

#categfav_1 .checkbox .cr {
    border: 1px solid #16b9e4;
    height: 20px;
    width: 20px;
    background-color: #fff
}

#categfav_2 .checkbox .cr {
    border: 1px solid #f48221;
    height: 20px;
    width: 20px;
    background-color: #fff
}

#categfav_3 .checkbox .cr {
    border: 1px solid #d1a119;
    height: 20px;
    width: 20px;
    background-color: #fff
}

#categfav_4 .checkbox .cr {
    border: 1px solid #71533b;
    height: 20px;
    width: 20px;
    background-color: #fff
}

.masinfo {
    cursor: pointer;
    float: right;
    display: inline-block;
    background-size: 40px;
    background-repeat: no-repeat;
    margin-top: 0;
    background-position: 10px;
    padding-left: 54px;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    padding-right: 30px
}

#categfav_1 .masinfo {
    background-image: url(/img/compartir1.svg)
}

#categfav_2 .masinfo {
    background-image: url(/img/compartir2.svg)
}

#categfav_3 .masinfo {
    background-image: url(/img/compartir3.svg)
}

#categfav_4 .masinfo {
    background-image: url(/img/compartir4.svg)
}

.entrelineas {
    line-height: 26px
}

.text_check,
.text_check2 {
    background-image: url(/img/icn_favoris_included.svg);
    background-size: 18px;
    background-repeat: no-repeat;
    margin-top: 0;
    height: 31px;
    width: 31px;
    background-position: 10px;
    padding-left: 25px
}

.text_check2 {
    background-image: url(/img/icn_favoris_unincluded.svg)
}

.checkbox.checkfav {
    z-index: 1000;
    width: 25px;
    margin: auto;
    margin-top: 24px
}

.compartir {
    cursor: pointer;
    float: right;
    display: inline-block;
    background-size: 33px;
    background-repeat: no-repeat;
    margin-top: 0;
    background-position: 34px;
    padding-left: 71px;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    border-left: 1px solid #565656;
    background-image: url(/img/contacto.svg)
}

.padingtabla {
    padding-bottom: 11px;
    padding-top: 11px
}

.obrirtancatmapfav {
    background-image: url(/img/icn_favoris_map.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 38px;
    font-size: 18px;
    line-height: 0;
    float: right;
    height: 38px;
    background-position: 14px 5px;
    margin-right: 20px;
    margin-left: 20px
}

.dispblocknone {
    display: none
}

.margtop58 {
    margin-top: 58px
}

.h1favpeq {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    margin-bottom: 15px !important
}

.fonsgrispest {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border: 0 solid #000;
    background-color: #f8f8f8
}

.pisos {
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    padding: 0 8px
}

.cuadradocat {
    width: 100%;
    height: 50px
}

.marginpadright0 {
    margin-right: 0;
    padding-right: 0
}

.box27 {
    padding: 2px;
    overflow: hidden
}

.pad8px {
    padding: 8px !important
}

.textlin {
    text-align: center;
    line-height: 35px
}

.dispinline {
    display: inline
}

.llistprop {
    padding-top: 7px;
    clear: both
}

.cantonada,
.cantonada2 {
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 150;
    opacity: .9
}

.posit {
    bottom: -15px
}

.veure_xs {
    display: none
}

.amagar_xs {
    display: block
}

.amagar_xs2 {
    display: block
}

.oculmap {
    font-size: 16px;
    line-height: 39px;
    margin-left: 10px
}

.cuadradocatdisp {
    width: 28px;
    height: 50px
}

.placeholder {
    color: #a8a8a8
}

.bip-property {
    position: absolute;
    top: 23%;
    left: 12%;
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.bip-property .bip {
    width: 395px;
    max-width: 395px;
    font-size: 20px
}

#contentslick {
    padding-bottom: 30px
}

.bordlatder {
    border-right: 1px solid #ebecec
}

.corazon,
.corazon1,
.corazon2,
.corazon3,
.corazon4 {
    height: 46px;
    width: 46px;
    line-height: 45px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 7px 8px;
    font-size: 11px
}

.corazon1 {
    background-image: url(/img/icn_add_fav_off_04.svg)
}

.corazon {
    background-image: url(/img/icn_add_fav_off_01.svg)
}

.corazon3 {
    background-image: url(/img/icn_add_fav_off_02.svg)
}

.corazon4 {
    background-image: url(/img/icn_add_fav_off_03.svg)
}

#categfav_1 .corazon2 {
    background-image: url(/img/icn_add_fav_on_04.svg)
}

#categfav_2 .corazon2 {
    background-image: url(/img/icn_add_fav_on_01.svg)
}

#categfav_3 .corazon2 {
    background-image: url(/img/icn_add_fav_on_02.svg)
}

#categfav_4 .corazon2 {
    background-image: url(/img/icn_add_fav_on_03.svg)
}

.contcolor,
.contcolor2 {
    width: 100%;
    height: 46px
}

.contcolor2 {
    background-color: rgba(244, 130, 33, .1);
    color: #fff
}

#categfav_1 .contcolor2 {
    background-color: rgba(22, 185, 228, .1)
}

#categfav_3 .contcolor2 {
    background-color: rgba(209, 161, 25, .1)
}

#categfav_4 .contcolor2 {
    background-color: rgba(113, 83, 59, .1)
}

.margtop97 {
    margin-top: 97px
}

#faqindex .input-group-addon,
#faqindex2 .input-group-addon {
    padding: 6px 23px;
    border: 1px solid #a50022;
    background-color: #a50022;
    border-radius: 6px
}

#faqindex .form-control,
#faqindex2 .form-control {
    border-radius: 6px
}

#faqindex .input-group .form-control:first-child,
#faqindex2 .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#faqindex .input-group-addon:last-child,
#faqindex2 .input-group-addon:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.titfaqcat,
.titfaqcat2,
.titfaqcat3,
.titfaqcat4,
.titfaqcat5 {
    color: #a50022;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-size: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px
}

.titfaqcat {
    background-image: url(/img/papillonroja.svg)
}

.titfaqcat2 {
    font-size: 16px;
    margin-top: 20px;
    background-image: url(/img/aros.svg);
    background-size: 34px;
    padding-left: 40px
}

.titfaqcat3,
.titfaqcat4,
.titfaqcat5 {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    cursor: pointer
}

.titfaqcatpq1,
.titfaqcatpq2 {
    padding-left: 29px;
    background-image: url(/img/papillonmesfluix.svg);
    background-repeat: no-repeat;
    background-size: 19px;
    font-size: 13px;
    line-height: 17px
}

.titfaqcatpq2 {
    background-image: url(/img/icn_h1_blog.svg);
    font-weight: 700
}

.contcatf {
    padding: 8px 8px;
    font-weight: 400
}

.contcatf:hover {
    background-color: #e6e6e6
}

.activecontcatf {
    background-color: #e6e6e6
}

.titfaqcatgr1 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 700;
    padding-left: 29px;
    background-image: url(/img/fletder.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 0 8px
}

#faqindex a,
#faqindex2 a {
    color: #565656
}

.box29 {
    padding: 0
}

.box30 {
    padding: 12px 10px 5px 10px
}

.inlineblock {
    display: inline-block
}

#faqcont2 {
    padding-top: 37px
}

.grid {
    background: #fff;
    max-width: 1200px
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 50%
}

.grid-item {
    border: 1px solid #cfcfcf;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    background-color: #e6e6e6;
    text-align: center;
    float: left;
    width: 48%;
    margin-left: 4px;
    margin-bottom: 4px;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer
}

.grid-item:hover {
    background: rgba(230, 230, 230, .7)
}

.paraules {
    overflow: hidden;
    margin-bottom: 6px;
    border-bottom: 1px solid #dad9d9
}

.miraab {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 21px;
    cursor: pointer
}

.heightparaules {
    height: 124px
}

.rotate0 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#faqindex2 #integration-list {
    display: block;
    margin: 0;
    width: 100%
}

.titulocatfac {
    font-size: 21px;
    font-weight: 700;
    margin-top: 0
}

#faqindex2 #integration-list ul>li {
    border-top: 0 solid #ddd;
    padding: 6px 15px
}

#faqindex2 #integration-list ul:last-child {
    border-bottom: 0 solid #ddd
}

.h2faqs {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    margin: 5px 0 !important
}

.padli {
    padding: 7px 0
}

.columizq {
    width: 7%;
    float: left;
    height: 100%
}

.columder {
    width: 93%;
    float: right;
    height: 100%
}

.ocultar {
    display: none
}

.conca {
    padding: 5px 10px
}

.conca:hover {
    background-color: #e6e6e6
}

.monthly-text {
    color: #cc802a !important
}

.yearly-text {
    color: #ce9c2f !important
}

.lodging-text {
    color: #3899bc !important
}

.imgcontact {
    margin-right: 5px;
    width: 23px;
    margin-top: -2px
}

.cursorpointer {
    cursor: pointer
}

.detail-property .linkgh {
    position: fixed !important;
    left: 75%;
    top: 22%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1000
}

.detail-property .estado_calidad_1,
.detail-property .estado_calidad_2,
.detail-property .estado_calidad_3 {
    top: 23%;
    left: 79.8%;
    z-index: 1000;
    position: fixed
}

.detail-property .print_link {
    top: 23%;
    left: 81.5%;
    z-index: 1000;
    position: fixed;
    background-image: url(/img/print_logo_link.png);
    width: 25px;
    height: 25px;
    background-size: 25px
}

#favoritos .submenu-top-item {
    padding-top: 8px
}

#peudatepic {
    padding: 20px 0;
    border-bottom: 1px solid #dad9d9;
    padding-left: 35px
}

.rectangle1 {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-right: 9px;
    color: #bebebe !important
}

.cambiarfons:nth-child(odd) .rectangle1 {
    background-color: #fdfdfd
}

.tamdate {
    width: 50%
}

.rectangle2 {
    display: inline-block;
    height: 32px;
    width: 32px;
    color: #16b9e4;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border: 1px solid #16b9e4;
    margin-right: 9px
}

.textrect {
    margin-right: 30px
}

.textinftur {
    color: #16b9e4;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 10px 0
}

.favurl {
    color: #565656 !important
}

.dateselect a {
    background-color: #16b9e4 !important;
    border: 1px solid #88ab2d !important;
    color: #f8f8f8 !important
}

#energia {
    padding: 0;
    margin: 0;
    margin-top: 20px;
    margin-left: 30px
}

.contenergi {
    width: 100%;
    list-style: none;
    height: 20px;
    line-height: 20px;
    margin: 2px 0
}

.casa {
    width: 20px;
    height: 20px;
    padding: 2px;
    padding-bottom: 4px
}

.color1,
.color2,
.color3,
.color4,
.color5,
.color6,
.color7 {
    background-color: #006836;
    width: 35%;
    height: 20px;
    border: 2px solid #448f6b;
    color: #fff;
    font-size: 11px;
    line-height: 15px;
    padding-left: 4px
}

.color2 {
    background-color: #25ad40;
    width: 40%;
    border: 2px solid #6cc47d
}

.color3 {
    background-color: #88ca31;
    width: 45%;
    border: 2px solid #b5dc80
}

.color4 {
    background-color: #f8f000;
    width: 50%;
    border: 2px solid #faf88e
}

.color5 {
    background-color: #ffb12f;
    width: 55%;
    border: 2px solid #fad38a
}

.color6 {
    background-color: #f6581a;
    width: 60%;
    border: 2px solid #f18d65
}

.color7 {
    background-color: #f20f16;
    width: 65%;
    border: 2px solid #eb565a
}

.spader,
.spaizq {
    border: 1px solid #545454;
    width: 2px
}

.spaizq {
    border-left: none
}

.spader {
    border-right: none
}

.separador {
    height: 20px
}

.indicador {
    height: 20px;
    text-align: center;
    padding: 2px
}

.letindi {
    top: 1px;
    left: 12px;
    color: #fff;
    z-index: 100
}

.letindi2 {
    top: 2px;
    left: 8px;
    color: #fff;
    z-index: 100;
    font-size: 9px
}

.invisible {
    opacity: 0
}

.paddingaddic {
    padding: 36px
}

.correcto {
    width: 100%;
    max-width: 202px
}

.confirmado,
.inconfirmado {
    color: #8cc23e;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px
}

.inconfirmado {
    color: #fb0b0c
}

.imgpago {
    margin-right: 10px;
    margin-top: -5px
}

.textoconfir {
    color: #565656;
    font-size: 16px;
    line-height: 17px;
    text-align: justify;
    margin-top: 20px
}

.divbotoconfirmco {
    padding: 12px 12px;
    cursor: pointer;
    margin-top: 14px;
    max-width: 200px;
    width: 100%;
    background-color: #16b9e4;
    float: right
}

.divbotoconfirmco2 {
    float: left;
    padding: 11px 12px;
    cursor: pointer;
    margin-top: 14px;
    max-width: 200px;
    width: 100%;
    background-color: transparent;
    border: 2px solid #16b9e4;
    color: #16b9e4
}

#respostestemp .divbotoconfirmco {
    background-color: #f48221
}

#respostestemp .divbotoconfirmco2 {
    color: #f48221;
    border: 2px solid #f48221
}

.gmap_marker {
    background-repeat: no-repeat;
    background-size: 32px;
    height: 40px;
    width: 32px;
    cursor: pointer;
    z-index: 100000 !important
}

.gmap_marker8 {
    background-repeat: no-repeat;
    background-size: 40px;
    height: 46px;
    width: 40px;
    margin-top: -9px;
    margin-left: -4px
}

input#txt-faq {
    float: left;
    width: 230px
}

.submenu-top-item-little {
    height: 19px;
    padding-top: 3px
}

#categfav_1 .gmap_marker,
#t_turismo .gmap_marker {
    background-image: url(/img/shmap1.png)
}

#categfav_1 .gmap_marker8,
#t_turismo .gmap_marker8 {
    background-image: url(/img/icn_situacion_map_04_2.svg)
}

#categfav_2 .gmap_marker,
#t_temporada .gmap_marker {
    background-image: url(/img/shmap2.png)
}

#categfav_2 .gmap_marker8,
#t_temporada .gmap_marker8 {
    background-image: url(/img/icn_situacion_map_01_2.svg)
}

#categfav_3 .gmap_marker,
#l_larga .gmap_marker {
    background-image: url(/img/shmap3.png)
}

#categfav_3 .gmap_marker8,
#l_larga .gmap_marker8 {
    background-image: url(/img/icn_situacion_map_02_2.svg)
}

#categfav_4 .gmap_marker,
#v_ventas .gmap_marker {
    background-image: url(/img/shmap4.png)
}

#categfav_4 .gmap_marker8,
#v_ventas .gmap_marker8 {
    background-image: url(/img/icn_situacion_map_03_2.svg)
}

.titfef {
    color: #565656;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 7px
}

.contcuadrados {
    width: 100%;
    height: 61px
}

.contcuadra {
    width: 20%;
    float: left;
    padding-top: 5px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.ubica {
    background-repeat: no-repeat !important;
    background-color: #f8f8f8;
    background-position-y: 22px !important;
    width: 49px;
    height: 58px;
    background-size: 30px !important
}

.numcuadr {
    text-align: center;
    padding-top: 4px
}

.forzar {
    height: 58px;
    background-position: 18px 2px;
    width: 100%
}

.text_left {
    text-align: left
}

.contengeneral {
    max-width: 269px;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}

.continfgen {
    padding: 6px;
    color: #565656 !important
}

.class_name {
    background-color: red !important
}

.imgpeqpiso {
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0
}

#mapago .gm-style-iw,
.mapfavorit .gm-style-iw {
    width: 269px !important;
    top: 0 !important;
    left: 0 !important;
    background-color: #fff !important;
    box-shadow: 0 1px 6px rgba(178, 178, 178, .6);
    border-radius: 2px 2px 0 0;
    margin-top: 15px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    z-index: 999
}

.canvitam {
    background-size: 25px !important;
    background-position: 14px 25px !important
}

.botpujar {
    height: 33px;
    width: 33px;
    background-color: #f48221;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px
}

.fleat {
    top: 6px;
    width: 23px;
    left: 5px
}

#botopuj2 {
    position: fixed;
    width: 250px;
    height: 200px;
    left: 50%;
    top: 447px;
    margin-left: 508px;
    display: none;
    z-index: 1000
}

.altbot {
    height: 25px
}

#botopuj1 {
    display: none
}

.detail ul li {
    background-image: url(/img/slider_bullet_01.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 6px !important;
    background-position: 0 13px !important
}

.deletealerta {
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

#slider_reserva .image {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    overflow: overlay
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45% !important;
    font-size: 14px !important;
    padding: 1px !important;
    padding-left: 9px !important;
    height: 30px !important;
    margin-left: 22.5% !important;
    margin-right: 22.5% !important
}

a.ui-state-default.ui-state-active {
    border: 1px solid #cecece;
    background: #fbffe4
}

.loginsusdatos-turismo {
    background-image: url(/img/dos_bl_new.svg);
    background-size: 38px !important;
    background-repeat: no-repeat
}

.faqsa {
    color: inherit;
    text-decoration: none !important
}

.iframe-container {
    padding-bottom: 60%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.iframe-container embed,
.iframe-container iframe,
.iframe-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#myModal .modal-footer,
#myModal .modal-header {
    padding: 0 !important
}

#myModal button.close {
    text-shadow: 0 1px 0 #6c6c6c;
    color: #fff;
    right: 30px
}

.loading_buy {
    display: none;
    background: url(/img/loading_circle.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
    background-position: -87px -36px;
    margin-top: -18px;
    margin: auto
}

.box16 #map {
    height: 100%;
    width: 100%
}

.cluster>div {
    border-radius: 38px 38px 38px 38px;
    -moz-border-radius: 38px 38px 38px 38px;
    -webkit-border-radius: 38px 38px 38px 38px;
    width: 50px !important;
    height: 49px;
    background-color: #fff;
    padding-top: 8px;
    background-image: url(/img/icn_h1_ShB.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 26px !important;
    background-position: 10px 2px !important
}

#t_temporada .cluster>div {
    color: #f48221 !important;
    border: 2px solid #f48221
}

#t_turismo .cluster>div {
    color: #16b9e4 !important;
    border: 2px solid #16b9e4
}

#l_larga .cluster>div {
    color: #d1a119 !important;
    border: 2px solid #d1a119
}

#v_ventas .cluster>div {
    color: #71533b !important;
    border: 2px solid #71533b
}

.fondodesp {
    background-color: #fff;
    padding: 0 8px
}

.textodesp {
    line-height: 12px;
    font-size: 12px;
    padding: 0;
    margin: 0
}

#mapago .checkbox .cr {
    margin-top: 2px
}

.checkmapa {
    border-radius: 3px 8px 3px 3px;
    -moz-border-radius: 3px 8px 3px 3px;
    -webkit-border-radius: 3px 8px 3px 3px;
    top: 4px;
    left: 5px
}

.loadingmap {
    top: 150px;
    left: 46%
}

.row.property-row-info .loadingprices {
    text-align: center;
    height: 120px;
    margin-top: -52px;
    margin-left: -30px;
    z-index: 99999
}

.h2tit {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px
}

.divbotopdfguia {
    max-width: 236px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f48221
}

.abot {
    bottom: 7px;
    right: 43px
}

.fotoguia {
    width: 100%;
    max-width: 1200px
}

.imagevid {
    height: 78px;
    border: 1px solid #fff;
    margin-top: 10px
}

.videomarc {
    height: 33px;
    width: 33px;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    top: 30px;
    left: 48px
}

#categ_1 .videomarc {
    background-color: #16b9e4
}

#categ_2 .videomarc {
    background-color: #f48221
}

#categ_3 .videomarc {
    background-color: #d1a119
}

#categ_4 .videomarc {
    background-color: #71533b
}

.pointer {
    cursor: pointer
}

#video .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0 solid;
    margin-top: 125px
}

#video .modal-content .close {
    color: #fff;
    right: 8px;
    top: -10px
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.trianvideo {
    width: 12px;
    margin-top: 8px;
    margin-left: 12px
}

.video-responsive embed,
.video-responsive iframe,
.video-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.yout {
    width: 120px !important;
    padding: 20px
}

.absolyout {
    top: 5px;
    left: 5px;
    display: none
}

.cover-img .arrow-left,
.cover-img .arrow-right {
    width: 2% !important
}

.addinquilino,
.addpeople {
    background-image: url(/img/icn_filtros_avanzada_01.svg);
    background-repeat: no-repeat;
    height: 23px;
    padding-left: 30px;
    padding-top: 2px;
    font-weight: 700;
    margin-left: 17px;
    margin-top: 7px;
    margin-bottom: 7px;
    cursor: pointer
}

.le_class .addpeople,
.le_class .paperera_monthly {
    font-size: 20px
}

#form_book .separator {
    float: right;
    padding-top: 15px;
    border-top: 1px solid #cdcdcd
}

.mapfavorit #map {
    margin-top: 105px
}

.checkpapa {
    padding: 8px;
    background-color: #fcfcfc
}

.checkpapa .checkbox {
    border: 1px solid #fcfcfc
}

.comercios i {
    color: #ffbf00
}

#cont_comercios,
.checkpapa .checkbox.comercios.marcado,
.checkpapa .checkbox.comercios:hover,
.comercios .cr {
    border: 1px solid #ffbf00
}

.cultura i {
    color: #0f3cff
}

#cont_cultura,
.checkpapa .checkbox.cultura.marcado,
.checkpapa .checkbox.cultura:hover,
.cultura .cr {
    border: 1px solid #0f3cff
}

.educacion i {
    color: #02cc09
}

#cont_educacion,
.checkpapa .checkbox.educacion.marcado,
.checkpapa .checkbox.educacion:hover,
.educacion .cr {
    border: 1px solid #02cc09
}

.ocio i {
    color: #ff4b4b
}

#cont_ocio,
.checkpapa .checkbox.ocio.marcado,
.checkpapa .checkbox.ocio:hover,
.ocio .cr {
    border: 1px solid #ff4b4b
}

.salud i {
    color: #d076ff
}

#cont_salud,
.checkpapa .checkbox.salud.marcado,
.checkpapa .checkbox.salud:hover,
.salud .cr {
    border: 1px solid #d076ff
}

.spublico i {
    color: #730016
}

#cont_spublico,
.checkpapa .checkbox.spublico.marcado,
.checkpapa .checkbox.spublico:hover,
.spublico .cr {
    border: 1px solid #730016
}

.transportes i {
    color: #00710d
}

#cont_transportes,
.checkpapa .checkbox.transportes.marcado,
.checkpapa .checkbox.transportes:hover,
.transportes .cr {
    border: 1px solid #00710d
}

#cont_comercios .checkbox,
#cont_cultura .checkbox,
#cont_educacion .checkbox,
#cont_ocio .checkbox,
#cont_salud .checkbox,
#cont_spublico .checkbox,
#cont_transportes .checkbox,
.checkpapa .checkbox {
    width: 24%;
    display: inline-block;
    padding: 5px
}

.checkpapa .checkbox.marcado {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.checkbox.cultura:hover,
.checkbox.educacion:hover,
.checkpapa .checkbox:hover {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px
}

.inbl {
    float: left;
    width: 80%;
    line-height: 20px
}

.checkpapa label {
    float: left
}

#cont_comercios,
#cont_cultura,
#cont_educacion,
#cont_ocio,
#cont_salud,
#cont_spublico,
#cont_transportes {
    padding: 8px;
    background-color: #fcfcfc
}

#floating-panel {
    margin-top: 200px
}

.ui-tooltip {
    background: #fff !important
}

.navbar-fixed-submenu2 {
    position: fixed;
    top: 107px;
    border-bottom: 0
}

.entorno {
    width: 100%;
    padding: 20px;
    padding-top: 75px
}

div.separatorLabel {
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #f4f4f4;
    padding-right: 1em;
    color: #5a5a5a
}

div.separatorContainer {
    margin: 6px;
    width: auto;
    height: 1.5em;
    position: relative;
    display: block !important;
    font-weight: 700;
    margin-top: 10px !important
}

#metro,
.metro_icon {
    background-image: url(/img/metro.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: 7balcon00;
    color: #626262
}

div.separatorLine {
    width: 100%;
    height: 1px;
    background-color: #a0a0a0;
    margin-top: .7em;
    position: absolute;
    left: 0;
    z-index: 0
}

#metro_title,
.metro_icon {
    text-decoration: underline
}

.rodalies_icon {
    background-image: url(/img/rodalies.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: 700;
    color: #626262
}

.ferrocaril_icon {
    background-image: url(/img/ferrocaril.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: 700;
    color: #626262
}

.bus_icon {
    background-image: url(/img/bus.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: 700;
    color: #626262
}

.entorno>.content li {
    list-style: initial
}

#avisos .box5,
#pol,
.justy {
    text-align: justify !important
}

.mostra_id.similarprop {
    margin-right: -5px
}

.dispon .ui-widget.ui-widget-content {
    background-color: transparent !important
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    font-weight: 400 !important
}

.grder_xsiz {
    float: right
}

.divbotopostular {
    cursor: pointer;
    bottom: 0;
    width: 150px;
    left: 40%;
}

.amagargen {
    display: none !important
}

.leermenos,
.leermenosyear {
    width: 100%;
    max-width: 176px;
    display: block
}

.botinfgen {
    width: 100%;
    bottom: 0
}

.response_deposit {
    font-size: 20px;
    padding: 80px
}

.response_deposit img {
    width: 100%
}

.clear {
    clear: both
}

.row.property-row-info .calcul {
    width: inherit
}

iframe {
    border: none !important
}

#cont_comercios .checkbox,
#cont_educacion .checkbox,
#cont_ocio .checkbox,
#cont_salud .checkbox,
#cont_spublico .checkbox,
#cont_transportes .checkbox,
.wp-content-categorias #cont_cultura .checkbox {
    display: inline;
    float: left
}

#cont_comercios,
#cont_cultura,
#cont_educacion,
#cont_ocio,
#cont_salud,
#cont_spublico,
#cont_transportes {
    display: inline-block;
    width: 100%
}

#mapalink .checkbox+.checkbox {
    margin-top: 0 !important
}

.menor {
    height: 107px !important;
    width: 107px !important
}

.width45 {
    width: 45px
}

#street_search_form {
    height: 130px;
    width: 100%;
    background-color: #4285f4 !important;
    position: relative;
    background-image: url(/img/img1_street_search_map.png);
    background-repeat: no-repeat;
    background-position: 8px 49px;
    background-size: 33px
}

.street_search_input {
    background: 0 0 !important;
    border: 0 !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    width: 80% !important;
    height: 28px !important;
    position: absolute !important;
    left: 15% !important;
    padding-left: 0 !important;
    font-size: 14px !important
}

.street_search_input#start {
    top: 45px
}

.street_search_input#end {
    top: 77px
}

input.button.generic_button.detail_property_button.lodging_detail_pb.book_now_bt.id4,
input.button.generic_button.detail_property_button.lodging_detail_pb.book_now_bt.id5,
input.button.generic_button.detail_property_button.lodging_detail_pb.book_now_bt.id6 {
    font-size: 12px;
    padding-left: 30px;
    padding-top: 3px
}

.transport_mode {
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(/img/gmaps_icons.png);
    top: 15px;
    cursor: pointer
}

.transport_mode.tp_driving {
    background-position-x: -24px;
    background-position-y: -96px;
    left: 50px
}

.transport_mode.tp_transit {
    background-position-x: -72px;
    background-position-y: -120px;
    left: 85px
}

.transport_mode.tp_walking {
    background-position-x: -72px;
    background-position-y: -144px;
    left: 120px
}

.transport_mode.tp_bici {
    background-position-x: -72px;
    background-position-y: -168px;
    left: 155px
}

.tp_close {
    position: absolute;
    color: #fff;
    left: 92%;
    top: 10px;
    font-size: 20px;
    cursor: pointer
}

#end::-webkit-input-placeholder {
    color: #c9c9c9 !important
}

#end:-moz-placeholder {
    color: #c9c9c9 !important
}

#directionsPanel {
    background-color: #fff;
    overflow-y: auto;
    max-height: 255px;
    font-size: 13px;
    border-bottom: 1px solid #d7d7d7;
    max-height: 450px
}

.adp-agencies,
.adp-placemark,
.adp-warnbox {
    display: none
}

.adp-substep {
    padding: 8px;
    max-width: 170px
}

.adp-summary {
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-weight: 700
}

#map_icon_search {
    background-image: url(/img/map_icon_search.png);
    width: 25px;
    height: 19px;
    position: absolute;
    background-size: 17px;
    background-color: #4285f4 !important;
    right: 5%;
    background-position-x: 4px;
    top: 83px;
    background-repeat: no-repeat;
    cursor: pointer
}

#street_search_input {
    width: 257px;
    height: 38px;
    background-color: #fff;
    position: absolute;
    top: 73px;
    left: 10px;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2), 0 -1px 0 rgba(0, 0, 0, .02)
}

#street_search_input input {
    border: none !important;
    width: 213px !important;
    font-size: 13.5px;
    line-height: 35px;
    padding-left: 10px
}

#street_search_input #gm_place_button {
    width: 40px;
    height: 38px;
    float: right;
    background-image: url(/img/gmaps_buttons.png);
    background-color: #fff;
    background-position-x: -5px;
    cursor: pointer;
    display: none
}

#street_search_input #gm_route_button {
    width: 40px;
    height: 38px;
    float: right;
    background-image: url(/img/gmaps_buttons.png);
    background-color: #fff;
    background-position-x: -65px;
    cursor: pointer
}

#street_search_input .buttons_divisor {
    width: 1px;
    height: 30px;
    float: right;
    margin-top: 5px;
    background-color: #d4d4d4
}

table.adp-directions td {
    border-width: 0;
    border-top: 1px solid #c2c2c2
}

.adp-legal {
    display: none
}

td.adp-substep.metro {
    padding: 14px
}

.search_google_container {
    width: 100%;
    max-width: 292px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .85);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    font-size: 16px;
    z-index: 1000;
    border-radius: 4px;
    overflow: hidden
}

#mapasit .loadingmap {
    top: 169px;
    left: 44%;
    position: absolute
}

.results-container .loading img {
    width: 90px
}

.property {
    -moz-transition: height 10s ease;
    -webkit-transition: height 10s ease;
    -o-transition: height 10s ease;
    transition: height 10s ease
}

.property.descartado {
    height: 60px
}

.descartado .thumbnail-container {
    display: none
}

.descartado .rectangleizq {
    display: none
}

.text2 {
    margin-top: 23px !important;
    margin-left: 28px !important;
    line-height: 16px
}

.logopie {
    padding: 19px
}

.logopie2 {
    padding: 19px;
    margin-top: 15px
}

#error_text {
    color: red;
    font-weight: 700
}

.error-dates {
    color: #f10000;
    font-weight: 700
}

img.imgwifitext {
    height: 26px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px
}

.paperera_n {
    background-image: url(/img/paperera_n.png) !important;
    background-size: 16px
}

.negrita {
    font-weight: 700
}

#fal {
    line-height: 36px
}

.entramite {
    font-weight: 700;
    padding-left: 20px
}

.textnormal {
    font-weight: 400 !important
}

.homepage-boxesow .homepage-logo {
    margin-top: 2px
}

.homepage-boxese .homepage-logo {
    margin-top: 75px
}

.property-availability.oportunidad {
    color: #b9c115;
    font-weight: 700;
    font-size: 18px;
    background-image: url(/img/icn_oportunidad.svg);
    background-size: 22px;
    padding-top: 2px
}

.property-availability.nuevo {
    font-weight: 700;
    font-size: 18px;
    color: #565656;
    background-image: url(/img/icn_nuevo.svg);
    background-size: 22px;
    padding-top: 2px
}

.property-availability.exclusividad {
    font-weight: 700;
    font-size: 18px;
    color: #24aba9;
    background-image: url(/img/icn_exclusividad.svg);
    background-size: 22px;
    padding-top: 2px
}

.check_le,
.chectemporada {
    background-image: url(/img/check_temporada.png);
    background-image: 25px;
    background-repeat: no-repeat;
    padding-left: 35px
}

.check_le {
    background-image: url(/img/check_le.png)
}

.checventa {
    background-image: url(/img/check_ve.png);
    background-image: 25px;
    background-repeat: no-repeat;
    padding-left: 35px
}

.sumamas,
.sumamas_le {
    background-image: url(/img/sumamas.png);
    background-position: 0 120px;
    background-repeat: no-repeat;
    padding-left: 85px
}

.sumamas_le {
    background-image: url(/img/sumamas_le.png)
}

.naranja {
    color: #f48221
}

.mostaza {
    color: #d1a119
}

.paddinleft35 {
    padding-left: 35px
}

.cambioparrafo2 {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 15px;
    margin-bottom: 0
}

.train_tu {
    background-image: url(/img/train_tu.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 25px;
    padding-bottom: 8px
}

.plane_tu {
    background-image: url(/img/plane_tu.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 25px;
    padding-bottom: 3px
}

.alertu {
    background-image: url(/img/icn_atencion_popup_04.svg);
    background-size: 45px;
    background-repeat: no-repeat;
    padding-left: 60px;
    font-weight: 700;
    min-height: 45px;
    padding-top: 11px;
    margin-top: 20px
}

.linecondiciones {
    height: 1px;
    width: 100%;
    background-color: #a0a0a0;
    margin-bottom: 20px
}

.checktu {
    background-image: url(/img/check_tu.png);
    background-image: 25px;
    background-repeat: no-repeat;
    padding-left: 35px
}

.car_tu {
    background-image: url(/img/car_tu.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-size: 25px
}

.thumbpropert .thumbnail-container .arrow-left,
.thumbpropert .thumbnail-container .arrow-right {
    display: none
}

.clearbothimport {
    clear: both !important
}

.box28,
.box32 {
    display: block !important;
    height: auto
}

.confoto {
    z-index: -10;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: -20px
}

.confotolanding {
    z-index: -10;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: -85px
}

.marginlandsup {
    margin-top: 75px
}

.confotolanding.larg {
    margin-top: -124px !important
}

#id_description a {
    text-decoration: underline
}

.confotolanding.turi {
    margin-top: -85px;
    height: 680px
}

.confotolanding.vent {
    margin-top: -85px;
    height: 629px
}

img.lg-object.lg-image {
    max-height: 75%
}

.textdecunder a {
    text-decoration: underline !important
}

.divbotomap,
.divbotomap2 {
    cursor: pointer;
    z-index: 100;
    top: 2px;
    right: 4px;
    line-height: 13px;
    padding: 4px;
    padding-right: 23px;
    font-size: 15px
}

.infobot {
    background-color: #fff;
    width: 250px;
    height: auto;
    top: 42px;
    right: 0;
    padding: 4px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    line-height: 15px;
    font-size: 12px
}

.divbotomap2 {
    background-color: #565656
}

.eix {
    line-height: 29px;
    padding: 2px 7px !important;
    font-size: 16px
}

.redon {
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 2px solid #fff;
    padding: 5px;
    margin-right: 5px
}

#t_temporada .divbotomap {
    background-color: #f48221
}

#l_larga .divbotomap {
    background-color: #d1a119
}

#v_ventas .divbotomap {
    background-color: #71533b
}

#t_turismo .divbotomap {
    background-color: #16b9e4
}

#t_temporada .infobot {
    color: #f48221;
    border: 1px solid #f48221
}

#l_larga .infobot {
    color: #d1a119;
    border: 1px solid #d1a119
}

#v_ventas .infobot {
    color: #71533b;
    border: 1px solid #71533b
}

#t_turismo .infobot {
    color: #16b9e4;
    border: 1px solid #16b9e4
}

.flap-turismo .text.text2 {
    font-size: 11px
}

.capitalize {
    text-transform: capitalize !important
}

.contimgdatos .fontnormal,
.homepage-user .fontnormal {
    font-weight: 400 !important;
    font-size: 23px !important
}

.titoluser {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    color: #565656;
    margin-top: 10px !important;
    margin-bottom: 12px !important
}

.borduser {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px
}

.dolores {
    color: #a50022;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    margin-bottom: 3px
}

.tamuser {
    height: 44px
}

.box31 {
    height: 178px
}

.collabinput {
    font-weight: 400;
    line-height: 32px;
    padding-left: 39px
}

#datosgestion,
#datosindex {
    padding-top: 110px
}

.adder {
    width: 6px;
    padding: 0
}

.adizq {
    border-right: 0;
    border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    font-size: 12px;
    color: #949494
}

.admed {
    border-right: 0;
    border-left: 0;
    background-color: #eee;
    text-align: right;
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .75)
}

.divbotodatos {
    border: 1px solid #a50022;
    border-radius: 20px;
    background-color: #fff;
    color: #a50022;
    padding: 9px 16px;
    float: right;
    cursor: pointer;
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 0;
    width: 250px
}

.titoldades,
.titoldades2 {
    color: #565656;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    padding-bottom: 11px
}

.titoldades2 {
    font-size: 16px
}

.marginesp,
.marginesp2 {
    padding: 20px 16px
}

.marginesp2 {
    background-color: #eee
}

#datosindex .box28,
.box32 {
    padding: 0
}

#contactfavorito .inputs2,
#contactfavorito option {
    color: #565656
}

.divbotodatos2 {
    float: right;
    width: 250px;
    margin-top: 0
}

#datosindex .form-control::-webkit-input-placeholder {
    font-size: 14px
}

#datosindex .form-control:-moz-placeholder {
    font-size: 14px
}

#datosindex .form-control::-moz-placeholder {
    font-size: 14px
}

#datosindex .form-control:-ms-input-placeholder {
    font-size: 14px
}

#datosindex input:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .75) !important;
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .75) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .75) !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#datosindex .fontnormal,
#datosindex .tit_h1 {
    color: #fff !important
}

.contopc {
    padding: 17px;
    height: 97px
}

.cuadradonum {
    width: 56px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-right: 2px solid #eee;
    font-weight: 700;
    font-size: 38px;
    float: left
}

.solicitud {
    color: #565656;
    font-size: 21px;
    font-weight: 700;
    line-height: 23px;
    display: block;
    padding: 3px 12px 3px 12px;
    margin-top: 5px;
    float: left
}

.perfil {
    color: #a50022;
    font-size: 14px;
    line-height: 19px;
    margin-top: 5px;
    font-weight: 400
}

.cuabola {
    float: right;
    padding: 18px 10px
}

.ir {
    cursor: pointer;
    height: 24px;
    width: 24px
}

.blanctrans {
    opacity: .35 !important
}

.forzado {
    width: 104%;
    margin-left: -12px;
    border: 1px solid #565656;
    background-color: #fff
}

.boxtrans {
    background-color: rgba(255, 255, 255, .8)
}

.fonsblanc2 {
    background-color: #fff
}

#lateral .box32 {
    overflow: hidden
}

.pis {
    color: #565656;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.carrer,
.referencia {
    color: #565656;
    font-size: 13px;
    line-height: 20px;
    margin-top: 6px
}

.contgestor {
    color: #a50022;
    font-size: 28px;
    font-weight: 700;
    line-height: 25px
}

.cir {
    width: 140px;
    height: 140px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px 1px #c7c7c7;
    -moz-box-shadow: 0 0 2px 1px #c7c7c7;
    box-shadow: 0 0 2px 1px #c7c7c7
}

.fotcont {
    height: 140px
}

.dertbody .homepage-datos.absol.confoto {
    background-color: #f8f8f8 !important;
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/home/background_4.jpg);
    background-size: 100% 559px;
    background-position: 0 0;
    height: 100% !important;
    margin-top: 0 !important
}

.selectpicker.white {
    background-color: #fff
}

.exceloficina {
    background-image: url(/img/msexcel.svg);
    background-position: 0 13px;
    background-repeat: no-repeat;
    padding-left: 34px;
    font-size: 14px;
    line-height: 55px;
    color: #565656;
    cursor: pointer;
    background-size: 28px;
    text-transform: uppercase
}

.resultados-text-office {
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: -35px;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    text-transform: uppercase
}

.more-results-button {
    max-width: 300px
}

.modal-dialog.profitability-dialog iframe {
    width: 100%;
    max-height: 77px
}

.help_wifi {
    float: left;
    margin-left: 7px;
    margin-top: 3px
}

.featurediv {
    float: left
}

.feature-div-container {
    width: 100%;
    min-height: 25px
}

.wifi-feature-container {
    cursor: pointer
}

#landingturis .datepicker {
    border: 1px solid #16b9e4
}

#landingturis .textin-estancia {
    font-weight: 700
}

.situacio-button {
    float: right;
    margin-top: 44px
}

.total-pisos {
    margin-top: 30px;
    text-align: center
}

.numero-pisos {
    color: #565656;
    font-size: 12px;
    font-weight: 700
}

.ref_result img {
    float: right;
    padding-top: 8px
}

.ref_result .inputs3 {
    width: 90%;
    float: left
}

.linkedin img {
    max-width: 44px
}

.linkedin_blue {
    font-weight: 700;
    color: #1686b0
}

.google img {
    width: 100px
}

.resultados-cont {
    height: 54px;
    display: table
}

.resultados-cont .resultados-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.barrios2 .licencias {
    text-align: left;
    margin-bottom: 0;
    margin-top: 57px;
    width: 302px
}

img.off-descartar {
    width: 100%
}

.condiciones-derecha img,
.condiciones-izquierda img {
    width: 32px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer
}

.condiciones-derecha {
    float: right
}

.condiciones-izquierda {
    float: left
}

.paytpv-container {
    max-width: 600px !important
}

.paytpv-container iframe {
    width: 100%;
    overflow-y: hidden
}

img.classforcvc2img {
    margin-top: 0 !important;
    height: 18px !important;
    width: auto
}

.homepage-honorarios {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background_response_incorrect.jpg);
    background-color: #fff !important;
    margin-top: -250px !important
}

.honorarios-logo {
    text-align: center;
    margin-top: 65px;
    margin-bottom: 5px
}

.honorarios-page .row {
    position: relative
}

.honorarios-page .watermark {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(/img/logo_shb_menu.svg);
    background-repeat: no-repeat;
    background-size: 450px;
    opacity: .04;
    background-position: bottom right
}

.paperera_inquilino,
.paperera_monthly {
    background-image: url(/img/paperera_n.png) !important;
    background-size: 16px;
    background-repeat: no-repeat;
    height: 23px;
    padding-left: 30px;
    padding-top: 2px;
    font-weight: 700;
    margin-left: 17px;
    margin-top: 7px;
    margin-bottom: 7px;
    cursor: pointer
}

label#sel_paypal {
    margin-left: 20px
}

.llavesbailen {
    position: absolute;
    right: 100px;
    z-index: 99;
    top: 12px;
    background-image: url(/img/llave-icono.png);
    background-size: 32px;
    height: 32px;
    width: 32px;
    background-repeat: no-repeat
}

.combodoc {
    width: 50%;
    margin-bottom: 15px;
    margin-left: 25%;
    margin-right: 25%
}

.tick_payment_lodging {
    width: 66px;
    margin: auto
}

.tick_payment_lodging img {
    width: 100%
}

.paymentxt {
    font-size: 19px !important;
    padding-right: 55px;
    padding-top: 10px
}

.modal-open-fix {
    overflow: hidden
}

.modal-open-fix-pad {
    padding-right: 15px
}

.help_licencia {
    float: left;
    margin-left: 7px;
    margin-top: -3px;
    cursor: pointer
}

.licencia_tit {
    float: left
}

.owner-contact-button {
    margin: auto
}

.pisos_recientes .featured_property {
    width: 178px !important
}

.featured-info {
    color: initial !important
}

.vistosrecientemente {
    background-image: url(/img/icn_h1_visto.svg);
    background-repeat: no-repeat
}

.gestion:focus,
.gestion:hover {
    color: #fff
}

.link_contacto_empresas {
    margin-top: 35px;
    margin-bottom: 35px
}

.boxrelacionados {
    max-width: 178px;
    margin: auto
}

.commentcol {
    padding-bottom: 8px
}

#landingtemp #filtro1,
#landingtemp #filtro2 {
    background-color: #f48221
}

#landingtemp #filtro1>div,
#landingtemp #filtro2>div {
    color: #fff !important
}

#landinglarga #filtro1,
#landinglarga #filtro2 {
    background-color: #d1a119
}

#landinglarga #filtro1>div,
#landinglarga #filtro2>div {
    color: #fff !important
}

#landingturis #filtro1,
#landingturis #filtro2 {
    background-color: #16b9e4
}

#landingturis #filtro1>div,
#landingturis #filtro2>div {
    color: #fff !important
}

#landingventas #filtro1,
#landingventas #filtro2 {
    background-color: #71533b
}

#landingventas #filtro1>div,
#landingventas #filtro2>div {
    color: #fff !important
}

.text_search_mapa {
    top: 89%;
    left: 4px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #cecece;
    background: #fff;
    background-image: url(/img/icn_busqueda.svg);
    padding-right: 30px;
    background-repeat: no-repeat;
    background-position: 98%
}

.text_search_mapa>input {
    border: none;
    width: 180px
}

.valoraciones_encuestas {
    border-top: 1px solid #cecece
}

.valoraciones_encuestas .title_general {
    padding-top: 25px;
    text-align: right;
    padding-bottom: 12px
}

.valoraciones_encuestas .campo_encuesta {
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px
}

.estrellas_encuestas .progress-bar.gran {
    max-width: 100px;
    margin-left: 0;
    background-color: #f48221;
    height: 24px !important
}

.estrellas_encuestas {
    margin-top: 22px
}

.estrellas_encuestas .estrellas.gran {
    width: 97px !important
}

.campo1 {
    border-top: 1px solid #cecece
}

.campo1 .campo_encuesta {
    padding-top: 15px
}

.campo3 .campo_encuesta {
    padding-bottom: 15px
}

.valoracion_barra_back {
    float: left;
    width: 90%;
    background-color: #e0e0e0;
    height: 9px;
    max-width: 465px;
    margin-top: 7px
}

.valoracion_barra_real {
    height: 100%
}

.valoracion_numero {
    float: left;
    width: 8%;
    margin-left: 2%;
    text-align: left;
    color: #969696
}

.col_larga .cua.comentaris,
.col_temp .cua.comentaris {
    margin-right: 6px !important
}

.col_larga .imgestrella.gran,
.col_temp .imgestrella.gran {
    width: 105px;
    top: -2px;
    left: -5px;
    color: red
}

.box8 {
    overflow: hidden
}

.anex {
    text-align: justify;
    line-height: 33px
}

.empleado-box {
    height: 140px !important
}

.paddingtop10 {
    padding-top: 10px
}

.cuenta-container {
    margin-top: 85px
}

.box-container {
    padding: 0 !important;
    overflow: hidden
}

.leftmenu-item {
    height: 80px;
    width: 100%;
    background-color: #ebebeb;
    border: 1px solid #d2d2d2;
    border-top: 0
}

.leftmenu {
    padding: 0
}

.homepage-cuenta {
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-contact.jpg);
    background-color: #fff !important;
    margin-bottom: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    background-position: center;
    padding-top: 57px
}

.welcome_enterprise {
    height: 160px;
    border-bottom: 1px solid #d2d2d2
}

.welcome_enterprise .logo {
    text-align: center
}

.welcome_enterprise .logo img {
    height: 150px;
    max-width: 100%
}

.welcome_enterprise .title {
    font-size: 30px;
    color: #7f7f7f;
    top: 50%;
    line-height: 30px
}

.welcome_enterprise .title span {
    font-size: 66px
}

.item-text {
    padding-left: 15px;
    width: 55%;
    float: left;
    padding-top: 30px;
    font-size: 16px;
    color: #7f7f7f
}

.item-img {
    width: 35%;
    float: left;
    text-align: center;
    border-right: 1px solid #d2d2d2;
    height: 60px;
    margin-top: 10px
}

.item-img img {
    margin-top: 9px;
    width: 45px
}

.leftmenu-item.selected {
    background-color: #fff;
    border-right: 0
}

.leftmenu-mobile {
    margin-top: 23px;
    margin-bottom: 20px
}

.info_granate {
    color: #a50022 !important;
    font-size: 18px;
    font-weight: 700
}

.acerca .title {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 7px;
    height: 30px
}

.acerca {
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    border-radius: 10px
}

.acerca .field {
    margin-bottom: 4px;
    margin-top: 4px
}

.acerca .title .text {
    color: #a6a6a6;
    float: left
}

.acerca .title .edit {
    color: #a6a6a6;
    float: right;
    cursor: pointer
}

.acerca .field>div {
    display: inline-block
}

.acerca .field>.fieldlabel {
    margin-right: 10px
}

.acerca .field>.value {
    font-weight: 700
}

.acerca .edit_field {
    height: 19px !important
}

.validacion {
    float: right;
    color: #a50022;
    cursor: pointer;
    margin-top: -10px
}

.convenioimg img {
    width: 100%;
    border: 1px solid #d2d2d2
}

.action_button {
    float: left;
    margin-right: 7px;
    cursor: pointer;
    margin-left: 7px
}

.action_button img {
    width: 32px
}

.table .fila:nth-child(odd) {
    background-color: #ebebeb
}

.table .fila:nth-child(even) {
    background-color: #fff
}

.table .columna {
    float: left;
    width: 14%;
    padding-left: 10px;
    height: 23px;
    overflow: hidden;
    padding-top: 3px
}

.columna.ano,
.columna.mes {
    width: 85px !important
}

.table .cabecera {
    height: 35px;
    border-bottom: 1px solid #b7b7b7;
    margin-bottom: 10px;
    font-size: 15px
}

.table .fila {
    height: 35px;
    font-size: 15px;
    padding: 3px
}

.table .columna.contrato {
    width: 40% !important
}

.table .columna.fecha {
    width: 25% !important
}

.table .columna.importe {
    width: 15% !important
}

.table_facturas .table,
.table_recibos .table {
    margin-top: 10px;
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 0 !important
}

.action_button_table {
    float: right;
    margin-right: 4px;
    cursor: pointer;
    margin-left: 4px;
    cursor: pointer
}

.action_button_table input {
    width: 66%
}

.action_button_table.hiden {
    display: none
}

.action_button_table .icon_action_left {
    float: right;
    margin: 0 3px
}

.action_button_table img {
    width: 21px
}

.action_button_table .icon_action_left img {
    width: 20px
}

.table_facturas,
.table_recibos {
    padding: 15px
}

.granate {
    color: #a50022 !important
}

.padding0 {
    padding-left: 0;
    padding-right: 0
}

.reserva .thumb img {
    width: 90%;
    margin-top: 4px;
    max-height: 105px;
    min-height: 78px
}

.reserva .data,
.reserva .thumb {
    height: 120px;
    line-height: 23px
}

.reserva .data u {
    cursor: pointer
}

.reserva {
    padding: 15px;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    border-radius: 10px;
    margin-top: 8px;
    margin-bottom: 8px
}

.contratos .title.info_granate {
    margin-top: 10px
}

.contratos .title,
.reservas .title {
    margin-bottom: 10px;
    font-size: 22px;
    margin-top: 40px
}

.miniatura {
    width: 99px;
    border: 1px solid #ebebeb;
    margin-top: 2px
}

#doc_contrato,
#doc_liquidacion,
#doc_reserva {
    width: 100%
}

.action_button_md {
    float: left;
    margin: 15px 15px 0 0
}

.reserva-title {
    margin-right: 8px;
    float: left
}

.actions {
    float: left
}

.reserva .actions .action_button_table {
    float: left !important
}

.miniatura.contrato {
    width: 200px;
    margin-top: 10px
}

.consultar_reserva {
    margin-top: 7px
}

.contrato-item {
    padding-top: 8px
}

.facturas-item,
.mapa-item {
    padding-top: 20px
}

.info_pisos img {
    width: 20px;
    margin-right: 5px
}

.ojo,
.ojono {
    margin-left: 10px;
    cursor: pointer;
    float: right
}

.top-info {
    margin: 20px
}

.top-info>div {
    margin-bottom: 7px
}

.cuenta_loader {
    display: inherit;
    margin: 0 auto;
    width: 91px
}

#carregan .cuenta_loader {
    position: absolute;
    z-index: 1;
    top: 106px;
    width: 133px
}

.clicktexto {
    margin-bottom: 10px
}

.piso_caracteristicas .image img {
    width: 100%
}

.mapa-perso .title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.log-dialog {
    max-width: 350px
}

.log-dialog .modal-body {
    background: #4c4c4c;
    font-size: 15px;
    color: #fff
}

.log-dialog .modal-body img.logo {
    margin: 0 auto;
    display: inherit
}

.log-dialog .modal-body input[type=password],
.log-dialog .modal-body input[type=text] {
    width: 100%;
    margin-top: 15px;
    border: none;
    color: #505050;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    font-family: Century Gothic
}

.log-dialog .modal-body .initboton div {
    color: #4c4c4c !important
}

.content_log {
    height: 250px
}

.logo_log {
    float: left;
    width: 30%;
    text-align: center
}

.logo_log img {
    width: 80px;
    margin-top: 25px
}

.log_inputs {
    float: left;
    width: 60%
}

.log_inputs span {
    color: #a50022;
    font-weight: 700
}

.log_inputs input {
    margin: 7px 0
}

.content_log hr {
    width: 100%;
    border-top: 0;
    border-bottom: 10px solid #fff;
    padding-top: 10px;
    clear: both
}

.log_bottom {
    float: left;
    width: 100%
}

.log_bottom span {
    font-weight: 700
}

.log_bottom span.rojo_t {
    color: #a50022
}

.log_boton {
    float: right
}

.rs_log_ok,
.rs_rememeber_ok {
    color: #445a44;
    font-weight: 700;
    padding: 10px;
    clear: both
}

.rs_log_ko,
.rs_rememeber_ko {
    color: #862e2e;
    font-weight: 700;
    padding: 10px;
    clear: both
}

.piso_caracteristicas .caracteristica {
    float: left;
    width: 15%;
    margin-right: 2%;
    text-align: center;
    background-color: #f8f8f8;
    font-size: 10px;
    max-height: 36px
}

.piso_caracteristicas .caracteristica.ult {
    margin-right: 0 !important
}

.piso_caracteristicas .caracteristica img {
    width: 22px
}

.piso_caracteristicas .caracteristica {
    max-height: 35px
}

.piso_caracteristicas .caracteristica.wifi div {
    padding-top: 20%;
    height: 35px
}

.piso_caracteristicas .number {
    margin-top: -4px;
    height: 20px
}

.linea_caracteristicas {
    margin-top: 8px
}

.piso_caracteristicas .disponibilidad .disp,
.piso_caracteristicas .disponibilidad .disp2 {
    font-size: 12px !important;
    line-height: initial !important;
    margin-right: 11px
}

.piso_caracteristicas .disponibilidad .disp {
    font-size: 14px !important;
    padding-top: 5px
}

.piso_caracteristicas .disponibilidad .okpeq {
    width: 16px !important;
    margin-top: -5px
}

.piso_caracteristicas .disponibilidad .info_disponibilidad {
    float: left;
    width: 66%;
    background-color: #ebebeb;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    height: 40px
}

.info_disponibilidad div {
    float: left;
    font-size: 10px;
    line-height: initial !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0;
    height: auto
}

.info_disponibilidad .image {
    width: 23px;
    margin-top: 8px !important
}

.info_disponibilidad .textoapartirde {
    font-weight: 700
}

.piso_caracteristicas .disponibilidad .precio {
    font-weight: 700;
    font-size: 11px;
    float: left;
    width: 34%;
    border: 1px solid #ebebeb;
    height: 40px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    padding-top: 8px
}

.piso_caracteristicas .disponibilidad {
    margin-top: 10px
}

.piso_caracteristicas .verficha {
    margin-top: 8px
}

.preciotur {
    width: 100% !important;
    text-align: left !important;
    padding-left: 10px !important;
    font-size: 13px !important
}

.color_default {
    color: #565656 !important
}

.info_contrato {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px
}

.square {
    height: 100px;
    margin-top: 8px;
    border-radius: 15px;
    border: 1px solid #b1b1b1;
    cursor: pointer
}

.seccion_selector .icon {
    background-size: 45px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    height: 57px
}

.seccion_selector .title {
    padding-top: 10px;
    text-align: left;
    font-size: 16px;
    margin-left: 10px;
    color: #7f7f7f !important
}

.seccion_selector .title.consumos {
    padding-top: 0 !important
}

.seccion_selector .icon.reservas {
    background-image: url(/img/cuenta/historico_reserva.png)
}

.seccion_selector .icon.contrato {
    background-image: url(/img/cuenta/historico_contrato.png)
}

.seccion_selector .icon.facturas {
    background-image: url(/img/cuenta/historico_facturas.png)
}

.seccion_selector .icon.consumos {
    background-image: url(/img/cuenta/historico_consumos.png)
}

.seccion_selector.active .icon.reservas {
    background-image: url(/img/cuenta/historico_reserva_g.png)
}

.seccion_selector.active .icon.contrato {
    background-image: url(/img/cuenta/historico_contrato_g.png)
}

.seccion_selector.active .icon.facturas {
    background-image: url(/img/cuenta/historico_facturas_g.png)
}

.seccion_selector.active .icon.consumos {
    background-image: url(/img/cuenta/historico_consumos_g.png)
}

.seccion_selector.active .title {
    color: #a50022 !important
}

.miniatura_historico {
    border: 1px solid #ebebeb;
    margin-top: 25px;
    margin-left: 50px;
    height: 200px
}

.imgminiatura {
    float: left
}

.apartado .actions {
    margin-top: 35px;
    margin-left: 15px
}

.apartado .table {
    height: 80px !important
}

.apartado .table_facturas,
.table_recibos {
    margin-top: 7px !important;
    margin-bottom: 0 !important;
    padding: 10px !important
}

.line_reserva_g {
    padding: 5px 15px;
    background: #e2e2e2;
    margin-bottom: 2px
}

.line_reserva_gg {
    padding: 5px 15px;
    background: #c3c3c3;
    margin-bottom: 2px
}

.fechas_reserva {
    color: #e49228;
    float: right
}

.fechas_reserva a {
    float: right;
    color: #e49228;
    font-weight: 700;
    font-size: 17px;
    margin: 10px 0
}

.head_user {
    display: none;
    background: rgba(255, 255, 255);
    color: #656565;
    text-decoration: none;
    padding: 10px;
    position: absolute;
    width: 181px;
    top: 44px;
    font-size: 14px;
    line-height: 22px;
    left: 44px;
    text-align: left;
    font-weight: 400
}

.head_user hr {
    margin: 5px 0;
    border: 0;
    border-top: 1px solid #bdbcbc
}

#head_avatar {
    cursor: pointer;
    margin-top: 0
}

#name_user {
    font-weight: 700
}

#destroy_user {
    cursor: pointer
}

.table .columna.refe {
    min-width: 153px
}

.table .columna.contrato {
    width: 27% !important
}

.table .columna.fecha {
    width: 20% !important
}

.table .columna.importe {
    width: 14% !important
}

.table .columna.acciones {
    width: 180px !important
}

.filtro_button {
    float: right;
    text-align: right;
    width: 50%;
    max-width: 150px;
    background-color: #a50022;
    color: #fff;
    font-weight: 700;
    padding: 6px;
    border-radius: 12px;
    margin-bottom: 10px;
    background-image: url(/img/arrow_honorarios_white_dn.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    cursor: pointer
}

.filtro_button.open {
    background-image: url(/img/arrow_honorarios_white_up.svg) !important
}

.table_facturas .title,
.table_recibos .title {
    float: left;
    width: 50%;
    margin-top: 7px
}

.table_facturas .help {
    width: 15px;
    margin: 0 0 0 5px;
    cursor: pointer
}

.busqueda_avanzada {
    width: 100%;
    clear: both;
    margin-bottom: 10px;
    height: 26px
}

.busqueda_avanzada .campo {
    float: left;
    margin-right: 10px
}

.busqueda_avanzada .campo input {
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    width: 90px;
    margin-left: 5px
}

.busqueda_avanzada label,
.busqueda_avanzada select {
    display: inline-block;
    width: auto !important
}

.busqueda_avanzada select {
    padding-left: 2px !important;
    width: 90px !important;
    height: 25px;
    padding: 0;
    margin-left: 5px
}

.contenedor-iconos {
    position: relative
}

img.calcula_estancia {
    width: 30px
}

.logo_reserca img {
    height: 88px;
    max-width: 144px
}

.loading_montlyprice {
    float: right
}

.loading_montlyprice img {
    width: 20px
}

#reset_detail_monthly {
    background-image: url(/img/paperera2.png);
    background-size: 17px;
    margin-top: 0;
    height: 31px;
    background-color: rgba(255, 255, 255, 0);
    background-position: 10px;
    width: 38px;
    float: right
}

.importe_reserva {
    float: right;
    font-weight: 700
}

input#from_reserva,
input#to_reserva {
    width: 80%;
    float: left
}

.solicitud_reserva {
    background: #e49228;
    width: 60%;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    margin: 11px auto;
    cursor: pointer
}

.calc_img {
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px
}

.message_correct_send {
    font-size: 27px;
    color: #4c4c4c;
    line-height: normal
}

.ok_send_reserva {
    width: 100px
}

.message_ok_content {
    text-align: center
}

.message_error {
    font-size: 17px;
    color: #c14a4a;
    font-weight: 700
}

.calcular:hover {
    color: #e49228 !important
}

.calcular {
    border: 1px solid #e49228;
    padding: 2px 8px;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    float: right;
    color: #e49228;
    font-weight: 700;
    font-size: 17px;
    margin: 10px 0
}

#map-enterprise {
    height: 390px;
    width: 95%
}

.mapa-perso .text_search_mapa {
    top: 1% !important;
    left: 4% !important
}

.pisos_alquilados_info {
    background-image: url(/img/cuenta/alquilado.png);
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 21px;
    margin-top: 4px;
    margin-left: 18px
}

.logo_correct_enterprise {
    width: 90%
}

.le_class .loginsusdatos {
    background-image: url(/img/icono_datos_le.png);
    background-size: 38px !important
}

.le_class .loginmotivopestancia {
    background-image: url(/img/icono_comentarios_le.png);
    background-size: 38px !important
}

#mascota {
    max-width: 183px;
    margin-left: 11px
}

.mascota_label {
    float: left;
    margin-top: 7px
}

.le_class .textcheck {
    color: inherit !important
}

#mascotatext {
    width: 170px;
    margin-left: 15px
}

.mascotas_row {
    margin-bottom: 15px
}

.le_class .loginpago {
    background-image: url(/img/icono_pago_le.png);
    background-size: 32px !important
}

#sel_trab_1 {
    margin-left: 10px
}

#tipo_per.incorrect_input,
.forma-pago.incorrect_input,
.mascotas_row>div.incorrect_input {
    color: red !important;
    border: 0 !important;
    box-shadow: none
}

#respostesle .divbotoconfirmco.tr_uppercase.centrado_xs {
    background-color: #d1a119
}

.logo_correct_enterprise {
    width: 90%
}

div#faqindex {
    margin-top: 50px
}

.enterprise_tt {
    padding: 50px 0;
    font-size: 34px !important
}

.enterprise_tt span {
    font-size: 29px !important
}

.content_calc_img {
    display: flex;
    align-items: center
}

.content_alta {
    min-height: 350px
}

.content_alta .title2 {
    margin: 0 !important
}

.open_google {
    position: absolute;
    top: 83%;
    right: 6%;
    cursor: pointer
}

.open_google img {
    width: 30px;
    height: 30px
}

.office-title a {
    color: inherit !important
}

.logcontact.title2 {
    margin-top: 50px
}

.archivo_obligatorios {
    margin-left: 20px
}

.archivo.incorrect_input,
.archivo_rep.incorrect_input {
    border: 0 !important;
    box-shadow: none;
    color: red;
    font-weight: 700
}

.le_class .radioani .cr.round {
    color: #dba819;
    background-image: url(/img/icn_filtros_check_02_02.svg) !important
}

.title_yearlybook {
    color: #fff
}

.title_yearlybook h1 {
    font-size: 35px !important;
    line-height: 32px !important
}

.le_class select:focus {
    border: 1px solid #c16262
}

.survey-textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d7d7d7
}

.logincomentaris {
    margin-top: 0 !important
}

.checkbox-empresas-alerta {
    margin-top: 40px
}

.doodle_box {
    max-width: 730px;
    width: 100%;
    background-color: #fff;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .32);
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative
}

.noedit_info {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    background-color: #ffffffcf;
    text-align: center
}

.noedit_info div {
    font-size: 17px;
    line-height: 20px;
    top: 50%;
    position: absolute;
    margin-left: 50px;
    margin-right: 50px
}

.th_dia_num {
    font-size: 14px;
    font-weight: 700
}

.th_dia_es {
    font-size: 13px;
    text-transform: uppercase
}

.doodle_th {
    width: 12.6%;
    font-weight: 100;
    text-align: center;
    border-style: none;
    border-right: 1px solid #dedede;
    padding: 3px !important;
    padding-top: 10px !important
}

.doodle_box td {
    padding: 3px !important;
    border-style: none;
    border-right: 1px solid #dedede
}

.hora0 {
    border-top: 1px solid #afafaf !important
}

.horap {
    border-top: 1px dotted #dedede !important
}

.hora {
    text-align: right
}

.hora_disponible {
    cursor: pointer;
    background-color: #e7ffe7
}

.hora_no_disponible {
    background-color: #f9b3b3;
    cursor: not-allowed
}

.hora_no_disponible_domingo {
    background-color: #e08686;
    cursor: not-allowed
}

.doodle_title {
    text-align: center;
    font-size: 36px;
    max-width: 730px;
    margin: auto;
    line-height: 40px;
    margin-top: 20px
}

.doodle_send {
    max-width: 730px;
    margin: auto
}

.leyenda_nodisponible {
    width: 30px;
    height: 15px;
    background-color: #ffe2e2;
    float: left;
    margin-right: 10px;
    border: 1px solid #d4d4d4;
    margin-bottom: 20px
}

.leyenda_disponible {
    width: 30px;
    height: 15px;
    background-color: #e7ffe7;
    float: left;
    margin-right: 10px;
    border: 1px solid #d4d4d4
}

.dia_seleccionado {
    background-color: #a50022;
    background-image: url(/img/icons/date_icon.png);
    background-position-x: 50%;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: 50%;
    border-top: 1px solid #a50022 !important
}

.visitas-button {
    max-width: none !important
}

.month_title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 37px;
    border-bottom: 1px solid #dedede
}

.visitas-ok {
    font-weight: 700;
    font-size: 15px
}

.empresa_no_log {
    cursor: pointer
}

.desc_link {
    float: left;
    width: 25%;
    margin-top: 10px
}

.enterprise_link {
    float: left;
    width: 75%
}

.inline-block {
    display: inline-block !important
}

.inline-block.radio .cr {
    margin-top: -5px;
    margin-left: 5px
}

.widthauto {
    width: auto !important
}

.prefooter {
    background-color: #f8f8f8 !important
}

.box_portal {
    min-height: 185px
}

.box_portal .ref_piso {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px
}

.box_portal .bordpalabras {
    padding: 0 !important
}

.box_portal_situacion {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #5a5a5a !important
}

.box_portal_foto img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 10px
}

.portales_page input {
    font-size: 13px !important
}

.portales_page input {
    color: #000 !important
}

.header-wp {
    height: 50px;
    z-index: 1
}

.header-wp .header_languages {
    margin-right: 8%
}

h3.tit_hx {
    text-align: center;
    font-size: 52px
}

h1.tit_hx {
    text-align: center;
    font-size: 40px
}

.containes_no_logo {
    padding-top: 135px
}

.lc_bck .containes_no_logo {
    padding-top: 75px
}

.placeholder_coin {
    color: #8a8a8a;
    font-weight: 700;
    font-size: 18px
}

.placeholder_coin option {
    color: #000;
    font-size: 18px
}

.inicio_living {
    text-align: center;
    color: #868686;
    padding: 13px;
    font-size: 17px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 1px solid #a0a0a0;
    background-color: #fff;
    margin-top: -18px;
    width: 115px;
    float: left;
    -webkit-box-shadow: -6px -14px 29px 1px rgba(0, 0, 0, .46);
    -moz-box-shadow: -6px -14px 29px 1px rgba(0, 0, 0, .46);
    box-shadow: -6px -14px 29px 1px rgba(0, 0, 0, .46);
    margin-left: 45px
}

.inicio_living_play {
    float: left;
    margin-left: -15px;
    margin-top: -25px
}

.choose_coin {
    background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: -6px -14px 29px 1px rgba(0, 0, 0, .46);
    -moz-box-shadow: -6px -14px 29px 1px rgba(0, 0, 0, .46);
    box-shadow: -6px -14px 29px 1px rgba(0, 0, 0, .46);
    padding: 7px;
    margin-top: -15px;
    margin-left: 48px
}

.choose_coin .inputs2 {
    border: 0 !important
}

.valordropcoin {
    font-size: 17px;
    color: #868686;
    text-align: right;
    display: block;
    margin-right: 23px
}

.coins_drop {
    width: 85%;
    margin: -1px 0 0 22px
}

.coins_drop .zone-option {
    display: block
}

.choose_coin div.radio {
    margin-left: 6px;
    width: 95%;
    height: 25px;
    float: none;
    display: block
}

.choose_coin div.radio .zone-option {
    text-align: right
}

.choose_coin div.radio .zone-option span.text {
    font-size: 16px;
    color: #000
}

.choose_coin div.radio .cr {
    border-radius: 0;
    float: right;
    border: 1px solid #d23333;
    margin-left: 15px
}

.categoria_lc {
    cursor: pointer;
    border-right: 1px solid #bfbfbf;
    max-height: 80px
}

#vert_cat_200 {
    border-top: 0 solid #bfbfbf !important;
    padding-top: 8px
}

.categoria_lc_selected {
    cursor: inherit;
    color: #a50022 !important;
    border-right: 0 solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    -webkit-box-shadow: -4px 6px 19px -8px rgba(0, 0, 0, .59);
    -moz-box-shadow: -4px 6px 19px -8px rgba(0, 0, 0, .59);
    box-shadow: -4px 6px 19px -8px rgba(0, 0, 0, .59)
}

.wo_padding {
    padding: 0
}

.min_padding {
    padding: 1px
}

.menu_categoria_vert .categoria_lc {
    font-size: 11px;
    color: #6f6f6f;
    font-weight: 700
}

.categoria_lc img {
    width: 35px;
    margin: 5% 25%
}

.grey_color_h {
    color: #737373;
    margin: 20px 0
}

.list_articles_livingcost {
    color: #797979;
    font-size: 13px
}

.title_categoria_livingcost {
    font-weight: 700;
    font-size: 20px;
    color: #a50022;
    margin: 0 0 20px 0
}

.name_article {
    font-weight: 400;
    cursor: pointer
}

.boldName {
    font-weight: 700
}

.content_icon_cate_hrt {
    overflow: hidden
}

.content_icon_cate_hrt .categoria_lc {
    width: 95px;
    float: LEFT
}

.content_icon_cate_hrt .categoria_lc img {
    width: 75px;
    HEIGHT: 75px
}

.categoria_movil,
.container_menu_articles {
    padding: 0 20px
}

.categoria_movil .cat-image .categoria_lc img {
    width: 31px
}

.img_article_livingcost {
    height: 220px;
    max-width: 100%
}

.article_menu {
    font-size: 18px;
    margin-right: 5px
}

.article_detall {
    text-align: center;
    text-align: center;
    font-size: 28px;
    font-weight: 700
}

.article_detall img {
    margin-bottom: 15px
}

.articles_cat .slick-next,
.categoria_movil .slick-next,
.container_menu_articles .slick-next {
    right: -20px
}

.articles_cat .slick-prev,
.categoria_movil .slick-prev,
.container_menu_articles .slick-prev {
    left: -20px
}

.article_detall span {
    font-weight: 500
}

.tachado {
    text-decoration: line-through #af7474
}

#menu_vert_200 {
    margin-left: -15px
}

#menu_vert_200 #vert_cat_200 {
    background: #fff !important
}

#menu_vert_200 .categoria_lc {
    height: 80px;
    padding: 25px 0;
    text-align: center;
    color: #868686;
    font-size: 15px;
    border-top: 1px solid #bfbfbf
}

.title_calcu_livingcost {
    font-size: 25px;
    text-align: center
}

.icon_calcu_livingcost {
    text-align: center;
    padding: 15px 0 30px 0
}

.title_calcu_livingcost {
    font-size: 29px;
    text-align: center;
    line-height: 26px
}

.param_txt_lc {
    font-size: 15px;
    color: #696969;
    font-weight: 800;
    text-align: right
}

.kms_1,
.kms_2,
.kms_3,
.transporte_2,
.transporte_3,
.transporte_4 {
    display: none
}

.importe_general {
    margin-bottom: 25px;
    font-size: 15px
}

.input_lc {
    border-radius: 6px;
    height: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 95%;
    background-size: 12px;
    -webkit-appearance: none;
    padding: 9px;
    color: #6c6c6c;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    width: 87px
}

.importe_total_cv {
    text-align: right
}

.max_lv {
    max-width: 90px
}

.internet_si.param_txt_lc,
.kms_1.param_txt_lc,
.kms_2.param_txt_lc,
.kms_3.param_txt_lc,
.telefono_si.param_txt_lc {
    text-align: left
}

.importe_total_cv {
    background-color: #a50022;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 0 solid #000;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center
}

.dos_campo {
    text-align: right
}

#more_1,
#more_2,
#more_3 {
    width: 20px;
    margin-left: 20px
}

.clearboth.margingbotprop {
    margin-bottom: 2px
}

.coin {
    float: right;
    display: inline-block;
    color: #797979;
    font-size: 15px
}

img.ratlla {
    width: 38px;
    height: 4px;
    margin: -3px 100px
}

.coin {
    position: relative;
    top: -50px;
    left: -50px;
    height: 0
}

.coin_livingcost_select {
    color: #8a8a8a;
    font-size: 15px;
    padding: 3px 0 0 25px;
    width: 137PX
}

#articles {
    margin-top: 80px
}

.content_articulos {
    padding: 24px 0 0 34px
}

.title_cal_selected {
    display: none
}

.categoria_lc_selected .title_cal {
    display: none !important
}

.categoria_lc_selected .title_cal_selected {
    display: inline !important
}

.articles_cat_200 select {
    width: 50px
}

.articles_cat_200 select[name=medio_trasporte_1],
.articles_cat_200 select[name=medio_trasporte_2],
.articles_cat_200 select[name=medio_trasporte_3] {
    width: 110px
}

.radios_calculadora_livingcost .radio {
    display: inline
}

.radios_calculadora_livingcost .radio .cr {
    color: #2caf2c
}

.articles_cat_200 hr {
    margin: 10px 0;
    border-top: 1px solid #d4d2d2
}

.articles_cat_200 hr.dashed {
    border-top: 1px dashed #d4d2d2
}

.txt_rs_lc {
    padding: 5px 0;
    font-weight: 700;
    color: #a50022;
    font-size: 17px
}

.pie_lc {
    color: #565656;
    font-size: 12px;
    width: 95%;
    border-top: 2px solid #adadad;
    padding-top: 1%;
    margin-top: 3%
}

.pie_lc_check {
    color: #565656;
    font-size: 13px;
    padding-left: 8%;
    background-image: url(/img/icons/tick_grey.png);
    background-size: 12px;
    background-position-x: 6%;
    background-repeat: no-repeat;
    background-position-y: 4px
}

.content_articulos .slick-prev {
    background-image: url(/img/slider_lc_left.png) !important;
    width: 70px;
    height: 75px;
    z-index: 500 !important;
    background-size: 40px;
    background-position-x: 0;
    background-position-y: 0
}

.content_articulos .slick-next {
    background-image: url(/img/slider_lc_right.png) !important;
    width: 70px;
    height: 75px;
    z-index: 500 !important;
    background-size: 40px;
    background-position-x: 0;
    background-position-y: 0
}

p.precio_euros {
    font-size: 20px
}

h3.tit_hx.livingcost_h {
    font-size: 49px
}

h1.tit_hx.livingcost_h {
    font-size: 32px;
    font-style: italic
}

.calculadora_step {
    border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -webkit-box-shadow: 7px 9px 13px 0 rgba(0, 0, 0, .59);
    -moz-box-shadow: 7px 9px 13px 0 rgba(0, 0, 0, .59);
    box-shadow: 7px 9px 13px 0 rgba(0, 0, 0, .59);
    width: 95%;
    min-height: 50px;
    background: #fff;
    margin-top: 20px
}

.step_1 .number_step {
    background: #f48221
}

.step_2 .number_step {
    background: #d1a119
}

.step_3 .number_step {
    background: #16b9e4
}

.step_4 .number_step {
    background: #71533b
}

.number_step {
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    padding-top: 13px;
    color: #fff;
    font-size: 21px;
    margin-right: 20px;
    float: left
}

.info_step {
    display: none;
    margin: -10px 0 0 20px;
    padding-top: 20px
}

.info_step.info_step_2 {
    border-left: 2px solid #d1a119
}

.info_step.info_step_3 {
    border-left: 2px solid #16b9e4
}

.content_calculadora_step {
    display: inline-block;
    width: 71%
}

.step_1 .content_calculadora_step {
    padding-top: 11px
}

.content_calculadora_step span {
    font-size: 15px
}

img.calculadora_person {
    width: 19px;
    cursor: pointer
}

img.mean_transport {
    width: 35px;
    cursor: pointer;
    margin-left: 15px;
    margin-bottom: 14px
}

#transport_1,
#transport_2,
#transport_3,
#transport_4 {
    display: none
}

#transport_1 {
    background-image: url(/img/livingcost/transport_1.png);
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 53px;
    font-size: 15px;
    background-position-x: 17px
}

#transport_2 {
    background-image: url(/img/livingcost/transport_2.png);
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 53px;
    font-size: 15px;
    background-position-x: 17px
}

#transport_3 {
    background-image: url(/img/livingcost/transport_3.png);
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 53px;
    font-size: 15px;
    background-position-x: 17px
}

#transport_4 {
    background-image: url(/img/livingcost/transport_4.png);
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 53px;
    font-size: 15px;
    background-position-x: 17px
}

img.calculadora_person_mobile,
img.calculadora_person_transport_1,
img.calculadora_person_transport_2,
img.calculadora_person_transport_3,
img.calculadora_person_transport_4 {
    width: 19px
}

#comunication_1,
#comunication_2 {
    display: none
}

img.cal_comunication {
    width: 42px;
    margin-left: 15px;
    cursor: pointer;
    margin-bottom: 12px
}

#comunication_1 {
    background-image: url(/img/livingcost/icon_livingcost_comunicacion_1.png);
    background-repeat: no-repeat;
    background-size: 26px;
    padding: 3px 0 10px 53px;
    font-size: 15px;
    background-position-x: 17px
}

#comunication_2 {
    background-image: url(/img/livingcost/icon_livingcost_comunicacion_2.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 53px;
    font-size: 15px;
    background-position-x: 17px
}

.comunication_1_offer,
.comunication_2_offer {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}

.articles_cat {
    display: none
}

#cat_200 {
    display: block
}

.circle_article {
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 7px 9px 13px 0 rgba(0, 0, 0, .59);
    -moz-box-shadow: 7px 9px 13px 0 rgba(0, 0, 0, .59);
    box-shadow: 7px 9px 13px 0 rgba(0, 0, 0, .59);
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: 56%;
    background-position-x: 50%;
    background-position-y: 35%;
    position: relative
}

.price_article_wh {
    display: none;
    background: #ffffffa8;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.text_article_name {
    text-align: center;
    margin-top: 63%;
    font-size: 14px;
    padding: 0 11px 10px 10px;
    line-height: 16px
}

.museum .text_article_name {
    margin-top: 66%
}

.price_article_wh p {
    text-align: center;
    margin-top: 45%;
    font-size: 24px
}

.content_selector_articulos {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .59);
    -moz-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .59);
    box-shadow: 0 4px 13px 0 rgba(0, 0, 0, .59);
    width: 85%
}

.first_districts {
    padding-left: 20%
}

.t_selector {
    font-weight: 700;
    padding: 14px 0 0 15px
}

.content_articles_cat_4 {
    display: none;
    margin: 35px 0
}

.housing {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    -moz-box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    margin-bottom: 25px;
    width: 100%
}

.center_text {
    text-align: center
}

.price_art {
    font-size: 24px
}

.cal_total {
    display: inline-block;
    margin-left: 10px;
    background: #bdbdbd;
    color: #fff;
    border-radius: 15px;
    width: 113px;
    padding: 7px 13px 2px 13px;
    text-align: center;
    font-size: 20px
}

#link_menu_living_cost .selected {
    background-image: url(/img/selected_menu_option.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(119, 119, 119, .1)
}

#cat_200 {
    color: #9a9a9a
}

.block_persons {
    display: inline-block;
    margin-left: 10px
}

.cont_degradat_inf {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .42), #fff);
    width: 100%;
    height: 100%;
    position: absolute
}

.circle_article.museum {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat
}

.museum_ticketbar {
    display: none;
    width: 100%;
    height: 300px
}

.museum_selected {
    display: block !important
}

.title_ticketbar {
    font-weight: 700;
    color: #000;
    font-size: 18px;
    margin: 20px 0 -7px 0
}

.ticketbar_link {
    background-repeat: no-repeat;
    background-size: cover;
    width: 187px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    -moz-box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    min-height: 280px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    background-position: center
}

.ticketbar_link.casa_vicens {
    background-image: url(/img/livingcost/casa_vicens.jpg)
}

.ticketbar_link.museo_picasso {
    background-image: url(/img/livingcost/museo_picasso.jpg)
}

.ticketbar_link.museo_miro {
    background-image: url(/img/livingcost/museo_miro.jpg)
}

.ticketbar_link.poble_espanyol {
    background-image: url(/img/livingcost/poble_espanyol.jpg)
}

.ticketbar_link img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    -moz-box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    box-shadow: 0 4px 13px 2px rgba(0, 0, 0, .59);
    width: 40%;
    margin: 27px 10px
}

.ticketbar_compra {
    position: absolute;
    bottom: 0;
    padding: 70px 20px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9), #fff);
    height: 50%;
    width: 100%
}

.ticketbar_compra .ticketbar_stars {
    float: left;
    width: 50%;
    background-image: url(/img/livingcost/stars-filled.png);
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 5px;
    background-size: contain
}

.ticketbar_compra .ticketbar_price {
    float: right;
    width: 50%;
    text-align: right;
    color: #000;
    font-size: 15px;
    margin-top: 5px
}

.ticketbar_compra .boton_ticketbar {
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    background: #c60800;
    color: #fff;
    font-size: 14px;
    text-align: center;
    float: left;
    width: 100%;
    background-image: url(https://w.ticketbar.eu//images/tb-icon.svg);
    background-repeat: no-repeat;
    background-size: 29px;
    background-position: 11px
}

.ticketbar_compra p {
    margin: 0
}

.museum_ticketbar .Ticketbar-Widget {
    float: left;
    padding-top: 20px
}

.menu-wp {
    padding: 0 !important
}

.wp-content {
    border-left: 1px solid #e0e0e0;
    margin-left: 20px;
    padding-top: 0
}

.piso-wp-img img {
    width: 300px
}

.piso-wp-img {
    float: left;
    margin: 5px
}

.siloImg:hover {
    opacity: .75
}

.wp-image-gestor {
    display: inline-block !important
}

.siloImg {
    width: 225px
}

#silo-next:hover,
#silo-prev:hover {
    opacity: .5 !important
}

.imagenes-silo-wp .container-imagenes,
.silo-next .imagenes-piso-wp .container-imagenes {
    width: 9999px
}

.imagenes-piso-wp,
.imagenes-silo-wp {
    overflow: hidden
}

.wp-title {
    font-size: 30px;
    line-height: 30px
}

.wp-subtitle {
    font-size: 16px;
    font-weight: 700
}

.wp-homepage {
    margin-bottom: 20px
}

.wp-homepage div:not(.wp-title) {
    margin-top: 25px !important;
    text-align: justify
}

.wp-guia-content .wp-content-categorias,
.wp-guia-content .wp-title,
.wp-guia-index .wp-subtitle {
    margin-top: 25px !important
}

.link-categoria-wp {
    width: 10%;
    float: left;
    cursor: pointer
}

.link-categoria-wp a {
    text-decoration: none !important
}

.link-container-wp {
    padding-right: 20px;
    margin-top: 30px;
    text-align: center;
    padding-left: 20px;
    padding-top: 20px
}

.link-categoria-wp img {
    width: 100%
}

.categoria-title-wp {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px
}

.link-categoria-wp.focus .link-container-wp {
    background-color: #f2f2f2;
    border-radius: 45% 45% 0 0;
    border: 1px solid #e0e0e0;
    border-bottom: none;
    padding-bottom: 15px
}

.link-categoria-wp.focus .categoria-title-wp {
    font-size: 20px;
    margin-top: 25px
}

.link-categoria-wp.focus .info-title-wp {
    display: none
}

.wp_category_color_1 {
    color: #f47d20
}

.wp_category_color_2 {
    color: #e3a624
}

.wp_category_color_3 {
    color: #00abd4
}

.wp_category_color_4 {
    color: #f2634f
}

.wp_category_color_5 {
    color: #88ab2c
}

.wp_category_color_6 {
    color: #d8b414
}

.wp_category_color_7 {
    color: #ec7622
}

.wp_category_color_8 {
    color: #e3a624
}

.wp_category_color_9 {
    color: #00abd4
}

.wp_category_color_10 {
    color: #f2634f
}

.link-categoria-wp.focus .subcategorias-wp {
    display: block !important
}

.subcategorias-wp {
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    display: none;
    border-top: none;
    position: relative;
    position: absolute;
    z-index: 1000000;
    overflow: hidden;
    min-width: 285px
}

.subcategoria-nyapa-top {
    width: 50%;
    margin-left: 50%;
    height: 1px;
    background-color: #e0e0e0
}

.link-articulo {
    padding-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px
}

.list-articulos ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.list-articulos li {
    padding-left: 1em;
    text-indent: -.7em
}

.list-articulos li:before {
    content: "⁎";
    color: inherit
}

.reset_color {
    color: initial
}

.articulo-wp .mask-border {
    height: 1px;
    width: 40%;
    margin: 0 auto
}

.articulo-wp.focus {
    background-color: #f2f2f2;
    background-image: url(/img/welcomepack/gi.png)
}

.wp_articulos_menu {
    height: 160px;
    background-size: cover;
    margin-left: 35px;
    border: dashed 2px;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: none;
    background-image: linear-gradient(to right, #887f7f 33%, rgba(255, 255, 255, 0) 0);
    background-position: bottom;
    background-size: 25px 1px;
    background-repeat: repeat-x;
    border-color: #e0e0e0;
    width: 90%
}

.wp_articulos_menu .wp-title {
    background: #ffffff94;
    text-align: center;
    height: 25%;
    height: 25%
}

.link-container-wp a {
    text-decoration: none !important
}

.link-container-wp img.menu_icon {
    max-width: 100%
}

.wp_articulos_menu .content_articulo_wp {
    background: #ffffff94
}

.wp_category_focus_1 .mask-border {
    background-color: #f47d20 !important
}

.wp_category_focus_2 .mask-border {
    background-color: #e3a624 !important
}

.wp_category_focus_3 .mask-border {
    background-color: #00abd4 !important
}

.wp_category_focus_4 .mask-border {
    background-color: #f2634f !important
}

.wp_category_focus_5 .mask-border {
    background-color: #88ab2c !important
}

.wp_category_focus_6 .mask-border {
    background-color: #ffd100 !important
}

.wp_category_focus_7 .mask-border {
    background-color: #ff7a1b52 !important
}

.wp_category_focus_8 .mask-border {
    background-color: #e3a624 !important
}

.wp_category_focus_9 .mask-border {
    background-color: #00abd4 !important
}

.wp_category_focus_10 .mask-border {
    background-color: #f2634f !important
}

.content_cat_1 .articleTitle {
    color: #f47d20
}

.content_cat_1 .articleTitleSubMenu {
    color: #f47d20;
    display: inline-block
}

.content_cat_2 .articleTitle {
    color: #e3a624
}

.content_cat_3 .articleTitle {
    color: #00abd4
}

.content_cat_4 .articleTitle {
    color: #f2634f
}

.content_cat_5 .articleTitle {
    color: #88ab2c
}

.content_cat_6 .articleTitle {
    color: #ffd100
}

.content_cat_7 .articleTitle {
    color: #ec7622
}

.content_cat_8 .articleTitle {
    color: #e3a624
}

.content_cat_8 .articleTitleSubMenu {
    color: #e3a624;
    display: inline-block
}

.content_cat_9 .articleTitle {
    color: #00abd4
}

.content_cat_10 .articleTitle {
    color: #f2634f
}

.articulo-wp .title-articulo {
    font-size: 16px;
    margin-left: 2%;
    width: 10%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
    cursor: pointer
}

.inicio_container_texto {
    float: left;
    height: 37%;
    margin-bottom: 0;
    width: 200%;
    background-color: #f2f2f2;
    margin-left: -88px
}

.wp-content-categorias {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    padding-left: 150px;
    min-height: 147px;
    overflow: hidden
}

.wp-content-text {
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    margin: 25px
}

.wp-content-categorias .img-categoria {
    height: 150px;
    background-size: 150px;
    width: 150px;
    position: absolute;
    top: 0;
    left: 3px;
    background-image: url(/img/welcomepack/circulo-gris.png);
    background-size: contain;
    z-index: 100
}

.wp-content-categorias .img-categoria img {
    width: 70%;
    margin-top: 15%;
    margin-left: 15%
}

.buscar-cont {
    background-position-x: 100%;
    border-bottom: 1px solid grey;
    padding-bottom: 5px;
    background-size: 17px;
    margin-top: 25px
}

.buscar-cont img {
    float: right;
    width: 19px
}

.buscar-cont input {
    border: none
}

span.title_corporativo {
    color: #a61826;
    font-weight: 700
}

.selector-xs {
    width: 100%;
    height: 30%;
    margin-top: 50px;
    background-image: url(/img/welcomepack/gi.png);
    background-size: 29% 100%;
    background-repeat: no-repeat;
    background-position-x: 108%;
    position: relative;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 16px
}

.selector-xs select {
    background: 0 0;
    border: none;
    -webkit-appearance: initial !important;
    width: 80% !important;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center !important;
    font-size: 16px;
    font-weight: 700
}

.background-litt {
    background-size: 17% 100%;
    background-repeat: no-repeat;
    background-position-x: 104%
}

span.title_bold {
    font-weight: 700 !important
}

#articulo27 span.title_bold {
    color: #9da3a6
}

#articulo49 b {
    color: #72543b
}

#articulo49 .celda_calandari b {
    color: #565656
}

span.color-2 {
    color: #f08221
}

span.color-4 {
    color: #1cb9e3
}

span.color-7 {
    color: #fdd517
}

.red_cursiva {
    color: #a61826;
    font-style: italic
}

.tvtable {
    max-width: 320px;
    margin: auto;
    font-size: 14px
}

.tvtable2 {
    max-width: 650px;
    margin: auto;
    font-size: 14px
}

.supertable {
    max-width: 720px;
    margin: auto;
    font-size: 14px
}

.barriostable,
.galeriastable,
.hospitable,
.iglesiastable {
    max-width: 720px;
    margin: auto;
    font-size: 14px
}

.imgicons {
    float: right
}

.imgicons img {
    padding: 5px
}

.imgmap {
    width: 100%;
    text-align: center
}

.imgmap img {
    margin-top: 10px;
    width: 100%;
    max-width: 800px
}

.imgexcursion img {
    width: 500px;
    max-width: 500px;
    margin-left: 18px
}

.imgexcursion img {
    width: 500px;
    max-width: 375px;
    margin-left: 18px
}

.imgexcursion .unselect {
    padding-top: 32% !important
}

.imprescindibles img {
    width: 75%;
    min-height: 115px
}

.wp-content .imgmonumento,
.wp-content .imprescindibles {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 30px
}

.imgexcursion {
    padding: 30px;
    position: relative
}

.unselect {
    filter: grayscale(1)
}

.wp-content .imgexcursion .posrelative,
.wp-content .imgmonumento .posrelative,
.wp-content .imprescindibles .posrelative {
    overflow: hidden;
    cursor: pointer
}

.wp-content .imprescindibles .posrelative {
    margin: auto !important;
    text-align: center
}

.wp-content .posrelative {
    max-width: 272px !important;
    margin: auto
}

.wp-content .imgmonumento .titulo {
    filter: grayscale(1);
    position: absolute;
    text-align: center;
    width: 100%;
    top: 30%;
    font-weight: 700;
    color: #fff;
    padding: 37px;
    font-size: 20px;
    height: 40%
}

.imprescindibles .titulo {
    filter: grayscale(1);
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #fff;
    padding: 38px;
    padding-top: 24%;
    font-size: 20px
}

.imgexcursion .titulo {
    filter: grayscale(1);
    position: absolute;
    text-align: center;
    top: 37%;
    font-weight: 700;
    color: #fffcfc;
    padding: 37px;
    font-size: 40px;
    height: 40%;
    width: 100%
}

.wp-content .imgmonumento .blacked,
.wp-content .imprescindibles .blacked {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #0000008c;
    border-radius: 31px;
    z-index: 1
}

.imprescindibles .specialTitle2 {
    top: 2% !important
}

.wp-content .imgexcursion.unselect .titulo,
.wp-content .imgmonumento.unselect .titulo,
.wp-content .imprescindibles.unselect .titulo {
    height: 100%;
    vertical-align: middle
}

#i4 .titulo {
    padding-top: 14% !important
}

#i5 .titulo,
#i6 .titulo {
    padding-top: 18% !important
}

.wp-content a {
    color: #337ab7;
    text-decoration: underline
}

.border_cuadricula {
    border: 1px solid #f2634f;
    height: 85px;
    text-align: center;
    font-size: 17px;
    cursor: pointer
}

.text_festivo_leyenda {
    font-weight: 700;
    font-size: 17px;
    color: #f2634f
}

#articulo49 {
    margin-top: 50px
}

.content_msg_cuadricula .block_articulo {
    display: none;
    font-size: 15px
}

.content_2_cuadricula {
    width: 102%;
    margin-top: -2px;
    overflow: hidden
}

.content_3_cuadricula {
    padding: 0;
    margin-left: -17px;
    width: 102% !important
}

.content_4_cuadricula {
    margin-bottom: -1px
}

.posrelative {
    position: relative
}

.textdiv {
    word-wrap: break-word;
    width: 100% !important;
    float: left;
    padding: 0 40px
}

.image_center {
    display: block;
    margin: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

div.content_precios_transporte_publico {
    width: 60%;
    margin: 20px auto
}

div.content_horas_transporte_publico {
    width: 40%;
    margin: 20px auto
}

.precios_transporte_publico .tb_head div.celda,
.precios_transporte_publico .tb_head td {
    background: #53c5d8;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-width: 0 1px 3px 0
}

.targeta_td {
    background: #53c5d8;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-width: 0 3px 0 0
}

.blue_hard {
    background: #97d9e4;
    border: 1px solid #fff;
    text-align: center
}

.blue_soft {
    background: #ddfaff;
    border: 1px solid #fff;
    text-align: center
}

.tb_head {
    background: #53c5d8;
    border: 1px solid #fff;
    color: #fff;
    text-align: center
}

.wp_title_transports {
    color: #88ab22;
    font-weight: 700;
    font-size: 16px
}

.wp_title_gastronomia {
    color: #864595;
    font-weight: 700;
    font-size: 16px
}

.wp_img_center {
    margin: 0 15%;
    width: 70%
}

div.tabla {
    display: table;
    border: 0;
    width: 80%;
    margin: 20px auto
}

div.tabla.precios_transporte_publico div.fila {
    display: table-row
}

div.tabla .celda {
    text-align: center;
    position: relative;
    display: table-cell
}

div.zones {
    width: 40%
}

div.zones .targeta_td {
    border-width: 0 1px 1px 0
}

.sinlinks {
    margin-top: 76px;
    height: 50%
}

.menu_lateral_wp {
    text-align: right;
    padding-left: 10px;
    position: fixed;
    width: 190px;
    overflow-y: auto;
    z-index: 1 !important
}

.menu-wp-item {
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
    padding-right: 12.5px
}

.menu-wp-item.borderb {
    border-bottom: 1px solid #e0e0e0
}

.wp-image-gestor {
    width: 140px;
    height: 140px;
    background-size: 125%;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    float: right;
    clear: both;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: center bottom
}

.menu_lateral_wp .menu-container {
    float: right
}

.wp-icn-contact {
    width: 20px;
    margin-right: 10px
}

.menu_lateral_wp a {
    text-decoration: underline;
    color: #565656
}

.list-articulos a {
    text-decoration: none !important;
    font-size: 14px
}

.closeses {
    text-decoration: underline;
    cursor: pointer
}

.welcome_title {
    max-width: 600px;
    line-height: normal;
    text-align: center;
    margin: auto;
    color: #ed7d31;
    padding-top: 60px;
    font-size: 50px !important
}

.wp_cuadrologin {
    max-width: 370px;
    margin: auto;
    float: none;
    margin-top: 50px;
    background-color: rgba(237, 125, 49, .85);
    text-align: center;
    color: #fff;
    font-family: Century Gothic;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: -4px 5px 4px 0 #00000059
}

.wp_cuadrologin input[type=password],
.wp_cuadrologin input[type=text] {
    width: 100%;
    margin-top: 15px;
    border: none;
    color: #505050;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 15px;
    font-family: Century Gothic
}

.lostpassword {
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 15px;
    text-decoration: underline
}

.initboton,
.recuerdame {
    float: left;
    width: 50%;
    font-size: 16px;
    text-align: left;
    cursor: pointer
}

.initboton div {
    width: 122px;
    background-color: #fff;
    color: #ed7d31;
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    float: right;
    border-bottom: 3px solid #ff2f2f
}

.wp_cuadrologin .logo {
    margin-top: 20px;
    width: 60%
}

#email_log .initboton {
    margin-top: 14px;
    float: right
}

.lostpassword {
    cursor: pointer
}

#datos_cliente a,
#datos_oficina a {
    text-decoration: none !important
}

table.tb_restaurants {
    width: 80%;
    margin: 0 auto 52px
}

.tb_restaurants .header_restaurants {
    text-align: center;
    color: #864595;
    font-weight: 700;
    font-size: 16px
}

.tb_restaurants td {
    width: 50%
}

#tooltip {
    text-align: justify;
    background: #fff;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #888
}

#tooltip:after {
    width: 40px;
    height: 20px;
    background-image: url(/img/welcomepack/top_arrow.png);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    left: 50%;
    top: -19px;
    margin-left: -10px
}

#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto
}

#tooltip.left:after {
    left: 10px;
    margin: 0
}

#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0
}

.content_calendario {
    background: #fff;
    padding: 10px 20px;
    margin-bottom: 20px
}

.celda_calandari {
    float: left;
    width: 33%;
    border: 1px solid #000;
    border-width: 1px 1px 1px 1px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-left: -1px;
    margin-top: -1px;
    font-size: 14px
}

.celda_calandari.blue b {
    color: #53afcc
}

hr.bottom_calendar {
    margin-bottom: 0;
    display: none
}

.remove_tootip {
    background-image: url(/img/close_pupup.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    background-size: cover
}

.images_slick .slick-slide {
    height: auto !important
}

.images_slick .slick-slider.container {
    max-width: 100%
}

.imagenes-piso-wp .slick-prev,
.imagenes-silo-wp .slick-prev {
    left: 30px !important
}

.wp_articulos_menu .slick-next {
    background-image: url(/img/slider_right_white.png) !important;
    right: 100px
}

.wp_articulos_menu .slick-prev {
    background-image: url(/img/slider_left_white.png) !important;
    margin-left: 7%
}

.wp_articulos_menu .slick-next {
    margin-right: 7%
}

.imagenes-piso-wp .slick-arrow,
.imagenes-silo-wp .slick-arrow,
.wp_articulos_menu .slick-next,
.wp_articulos_menu .slick-prev {
    width: 30px;
    height: 30px;
    background-size: 100%;
    background-position-x: 50%;
    background-position-y: 50%;
    border-radius: 50px
}

.content_articulo_wp .slick-next {
    right: 25% !important
}

.content_articulo_wp .slick-prev {
    left: 25% !important
}

.content_cat_1 .content_articulo_wp .slick-next,
.content_cat_1 .content_articulo_wp .slick-prev,
.content_cat_7 .content_articulo_wp .slick-next,
.content_cat_7 .content_articulo_wp .slick-prev {
    background-color: #f47d20
}

.content_cat_2 .content_articulo_wp .slick-next,
.content_cat_2 .content_articulo_wp .slick-prev,
.content_cat_8 .content_articulo_wp .slick-next,
.content_cat_8 .content_articulo_wp .slick-prev {
    background-color: #e3a624
}

.content_cat_3 .content_articulo_wp .slick-next,
.content_cat_3 .content_articulo_wp .slick-prev,
.content_cat_9 .content_articulo_wp .slick-next,
.content_cat_9 .content_articulo_wp .slick-prev {
    background-color: #00abd4
}

.content_cat_10 .content_articulo_wp .slick-next,
.content_cat_10 .content_articulo_wp .slick-prev,
.content_cat_4 .content_articulo_wp .slick-next,
.content_cat_4 .content_articulo_wp .slick-prev {
    background-color: #f2634f
}

.content_cat_5 .content_articulo_wp .slick-next,
.content_cat_5 .content_articulo_wp .slick-prev {
    background-color: #96af05
}

.menu-wp.show {
    display: block !important;
    position: absolute;
    z-index: 10000;
    top: 0;
    padding: 20px !important;
    padding-left: 40px !important
}

.content-wp.fixed {
    margin-left: 200px
}

.menumobileWP .close-mobile-menu {
    background-color: #000;
    height: 35px;
    width: 35px;
    margin-top: 5%
}

.content-wp .close-mobile-menu:hover {
    opacity: .75
}

.wp-menu-mobile {
    margin-top: 13px
}

.overlapblackbg {
    left: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    cursor: pointer
}

.wsoffcanvasopener .overlapblackbg {
    display: block !important
}

.wp-search {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid grey;
    padding-bottom: 10px
}

.keyword-title {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
    margin-top: 25px
}

.list_results {
    border-bottom: 1px solid grey;
    padding-bottom: 10px
}

.list_results .res .categoria {
    width: auto;
    padding: 12px;
    background-color: grey;
    display: inline-block;
    font-weight: 700
}

.list_results .res .titulo {
    font-weight: 700;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px
}

.res {
    margin-bottom: 20px;
    border-bottom: 3px solid;
    padding-bottom: 15px
}

.wp_result_a {
    text-decoration: none !important;
    color: inherit !important
}

.wp_ar_titulo_xs {
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 5px !important
}

.wp_ar_xs {
    margin-top: 50px;
    background-color: #f2f2f2;
    text-align: center;
    margin-left: -90px;
    min-height: 97px
}

.wp_ar_xs>div {
    margin-left: 90px;
    padding-right: 90px
}

.wp_ar_sbt_xs {
    font-size: 16px
}

.wp_mas_cat {
    margin-top: 3px;
    padding-top: 4px;
    padding-bottom: 5px;
    background-color: #fbfbfb;
    margin-left: 0 !important;
    padding-left: 90px;
    font-size: 12px
}

.mas_icon {
    display: inline-block;
    margin-left: 8px
}

.wp_categorias_xs {
    background-color: #fff;
    margin-left: -56px !important;
    padding-left: 146px
}

.wp_categorias_xs div {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3
}

.nostyle {
    text-decoration: none !important
}

.welcomepack_posts {
    height: auto !important
}

.blogs_wp_title {
    font-size: 16px;
    color: #a61826;
    font-weight: 700;
    padding-left: 65px;
    margin-bottom: 50px
}

.content_banner_ticket_bar {
    margin-bottom: 15px
}

.prefooter h3 {
    font-size: 20px;
    font-weight: 700
}

.prefooter a {
    color: #565656 !important
}

p.sub_title {
    font-size: 17px;
    text-decoration: underline
}

p.sub_title a {
    color: #565656 !important
}

#enviado .ok_gif {
    width: 70px
}

#enviado .lectura {
    font-size: 30px;
    margin-top: 25px;
    text-align: center
}

.g-recaptcha {
    float: left;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-left: 15%;
    margin-top: 19px
}

.cat_not_sel {
    filter: opacity(.2)
}

.cat_not_sel:hover {
    filter: opacity(1)
}

#como_configurar.resaltado {
    background-color: #ffffe4;
    padding: 10px
}

.fonsinhonorarios {
    transform: none;
    left: 8px;
    width: 100%;
    max-width: 235px;
    margin-top: 0;
    background: 0 0;
    border-top: 1px solid #fbea0e;
    height: 40px;
    position: absolute !important;
    border-bottom: 1px solid #fbea0e
}

.fonsinhonorarios div {
    background-color: #fbea0e;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #000;
    font-weight: 700
}

#articulo4 img.centrada {
    width: 36px
}

#articulo4 .col-xs-12.col-md-12.col-xl-5 {
    padding: 0 120px 0 0
}

#articulo1 .icon_articulo {
    padding-top: 5px
}

.icon_articulo {
    float: inherit;
    margin-top: 2%;
    margin-right: 3%
}

.articleTitle {
    margin-top: 15px
}

#articulo2 .block_articulo {
    padding-top: 5px
}

#articulo2 #iconDivBottom {
    margin: 0 52px !important
}

#articulo2 .checkListItemAct2 {
    width: 30px
}

#articulo1 .block_articulo {
    padding: 0;
    width: 100%
}

.displayBlock {
    display: block
}

.displayInLineBlock {
    display: inline-block
}

#articulo18 .col-xs-12.col-sm-12.col-md-5.col-xl-5,
#articulo18 ul {
    margin-left: 40px
}

#articulo8 .articleParagraph.col-md-6,
#articulo8 .articleParagraph.col-xl-6 {
    width: 42%
}

.box5 {
    margin-bottom: 20px
}

.icon_articulo {
    width: 50px
}

.icon_articulo2 {
    width: 70px;
    margin: 0 5px 0 0;
    float: left;
    margin-right: 1.5%
}

.tvtable .cabecera,
.tvtable2 .cabecera {
    border: 0;
    padding-bottom: 25px;
    padding-top: 30px;
    font-size: 25px
}

.tvtable .subcabecera {
    text-align: center
}

#articulo2 .block_articulo {
    width: 100%
}

.diccionari .block_articulo {
    border: 1px solid #f2634f;
    border-radius: 47px;
    padding: 15px 43px;
    height: 650px
}

.diccionari {
    margin-bottom: 5%
}

.black_districts.silo_districts {
    width: 73% !important;
    padding-left: 27% !important
}

.contimgbarris-full.silo_map {
    background-image: url(/img/landingmap/map-ancho.jpg) !important;
    background-size: 100% 100%
}

.silo_numbers .les_corts_number {
    left: 45% !important
}

.silo_numbers .sarria_number {
    left: 53% !important
}

.silo_numbers .gracia_number {
    left: 66% !important
}

.silo_numbers .sant_marti_number {
    left: 86% !important
}

.silo_numbers .ciutat_vella_number {
    left: 70% !important
}

.silo_numbers .eixample_number {
    left: 56% !important
}

.silo_numbers .sants_number {
    left: 40% !important
}

.silo_numbers .horta_number {
    left: 76% !important
}

.silo_numbers .nou_barris_number {
    left: 91% !important
}

.silo_numbers .hospitalet_number {
    left: 36% !important
}

.silo_numbers .santjust_number {
    left: 51% !important
}

.silo_numbers .hospitalet_number {
    left: 33% !important
}

.silosuperior {
    position: absolute;
    background-color: #fff;
    top: 0;
    width: 246px;
    padding-right: 14px;
    height: 298px;
    margin: 11px;
    border-radius: 6px;
    z-index: 1;
    margin-top: 10px;
    z-index: 1000
}

.silosuperior .form-group {
    margin-bottom: 5px !important
}

.silosuperior .inputs2,
.silosuperior .inputs3,
.silosuperior .inputs6 {
    width: 100%;
    height: 23px;
    padding: 2px;
    padding-left: 4px
}

.silosuperior .noUi-target {
    margin-bottom: 14px
}

.silosuperior input#fecha {
    height: 23px !important
}

.silosuperior .noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    left: -12px;
    top: -9px;
    background-size: 20px !important;
    background-repeat: no-repeat !important
}

.silosuperior .generalimputslat {
    padding: 7px 0 0 16px
}

.silosuperior .textin {
    line-height: 14px
}

.silo_map .areasmap {
    margin-left: 27%;
    width: 73%;
    height: 100%
}

.silo_map .black_districts>div {
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.avanzadasilo {
    padding-top: 0 !important
}

.silobusqueda {
    background-image: url(/img/icn_busqueda.svg);
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 25px;
    color: #565656;
    padding-left: 34px;
    margin-left: 16px;
    margin-top: 47.5px;
    margin-bottom: 10px;
    float: left;
    width: 18%
}

.siloenlaces {
    float: left;
    margin-left: 7%;
    width: 63%
}

.siloenlaces>div {
    float: left;
    margin-top: 40px;
    width: 33%;
    text-align: center
}

.barrainfvarios {
    margin-top: 11px;
    background-color: #fff;
    border-radius: 4px
}

.siloenlaces a {
    color: #b2b2b2;
    text-decoration: underline
}

@media (max-width:767px) {
    .silosuperior {
        width: 100%;
        position: initial;
        padding-right: 0;
        margin: 0;
        height: auto;
        padding-bottom: 27px;
        padding-right: 17px;
        margin-bottom: 20px
    }
}

div#actionflitres.focus {
    background-color: #f48221;
    color: #fff !important
}

.tag_ocupado_le {
    background: #d1a119;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #fff;
    padding: 28px;
    font-weight: 700;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.homepage-title h1.home {
    width: 70%
}

.homepage-title .content_iso_lg {
    float: right;
    margin-top: -31px
}

.homepage-title .content_iso_lg img {
    width: 65px
}

.iso_business {
    float: right;
    width: 65px;
    margin-top: -124px;
    margin-right: 22px
}

.iso_title {
    display: none
}

.gris_destacado {
    background: #cacaca
}

.imgFloatLeft {
    float: left;
    margin-right: 2%
}

.imgFloatRight {
    float: right;
    margin-left: 2%
}

.blendBackground {
    mix-blend-mode: multiply;
    padding: 10px
}

#margin0 {
    margin-left: 0
}

.articleTitle {
    color: #f07e01;
    font-weight: 700
}

.checkListTitle {
    color: #f07e01;
    font-size: 18px;
    font-weight: 700;
    margin: 0
}

.iconLinkProperty {
    color: #333;
    text-decoration: underline;
    text-decoration-color: #333
}

.redTitle {
    color: #a61826;
    font-weight: 700;
    margin-bottom: 2%
}

.orangeTitle {
    color: #f08221;
    font-weight: 700;
    margin-bottom: 2%
}

.articleParagraph {
    text-align: justify
}

.article1Text {
    width: 80%;
    margin-top: 2.5%
}

#docParagraph {
    margin-left: 0
}

#arrow {
    width: 100px
}

#procesoFirma {
    display: inline-block;
    padding: 0 17px 25px;
    border: 1px solid #ccc
}

#procesoFirma img {
    width: 4.5%
}

#firstImageDisplay {
    margin-left: 33.5%
}

#checkListwp-2 {
    float: left;
    height: 100px
}

#iconDivBottom {
    margin-top: -15px
}

.checkListItemAct2 {
    width: 42px;
    margin-right: 30px;
    margin-top: 25px;
    display: inline-block
}

.belowTextMargin {
    margin-right: 2%
}

.belowTextMarginFr {
    margin-right: 0
}

.belowTextFr {
    margin-left: 95px
}

.mes_estacion {
    float: left;
    width: 25%;
    height: 33%;
    border: 0;
    border-right: 1px dashed #ccc
}

.barra_estacion.invierno {
    background: #28bcf7
}

.articleTitle.invierno {
    color: #28bcf7
}

.barra_estacion.primavera {
    background: #d66363
}

.articleTitle.primavera {
    color: #d66363
}

.barra_estacion.verano {
    background: #ece257
}

.articleTitle.verano {
    color: #ece257
}

.barra_estacion.otono {
    background: #79b776
}

seasonHeight {
    height: 20%
}

.articleTitle.otono {
    color: #79b776
}

.barra_estacion {
    width: 10%;
    height: 23px;
    color: #fff;
    font-weight: 700;
    text-align: right;
    padding-right: 5px;
    padding-top: 2px;
    border-radius: 0 10px 10px 0;
    min-width: 23px
}

.barra {
    float: right;
    height: 33%;
    width: 75%
}

img.centrada {
    display: block;
    margin: 0 auto;
    width: 65px
}

.wp-content-text {
    margin-bottom: 30px
}

img.centrada.metro_map {
    width: 60%
}

.centrado {
    font-weight: 700;
    text-align: center
}

.l_right {
    text-align: right
}

.l_left {
    text-align: left
}

#weatherImg {
    margin-top: 2.5%;
    margin-left: -90px;
    width: 100%
}

.verticalArticle {
    width: 20%;
    margin-top: 2.5%;
    margin-right: 5%;
    display: inline-grid
}

#verticalArticle1 {
    margin-left: -90px
}

.art-4-div-content {
    border-style: ridge;
    border-color: #fff;
    width: 30%;
    display: inline-table;
    margin-right: 2.5%;
    padding: 20px;
    text-align: left
}

.art-4-bottom {
    padding: 10px
}

#googleMapsRef {
    border-style: hidden
}

.article5Paragraph {
    width: 100%;
    margin-right: 10%;
    display: inline-block
}

.article5Text {
    margin-left: 90px
}

.smallArticleImg {
    margin-top: 2.5%
}

.article7Text {
    margin-left: 150px
}

.orangeTitle2 {
    color: #f08221;
    font-weight: 700
}

.oliveTitle {
    color: #d1a116;
    font-weight: 700
}

.art8Block {
    -webkit-box-shadow: 7px 7px 9px 1px #8c8c8c;
    -moz-box-shadow: 7px 7px 9px 1px #8c8c8c;
    box-shadow: 7px 7px 9px 1px #8c8c8c;
    height: 50px;
    width: 75px;
    margin: 5%;
    color: #000;
    font-weight: 700;
    font-size: 30px;
    padding: 10px
}

.art8box {
    height: 500px;
    width: 40%;
    display: inline-block;
    margin-left: 5%
}

.art8text {
    text-align: left;
    font-weight: 700
}

.art10Box {
    background-color: #f2f2f2;
    padding: 1%
}

.cuadro_gris {
    background: #f1f1f1;
    padding: 12px 12px 23px 12px;
    text-align: justify;
    margin: 30px 0 0 15px;
    width: 100%;
    margin-bottom: 5%
}

.cuadro_gris h4 {
    width: 50%;
    display: inline-block;
    font-weight: 700;
    color: #848484
}

.verticalArticle11 {
    width: 27.5%;
    margin-top: 2.5%;
    margin-right: 5%;
    display: block;
    float: left
}

#artic11Img {
    margin: 20%;
    margin-top: 10%
}

.dividedBox11 {
    width: 40%;
    display: inline-block;
    margin-right: 9%;
    display: block;
    float: left
}

#imgShOlive {
    margin-right: 2%
}

.verticalArticle14 {
    width: 45%;
    margin-top: 2.5%;
    margin-right: 5%;
    margin-bottom: 4%;
    display: block;
    float: left
}

.blueTitle {
    color: #1cc8ef;
    font-weight: 700
}

.greenTitle {
    color: #88ab3d;
    font-weight: 700
}

#artic14Img {
    margin: 25%;
    margin-top: 10%;
    margin-bottom: 0
}

.articleBoxContent17 {
    ackground-color: #f2f2f2;
    width: 40%;
    background-color: #f2f2f2;
    float: left;
    margin-top: 20px;
    font-size: medium;
    height: -moz-fit-content;
    padding: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 100px;
    padding-left: 30px;
    margin-bottom: 2.5%;
    display: inline-block;
    border-radius: 10px;
    margin-right: 5%
}

#tvImg {
    display: inline-block;
    width: 20%;
    margin-left: 10%
}

#nacionalChannels {
    margin-top: -19%
}

.channelDiv {
    background-color: #fff;
    width: inherit;
    margin: 5%;
    text-align: center;
    margin-left: 13%;
    border-radius: 10px
}

.art-18-text {
    margin-top: 13%;
    margin-left: 15%;
    display: table;
    width: 75%
}

.art-18-text-2 {
    width: 30%;
    display: table-row;
    margin-left: 2%;
    margin-right: 5%
}

#art-18-box-2 {
    margin-left: 0
}

#carro {
    margin-top: 8%
}

#letters {
    margin-top: -30px
}

#art21Box {
    margin-left: 0
}

.art21Col {
    margin-right: 5%
}

.art21BoxBottom {
    border-style: ridge;
    border-color: #000;
    margin-top: 2.5%;
    width: 125%;
    margin-left: -15%
}

.botText21 {
    text-align: left;
    width: 14%;
    float: inline-start;
    display: block;
    float: left
}

.title21 {
    margin-left: 10%
}

.articleBoxContent2 {
    background-color: #f2f2f2;
    width: 100%;
    background-color: #f2f2f2;
    float: left;
    margin-top: 20px;
    font-size: medium;
    height: -moz-fit-content;
    padding: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 100px;
    padding-left: 30px;
    margin-bottom: 2.5%
}

.articleBoxContent3 {
    background-color: #f2f2f2;
    width: 100%;
    background-color: #f2f2f2;
    float: left;
    margin-top: 20px;
    font-size: medium;
    height: -moz-fit-content;
    padding: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 100px;
    padding-left: 30px
}

.articleBoxContent4 {
    background-color: #f2f2f2;
    width: 77.5%;
    background-color: #f2f2f2;
    float: left;
    margin-top: 20px;
    font-size: medium;
    height: -moz-fit-content;
    padding: 5px;
    padding-left: 30px
}

.articleBoxContent5 {
    background-color: #f2f2f2;
    width: 100%;
    background-color: #f2f2f2;
    float: left;
    margin-top: 20px;
    font-size: medium;
    height: -moz-fit-content;
    padding: 5px
}

.imgFloatLeft art29medias {
    width: 15%
}

#v14u1 {
    margin-bottom: -5%
}

.art8Box {
    margin-left: 10%
}

#row23 {
    width: 125%;
    margin-left: -10%;
    padding: 1%
}

.column22 {
    margin-right: 5%
}

#art25img {
    margin: 5%
}

.art32Img {
    margin-left: -50%
}

.art32Container {
    margin-left: 40%
}

.art33Img {
    width: 33%
}

#tusetDiv {
    margin-top: 5%
}

.boxArt38 {
    width: 100%;
    height: 75%;
    -webkit-box-shadow: 10px 10px 32px -3px rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 32px -3px rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 32px -3px rgba(0, 0, 0, .75)
}

.col38 {
    height: 57%;
    width: 49%
}

.col38First {
    height: 57%;
    width: 49%
}

.art38Img {
    width: 100%;
    margin: 10%;
    margin-top: 10%;
    margin-left: 10%;
    margin-left: -15%;
    margin-top: 40%
}

.img42 {
    width: 100%
}

.altDisplay {
    display: none
}

.calendar42 {
    background-color: #fc9;
    width: 100%;
    height: fit-content
}

.calendarRow {
    height: 20%;
    margin-top: 2%
}

.festiveDisplay {
    width: 39%;
    margin-top: 1%;
    height: 76.5%;
    font-size: 20px;
    padding: 3%;
    -webkit-box-shadow: 10px 10px 32px -3px rgba(0, 0, 0, .75);
    -moz-box-shadow: 10px 10px 32px -3px rgba(0, 0, 0, .75);
    box-shadow: 10px 10px 32px -3px rgba(0, 0, 0, .75)
}

.calendarDate {
    text-align: center;
    padding-top: 5%;
    color: #fff;
    font-size: 22px;
    font-family: Segoe Print
}

.calendarClick:hover {
    cursor: pointer;
    color: #000 !important
}

.calendarClick {
    color: #fff !important
}

.calendarDate p,
calendarDater4 {
    color: #000;
    font-size: 15px;
    font-family: cursive;
    font-weight: 400
}

.changeText40 {
    text-align: center;
    margin-top: 33%;
    left: 33%
}

.calendarReminder {
    font-size: 10px !important;
    margin-right: 10%
}

.calendarText h3 {
    text-align: center
}

.calendarText {
    display: block;
    text-align: justify;
    margin-top: 10%;
    width: 100%;
    font-size: 16px
}

.calendarDater4 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-family: Brown
}

.posrelative .underline {
    margin-top: 2%;
    display: none
}

#barriosImg {
    display: block;
    margin: 15px auto
}

.mapInfoBox {
    background-color: #efefef;
    float: left;
    color: #333;
    margin-top: 0;
    line-height: 26px;
    font-weight: 700
}

img.icon_mapa_little {
    width: 15px
}

.art23Margin {
    margin-left: -100px
}

.bicingWidth {
    width: 75%
}

.art41Below,
.parkingsMargin {
    margin-left: -88px
}

.content_iso_lg_silo {
    right: 0;
    position: absolute;
    z-index: 1000;
    width: 8% !important;
    margin: 2px 16px;
    padding: 10px;
    background: #fff;
    top: -38px
}

.content_iso_lg_1 img,
.content_iso_lg_contact img,
.content_iso_lg_detail img,
.content_iso_lg_silo img {
    width: 65px
}

.content_iso_lg_1 {
    right: 11px;
    position: absolute;
    z-index: 1000;
    width: 11% !important;
    margin: 2px 16px;
    padding: 10px;
    background: #fff;
    top: 1px
}

.content_iso_lg_detail {
    right: -59px;
    position: absolute;
    z-index: 1000;
    width: 8% !important;
    margin: 2px 16px;
    top: 128px
}

.content_iso_lg_contact {
    right: -20%;
    position: relative;
    z-index: 1000;
    padding: 10px;
    top: -84px
}

.content_iso_lg_contact a {
    background: #fff;
    padding: 6px;
    display: inline-block
}

.menu-enterprise {
    margin-top: 84px;
    padding: 0 !important
}

.content-enterprise,
.menu-enterprise {
    background: #fff
}

.content-enterprise {
    margin-top: 112px;
    padding-left: 82px
}

.enterprise-image-logo {
    width: 140px;
    height: 140px;
    background-size: 84%;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    float: right;
    clear: both;
    background-repeat: no-repeat;
    background-position: center center
}

.menu-enterprise-item {
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both
}

.head_enteprise_datos {
    background: url(../img/enterprise/background_top_5.jpeg);
    background-repeat: no-repeat;
    height: 245px;
    background-size: cover
}

.head_enteprise_datos .logo {
    margin: 0 auto;
    display: inherit
}

h3.bienvenida_enterprise {
    color: #f2634f;
    font-family: MV BOLI;
    text-align: center;
    font-size: 27px;
    margin: 35px 0
}

.menu_enterprise_categoria {
    float: left;
    text-align: center;
    padding-right: 20px;
    max-width: 129px
}

.menu_categories_enterprise p {
    font-size: 19px;
    padding: 10px 0 20px 0
}

.menu_categories_enterprise span {
    font-size: 18px
}

.menu_enterprise_categoria img {
    display: inherit;
    margin: 0 auto 20px auto
}

.sub_title_ent b {
    font-size: 19px
}

.sub_title_ent {
    font-size: 15px
}

.menu_opacity {
    filter: opacity(.5)
}

.menu_categories_enterprise h3 {
    font-size: 40px
}

.menu_categories_enterprise {
    margin-bottom: 40px
}

.menu_enterprise_categoria span {
    font-weight: 700
}

.menu_enterprise_categoria .categ_1,
.titul_categ_1 {
    color: #f57e20 !important
}

.menu_enterprise_categoria .categ_2 {
    color: #e4a623 !important
}

.menu_enterprise_categoria .categ_3,
.text_cat_3,
.titol_cat_3 {
    color: #00acd5 !important
}

.menu_enterprise_categoria .categ_4 {
    color: #f2634f !important
}

.titul_categ_1 {
    font-size: 15px;
    font-weight: 700
}

#empresa {
    margin-right: 47px
}

.validacion_cat_1 {
    float: right;
    color: #f57e20;
    cursor: pointer;
    margin-top: -10px
}

.text_cat_3 {
    font-size: 19px
}

.listado {
    padding-left: 65px;
    font-size: 14px
}

.icon_interg.text-left {
    display: inline
}

.w_honorario {
    width: 23px;
    margin-bottom: 10px
}

.boton_temporada_icon {
    position: relative;
    background-color: #f48221;
    border-radius: 25px;
    font-weight: 700;
    max-width: 176px;
    width: 83%;
    text-align: center;
    cursor: pointer;
    text-transform: unset
}

.boton_reverse_icon {
    position: relative;
    background-color: #fff;
    border: 2px solid;
    border-radius: 25px;
    font-weight: 700;
    max-width: 176px;
    width: 83%;
    text-align: center;
    cursor: pointer;
    text-transform: unset
}

.boton_temporada_contacto_icon {
    padding: 10px 0 !important
}

.icon_boton {
    position: absolute;
    top: -2px;
    left: -4px;
    width: 21px !important
}

.font14 {
    font-size: 14px
}

#callbutton:hover .phonetext {
    display: none !important
}

#callbutton .phonenumber {
    display: none !important
}

#callbutton:hover .phonenumber {
    display: block !important
}

.callhref {
    text-decoration: none !important
}

.articleTitleHabits {
    margin-top: 45.5px
}

.container11Text {
    padding-left: 110px;
    margin-top: -35px
}

.smallMarginTop {
    margin-top: 3.5% !important
}

.mediumMarginTop {
    margin-top: 5% !important
}

.greyBackground {
    background-color: #d3d3d3
}

.shBoxText {
    padding-left: 7.75%
}

input[type=checkbox]#zoomCheck {
    display: none
}

.zoomContainer img {
    transition: transform .25s ease;
    cursor: zoom-in
}

input[type=checkbox]:checked~label>img {
    transform: scale(2);
    cursor: zoom-out
}

.piso-slider-img {
    margin: 5px;
    cursor: zoom-in
}

.halfSize {
    width: 100%
}

#museumPadding {
    padding-left: 90px
}

.smallMarginLeft {
    margin-left: 30px !important
}

.smallMarginBottom {
    margin-bottom: 30px !important
}

.bigPaddingLeft {
    padding-left: 90px
}

.bigMarginLeft {
    margin-left: 90px !important
}

.orangeIconMarginTop {
    margin-top: 30px
}

.paddingLeft15 {
    padding-left: 10% !important
}

.mainSlider {
    font-family: Arial;
    display: block;
    margin: 0 auto;
    border: #000 1px
}

.actionSlider {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center
}

.actionSlider a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none
}

.actionSlider a:hover {
    background: #000
}

.sliderCalendar {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    height: 500px;
    font-size: 15px;
    overflow: scroll;
    padding: 25px
}

.sliderCalendar h3 {
    text-align: center
}

.mainSlider {
    display: none
}

.displayOnPhone {
    display: none !important
}

.phoneOnly {
    display: none
}

.hide_above_767 {
    display: none
}

.showMoreIcon {
    width: 5%;
    display: inline-block;
    cursor: pointer;
    margin-left: 2%;
    margin-bottom: 2%;
    background-image: url(/img/welcomepack/wp-art-29/plusIcon.png)
}

.showLess {
    width: 5%;
    display: inline-block;
    cursor: pointer;
    margin-left: 2%;
    margin-bottom: 2%;
    background-image: url(/img/welcomepack/wp-art-29/showLess.png)
}

.link-container-wp div,
.link-container-wp img {
    display: none
}

.slick-initialized,
.slick-initialized div,
.slick-initialized img,
.wp-articulos-blog div {
    display: block
}

.img_certificat_notices {
    float: right;
    height: 347px
}

.reporting_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.reporting_text {
    width: 70%;
}

.reporting_img {
    width: 25%;
}
@media (max-width: 990px){
    .reporting_container {
        flex-direction: column;
        align-items: flex-start;
    } 
    .reporting_text {
        width: 100%;
    }
    
    .reporting_img {
        width: 10%;
    }
}

.img_reporting_document img {
    width: 100%;
    border: 1px solid gray
}

.slick-slide {
    text-align: center
}

.slickArticles {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 15px;
    height: 55px
}

.slickarticles a {
    text-decoration: none
}

.title-articulo {
    width: 20% !important;
    margin-left: 40% !important
}

metataga .slick-slide {
    text-align: center
}

.content_cat_1 .wp_articulos_menu .slick-slide .slick-active {
    background-color: #fff
}

#slickarticulo:not(.slick-initialized),
#w0:not(.slick-initialized),
#w1:not(.slick-initialized),
.slick-slider:not(.slick-initialized) {
    display: none
}

.container .slick-initialized .slick-slider {
    display: block
}

.articleTitleGeneralInfo {
    margin-top: 25px
}

.noMargintop {
    margin-top: 0 !important
}

.xsMarginTop {
    margin-top: 30px
}

.xsMarginBotom {
    margin-bottom: 30px
}

.marginLeftDocuments {
    padding-left: 127px;
    margin-top: -23px
}

.marginLeftDocs2 {
    padding-left: 121px;
    margin-top: -35px
}

.content_articulo_wp .slick-next,
.content_articulo_wp .slick-prev {
    margin-top: 10px
}

.content_articulo_wp .slick-next:hover,
.content_articulo_wp .slick-prev:hover {
    opacity: 1
}

.mapInfoDisplay {
    margin-left: 200px
}

.slick-dots {
    width: 100% !important
}

#condiciones .cr {
    background: #fff
}

#su_info .inputs2,
#su_info .inputs3,
#su_info .inputs6 {
    border-width: 0 0 1px 0;
    width: auto;
    margin-bottom: 5px
}

.box_white {
    background: #fff;
    padding: 5px 0 5px 10px;
    margin: 0 12px 10px 0
}

#su_info .inputs3[name=apellido1],
#su_info .inputs3[name=apellido2],
#su_info .inputs3[name=nombre] {
    max-width: 100px
}

.content_box_white {
    padding: 0
}

.input_mini {
    width: 50px !important
}

.frame_pago_temp {
    width: 100%;
    height: 420px;
    overflow: auto;
    overflow-x: hidden
}

.frame_pago_temp body {
    margin: 0
}

.box_prereserva {
    background: #e2e2e2;
    padding: 5px 10px 5px 20px;
    margin: 10px 10px 0 0
}

#content_prereserva_left {
    padding: 0
}

#content_prereserva_right {
    padding: 0 10px
}

#reserva_tmp h4 {
    color: #000;
    font-size: 26px;
    font-weight: 700
}

#reserva_tmp h5 {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.ref_prereserva {
    padding: 0 !important;
    margin: 7px 0;
    display: flex;
    align-items: center;
    height: 36px
}

.ref_prereserva.blacin {
    text-align: center;
    align-items: center;
    padding-right: 15px !important;
    justify-content: flex-end
}

.content_dates {
    background: #fff
}

.content_dates {
    background: #fff;
    height: 36px;
    padding: 0
}

.content_dates img {
    margin: 5px 0 0 5px
}

.content_dates #from,
.content_dates #to {
    border: 0;
    background-image: none
}

.dateselect.temporada_date a {
    background-color: #f48221 !important
}

.ui-datepicker-calendar .ui-state-available.temporada_date a {
    color: #f48221;
    border: 1px solid #f48221 !important;
    border-radius: 25px
}

.icon_datapicker_leyenda {
    margin: 5px;
    float: left;
    width: 10%
}

.text_datapicker_leyenda {
    margin: 5px;
    float: right;
    width: 78%
}

hr.total_prereserva {
    margin: 8px -15px 14px -15px;
    border-top: 1px solid #bdbdbd
}

.boton_validar {
    background: #fff;
    border: 0;
    padding: 5px 29px;
    text-transform: uppercase;
    color: #f48221;
    font-size: 16px;
    font-weight: 700
}

#condiciones .cr {
    background: #fff
}

.marginLeftDocs2 {
    padding-left: 120px
}

.marginLeftDocs2 {
    padding-left: 121px
}

.content_articulo_wp .slick-next,
.content_articulo_wp .slick-prev {
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-image: url(/img/welcomepack/slickArrow_v2.png);
    opacity: 1
}

.content_articulo_wp .slick-next:hover,
.content_articulo_wp .slick-prev:hover {
    opacity: .5
}

.content_articulo_wp .slick-prev {
    display: block;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-image: url(/img/welcomepack/slickArrowLeft_v3.2.png);
    opacity: 1
}

.slick-dots {
    width: 100% !important
}

.mapInfoDisplay {
    margin-left: 200px
}

.wp-guia-index {
    width: 100%
}

.slick-dots li.slick-active button:before {
    border-radius: 25px
}

.content_cat_1 .content_articulo_wp .slick-dots li.slick-active button:before,
.content_cat_7 .content_articulo_wp .slick-dots li.slick-active button:before {
    background-color: #f47d20
}

.content_cat_2 .content_articulo_wp .slick-dots li.slick-active button:before,
.content_cat_8 .content_articulo_wp .slick-dots li.slick-active button:before {
    background-color: #e3a624
}

.content_cat_3 .content_articulo_wp .slick-dots li.slick-active button:before,
.content_cat_9 .content_articulo_wp .slick-dots li.slick-active button:before {
    background-color: #00abd4
}

.content_cat_10 .content_articulo_wp .slick-dots li.slick-active button:before,
.content_cat_4 .content_articulo_wp .slick-dots li.slick-active button:before {
    background-color: #f2634f
}

.content_cat_5 .content_articulo_wp .slick-dots li.slick-active button:before {
    background-color: #88ab2c
}

.content_cat_6 .content_articulo_wp .slick-dots li.slick-active button:before {
    background-color: #ffd100
}

.mapInfoDisplay {
    margin-left: 200px
}

#condiciones .cr {
    background: #fff
}

#su_info .inputs2,
#su_info .inputs3,
#su_info .inputs6 {
    border-width: 0 0 1px 0;
    width: auto;
    margin-bottom: 5px
}

.box_white {
    background: #fff;
    padding: 5px 0 5px 10px;
    margin: 0 12px 10px 0
}

#su_info .inputs3[name=apellido1],
#su_info .inputs3[name=apellido2],
#su_info .inputs3[name=nombre] {
    max-width: 100px
}

.content_box_white {
    padding: 0
}

.input_mini {
    width: 50px !important
}

.frame_pago_temp {
    width: 100%;
    height: 420px;
    overflow: auto;
    overflow-x: hidden
}

.frame_pago_temp body {
    margin: 0
}

.box_prereserva {
    background: #e2e2e2;
    padding: 5px 10px 5px 20px;
    margin: 10px 10px 0 0
}

#content_prereserva_left {
    padding: 0
}

#content_prereserva_right {
    padding: 0 10px
}

#reserva_tmp h4 {
    color: #000;
    font-size: 26px;
    font-weight: 700
}

#reserva_tmp h5 {
    color: #000;
    font-size: 17px;
    font-weight: 700
}

.ref_prereserva {
    padding: 0 !important;
    margin: 7px 0;
    display: flex;
    align-items: center;
    height: 36px
}

.ref_prereserva.blacin {
    text-align: center;
    align-items: center;
    padding-right: 15px !important;
    justify-content: flex-end
}

.content_dates {
    background: #fff
}

.content_dates {
    background: #fff;
    height: 36px;
    padding: 0
}

.content_dates img {
    margin: 5px 0 0 5px
}

.content_dates #from,
.content_dates #to {
    border: 0;
    background-image: none
}

.dateselect.temporada_date a {
    background-color: #f48221 !important
}

.ui-datepicker-calendar .ui-state-available.temporada_date a {
    color: #f48221;
    border: 1px solid #f48221 !important;
    border-radius: 25px
}

.icon_datapicker_leyenda {
    margin: 5px;
    float: left;
    width: 10%
}

.text_datapicker_leyenda {
    margin: 5px;
    float: right;
    width: 78%
}

hr.total_prereserva {
    margin: 8px -15px 14px -15px;
    border-top: 1px solid #bdbdbd
}

.boton_validar {
    background: #fff;
    border: 0;
    padding: 5px 29px;
    text-transform: uppercase;
    color: #f48221;
    font-size: 16px;
    font-weight: 700
}

#condiciones .cr {
    background: #fff
}

.imagenes-piso-wp .slick-next:hover,
.imagenes-piso-wp .slick-prev:hover,
.imagenes-silo-wp .slick-next-silo:hover,
.imagenes-silo-wp .slick-prev-silo:hover {
    opacity: .75
}

.zoomContainer img:hover {
    cursor: zoom-in
}

wp-articulos-blog {
    margin-top: 10px
}

.blogs_wp_title {
    margin-top: 20px
}

.content_articulo_wp {
    margin-bottom: 500px
}

.wp-articulos-blog .slick-next {
    right: -40px !important
}

.wp-articulos-blog .slick-prev {
    left: -40px !important
}

#articulo26 .mapInfoBox {
    width: 35% !important
}

#articulo26 .infoDetail {
    width: 60% !important
}

ol.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    text-align: left;
    background-color: transparent;
    font-weight: 700;
    margin: auto
}

ol.breadcrumb li:not(:last-child) {
    display: inline;
    font-size: 14px;
    text-decoration: underline
}

ol.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "\003e"
}

.itemListElement a :not(:last-child) {
    text-decoration: underline
}

ol.breadcrumb li a:hover {
    text-decoration: underline
}

.breadcrumb.general_template a,
ol.breadcrumb.general_template li+li:before {
    color: #fff !important;
    font-size: 18px;
    font-weight: 700
}

.breadcrumb_template_property a {
    color: #565656 !important;
    font-size: 15px;
    font-weight: 700
}

.propertyBreadCrumb {
    height: 50px
}

ol.breadcrumb_template_property {
    display: block;
    padding: 15px 25%;
    background-size: contain
}

.breadcrumb.responsive_template {
    padding: 0 !important
}

.breadcrumb.responsive_template a,
ol.breadcrumb.responsive_template li+li:before {
    color: #666 !important
}

.landing_breadcrumb li {
    margin-top: 0 !important;
    padding: 0 !important;
    border: none !important
}

.landing_breadcrumb li a {
    color: #666 !important
}

.landingbc {
    position: absolute
}

.landing_breadcrumb {
    margin: 22px !important;
    padding: 0 !important
}

.landing_breadcrumb_property {
    margin-top: 60px !important;
    padding: 15px !important;
    font-weight: 700
}

.landing_breadcrumb_property a {
    color: #565656
}

.landingbc_silo {
    position: absolute;
    top: -7px
}

.menu-item-prefooter,
.menu-prefooter-below {
    line-height: 35px
}

.menu-prefooter-below {
    margin-top: 25px;
    color: #565656
}

.containerPrefooter {
    margin-top: 2%;
    border: 1px solid #bcbcbc;
    margin-bottom: 2%
}

#toc_container {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #aaa;
    display: table;
    font-size: 100%;
    margin-bottom: 1em;
    padding: 20px;
    width: -webkit-fill-available;
    margin-left: 12.5%
}

.toc_title {
    font-weight: 700
}

#toc_container li,
#toc_container ul,
#toc_container ul li {
    list-style: outside none none !important
}

.toc_title .webmapSubTitle {
    color: #565656 !important;
    text-decoration: underline !important
}

.webmapTitle {
    margin-left: 12.5% !important
}

#infoSeguro {
    font-size: 15px;
    overfllow-y: scroll
}

#info_seguro_content {
    display: inline-flex;
    margin-top: 10px
}

#info_seguro_subtitle {
    margin-top: 25px
}

.seguro_modal {
    padding-right: 0 !important;
    width: 150%;
    margin-left: -20%;
    height: auto
}

.prefooterPhone b,
.prefooterScreen b {
    font-size: 18px
}

.prefooterScreen p {
    margin-top: 5%
}

.property_lujo .divbotopropert2 {
    color: #a50022 !important;
    border: 1px solid #a50022 !important
}

.property_lujo .divbotopropert1 {
    background-color: #a50022 !important;
    border: 1px solid #a50022 !important
}

.property_lujo .precioinf2 {
    color: #a50022 !important
}

.property_lujo .bordsep,
.property_lujo .contgrispet,
.property_lujo .thumbpropert {
    background-color: #ebebeb
}

.property_lujo .bordright {
    border-right: 1px solid #ebebeb !important
}

.property_lujo .fonsinhonorarios div {
    background: #a50022 !important;
    color: #fff
}

.property_lujo .fonsinhonorarios {
    border-color: #a50022 !important
}

.fonslujo {
    background-color: #a50022 !important;
    line-height: 14px
}

.cua.diamond {
    background: 0 0 !important
}

.prestacioneslujo {
    transform: none;
    left: 8px;
    max-width: 235px;
    height: 30px;
    position: absolute !important;
    background: #ffffffba;
    color: #a50022 !important;
    bottom: 8px !important;
    top: auto;
    font-weight: 700
}

.botreserv_turisme_checkin {
    margin: 0 !important
}

.margbot10 {
    margin-bottom: 10px
}

.pisport2 {
    width: 32.3%;
    float: left;
    margin-right: 1%;
    margin-bottom: 15px
}

.pisport3 {
    width: 49%;
    float: right
}

.clusterImgs:hover {
    opacity: .5
}

.slick-slider .slick-initialized {
    visibility: visible
}

.siloImg {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    line-height: 21px;
    padding: 6px 6px;
    margin-left: -22%;
    margin-top: 10%;
    margin-bottom: 3%
}

.imagenes-silo-wp .slick-next,
.imagenes-silo-wp .slick-prev {
    top: 52%
}

.slick-frame {
    visibility: hidden
}

.slick-frame.slick-initialized {
    visibility: visible
}

.siloHideScreen {
    display: none
}

.siloHidePhone {
    display: block
}

#silo-next {
    left: 91.5%
}

.smContainer {
    text-align: center
}

#google_logo_inc {
    height: 42px;
    margin-right: 0
}

.lh16 {
    line-height: 16px
}

.divbotodescuento {
    background-color: #16b9e4;
    max-width: 250px;
    cursor: pointer !important;
    margin: 3px 0;
    padding: 5px;
    font-size: 14px
}

.descuento_row {
    padding-top: 9px;
    height: 56px;
    margin-top: 15px
}

#discount_error_txt {
    color: red;
    font-weight: 700;
    margin-top: 5px;
    text-align: center
}

#discount_ok_txt {
    color: #09b409;
    font-weight: 700;
    margin-top: 5px;
    text-align: center
}

input#discount_code.disabled {
    background: #f6f6f6
}

.line-through_red {
    text-decoration: line-through;
    color: red;
    padding-right: 7px
}

.padright0 {
    padding-right: 0
}

.fontsize12 {
    font-size: 12px
}

.menu_lateral_wp {
    overflow-y: scroll;
    overflow: hidden;
    height: auuto;
    background-color: #fff
}

.contentInfoImg {
    width: 30%;
    margin-right: 5%
}

.gestorTitle {
    margin-left: 20%;
    margin-bottom: 10%
}

.gestorName {
    display: inline-block;
    margin-left: 15%
}

.visitagestor {
    padding-left: 5%
}

#downloadIndiceAlquiler {
    background-image: url(/img/icons/downloadicon.png);
    height: 35px;
    width: 35px;
    background-size: 35px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block
}

#downloadIndiceAlquiler {
    cursor: pointer
}

#indiceAlquilerPdfSample {
    background-image: url(/img/icons/indicedownloadsample.png);
    height: 175px;
    width: 125px;
    background-size: 120px;
    padding-top: 3.5%;
    padding-left: 80px;
    background-repeat: no-repeat;
    margin-left: 17.5%;
    margin-top: 7%
}

.smallMargintop {
    margin-top: 5%
}

.imagenes-gestores-wp .images_slick {
    visibility: hidden
}

.slick-initialized {
    visibility: visible
}

#menumobileWP .menu_mobile {
    background-color: #fff !important
}

#closeWpMenu {
    margin-top: 5%
}

.content-wp {
    margin-left: 10%
}

.fade-in {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 3s
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tvtable2 {
    margin-bottom: 5%
}

#articulo29 .textdiv {
    margin-bottom: 20px
}

.header-wp {
    width: 80%;
    margin-left: 20%
}

.excursionTexto .titulo {
    display: none
}

.diccionari {
    margin-bottom: 5%
}

.webmapSwap {
    width: 40%;
    height: 30px;
    display: inline-block;
    background-color: #f9f9f9;
    padding-left: 14%;
    padding-top: 1.5%;
    border-style: solid;
    border-color: #aaa;
    border-width: 1px
}

#webmapSwapContainer {
    margin-left: 600px
}

#toc_container a:hover,
#webmapSwapContainer a:hover {
    cursor: pointer;
    text-decoration: underline
}

.webmapUnselected {
    filter: brightness(.75)
}

.hiddenImportant {
    display: none !important
}

.mapaWeb {
    margin-right: 0;
    margin-left: 0
}

.no-visible .justy a:not(.donthide) {
    display: none
}

.calendari_events {
    background-image: url(/img/detalles/calendario.png);
    background-repeat: no-repeat;
    background-size: 55px;
    height: 55px;
    margin: 0
}

.horas_incidencia {
    margin-top: 20px
}

.horas_incidencia p {
    font-size: 14px
}

.horas_incidencia_list {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-top: 16px;
    margin-left: 15px;
    padding: 20px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    line-height: 21px
}

#datepicker_calendar_events {
    font-size: 15px;
    margin: 15px 0 0 0
}

.select_event {
    background-color: #d07800;
    margin-left: 20px
}

.cancel_event {
    margin-left: 12%;
    background-color: #b5b5b5
}

/*
.content_horas_incidencia{
    float:left;
    width:48%
}*/

.msg_info_incidencia {
    font-size: 15px;
    color: #f48221
}

.naranjita {
    color: #f48221 !important
}

.msg_error_incidencia {
    font-size: 15px;
    color: #bf4949
}

#datepicker_calendar {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    height: 40px;
    background-image: url(/img/detalles/calendario_gris.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 95%;
    background-size: 34px;
    padding: 9px;
    color: #272727
}

.border_round_cita {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-top: 16px;
    padding: 20px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    line-height: 21px;
    padding: 19px 23px 10px 23px
}

.border_round_cita h4 {
    font-size: 15px;
    font-weight: 700;
    color: #828282;
    margin: 20px 10px
}

.calendar_cita {
    border: 1px #ececec solid
}

.rs_calendar,
.rs_calendar_hores {
    width: 280px;
    margin: 0 auto;
    text-align: center
}

.rs_calendar_hores {
    width: 95%;
    padding-top: 42px
}

.loading_calendar_cita {
    width: 44px;
    margin: 30px 0
}

.message_rs_calendario_cita {
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    margin-top: 16px;
    padding: 20px 16px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, .32);
    line-height: 21px;
    width: 75%;
    margin: 0 auto
}

.message_rs_calendario_cita .msg_error_incidencia {
    color: #828282
}

.rs_calendar_hores .alerta,
.rs_calendar_window .alerta {
    width: 71px;
    margin-top: -55px
}

.rs_calendar_window {
    text-align: center;
    margin-top: 20px
}

.cita_gestor .datos,
.fotico {
    float: left;
    text-align: left
}

.fotico img {
    width: 105px
}

#pregunta_cal_3 {
    display: none;
    font-size: 15px;
    margin-top: 20px
}

.hora_escollida {
    font-weight: 700;
    margin-left: 20px
}

#pregunta_cal_3 .desplid {
    margin-left: 10%
}

#pregunta_cal_3 label {
    font-weight: 400
}

#msg_creando_event {
    width: 280px;
    margin: 0 auto;
    text-align: center
}

p.selected_entrada {
    height: 40px;
    font-weight: 400;
    display: none
}

.button_tur {
    background-color: #16b9e4 !important
}

.button_temp {
    background-color: #f48221 !important
}

.button_venta {
    background-color: #71533b !important
}

.button_recent {
    position: absolute;
    bottom: 10px;
    margin-left: 7.5%
}

.button_le {
    background-color: #d1a119 !important
}

.itemListElement a {
    text-decoration: underline
}

.rs_fom_hores p {
    font-size: 15px
}

.rs_fom_hores {
    margin-top: 20px
}

.rs_fom_hores .cancel_event,
.rs_fom_hores .select_event {
    margin-top: 20px
}

.icon_boton_le {
    position: absolute;
    top: 11px;
    left: 1px;
    width: 21px !important
}

.nodeco {
    text-decoration: none !important
}

.box_email_sent {
    max-width: 450px;
    margin: auto;
}

.titol_email_sent {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #a50022;
    margin-top: 5px !important;
    margin-bottom: 10px !important
}

.contactsent.pisos_similares {
    max-width: 580px;
    margin: auto;
    margin-top: 30px;
}

.homepage-contactsent .share_modal_container {
    height: 50px;
    max-width: 256px;
    margin: auto;
    margin-top: 15px;
}

.homepage-contactsent .share_modal_container div {
    float: left;
    width: 50px;
    margin-left: 7px;
    margin-right: 7px;
    background: white;
    border-radius: 76px;
    background-size: 46px;
}

.homepage-contactsent .share_modal_container div img {
    width: 103%;
    margin-left: -1px;
    margin-top: -1px;
}

.homepage-contactsent .box_email_sent {
    font-size: 18px;
    max-width: 600px !important;
}

.descubre_otros {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 38px;
}

.homepage-contactsent .content_iso_lg_contact {
    top: -175px;
}

.contactsent-button {
    margin: auto;
    /* height: 44px; */
    margin-top: 49px;
    padding-top: 14px;
    max-width: 300px;
}

.location-title {
    margin-top: 65px;
}

#cookies_container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: #d9d9d9;
    background-image: url(/img/cookie.png);
    background-repeat: no-repeat;
    padding-left: 8%;
    background-position-y: 50%;
    background-position-x: 1%;
    max-height: 250px;

    transition: max-height 1s ease-out;
}

#cookies_container.extended {
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
}

#cookies_container .text_block {
    font-size: 18px;
    line-height: 35px;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 67%;
    float: left;
    padding-right: 35px;
}

#cookies_container .cookies_link {
    float: left;
    text-align: center;
    font-size: 18px;
    width: 15%;
    margin-right: 1%;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 25px;
}

#cookies_container .cookies_config .cookie_cat_title {
    font-weight: bold;
    text-transform: uppercase;
    width: 30%;
    float: left;
    cursor: pointer;
}

#cookies_container .cookies_config {
    font-size: 18px;
}

#cookies_container .cookies_accept,
#cookies_container .cookies_manage_accept {
    float: left;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    background: #229022;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    width: 13%;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 55px;
    margin-bottom: 10px;
}


.noscroll {
    height: 100%;
    overflow-y: hidden;
}

.cookies_manage_accept {
    display: none;
}

.cookies_link>a {
    text-decoration: underline !important;
    color: #565656 !important;
}

#cookies_container.extended .text_block {
    width: 100%;
}

#cookies_container .cookies_config {
    display: none;
}

#cookies_container.extended .cookies_config {
    display: none;
}

#cookies_container.extended .cookies_manage_accept,
#cookies_container.extended .cookies_config {
    display: block;
    cursor: pointer;
}

#cookies_container.extended .cookies_accept,
#cookies_container.extended .cookies_link {
    display: none;
}

#cookies_container .cookies_config {
    width: 85% !important;
    float: left;
}

#cookies_container .cookies_config_item {
    margin-bottom: 20px;
    position: relative;
    min-height: 27px;
}

#cookies_container .cookie_cat_desc {
    display: none;
    margin-top: 10px;
    max-width: 26%;
    font-size: 15px;
}

#cookies_container .cookies_config_item.open .cookie_cat_desc {
    display: block;
    clear: both
}

#cookies_container .cookie_cat_switch {
    float: left;
}

/* The switch - the box around the slider */
#cookies_container .switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 26px;
}

/* Hide default HTML checkbox */
#cookies_container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
#cookies_container .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#cookies_container .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#cookies_container input:checked+.slider {
    background-color: #229022;
}

#cookies_container input:focus+.slider {
    box-shadow: 0 0 1px #2196f3;
}

#cookies_container input:checked+.slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

/* Rounded sliders */
#cookies_container .slider.round {
    border-radius: 34px;
}

#cookies_container .slider.round:before {
    border-radius: 50%;
}

#cookies_container .item_disabled .slider.round {
    background-color: #22902270 !important;
}

#cookies_container .item_disabled label.switch {
    pointer-events: none;
}

#cookies_container .item_disabled .cookie_cat_title {
    color: #a2a1a1 !important;
}

.cookies_accept {
    cursor: pointer;
}

@media (max-width: 1050px) {
    #cookies_container {
        padding-left: 3%;
        max-height: none;
        background-image: url(/img/cookie.png);
        background-position-x: center;
        background-position-y: 10px;
        padding-top: 73px;
    }

    #cookies_container .text_block {
        width: 100%;
        text-align: justify;
        padding-right: 10px;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    #cookies_container .cookies_accept,
    #cookies_container .cookies_manage_accept {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        margin-top: 0px;
    }

    #cookies_container .cookies_link {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    #cookies_container .cookies_config {
        margin-left: 10%;
        margin-top: 20px;
        margin-bottom: 25px;
        width: 75%;
    }

    #cookies_container .cookies_config .cookie_cat_title {
        min-width: 83%;
    }

    #cookies_container .cookie_cat_desc {
        max-width: 75%;
    }
}

@media (max-width: 400px) {
    #cookies_container .cookies_config {
        margin-left: 1%;
        width: 100% !important;
    }

    #cookies_container {
        padding-left: 3%;
        max-height: none;
        background-image: none;
        padding-top: 0px;
    }
}

@media (max-width: 320px) {
    #cookies_container .text_block {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 1420px) {
    #cookies_container .text_block {
        font-size: 22px !important;
        line-height: 45px !important;
    }

    #cookies_container .cookies_link {

        font-size: 20px;
        text-transform: uppercase;
    }

    #cookies_container .cookies_accept,
    #cookies_container .cookies_manage_accept {
        font-size: 20px;
        text-transform: uppercase;
    }
}