/* checked registro//mi perfil */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label.msj_md,
[type="checkbox"]:checked + label.msj_md,
[type="radio"]:not(:checked) + label.msj_md,
[type="radio"]:checked + label.msj_md {
  position: relative;
  padding-left: 2.5em;
  cursor: pointer;
  display: block;   
}




/* radio aspect */
[type="checkbox"]:not(:checked) + label.msj_md:before,
[type="checkbox"]:checked + label.msj_md:before,
[type="radio"]:not(:checked) + label.msj_md:before,
[type="radio"]:checked + label.msj_md:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.75em; height: 1.75em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label.msj_md:after,
[type="checkbox"]:checked + label.msj_md:after,
[type="radio"]:not(:checked) + label.msj_md:after,
[type="radio"]:checked + label.msj_md:after {
    position: absolute;
    font-size: 1.7em;
    left: 0;
    color: #09ad7e;
    transition: all .2s;
    font-family: flaticon;
    content: "\f10b";
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label.msj_md:after,
[type="radio"]:not(:checked) + label.msj_md:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label.msj_md:after,
[type="radio"]:checked + label.msj_md:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled radio */
[type="checkbox"]:disabled:not(:checked) + label.msj_md:before,
[type="checkbox"]:disabled:checked + label.msj_md:before,
[type="radio"]:disabled:not(:checked) + label.msj_md:before,
[type="radio"]:disabled:checked + label.msj_md:before {
  box-shadow: none;
  border-color: #acc;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label.msj_md:after, 
[type="radio"]:disabled:checked + label.msj_md:after {
  color: #999;
}
[type="checkbox"]:disabled + label.msj_md, 
[type="radio"]:disabled + label.msj_md {
  color: #aaa;
}
/* hover style just for information */
label.msj_md:hover:before {
  border: 2px solid #4778d9!important;
}
input.low {
    max-width: 90px;
    line-height: 35px;
    height: 35px;
}

.add_listing-apartment:before { content: "\f104"!important; }
.add_listing-rural:before { content: "\f102"!important; }
.add_listing-house:before { content: "\f101"!important; }
input.cond-comerciales {
    border: none!important;
    border-bottom: 1px solid #2a579a!important;
    height: 25px!important;
    margin: 0 5px!important;
    border-radius: initial!important;
}
.campo-con-financiacion {
    display: flex;
    padding-top: 10px;
    padding-bottom: 15px;
}
#bankWireTransfer-form,
#form-checkout .andes-card,
.highlight .andes-card,
.listing-form .andes-card {
    font-family: nuevaregular;
    -webkit-border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
    border-radius: 6px;

    margin: 15px;

    padding: 10px;
}


.my-listings div.stat ul > li:not(:last-child) { 
    border-right: 1px solid #ccc;
} 
.field-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    padding: 18px;

    cursor: pointer;
}
.highlight .field-value__group__field img,
#form-checkout .field-value__group__field img{
    width:130px;
}
.highlight .field-value__group__value,
#form-checkout .field-value__group__value {
    padding-left: 25px;
}
.field-value__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 20;
    -ms-flex: 20;
    flex: 20;
    width: 0px;
}
.field-value .chevron-icon {
    height: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
}
.listing-form .field-value__group__value span {
    margin-right: 10px;
    color: rgba(0,0,0,.65);
}
.listing-form .field-value__group__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: rgba(0,0,0,.85);
    font-family: nuevaregular;
    align-self: center;
}

.listing-form .field-value__group__value{
    display: flex;
}
.listing-form .field-value__group__value span {
    align-self: center;
}

.campo-flex{
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
}
.columna-flex {
    padding: 0 16px;
    align-items: center;
    flex: 1;
}
.fieldset.campo_.hidden-default {
    display: none;
}
span.icon_operacion {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.nombre_operacion {
    font-size: 1.25em;
}
.campo-radio,
.campo-bolean,
.campo-precio,
.campos-multiples {
    display: flex;
}
.campo-radio,
.campo-check {
    display: flex;
    margin: 0px 0px 5px 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.campo_description .campo-flex {
    display: initial;
}
.campo_servicios,
.campo_description {
    padding: 0 15px;
}
.campo_servicios{
    padding-top:15px
}
input.numeric_price{
    text-align: right;
}
.columna-flex-precio-tipo-campo {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;

    align-items: center;
}


.columna-flex-precio-expensa{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;

    align-items: center
}
.columna-flex.estado {
    flex-basis: 100%;
}
span.medida-campo {
    padding: 0 10px;
    font-family: nuevanegrita;
    line-height: 50px;
}
.field-value .andes-button {
    font-size: 16px;
    font-family: nuevafina;
}
.andes-button--transparent, .andes-button--transparent:focus, .andes-button--transparent:link, .andes-button--transparent:visited {
    border-color: transparent;
    background-color: transparent;
    color: #3483fa;
    cursor: pointer;
}
.add_button__content .chevron-icon {
     height: 8px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    display: flex;
    align-self: center;
    margin-left: 5px;
}
span.add_button__content {
    display: flex;

}
.field-value__group__value i {
    color: #2e6ac3;
    padding-right: 5px;
}
span.referencia {
    padding: 20px 20px 0px 20px;
}
.icon_serv:before {
    font-family: flaticon;
    font-size: 2em;
}
.servicio_1:before{
    content: "\f152";
}
.servicio_2:before{
    content: "\f153";
}
.servicio_3:before{
    content: "\f154";
}
.servicio_4:before{
    content: "\f155";
}
.servicio_5:before{
    content: "\f156";
}
.servicio_6:before{
    content: "\f157";
}
.servicio_7:before{
    content: "\f158";
}
.servicio_8:before{
    content: "\f159";
}


.cercanias_1:before {
    content: "\e900";
}
.cercanias_2:before {
    content: "\e902";
}
.cercanias_3:before {
    content: "\e905";
}
.cercanias_4:before {
    content: "\e903";
}
.cercanias_5:before {
    content: "\e906";
}
.cercanias_6:before {
    content: "\e907";
}
.cercanias_7:before {
    content: "\e908";
}
.cercanias_8:before {
    content: "\e90A";
}
.cercanias_9:before {
    content: "\e909";
}
.cercanias_10:before {
    content: "\e90C";
}
.cercanias_11:before {
    content: "\e90E";
}
.cercanias_12:before {
    content: "\e90F";
}
.cercanias_13:before {
    content: "\e914";
}
.cercanias_14:before {
    content: "\e913";
}
.cercanias_15:before {
    content: "\e915";
}
.cercanias_16:before {
    content: "\e901";
}
.cercanias_17:before {
    content: "\e912";
}
.cercanias_18:before {
    content: "\e90B";
}
.cercanias_19:before {
    content: "\e90D";
}
.cercanias_20:before {
    content: "\e904";
}
span.fNjZG {
    background-color: #f9951a;
    color: #fff;
    border-radius: 20px;
    font-size: .75rem;
    padding: 1px 7px;
}
.nombre_serv,
.icon_serv {
    display: block;
    height: 40px;
}
select.hint.selector{
    height: 30px;
    font-size: 14px;
    width: 150px;
    } 
nav.mas_datos_ert {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
div.fieldset {
    
    position: relative;
    background: white;
    box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
    border-radius: 6px;
    overflow: hidden;
    margin: 0 1rem 1rem;
    padding-bottom: 15px;
}
.header-mas-datos {
      width: 100%;
}
.nav__ocultar {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgba(255,0,0,0), #eee);
}
header.titulo_grupo_campo,
header.titulo_grupo_campo {
    color: #555;
    font-family: nuevafina;
    font-size: 1.1em;
    padding: 5px;
    margin: 0 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
    color: #4285f4;
}
div#lf_container {
    padding-top: 15px;
}

    .name_categoria {
        text-align: center;
        padding: 0px 0px 10px 0px;
        color: #555;
        font-family: nuevafina;
        font-size: 1.1em;
    }
    span.categoria:before {
        content: "\f10a";
        padding-right: 10px;
        font-family: flaticon;
        color: #2a579a;
    }
.ver_mas_add {
    cursor: pointer;
    height: 40px;
    margin: 0 auto;
    background-color: #2a579a;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
    a.btn_renovar {
        font-size: 16px;
        font-family: nuevafina;
    }
    a.btn_renovar:after {
        content: "\f121";
        font-family: flaticon;
        font-size: 1.5em;
        line-height: 0.75em;
        vertical-align: -25%;
        font-weight: initial;
    }
.ver_mas_add svg {
    animation: flecha 1s ease-in-out infinite;
}
    .search-item div.field {
        color: #666;
        font-size: 13px!important;
        text-transform: initial!important;
    }
    .search-item input[type=text], .search-item input[type=number],.search-item select {
        height: 40px;
        color: #555;
        font-family: nuevaregular, 'Open Sans', sans-serif;
        font-weight: 400;
        padding: 0 15px;
        -webkit-appearance: none;
        -moz-appearance: none;
        transition: border-color 0.3s ease;
        padding-bottom: 1px;
        border: 1px solid #ddd;
        border-radius: 2px;
        font-size: 15px;
    }
.payment_gateways, ul#payment_gateways, div#coupon_code {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

div#fs_order_information {
    background-color: #fbf8e3;
}
div#fs_info {
    padding-bottom: 20px;
}
.checkbox_bar {
    font-size: 0.85em;
}
span.price-cents {
    font-size: 65%;
    vertical-align: text-top;
    line-height: 1.1;
    margin-left: -4px;
}
h3.congrat__title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    font-family: nuevafina;
    padding: 30px 15px;
    text-align: center;
}
p#congratInfo {
    padding: 5PX;
    text-align: CENTER;
    font-size: 1.1em;
}

    .overview-component {
        background: white;
        padding: 20px 10px;
        max-width: 500px;
        margin: 15px auto;
    }
h3.overview-component__item-title {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 24px;
    padding: 0 0 32px;
    text-transform: uppercase;
}

.container-column-right .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    font-size: 15px;
}
    .container-column-right   .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 40px;
        user-select: none;
        -webkit-user-select: none;
    }
    .container-column-right .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        position: absolute;
        top: 1px;
        right: 8px;
        width: 20px;
        background-position: 96%;
        background-size: 10px;
        background-repeat: no-repeat;
        background-image: url(../img/iconos/arrow-down.svg);
    }
    .container-column-right label.ads_opc_search_box {
        padding: 15px 5px;
        border: 1px solid #d5d5d5;
        border-radius: 3px;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative;
        display: block;
        color: #686868;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        background-color: white;
    }
    .container-column-right .select2-search--dropdown .select2-search__field {
        width: 88%;
        box-sizing: border-box;
    }

.overview-component__total,
.overview-component__amounts {
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
    vertical-align: middle;
     display: inline-block;
}
.overview-component__total {
    float: right;
}
.overview__table-container {
    border-top: 1px solid #e6e6e6;
    padding-top: 24px;
    margin-top: 16px;
}
.my-listings-page section.list article{
	margin-bottom: 20px;
    overflow: visible;
}

table.list > tbody > tr.body > td {
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listado_opciones {
    padding: 0rem 1rem 0rem 1rem;
    text-align: left;
}
.listado_opciones a {
    font-size: 1.05em;
    padding: 6px 15px;
    color: #1d1d1d;
    line-height: 37px;
    width: 100%;
    display: block;
}
.listado_opciones a:hover {
    background:#eee;
}

/* table view table */

table.table {
	table-layout: fixed;
}
table.table td {
	min-height: 30px;
	padding: 5px 0;
	vertical-align: top;
}
table.table td.name {
	width: 215px;
	color: #949494;
	padding-right: 10px;
}
table.table td.value {
	color: #000000;
	word-wrap: break-word;
}
/* table view table end */

/* list table */

    table.list.contacts-list {
        width: 100%;
        table-layout: fixed;
        box-shadow: 0 0 1px 1px rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.25);
        background: white;
        border-radius: 0.25em;
        max-width: 800px;
   
         margin: auto;
    }
table.list span.text {
	color: #515151;
	font-size: 0.857em;
}

table.list > tbody > tr.header > td {
    height: 40px;

}
table.list > tbody > tr.header > td:first-child {
    padding-left: 11px;
    width: 50px;
}
table.list tr.header td.divider {
	padding: 0;
	width: 5px;
	border: 0;
}
table.list > tbody > tr.body {
    border-top: .0625em solid #e9e9e9;
}

table.list > tbody > tr.body > td.info > a {
    white-space: normal;
}
table.list > tbody > tr.body > td:first-child {
	padding-left: 11px;
}
    table.contacts-list div.picture img{
        border-radius: 50%;
        width: 70px;
        height: 70px;
        border: 3px solid #acc;
    }
    div.msj--avatar img {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        border: 1px solid #acc;
    }
table.list>tbody td.no_padding
{
	padding-left: 5px!important;
	padding-right: 5px!important;
}
table.list tr.body td.divider {
	border: 0;
}
table.list td.price div {
	width: 50px;
	background: red;
	color: #000000;
	font-size: 16px;
	line-height: 17px;
	padding: 5px 5px;
	margin-right: 10px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 600;
	overflow: hidden;
}
table.list span.name
{
	text-transform: uppercase;
}
/* list table end */

div.list-table {
	display: table;
	width: 100%;
    border-collapse: collapse;
}
div.list-table > div {
	display: table-row;
	position: relative;
	margin: 0;
}
.payment-history-page.no-sidebar div.table-cell.small > div.value {
    font-size: 15px;
}


.payment-history-page .no-sidebar div.list-table > div.header > div{
    font-size: 1em;
    text-transform: uppercase;
    line-height: 35px;
}
.card-home-resumen{
        color: #777;
        padding: 15px;
        background: white;
        box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
        border-radius: 6px;
        height: 113px;
}
    .card-home-resumen span.title {
        font-size: 16px;
        letter-spacing: -.3px;
        color: #666;
        display: block;
        margin-bottom: 3px;
        font-family: nuevafina;
    }
    .summary-navigation {
        padding: 10px 0 10px;
    }
    span.subtitle-small {
        font-size: 22px;
        font-weight: 700;
        letter-spacing: -1px;
        color: #404040;
        line-height: 28px;
        padding-left: 10px;
    }
    .subtitle-ayuda{
        font-size: 1.2em;
        letter-spacing: -1px;
        color: #777;
        line-height: 28px;
        padding: 10px;
        font-family: nuevafina;
        display: block;
    }
    .volver--home{
        line-height: 60px;
        height: 56px;
        width: 45px;
        text-align: center;
        float: left;
        background: #2e6ac3;
        cursor: pointer;
    }
    .volver--home:hover {
        background: #2671ef;
    }

    .volver--home:before{
        font-family: Flaticon;
        content: "\f128";
        font-size: 2em;
        color: #fff;
    }
    .resumen-content-box {
        max-width: 950px;
        margin: 0 auto;
    }
    .listados-content-box {
        max-width: 1100px;
        margin: 0 auto;
    }
    span.info {
        display: block;
        text-align: center;
        font-size: 1.2em;
    }
    section.myml-nav__section.salir span.myml-nav__section-icon i{
        color: red;
        opacity:0.8;
    }

    section.myml-nav__section.salir p.myml-nav__section-title{
        color: red;
        opacity:0.8;
    }
    .col-sm-6.cards-home-container {
        margin-top: 30px;
    }
    .icono-resumen img {
        width: 31px;
    }
    span.legend {
        font-size: 0.82em;
        color: #666;
        position: relative;
        font-family: nuevafina;
        padding: 0 8px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .card-home-resumen .statuses{
        max-width: 65px;
        width: auto;
        padding-right: 10px;
        float: left;
        padding-left: 10px;
    }
    .icono-resumen {
        font-size: 2em;
        max-width: 65px;
        width: auto;
        padding-right: 10px;
        color: #4f98f1;
        float: left;
        padding-left: 10px;
        width: 50px;
        height: 50px;
        fill: #777;
    }
div.list-table > div.header > div {
    color: white;
    white-space: nowrap;
    line-height: 60px;
    font-family: 'Roboto', 'Arial', 'Open Sans', sans-serif;
    color: #5a5a5a;
    text-align: center;
    font-size: 0.9em;
}

    ul.select-type span {
        color: #848484;
        font-size: 13px;
        height: 2px;
        font-family: nuevafina;
    }


.my-profile-page.header-banner .bump_date.col-sm-4{
    height: 15px;
}
.my-profile-page.header-banner .list ul.nav-column li{
    width: 100%!important;
    height: auto!important;
    background-color: rgba(0, 0, 0, 0.51);
    color: white;
    padding: 2px;
}
button.x-button.x-button-main.azul {
    background: transparent;
    border: 1px solid #2a579a;
    margin: 5px;
    font-size: 14px;
    width: 140px;
    color: #2a579a;
    box-shadow: none;
    text-align: center;
}
button.x-button.x-button-main.azul:hover{
    color: white;
    background: #2a579a;
}
p.sin-aviso-title {
    word-break: break-all;
    display: block;
    font-size: 51px;
    font-weight: 500;
    line-height: normal;
    color: #fa8639;
    margin: 20px 0;
}
.sin-aviso-description {
    display: block;
    font-size: 23px;
    font-weight: 400;
    line-height: normal;
    color: #333;
    margin-top: 10px;
}
.sin-aviso-recomendados {
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.container-sin-aviso {
    display: flex;
}

div.list-table > div:before,
div.list-table > div:after {
	content: none;
}
div.list-table > div.header {
	height: 28px;
    font-size: 0.9375rem;
    line-height: 1.6;
    font-weight: bold;
}

.title_plan {
    padding: 30px 0px 20px 0px;
}
label.ads_opc_plan{
    font-size: 16px!important;
}
label.ads_whatsapp,
label.ads_map{
	padding:0px!important;
	line-height:48px!important;
    border-radius: 50px!important;
	width:200px;
}
label.ads_opc_plan{
    padding: 0px 20px!important;
    margin: 0px 10px 0px 0px;
}
label.ads_opc_search_box{
    padding:0px!important;
    margin: 0px 5px!important;
}
label.ads_whatsapp{
    padding: 15px 5px;
    cursor: pointer;
    position: relative;
    display: block;
    color: #777;
    line-height: 2.4;
    text-align: center;
    font-size: 17px;
    background-color: #e9e9e9;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
}
label.ads_opc_plan,
label.ads_opc_search_box,
label.ads_map{
    padding: 15px 5px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    display: block;
    color: #686868;
    line-height: 2.4;
    text-align: center;
    font-size: 17px;
    background-color: white;
}
input:checked~.ads_opc_plan{
    color: #009EE3!important;
    border: 2px solid #009EE3!important;
}
input:checked~.ads_opc_search_box,
input:checked~.ads_map,
input:checked~.ads_opc  {
    color: white!important;
    border:1px solid #009EE3;
    fill: white;
    background: #009EE3;
    font-weight: bold;
}

input:checked~.ads_opc_plan:after{
    content: "\f109";
    font-family: flaticon;
    font-size: 0.9em;
    position: absolute;
    top: -8px;
    right: 1px;
}
input:disabled~.ads_opc_plan{
	color: white;
    border: 1px solid #da251c;
    background: #da251c;
    cursor: not-allowed;
}
input:disabled~.ads_opc_plan:before{
    content:"CONTRATADO";
}
input:checked~.ads_whatsapp:before{
    content:"Activado";
}
label.ads_whatsapp:before{
    content:"Desactivado";
}
input:checked~.ads_opc_plan:before{
    content:"Seleccionado";
}
input:checked~.ads_whatsapp{
    color: #1ebea5;
    background: white;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    font-weight: bold;
}
label.ads_opc_plan:before{
    content:"Elegir";
}
label.name {
    color: #555;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    padding-top: 20px;
}
h2.title_p {
    font-size: 27px;
    color: #2a579a;
}
.item-qty1 {
    border-radius: 50%;
    height: 32px;
    line-height: 28px;
    margin-right: 5px;
    text-align: center;
    width: 32px;
    border: 2px solid;
    display: inline-block;
}

/* plans */
.my-packages-page.no-sidebar div.frame_1{
    height: 300px;
}
div.plans-container {
    width: 100%;
    text-align: center;
}
li.rews {
    display: block;
    position: relative;
    max-width: 262px;
    min-width: 262px;
    border: 3px solid #ccc;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    margin-bottom: 5px;
	padding-bottom: 5px;
	margin-right: 8px;
}
div.options {
    padding-top: 10px;
}

.highlight-page-page.header-banner div.frame_1{
	height: 185px;
}
ul.plans > li > div.frame_1.anuncios {
	height: 325px;
}
ul.plans > li > div.frame_1.simples {
	height: 300px;
}
li > div.frame_1 {
    padding-bottom: 5px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 360px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
ul.plans div.frame_1 > span {
	display: block;
}
.derecha {
    right: 0!important;
    left: initial!important;
}
ul.plans span.description_plan {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 52px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 5px;
    text-overflow: ellipsis;
    font-size: 12.5px;
    color: #6b8c6b;
}
    .c--historial--fecha {
        padding-left: 7px;
    }
div.owl-carousel span.name,
ul.plans span.name {
    color: #f8f8f8;
    font-size: 1.35em;
    font-weight: 400;
    line-height: 50px;
    font-variant: small-caps;
    text-align: center;
    display: block;
}
div.owl-carousel span.price,
ul.plans span.price {
    color: #f8f8f8;
    font-size: 30px;
    padding-bottom: 8px;
    text-align: center;
    display: block;
    font-family: 'Roboto', 'Arial', 'Open Sans',  sans-serif;
}
span.type {
	color: #3a3a3a;
	font-size: 1.286em;
	padding: 0 0 10px;
	font-weight: 400;
	visibility: hidden;
}
ul.plans span.count_1:before {
	padding-right: 5px;
	content: "\f030";
}
ul.plans span.count_2:before {
	padding-right: 5px;
	content: "\f03d";
}
div.owl-carousel span.iva,
ul.plans span.iva {
    font-size: 10px;
    display: block;
}
ul.plans span.count_hi:before {
    padding-right: 5px;
    content: "\f151";
}
.item-cc {
    padding-bottom: 10px;
    text-align: center;
}
div.owl-carousel  span.count,
span.count_hi, span.count_1, span.count_2, span.count_5,
span.count {
    color: #777;
    font-size: 17px;
    padding: 5px 10px 10px;
    font-family: Fontawesome, nuevaregular, 'Open Sans', sans-serif;
    display: block;
}
span.count_3, span.count_4{
    color:white;
    padding: 0px 5px;
}
ul.plans > li > div.frame div.selector {
    position: initial;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
}
ul.plans div.restantes {
    padding-bottom: 5px;
}
.selected-category span.link,
span.plans-chart-link.link {
    color: #fff;
    background-color: #2a579a;
    padding: 10px 28.8px;
    font-size: 13px;
    line-height: 1.4;
    border-radius: 3px;
    display: block;
    margin-top: 10px;
    margin: 10px auto 0px;
    max-width: 200px;
    text-align: center;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
    .categoria_plan, .planes_add {
        /* background-color: #8dd0d0; */
        padding: 15px;
        background: white;
        padding: 10px 25px;
        background: white;
        box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
        border-radius: 6px;
    }
.contenedor_a.destacados {
    margin-top: 25px;
}
.payment-history-page .statuses {
    width: 130px;
}
a.auth-button_registration{
    background: #2a579a;
    color: white!important;
    padding: 12px 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
    font-size: 1.2em!important;
    width: 220px;
}

.menu_emergente_v1 {
    display: none;
    position: absolute;
    background-color: #ffff;
    overflow: auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    left: 0;
    z-index: 2;
    background: white;
    top: 100%;
    min-width: 240px;
    border-radius: 1rem;
    border: 1px solid rgb(53 43 43 / 10%);
}
li.id9jY.salir {
    color: red;
}
li.id9jY:hover {
    background-color: rgb(250 250 250);
    cursor: pointer;
}
.menu_emergente_v1.open {
    display: initial;
}
li.id9jY.vbm11 {
    color: #5d5d5d;
}
li.id9jY {
    padding: 16px 20px;
    display: flex;
    column-gap: 20px;
    align-items: center;
    width: 100%;
}
.id9jY.salir span.hg92, .vbm11 span.hg92 {
    font-size: 15px;
}
.menu_btn_v1.v2 {
    display: flex;
    align-items: center;
    column-gap: 7px;
}
.menu_contenedor {
    position: relative;
}
button.w2qq {
    color: #3483fa;
    background-color: rgba(147, 147, 147, 0.1);
    cursor: pointer;
    font-family: nuevanegrita;
    border-color: transparent;
    padding: 6px 12px;
    height: 44px;
}
button.w2qq:hover{
background: rgba(131, 130, 130, 0.14);
}
.menu_btn_v1:after {
    content: "\f10c";
    font-family: flaticon;
    font-size: 1.3em;
    color: #3483fa;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    font-weight: bold;
}
ul.items--ficha{
    gap: 15px;
}
.cxxx1 {
    font-size: 15px;
    color: #333 !important;
    border-radius: 0.2222222222em;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 0.0555555556em 0.1666666667em transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 7px;
}
a.auth-button-login {
    text-align: center;
    padding: 12px 30px;
    display: block;
    border-radius: 4px;
    text-align: center;
    margin-top: 15px;
    font-size: 1.2em!important;
    width: 220px;
}
.ui-box--lite{
    padding: 50px 78px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 767px) {
    .listing-form .field-value__group__value {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        flex-wrap: nowrap;
        flex-shrink: 1;
        overflow: hidden;
        font-family: nuevafina;
        align-items: center;
        align-self: center;
    }
    span.input-check,
  
    span.input-boolean {
        margin: 0px 10px;
        flex: 1;
        margin-bottom: 10px;
    }
    .contenedor-comlumna-precio-expensa{
        display: flex;
    }
    span.input-check.servicios {
        justify-content: center;
        align-items: center;
        flex: 1 0 21%;
        margin: 5px;
    }
    .campo-flex .servicios {
        width: 100%;
    }
    .columna-flex.otras_condiciones, 
    .columna-flex.estado,
    .columna-flex.garantia {
        flex-basis: calc(99% - 12px)!important;
    }
    .columna-flex{
        flex-basis: calc(50% - 12px)!important;
        flex: 0;
    }
    .point_header.cuenta__he{
        max-width: 1150px;
        margin: 0 auto;
    }
    .my-listings list{
        padding: 0px 10px;
    }

    .container-column-right-filtro{
        float: left;
        width: 23%;
        height: 100%;
        min-height: 100vh;
        background: #e9e9e9;
    }
    img.atencion_gestion {
        width: 45px;
    }
    section.filtrar_mis_inmuebles {
        padding: 0 10px;
        background: #e9e9e9;
        height: 100%;
        min-height: 100vh;
    }
    .align-button {
        margin-top: 15px;
    }
    span.custom-input.col-sm-3 {
        margin-bottom: 10px;
    }
    .sin-aviso-info {
        max-width: 730px;
    }
    .clearfix.f_pago {
        padding-bottom: 25px;
        margin-top: 30px;
        background: white;
        padding: 10px;
        box-shadow: 0 1px 3px rgba(20,20,20, 0.4);
        border-radius: 0.25em;
        margin-bottom: 15px;
    }
    .bloque{
        background: white;
        padding: 10px;
        box-shadow: 0 1px 3px rgba(20,20,20, 0.4);
        border-radius: 0.25em;
    }
    .form-media {
        background: white;
        padding: 10px 25px;
        background: white;
        display: block;
        position: relative;
        box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
        border-radius: 6px;
        margin: 0 1rem 1rem;
    }
    .category-selection {
        max-width: 700px;
    }
    .dynamic-content {
        max-width: 816px;
        margin: 0 auto;
    }
    div#fs_change_password_area {
        text-align: CENTER;
        border-radius: 5px;
        border: 2px solid #2a579a;
        max-width: 500px;
        margin: 0 auto;
        padding: 10px;
    }
    div#area_account {
        padding: 0 15px;
    }
    .login-page.no-sidebar  div.main-wrapper,
    .registration-page.no-sidebar div.main-wrapper,
    .add-listing-page.no-sidebar div.main-wrapper{
        background-image: url(../img/photo01.jpg);
        background-size: cover;
        background-attachment: fixed;
    } 
    .login-page.no-sidebar  div.main-wrapper::before,
    .registration-page.no-sidebar div.main-wrapper::before,
    .add-listing-page.no-sidebar div.main-wrapper::before{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: .3;
    }

     .login-page.no-sidebar  header.page-header,
    .registration-page.no-sidebar  header.page-header,
    .add-listing-page.no-sidebar header.page-header {
        height: 75px;
        z-index: 10;
        transition: top 0.3s ease;
        width: 100%;
        box-shadow: none;
        background: transparent linear-gradient(to bottom, rgba(0,0,0,0.4), transparent) repeat-x scroll center top;
    }
}
@media screen and (max-width: 767px) {
    .zona-subir {
        height: 70px!important;
        margin-bottom: 5px;
    }
    .nombre_operacion {
        font-size: 0.9em!important;
    }
    .aviso-data.aviso-data--right {
        padding: 0.5rem;
    }
    
    .field-value__group__value {
        font-family: nuevafina;
        flex: 1 1 100%;
        padding-top: 10px;
    }
    .listing-form .field-value__group__field {
        flex: 1 1 100%;
        font-size: 16px;
        color: rgba(0,0,0,.85);
        font-family: nuevaregular;
        align-self: center;
    }
    .field-value {
        padding: 13px 5px;

    }
    #payment_gateways .field-value {
        padding: initial;
        height: 100px;

    }
    #payment_gateways .field-value__group__field {
       
        width: 100%;
    }
    #payment_gateways .label_pago .field-value__group__value span {
        margin-right: initial;
    }
    .no--planes{
    color: white;
    background: #f24141;
    font-family: nuevaregular;
    font-size: 0.7em;
    padding: 2px 10px;
    border-radius: 21px;
    }
    .field-value .andes-button {
        font-size: initial;

    }
    .field-value__group {
        display: flex;
        flex-wrap: wrap;
    }
    span.input-check,
    span.input-check.servicios {
        justify-content: center;
        align-items: center;
        flex: 1 0 40%;
        margin: 5px;
    }
    .columna-flex{
        flex-basis: 100% !important;
    }
    .h--historial-detalles {
        display: none!important;
    }
    span.legend.contratar-plan {
        padding-top: 20px;
        font-size: 1em;
        line-height: 2.5em;
    }
    td.h-logo {
        width: initial;
        padding: 0px 19px 0px 0px;
        text-align: center;
    }
 
    table.contacts-list div.picture img {
        border-radius: 50%;
        width: 45px;
        height: 45px;
        border: 2px solid #acc;
    }
    .cards-home-container {
        margin-bottom: 15px;
    }
    .container-column-right {
        background: #e9e9e9;
    }
    span.ml-count {
        background-color: #d90000;
        color: #d90000;
        line-height: 10px;
        padding: 0px 4px;
        position: absolute;
        font-size: 4px;
        border-radius: 50%;
        top: 5px;
    }

    .page-wrapper {
        padding-left: initial!important;
    }
    form#form-checkout {
        padding: 0 10px;
    }
    section.filtrar_mis_inmuebles form{
        padding:15px;
        margin-top:23px;
    }
    .search-item div.field {
        font-size: 15px;
        text-transform: uppercase;
        padding: 10px 0px;
    }
    ul.select-category > li > div > select {
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-top: 0px!important;
        width: 100%;
    }
    div.novedades{
        margin: 10px 0;
    }

    img.atencion_gestion {
        width: 30px;
    }
    .gestion-data-description {
       
        padding-top: 10px;
        font-family: nuevafina;
    }
    .dynamic-content div.listing-form .form-media {
        padding: 10px 25px;
        background: white;
        box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
        border-radius: 6px;
        margin: 0 1rem 1rem;
    }
    div.novedades {
        position: relative!important;
    }
    .my-inmuebles-rurales-page section.list article,
    .my-emprendimiento-page section.list article,
    .my-listings-page section.list article {
        margin-bottom: 48px!important;
        height: auto;
        width: inherit;
    }
    .content-datos-cuenta {
        padding: 0 10px;
    }
    /*** MY PACKAGES ***/
    
	ul.packages > li {
		display: block;
	}
	ul.packages > li div.frame {
		width: auto;
		display: block;
	}
	ul.packages > li div.status {
		margin: 15px 0 0 0;
		padding: 0 20px;
	}
	ul.packages > li div.status div.renew {
		overflow: hidden;
		text-align: right;
	}
	ul.packages > li div.status ul.package_info {
		float: left;
	}
	/*** MY PACKAGES END ***/
    /* my listings */
    
	section#listings.my-listings .item div.info {
		display: block;
		width: 100%;
		padding: 0;
	}
    section#listings.my-banners .item div.info {
		display: block;
		width: 100%;
		padding: 0;
		height: 279px;
	}
	section#listings.my-listings .item div.info div.picture img {
		width: 100%;
		height: auto;
	}
	section#listings.my-listings .item div.info .title {
		position: absolute;
		top: 10px;
		background: white;
		height: 38px;
		line-height: 36px;
		box-shadow: 0 4px 0 rgba(0,0,0,.1);
		max-width: 100%;
		white-space: nowrap;
	}
	section#listings.my-listings .item .title {
		padding: 5px 10px 10px;
		display: block;		
		overflow: hidden;
		text-overflow: ellipsis;
	}
	section#listings.my-listings .item.featured div.info .title {
		background: #fb6a5c;
		color: #010101;
	}
	section#listings.my-listings div.picture > div.label {
		display: none;
	}
	section#listings.my-listings .item div.navigation {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	section#listings.my-listings .item div.navigation > ul {
		padding: 10px 10px 0;
	}
	section#listings.my-listings .item div.navigation > ul > li {
		display: inline-block;
		vertical-align: top;
		padding-bottom: 0;
		padding-left: 20px;
	}
	section#listings.my-listings .item div.navigation > ul > li.single-inline {
		display: block;
		margin-bottom: 5px;
	}
	section#listings.my-listings .item div.navigation > ul > li select {
		max-width: 200px;
		width: 100%;
	}
	section#listings.my-listings .item div.navigation > ul > li a {
		padding: 5px 10px;
	}
	section#listings.my-listings .item div.navigation > ul > li a > span {
		display: none;
	}
	section#listings.my-listings .item div.stat {
		display: block;
        width: 100%;
        bottom: 0;
	}
    .P1Ycoe {
        background: -webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgb(242, 242, 242)));
        border-bottom-right-radius: 8px;
        height: 35px;
        position: absolute;
        pointer-events: none;
        right: 0px;
        top: 0;
        width: 40px;
        z-index: 0;
    }
	/* my listings end */

    .category-selection {
        padding-left: 10px;
        padding-right: 10px;
    }
    .content-padding {
        padding-left: initial!important;
        padding-right: initial!important;
    }
    nav.no_results_button {
    display: grid;
    }
    .login-page.no-sidebar  header.page-header,
    .registration-page.no-sidebar  header.page-header,
    .add-listing-page.no-sidebar header.page-header {
        z-index: 1;
        transition: top 0.3s ease;
        width: 100%;
        box-shadow: none;
    }
    .categoria_plan {
        margin-top: 15px;
    }
}
/* plans end */
/* gestor propiedades */
.my-listings > article {
	padding: 0 0 15px 0;
	min-height: 95px;
}
.edit_anuncio{
    font-weight: 400;
    color: #2a579a;
    float: right;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}
.edit_anuncio.opc {
    margin-right: 30px;
    height:	25px;
    line-height:25px;
    width:90px;
    text-align:center;
}
select.hint.selector{
    color: #2a579a;
    text-transform: uppercase;
    background: url(../img/iconos/arrow-down_black.svg) no-repeat right transparent;
    background-size: 10px;
    background-position: 96%;
    border: none;
}
select.hint.selector:focus{
 border:1px solid transparent;
}
.my-listings > article:last-child {
	margin-bottom: 0;
}
.my-listings > article > div:last-child {
	margin-right: 0;
}
.my-listings div.title {
	font-size: 1.143em!important;
	font-weight: 400!important;
    padding: 0px 20px 5px 20px;
    text-transform: capitalize;
}
.my-listings div.menu {
    text-transform: capitalize;
    background: #ffffff;
    height: 45px;
    padding: 0px 0px 0px 15px;
    border-bottom: 1px solid #eee;
}
.my-listings div.menu .span{
    color: white;
}
.my-listings div.navigation ul > li {
	padding: 0 0 12px 0;
}
.edit_anuncio.opc1 {
    width: 50px;
    text-align: center;
    line-height: 44px;
}

.my-listings div.navigation ul > li:last-child {
	padding: 0;
}
span.loc_detalles.listing {
    font-weight: 400;
}
li.visit {
    padding-top: 20px;
    font-family: nuevaregular , 'Arial', 'Roboto', 'Open Sans',  sans-serif;
}
.my-listings div.navigation ul > li a:before {
	content: "";
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px;
	left: 0;
	top: 1px;
	position: absolute;
	opacity: 0.5;
	background-image: url(../img/iconos/renovar.svg);
}
.my-listings div.navigation ul > li select {
	width: 110%;
    height: 35px;
    font-size: 14px;
}
.my-listings div.navigation ul > li a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 25px;
    cursor: pointer;
}
li.separador_detalles{
    border-right: 1px solid #ccc;
    height: 24px;
    float: right;
    margin: 5px;
}
.xsdf {
    text-align: center;
    font-size: 12px;
}
li.count{
    font-size: 13px!important;
}
li.count,
.my-listings div.stat ul > li {
    height: 15px;
    font-weight: 700;
    display: inline-block;
    font-size: 0.8em;
    line-height: 15px;
    color: #8b8b8b;
    vertical-align: middle;
    padding: 0 10px;
    overflow: hidden;
    font-family: nuevafina;
}
ul.gestion_estado::-webkit-scrollbar {
    display: none;
}
li.cod_detalles{
    height: 33px;
    display: inline-block;
    font-size: 11px;
    color: #8b8b8b;
    text-transform: uppercase;
    padding: 0 10px;
    overflow: hidden;
    float: right;
}
.my-listings div.stat ul > li.switcher-controll {
	padding-bottom: 12px;
}
.my-listings div.stat ul > li span.name {
	color: #949494;
}

.manage.icon, .delete.icon, .crop.icon {
    cursor: pointer;
    opacity: 0.8;
    padding: 4px 5px;
    overflow: hidden;
}
    .sorting {

        border-right: initial!important;
    }
    #controller_area > h1 {
        margin-bottom: initial!important;
    }
div.novedades {
    font-size: 13.5px;
    position: relative;
    text-align: justify;
    color: white;
    background: #4080ff;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    padding: 10px 34px 12px 10px;
    top: 0;
    max-width: 700px;
    display: inline-block;
}
.closep {
    font-size: 20px;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    opacity: .75;
}
.closep:hover {
    opacity: 1;
}
.fgfg {
    background-color: #c92a44;
    border-radius: 11px;
    padding: 0px 10px;
    margin: 10px 10px 0px 0px;
    line-height: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.comparativa_planes,
.upgrade_planes.rojo, .upgrade_planes.azul{
    padding: 8px 16px 8px 15px;
    display: inline-block;
    margin-right: 7px;
    border: 2px solid #2a579a;
    color: #2a579a;
}
a.upgrade_planes:hover {
    color:white!important;
}
.comparativa_planes{
    background-color: #009688;
    border-color: #009688;
    color: white;
    padding: 3px;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    font-size: 0.9em;
    border-radius: 3px;
}
.upgrade_planes.azul {
    border-color: #2a579a;
    color: #2a579a;
}
.upgrade_planes.azul:hover {
    background: #2767b5;
    color: white;
}
.upgrade_planes.rojo {
    border-color: #c92a44;
    color: #c92a44;
}
.upgrade_planes.rojo:hover {
    background: #c92a44;
    color: white;
}
/***fin  gestor propiedades ***/

/*** GESTOR MESSAGES ***/

img.account-picture {
	width: 200px;
	height: 100px;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/no-account.png);
}

table.contacts-list td.info .name {
	color: #494949;
    text-transform: capitalize;
}
table.contacts-list td.info .name > span:not(.new) {
	font-size: 0.929em;
	color: black;
}
table.contacts-list td.info .date {
	color: #949494;
	font-size: 0.929em;
	padding: 0 0 10px 0;
}
    td.h-logo {
        width: 145px;
        padding: 0px 19px 0px 0px;
        text-align: center;
    }
    .cuerpo-logo . name{
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center
    }
    .cuerpo-logo{
        padding: 0px 19px 5px 0px;
        text-align: center;
    }
table.contacts-list div.picture {
	position: relative;
	display: inline-block;
    padding: 10px;
    text-align: center;
}
    td.header--mas--info {
        width: 50px;
    }
    .c-check [type="checkbox"]:checked + label.msj_md:after,
    .h-check [type="checkbox"]:checked + label.msj_md:after,
    .c-check [type="checkbox"]:not(:checked) + label.msj_md,
    .h-check [type="checkbox"]:not(:checked) + label.msj_md{
        display: initial;
    }
    .name--contacto--mensaje {
        font-size: 0.89em;
        padding: 15px 0 5px;
        color: #999;
    }
    .valor--contacto--mensaje {
        padding-left: 10px;
        font-size: 1em;
    }
    section.caja--contenedor--visitante {
        padding: 0px 10px;
    }
    h3.box-container-title {
        padding-bottom: 15px;
    }
table.contacts-list div.picture span {

    background: #60d400;
    position: absolute;
    border-radius: 2px;
    top: 5px;
}
table.contacts-list div.picture span:before {
    content:"Nuevo";
    font-size:0.7em;
    padding:0 3px;
    color:white;
}

table.contacts-list div.name span.new {
	width: 10px;
	height: 10px;
	background: #60d400;
	border-radius: 7px;
	border: 2px white solid;
	display: none;
}
.my-messages-page .seller-short div.picture {
        text-align: center;
        margin-top: initial;
}
div#messages_cont {
	max-height: 600px;
	margin-bottom: 20px;
    overflow: auto;
    overflow-x: hidden;
}
div#messages_cont .mCSB_container {
	margin-right: 10px;
}

div.flex-container-flex-start > div.mensaje-item {
    border-radius: .7em .0em .7em .7em;
    font-size: 14px;
    background: #ffff;
    border: 0;
    width:  500px;
    padding: 15px 12px;
    line-height: 1.43;
    color: #333;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 13px;
}
    div.flex-container-flex-start > div.mensaje-item:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 1px;
        right: -12px;
        width: 12px;
        height: 11px;
        background: #f2f2f2;
        border-top-left-radius: 25px;
    }
    div.flex-container-flex-start > div.mensaje-item:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        right: -10px;
        height: 10px;
        border-right: 10px solid #fff;
    }
div.flex-container-flex-end > div.mensaje-item {
	border-color: #fffecc;
	background: #fffecc;
    border-radius: 0em .7em .7em .7em;
    font-size: 14px;
    border: 0;
    width:  500px;
    padding: 15px 12px;
    line-height: 1.43;
    color: #333;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 13px;
}
    div.flex-container-flex-end > div.mensaje-item:after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 1px;
        left: -12px;
        width: 12px;
        height: 11px;
        background: #f2f2f2;
        border-top-right-radius: 25px;
    }
    div.flex-container-flex-end > div.mensaje-item:before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: -10px;
        height: 10px;
        border-right: 10px solid #fffecc;
    }
    div.flex-container-flex-start {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-end;

    }
    div.flex-container-flex-end {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: flex-start;

    }
div.flex-container-flex-start  span.delete,
div.flex-container-flex-end span.delete {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	opacity: 0.8;
}
    div.flex-container-flex-end > div > span:hover {
	opacity: 0.9;
}

div.send-controls {
    margin: 0px 20px 20px 20px;
    text-align: right;
}
div.send-controls input{
    width:200px;
}
div.send-controls > div {
	display: inline-block;
	margin: 0 0 0 20px;
}
textarea#message_text {
	margin-bottom: 10px;
}
/*** FIN GESTOR MESSAGES ***/

/*** MENU GESTION PROPIEDADES SMARTPHONE ***/


    .app-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


    .box-container {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #777;
        padding: 3% 5%;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .list-news p {
        padding-bottom: 10px;
    }
    .list-news {
        color: #333;
        font-size: 0.95em;
        list-style-type: disc!important;
        margin-left: 16px;
        text-align: justify;
    }
    .myml-nav__wrapper .table-cell div{
        font-size:0.9em!important;
        font-family:nuevafina!important;
    }
/*** FIN MENU GESTION PROPIEDADES SMARTPHONE ***/
/*** MY PROFILE ***/

.my-profile-sidebar .info {
	margin-top: 10px;
}
.my-profile-sidebar table.info td.name {
	width: 85px;
}

.image-preview-wrapper {
	position: relative;
	overflow: hidden;
}
.image-preview-wrapper .image-preview.loaded {
    background-size: auto;
    border-radius: 5px;
    max-width: 255px;
}
label.link {
    padding: 7px;
    color: #ffffff;
    font-size: 1em;
    cursor: pointer;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    background: #2a579a;
    text-transform: uppercase;
}
.image-preview-wrapper label:hover {
	text-decoration: none;
}
.image-preview-wrapper input[type=file] {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    cursor: pointer;
    height: 90px;
    width: 90px;
}
.image-preview-wrapper div.two-inliner {
	padding: 15px 0px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.image-preview-wrapper div.two-inliner div.icons{
    float: right;
}
/*** MY PROFILE END ***/

/*** TABLAS ***/

ul.tabs {
	height: 48px;
	white-space: nowrap;
	border-bottom: 1px #d4d4d4 solid;
	margin-bottom: 20px;
	position: relative;
}
ul.tabs > li {
    display: inline-block;
    user-select: none;
    height: 48px;
    white-space: nowrap;
    margin: 0 5px;
}
ul.tabs:not(.tabs-hash) > li {
	padding: 5px 0 0;
	height: 48px;
	font-size: 1.143em;
	cursor: pointer;
	position: relative;
	color: #2a579a;
	vertical-align: top;
}
ul.tabs.tabs-hash > li a {
    display: inline-block;
    height: 100%;
    font-size: 1.1em;
    cursor: pointer;
    position: relative;
    color: #2a579a;
    vertical-align: top;
    text-decoration: none;
    padding-top: 10px;
}
ul.tabs > li:first-child {
	margin-left: 0;
}
ul.tabs > li:last-child {
	margin-right: 0;
}
ul.tabs:not(.tabs-hash) > li.active,
ul.tabs.tabs-hash > li.active a {
    border-bottom: 3px #030303 solid;
    color: #030303;
    cursor: default;
}
ul.tabs > li.more {
	padding: 0;
	margin: 0;
	width: 40px;
	height: 42px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
ul.tabs > li.more.opened {
	background: white;
	box-shadow: inset 0 2px 0 0px #aaaaaa, inset 2px 0 0 0px #aaaaaa, inset -2px 0 0 0px #aaaaaa;
}
ul.tabs > li.more > span {
	width: 4px;
	height: 4px;
	background: #000000;
	display: inline-block;
	margin: 14px 2px 0 0;
	border-radius: 2px;
	vertical-align: top;
}
ul.tabs > li.more > span:last-child {
	margin-right: 0;
}
ul.tabs > li.overflowed {
	position: absolute;
	right: 0;
	top: 40px;
	padding: 0;
	display: none;
	z-index: 40;
}
ul.tabs > li.overflowed.opened {
	display: block;
}
ul.tabs > li.overflowed > ul {
	background: white;
	padding: 3px 0 5px;
	border: 2px #aaaaaa solid;
}
ul.tabs > li.overflowed > ul > li {
	padding: 0 18px;
	white-space: nowrap;
	line-height: 40px;
}
ul.tabs > li.overflowed > ul > li.active a {
	color: #2b2b2b;
}

ul.tabs.search_tabs {
	width: 100%;
	position: absolute;
	height: 34px;
	top: -34px;
	margin: 0;
	border: 0;
}
ul.tabs.search_tabs > li {
	height: 34px;
	border: 0;
	padding: 0;
	margin: 0;
    float: left;
}
ul.tabs.search_tabs > li:not(.more) > a {
	display: inline-block;
	height: 100%;
	line-height: 32px;
	margin: 0 10px 0 0;
	padding: 0 15px;
	border: 0;
	color: white;
	font-weight: 400;
	font-size: 0.929em;
	background: rgba(57,105,50,.9);
	position: relative;
}
ul.tabs.search_tabs > li:not(.more) > a:after {
	content: '';
	position: absolute;
	right: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 34px 0 0 10px;
	border-color: transparent transparent transparent rgba(57,105,50,.9);
}
ul.tabs.search_tabs > li.active > a {
	background: rgba(255,255,255,.9);
	color: #111111;
}
ul.tabs.search_tabs > li.active > a:after {
	border-color: transparent transparent transparent rgba(255,255,255,.9);
}
/*** TABLAS END ***/

/*** MY PACKAGES ***/

ul.packages > li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
ul.packages > li div.frame {
	width: 100%;
	border: 2px #e9e9e9 solid;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
    padding-left: 0;
	padding-right: 0;
	border-radius: 4px;
}
ul.packages > li div.plan-info {
	width: 45%;
	float: left;
	margin-top: -3px;
    font-family: nuevaregular , 'Arial', 'Roboto', 'Open Sans',  sans-serif;
}
ul.packages > li .highlight {
	color: black;
}
ul.packages > li div.listing-info {
	overflow: hidden;
	padding: 3px 0 0 20px;
	background-color: rgba(255, 255, 255, 0.65);
    border-radius: 2px;
}
ul.packages li > div > div > span {
	display: block;
}
ul.packages h3 {
	color: white;
	font-size: 1.286em;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	padding: 10px;
}
ul.packages span.price {
	color: darkslategrey;
	font-size: 2.429em;
	font-weight: normal;
	padding: 0 0 15px;
}
ul.packages span.count {
	color: rgba(0, 0, 0, 0.46);
    font-weight: bold;
}
ul.packages div.listing-info > span.count:not(:last-child) {
	padding-bottom: 8px;
}
ul.packages > li div.listing-info > span.count:last-child {
	padding: 0;
}

ul.packages > li div.status {
	margin: auto;
	margin-left: 30px;
}
ul.packages > li div.status div.renew {
	padding-top: 15px;
}
ul.packages .overdue,
ul.packages .expired {
	color: #a52323;
}
ul.packages .active {
	color: #63b53b;
    margin-bottom: 10px;
}
form[name="payment"] div.nav-buttons {
    padding-top: 20px;
}
    header.cabecera div.cabecera-navigation {
        height: 56px;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    nav.menu_cliente{
        float: right;
        line-height: 36px;
        font-family: nuevafina;
        letter-spacing: -.5px;
        height: 56px;
    }
/*** MY PACKAGES END ***/
    span.estado-texto {
        padding-left: 5px;
        color: white;
        font-size: 0.9em;
        text-shadow: 0 0 5px rgba(0,0,0,0.9); 
    }
    .aviso .aviso-tags-cuenta {
        position: absolute;
        z-index: 2;
        display: block;
        /* top: 8px; */
        padding-left: 10px;
    }
    .statuses span.expired:before,
    .statuses span.incomplete:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        right: -8px;
        bottom: -1px;
        border-radius: 50%;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
    }
    .statuses span.active:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 0px;
        bottom: -1px;
        border-radius: 50%;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
    }
    span.approval {
        background: #ddd;
    }
    
    .statuses span.approval:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 0px;
        bottom: -1px;
        border-radius: 50%;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.5);
    }
.statuses .paid,
.statuses .unpaid,
.statuses .active,
.statuses .approval,
.statuses .incomplete,
.statuses .pending,
.statuses .expired {
    padding: 0px 5px 0px 35px;
    border-radius: 17px;
    line-height: 44px;
    position: relative;
}
    .statuses .incomplete{
        background:#ddd;
    }
    .statuses .active{
        background: #ddd;
    }
    .statuses .expired{
        background:#ddd;
    }
.statuses .active:before {
	background: #63b53b;
}
.statuses .incomplete:before {
    background: #2767b5;
}
.statuses .pending:before {
    background: #e88d22;
}
.statuses .expired:before {
    background: #e88d22;
}
.statuses .paid {
    color: #63b53b;
}
.statuses .unpaid {
    color: #fb0000;
}




.statuses .active:before,
.statuses .approval:before,
.statuses .incomplete:before,
.statuses .pending:before,
.statuses .expired:before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #63b53b;
	margin-right: 8px;
}
.statuses .approval:before {
	background: #666666;
}
.statuses .incomplete:before {
	background: #2767b5;
}
.statuses .pending:before {
	background: #e88d22;
}
.statuses .expired:before {
    background: #f24141;
}
/*** REGISTRATION ***/
/* password strange control */

div.password_strength {
    padding: 5px 0 0 5px;
}
div#pass_strength {
    font-size: 12px;
    text-align: center;
}
div.password_strength div.scale {
	background: #dfdfdf;
	height: 7px;
	position: relative;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
div.password_strength div.scale div.color {
	height: 7px;
	width: 0;
}
div.password_strength div.scale div.red {
	background: #ed2f0b;
}
div.password_strength div.scale div.green {
	background: #23a50c;
}
div.password_strength div.scale div.yellow {
	background: #ebcc00;
}
div.password_strength div.scale div.shine {
	width: 0;
	height: 7px;
	position: absolute;
	top: 0;
	left: 0;
}
div.area_profile div.notice {
	padding: 7px 0 10px;
}
div.area_profile div.field img.qtip {
	margin-top: 2px;
}
/* password strange control end */

span.fail_field,
span.success_field {
	display: none;
}

/*** REGISTRATION END ***/

.banners-renew-page.no-sidebar #bread_crumbs > ul,
    .upgrade-listing-page.no-sidebar #bread_crumbs > ul,
    .edit-listing-page.no-sidebar #bread_crumbs > ul,
    .my-packages-page.no-sidebar #bread_crumbs > ul,
    .add-banner-page.no-sidebar #bread_crumbs > ul,
    .payment-page.no-sidebar  #bread_crumbs > ul,
    .add-listing-page.no-sidebar #bread_crumbs > ul{
        width:900px;
    } 
    .login-page.no-sidebar .embellecedor_footer,
    .registration-page.no-sidebar .embellecedor_footer,
    .add-listing-page.no-sidebar .embellecedor_footer{
        display: none;
    }

.menu .statuses{
    display: table-cell;
    float: left;
    line-height: 28px;
}
.gestion-data-info {
     width: 100%;
     white-space: nowrap;
     flex-wrap: nowrap;
     flex-grow: 1;
     flex-shrink: 1;
     overflow: hidden;
}
.gestion-data-description {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400;
    color: #717171;
    height: 83px;
    -webkit-line-clamp: 4;
    margin-bottom: 6px;
}
h4.aviso-data-title {
    font-size: 1.15em;
    font-family: nuevafina;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aviso-data .gestion-data-cta {
    height: 35px;
    display: flex;
    justify-content: center;
    max-width: 370px;
    margin-left: auto;
    }
.aviso-data .gestion-data-cta .ver_detalles {
    margin-right: 5px;
    background: #F2F2F2;
    flex-grow: 1;
    line-height: 35px;
    text-align: center;
    border-radius: 0.2em;
}

.aviso-data .gestion-data-cta .mensaje_boton {
    background-color: #34a1de!important;
    flex-grow: 1;
    color: white!important;
    line-height: 35px;
    text-align: center;
    border: none;
    border-radius: 0.20em;
}
p a.edit {
    font-weight: initial;
}
.gestion-compartir a{
    float: right;
    line-height: 44px;
    font-family: nuevafina;
    width: 50px;
    text-align: center;
    line-height: 45px;
}
    .gestion-compartir a:hover{
        background: #f2f2f2;
    }
    
   
    .transactions.list-table.content-padding {
        background: white;
        border-radius: 0.25em;
        -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.25);
        box-shadow: 0 0 1px 1px rgba(0,0,0,.07), 0 1px 2px 0 rgba(0,0,0,.25);
        margin-bottom: 30px;
    }
    label.ads_opc img {
        width: 130px;
    }
    .color_cupon{
        margin-top: 20px;
        padding: 10px;
        color: white;
        border-radius: 3px;
        max-width: 350px;
        margin-right: auto;
        margin-left: auto;
        background-color: #fff;
        padding: 16px;
        margin-bottom: 16px;
        -webkit-box-shadow: 0 1px 3px rgba(20,20,20, 0.4);
        box-shadow: 0 1px 3px rgba(20,20,20, 0.4);
    }
    label.ads_opc {
        cursor: pointer;
        position: relative;
        display: block;
        color: #686868;
        line-height: 2.4;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 0.25em;
        background: #fbfbfb;
        line-height: 50px;
        font-size: 0.8em;
    }
    .opciones_payment {
        max-width: 550px;
        margin: 0px auto 25px;
        display: flex;
    }
    a#coupon_link {
        flex-grow: 1;
    }
    span.coupon_text {
        font-size: 0.9em;
    }
    input#check_coupon {
        line-height: 25px;
        display: block;
        margin: 15px auto 7px;
    }
    .fileupload-buttonbar {
        margin: 0 auto;
        text-align: center;
    }
    div#coupon_code_info div.table-cell > div.name {
        width: 184px;
        margin-top: 10px;
        font-size: 14px;
    }
    div#coupon_code_info div.table-cell div.value {
        font-size: 15px;
        margin-top: 10px;
    }
span.cod_aviso {
    display: block;
    font-size: .8em;
    padding-top: 5px;
}

    .aviso-data-head-gestor{
        width: 100%;
        display: flex;
    }

    div.info1 {
        font-size: 1.3em;
        text-align: center;
        color: #777;
        padding: 5px 0px 15px 0;
        font-family: nuevafina;
    }
    ul.select-type {
        display: flex;
    }
    .seleccion_categoria ul.select-type div {
        padding: 0 30px;
        background: none;
        cursor: pointer;
        text-align: center;
        padding: 15px;
        background-color: #fff;
        width: 210px;
        margin: 0 auto;
        box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
        border-radius: 6px;
    }
ul.select-category select option {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #0b5196;
    cursor: pointer;
    font-family: nuevafina;
    font-size: 0.95em;
    letter-spacing: -0.3px;
}
    input:checked~.anuncio_add_nombre{
        color: #2e6ac3;
    }
    label.anuncio_add_nombre {
        font-size: 1.15em;
        font-family: nuevafina;
        font-weight: bold;
}
    ul.categorias_radio{
        margin-top: 30px;
        overflow: auto;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding-top: 4px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*** VISTA TODAS LAS TABLET/DESKTOP ***/

    @media screen and (min-width: 768px) {
        .page-wrapper {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 20px;
            min-width: 0;
            -webkit-box-sizing: content-box;
            height: calc(100vh - 66px);
            overflow-y: auto;
        }
        p.myml-nav__section-title {
            font-size: 16px;
        }
        .field-value__action {
            flex-basis: 50px;
        }
        .gestion-botones {
            position: absolute;
            bottom: 0;
            width: 100%;
        }
        .aviso-data-content {
            height: 100%;
        }
        .my-listings .aviso-data--right {
            padding: 0.5rem;
        }
        .columna-flex.amoblado {
            flex-basis: calc(50% - 12px)!important;
            flex: 0;
        }
        p.gestion-data-description.dl-aviso-link {
            padding: 7px 0px;
            font-family: nuevafina;
            letter-spacing: -.3px;
            text-align: justify;
        }
        .container-column-right-filtro .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 40px;
            font-size: 15px;
        }
        .container-column-right-filtro .select2-container .select2-selection--single {
            height: 40px!important;
        }
        .container-column-right-filtro.select2-search--dropdown .select2-search__field {
            width: 85%!important;
        }
        .container-column-right-filtro .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 40px!important;
        }
        .container-column-right-filtro .select2-search--dropdown .select2-search__field {
            width: 80%;
            font-size: inherit;
            background: #f1f3f4;
        }
        .container-column-right {
            float: right;
            width: 23%;
            height: 100%;
            min-height: 100vh;
            background: #e9e9e9;
        }
        .container-column-left {
            float: left;
            margin: 0 2% 0 0;
            width: 75%;
            margin-top: 30px;
        }
        input:checked~.anuncio_add  {
            color: #2e6ac3;
            border: 1px solid #2e6ac3;
            box-shadow: inset 1px 1px 0 #2e6ac3, inset -1px -1px 0 #2e6ac3, inset 1px -1px 0 #2e6ac3, inset -1px 1px 0 #2e6ac3;
            background: rgba(46, 106, 195, 0.07);
        }
        ul.categorias_radio{
            height: 430px;
            width: 250px;
            display: inline-block;
            margin-left: 15px;
            margin-right: 15px;
        }
        ul.select-category > li > div > select {
            height: 420px;
            min-height: 37px;
            overflow: auto;
            width: 100%;
            border: none;
            box-shadow: 0 0.0625rem 0.125rem 0 rgba(0,0,0,.15);
            border-radius: 6px;
        }
        label.anuncio_add {
            border: 1px solid #d5d5d5;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            display: block;
            color: #999;
            font-size: 28px;
            width: 80px;
            height: 80px;
            margin-left: auto;
            margin-right: auto;
            background-color: #f2f2f2;
        }
        [class^="add_listing-"]:before, [class*=" add_listing-"]:before,
        [class^="add_listing-"]:after, [class*=" add_listing-"]:after {
            font-family: flaticon;
            font-size: 38px;
            font-style: normal;
        }
        i.add_listing-house,
        i.add_listing-apartment,
        i.add_listing-rural{
            line-height: 82px;
        }
        input:checked~.anuncio_add:after  {
            content: "\f109";
            padding-right: 3px;
            font-family: flaticon;
            font-size: 0.6em;
            position: absolute;
            top: -10px;
            right: 0px;
        }
    }
    /*** MOBILE VIEW ***/
    @media screen and (max-width: 383px) {

        ul.select-type div {
            width: 140px!important;
        }
    }


    @media screen and (max-width: 767px) {
        .page-wrapper {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-left: 20px;
            min-width: 0;
            -webkit-box-sizing: content-box;
            height: calc(100vh - 66px);

        }
        ul.select-type div {
            width: 32%!important;
        }
        .seleccion_categoria ul.select-type div {
            padding: 10px 5px!important;
        }
        label.anuncio_add_nombre {
            font-size: 0.75em;
            font-family: nuevafina;
            font-weight: bold;
            letter-spacing: -0.5px;
        }
        ul.select-type span {
            color: #848484;
            font-size: 0.6em;
            height: initial;
            font-family: nuevafina;
            display: block;
        }
        .volver--home {
            line-height: 51px;
            height: 48px;
            width: 45px;
            text-align: center;
            float: left;
            background: #2e6ac3;
            cursor: pointer;
        }
        header.cabecera div.cabecera-navigation {
            height: 48px;
            margin: 0 auto;
            position: relative;
            display: block;
        }
        .grid_navbar {
            margin-top: 10px;
        }
        .novedad_home_sm{
            line-height: 50px;
            height: 45px;
            width: 45px;
            text-align: center;
        }
        .novedad_home_sm:before{
            font-family: Flaticon;
            content:  "\f15a";
            font-size: 1.3em;
            color: #fff;
        }
        .container-column-right-filtro {
            background: #f2f2f2;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 999;
            padding: 0 30px;
            overflow-y: scroll;
            display: none;
        }
        input:checked~.anuncio_add  {
            color: #2e6ac3;
            border: 1px solid #2e6ac3;
        }
        ul.categorias_radio{
            height: auto;
        }
        ul.select-category > li > div > select {
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-top: 20px;
        }
        ul.select-category{
            display: block;
        }
        label.anuncio_add {
            border: 1px solid #d5d5d5;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            display: block;
            color: #999;
            font-size: 28px;
            width: 2.2em;
            height: 2.2em;
            margin-left: auto;
            margin-right: auto;
            background: #f2f2f2;
        }
        [class^="add_listing-"]:before, [class*=" add_listing-"]:before,
        [class^="add_listing-"]:after, [class*=" add_listing-"]:after {
            font-family: flaticon;
            font-size: 1.1em;
            font-style: normal;
        }
        i.add_listing-house,
        i.add_listing-apartment,
        i.add_listing-rural{
            line-height: 60px;
        }
        input:checked~.anuncio_add:after {
            top: -5px;
            content: "\f109";
            padding-right: 3px;
            font-family: flaticon;
            font-size: 0.5em;
            position: absolute;
        }
    }

    @media screen and (max-width: 767px) {
        ul.select-type > li {
            margin-bottom: 5px; } }

    ul.select-category > li {
        display: none; }
    @media screen and (min-width: 992px) {
    }

    @media screen and (max-width: 991px) {
        ul.select-category > li > div {
            margin-bottom: 0.625rem; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
        ul.select-category > li > div {
            max-width: 350px; } }


    @media screen and (min-width: 768px) {
        ul.select-category > li > div > select {
            background-attachment: fixed; } }
    ul.select-category > li > div > select > option {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden; }

    span.tmp-category {
        display: block;
        white-space: normal;
        padding-top: 10px; }
    span.tmp-category > span {
        display: none; }
    span.tmp-category:not(.show-input) .tmp-info {
        display: block; }
    span.tmp-category.show-input .tmp-input {
        display: block; }
    span.tmp-category .tmp_input span {
        position: relative; }
    span.tmp-category .tmp_input span input[type=text] {
        vertical-align: top;
        width: 100%;
        max-width: 50%; }
    span.tmp-category .tmp_input span input[type=button] {
        margin: 0 0 0 5px; }




    .upload-files {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .upload-files:not(:empty) {
        margin-top: 1rem; }
    .upload-files > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 20px; }
    .upload-files > div.suspend span.item > *:last-child {
        box-shadow: 0 0 0 2px #e36565; }
    .upload-files > div.ui-sortable-helper nav.icons {
        visibility: hidden; }
    .upload-files > div.video span.item:before {
        content: '';
        position: absolute;
        width: 46px;
        height: 46px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        left: 50%;
        margin-left: -23px;
        top: 50%;
        margin-top: -23px; }
    .upload-files > div.video span.item:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 17.3px;
        border-color: transparent transparent transparent rgba(0, 0, 0, 0.5);
        left: 50%;
        margin-left: -7px;
        top: 50%;
        margin-top: -10px; }
    .upload-files > div.video img.icon.crop {
        display: none; }
    .upload-files > div:not(.template-upload) span.item {
        cursor: move; }
    .upload-files > div > span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        border: 2px dashed #9fb1b9;
        background: #f2f2f2;
        overflow: hidden;
        border-radius: 6px;
    }
.picture-cont.youtube:after,    
.picture-cont.picture:after {
    content: "\f10b";
    font-family: flaticon;
    color: #fff;
    background: #43d084;
    border-radius: 50%;
    box-shadow: -1px 1px 6px rgba(67,208,132,.8);
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 23px;
    text-shadow: none;
    font-size: 17px;
    position: absolute;
    top: 5px;
    right: 20px;
}
    .upload-files > div span.item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
        background: #e1e1e1;
    }
    .upload-files > div > span:hover{
        border: 2px solid #2f9aee;
    }
    .upload-files > div span.item > img,
    .upload-files > div span.item > canvas,
    .upload-files > div span.item > video {
        width: 100%;
        height: auto; }
    .upload-files > div span.item.preview {
        position: relative; }
    .upload-files > div span.item > .progress {
        height: 15px;
        width: 100%;
        position: absolute;
        opacity: .5;
        left: 0;
        bottom: 0; }
    .upload-files > div span.item > .progress > .progress-bar {
        width: 0%;
        height: 100%;
        display: block;
        background: #fc7b27;
        transition: width 0.2s ease; }
    .upload-files > div span.item > .prepare {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1;
        justify-content: center; }
    .upload-files > div span.item > div.error {
        padding: 0 10px; }
    .upload-files > div span.item > div.error > span {
        color: #de0d2f; }
    .upload-files > div span.item > div.error > span:after {
        content: ':'; }
    .upload-files nav {
        text-align: right;
        padding: 10px 0 8px;
        overflow: hidden;
}
input.boton-subir,
span.boton-subir {
    background: #3483fa;
    background-position: center;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.04);
    display: inline-block;
    margin: 0;
    padding: 14px 22px;
    border: none;
    border-radius: 30px;
    outline: 0;
    font-weight: 700;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
}
.zona-subir {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    background: rgb(246 249 251);
    border: 2px dashed rgb(82, 100, 116);
    border-radius: 7px;
    border: 2px dashed #c2cdda;
    display: -webkit-flex;
    display: -ms-flexbox;
display: flex;
flex-grow: 1;
 justify-content: center;
-webkit-align-items: center;
align-items: center;
}
.manage.icon:hover,
.delete.icon:hover,
.crop.icon:hover {
background:#ddd;
}
.upload-files nav.loading:after {
content: attr(data-loading);
position: absolute;
text-align: center;
width: 100%;
height: 100%;
left: 0;
top: -3px; }
.upload-files nav.loading > * {
visibility: hidden; }
.upload-files nav > * {
margin-left: 5px;
cursor: pointer;
}

.zona-subir {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 110px;
position: relative;
overflow: hidden;
text-align: center;
cursor: pointer;
background: #eceff1;
border: 2px dashed #607d8b;
}
.zona-subir i{
    color: #3483fa;
}
.zona-subir{
    color:rgb(82, 100, 116);
    font-size:1.05em;
}

.zona-subir.in {
background: #fefcea; }
.zona-subir.in.hover {
background: #fdf2b4; }
.zona-subir input {
width: 100%;
position: absolute;
top: -30px;
right: 0;
bottom: 0;
left: 0;
opacity: 0;
cursor: pointer;
z-index: 1; }

@media screen and (max-width: 767px) {
}
.zona-subir > span mark {
color: #2c97cd;
background: none;
margin: 0 5px;
font-weight: 400; }

.upload-stat {
text-align: center; }
.upload-stat:not(:empty) {
margin-top: 0.9375rem; }

.manage-photo-description input[name=photo-desc] {
width: 100%; }

.manage-photo-description > div > div:first-child {
margin-left: 0.625rem; }

/*# sourceMappingURL=file-upload.css.map */


    div.auth {
        background: white;
        padding: 1.25rem;
        max-width: 700px;
        margin-top: 0.625rem; }
    @media screen and (max-width: 767px) {
        div.auth {
            padding: 10px; } }
    div.auth > div {
        display: inline-block;
        vertical-align: top; }
    @media screen and (max-width: 767px) {
        div.auth > div {
            display: block;
            width: 100%;
            text-align: left; } }
    div.auth > div.cell {
        text-align: center;
        width: 43%; }
    div.auth > div.cell > div {
        text-align: left;
        margin: 0 auto;
        display: inline-block; }
    div.auth > div.divider {
        width: 14%;
        font-size: 1.143em;
        padding-top: 95px;
        text-align: center; }
    @media screen and (max-width: 767px) {
        div.auth > div.divider {
            padding-top: 0;
            padding: 1.25rem 0;
            width: 100%; } }
    div.auth div.caption {
        font-weight: 600;
        color: #2b2b2b; }
    div.auth div.name {
        padding: 15px 0 5px; }

    /*# sourceMappingURL=auth-form-section.css.map */


    .crossed-categories .text-notice .default {
        display: inline; }

    .crossed-categories .text-notice .exceeded {
        display: none; }

    .crossed-categories.exceeded .crossed-add {
        display: none; }

    .crossed-categories.exceeded .text-notice .default {
        display: none; }

    .crossed-categories.exceeded .text-notice .exceeded {
        display: inline; }

    .crossed-categories .crossed-tree {
        padding-top: 1.25rem; }
    .crossed-categories .crossed-tree.empty {
        display: none; }
    .crossed-categories .crossed-tree ul {
        padding-left: 1.25rem;
        margin-top: 0.3125rem; }
    .crossed-categories .crossed-tree ul li {
        list-style: disc !important; }
    .crossed-categories .crossed-tree ul li:not(:last-child) {
        margin-bottom: 3px; }

    /*# sourceMappingURL=crossed-category.css.map */

    div.plans-container {
        width: 100%; }
    @media screen and (min-width: 768px) {
        div.plans-container:not(.mCustomScrollbar) {
            padding-bottom: 1.25rem; } }

    .discount-label {
        margin-left: 11px;
        display: inline-block;
        position: relative;
        width: 34px;
        -webkit-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        background-color: #da251c;
        color: #fff;
        font-size: 11px;
        line-height: 19px;
        top: -14px;
    }
    .discount-label:after {
        right: 100%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        border-color: rgba(136,183,213,0);
        border-width: 9px;
        top: 50%;
        margin-top: -9px;
        border-right-color: #da251c;
    }
    .frame.anuncios {
        background: white;
    }

    /*# sourceMappingURL=plans-chart.css.map */


    .popover {
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1004;
        min-width: 250px;
        background: rgba(0, 0, 0, 0.1);
        padding: 5px;
        text-align: left; }
    .popover:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 50%;
        margin-left: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; }
    .popover.above:before {
        top: auto;
        bottom: -5px;
        border-width: 5px 5px 0 5px;
        border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent; }
    .popover > div {
        width: 100%;
        height: 100%;
        background: #f1f1f1;
        padding: 1.25rem; }
    .popover > div > .caption {
        font-size: 1.071em;
        font-weight: 500;
        margin-top: -0.625rem;
        padding: 0 1.875rem 0.625rem 0;
        position: relative; }
    .popover > div > .caption .close {
        position: absolute;
        top: -5px;
        right: -5px; }
    .popover > div > .body > input {
        width: 100%; }
    .popover > div > .error {
        color: #de0d2f;
        font-size: 0.929em;
        padding: 0.3125rem 0 0; }
    .popover nav {
        padding-top: 0.9375rem;
        text-align: right; }
    .popover nav > * {
        margin-left: 0.3125rem;
        vertical-align: top; }

    /*# sourceMappingURL=popover.css.map */

    body.popup-no-scroll {
        overflow: hidden; }

    .popup {
        background: rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1006;
        opacity: 1;
        transition: opacity 0.3s ease; }
    .popup.removing {
        opacity: 0; }
    .popup > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: rgba(0, 0, 0, 0.1);

        position: absolute;
        left: 50%;
        top: 50%; }
    .popup > div.fill-height {
        top: 0;
        max-height: 100%; }
    .popup > div.fill-width {
        left: 0;
        max-width: 100%; }
    .popup > div.fill-edge {
        left: 0.9375rem;
        top: 0.9375rem;
        right: 0.9375rem;
        bottom: 0.9375rem; }
    .popup > div > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        max-height: 100%;
        min-height: 100%;
        background: #f1f1f1;
        padding: 0.75rem; }
    .popup > div > div > * {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .popup > div > div div.caption {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        color: #2b2b2b;
        font-size: 1.143em;
        font-weight: bold;
        margin-top: -5px;
        padding: 0 1.875rem 1.25rem 0; }
    .popup > div > div div.caption .close {
        position: absolute;
        top: 0.9375rem;
        right: 0.9375rem; }
    .popup > div > div div.body {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow-y: auto; }
    .popup > div > div > nav {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-top: 0.5rem;
        justify-content: center; }
    .popup > div > div > nav > * {
        margin-left: 0.625rem;
        vertical-align: top; }
.popup > div > div > nav > input {
    width: 200px!important;
}
    /*# sourceMappingURL=popup.css.map */
    .ui-sortable-placeholder {
        visibility: visible !important;
        height: auto; }
    .ui-sortable-placeholder:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        opacity: .3;
        background: #2c97cd; }





    /*# sourceMappingURL=step-form-bottom-nav.css.map */

    .close.small {
        width: 28px;
        height: 28px;
        position: relative;
        cursor: pointer; }
    .close.small:before {
        opacity: .7;
        content: "\f11d";
        font-family: flaticon;
        font-size: 1.5em;
        color: #444; }
    .close.small:hover:before {
        opacity: 1; }

    .text-notice {
        padding-bottom: 1.25rem; }

    @media screen and (max-width: 767px) {
        .content-padding-negative {
            margin-left: -0.625rem;
            margin-right: -0.625rem; }


    }

    input[type=button].cancel,
    button.cancel {
        background: #ababab; }
    input[type=button].cancel:hover,
    button.cancel:hover {
        background: #bcbcbc; }


    img.icon:hover {
        opacity: 1; }

    img.icon.manage {
        background-position: left -489px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        img.icon.manage {
            background-position: 0 -755px; } }

    img.icon.crop {
        background-position: 0 -513px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
        img.icon.crop {
            background-position: right -776px; } }

    .content-padding:not(.selected) .category-selection {
        display: block; }

    .content-padding:not(.selected) .dynamic-content {
        display: none; }

    .content-padding.selected .category-selection {
        display: none; }

    .content-padding.selected .dynamic-content {
        display: block; }

    .dynamic-content.single-plan .selected-plan {
        display: none; }

    .dynamic-content div.listing-form .form-fields {
        margin: 1.25rem 0; }

    .dynamic-content div.listing-form .form-media {
        margin-bottom: 1.25rem; }

    .plans-chart-link {
        margin-left: 0.625rem; }
    @media screen and (max-width: 767px) {
        .selected-category {
            margin-bottom: 20px;
        }
        .plans-chart-link {
            margin: 0.3125rem 0 0 0;
            display: inline-block; } }

    .plans-subscribe {
        margin-top: 0.625rem; }
    .plans-subscribe.disabled {
        display: none; }

    .plans-chart {
        width: 1200px;
        min-height: 300px; }

    .selected-ad-type {
        display: block; }
    .selected-ad-type.disabled {
        display: none; }
    .selected-ad-type mark {
        color: inherit;
        background: inherit; }

    .form-crossed.disabled {
        display: none; }

    .form-crossed .crossed-categories-container {
        margin-top: 8px; }

    .form-media.disabled {
        display: none; }

    /*# sourceMappingURL=add_listing.css.map */

    .menu .dropbtn:hover {
        background: #f2f2f2;
    }
    .gestion-compartir .compartir_bt:before {
        color: #444444!important;
    content: "\f136";
    font-family: Flaticon;
    font-size: 1.40em;
    line-height: 0.75em;
    vertical-align: -36%;

    }
    p.gestion-data-description.dl-aviso-link span:before {
        content: "\f13c";
        margin-right: 5px;
        font-family: flaticon;
        font-size: 2em;
        vertical-align: middle;
    }
    .gestion-data-cta a:after{
        content:""!important;
    }


    input:checked~.label_pago {
   
        border: 1px solid #4285f4;
       
     }
     
     input:checked~.label_pago .field-value__action:after {
         content: "\f10b";
         font-family: flaticon;
         color: #4e85f4;
         cursor: pointer;
         text-align: center;
         display: block;
     }
     .label_pago .field-value__group__value span {
         margin-right: 10px;
         color: rgba(0,0,0,.65);
         display: block;
     }
     .label_pago .field-value:hover  {
         background:#f8f8f8;
     }
     .label_pago  .field-value__action:after {
         content: "\f10e";
         font-family: flaticon;
         color: #4e85f4;
         cursor: pointer;
         font-size: 22px;
         width: 22px;
         height: 22px;
         display: block;
         line-height: 25px;
     }
     .label_pago{
         cursor: pointer;
        display: block;
        border-radius: 7px;
         overflow: hidden;
        border:1px solid transparent;
     }
     /*** ALL DESKTOP VIEWS ***/
     
     @media screen and (min-width: 768px) {
         .label_pago{
             line-height: 50px;
         }
         .botones_aceptar {
         text-align: center;
     }
     
     }
     /*** VISTA TELEFONO ***/
     
     @media screen and (max-width: 767px) {
         .label_pago{
             line-height: 35px;
         }
         .label_pago .field-value__group__value {
         
             padding-top: initial; 
         }
         .label_pago .field-value__group__value span {
             margin-right: initial;
         }
         input.btn-flotante {
             position: fixed;
             bottom: 0;
             line-height: 75px;
             width: 100%;
             border-radius: initial;
             max-width: initial;
         }
     }   
     
     

     .menu-aviso-cuenta a {
        font-size: 1.05em;
        padding: 4px 15px;
        color: #1d1d1d;
        line-height: 37px;
        width: 100%;
        display: block;
    }
    .detalles_aviso_cuenta{
        background: #f8f8f8;
        width: 100%;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        align-items: center;
        position: absolute;
        bottom: 0;
        display: flex;
    }
    .detalles_aviso_cuenta ul > li:not(:last-child) {
        border-right: 1px solid #ccc;
       
    }
    .detalles_aviso_cuenta ul > li {
        padding: 0 10px;
    }
   
    .estado_g{
        display: flex;
        font-size: 13px;
        line-height: 20px;
    }

.aviso-botones {
        padding: 0 10px;
    }

ul.items--ficha {
    align-items: center;
}
