﻿div, p, a, li, td { -webkit-text-size-adjust:none; }

@font-face {
    font-family: "PT Sans";
    src: url("/fonts/pt-sans.regular.ttf");
}
@font-face {
    font-family: "PT Sans";
    src: url("/fonts/pt-sans.bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "PT Sans";
    src: url("/fonts/pt-sans.italic.ttf");
    font-style: italic;
}


@font-face {
    font-family: "PT Sans";
    src: url("/fonts/pt-sans.bold-italic.ttf");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Surfing Capital'; /*a name to be used later*/
    src: url('/fonts/Surfing Capital.ttf'); /*URL to font*/
}

body {
    font-family: 'PT Sans';
    font-size: 13px;
    line-height: 18px;
    color: #565656;
    min-width:320px !important;
    overflow-x: hidden;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    color: #87022f;
}
/*5columnes d */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15

{
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15
{
    width: 20%;
    float: left;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-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, 0.8);
    box-shadow: inset 0 -1px 0 0 #EBEBEB;
    margin-bottom: 0px;
    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: 0px;
    padding: 0px;
}
.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: none;
    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: none;
    font-weight: normal;
}
.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, 0.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:hover,
.nav > li > a:focus {
    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: 0px;
}
.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: white;
    position: fixed;
    z-index: 1500;
    overflow-y: scroll;
    display: none;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #565656;
}

.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: white;
}
.menu-item-s2 {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #F5F5F5;
    color: #565656;
    cursor: pointer;
    background-color: white;
}
.menu-item-s3 {
    color: #ffffff;
    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;
    /* 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: 250px 20px;
    cursor: pointer;
    background-size: 30px;
    background-color: white;
    width: 100%;
}
.menu-item-s1.open ,.menu-item-prefooter.open{
    background-image: url('/img/icn_filtros_avanzada_02.svg');
}
.menu-item-logo {
    background-color: white;
}
.menu_mobile>div,
.menu_mobile>a>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;
}
.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: rgb(255,213,3) !important;
}
.sh-text-color {
    color: #A50022 !important;
}
a:hover,
a:visited,
a:link,
a:active {
    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{
    /*width:100%;*/
    max-width: 150px;
    text-align: center;
    max-height: 120px; /* SI SE QUITA ESTO DESCUADRA EL FOOTER */
}
.secure-pay-logos {
    padding-top: 10px;
}
.section1 .row {
    padding-top: 40px;
}
.section2 .row div {
    text-align: center;
    font-weight: bold;
    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
}
.footer_shbarcelona-info {
    text-align: center;
    font-weight: bold;
    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: white;
    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
}
textarea:focus,
input:focus,
select:focus {
    outline: none;
}
select::-ms-expand {
    display: none;
}
select:required:invalid {
    color: #A7A7A7;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}
.ui-datepicker-calendar td a,
.ui-datepicker td span {
    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: bold !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: none !important;
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    font-size: 16px;
}
#ui-datepicker-div {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
}

.homepage-boxarchitecture,.boxsegurosite, .homepage-ownermonthly,.homepage-ownersales, .homepage-ownertourism, .homepage-owneryearly, .homepage-boxes,.homepage-boxesow,.homepage-boxese,.homepage-boxmonthly,.homepage-boxarchitecture,.homepage-boxseguro,.homepage-boxsegurosite,.homepage-boxventas,.homepage-boxyearly,.homepage-boxturist,.homepage-clients,.homepage-testimonials,.homepage-jobs,.homepage-empresa,.homepage-boxarchitecturesite,.homepage-boxturistsite,.homepage-boxmonthlysite,.homepage-boxventassite,.homepage-boxyearlysite,.homepage-boxlandingtemp,.homepage-404,.homepage-questionsal,.homepage-reserva, .homepage-reserva-temporada,.homepage-respostes,.homepage-blog,.homepage-user,.homepage-datos,.homepage-livingcost{
    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-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;}


.homepage-questionsal {
    background-image: url(/img/backgrounds/background_response_incorrect.jpg);
    height: 506px;
    background-color: #f8f8f8 !important;
    /*background-size: 100%;
    background-position: 0px 0px;
        clear:both !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.jpg);
    height: 785px;
    background-color:#fff !important
}   
.homepage-jobs{
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-jobs.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-monthly.jpg);
    height: 753px;
    background-color:#fff !important
}
.homepage-boxarchitecture{
    background-image: url(/img/background-px-black.png), url(/img/backgrounds/background-monthly.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;
}
.homepage-logo,#fianzalog .homepage-logo,#templog .homepage-logo{
    text-align: center;
    margin-top: 60px;
    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: bold;
    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-boxesow .box,.homepage-boxese .box {
    margin-top: 20px;
    height: 178px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    line-height: 21px
}
.homepage-boxesow .box ,.homepage-boxese .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:0px;
    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);
    /* Newer browsers (incl IE9) */

    transform: rotate(-315deg);
    margin-top: 29px;
    margin-left: 27px;
    color: white;
    font-size: 13px;
    width: 75px;
    text-align: center;
    text-transform: uppercase;
    top:-1px;
}

.wsoffcanvasopener .homepage-boxes {
    padding-top: 0px;
}
.box-content {
    width: 100%;
    height: 100%;
    padding: 16px;
}
.homepage-boxes .box .title,.homepage-boxesow .box .title,.homepage-boxese .box .title  {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #565656;
}
.homepage-boxesow .box .title,.homepage-boxese .box .title  {
    font-size: 18px;
}
.box-content .subtitle {
    margin-top: 4px;
    font-size: 13px;
    border-bottom: 1px solid black;
    padding-bottom: 12px;
    width: 93%;
    border-color: #EBECEC;
}
.homepage-boxesow .box-content .subtitle,.homepage-boxese .box-content .subtitle {
    height:42px
}
.box-content.temporada .subtitle {
    font-weight: bold;
    color: #F48221;
}
.box-content.largaestancia .subtitle {
    font-weight: bold;
    color: #D1A119;
}
.box-content.turismo .subtitle {
    font-weight: bold;
    color: #16B9E4;
}
.box-content.ventas .subtitle {
    font-weight: bold;
    color: #71533B;
}
.box-content.obras .subtitle {
    font-weight: bold;
    color: #88AB2D;
}
.box-content.seguros .subtitle {
    font-weight: bold;
    color: rgb(255,213,3) !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: bold;
    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;
}
.show-text-mobile,#cuenta_link {
    cursor: pointer;
}
.box-content.turismo .row {
    padding-left: 11px;
    padding-right: 11px;
}
.box-content.turismo .row div {
    /* padding-left: 4px;*/
    /*  padding-right: 4px;*/
}
.box-content.turismo .row input,
select {
    width: 100%;
}
.search-text {
    cursor: pointer;
}

.slick-slider.container {
    max-width: 880px;
}
.slick-prev:before,
.slick-next:before {
    color: red !important;
}

.slick-prev,
.slick-prev:hover,
.slick-prev:focus {
    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:hover,
.slick-next:focus {
    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;
}

#w2 .slick-next, #w2 .slick-prev{background-color: transparent!important;
                                 background-size: 35px 35px!important;}
.slick-dots {
    left: 0px;
}
.slick-next:before {
    content: '';
}
.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: white;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}
.post {
    width: 85%;
    background-color: white;
    margin: auto;
    box-shadow: 0 2px 4px 0 rgba(0, 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: bold;
}
.featured-availability {
    font-size: 13px;
    text-align: center;
    line-height: 18px;
    color: #565656;
    margin-top: 12px;
    text-transform: lowercase;
    display:none;
}
.featured-separator {
    height: 1px;
    width: 85%;
    background-color: #EBECEC;
    margin: auto;
    margin-top: 16px;
}
.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: 1px solid; */

    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 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: white;
    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: white;
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0px 0 black, 0 1px black, 0px 0 black, 0 0px black;
    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: bold;
    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: bold;
    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;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 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: bold;
    color: #295C9E;
}
.instagram_grey {
    font-weight: bold;
    color: #565656;
}

.pinterestImg{height: 50px;}

.pinterest_red {
    font-weight: bold;
    color: #ff0000;
}
.youtube_red {
    font-weight: bold;
    color: #E30000;
}
.google_red {
    font-weight: bold;
    color: #EA4335;
}
.es1,
.en1,
.de1,
.fr443,
.it1,
.nl1,
.pt1,
.ru6,
.ca1 {
    background: #71533b !important;
}
.es5,
.en5,
.de5,
.fr5,
.it5,
.nl5,
.pt5,
.ru3,
.ca5 {
    background: #f48221 !important;
}
.es168,
.en306,
.de306,
.fr407,
.it306,
.nl306,
.pt168,
.ru5,
.ca306 {
    background: #d1a119 !important;
}
.es1489,
.en615,
.de615,
.fr6,
.it615,
.nl615,
.pt1489,
.ru7,
.ca11 {
    background: #16b9e4 !important;
}
.es1490,
.en532,
.de532,
.fr554,
.it532,
.nl532,
.pt1490,
.ru4,
.ca532 {
    background: #936eaa !important;
}
.es2319,
.en834,
.de834,
.fr986,
.it834,
.nl834,
.pt2319,
.ru2,
.ca1192 {
    background: #88ab2d !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */

    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, 0.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, 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: 160px
}
.detail_info_empleado > .telf,
.detail_info_empleado > .oficina {
    margin-top: 8px
}
.detail_info_empleado > .idioma {
    width: 90px;
    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: bold;
    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: bold;
    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: none;
}
.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: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    cursor: pointer;
}

.staffhome-dep-select {
    background-image: url(/img/header_language_select-black.svg);
    border: 1px solid black;
    color: black;
    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: bold;
    color: #A50022;
    margin-top: 16px;
}
.step-title {
    font-size: 16px;
    font-weight: bold;
    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: 0px;
    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: white;
    font-weight: bold;
    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:0px;
}.profitability-button.buttongris{
    background-color: #B5B5B5 !important;
    margin-top: 0px;
    margin-bottom: 10px;
}
:focus {
    outline: none;
}
.profitability-dialog .group-input {
    margin-bottom: 24px;
}
.margintop0 {
    margin-top: 0px;
}
.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, 0.55);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(233, 102, 102, 0.55)
}
.contact-container {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 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: 0px;
}
.top-separator {
    border-top: 1px solid #EBECEC;
    padding-top: 25px;
}
.text-area-type1 {
    margin: 0px;
    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;
}
/* WebKit */

:-moz-placeholder {
    color: #A7A7A7;
    ;
}
/* Firefox 18- */

::-moz-placeholder {
    color: #A7A7A7;
    ;
}
/* Firefox 19+ */

:-ms-input-placeholder {
    color: #A7A7A7;
}
/* IE 10+ */

.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%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon,.box17 .radio .cr .cr-icon,.box15 .radioani .cr .cr-icon,#reserva_4 .radioani .cr .cr-icon,#visita .radioani .cr .cr-icon,.teporada_class .radioani .cr .cr-icon, .le_class .radioani .cr .cr-icon{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.box17 .cr{}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"],.box17 .radio input[type="radio"],.box15 .radioani input[type="radio"],#reserva_4 .radioani input[type="radio"],#visita .radioani input[type="radio"],.teporada_class .radioani input[type="radio"],.le_class .radioani input[type="radio"],
#cal_temporada_reserva .fechas_reserva input[type="radio"]{
    display: none ;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon,.box17 .radio input[type="radio"] + .cr > .cr-icon,.box15 .radioani input[type="radio"] + .cr > .cr-icon,#reserva_4 .radioani input[type="radio"] + .cr > .cr-icon,#visita .radioani input[type="radio"] + .cr > .cr-icon,#cal_temporada_reserva .fechas_reserva input[type="radio"] + .cr > .cr-icon,.teporada_class .radioani input[type="radio"] + .cr > .cr-icon, .le_class .radioani input[type="radio"] + .cr > .cr-icon{
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon,
.box17 .radio input[type="radio"]:checked + .cr > .cr-icon,.box15 .radioani 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 ,#cal_temporada_reserva .fechas_reserva input[type="radio"]:checked + .cr > .cr-icon ,.teporada_class .radioani input[type="radio"]:checked + .cr > .cr-icon, .le_class .radioani input[type="radio"]:checked + .cr > .cr-icon{
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr,.box17 .radio  input[type="radio"]:disabled + .cr ,.box15 .radioani  input[type="radio"]:disabled + .cr ,#reserva_4 .radioani  input[type="radio"]:disabled + .cr ,#visita .radioani  input[type="radio"]:disabled + .cr ,#cal_temporada_reserva .fechas_reserva input[type="radio"]:disabled + .cr ,.teporada_class .radioani  input[type="radio"]:disabled + .cr, .le_class .radioani  input[type="radio"]:disabled + .cr{
    opacity: .5;
}
.radio label,
.checkbox label {
    padding-left: 0px;
}
.radio,
.checkbox {
    margin-top: 0px;
    margin-bottom: 0px;
}
.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: 0px;
    width: 105px;
}

.location-title {
    background-color: white;
    padding-bottom: 32px;
}
.location-title .title, .location-icon {
    background-image: url(/img/icn_h1_situacion.svg);
    background-repeat: no-repeat;
}

.office-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.office {} .office .map {
    width: 100%;
    height: 290px;
}
.office-details-title {
    color: #A50022;
    font-size: 14px;
    font-weight: bold;
}
.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: bold;
    color: #A50022;
    margin-bottom: 7px;
    margin-top: 3px;
}
.modal-body .contact-container {
    margin-top: 30px;
    box-shadow: none;
    padding: 0px;
}
.contact-container .captcha input.input-text-type1 {
    width: 45px;
}
.modal-content {
    padding-right: 0px !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;
    /* height: 496px;*/
    border-radius: 6px;
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    position: fixed;
    font-size: 16px;
    /*overflow: hidden;*/
    z-index: 1000;
    margin-left: 112px;       
}

.detail-property h1 {
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    color: white;
}
.detail-property .localitation {
    font-size: 16px;
    font-weight: bold;
    color: white;
    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.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: white;
    margin: 0px;
    border-bottom: 1px solid #DCDCDC;

    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
.info-property .localitation {
    color: inherit;
    font-weight: 100;
    margin-bottom: 16px;
    color: #565656;
}
.info-property .situation {
    font-weight: bold;
    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: bold;
    padding-top: 3px;
}
.not-available {
    background-image: url(/img/icn_check_disponible_02.svg);
    color: CA802B;
    font-weight: bold;
    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: 0px;
    padding-left: 0px;
    font-size: 17px;
    font-weight: bold;
}
.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: bold;
    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;
}
/*-m2-*/
#categ_1 .op-2 .feature-box.m2,#categ_1 .figm2,#categfav_1 .figm2fav,#t_turismo .figm2fav,#categ_1 .figm2fav
{
    background-image: url(/img/iconos_landing/m2_op1.png);
    background-repeat: no-repeat;
}
#categ_2 .op-2 .feature-box.m2,#categ_2 .figm2,#categfav_2 .figm2fav,#t_temporada .figm2fav,#categ_2 .figm2fav
{
    background-image: url(/img/iconos_landing/m2_op2.png);
    background-repeat: no-repeat;    
}
#categ_3 .op-2 .feature-box.m2,#categ_3 .figm2,#categfav_3 .figm2fav,#l_larga .figm2fav,#categ_3 .figm2fav
{
    background-image: url(/img/iconos_landing/m2_op3.png);
    background-repeat: no-repeat;    
}
#categ_4 .op-2 .feature-box.m2,#categ_4 .figm2,#categfav_4 .figm2fav,#v_ventas .figm2fav,#categ_4 .figm2fav
{
    background-image: url(/img/iconos_landing/m2_op4.png);
    background-repeat: no-repeat;    
}
/*-habitacions-*/
#categ_1 .op-2 .feature-box.rooms,#categ_1 .fighab,#categfav_1 .fighabfav,#t_turismo .fighabfav,#categ_1 .fighabfav
{
    background-image: url(/img/iconos_landing/dormitorios_op1.png);    
}
#categ_2 .op-2 .feature-box.rooms,#categ_2 .fighab,#categfav_2 .fighabfav,#t_temporada .fighabfav,#categ_2 .fighabfav
{
    background-image: url(/img/iconos_landing/dormitorios_op2.png);    
}
#categ_3 .op-2 .feature-box.rooms,#categ_3 .fighab,#categfav_3 .fighabfav,#l_larga .fighabfav,#categ_3 .fighabfav
{
    background-image: url(/img/iconos_landing/dormitorios_op3.png);    
}
#categ_4 .op-2 .feature-box.rooms,#categ_4 .fighab,#categfav_4 .fighabfav,#v_ventas .fighabfav,#categ_4 .fighabfav
{
    background-image: url(/img/iconos_landing/dormitorios_op4.png);    
}
/*baños*/
#categ_1 .op-2 .feature-box.aseos,#categ_1 .figaseos,#categfav_1 .figaseosfav,#t_turismo .figaseosfav,#categ_1 .figaseosfav
{
    background-image: url(/img/iconos_landing/banos_op1.png);    
}
#categ_2 .op-2 .feature-box.aseos,#categ_2 .figaseos,#categfav_2 .figaseosfav,#t_temporada .figaseosfav,#categ_2 .figaseosfav
{
    background-image: url(/img/iconos_landing/banos_op2.png);    
}
#categ_3 .op-2 .feature-box.aseos,#categ_3 .figaseos,#categfav_3 .figaseosfav,#l_larga .figaseosfav,#categ_3 .figaseosfav
{
    background-image: url(/img/iconos_landing/banos_op3.png);    
}
#categ_4 .op-2 .feature-box.aseos,#categ_4 .figaseos,#categfav_4 .figaseosfav,#v_ventas .figaseosfav,#categ_4 .figaseosfav
{
    background-image: url(/img/iconos_landing/banos_op4.png);    
}
/*capacidad*/
#categ_1 .op-2 .feature-box.capacidad,#categ_1 .figterr,#categfav_1 .figterrfav,#t_turismo .figterrfav,#categ_1 .figterrfav
{
    background-image: url(/img/capacidad_op1.png);
    background-size:25px;
}
/*terraza*/
#categ_2 .op-2 .feature-box.terraza,#categ_2 .figterr,#categfav_2 .figterrfav,#t_temporada .figterrfav,#categ_2 .figterrfav
{
    background-image: url(/img/Terraza-Landing-Recuperado-copia.png);
    background-size:30px;
}
/*terraza*/
#categ_3 .op-2 .feature-box.terraza,#categ_3 .figterr,#categfav_3 .figterrfav,#categ_3 .figterrfav
{
    background-image: url(/img/Terraza-Landing-Recuperado-copia2.png);
    background-size:30px;
}
#categ_4 .op-2 .feature-box.terraza,#categ_4 .figterr,#categfav_4 .figterrfav,#v_ventas .figterrfav,#categ_4 .figterrfav
{
    background-image: url(/img/terraza_op4.png);
}
/*balcon*/
#categ_4 .op-2 .feature-box.balcon,#categ_4 .figbalcon,#categfav_4 .figbalconfav,#v_ventas .figbalconfav,#categ_4 .figbalconfav
{
    background-image: url(/img/balcon_op4.png);    
}
/*balcon*/
#categ_3 .op-2 .feature-box.balcon,#categ_3 .figbalcon,#categfav_3 .figbalconfav, #categ_3 .figbalconfav
{
    background-image: url(/img/balcon_op3.png);    
}
/*balcon*/
#categ_2 .op-2 .feature-box.balcon,#categ_2 .figbalcon,#categfav_2 .figbalconfav, #categ_2 .figbalconfav
{
    background-image: url(/img/balcon_op2.png);    
}
/*parking*/
#categ_4 .op-2 .feature-box.parking,#categ_4 .figparking,#categfav_4 .figparkingfav,#v_ventas .figparkingfav,#categ_4 .figparkingfav
{
    background-image: url(/img/parking_op4.png);    
}
/*ascensor*/
#categ_3 .op-2 .feature-box.ascensor,#categ_3 .figascensor,#categfav_3 .figascensorfav,#l_larga .figascensorfav,#categ_3 .figascensorfav
{
    background-image: url(/img/ascensor_icon_3.svg);    
}
#categ_4 .op-2 .feature-box.ascensor,#categ_4 .figascensor,#categfav_4 .figascensorfav,#v_ventas .figascensorfav,#categ_4 .figascensorfav
{
    background-image: url(/img/ascensor_icon_4.svg);    
}
/*altura*/
#categ_3 .op-2 .feature-box.altura,#categ_3 .figaltura,#categfav_3 .figalturafav,#l_larga .figalturafav,#categ_3 .figalturafav
{
    background-image: url(/img/altura_escalera_op3.png);    
}
#categ_4 .op-2 .feature-box.altura,#categ_4 .figaltura,#categfav_4 .figalturafav,#v_ventas .figalturafav,#categ_4 .figalturafav

{
    background-image: url(/img/altura_escalera_op4.png);    
}
/*ent*/
#categ_4 .op-2 .feature-box.ent
{

}
/*disponibilidad*/
.figdisponfav
{
    background-image: url(/img/icn_check_disponible_01.svg);    
    background-size: 25px;
    background-position: 50% 50%;
}
/*wifi*/

#categ_1 .op-2 .feature-box.wifi,#categ_1 .figwifi,#categfav_1 .figwififav,#t_turismo .figwififav,#categ_1 .figwififav
{
    background-image: url(/img/iconos_landing/wifi_op1.png);    
    background-size: 30px;
    background-position: 50% 50%;
}


#categ_2 .op-2 .feature-box.wifi,#categ_2 .figwifi,#categfav_2 .figwififav,#t_temporada .figwififav,#categ_2 .figwififav
{
    background-image: url(/img/iconos_landing/wifi_op2.png);    
    background-size: 30px;
    background-position: 50% 50%;
}
.figwififav,.figm2fav,.fighabfav,.figaseosfav,.figterrfav,.figalturafav,.figparkingfav,.figbalconfav{
    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: 0px;
    margin-top: 24px;
}

.property-row-info {
    margin-left: 16px;
    margin-right: 15px;
}
.property-row-info div
{
    padding-left: 0px;
    padding-right: 0px;
    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;
}


.info-property.op-2
{
    /*height: 570px;*/
}
.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:0px;
    margin-left: 0px;
}
.title-container
{
    height: 599px;
}
.thumbnail-image {
    float: left;
    width: 96px;
    border: 1px solid white;
}
.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-right,.box14 .thumbnail-container .arrow-left
{
    height: 79px;     
}
.thumbnails-carrousel-animation
{
    -webkit-transition: margin-left 0.8s;
}
#language_selector-button {
    display: none;
}

/*  XXXX OWNER XXXX*/
.padmad0{
    margin:0px !important;
    padding:0px !important;
}
.padding0{
    padding:0px!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 0px!important;
}
.paddingbot20{
    padding-bottom:20px!important;
}
.margintopbot10{
    margin:10px 0px!important;
}
.marginbot10{
    margin-bottom:10px!important;
}
.marginbot20{
    margin-bottom:20px!important;
}
.margintop20{
    margin-top:20px!important;
}
.margin40{
    margin-top:40px!important;
}
.paddingbottop0
{
    padding-bottom: 0px !important;
    padding-top: 0px !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:bold;
    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:bold;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0px solid #000000;	
}
.gestioncen{	
    text-align: right;
}
.empresa_log {
    background-color: #4c4c4c;
    color: #fff;
    padding: 13px 42px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 0px solid #000000;
    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: bold;
    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;
}

.loginrentabilidad,.loginequipo,.loginrehabilita,.logingarantia,.logincorpora,.logperfil,.logcontact,.loginescola,.logincomentaris,.logincifras,.loginfilo,.logininternacional,.loginliderazgo,.logindesarro,.loginintegrar,.loginconsulta,.loginpropietarios,.loginapart,.logindurante,.loginasistencia,.loginsalida,.loginvaloracion,.loginreserva,.logincotratant,.loginsusdatos,.loginllegada,.loginpago,.logindescripcion,.logincondiciones,.loginequip,.loginsituacion,.loginblog,.loginsimilares,.loginvaloraciones,.loginmotivopestancia,.logindatospiso,.loginpago2,.logincitas,.loginalert,.loginhist{   
    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;
}
.box2,.box3,.box5,.box6,.box7 ,.box8,.box9,.box10,.box11,.box12,.box14,.box15,.box16,.box17,.box18,.box19,.box21,.box22,.box25,.box26,.box27,.box28,.box29,.box30,.box31,.box32,.box-container{
    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;
    /*margin-right: 5px;
    margin-left: 5px;*/	
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.32);   
    line-height: 21px
}
.op1{
    font-size: 19px;
    font-weight: bold;
    line-height: 25px;
    color: #565656;
}
.text1{
    font-size: 14px;
    line-height: 19px;
    color: #565656;
    margin-top:8px;
}
.gestion2{
    font-size:16px;	 
    font-weight:bold;
    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 0px;
    display:inline-block;
    background-color: #E61446;
    width:87px;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    margin-left:10px;
}
.sinodisabled{
    margin: 20px 0px;
    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: bold;
    cursor:pointer;
}
.si{
    margin: 20px 0px;
    display:inline-block;
    background-color: #88AB2D;
    width:87px;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    margin-left:10px;
}
.fr{
    float:right;
}
.verperfil{
    line-height:20px;
    background-color: #B5B5B5;
    padding-left:48px;
    padding-right:48px;
}
.mencampos{
    margin:10px 0px 0px 0px;	
}

/**/
#perfil2{
    display:none;	
}
.pad5{
    padding:10px ;
}
.margpad{
    margin:0px !important;
    padding: 12px 8px;
    overflow:hidden;
}
.content_img_top
{
    overflow: hidden;
    padding: 0px;
}
.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 black;
    margin-bottom: 12px;
    width: 100%;
    border-color: #EBECEC;
}
.oblig{
    padding:0px !important;
    margin-right:0px;
    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:normal;
    margin-left:5px;
}
.suma{

    width:133px;
    display:inline;	
}
.enviar{
    padding: 12px 67px;
}
#contacto .goperverperfil{
    margin:0px;
}
.labelsuma{
    font-size: 16px;
    line-height: 20px;
    color: #565656;
    font-weight:normal;
    margin-top:11px;
}
.chppoli{
    margin-top:10px!important;
}

#perfil2>.slick-list {

    padding: 20px;
}
.contact{
    margin-top:0px !important;
}

/*valoraciiones*/
.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: 0px solid #000000;
    overflow:hidden;

}
.imgcercle{	
    height: 153px;
    margin-left: -65px;	
}
.box4{
    -webkit-box-shadow: 0px 0px 9px 3px rgba(214,211,214,1);
    -moz-box-shadow: 0px 0px 9px 3px rgba(214,211,214,1);
    box-shadow: 0px 0px 9px 3px rgba(214,211,214,1);
    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: bold;
    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: bold;
    line-height: 19px;
    color: #936EAA;
}
.titnom{
    display:block;
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #565656;
    margin-bottom:8px;
}

.padval{
    padding:30px;
}
/*monthy*/
.padrecsup{
    margin-top:-5px;
}
.box6, .box12{
    /*height:367px;*/
    overflow:hidden;
    padding:0px;
    /* height:619px;*/
}
.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: bold;
    text-transform: uppercase;
}

div#garantsegurossite .titgarantia {;
                                    color: rgb(255,213,3) !important;
}

.contgarantia{
    font-size: 13px;
    text-align: center!important;
    line-height: 18px;
    color: #565656;
    height: 90px;
    overflow:hidden;
}
#garantventas .box6{
    /*height: 420px !important;*/
}
#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;

    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);*/   
    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: bold;
    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: bold;
    text-align: center;
    line-height: 20px;
    color: #FFFFFF;
}
.gestion3{
    background-color:#A50022 ;
    color:#fff;
    padding:12px 24px;
    font-size:16px;	 
    font-weight:bold;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    border: 0px solid #000000;	
}
.cien{
    width:271px;
    height:32px;
    text-align: center !important;
    padding-top:6px;
}
.cal{
    margin-right:10px;
    margin-top: -4px;
    display:inline !important;
}
/*CALCULE LA RENTABILIDAD DE SU PISO*/
.textparraf,.rellena{
    font-size: 13px;
    line-height: 18px;
    color: #565656;
    margin:3px 0px;
}
.textparraf{
    height:50px;
}
.enuncia{
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    color: #565656;
    margin:15px 0px 5px 0px;
    height:35px;
}
.enuncia360
{
    width: 360px;
}
.esptext{
    padding:5px 0px;
    height:20px;
}
.esptextver{
    color:#008000;
}
#but3{
    margin-top:24px;
}
/*NUESTRO EQUIPO*/
.box8{
    background-color: #F8F8F8;
    padding:0px;

    height:338px;}
.imgequipo{
    width:100%;
    max-width:438px;
}
.nomeqip{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #88AB2D;
}
.flag2{
    width: 15px!important;
    margin-top:2px!important;
    margin-left: 4px!important;
    margin-right: 0px!important;
}
.polequip{
    padding:8px;
}
/**/
.maxamplecal{
    padding-left:60px;
}
/*CLIENTS*/
.divboto,.divbotoofer,.divbotooferta,.divbotoform,.divbotocurt,.divbotopropert1,.divbotopropert2,.divbotolanding,.divbotoface,.divbotogog,.divbotomodal,.divbotopropert3,.divbotoreserv,.divbotocondiciones,.divbotorent,.divbotoalter1,.divbotoalter2,.divbotoconfirmco,.divbotoconfirmco2,.divbotopdfguia,.divbotopostular,.divbotomap,.divbotomap2,.divbotodatos,.divbotodatos2, .divbotogest{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #A50022;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
    border: 0px solid #000000;
    padding: 12px 12px;
    max-width:340px;
    margin:10px 0px;
}
.divbotocurt{
    max-width:214px;

}
.textclient{
    margin-bottom:23px;
    height: 174px;
}
.titolport{
    font-size: 16px;
    font-weight: bold;
    text-align: justify;
    line-height: 20px;
    color: #565656;
    margin-top: 5px!important;
    margin-bottom: 10px!important;
}

.empresesescoles,.empresesescoles2{
    width:100%;	
}
.empresesescoles{
    padding: 6px;	
}
.textoesc,.textoapartirde{
    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;
}
#idescuelas2,#idempresas2{
    display:none;
}

/*TESTIMONIALS*/
.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: 0px solid #000000;
    overflow:hidden;

}
.fotcircle{
    width:130px;
    height:130px;
}
.nomtest{
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    color: #A50022;
}

.location,.fechacoment{
    font-size: 13px;
    font-weight: bold;
    line-height: 18px;
    color: #565656;
    margin:10px 0px;
}
.fechacoment {
    font-size: 14px;
    display: none !important;
    margin:0px 0px 10px 0px;
}
.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_turis .estrellas, .col_temp .estrellas, .col_larga .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_turis .progress-bar, .col_temp .progress-bar, .col_larga .progress-bar{
    line-height:10px !important;

}
.col_turis .progress-bar.gran{
    max-width:100px;
    margin-left:0px;
    background-color: #F48221;
    line-height:24px !important
}
.imgestrella{
    width: 105px;
    top: -2px;
    left: -5px;
    color:red;
}
.col_turis .imgestrella,.col_temp .imgestrella, .col_larga .imgestrella{
    width: 49px;
    top: -2px;
    left: -4px;

}
.col_turis .imgestrella.gran{
    width: 105px !important;
    top: -2px !important;
    left: 0px !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-boxesow .show-text-mobile, .homepage-boxese .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: bold;
    line-height: 25px;   
    color: white;
}
.homeow-title h1
{
    display: inline;
    font-size: 28px;
    font-weight: bold;
}
.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: bold;

}
.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, 0.10);      
}
.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, 0.10);      
}
.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, 0.10);      
}
.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, 0.10);    
}
.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, 0.10);       
}
.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, 0.10);     
}
.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, 0.10);     
}
.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;
}

/*OFERTAS*/

.divbotoofer{
    max-width:249px;
    margin:20px 0px 10px 0px;
}
.numerocifra{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    color: #A50022;
    display:block;
}
.textcifra{
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #565656;
}
.comprimir{
    padding:0px 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_rentames, .incremento_rentaano, .incremento_rentabilidad
{
    margin-top: 10px;
}

.loginconsulta{
    margin-bottom: 0px;
}
.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;
}
#contactoesp{

}
#practicas .box11{
    height:1178px;
}
#empleos .box11{
    height:1185px;
}
#contactoesp,#empleos,#postular{
    display:none;
}
.titoferta{
    font-size: 16px;
    font-weight: bold;
    /*text-align: center;*/
    line-height: 20px;
    color: #71533B;
    text-transform: uppercase;
    margin-bottom:15px;
    height:44px;
}
.titcontactoesp{
    color: #A50022;
    font-size:22px;
    font-weight:bold;
    line-height:38px;
    margin-left: 51px;
}	
#contactoesp .loginequipo,#contact .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;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}	  
#lop,#lop2,#lop3,#lop4{

    display:none;
}
#paraula,#paraula2{
    color:#9A9A9A;
    text-align:center;
    margin:5px 0px 0px 0px;
}
.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;
}
/*SITE REPET*/

#garantsegurossite .box6{
    /*height:340px;*/
}	
#garantsegurossite .contgarantia{
    height: auto;
}	
.autoheight
{
    height: auto !important;
}
/* LANDING  PRESENTACION inmuebles*/

.box14{
    padding:0px;
    overflow:hidden;
    margin-top: 21px !important;
}
.imgtemp{
    width:100%;
    max-width:1000px;
    max-height: 300px !important;
}
.padtemp{
    padding:8px;
    padding-right:0px;
}
.contpropert{
    padding:12px;

}
.titgr{
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    color: #565656;
}
.textogen,.textogen2,.preciosup{
    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: bold;
    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 0px 0px;
    float:left;
}
img.icn_svg{width: 34px;}
.comprimpara{
    width:31px;
    height:31px;
}
.disp,.disp2{
    font-size: 19px;
    font-weight: bold;
    line-height: 45px;
    color: #819B40;
}
.disp2{	
    font-size: 18px;
    color: #CA802B;
    line-height: 20px;
}
.precioinf,.precioinf2{
    font-size: 21px;
    font-weight: bold;
    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;
}
.borderleft{
    border-left:1px solid #dad9d9;
}
.borderbot{
    border-bottom:1px solid #dad9d9;
}
.bordertop{
    border-top:1px solid #dad9d9;
}
.okpeq{
    margin-top:-7px;
    width:20px;
}
.bordsep{
    border:1px solid #EBEBEB;
    border-bottom: 0px;
}
.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;
}

.col_larga .divbotopropert1,.botofinlarga .divbotopropert1{	
    background-color:#D1A119;
    border:1px solid #D1A119;
}
.col_larga .divbotopropert2{	
    color:#D1A119;
    border:1px solid #D1A119;
}
.col_ventas .divbotopropert1,.botofinventas .divbotopropert1{	
    background-color:#71533B;
    border:1px solid #71533B;
}
.col_ventas .divbotopropert2{	
    color:#71533B;
    border:1px solid #71533B;
}
.col_turis .divbotopropert1,.botofinturis  .divbotopropert1{	
    background-color:#16B9E4;
    border:1px solid #16B9E4;
}
.col_turis .divbotopropert2{	
    color:#16B9E4;
    border:1px solid #16B9E4;
}
.rectangledr{

    width: 56px;
    height: 56px;    
    right: 0px;
    top: 0px;
    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:0px;
    cursor: pointer;
}
.textoapartirde{
    margin-top: -10px !important;
    /*margin-left: 12px !important;*/
    margin-bottom: -7px;
}
.taminf{
    margin-top: 12px;
}
.pol{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* LANDING INPUTS*/

.box15{
    padding: 0px 0px 0px 0px;
}
.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,0.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-right,.arrow-left{
    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 0px 0px 16px;
}
.textin	{
    font-size: 13px;
    line-height: 18px;
    color: #9DA2A6;
    font-weight:normal;
    margin-bottom:5px !important
}	

.inputs2, .inputs3,.inputs6{
    width:100%;
    height:32px;
    padding:6px;
}
.inputs3{
    background-image: none;
}
input:focus { outline: none; } 
#landingtemp .datepicker,#alertas .datepicker,#landinglarga .datepicker,#alertaslarga .datepicker,#landingventas .datepicker,#alertasventas .datepicker,#landingturis .datepicker,#alertasturis .datepicker{
    width:100% !important;
    height:32px !important;
}
#landingtemp .form-group,#alertas .form-group,#landinglarga .form-group,#alertaslarga .form-group,#landingventas .form-group,#alertasventas .form-group,#landingturis .form-group,#alertasturis .form-group{
    margin-bottom: 10px;
}
#landingtemp .dropdown-menu ,#alertas .dropdown-menu,#landinglarga .dropdown-menu ,#alertaslarga .dropdown-menu,#landingventas .dropdown-menu ,#alertasventas .dropdown-menu,#landingturis .dropdown-menu ,#alertasturis .dropdown-menu{   
    min-width: 205px; 
    z-index: 10000000;
}
.valordropdistrito,#valordropdistrito2,#equipamiento{	
    font-size:14px;
    /*color: #9DA2A6;*/
}

#landingtemp label,.alertastempo label,#t_temporada label, #landingtemp .textin, .alertastempo .textin{
    color:#F48221;
    text-align: left;
}
#landinglarga label,.alertaslarga label,#l_larga label, #landinglarga .textin, .alertaslarga .textin{
    color: #D1A119;
    text-align: left;
}
#landingventas label,.alertasventas label,#v_ventas label, #landingventas .textin, .alertasventas .textin{
    color: #71533B;
    text-align: left;
}
#landingturis label,.alertasturis label,#t_turismo label, #landingturis .textin, .alertasturis .textin{
    color: #16B9E4;
    text-align: left;
}
#habitacion,#habitacion2{
    font-size:14px;
    color: #272727;
}
#landingtemp ul, #alertas ul,#landinglarga ul,#alertaslarga ul,#landingventas ul,#alertasventas ul,#landingturis ul,#alertasturis ul{   
    padding:0px 10px;
}
#landingtemp li,#alertas li,#landinglarga li,#alertaslarga li,#landingventas li,#alertasventas li,#landingturis li,#alertasturis li{   
    margin-top:5px;
    padding:5px 10px;
    border-bottom:1px solid #d7d7d7;
}
#landingtemp label,#alertas label,#landinglarga label,#alertaslarga label ,#landingventas label,#alertasventas label,#landingturis label,#alertasturis label  {   
    display:block;
    margin:0px;
}
label.zone-option, label.equipamiento-option {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}
#landingtemp .input-group-addon,#alertas .input-group-addon,#landinglarga .input-group-addon,#alertaslarga .input-group-addon,#landinglarga .input-group-addon,#alertaslarga .input-group-addon,#landingventas .input-group-addon,#alertasventas .input-group-addon,#landingturis .input-group-addon,#alertasturis .input-group-addon{  
    background-color:#F48221;
    font-size:22px;
    font-weight:bold;
    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;
}
#landingtemp .checkbox .cr.round,#landinglarga .checkbox .cr.round,#landinglarga .radioani .cr.round,#landingventas .checkbox .cr.round,#landingturis .checkbox .cr.round,#reserva_4 .radioani .cr.round,#visita .radioani .cr.round,.teporada_class .radioani .cr.round,.le_class .radioani .cr.round,
#cal_temporada_reserva .fechas_reserva .cr.round{
    position: relative;
    display: inline-block;
    border: 0px solid #a9a9a9;
    /* border-radius: .25em; */
    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: 0em;
    border-radius: 6px;
}

#cal_temporada_reserva .fechas_reserva .cr.round .glyphicon{
    top: 0px !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
}
#landingtemp .textcheck,#landinglarga .textcheck,#landingventas .textcheck,#landingturis .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;
}
#landingtemp .divbotolanding,#landinglarga .divbotolanding,#landingventas .divbotolanding,#landingturis .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;
}
#landingtemp .form-control[disabled],#alertas .form-control[disabled],#alertas2 .form-control[disabled],#landinglarga .form-control[disabled],#landingventas .form-control[disabled],#alertasvemtas .form-control[disabled],#landingturis .form-control[disabled],#alertasturis .form-control[disabled]{
    background-color: #fff;

}
#landingtemp .bord1pxnar,#landinglarga .bord1pxnar,#landingventas .bord1pxnar,#landingturis .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;	
}
#landingtemp .radder, #landinglarga .radder, #landingventas .radder, #landingturis .radder{	
    cursor:pointer;
    border-radius: 0px 70px 70px 0px;
    -moz-border-radius: 0px 70px 70px 0px;
    -webkit-border-radius: 0px 70px 70px 0px;
    border:1px solid #F48221 !important;
}

#landingtemp .radizq,#landinglarga .radizq,#landingventas .radizq,#landingturis .radizq{
    cursor:pointer;
    border-radius: 70px 0px 0px 70px;
    -moz-border-radius: 70px 0px 0px 70px;
    -webkit-border-radius: 70px 0px 0px 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: 0px 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;
    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: bold;
    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;

}
.zone-option
{

}
.dif{
    margin-top:19px;
}
.dif  input[type="checkbox"] {
    display:none;

}

.marglabcheck{
    margin:5px 0px !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:0px 18px 0px 0px ;
}
.sep{
    margin-left: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    color: #565656;
}
.padint,.padint2{
    padding:16px 0px 0px 5px;
    cursor:pointer;
}
.padint2{
    padding:20px 0px 15px 0px;
    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: bold;
    padding:0px;
    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: 0px;
    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_contact_dn.svg);*/
    background-image: url(/img/arrow_honorarios_white_dn.svg);
    background-position: 0px 22px;
    background-repeat: no-repeat;
    padding-left: 28px;
    font-size: 14px;
    font-weight: bold;
    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: 0px 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: 0px 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: 0px 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: 0px;
}

#ordenado1{
    display:none;
}
#ordenado2 label {
    line-height: 32px;
    padding-left: 10px;
    border-left: 1px solid #000;
}
#ordenado2 select{
    font-weight:bold;
    border: 0px solid #fff;
    width:168px;
}
.paddingord2{
    padding-top:13px;

}
.inputs4 {
    width: 68%;
    height: 32px;
    padding: 6px;
    float: right;
}
.prim,.segu,.terce,.cuarto{
    float:left;
    margin-right:20px;
}
.cuart{
    float:right;
}
.pad15lat{
    padding:0px 16px;
}
.padleft0{
    padding-left:0px;
}
.dropdown-menu .checkbox label {
    padding-left: 9px;
}
/*border-left:1px solid #dad9d9;*/
.colmost,#garantyearly .titgarantia,#equipoyearly .nomeqip{
    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:bold;
}
.fonsmost2:hover{
    background-color:#fbe501 !important;
}
.colblau,#garantturist .titgarantia,#equipoturist .nomeqip,#garantturistsite .titgarantia,#garantturistsite .nomeqip{
    color:#16B9E4 !important;
}
.fonsblau{
    background-color:#16B9E4 !important;
}
.fonsblau:hover{
    background-color:#16B9E4 !important;
}
.fonsblaufort{
    background-color:#0066AF !important;
}
.coltar,#garanttemporada .titgarantia,#equipotemp .nomeqip{
    color:#F48221 !important;
}
.fonstar{
    background-color:#F48221 !important;
}
.fonstar:hover{
    background-color:#F48221 !important;
}
.colmarro,#garantventas .titgarantia,#equipoventas .nomeqip{
    color:#71533B !important;
}
.fonsmarro{
    background-color:#71533B !important;
}
.fonsmarro:hover{
    background-color:#71533B !important;
}
.colverd,#garantobres .titgarantia,#equipo .nomeqip{
    color:#88AB2D !important;
}
.fonsverd{
    background-color:#88AB2D !important;
}
.fonsverd:hover{
    background-color:#88AB2D !important;
}
.collila,#garantsegurossite .titgarantia,#garantsegurossite .nomeqip,#garantseguros .titgarantia,#equiposeg .nomeqip{
    color:#936EAA;
}
.fonslil{
    background-color: rgb(255,213,3) !important;
}
.fonslil:hover{
    background-color: rgb(255,213,3) !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:0px 0px;
    padding-bottom: 0px !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: 0px;
}

.contact-title h1 {
    color: white;
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: bold;
    line-height: 25px;
}
.contact-title span {
    text-transform: initial;
    font-weight: 100;
    color: white;
    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,0.70)}
#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% 0px 10%;
}
.cookies_right{margin: auto; color: white; font-size: 55px; float: right; width: 10%; height: 70px; padding-top: 20px;}
.cookies_right div{cursor: pointer;}
.cookies_left a {color: #ff0; font-weight: bold; text-decoration: underline !important;}.margf20{
    margin-bottom:20px;
}

.cookies_aceptar{
    float: left;
    background: white;
    padding: 4px;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-left: 40%;
    cursor: pointer;
}

.cookies_configurar{
    float: right;
    background: white;
    padding: 4px;
    border-radius: 3px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-right: 40%;
    cursor: pointer;
}


.recort{
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    overflow:hidden;
}
.box16{
    padding:3px;
    margin-bottom:25px;
}
.mapago{
    width:100%;	
    max-width:1024px;
}
.hidenmap{
    display: none;
}
/*  ERROR 404  */

#cont404{
    padding:20px 0px;
    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:bold;
    font-size:70px;
    text-align:right;
    padding:0px 15px;
}
#text404{
    font-size:16px;
    text-align:right;
    padding:0px 15px;
}
.paddind15px{
    padding:15px;
}
#id_404 .homepage-logo {
    margin-top: 0px;
}

/* encuestas*/

.textoinisal{
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #565656;
    margin-top:5px;
    margin-bottom: 15px;
}
.limitder{
    padding:0px 15px 0px 0px;
}

.recuadro{

    padding:0px;	
}
.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;
}
.more-results-button
{
    /*margin: auto;
    margin-top: 80px;
    margin-bottom: 50px;*/
}
.favoritos.icon_header {
    float: left;
    background-image: url(/img/icn_favoris_01.svg);
    padding: 3px;
    text-align: center;
    font-weight: bold;
    background-repeat: no-repeat;
    color: black;
    position: relative;
    width: 35px;
    background-size: 22px;
    /* TRANSITION */
    -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);
    /* TRANSITION */
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;    
}
.corsup{
    /*background-image: url(/img/icn_add_fav_on_temporada.svg);*/
    float: left;

    padding: 3px;
    text-align: center;
    font-weight: bold;
    background-repeat: no-repeat;
    color: black;
    position: relative;
    width: 0px;
    background-size:0px;
    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: 0.35;
}

.descartarbutton
{
    cursor: pointer;
}
.cajetilaenc{
    font-size: 16px!important;
    color: #565656;
    font-weight:bold;
    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: 0px solid #a9a9a9;
    /* border-radius: .25em; */
    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 0px;
}
.borderbot3{
    border-bottom: 1px solid #dad9d9;
    height: 1px;
    margin: 19px 15px;
}
.fonsgris .box17{
    margin-top:0px;
}
.inputs5 {
    margin-top: 11px;
}
textarea.inputs5{
    background: #fff;
    width: 100%;
    height: 76px;
}
.divbotoface{
    background-color:#3B5998;
    cursor:pointer;
}
.faceb{
    height: 29px;
    margin-right: 12px;
}
.divbotogog{
    cursor:pointer;
}
.lectura{
    font-size: 16px;
    font-weight:bold;
    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: bold;
    margin: 10px 0px;
}
.box17 p{
    margin: 0 0 0px;
}
/*MODAL ALERTAS TEMPORADA*/
#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: bold;
    margin-bottom:40px;
    line-height: 30px;
}
.divbotomodal{
    margin:0px;
    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;
}
.caracteris,.carac{
    font-size:18px;
}
.paddinglat40{
    padding:0px 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-servicios-propietarios a, .home-page-wordpress-blogs a, .home-page-redes-sociales a, .home-page-featured-properties a {
    color: #565656;
}
.padresposta{
    padding:10px 40px;
}
.linkresposta{
}
.textotit.red {
    font-weight: bold;
    color: #ce1c2c;
}
.simbol2{
    top: -4px;
    font-size: 12px;
}
textarea {
    resize: none;
}
.disabled {
    pointer-events: none;
    opacity: 0.6;
}
.ent{
    padding:0px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    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: white !important;
}

/*ayuntamiento_barcelona*/
.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;
}
/* ACORDEON FAQ*/
*,
*:before,
*:after {
    -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 h2 {
    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 {
    text-decoration: none;
    color: #C0392B;
    border: 1px solid #C0392B;
    padding: 6px 10px 5px;
    font-size: 14px;
}*/
.detail a {
    color: #87022f !important;
}
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 100%;
    padding:20px 0px;
}
.detail span{
    margin: 0;
}
.right-arrow {
    margin-top: 12px;
    margin-right: 20px;
    width: 10px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 20px;
}
.left-arrow {
    margin-top: 12px;
    margin-left: 20px;
    width: 10px;
    height: 100%;
    float: left;
    font-weight: bold;
    font-size: 20px;
}

#faqturis .icon {
    height: 75px;
    width: 75px;
    float: left;
    margin: 0 15px 0 0;
}
.imgfaq{
    width:100%;
    max-width:40px;
}
#faqturis h1{
    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 0px 10px 0px;
}
#faqturis a:hover,#faqturis h1{
    color: #16B9E4;
}
.comeninf{

    width:100%;
    background-color:#F8F8F8;
    padding:20px;
    max-height: 400px;
    overflow-y: scroll;
}
/* XXXX RESERVA XXX*/
.padlat30{
    padding: 0px 30px;
}
.anex{
    font-size: 25px;
    margin: 10px 0px;

}
.imgslidertur{
    border-radius: 16px;
    width: 100%;
    max-width:800px;
}
.box19{
    overflow:hidden;
    padding:0px;
    border:2px solid #fff;
}	
.titreser{
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    color: #565656;
}	
.padcajaintru{
    padding: 15px 15px 4px 15px;
}	
.refcab{
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    color: #16B9E4;
    margin:5px 0px 0px 0px;
}	
.fraseder{
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    line-height: 25px;
    color: #565656;
}	
.fraseizq{
    font-size: 13px;
    line-height: 25px;
    color: #565656;
}	
.bordpalabras{
    padding:4px 0px;
    border-bottom:1px solid #dad9d9;
}	
.padlat15{
    padding:0px 15px
}	
.textoreser{
    font-size:12px;
    margin: 10px 0px 0px 0px!important;
    min-height: 155px;
}
.esconder_tit{
    display:none;
}	
#slider_reserva .container,#slider_reserva2 .container{
    padding-left:0px !important;
    padding-right:0px !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: 0px;
}
#slider_reserva .slick-next, #slider_reserva .slick-prev,#slider_reserva2 .slick-next, #slider_reserva2 .slick-prev{
    right: 16px;
}	
.slick-slide {
    margin-bottom: 0px;
}
.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 0px;
}	
.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 .tit_h1,.pagina-title .anex{
    color:#fff;
}

.obligatorio{
    line-height:30px;

}
.fondobl_a_gris{
    background-color:#fff;	
}
.titcheckin{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #565656;
}
.checks_botons{
    padding:20px 16px;
}
.checks_botons label{
    margin-bottom:20px;
    display:block;
}
#slider_reserva2{
    display:none
}
/*DETALLES*/
#canviidioma,#canviidioma2{
    color: #87022f;
    cursor:pointer;
}
.fraselink{
    margin-bottom:20px;
    font-weight:bold;
}

/*background*/

.divbotocondiciones{
    margin-top:38px;
    cursor:pointer;
}
.pad8{
    padding:0px 8px;
}
.pad7{
    padding:0px 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: bold;
    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_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);
}
.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,0.8);
    width:100%;
    top:0px;
    z-index:30;
}
.boto1map{
    display: inline;
    text-align: center;
    width: 33.33%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 22px 0px 0px 0px;
    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: bold;
    color: #b80000;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.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:0px !important;
}
.padgbot0{
    padding-bottom:0px !important;
}
.similarprop{
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
/*altrnativos*/
.cajaalter{
    width:100%;
}
.noencontrado{
    max-width: 80%;
    padding: 20px 0px 20px 54px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    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 0px;
    top: 17px;
    left: 25px;

}
.backbot2{
    background-image: url(/img/icn_alertas.svg);
    background-size: 28px;
    background-position: 0px -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 .noencontrado,#properturis .divbotoalter2{
    color:#16B9E4 ;
}
#properturis .divbotoalter1{	
    background-color: #16B9E4 ;
}
#properturis .cajaalter{	
    background-color: rgba(22,185,228,0.2);
}
#properturis .divbotoalter1,#properturis .divbotoalter2{	
    border:1px solid #16B9E4;
}



#propertemporada .noencontrado{
    background-image: url(/img/icn_atencion_popup_01.svg);    
}
#propertemporada .noencontrado,#propertemporada .divbotoalter2{
    color:#F48221 ;
}
#propertemporada .divbotoalter1{	
    background-color: #F48221 ;
}
#propertemporada .cajaalter{	
    background-color: rgba(244,130,33,0.2);
}
#propertemporada .divbotoalter1,#propertemporada .divbotoalter2{	
    border:1px solid #F48221;
}


#properlarga .noencontrado{
    background-image: url(/img/icn_atencion_popup_02.svg);    
}
#properlarga .noencontrado,#properlarga .divbotoalter2{
    color:#D1A119 ;
}
#properlarga .divbotoalter1{	
    background-color: #D1A119 ;
}
#properlarga .cajaalter{	
    background-color: rgba(209,161,25,0.2);
}
#properlarga .divbotoalter1,#properlarga .divbotoalter2{	
    border:1px solid #D1A119;
}




#properventas .noencontrado{
    background-image: url(/img/icn_atencion_popup_03.svg);    
}
#properventas .noencontrado,#properventas .divbotoalter2{
    color:#71533B ;
}
#properventas .divbotoalter1{	
    background-color: #71533B ;
}
#properventas .cajaalter{	
    background-color: rgba(113,83,59,0.2);
}
#properventas .divbotoalter1,#properventas .divbotoalter2{	
    border:1px solid #71533B;
}


/*color*/
#categ_1 .divbotocondiciones,#categ_1 .titequip,#categ_1 .temporada-text-color,#categ_1 .active .colclass,#categ_1 .divbotopropert2,#categ_1 .precioinf,#categ_1 .precioinf2,#categ_1 .preciosup{	
    color:#16B9E4 !important;
}
#categ_1 .button-op2 ,#categ_1 .active .checbotmap,#categ_4 .divbotopropert1{
    background-color: #16B9E4;

}
#categ_1 .opcam.button-op2{
    border-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    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 .divbotocondiciones,#categ_2 .titequip,#categ_2 .temporada-text-color,#categ_2 .active .colclass,#categ_2 .divbotopropert2,#categ_2 .precioinf,#categ_2 .precioinf2,#categ_2 .preciosup,#categ_2 .noencontrado{	
    color:#F48221 !important;
}
#categ_2 .button-op2,#categ_2 .active .checbotmap,#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 .divbotocondiciones,#categ_3 .titequip,#categ_3 .temporada-text-color,#categ_3 .active .colclass,#categ_3 .divbotopropert2,#categ_3 .precioinf,#categ_3 .precioinf2,#categ_3 .preciosup{	
    color:#D1A119 !important;
}
#categ_3 .button-op2,#categ_3 .active .checbotmap,#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 .divbotocondiciones,#categ_4 .titequip,#categ_4 .temporada-text-color,#categ_4 .active .colclass,#categ_4 .divbotopropert2,#categ_4 .precioinf,#categ_4 .precioinf2,#categ_4 .preciosup{	
    color:#71533B !important;
}
#categ_4 .button-op2,#categ_4 .active .checbotmap,#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: bold;
    color: #b80000;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.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/*rojo,renueva*/{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/*naranja,no se sabe*/{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/*verde,deja el piso*/{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 0px;
}
.dispblock{
    display:block;
}
.dispnone{
    display:none;
}
.cua.comentaris, .pointer {
    cursor: pointer;
}
/*porque*/
.h1pop{
    color:#F48221 !important;
    font-size:25px;
    padding:0px;
    margin:0px;
    line-height:25px;
    font-weight:bold;	
}
#porque .modal-dialog {
    width:100%;
    max-width: 900px !important;
    padding-left:17px;
}
.contgendet{
    /*outline:1px solid #000;*/
    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);
}
.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:bold;	
}
.titsub{
    color:#F48221 !important;
    font-size:16px;	
    line-height:30px;
    font-weight:bold;
    margin-top:12px;
}
.titvisitm{
    font-size:18px;	
    line-height:30px;
    font-weight:bold;
    margin-top:12px;
    margin-bottom:12px;
    margin-left: 12px;
}
/**/
#visitacat1 .titvisitm,#visitacat1 .textcheck{
    color:#16B9E4;
}
#visitacat2 .titvisitm,#visitacat2 .textcheck{
    color:#F48221;
}
#visitacat3 .titvisitm,#visitacat3 .textcheck, .visitacat3 .titvisitm,.visitacat3 .textcheck{
    color:#D1A119;
}
#visitacat4 .titvisitm,#visitacat4 .textcheck{
    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: bold;
    line-height: 15px;
    color: #16B9E4;
    padding:0px !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-prev,.dispon .ui-datepicker .ui-datepicker-next{
    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: 0px solid #c7c7c7;
    -webkit-box-shadow: 1px 2px 10px 3px rgba(214,214,214,1);
    -moz-box-shadow: 1px 2px 10px 3px rgba(214,214,214,1);
    box-shadow: 1px 2px 10px 3px rgba(214,214,214,1); 
    background: white;
}
.dispon .ui-datepicker th {
    font-weight: normal;
    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: bold !important;
}
.dispon .ui-datepicker-multi-2 .ui-datepicker-group {
    width: 46%;
}
.dispon .ui-widget-content ,.dispon .ui-widget.ui-widget-content {
    border: 0px solid #dddddd;
    background-color: white !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: bold;
    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:0px solid #fff;
}
/*DOCUMENTO TEMPORADA*/


.pisport{
    width:48%;
    float:right;
    margin-bottom: 15px;
}
.pisport2{
    width:48%;
    margin-bottom: 15px;
    margin-right: 4px;
}
#escalera,#puerta,#tipo_documento{
    float:left;
}
.teporada_class .captcha input.input-text-type1,.teporada_class .checkbox .cr, .le_class .captcha input.input-text-type1,.le_class .checkbox .cr{
    background-color:#fff !important;
}
.teporada_class .checkbox label, .le_class .checkbox label{
    display:block;
    margin-bottom:10px;
}
/* CONDICIONES */
.tit1modal{	
    font-size: 21px;	
    font-weight: bold;	
    line-height: 39px;
    margin:10px 0px 25px 0px;
}

.tit2modal,.tit3modal{	
    font-size: 14px;	
    font-weight: bold;	
    line-height: 19px;
    margin:5px 0px 15px 0px;
}
.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 0px 15px 0px;
}
.imgmes{
    width:100%;
    max-width:420px;
}
.text_bold{
    font-weight:bold;
}
.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: black !important;
    opacity: 0.4 !important;
}

button.sl-prev, button.sl-next, .sl-wrapper .sl-close  {
    font-size: 55px !important;
    color: white !important;
    z-index: 999999 !important;
}

.sl-wrapper .sl-counter
{
    display: none;
}
.despliz{
    margin-left:20px;
}
.desplid{
    margin-right:20px;
}
.teporada_class .form-group, .le_class .form-group{
    height:32px;
}

/*.ui-widget-content a.ui-state-default.ui-state-active {
    background: #feffd9 !important;
    border-color: #8b8b8b !important;
}*/

/*#datepicker_calendar_l .ui-widget-content a.ui-state-default.ui-state-active {
    background: initial !important;
    border-color: initial !important;
}*/

/*Avisos*/
#avisos .box25{
    padding:30px;
    margin-bottom:30px
}
#avisos h1,#avisos h3,#avisos h2{
    font-size: 22px !important;
    font-weight:bold;
}
#avisos h2{
    font-size: 19px !important;
}
#avisos h3{
    font-size: 17px !important;
}
.tabla{
    width:100%;
}
td, th, .tabla{
    border-width:1px;
    border-color:#000000;
    border-style:solid;
}
td{
    padding:5px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

th, td {
    /*border: none;*/
    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: transparent !important;
}
.valoracion{
    margin-bottom: 5px;
}
#categ_1 #valoracions .slick-slide{
    padding-left:40px;
    padding-right:40px;

}
#categ_1 #valoracions .slick-prev{
    left:0px;
}
#categ_1 #valoracions .slick-next{
    right: 0px;
}
.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;
}
/*favorites*/
.homepage-title.camcol span,.homepage-title.camcol h1{
    color: #565656 !important;
}
.imgmapfav{

    height:100%;
}
.titolfav{
    top:125px;	
}
.contmapfav{
    overflow:hidden;
    height:595px;
    width:100%;
    background-color:#fff;
    /*padding-top:53px;*/
}
#map{
    height:491px;
    width:100%;
}
.contdegrad{
    top:0px;
    height:215px;
    width:100%;
    opacity: 0.75;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#111111+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(17,17,17,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(17,17,17,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(17,17,17,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6111111', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.homepage-title span,.tit_h1{
    text-transform: uppercase;
    font-size: 28px !important;
    font-weight: bold;
    line-height: 25px;
}
.tit_h2{

    font-size: 15px ;
    font-weight: bold;
    line-height: 18px;
}
.tit3{
    font-size: 15px ;
    font-weight: bold;
    line-height: 15px;
    margin-top:15px;
    margin-bottom:15px;
}
.titaloja{
    font-size: 16px;	
    font-weight: bold;	
    line-height: 20px;
    margin-bottom:20px;
    margin-top:45px;
}
.box26{
    padding:0px;
    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: bold;	
    line-height: 44px;	
    text-align: center;
}
#categfav_1 .preupis,#categfav_1 .checkbox .cr-icon,#categfav_1 .masinfo,#categfav_1 .h1favpeq,#categfav_1 .pisos{	color: #16B9E4;
}#categfav_2 .preupis,#categfav_2 .checkbox .cr-icon,#categfav_2 .masinfo,#categfav_2 .h1favpeq,#categfav_2 .pisos{
    color: #F48221;
}
#categfav_3 .preupis,#categfav_3 .checkbox .cr-icon,#categfav_3 .masinfo,#categfav_3 .h1favpeq,#categfav_3 .pisos{
    color: #D1A119;
}
#categfav_4 .preupis,#categfav_4 .checkbox .cr-icon,#categfav_4 .masinfo,#categfav_4 .h1favpeq,#categfav_4 .pisos{
    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: 0px;
    background-position: 10px;
    padding-left: 54px;
    font-size: 20px;
    font-weight: bold;
    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: 0px;
    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: 0px;
    background-position: 34px;
    padding-left: 71px;
    font-size: 20px;
    font-weight: bold;
    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: 0px;
    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: bold !important;	
    line-height: 20px !important;
    margin-bottom:15px !important;
}
.fonsgrispest{
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border: 0px solid #000000;
    background-color: #F8F8F8;
}
.pisos{
    font-size: 14px;	
    font-weight: bold;	
    line-height: 50px;
    padding: 0px 8px;
}
.cuadradocat{
    width:100%;
    height:50px;
}
.marginpadright0{
    margin-right:0px;
    padding-right:0px;
}
.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:0px;
    right:0px;
    cursor:pointer;
    z-index:150;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.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: white;
    font-size: 30px;
    font-weight: bold;
}

.bip-property .bip{
    width: 395px; max-width: 395px; font-size: 20px;
}

#contentslick{
    padding-bottom:30px;	
}

.bordlatder{
    border-right:1px solid #EBECEC;
}
.corazon2,.corazon,.corazon3,.corazon4,.corazon1{
    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);
}
.contcolor2,.contcolor{
    width:100%;
    height:46px;

}
.contcolor2{
    background-color:rgba(244, 130, 33, 0.10);
    color:#fff;
}
#categfav_1 .contcolor2{
    background-color:rgba(22, 185, 228, 0.10);
}
#categfav_3 .contcolor2{
    background-color:rgba(209, 161, 25, 0.10);
}
#categfav_4 .contcolor2{
    background-color:rgba(113, 83, 59, 0.10);
}
.margtop97 {
    margin-top: 97px;
}
/*FAQS*/
#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: bold;
    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: 0px;
    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: bold;

}
.contcatf{
    padding:8px 8px;
    font-weight:normal;
}
.contcatf:hover{
    background-color:#e6e6e6;
}
.activecontcatf{
    background-color:#e6e6e6;

}
.titfaqcatgr1{
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
    padding-left: 29px;
    background-image: url(/img/fletder.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 0px 8px;
}
#faqindex a,#faqindex2 a{
    color: #565656;
}
.box29{
    padding: 0px;
}
.box30{
    padding: 12px 10px 5px 10px;
}
.inlineblock{
    display:inline-block;
}
#faqcont2{
    padding-top:37px;
}

.grid {
    background: #FFF;
    max-width: 1200px;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
    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;
    /*padding:5px;*/
    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, 0.7); 
}
.paraules{
    overflow:hidden;
    margin-bottom:6px;
    border-bottom:1px solid #dad9d9;
}
.miraab{
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    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:0px;
    width:100%;
}
.titulocatfac{
    font-size: 21px;
    font-weight: bold;
    margin-top:0px;
}
#faqindex2 #integration-list ul > li{    
    border-top: 0px solid #ddd ;
    padding: 6px 15px;
}
#faqindex2 #integration-list ul:last-child{
    border-bottom: 0px solid #ddd ;

}
.h2faqs{
    font-size: 15px;
    font-weight: bold;
    margin-top:0px;
    margin: 5px 0px !important;
}
.padli{
    padding:7px 0px;
}
.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_2, .detail-property .estado_calidad_1, .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 0px;
    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: bold;	
    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 0px;
}
.favurl {    
    color: #565656 !important;
}
.dateselect a{
    background-color: #16B9E4!important;
    border: 1px solid #88ab2d !important;
    color: #f8f8f8 !important;
}
#energia{
    padding:0px;
    margin:0px;
    margin-top:20px;
    margin-left: 30px;
}
.contenergi{
    width:100%;
    list-style:none;
    height:20px;
    line-height:20px;
    margin:2px 0px;
}
.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;
}
.spaizq,.spader{
    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.0;
}
/* confirmacionesn turismo y temporada*/
.paddingaddic{
    padding:36px;
}
.correcto{
    width:100%;
    max-width:202px;
}

.confirmado,.inconfirmado{
    color: #8CC23E;	
    font-size: 20px;	
    font-weight: bold;	
    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/icn_situacion_map_04.svg);
}
#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/icn_situacion_map_01.svg);
}
#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/icn_situacion_map_02.svg);
}
#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/icn_situacion_map_03.svg);
}
#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: bold;
    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 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
.continfgen{
    padding:6px;
    color: #565656 !important;
}
.class_name{
    background-color: red !important;
}
.imgpeqpiso{
    border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
}
#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, 0.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: 0px 13px!important  ;
}
.deletealerta
{
    text-align: center;
    font-weight: bold;
    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);
}
.faqsa {
    color: inherit;
    text-decoration: none !important;
}


.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#myModal .modal-header, #myModal .modal-footer{
    padding: 0px !important;
}
#myModal button.close {
    text-shadow: 0 1px 0 #6c6c6c;
    color: white;
    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;
}
/* maPA LANDINGS */	

.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:0px 8px;	
}
.textodesp{
    line-height:12px;
    font-size: 12px;
    padding:0px;
    margin:0px;
}
#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:bold;
    font-size:18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.divbotopdfguia{
    /*margin-top:276px;*/
    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 white;
    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:0px solid;
    margin-top:125px;
}
#video .modal-content .close{
    color:#fff;
    right:8px;
    top:-10px;

}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 0px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}
.trianvideo{
    width: 12px;
    margin-top: 8px;
    margin-left: 12px;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    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;
}
.addpeople, .addinquilino {
    background-image: url(/img/icn_filtros_avanzada_01.svg);
    background-repeat: no-repeat;
    height: 23px;
    padding-left: 30px;
    padding-top: 2px;
    font-weight: bold;
    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;
}
/*mapa detail*/

.checkpapa{
    padding:8px;
    background-color:#fcfcfc;
}
.checkpapa .checkbox{
    border:1px solid #fcfcfc;
}
/*colors ckecs*/
.comercios i{color:#FFBF00;}
.comercios .cr,#cont_comercios,.checkpapa .checkbox.comercios:hover,.checkpapa .checkbox.comercios.marcado{border:1px solid #FFBF00; }
.cultura i{color:#0F3CFF;}
.cultura .cr,#cont_cultura,.checkpapa .checkbox.cultura:hover,.checkpapa .checkbox.cultura.marcado{	border:1px solid #0F3CFF;}
.educacion i{color:#02CC09;}
.educacion .cr,#cont_educacion,.checkpapa .checkbox.educacion:hover,.checkpapa .checkbox.educacion.marcado{	border:1px solid #02CC09;}
.ocio i{color:#FF4B4B;}
.ocio .cr,#cont_ocio,.checkpapa .checkbox.ocio:hover,.checkpapa .checkbox.ocio.marcado{	border:1px solid #FF4B4B;}
.salud i{color:#D076FF;}
.salud .cr,#cont_salud,.checkpapa .checkbox.salud:hover,.checkpapa .checkbox.salud.marcado{	border:1px solid #D076FF;}
.spublico i{color:#730016;}
.spublico .cr,#cont_spublico,.checkpapa .checkbox.spublico:hover,.checkpapa .checkbox.spublico.marcado{	border:1px solid #730016;}
.transportes i{color:#00710D;}
.transportes .cr,#cont_transportes,.checkpapa .checkbox.transportes:hover,.checkpapa .checkbox.transportes.marcado{	border:1px solid #00710D;}

.checkpapa .checkbox,#cont_comercios .checkbox,#cont_cultura .checkbox,#cont_educacion .checkbox,#cont_ocio .checkbox,#cont_salud .checkbox,#cont_spublico .checkbox,#cont_transportes .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;
}
.checkpapa .checkbox:hover,.checkbox.cultura:hover,.checkbox.educacion: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;
}
/*varis*/
.ui-tooltip {
    background: white !important;
}
.navbar-fixed-submenu2 {
    position: fixed;
    top: 107px;
    border-bottom: 0px;
}
.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_icon, #metro_title {
    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;
}

.justy,#pol,#avisos .box5{
    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: normal !important;
}
.grder_xsiz{
    float:right;
}
.divbotopostular{
    cursor:pointer;
    bottom:0px;
    width:150px;
    left: 33%;
}
.amagargen{
    display:none !important;
}
.leermenos,.leermenosyear{
    width:100%;
    max-width:176px;
    display:block;
}
.botinfgen{
    width:100%;
    bottom:0px;
}
.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;
}.wp-content-categorias
#cont_cultura .checkbox,#cont_comercios .checkbox,#cont_educacion .checkbox,#cont_ocio .checkbox,#cont_salud .checkbox,#cont_spublico .checkbox,#cont_transportes .checkbox{
    display:inline;
    float:left;
}
#cont_cultura,#cont_comercios,#cont_educacion,#cont_ocio,#cont_salud,#cont_spublico,#cont_transportes{
    display: inline-block;
    width: 100%;
}
#mapalink .checkbox+.checkbox{
    margin-top:0px !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: none !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.id6,input.button.generic_button.detail_property_button.lodging_detail_pb.book_now_bt.id5{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-warnbox,.adp-placemark,.adp-agencies{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,0.2),0 -1px 0 rgba(0,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: 0px;
    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: bold;
}
.error-dates {
    color: #f10000;
    font-weight: bold;
}

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:bold;
}
#fal{
    line-height:36px;
}
.entramite{
    font-weight:bold;
    padding-left:20px;
}
.textnormal{
    font-weight:normal !important;
}
.homepage-boxesow .homepage-logo {
    margin-top: 2px;
}
.homepage-boxese .homepage-logo {
    margin-top:75px;
}

.property-availability.oportunidad {
    color: #b9c115;
    font-weight: bold;
    font-size: 18px;
    background-image: url(/img/icn_oportunidad.svg);
    background-size: 22px;
    padding-top: 2px;       
}

.property-availability.nuevo {
    font-weight: bold;
    font-size: 18px;
    color: #565656;
    background-image: url(/img/icn_nuevo.svg);
    background-size: 22px;
    padding-top: 2px;    
}

.property-availability.exclusividad {
    font-weight: bold;
    font-size: 18px;
    color: #24aba9;
    background-image: url(/img/icn_exclusividad.svg);
    background-size: 22px;
    padding-top: 2px;    
}
.chectemporada,.check_le{
    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:0px 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: 0px;
} 
.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: bold;
    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-right, .thumbpropert .thumbnail-container .arrow-left
{
    display: none;
}
.clearbothimport{
    clear:both !important;
}
.box28,.box32{
    display:block!important;
    height:auto;
}
#faqindex{
    /*margin-top:-100px;*/
}
.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-weight: normal; */
    font-size: 15px;
}
.infobot{
    background-color: rgba(255,255,255,1);
    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:normal;
    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;
}
.homepage-user .fontnormal,.contimgdatos .fontnormal{
    font-weight:normal !important;
    font-size: 23px !important;
}
.titoluser{
    font-size: 20px;
    font-weight: bold;
    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: bold;	
    line-height: 19px;	
    text-align: center;
    margin-bottom: 3px;
}
.tamuser{
    height:44px;
}
.box31{
    height:178px;
}
.collabinput{
    font-weight: normal;
    line-height: 32px;
    padding-left: 39px;
}
#datosindex,#datosgestion{
    padding-top:110px;
}
.adder{
    width:6px;
    padding: 0px;
}
.adizq{
    border-right:0px;
    border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    font-size:12px;
    color: #949494;
}
.admed{
    border-right:0px;
    border-left:0px;
    background-color: #eee;
    text-align:right;
    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,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:0px;
    width:250px;
}
.titoldades,.titoldades2{			
    color: #565656;	
    font-size: 20px;	
    font-weight: bold;	
    line-height: 25px;
    padding-bottom: 11px;
}
.titoldades2{
    font-size: 16px;
}
.marginesp,.marginesp2{
    padding: 20px 16px;
}
.marginesp2{
    background-color: #eee;
}
#datosindex .box28,.box32{
    padding:0px;
}
#contactfavorito option,#contactfavorito .inputs2{
    color: #565656;	
}
.divbotodatos2{
    float:right;
    width:250px;
    margin-top:0px;
}
#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: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 0px 0px rgba(0,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: bold;
    font-size: 38px;
    float:left;
}
.solicitud {
    color: #565656;
    font-size: 21px;
    font-weight: bold;
    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: normal;

}
.cuabola{
    float:right;
    padding: 18px 10px;
}
.ir{
    cursor:pointer;	
    height:24px;
    width:24px;
}
.blanctrans{
    opacity: 0.35 !important;
}
.forzado{
    width: 104%;
    margin-left: -12px;
    border: 1px solid #565656;
    background-color: #fff;
}
.boxtrans{
    background-color:rgba(255,255,255,0.8);
}
.fonsblanc2{	
    background-color: #fff;
}
#lateral .box32{
    overflow:hidden;

}
.pis{
    color: #565656;	
    font-size: 16px;	
    font-weight: bold;	
    line-height: 20px;
}
.carrer,.referencia{	
    color: #565656;	
    font-size: 13px;	
    line-height: 20px;
    margin-top:6px;
}
.contgestor{
    color: #a50022;			
    font-size: 28px;	
    font-weight: bold;	
    line-height: 25px;
}
.cir{
    width: 140px;
    height: 140px;
    overflow:hidden;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(199,199,199,1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(199,199,199,1);
    box-shadow: 0px 0px 2px 1px rgba(199,199,199,1);
}
.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: 0px 0px;	
    height: 100% !important;
    margin-top: 0px !Important;
}
.selectpicker.white
{
    background-color: white;
}
.divbotomap
{ 
    /*display: none;*/
}
.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: 0px;
    margin-bottom: 0px;
    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:bold;
}

.situacio-button {
    float: right;
    margin-top: 44px;
}

.total-pisos
{
    margin-top: 30px;
    text-align: center;
}

.numero-pisos
{
    color: rgb(86, 86, 86);
    font-size: 12px;
    font-weight: bold;
}

.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: 45px;
}

.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: 0px;
    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: 0px !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: 0.04;
    background-position: bottom right;
}

.paperera_monthly, .paperera_inquilino {
    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: white;
}

.link_contacto_empresas
{
    margin-top: 35px;
    margin-bottom: 35px;    
}

.boxrelacionados
{
    max-width: 178px;
    margin: auto;
}

.commentcol
{
    padding-bottom: 8px;
}

#landingtemp #filtro2,#landingtemp #filtro1
{
    background-color: #f48221;   
}

#landingtemp #filtro2 > div, #landingtemp #filtro1 > div
{
    color: white !important;
}

#landinglarga #filtro2,#landinglarga #filtro1
{
    background-color: #d1a119;    
}

#landinglarga #filtro2 > div,#landinglarga #filtro1 > div
{
    color: white !important;
}

#landingturis #filtro2,#landingturis #filtro1
{
    background-color: #16b9e4;    
}

#landingturis #filtro2 > div,#landingturis #filtro1 > div
{
    color: white !important;
}

#landingventas #filtro2, #landingventas #filtro1
{
    background-color: #71533b;    
}

#landingventas #filtro2 > div, #landingventas #filtro1 > div
{
    color: white !important;
}

.text_search_mapa {
    top: 89%;
    left: 4px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #cecece;
    background: white;   
    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_temp .cua.comentaris, .col_larga .cua.comentaris
{
    margin-right: 6px !important;
}

.col_temp .imgestrella.gran, .col_larga .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: 0px !important;
    overflow: hidden;
}

.leftmenu-item
{
    height: 80px;
    width: 100%;
    background-color:#ebebeb;
    border: 1px solid #d2d2d2;
    border-top: 0px;
}

.leftmenu
{
    padding: 0px;
}

.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: white;
    border-right: 0px;
}

.leftmenu-mobile
{
    margin-top: 23px;
    margin-bottom: 20px;    
}

.info_granate {
    color: #a50022 !important;
    font-size: 18px;
    font-weight: bold;
}

.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: bold
}

.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: white;
}

.table .columna
{
    float: left;
    width: 14%;
    padding-left: 10px;
    height: 23px;
    overflow: hidden;
    padding-top: 3px;
}
.columna.mes,.columna.ano {
    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: 0px !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: 0px;
    padding-right: 0px;
}

.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;
}

.reservas .title, .contratos .title
{
    margin-bottom: 10px;
    font-size: 22px;
    margin-top: 40px;
}

.miniatura
{
    width: 99px;
    border: 1px solid #ebebeb;   
    margin-top: 2px; 
}
#doc_reserva, #doc_contrato, #doc_liquidacion{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;
}

.mapa-item, .facturas-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=text],.log-dialog .modal-body  input[type=password] {    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: bold}
.log_inputs input{margin: 7px 0px;}
.content_log hr{
    width: 100%;
    border-top: 0px;
    border-bottom: 10px solid #fff;
    padding-top: 10px;
    clear: both;
}
.log_bottom{
    float: left;
    width: 100%;
}
.log_bottom span{font-weight: bold}
.log_bottom span.rojo_t{color:#A50022;}
.log_boton{float:right;}
.rs_rememeber_ok, .rs_log_ok {
    color: #445a44;
    font-weight: bold;
    padding: 10px;clear: both;
}
.rs_rememeber_ko,.rs_log_ko{color: #862e2e;    font-weight: bold;
                            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: 0px !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: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px;
    height: auto;
}

.info_disponibilidad .image
{
    width: 23px;
    margin-top: 8px !important;
}

.info_disponibilidad .textoapartirde
{
    font-weight: bold;
}

.piso_caracteristicas .disponibilidad .precio
{
    font-weight: bold;
    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: 0px !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: 0px !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 0px;
}
.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: normal;
}
.head_user hr{
    margin:5px 0px;
    border: 0;
    border-top: 1px solid #bdbcbc;
}
#head_avatar
{
    cursor: pointer;
    margin-top: 0px;
}

#name_user{
    font-weight: bold;
}

#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: white;
    font-weight: bold;
    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: 0px 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 select, .busqueda_avanzada label{display:inline-block; width: auto !important;}

.busqueda_avanzada select {
    padding-left: 2px !important;
    width: 90px !important;
    height: 25px;
    padding: 0px;
    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: 0px;
    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 0px;
}

#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: 0px !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: 0px !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_rep.incorrect_input, .archivo.incorrect_input
{
    border: 0px !important;
    box-shadow: none;
    color: red;
    font-weight: bold;
}

.le_class .radioani .cr.round {
    color: #dba819;
    background-image: url(/img/icn_filtros_check_02_02.svg) !important;
}

.title_yearlybook
{
    color: white;
}

.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: 0px !important;
}

.checkbox-empresas-alerta {
    margin-top: 40px;
}

.doodle_box
{
    max-width: 730px;
    width: 100%;
    background-color: white;
    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: bold;
    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: bold;        
}
.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: bold;
    text-align: center;
    line-height: 37px;
    border-bottom: 1px solid #dedede;
}
.visitas-ok
{
    font-weight: bold;
    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: bold;
    font-size: 15px; 
    margin-bottom: 5px;
}

.box_portal .bordpalabras
{
    padding: 0px !important;        
}

.box_portal_situacion
{
    text-transform: uppercase;
    font-weight: bold;
    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: black !important;
}

.header-wp
{
    height: 50px;
}

.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; }
/*.contain_coin_livingcost{padding: 88px 117px 110px 177px;}*/
.placeholder_coin{color: #8a8a8a;
                  font-weight: bold;
                  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,0.46);
    -moz-box-shadow: -6px -14px 29px 1px rgba(0,0,0,0.46);
    box-shadow: -6px -14px 29px 1px rgba(0,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,0.46);
    -moz-box-shadow: -6px -14px 29px 1px rgba(0,0,0,0.46);
    box-shadow: -6px -14px 29px 1px rgba(0,0,0,0.46);
    padding: 7px;
    margin-top: -15px;
    margin-left: 48px;
}
.choose_coin .inputs2{
    border:0px !important;
}
.valordropcoin{
    font-size: 17px;
    color: #868686;    
    text-align: right;
    display: block;
    margin-right: 23px;
}
.menu_categoria_vert{ 

}
.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: 0px solid #bfbfbf !important;
    padding-top: 8px;
}
.categoria_lc_selected
{
    cursor: inherit;
    color:#a50022 !important;
    border-right: 0px solid #bfbfbf;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    -webkit-box-shadow: -4px 6px 19px -8px rgba(0,0,0,0.59);
    -moz-box-shadow: -4px 6px 19px -8px rgba(0,0,0,0.59);
    box-shadow: -4px 6px 19px -8px rgba(0,0,0,0.59);
}
.wo_padding{padding:0px;}
.min_padding{padding:1px;}
.menu_categoria_vert .categoria_lc{
    font-size: 11px;
    color: #6f6f6f;
    font-weight: bold;
}
.categoria_lc img{
    width: 35px;
    margin: 5% 25%;
}
.grey_color_h{
    color: #737373;
    margin: 20px 0px;
}
.list_articles_livingcost{color:#797979;font-size:13px;}
.title_categoria_livingcost{font-weight:bold; font-size:20px;
                            color: #a50022;
                            margin: 0px 0px 20px 0px;
}
.name_article{font-weight: normal;cursor: pointer;}
.boldName{font-weight: bold;}

.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%;
}
.articulos{    
    /*border-right: 1px solid #ccc;*/
}
.article_menu{font-size: 18px;margin-right:5px;}
.article_detall{text-align: center;text-align: center;font-size: 28px;font-weight: bold;}
.article_detall img{    margin-bottom: 15px;}
.articles_cat .slick-next, .container_menu_articles .slick-next,.categoria_movil .slick-next{    right: -20px;}
.articles_cat .slick-prev, .container_menu_articles .slick-prev,.categoria_movil .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 0px;
    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;
    /*text-align: right;*/
}
.input_lc{
    border-radius: 6px;    height: 40px;
    background-color: white;
    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: bold;
    padding: 5px 0px;
    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: 0px;  
}
.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 0px;
    border-top: 1px solid #d4d2d2;
}
.articles_cat_200 hr.dashed {
    border-top: 1px dashed  #d4d2d2;
}
.txt_rs_lc{
    padding: 5px 0px;
    font-weight: bold;
    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: 0px;
    background-position-y: 0px;
}
.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: 0px;
    background-position-y: 0px;
}
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: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;
    -webkit-box-shadow: 7px 9px 13px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 7px 9px 13px 0px rgba(0,0,0,0.59);
    box-shadow: 7px 9px 13px 0px rgba(0,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 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 7px 9px 13px 0px rgba(0,0,0,0.59);
    box-shadow: 7px 9px 13px 0px rgba(0,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: 0px;
}
.text_article_name{
    text-align: center;
    margin-top: 63%;
    font-size: 14px;
    padding: 0px 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: 0px 4px 13px 0px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.59);
    box-shadow: 0px 4px 13px 0px rgba(0,0,0,0.59);
    width: 85%;
}
.first_districts{
    padding-left: 20%;
}
.t_selector{
    font-weight: bold;
    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: 0px 4px 13px 2px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.59);
    box-shadow: 0px 4px 13px 2px rgba(0,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, 0.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, 0.42), rgb(255, 255, 255));
    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: bold;
    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: 0px 4px 13px 2px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.59);
    box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.59);    
    min-height: 280px;
    margin: 20px 0px;
    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: 0px 4px 13px 2px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.59);
    box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.59);
    width: 40%;
    margin: 27px 10px;
}
.ticketbar_compra{
    position: absolute  ;
    bottom: 0px;
    padding:70px 20px;
    background:linear-gradient(to bottom,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.90), rgb(255, 255, 255));
    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: rgba(198,8,0,1);
    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:0px;
}
.museum_ticketbar .Ticketbar-Widget{float:left;padding-top: 20px;}

.menu-wp
{
    padding: 0px !important;
}
.wp-content {
    border-left: 1px solid #e0e0e0;
    margin-left: 20px;
    padding-top: 0px;
}
.piso-wp-img img {
    width: 300px;
}
.piso-wp-img {
    float: left;
    margin: 5px;
}   
.imagenes-piso-wp .container-imagenes
{
    width: 9999px;
}
.imagenes-piso-wp {
    overflow: hidden;
}
.wp-title
{
    font-size: 30px;
    line-height: 30px
}
.wp-subtitle
{
    font-size: 16px;
    font-weight: bold;
}    
.wp-homepage
{
    margin-bottom: 20px;
}
.wp-homepage div:not(.wp-title)
{
    margin-top: 25px !important;
    text-align: justify;
}    
.wp-guia-index .wp-subtitle, .wp-guia-content .wp-title, .wp-guia-content .wp-content-categorias{
    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: rgb(242,242,242);
    border-radius: 45% 45% 0px 0px;
    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; /* or whatever color you prefer */
}

.reset_color
{
    color: initial;
}

/*.articulo-wp {
    float: left;
    height: 24%;
    text-align: center;
}*/

.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-image: url(/img/welcomepack/background/background_top_1_v2.png); */
    background-size: cover;
    margin-left: 35px;
    /* filter: grayscale(0.5); */
    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;
    /* padding: 10px 0 0 3%; */
    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 {background-color:#F47D203b !important ;}
.wp_category_focus_2 {background-color:#d4e32466 !important ;}
.wp_category_focus_3 {background-color:#25fcf54d !important ;}
.wp_category_focus_4 {background-color:#F2634F3b !important ;}
.wp_category_focus_5 {background-color:#cbfc4b52 !important ;}
.wp_category_focus_6 {background-color:#FFD1003b !important ;}
.wp_category_focus_7 {background-color:#EC76223b !important ;}
.wp_category_focus_8 {background-color:#E3A6243b !important ;}
.wp_category_focus_9 {background-color:#25fcf54d !important ;}
.wp_category_focus_10{background-color:#F2634F3b !important ;}*/

.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.focus-next {
    /*background-image: url(/img/welcomepack/gd.png);*/
}    
.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: 0px;
    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: 0px;
    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: bold;
}

.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;
    /* box-shadow: 5px 10px; */
    text-align: center;
    font-size: 16px;
}

.selector-xs select {
    background: none;
    border: none;
    -webkit-appearance: initial !important;
    width: 80% !important;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center !important;
    font-size: 16px;
    font-weight: bold;
}

.background-litt{
    background-size: 17% 100%;
    background-repeat: no-repeat;
    background-position-x: 104%;
}

span.title_bold {
    font-weight: bold !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;        
}
.iglesiastable, .barriostable, .hospitable, .galeriastable
{
    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;
    /*filter: greyscale(1);*/
}

.imgexcursion{
    padding: 30px;
    position: relative;
}

.unselect{
    filter: grayscale(1);    /*display:none;*/
    /*    background-color:red*/
}

.wp-content .imgmonumento .posrelative,  .wp-content .imgexcursion .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);
    /*filter: grayscale(100%);*/
    position: absolute;
    text-align: center;
    width: 100%;
    /*background-color: #bdbdbdba;*/
    top: 30%;
    font-weight: bold;
    color: white;
    padding: 37px;
    font-size: 20px;
    height: 40%;
}
.imprescindibles .titulo{
    filter: grayscale(1);
    /* filter: grayscale(100%); */
    position: absolute;
    text-align: center;
    width: 100%;
    /* background-color: #bdbdbdba; */
    font-weight: bold;
    color: white;
    padding: 38px;
    padding-top: 24%;
    font-size: 20px;
}

.imgexcursion .titulo {
    filter: grayscale(1);
    /* filter: grayscale(100%); */
    position: absolute;
    text-align: center;
    /* margin-left: -4%; */
    /* margin-right: 94px; */
    /*width: 67%;*/
    /* background-color: #bdbdbdba; */
    top: 37%;
    font-weight: bold;
    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 .imgmonumento.unselect .titulo,.wp-content .imprescindibles.unselect .titulo,.wp-content .imgexcursion.unselect .titulo{
    height: 100%;
    vertical-align: middle;
    /*filter: greyscale(1);*/
}

#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;
    /*padding-top: 8px;*/
    font-size: 17px;
    cursor:pointer; 
}
.text_festivo_leyenda{
    font-weight:    bold;
    font-size: 17px;
    color:#F2634F;
}
#articulo49{
    margin-top: 50px;
}
.content_msg_cuadricula .block_articulo{
    display: none;
    font-size:  15px
}
.content_1_cuadricula{
    /*    margin: 20px 0 50px 80px;
        overflow: hidden;*/
}
.content_2_cuadricula{
    width: 102%;
    margin-top: -2px;
    overflow: hidden; 
}
.content_3_cuadricula{
    padding: 0px;
    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: 0px     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 td, .precios_transporte_publico .tb_head div.celda {
    background: #53c5d8;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-width: 0px 1px 3px 0px;
}
.targeta_td {
    background: #53c5d8;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    border-width: 0px 3px 0px 0px;
}
.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: bold;
    font-size: 16px;
}
.wp_title_gastronomia
{
    color: #864595;
    font-weight: bold;
    font-size: 16px;
}
.wp_img_center{
    margin:0 15%;
    width: 70%;
}
div.tabla {
    display: table;
    border:0px;
    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: 0px 1px 1px 0px;
}
.sinlinks
{
    margin-top: 76px;
    height: 50%;
}

.menu_lateral_wp
{
    text-align: right;  
    padding-left:10px;
    position:fixed;
    width:190px;
    overflow-y: auto;
    z-index: 99999;

}

.menu-wp-item {
    padding-top: 15px;
    padding-bottom: 15px;
    clear: both;
}

.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;
    /*width:180px;*/    
}

.menu-wp-item div {
    margin-top: 6px;
}    

.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: rgba(237, 125, 49, 1);
    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, 0.85);
    text-align: center;
    color: white;
    font-family: Century Gothic;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: -4px 5px 4px 0px #00000059;
}
.wp_cuadrologin input[type=text], .wp_cuadrologin input[type=password]{
    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;
}
.recuerdame, .initboton{
    float: left;
    width: 50%;    
    font-size: 16px;
    text-align: left;
    cursor: pointer;
}
.initboton div
{
    width: 122px;
    background-color: white;
    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: 0px auto 52px;
}
.tb_restaurants .header_restaurants{
    text-align: center;
    color: #864595;
    font-weight: bold;
    font-size: 16px;
}
.tb_restaurants td {
    width: 50%;
}

/*Tooltip INICI*/
#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 #888888;
}

#tooltip:after /* triangle decoration */
{
    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;
}
/*Tooltip FI*/
.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: 0px;
    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;
}

/*.title-articulo{        width: 25%!important;
    margin-left: 38%;}*/
.images_slick .slick-slider.container {
    max-width: 100%;
}

.imagenes-piso-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 , .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;

}

.images_slick  .slick-next{
    right: 2%!important    
}
.content_articulo_wp  .slick-next{
    right: 25%!important    
}
.content_articulo_wp  .slick-prev{
    left: 25%!important    
}
.slick-next, .slick-prev{opacity:0.75}


.content_cat_1 .content_articulo_wp .slick-prev, .content_cat_1 .content_articulo_wp .slick-next , .content_cat_7 .content_articulo_wp .slick-prev, .content_cat_7 .content_articulo_wp .slick-next{     background-color: #F47D20;                                                                                                                                                                                                        
}
.content_cat_8 .content_articulo_wp .slick-prev, .content_cat_2 .content_articulo_wp .slick-prev, .content_cat_8 .content_articulo_wp .slick-next, .content_cat_2 .content_articulo_wp .slick-next{
    background-color: #E3A624;
}

.content_cat_9 .content_articulo_wp .slick-prev, .content_cat_3 .content_articulo_wp .slick-prev, .content_cat_9 .content_articulo_wp .slick-next, .content_cat_3 .content_articulo_wp .slick-next , .content_cat_3 .content_articulo_wp .slick-prev{
    background-color: #00ABD4;
}
.content_cat_10 .content_articulo_wp .slick-prev,
.content_cat_10 .content_articulo_wp .slick-next, 
.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-prev, .content_cat_5 .content_articulo_wp .slick-next{
    background-color: #96af05;
}

.menu-wp.show {
    display: block !important;
    position: absolute;
    z-index: 10000;
    background-color: white;
    top: 0px;
    padding: 20px !important;
    padding-left: 40px !important;
}

.content-wp.fixed
{
    margin-left: 200px;
}

.content-wp .close-mobile-menu {
    margin-top: -44px;
    left: 200px;
}

.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, 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: bold;
    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: bold;
}

.list_results .res .titulo
{
    font-weight: bold;
    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: rgb(251, 251, 251);
    margin-left: 0px !important;
    padding-left: 90px;
    font-size: 12px;
}

.mas_icon{
    display: inline-block;
    margin-left: 8px;
}
.wp_categorias_xs {
    background-color: white;
    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: bold;
    padding-left: 65px;
    margin-bottom: 50px;
}

.content_banner_ticket_bar
{
    margin-bottom: 15px;
}

.prefooter h3{
    font-size: 20px;
    font-weight: bold;
}
.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: 0px;
    background: transparent;
    border-top: 1px solid #d7512b;
    height: 40px;
    position: absolute !important;
    border-bottom: 1px solid #d7512b;
}

.fonsinhonorarios div
{
    background-color: #d7512b;
    margin-top: 3px;
    margin-bottom: 3px;
}

#articulo4 img.centrada{width: 36px;}
#articulo4 .col-xs-12.col-md-12.col-xl-5 {
    padding: 0 120px 0 0;
}
#articulo1,#articulo2{
    /*margin-left:50px;*/
    /*margin-top:50px;*/}
#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: 0px 52px !important;
}
#articulo2 .checkListItemAct2{
    width:30px;
}
#articulo1 .block_articulo{
    padding: 0;
    width: 100%;
    /*float: right;*/
}
.displayBlock{
    display:block;
}
.displayInLineBlock{
    display:inline-block;
}
/*#articulo5 .articleBoxContent,#articulo10 .articleBoxContent {
    margin-left:50px;
}*/
#articulo18 .col-xs-12.col-sm-12.col-md-5.col-xl-5,#articulo18 ul{
    margin-left:40px;
}
#articulo8 .articleParagraph.col-xl-6,
#articulo8 .articleParagraph.col-md-6{
    width:42%;
}
.box5 {
    margin-bottom: 20px;
}
.icon_articulo{
    width: 50px;
}
.icon_articulo2{
    width: 70px;
    margin: 0px 5px 0px 0px;
    float: left;
    margin-right: 1.5%;}

.flags{
    /*margin: 15px 0px 0px 0px;*/
}
.tvtable .cabecera ,.tvtable2 .cabecera{
    border: 0px;
    /*text-align: center;*/
    padding-bottom: 25px;
    padding-top: 30px;
    font-size: 25px;
}
.tvtable .subcabecera{
    text-align: center;
}
.block_articulo{

}
#articulo2 .block_articulo{width: 100%;}
/*SILO!*/

.diccionari .block_articulo{
    border: 1px solid #F2634F;
    border-radius: 47px;
    padding: 15px 43px;
}
.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: white;
    top: 0;
    width: 246px;
    padding-right: 14px;
    height: 298px;
    margin: 11px;
    border-radius: 6px;
    z-index: 1;
    margin-top: 10px;
    /* margin-bottom: 7px; */
    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 0px 0px 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: 0px !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: white;
    border-radius: 4px;
}

.siloenlaces a {
    color: #b2b2b2;
    text-decoration: underline;
}

@media (max-width: 767px)
{
    .silosuperior {
        width: 100%;
        position: initial;
        padding-right: 0px;
        margin: 0px;
        height: auto;
        padding-bottom: 27px;
        padding-right: 17px;
        margin-bottom: 20px;
    }
}

div#actionflitres.focus {
    background-color: #F48221;
    color: white !important;
}

/*END SILO!*/

.tag_ocupado_le{
    background: #D1A119;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 30px;
    color: white;
    padding: 28px;
    font-weight: bold;
    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;}

/*newcontent*/
.imgFloatLeft{float:left;
              margin-right:2%;}
.imgFloatRight{float:right;
               margin-left:2%;}
.blendBackground{
    mix-blend-mode: multiply;
    padding: 10px;
}
/*.marginFullScreen{margin-left:-88px;}*/

#margin0{margin-left:0px;}


.articleBoxContent{

}

.articleTitle {
    color: #f07e01;
    font-weight: bold;
}
.checkListTitle{color: #f07e01;
                font-size: 18px;
                font-weight: bold;
                /*    height: 19px;*/
                margin: 0px;}

.iconLinkProperty{color:#333333;
                  text-decoration: underline;
                  text-decoration-color: #333333;}

.redTitle {
    color: #a61826;
    font-weight: bold;
    margin-bottom: 2%;
}
.orangeTitle {
    color:#f08221;
    font-weight: bold;
    margin-bottom: 2%;
}

.articleParagraph{
    text-align: justify;}

/*WELCOME PACK*/

/*art 1*/
.article1Text{width:80%;
              margin-top:2.5%;}
#docParagraph{margin-left:0;}
#arrow{width:100px}
#procesoFirma{  
    display: inline-block;
    padding: 0px 17px 25px;
    border: 1px solid #ccc;
}
#procesoFirma img{
    width: 4.5%;
}
#firstImageDisplay{
    margin-left: 33.5%;
}

/*art.2 */
#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%;  
}
.belowText{ }
.belowTextFr{margin-left:95px;}

.mes_estacion{float:left;width: 25%;height: 33%;    border: 0px;
              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: bold;
    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: bold;
    text-align: center;
}
.l_right{text-align: right;}
.l_left{text-align: left;}
/*art 3*/
#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 */
.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;}

/*article5*/
.article5Paragraph{width:100%;
                   margin-right: 10%;
                   display: inline-block;
}
.article5Text{margin-left: 90px;}

/*art 6-7*/
.smallArticleImg{
    margin-top:2.5%;
}
.article7Text{
    margin-left: 150px;
}
.orangeTitle2{
    color:#f08221;
    font-weight: bold;
}
.oliveTitle{
    color:#d1a116;
    font-weight: bold;
}

/*art 8*/
.art8Block{-webkit-box-shadow: 7px 7px 9px 1px rgba(140,140,140,1);
           -moz-box-shadow: 7px 7px 9px 1px rgba(140,140,140,1);
           box-shadow: 7px 7px 9px 1px rgba(140,140,140,1);
           height:50px;
           width:75px;
           margin:5%;
           color:#000;
           font-weight: bold;
           font-size:30px;
           padding:10px;
}


.art8box{
    height:500px;
    width:40%;

    display:inline-block;
    margin-left:5%;

}

/*.art8boxDivider{ height:15%;
                 width:100%;

}*/
.art8text{text-align: left;font-weight: bold;}
/*art 10*/
.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;
    /*margin-bottom: 54px;*/
    font-weight: bold;
    color: #848484;
}
/*art 11*/
.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%;
}

/*art 14*/
.verticalArticle14{
    width:45%;
    margin-top:2.5%;
    margin-right:5%;
    margin-bottom:4%;
    display: block;
    float: left;
}

/*art 15*/
.blueTitle{
    color:#1cc8ef;
    font-weight: bold;
}
.greenTitle{
    color:#88ab3d;
    font-weight: bold;
}
#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:white;
            width:inherit;
            margin:5%;
            text-align:center;
            margin-left:13%;
            border-radius: 10px;}
/*art 18*/
.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:0px;}
.art21Col{margin-right:5%;}
.art21BoxBottom{border-style:ridge;
                border-color:black;
                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,0.75);
    -moz-box-shadow: 10px 10px 32px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 32px -3px rgba(0,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:#ffcc99;   
            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,0.75);
    -moz-box-shadow: 10px 10px 32px -3px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 32px -3px rgba(0,0,0,0.75);
}
.calendarDate{text-align:center;
              padding-top:5%;
              color:white;
              font-size:22px;
              font-family:Segoe Print;      
}
.calendarClick:hover {
    cursor:pointer;
    color: black!important;

}
.calendarClick{color:white!important;}

.calendarDate p ,calendarDater4{
    color:black;
    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:white;
                font-size:22px;
                font-family:Brown ;  }

/*art 31*/
.posrelative .underline{margin-top:2%;display:none;}

#barriosImg{    
    display: block;
    margin: 15px auto;
}
.mapInfoBox{
    background-color: #efefef;
    float: left;
    color: #333333;
    /* padding: 10px; */
    margin-top: 0px;
    line-height: 26px;
    font-weight: bold;

}

/*.infoDetail{    padding-left: 20%;}*/
img.icon_mapa_little {
    width: 15px;
}
.art23Margin{margin-left:-100px}

.bicingWidth{width:75%;}
.parkingsMargin, .art41Below{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_silo img, .content_iso_lg_1 img, .content_iso_lg_detail img, .content_iso_lg_contact 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: 0px !important; 
}
.menu-enterprise,.content-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;
    /* margin-bottom: 20px; */
    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(0.5);}

.menu_categories_enterprise h3{
    font-size: 40px;
}
.menu_categories_enterprise{
    margin-bottom:40px;
}
.menu_enterprise_categoria span{
    font-weight: bold;
}
.menu_enterprise_categoria .categ_1,.titul_categ_1{
    color:#f57e20 !important;
}
.menu_enterprise_categoria .categ_2{
    color:#e4a623 !important;
}
.menu_enterprise_categoria .categ_3, .titol_cat_3, .text_cat_3{
    color:#00acd5 !important;
}
.menu_enterprise_categoria .categ_4{
    color:#f2634f !important;
}
.titul_categ_1{
    font-size: 15px;
    font-weight: bold;
}
#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: bold;
    max-width: 176px;
    width: 83%;
    text-align: center;
    cursor: pointer;
    /*min-height: 49px;*/
    text-transform: unset;
}

.boton_reverse_icon{
    position: relative;
    background-color: white ;
    border: 2px solid;
    border-radius: 25px;    
    font-weight: bold;
    max-width: 176px;
    width: 83%;
    text-align: center;
    cursor: pointer;
    text-transform: unset;
}

.boton_temporada_contacto_icon{
    padding: 10px 0px !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:lightgrey;}
.shBoxText{   padding-left: 7.75%;}

input[type=checkbox]#zoomCheck {
    display: none;
}

.zoomContainer img {
    /*margin: 100px;*/
    transition: transform 0.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;}


/*.zoomContainer img {
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
        cursor: zoom-in;

}

.zoomContainer img:active {
    -webkit-transform: scale(2);
    transform: scale(2);
}*/


.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;
    /*width:500px;*/
    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;}

.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 img, .link-container-wp div{
    display: none;
}

.slick-initialized img, .slick-initialized div ,.slick-initialized, .wp-articulos-blog div {
    display: block;
}
.img_certificat_notices{float: right;
                        height: 347px;}
/*.content_cat_1 .wp_articulos_menu .slickArticles:hover{ background-color:#ff75003b;}
.content_cat_2 .wp_articulos_menu .slickArticles:hover{ background-color:#d4e32466;}
.content_cat_3 .wp_articulos_menu .slickArticles:hover{background-color:#25fcf54d;}
.content_cat_4 .wp_articulos_menu .slickArticles:hover{background-color:#ff6a554d;}
.content_cat_5 .wp_articulos_menu .slickArticles:hover{background-color:#cbfc4b52;}
.content_cat_6 .wp_articulos_menu .slickArticles:hover{background-color:#ffd1004a;}
.content_cat_7 .wp_articulos_menu .slickArticles:hover{background-color:#ff7a1b52;}
.content_cat_8 .wp_articulos_menu .slickArticles:hover{background-color:#fed88859;}
.content_cat_9 .wp_articulos_menu .slickArticles:hover{background-color:#25fcf54d;}
.content_cat_10 .wp_articulos_menu .slickArticles:hover{background-color:#ff6a554d;}*/
.slick-slide{text-align:center;}

.slickArticles{

    text-align: center;
    font-size: 17px;
    font-weight:bold;
    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:white; }


.slick-slider:not(.slick-initialized) , #w1:not(.slick-initialized), #w0:not(.slick-initialized)
, #slickarticulo:not(.slick-initialized)
{display:none;}


.container .slick-initialized .slick-slider{display:block;}

.articleTitleGeneralInfo{margin-top:25px;}

.noMargintop{margin-top:0px!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 {
    /*    display: block;
        width: 92px;
        opacity: 0.65;
        background-position-x: 20px!important;*/
    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 0px 5px 10px;
    margin: 0 12px 10px 0;
}
#su_info .inputs3[name=nombre],#su_info .inputs3[name=apellido1],#su_info .inputs3[name=apellido2]{
    max-width: 100px;
}
.content_box_white {
    padding: 0px;
}
.input_mini {
    width: 50px !important;
}
.frame_pago_temp{
    width: 100%;
    height: 420px;
    overflow: auto;
    overflow-x: hidden;
}
.frame_pago_temp body{margin: 0px;}


.box_prereserva{
    background: #e2e2e2;
    padding: 5px 10px 5px 20px;
    margin: 10px 10px 0 0;
}
#content_prereserva_left{padding:0px;   }
#content_prereserva_right{padding: 0 10px;   }
#reserva_tmp h4{
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
#reserva_tmp h5{
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.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:0px;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: 0px;
    padding: 5px 29px;
    text-transform: uppercase;
    color: #F48221;
    font-size: 16px;
    font-weight: bold;
}
#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;
    /*margin-top: 10px;*/

}



.content_articulo_wp .slick-next:hover,
.content_articulo_wp .slick-prev:hover
{opacity:0.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_4 .content_articulo_wp .slick-dots li.slick-active button:before, .content_cat_10 .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 0px 5px 10px;
    margin: 0 12px 10px 0;
}
#su_info .inputs3[name=nombre],#su_info .inputs3[name=apellido1],#su_info .inputs3[name=apellido2]{
    max-width: 100px;
}
.content_box_white {
    padding: 0px;
}
.input_mini {
    width: 50px !important;
}
.frame_pago_temp{
    width: 100%;
    height: 420px;
    overflow: auto;
    overflow-x: hidden;
}
.frame_pago_temp body{margin: 0px;}


.box_prereserva{
    background: #e2e2e2;
    padding: 5px 10px 5px 20px;
    margin: 10px 10px 0 0;
}
#content_prereserva_left{padding:0px;   }
#content_prereserva_right{padding: 0 10px;   }
#reserva_tmp h4{
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
#reserva_tmp h5{
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.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:0px;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: 0px;
    padding: 5px 29px;
    text-transform: uppercase;
    color: #F48221;
    font-size: 16px;
    font-weight: bold;
}
#condiciones .cr{background: #fff;}

.imagenes-piso-wp .slick-next:hover,
.imagenes-piso-wp .slick-prev:hover
{opacity: 0.75;}

.content_articulo_wp .slick-slide{
    /*        width: 200px;
        margin-left: 615px;*/
}
.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;
}
/* Style the list */
ol.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    text-align: left;
    background-color: transparent;
    max-width: 970px !important;
    margin: auto;
}

/* Display list items side by side */
ol.breadcrumb li {
    display: inline;
    font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ol.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003e";
}

/* Add a color to all links inside the list */
ol.breadcrumb li a {
    text-decoration: none;
}

/* Add a color on mouse-over */
ol.breadcrumb li a:hover {
    text-decoration: underline;
}

.breadcrumb.general_template a, ol.breadcrumb.general_template li+li:before{
    color: white !important;
    font-size: 18px;
    font-weight: bold;
}
.breadcrumb.responsive_template
{
    padding: 0px !important;
}

.breadcrumb.responsive_template a, ol.breadcrumb.responsive_template li+li:before{
    color: #666666 !important;
}

.landing_breadcrumb li
{
    margin-top: 0px !important;
    padding: 0px !important;
    border: none !important;
}
.landing_breadcrumb li a
{
    color: #666666 !important;    
}
.landingbc{
    position: absolute;
}

.landing_breadcrumb{
    margin: 22px !important;
    padding: 0px !important;
}


.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: 1000px;
}
.toc_title {
    font-weight: 700;

}
#toc_container li, #toc_container ul, #toc_container ul li{
    list-style: outside none none !important;
}