:root {
    --background: #FFFFFF;
    --texto: #6A6B6E;
    --color1: #FDC200;
    --color2: #1C61B2;
    --color3: #2D3D57;
    --color4: #2D3D57;
    --color5: #FFFFFF;
    --color6: #014391;
}

#contenedor{
    z-index:0 !important;
    background-color: #FFF;
    transition: .5s;
    overflow: hidden !important;
}

*::-moz-focus-inner {
    border: 0;
    outline: 0;
}

.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

/* Hide from IE Mac \*/
.clearfix {display:block;}

.cursorPointer { cursor: pointer; }

.w100 { width: 100%; }
.w100important { width: 100% !important; }
.w50 { width: 50%; }

.txtright { text-align: right; }

iframe#iframe_portales {
    width: 100%;
    min-height: calc(100vh - 43px);
    overflow: auto;
    border: none;
}

.circuloCapa {
    border-radius: 300000px;
    overflow: visible;
}

#cabecera-fotousuariocontenedor.circuloCapa {
    overflow: hidden;
}

.noHover {cursor: default !important;}

.cajaColumnaCentrado {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contenedorMenuFlotante button#salir { /* Ocultamos los botones de Atras de los menusup */
    display: none !important;
}

#vendidasmls .cajaColumnaCentrado{
    justify-content: space-between;
    flex-direction: row;
}

#vendidasmls .tablaContenedor .datas > div .contenidoFila > div{
    align-items: center;
}

#vendidasmls #vendidamls-caja-vistacompartida{
    display: flex;
    flex-direction: column;
}

#loading {
    background-color: transparent !important;
}

.loadingnew {
    border: 6px solid #f2f2f2;
    border-top: 6px solid var(--color3);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 2s linear infinite;
    background-color: transparent;
    box-sizing: border-box;
}

#mantenimiento {
    padding: 0 80px;
    min-width: 350px;
    background-color: #f3f3f3;
    user-select: none;
}

#mantenimiento .mantenimientotexto {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.mantenimientogif {
    background: transparent url(../images/mantenimiento.gif) no-repeat center;
    width: 150px;
    height: 150px;
    background-size: contain;
    border-radius: 25%;
    padding: 10px;
    margin: 30px auto 0;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.slide-in-elliptic-bottom-fwd {
    -webkit-animation: slide-in-elliptic-bottom-fwd 2s cubic-bezier(0.54, 0.29, 0.4, 1.11) both;
    animation: slide-in-elliptic-bottom-fwd 2s cubic-bezier(0.54, 0.29, 0.4, 1.11) both;
}

@-webkit-keyframes slide-in-elliptic-bottom-fwd {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 125% -1200px;
        transform-origin: 125% -1200px;
        opacity: 1;
    }
}
@keyframes slide-in-elliptic-bottom-fwd {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 125% -1200px;
        transform-origin: 125% -1200px;
        opacity: 1;
    }
}




#capaBloqueo {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #000000e5;
    top: 0;
    left: 0;
    cursor: not-allowed;
    user-select: none;
    z-index: 99999999999999999;
    text-align: center;
    color: #e1e1e1;
    font-size: 1.3em;
    padding: 20% 10%;
    box-sizing: border-box;
    font-style: oblique;
    display: none;
}

.cajaFila {
    display: flex;
}

.centradoVertical {
    align-items: center;
}

.cajaLateralFlotante {
    position: fixed;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 190px;
    height: calc(100% - 90px);
    padding-top: 10px;
    background-color: #e5e7e9;
    left: auto !important; /* Por el menu izq nuevo */
}

.buscadorAncho .capaDesactivarBusInteligente {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 10px);
    background-color: rgba(255,255,255,0.6);
}

.capaDesactivarBusInteligente .disabledTxt {
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #aaa;
    font-size: 16px;
}

.cajaLateralFlotante.cajaLateralFlotanteFlotando {
    position: fixed;
    z-index: 1;
}

.selectnuevodisenyo {
    font-size: 10px;
    -webkit-appearance: none;
    -moz-appearance: none /*menulist*/ !important;
    appearance: none /*menulist*/ !important;
}

.tablaselectnuevodiseno {
    position: relative;
}

.selectnuevodisenyo,
.tablaselectnuevodiseno input[type=text] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 100px;
    padding: 2px 18px 2px 4px !important;
    font-size: 10px;
    border: 2px solid #B5B8BD;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}

.tablaselectnuevodiseno input[type=text] {
    width: 100px;
}

.selectnuevodisenyo {
    background-image: url('../images/generico-flechaselect.png');
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-position: center right 4px;
}

.tablaselectnuevodiseno input[type=button].inputlistaboton {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 9px;
    height: 5px;
    padding: 9px;
    background: transparent url('../images/generico-flechaselect.png') center center no-repeat;
    background-size: 9px 5px;
}

.generico-iconomas {
    padding: 0 7px 0 8px;
    color: #fff;
    font-size: 20px;
    background-color: #aaa;
    border-radius: 5px;
    line-height: 20px;
    cursor: pointer;
}

.none {
    display: none !important;
}

.hidden {
    /* visibility: hidden; */
}

.hover {
    cursor: pointer;
    -webkit-filter: brightness(111%);
    filter: brightness(111%);
}

.position-relative {
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
}
.flex-important {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
}

.flexWrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.flexColumn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flexAlignEnd{
    align-items: flex-end;
}

.flexDerecha {
    margin-left: auto;
    text-align: right;
}

.flexBetween{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flexBetweenSinMargenesLaterales{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.flexAround{
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flexBetwwen{
    justify-content: space-between;
}

.flexStart {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flexCenter {
    /* align-items: center; */
}

.flexBaseline{
    align-items: center;
}

.flexEnd {
    align-items: flex-end;
}

.flexJustifyEnd {
    justify-content: flex-end;
}

.flexAround{
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flexStart {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flexAlignCenter{
    align-items: center;
    margin: 5px 0;
}

.flexAlignCenterNoMargin{
    align-items: center;
}

.flexJustifyCenter{
    justify-content: center;
}


.botonconfcorreo {
    text-align:center;
    width:40px;
    outline: 0;
    border: 0;
    background: url(../images/botoncofcorreo2.png) top center no-repeat;
    cursor: pointer;
    margin-left: 5px;
    padding-top:50px;
    font-weight:bold;
    color:#505050;
    letter-spacing:1px;
    position:relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.botonconfcorreo:hover {
    background: url(../images/botoncofcorreo2.png) top center no-repeat;
    color:#3D5D82;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.colorRojo {
    color: red;
}

.botonconfembudos {
    text-align:center;
    width:40px;
    outline: 0;
    border: 0;
    background: url(../images/embudo.png) top center no-repeat;
    cursor: pointer;
    margin-left: 5px;
    padding-top:50px;
    font-weight:bold;
    color:#505050;
    letter-spacing:1px;
    position:relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.botonconfembudos:hover {
    background: url(../images/embudo.png) top center no-repeat;
    color:#3D5D82;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}

.centralita {
    width: 15px;
    margin: 0 0 -3px 3px;
    cursor: pointer;
}
.centralitaocu {
    display:none;
}

/* ELEMENTOS PORTADA */

.panelIzq {
    float:left;
    width:55% !important;
    margin-left:3%;
    text-align:center;
}

.panelDer {
    float:right;
    width:35% !important;
    margin-right:3%;
    margin-top: -40px;
}


.botonGrande {
    width:111px !important;
    position:relative;
    display:inline-block !important;
    float:none !important;
    margin-left:4%;
}

.columna2 {
    width:50% !important;
    float:left !important;
    display:inline-block;
    text-align:center;
}

.columna3 {
    width:33% !important;
    float:left !important;
    display:inline-block;
}


.botonPropiedades{
    text-align:center;
    width:85px;
    outline: 0;
    border: 0;
    background: url(../images/propiedades_1.png) no-repeat;
    background-position: center;
    background-size: 85px;
    cursor: pointer;
    margin-left: 5px;
    padding-top:110px;
    font-weight:bold;
    color:#505050;
    letter-spacing:1px;
    position:relative;
}

.botonPropiedades:hover{
    background: url(../images/propiedades2.png) no-repeat;
    background-position: center;
    background-size: 85px;
    color:#3D5D82;
}




.botonClientes{
    text-align:center;
    width:85px;
    outline: 0;
    border: 0;
    background: url(../images/clientes.png) 0px 8px no-repeat;
    background-position: center;
    background-size: 85px;
    cursor: pointer;
    margin-left: 5px;
    padding-top:110px;
    font-weight:bold;
    color:#505050;
    letter-spacing:1px;
    position:relative;
}

.botonClientes:hover{
    background: url(../images/clientes2.png) 0px 8px no-repeat;
    background-position: center;
    background-size: 85px;
    color:#3D5D82;
}






.botonCitas{
    text-align:center;
    width:85px;
    outline: 0;
    border: 0;
    background: url(../images/citas.png) 0px 4px no-repeat;
    background-position: center;
    background-size: 85px;
    cursor: pointer;
    margin-left: 5px;
    padding-top:110px;
    font-weight:bold;
    color:#505050;
    letter-spacing:1px;
    position:relative;
}

.botonCitas:hover{
    background: url(../images/citas2.png) 0px 4px no-repeat;
    background-position: center;
    background-size: 85px;
    color:#3D5D82;
}







.botonPeq {
    cursor: pointer;
    background-position:center 0 !important;
    background-size:42px !important;
    font-size:12px !important;
    color:#505050;
    padding-top:42px;
    margin:0 auto;
    margin-left: 33%;
    width:75px !important;
}

.botonPeq:hover{
    color:#3D5D82;
}


.botonObra_n{
    background: url(../images/icon_obra.png) no-repeat;
}

.botonDocumento_n{
    background: url(../images/icon_doc.png) no-repeat;
}

.botonTelefonos_n{
    background: url(../images/icon_telf.png) no-repeat;
}

.botonProspectos_n{
    background: url(../images/icon_prosp.png) no-repeat;
}



.checkAyuda{
    float:none !important;
    clear:both !important;
    text-align:left;
    padding:8px 5px 3px;
    margin-left:70px;
}



.ultimoscambios1{
    cursor:pointer;
    float:none !important;
    clear:both !important;
    background-color:#72AAA4;
    width:150px !important;
    height:20px;
    text-align:center;
    color:#FFF !important;
    display:block;
    font-size:13px;
    padding:8px 5px 3px;
    font-weight: bold;
    border-radius:2px;
    margin-left:80px;
}

.ultimoscambios0{
    cursor:pointer;
    float:none !important;
    clear:both !important;
    width:150px !important;
    height:20px;
    background-color:#3D5D82;
    text-align:center;
    color:#FFF !important;
    font-size:13px;
    padding:8px 5px 3px;
    font-weight: bold;
    border-radius:2px;
    margin-left:80px;
}


.busquedaRapida {
    position: absolute;
    top: 55px;
    right: 75px;
}

.busquedaRapida input[type="text"] {
    margin-left:5px;
    width:150px;
    height: 18px;
    padding: 0 5px;
}

.busquedaRapida input[type="button"] {
    margin-left:5px;
    width:60px;
    height: 18px;
}

.cuadroPmando {
    clear: both;
    text-align: left;
    margin-top: 10px;
    padding: 8px 10px 10px;
    margin-left: 80px;
    width: auto !important;
    border-radius: 5px;
    background-color: #94ded7;
}

.cuadroPmando img {
    width: 26px;
    margin-bottom: -5px;
}

#contenidoResumen {
    margin-top: 4%;
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 2%
}

.resumenPanel {
    border: 1px solid #3d5d82;
    padding-right: 2%;
    margin-top: 25px !important;
    margin-left: 1% !important;
    clear: both;
    position: relative;
    width: 99% !important;
    display:block;
}

.resumenPanel div div {
    display:block;
    clear:both;
    background-color: #ecf6fb;
    padding: 2% 2% 2% 1%;
    margin: 0;
}

.resumenPanel span.titulo {
    color:#3d5d82;
    font-size:12px;
    margin-bottom: 0;
}

.resumenPanel span.texto {
    font-size:13px;
    float:left;
    font-weight: bold;
}

.resumenPanel span.valores {
    font-size:13px;
    float:right;
    color:#3d5d82;
}

.resumenPanel span.valores span {
    cursor:pointer;
}

.resumenPanel span.valores span:hover {
    text-decoration:underline;
}

.resumenPanel div.sinemail,
.resumenPanel div.caducadas,
.resumenPanel div.entramites,
.resumenPanel div.sinvaloracion
{
    background-color:#d7ecf7;
}

.loading {
    margin-left: 40%;
}

.css-old .m-0 {
    margin: 0 !important;
}
.css-old .mt-0,
.css-old .my-0 {
    margin-top: 0 !important;
}
.css-old .mr-0,
.css-old .mx-0 {
    margin-right: 0 !important;
}
.css-old .mb-0,
.css-old .my-0 {
    margin-bottom: 0 !important;
}
.css-old .ml-0,
.css-old .mx-0 {
    margin-left: 0 !important;
}
.css-old .m-1 {
    margin: 0.25rem !important;
}
.css-old .mt-1,
.css-old .my-1 {
    margin-top: 0.25rem !important;
}
.css-old .mr-1,
.css-old .mx-1 {
    margin-right: 0.25rem !important;
}
.css-old .mb-1,
.css-old .my-1 {
    margin-bottom: 0.25rem !important;
}
.css-old .ml-1,
.css-old .mx-1 {
    margin-left: 0.25rem !important;
}
.css-old .m-2 {
    margin: 0.5rem !important;
}
.css-old .mt-2,
.css-old .my-2 {
    margin-top: 0.5rem !important;
}
.css-old .mr-2,
.css-old .mx-2 {
    margin-right: 0.5rem !important;
}
.css-old .mb-2,
.css-old .my-2 {
    margin-bottom: 0.5rem !important;
}
.css-old .ml-2,
.css-old .mx-2 {
    margin-left: 0.5rem !important;
}
.css-old .m-3 {
    margin: 1rem !important;
}
.css-old .mt-3,
.css-old .my-3 {
    margin-top: 1rem !important;
}
.css-old .mr-3,
.css-old .mx-3 {
    margin-right: 1rem !important;
}
.css-old .mb-3,
.css-old .my-3 {
    margin-bottom: 1rem !important;
}
.css-old .ml-3,
.css-old .mx-3 {
    margin-left: 1rem !important;
}
.css-old .m-4 {
    margin: 1.5rem !important;
}
.css-old .mt-4,
.css-old .my-4 {
    margin-top: 1.5rem !important;
}
.css-old .mr-4,
.css-old .mx-4 {
    margin-right: 1.5rem !important;
}
.css-old .mb-4,
.css-old .my-4 {
    margin-bottom: 1.5rem !important;
}
.css-old .ml-4,
.css-old .mx-4 {
    margin-left: 1.5rem !important;
}
.css-old .m-5 {
    margin: 3rem !important;
}
.css-old .mt-5,
.css-old .my-5 {
    margin-top: 3rem !important;
}
.css-old .mr-5,
.css-old .mx-5 {
    margin-right: 3rem !important;
}
.css-old .mb-5,
.css-old .my-5 {
    margin-bottom: 3rem !important;
}
.css-old .ml-5,
.css-old .mx-5 {
    margin-left: 3rem !important;
}
.css-old .p-0 {
    padding: 0 !important;
}
.css-old .pt-0,
.css-old .py-0 {
    padding-top: 0 !important;
}
.css-old .pr-0,
.css-old .px-0 {
    padding-right: 0 !important;
}
.css-old .pb-0,
.css-old .py-0 {
    padding-bottom: 0 !important;
}
.css-old .pl-0,
.css-old .px-0 {
    padding-left: 0 !important;
}
.css-old .p-1 {
    padding: 0.25rem !important;
}
.css-old .pt-1,
.css-old .py-1 {
    padding-top: 0.25rem !important;
}
.css-old .pr-1,
.css-old .px-1 {
    padding-right: 0.25rem !important;
}
.css-old .pb-1,
.css-old .py-1 {
    padding-bottom: 0.25rem !important;
}
.css-old .pl-1,
.css-old .px-1 {
    padding-left: 0.25rem !important;
}
.css-old .p-2 {
    padding: 0.5rem !important;
}
.css-old .pt-2,
.css-old .py-2 {
    padding-top: 0.5rem !important;
}
.css-old .pr-2,
.css-old .px-2 {
    padding-right: 0.5rem !important;
}
.css-old .pb-2,
.css-old .py-2 {
    padding-bottom: 0.5rem !important;
}
.css-old .pl-2,
.css-old .px-2 {
    padding-left: 0.5rem !important;
}
.css-old .p-3 {
    padding: 1rem !important;
}
.css-old .pt-3,
.css-old .py-3 {
    padding-top: 1rem !important;
}
.css-old .pr-3,
.css-old .px-3 {
    padding-right: 1rem !important;
}
.css-old .pb-3,
.css-old .py-3 {
    padding-bottom: 1rem !important;
}
.css-old .pl-3,
.css-old .px-3 {
    padding-left: 1rem !important;
}
.css-old .p-4 {
    padding: 1.5rem !important;
}
.css-old .pt-4,
.css-old .py-4 {
    padding-top: 1.5rem !important;
}
.css-old .pr-4,
.css-old .px-4 {
    padding-right: 1.5rem !important;
}
.css-old .pb-4,
.css-old .py-4 {
    padding-bottom: 1.5rem !important;
}
.css-old .pl-4,
.css-old .px-4 {
    padding-left: 1.5rem !important;
}
.css-old .p-5 {
    padding: 3rem !important;
}
.css-old .pt-5,
.css-old .py-5 {
    padding-top: 3rem !important;
}
.css-old .pr-5,
.css-old .px-5 {
    padding-right: 3rem !important;
}
.css-old .pb-5,
.css-old .py-5 {
    padding-bottom: 3rem !important;
}
.css-old .pl-5,
.css-old .px-5 {
    padding-left: 3rem !important;
}
.css-old .m-n1 {
    margin: -0.25rem !important;
}
.css-old .mt-n1,
.css-old .my-n1 {
    margin-top: -0.25rem !important;
}
.css-old .mr-n1,
.css-old .mx-n1 {
    margin-right: -0.25rem !important;
}
.css-old .mb-n1,
.css-old .my-n1 {
    margin-bottom: -0.25rem !important;
}
.css-old .ml-n1,
.css-old .mx-n1 {
    margin-left: -0.25rem !important;
}
.css-old .m-n2 {
    margin: -0.5rem !important;
}
.css-old .mt-n2,
.css-old .my-n2 {
    margin-top: -0.5rem !important;
}
.css-old .mr-n2,
.css-old .mx-n2 {
    margin-right: -0.5rem !important;
}
.css-old .mb-n2,
.css-old .my-n2 {
    margin-bottom: -0.5rem !important;
}
.css-old .ml-n2,
.css-old .mx-n2 {
    margin-left: -0.5rem !important;
}
.css-old .m-n3 {
    margin: -1rem !important;
}
.css-old .mt-n3,
.css-old .my-n3 {
    margin-top: -1rem !important;
}
.css-old .mr-n3,
.css-old .mx-n3 {
    margin-right: -1rem !important;
}
.css-old .mb-n3,
.css-old .my-n3 {
    margin-bottom: -1rem !important;
}
.css-old .ml-n3,
.css-old .mx-n3 {
    margin-left: -1rem !important;
}
.css-old .m-n4 {
    margin: -1.5rem !important;
}
.css-old .mt-n4,
.css-old .my-n4 {
    margin-top: -1.5rem !important;
}
.css-old .mr-n4,
.css-old .mx-n4 {
    margin-right: -1.5rem !important;
}
.css-old .mb-n4,
.css-old .my-n4 {
    margin-bottom: -1.5rem !important;
}
.css-old .ml-n4,
.css-old .mx-n4 {
    margin-left: -1.5rem !important;
}
.css-old .m-n5 {
    margin: -3rem !important;
}
.css-old .mt-n5,
.css-old .my-n5 {
    margin-top: -3rem !important;
}
.css-old .mr-n5,
.css-old .mx-n5 {
    margin-right: -3rem !important;
}
.css-old .mb-n5,
.css-old .my-n5 {
    margin-bottom: -3rem !important;
}
.css-old .ml-n5,
.css-old .mx-n5 {
    margin-left: -3rem !important;
}
.css-old .m-auto {
    margin: auto !important;
}
.css-old .mt-auto,
.css-old .my-auto {
    margin-top: auto !important;
}
.css-old .mr-auto,
.css-old .mx-auto {
    margin-right: auto !important;
}
.css-old .mb-auto,
.css-old .my-auto {
    margin-bottom: auto !important;
}
.css-old .ml-auto,
.css-old .mx-auto {
    margin-left: auto !important;
}

#pantallaCompleta {
    display:none;
    width:90vw;
    height:90vh;
}

#pantallaCompleta-grafico {
    width:90vw;
    height:40vw;
}

#pantallaCompleta-botones {
    position: absolute;
    top: 65px;
    z-index: 20;
    right: 20px;
}

.ico {
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity: .8;
    margin-left: 8px;
    width:35px;
    height:35px;
    cursor:pointer;
    z-index:1;
}

.ico:hover {opacity: 1;}

.ico.downImage {
    background-image: url('../images/downImage.png');
    float: right;
}

.ico.downPrint {
    background-image: url('../images/downPrint.png');
    float: right;
}

#desplega {
    float: left;
    width: 15px;
    position: absolute;
    margin-left: 8px;
    margin-top: 0px;
    cursor: pointer;
}

#imgrespanel {
    float:right;
    cursor:pointer;
}

#imgrespanel:hover, .ruedaResumen:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.pCompleta {
    float: right;
    width: 20px;
    margin-top: -4px;
    cursor: pointer;
}

.rotar0 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.rotar180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

[funcion] {
    cursor: pointer;
}

[funcion]:hover {
    -webkit-filter: brightness(111%);
    filter: brightness(111%);
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

/* FIN PORTADA */
.panelResumen {
    padding:0 12px 15px;
    overflow-y: auto;
    max-height: 90vh;
}

.panelResumen div {
    padding:2px 0;
}

#bloquesPanelResumen .bloquePanelResumen {
    display: flex;
    flex-direction: column;
    margin: 0 12px;
}

#bloquesPanelResumen #panelpropiedades {
    width: 370px;
}

#bloquesPanelResumen #paneldemandas {
    width: 350px;
}

#bloquesPanelResumen #paneltareas {
    width: 270px;
}

.panelResumen div span.valores span:hover {
    text-decoration:underline;
    cursor:pointer;
}

.panelResumen span.texto {
    float:left;
}

.panelResumen span.valores {
    float:right;
    color:#3d5d82;
}

.ruedaResumen {
    position: relative;
    right: 10px;
    float: right;
    top: 15px;
    cursor: pointer;
}

.verEstadistica {
    display:inline-block;
    height:12px;
    width:18px;
    background-image: url("../images/estadisticaGrafica.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:18px;
    cursor:pointer;
}

.verEstadistica:hover, .ruedaResumen:hover, .pCompleta:hover, #desplega:hover {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

#pmandosdinamico #formPanel {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    gap: 5px;
}

.panelMando {
    min-width: 85vw;
    padding: 1% 3% 2% 1%;
    overflow-y: auto;
    box-sizing: border-box;
}

.cabeceraPMandos,
.cabeceraPMandos .simplificado-agendaagente {
    display: flex;
    align-items: center;
}

.cabeceraPMandos :not(:first-child) {
    margin-left: 4px;
}

.tablaPMando:not(.pmandosdinamico_tablaPMando), .tablaGenerica {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    background:#eaebec;
    margin: 15px 15px 15px 10px;
    border: #ccc 1px solid;
    width: 100%;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) th, .tablaGenerica th {
    padding: 6px 2px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0;
    background: #ededed;
    border: 1px solid #fafafa;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) th:first-child, .tablaGenerica th:first-child {
    text-align: left;
    padding-left:10px;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) tr, .tablaGenerica tr {
    text-align: center;
    padding-left:10px;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) td:first-child, .tablaGenerica td:first-child {
    text-align: left;
    padding-left:10px;
    border-left: 0;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) td, .tablaGenerica td {
    padding:10px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) td.link:hover, .tablaGenerica td.link:hover {
    cursor:pointer;
    background: #d5d5d5;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) td.ratio, .tablaGenerica td.ratio {
    background-color: #eaebec;
}
.tablaPMando:not(.pmandosdinamico_tablaPMando) tr.even td, .tablaGenerica tr.even td {
    background: #f6f6f6;
}

.tablaPMando:not(.pmandosdinamico_tablaPMando) tr:hover td, .tablaGenerica tr:hover td {
    background: #f2f2f2;
}

#pmandosdinamico .tablaPMando {
    font-size: 12px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
}

#pmandosdinamico .tablaPMando th {
    padding: 12px 24px;
    color: #999999;
    white-space: nowrap;
    background-color: #F8F8F8;
}

#pmandosdinamico .tablaPMando td{
    padding: 12px 24px;
    color: #222222;
    background: white;
    border: 1px solid #F3F3F3;
    white-space: nowrap;
}

#pmandosdinamico .tablaPMando tr:hover td {
    background: #EFF5FA;
}

#pmandosdinamico .tablaPMando tr td.hover--font-bold:hover {
    font-weight: 700 !important;
}

.agregarCampo {
    height:14px;
    width:14px;
    background-image: url("../images/add.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:14px;
    display: inline-block;
    float: left;
    font-weight: bold;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 5px;
}

.agregarCampo:hover {
    color: #626262;
}

#lascolumnas span {
    clear: both;
    display: inline-block;
    border: 1px solid #dbdbdb;
    margin: 0 10px 10px 0;
    padding: 12px 15px 10px 10px;
    background-color: #e6e6e6;
    border-radius: 4px;
    position: relative;
}

#lascolumnas span img {
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    width: 9px;
}

#lascolumnas span img:hover {
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.ventanaFichaAgenda, .ventanaFichaSeguimiento {
    /*display: flex;
    flex-direction: column;*/
    width:65vw;
    /* min-height:50vh; */
    margin: 0 auto;
    padding: 15px 15px 20px;
    overflow-x: auto;
}

.cajaFichaAgenda, .cajaFichaSeguimiento {
    display: flex;
    align-items:center;
    align-self: flex-start;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 0px 0px 10px 10px;
}

.cajaRelacionarCon {
    text-align: center;
    border: 1px solid #989898;
    border-radius: 10px;
    min-width: 180px;
}

.formCalidades.bordes > div {
    margin: 10px 5px;
}

.formCalidades.bordes > div > input[type=text] {
    display: block;
}

.formCalidades.bordes {
    display: flex;
    flex-wrap: wrap;
}

.iconoPrintMed {
    width: 30px;
    height: 30px;
    background-image: url(../images/print.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
}

.iconoPrintMed:hover {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

img[src$="apartado1.png"]:hover, img[src$="apartado2.png"]:hover {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

img[src$="apartado1.png"], img[src$="apartado2.png"] {
    width: 21px;
}



.barraProgreso {
    height: 20px;
    position: relative;
    margin: 15px 0 10px 10px;
    width: 97%;
    background: #666;
    padding: 2px;
    overflow-x: hidden;
}
.barraProgreso > span {
    display: block;
    height: 100%;
    background-color: #333;
    position: relative;
    overflow: hidden;
}

.barraProgreso b {
    top:4px;
    left:8px;
    z-index:1;
    color:#FFF;
    position:absolute;
}

.barraProgreso.verde > span {background-color: #4caf50;}
.barraProgreso.naranja > span {background-color: #f1a165;}
.barraProgreso.rojo > span {background-color: #b9051b;}

.botonTarea {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0;
    background-size: cover;
    cursor:pointer;
    margin-right: 10px;
}

.verde   {color: #24b74b;font-weight:bold;}
.naranja {color: #d08515;font-weight:bold;}
.rojo    {color: #fb4a4a;font-weight:bold;}









/****** BUSCADOR INTELIGENTE */
#buscador {
    font-family: monospace;
    clear: both;
    font-size: 12px;
}

#buscador #tags {
    position: relative;
    left: 0;
    top: 0;
    /*
    -webkit-transition: all 300ms cubic-bezier(0.74, 0.04, 1, 0.29);
    -moz-transition: all 300ms cubic-bezier(0.74, 0.04, 1, 0.29);
    -ms-transition: all 300ms cubic-bezier(0.74, 0.04, 1, 0.29);
    -o-transition: all 300ms cubic-bezier(0.74, 0.04, 1, 0.29);
    transition: all 300ms cubic-bezier(0.74, 0.04, 1, 0.29);
    */
}

#busqInteligente .grupoBuscadorInteligenteYlupa {
    min-width: 170px;
    position: relative;
    margin-bottom: 5px;
}

#busqInteligente {
    width: 100%;
    padding: 14px 7px 2px;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#busqInteligente .ico {
    clear: both;
    padding-top:10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 22px;
    color: white;
    width:auto !important;
}
#busqInteligente .ico i{
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    -webkit-transition:brightness 0.3s ease-in;
    transition:brightness 0.3s ease-in;
}

#busqInteligente .lupa {
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity: .4;
    cursor:pointer;
    position: absolute !important;
    background-image: url('../images/lupa_1.png');
    right: 8px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%)
}

#busqInteligente .lupa-domibus {
    background-position: top center;
    background-repeat: no-repeat;
    background-size:cover;
    opacity: .4;
    cursor:pointer;
    position: absolute !important;
    background-image: url('../images/cliente.png');
    right: 8px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%)
}

#estadisticaGraficoMLS #busqInteligente .lupa-domibus,
#estadisticaGrafico #busqInteligente .lupa-domibus {
    display: none;
}


#busqInteligente .guardarBusqueda,#busqInteligente .restablecerBusqueda{
    display: none;
}


#buscador #barraProgreso {
    height: 2px;
    width: 0%;
    background-color:#678ab3;
}

#buscador #barraProgreso.fin {
    width:100%;
    -webkit-transition: width 7s ease-in;
    transition: width 7s ease-in;
}

#tags div {
    display: inline-block;
    border: 1px solid #bababa;
    margin: 0 4px 5px;
    padding: 4px 18px 30px 8px;
    background-color: #E6E6E6;
    border-radius: 4px;
    position: relative;
    float: left;
    cursor:pointer;
    z-index: 1;
    font-size: 0.9em;
    height: 22px;
    max-width: 96%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#tags .refresh {
    background-color: #A6A6A6 !important;
    -webkit-transition: background-color 120ms linear;
    transition: background-color 120ms linear;
}

#tags div:hover {
    background-color: #F6F6F6;
}

#tags div.verde {
    background-color: aquamarine;
    color: #008c19;
}

#tags div.rojo {
    background-color: #ffbbbb;
}

#tags div.tag_lista {
    border-color: #599bfe;
}

#tags div.tag_like {
    border-color: #1a881a;
}

#tags div.tag_lista b.soloEtiqueta {
    display: inline-block;
    margin-top: 8px;
}

#busqInteligente div span.close {
    background-image: url('../images/close.png');
    background-position: top center;
    background-size:cover;
    position: absolute;
    top: 3px;
    right: 4px;
    cursor: pointer;
    width: 8px;
    height: 8px;
}


#busqInteligente div span.close:hover, #busqInteligente .ico i:hover {
    -webkit-filter: brightness(30%);
    filter: brightness(30%);
    cursor: pointer;
}

#busqInteligente #resultBusq:before {
    display: none;
}

#busqInteligente #resultBusq:after {
    position: relative;
    box-sizing: border-box;
}

#busqInteligente #resultBusq.movil:before,
#busqInteligente #resultBusq.movil:after {
    display: none;
}

#busqInteligente #consultabus {
    height: 34px;
    padding: 5px;
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #666666;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#busqInteligente #consultabus:hover {
    border-color: #666666;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ayudaBusqInteligente {
    padding: 1%;
}

.ayudaBusqInteligente span {
    color: var(--color3);
    font-weight:bold;
    cursor: pointer;
}

.ayudaBusqInteligente span:hover {
    text-decoration: underline;
}

#resultBusq {
    clear: both;
    display: none;
    overflow-y: auto;
    max-height: 333px;
    position: absolute !important;
    min-width: 500px;
    background-color: #FFF;
    z-index: 4;
    padding: 8px 3px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 2px 2px 3px 2px #666;
    height: fit-content;
}

.buscadorAncho .ayudaBusqInteligente {
     padding: 8px 120px;
 }

#resultBusq span.desdeHasta {
    cursor:pointer;
    color: #363636;
}

#resultBusq span.desdeHasta:hover {
    background-color: #D2D2D2;
}

#resultBusq .result {
    padding: 3px 10px;
    font-size: 12px;
    border-bottom: 1px solid #ececec;
    display: flex;
}

#resultBusq .result:nth-child(odd) {
    background-color: #F7F7F7;
}

#resultBusq .result:hover {
    background-color:#E4E4E4;
}

#resultBusq .filtroContenga span {
    display: inline-block;
    padding: 1px 8px 1px;
    background-color: #339f33;
    color: #FFF;
    cursor: pointer;
    margin-left: 3px;
}

#resultBusq .filtroTexto span {
    display: inline-block;
    padding: 1px 8px 1px;
    background-color: #678AB3;
    color: #FFF;
    cursor: pointer;
}

#resultBusq .filtroCantidad span {
    border-right: 2px solid #FFF;
    display: inline-block;
    padding: 1px 8px 1px;
    background-color: #678AB3;
    color: #FFF;
    cursor: pointer;
}

#resultBusq span {
    border-radius: 2px;
}

#resultBusq .filtroCantidad span:hover, #resultBusq .filtroTexto span:hover {
    background-color: #769bc7 !important;
}

#resultBusq .filtroContenga span:hover {
    background-color: #40b240 !important;
}

#resultBusq .filtroCantidad span:last-child {
    border-right: 0;
}

#resultBusq .resultarriba .filtroTexto span {
    padding-left: 22px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    border-radius: 10px;
    background-size: 12px;
    background-color: #76899a;
    background-image: url(../images/filtrarB.png);
}

#sugerenciasBusRapido{
    z-index: 4;
    flex-direction: column;
    margin: 0px 0px 5px 0px;
    background-color: rgb(255, 255, 255);
    padding: 8px 3px;
    border-radius: 5px;
    display: flex;
    height: fit-content;
    display: none;
    box-shadow: 2px 2px 3px 2px #666;
    width: 500px;
    overflow: hidden;
    position: absolute;
}

.buscadorAncho #sugerenciasBusRapido{
    margin: 0px 10px 5px 0px;
    box-shadow: rgba(102, 102, 102, 0.376) 1px 1px 2px 1px;
    border: 1px solid rgb(209, 209, 209);
    text-align:left;
    top: 50px;
    left: 180px;
    width: calc(100% - 260px);
}

#sugerenciasBusRapido div:nth-child(even) { background: #efefef; }

#sugerenciasBusRapido .historialselec {
    background-color: #74b0d8 !important;
    color: white;
}

#sugerenciasBusRapido .lineaSugerencia{
    padding: 5px;
    cursor: pointer;
    border-bottom: 1px solid #ececec;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 99%;
}

#busqInteligente .loading {
    position: absolute;
    display: none;
    right: 13px;
    top: 17px;
    opacity: .5;
}

#opciones_busqueda .opcion {
    display: flex;
    align-items: center;
    margin: 10px auto;
}

#poligono img {
    width: 33px;
}

#opciones_busqueda {
    padding: 1%;
}

#opciones_busqueda > div {
    display: inline-block;
}

#movimientos table input[type="number"]#pagactual {  /* input editable en la paginacion */
    width:35px;
    border-radius: 5px;
}

fieldset.graficosMLS {
    border: 2px solid #1F497D;
    background: #FEFEFE;
    border-radius: 4px;
    padding: 5px 0 15px 20px;
    margin: 0 auto 30px;
    width: 50%;
}

fieldset.graficosMLS legend {
    color: #1F497D;
    padding: 4px 8px;
    font-size: 20px;
    margin-left: 5px;
}

fieldset.graficosMLS span {
    background: #678ab3;
    cursor: pointer;
    color: #FFF !important;
    border-radius: 12px;
    padding: 3px 6px;
    margin: 6px auto;
    display: block;
    width: 80%;
    font-size: 1.1em;
}

fieldset.graficosMLS span:hover {
    background: #49698e;
}

span.titEstadisticaMLS {
    display:inline-block;
}


#estadisticamls .titulo1, #estadistica .titulo1 {
    font-weight: bold;
    text-align: left;
    color:black;
    padding-left: 10px;

}

#estadisticamls .titulo2, #estadistica .titulo2 {
    text-align: center;
    font-size:20px;
    font-weight: bold;
    letter-spacing: 3px;

}
.estadistica{
    background-color: #ffffff;
    height: auto;
    margin: 10px 10px 20px;
    text-align: left;
    width: auto;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080 ;
    border-left: 1px solid #808080 ;
    border-right: 1px solid #808080 ;
}

.estadistica td{
    padding: 5px 5px 5px 5px;
    font-size: 11px;

}

.estadistica .par{ background-color: white;}
.estadistica .impar { background-color:#F0F0F0;}

.estadistica .cabecera{
    color: #fefefe;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    padding-left: 5px;
    width: auto;
    padding: 2px;
    border: 0;
    text-transform: capitalize;
    background-color:#678ab3;
}

.estadistica tr{

    padding: 2px 2px 2px 2px;
    text-align: left;

}

.porcen{
    color:#808080;
}

.total{
    font-weight: bold;
}

#estadisticamls fieldset, #estadistica fieldset {
    border: 2px solid #1F497D;
    background: #FEFEFE;
    border-radius: 4px;
    padding: 15px 0 0 30px;
    margin: 20px auto 30px;
    width: 70%;
}

#estadisticamls fieldset legend, #estadistica fieldset legend {
    background: #F0F0F0;
    color: #1F497D;
    padding: 4px 8px;
    font-size: 22px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 3px #1F497D;
    box-shadow: 0 0 0 3px #1F497D;
    margin-left: 5px;
}

fieldset .btnAzul {
    background: #678ab3;
    cursor: pointer;
    color: #FFF !important;
    border-radius: 7px;
    padding: 2px 6px 3px;
    font-size: .8em;
    display:inline-block;
}

fieldset .btnAzul:hover {
    background: #49698e;
}

#losavisos:not(.dropdown) {
    width: 85%;
    margin: 0 auto;
}

.avisoRecordatorio {
    display: flex;
    align-items: center;
    border: 1px solid var(--color4);
    padding: 3px 9px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 5px;
}

.avisoRecordatorio input#tiempo {
    width: 35px;
    margin: 0 0 0 5px;
}

.avisoRecordatorio select#tipotiempo {
    margin: 0 8px 0 5px;
}

.avisoRecordatorio img:hover {
    cursor: pointer;
    -webkit-filter: brightness(111%);
    filter: brightness(111%);
}

#telrelaciones .contenidoFila img {
    width: 18px;
    height: 18px;
    margin: 0 4px;
}

/* PREVIO */
#partePrevio * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#menuprevio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    min-height: calc(100vh - 90px) !important;
}

#partePrevio .fotoPrevio {
    text-align: center;
    width: 35%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: inline;
    padding: 0 10px 10px 0;
}
#partePrevio .fotoPrevio .contentFoto{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#partePrevio .fotoPrevio .contentFoto img {
    width: 100%;
}
#partePrevio .fotoPrevio .contentFoto .opcionesFoto{
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: rgba(47, 47, 47, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 30px 10px 30px;
    transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: flex-end;
    opacity: 0;
}
#partePrevio .fotoPrevio:hover .contentFoto .opcionesFoto{
    opacity: 1;
}
#partePrevio .fotoPrevio .contentFoto .opcionesFoto > div{
    width: 20%;
}

#partePrevio .fotoPrevio .contentFoto .opcionesFoto > div button.iconoPrevio{
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    background-size: 24px;
    cursor: pointer;
    background-color: #4A4A4A;
    border: none;
    border-radius: 25px;
    padding: 5px;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    margin: 0;
}

#partePrevio .infoPrevio {
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
    display: flex;
    flex-flow: row wrap;
}
#partePrevio .masDatosPrevio {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#partePrevio .masDatosPrevio .idiomas{
    width: 40%;
}

#partePrevio .subtituloPrevio {
    margin-top: 10px;
}

#partePrevio .masDatosPrevio .precio {
    width: 60%;
    text-align: right;
    font-size: 2em;
    font-weight: bold;
    color: #333;
}

#partePrevio .masDatosPrevio .precio > em {
    font-size: .6em;
    color: #555;
}

#partePrevio img.imgMapaPrevio {
    width: 250px;
    height: 220px;
    margin-top: 20px;
    border: 1px solid #c1c1c1;
    box-shadow: 2px 2px 5px 0px #b7b7b7;
}
#partePrevio #datosProtege{
    height: 45px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0px 15px 0px 25px;
    margin: 10px 0px;
    justify-content: flex-end;
    margin-left: 35%;
    width: 65%;
}
#partePrevio #datosProtege .divImgProtege{
    width: 120px;height: 45px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 0px 15px 0px 25px;
    margin: 10px 0px;
    justify-content: flex-end;
    margin-left: 35%;
    width: 65%;
}
#partePrevio #datosProtege .divImgProtege img{
    width: 100%;
}
#partePrevio #datosProtege .precioProtege{
    color: #4a4a4a;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
}

#partePrevio .btnFuerzaProtege.btnCtaAzul{
    padding:0px;
    justify-content: center;
}

#partePrevio #datosProtege .precioProtege .textoSrvInfo b{
    color: red;
}


.btnCtaAzul{
    height: 30px;
    width: 90px;
    background-color: #2694d1;
    border-radius: 20px;
    /*background-image: url(../iconos/globales/iconArrowWhite.png);*/
    background-position: 70px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
    padding-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}


#resumendem {
    font-size: 18px;
    margin: 12px auto;
    text-align: center;
    padding: 10px 0px;
    background-color: rgb(68, 193, 127);
    color: white;
    border-color: rgb(19, 116, 65);
    font-weight: bold;
    border-width: 2px;
    border-radius: 4px;
}

#resumendem:hover {
    background-color: rgb(80, 206, 139);
    cursor: pointer;
}

.infoPrevio > div {
    display: inline-block;
    width:100%;
}

.infoPrevio .contentTitulos{
    display: inline-block;
    width: calc(65% - 100px);
    float: left;
    padding: 0 10px 0 0;
}
#fichacliente .infoPrevio .contentTitulos{
    width: 50%;
    float: none;
    display: flex;
}
.infoPrevio .tituloPrevio {
    font-weight: bold;
    color: #333;
    font-size:1.6em;
}

.infoPrevio .subtituloPrevio {
    font-size:14px;
}

.infoPrevio .opcionesPrevio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    width: 100px;
    float: left;
}

.infoPrevio span.caracteristicas, .infoPrevio span.extras, .infoPrevio span.listas, .infoPrevio span.extrasNo {
    margin: 0 2px 5px 0;
    font-size: 1em;
    display: inline-block;
    padding: 5px 8px;
    border-radius: 5px;
    color: white;
    float: left;
}

.infoPrevio span.caracteristicas {background-color: #7888a2;}
.infoPrevio span.extras {background-color: #5681c7;}
.infoPrevio span.extrasNo {background-color: var(--color2);}
.infoPrevio span.listas {background-color: var(--color3);}

.infoPrevio span.caracteristicas em.coment {color: #d0cdff;}
.infoPrevio span.extras em.coment {color: #b8ecbc;}
.infoPrevio span.listas em.coment {color: #f59494;}


#resumenGrupo em.coment {color: #b8ecbc;}


.infoPrevio .catDatos, .infoPrevio .catExtras, .infoPrevio .catListas {
    margin-top: 15px;
    float: left;
    width: 65%;
    padding: 0;
}
#fichacliente .infoPrevio .catDatos, #fichacliente .infoPrevio .catExtras, #fichacliente .infoPrevio .catListas {
    width: 100%;
}

.infoPrevio .azul {color: #958efa;font-weight: initial;}
.infoPrevio .verde {color: #67aa66;font-weight: initial;}
.infoPrevio .rojo {color: #d84242;font-weight: initial;}

.infoPrevio .separaTags {
    clear: both;
    display: inline-block;
    width: 65%;
    margin-top: 10px;
}

.masDatosPrevio .idiomas img {
    width: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.masDatosPrevio .descripciones {
    font-size: 1em;
    margin-top: 10px;
}

.coment {
    font-size:.9em;
}

.comentOculto {
    cursor: alias;
    font-size:.9em;
}

.finDescripcion {
    display:none;
}

.verMas {
    font-style:italic;
    cursor: pointer;
    font-weight: bold;
}

.opcionesPrevio {
    margin: 10px auto 5px;
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.opcionesPrevio button{
    margin: 0;
    width: 100%;
    text-align: left;
}

.opcionesPrevio .iconoPrevio {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 35px;
    height: 30px;
    cursor: pointer;
}

.iconoPrevio.video {
    background-image: url("../images/video.svg");
    display:none;
}

.iconoPrevio.tourVirtual {
    background-image: url("../images/tour-virtual.svg");
    display:none;
}

.iconoPrevio.fotos360 {
    background-image: url("../images/foto-360.svg");
    display:none;
}

.iconoPrevio.download {
    background-image: url("../images/descargar.svg");
}

.iconoPrevio.galeria {
    background-image: url("../images/galeria.svg");
}

.iconoPrevio.conferencia {
    background-image: url("../images/conferencia.svg");
}

span[class*="txtBoton-"] {
    background-repeat: no-repeat;
    background-position-y: center;
    background-size: contain;
    padding-left: 25px;
    font-size: 14px;
}

button.nuevoBoton.nuevo span.txtBoton-nuevo {
    background-image: url(../images/nuevo.png);
}

span.txtBoton-nuevo {
    background-image: url(../images/nuevoA.png);
    cursor: pointer;
    min-height: 25px;
}

#botonForzarCoordenadas {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--color2);
    padding: 5px 10px;
    color: #FFF;
    border-top-left-radius: 6px;
    z-index: 3;
}

#botonForzarCoordenadas:hover {
    background-color: var(--color6);
    cursor: pointer;
}

.botonMapas {
    margin: 0;
    font-size: 12px;
    display: inline-block;
    width: 69px !important;
    padding: 5px 3px;
    border-radius: 5px;
    text-align: center;
    color: white;
    background-color: #e8b979;
    cursor: pointer;
}

.botonMapas:hover {
    -webkit-filter: brightness(111%);
    filter: brightness(111%);
}

#botonAntesDespuesVisorFotos {
    position: absolute;
    left: 150px;
    z-index: 2;
}

#ubicarmapa .loadingnew,
#infozona .loadingnew,
#fichacirculo .loadingnew,
#callegoogle .loadingnew,
#cofe #boxMapa .loadingnew{
    margin: 0 auto 22px;
    box-shadow: 0 1px 1px #00000099;
}

#ubicarmapa .loadingMapa,
#infozona .loadingMapa,
#fichacirculo .loadingMapa,
#callegoogle .loadingMapa,
#cofe #boxMapa .loadingMapa{
    z-index: 1;
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    margin-top: 50px;
    text-align: center;
    font-size: 1.1em;
    color: #555;
    font-style: italic;
    background-color: #e3e3e3;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



#ubicarmapa iframe,
#infozona iframe,
#fichacirculo iframe,
#callegoogle iframe {
    z-index: 2;
}

#subidaSecuencial {
    position: absolute;
    top: 65px;
    right: 20px;
    font-size: 1.1em;
    font-weight: bold;
}

#subidaSecuencial > div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

#subidaSecuencial > div label {
    margin-right: 10px;
}

.lineatitularnewdesignpadre {
    padding-bottom: 5px;
    border-bottom: 2px solid #929292;
}

.lineatitularnewdesignhijo {
    position: relative;
}
.lineatitularnewdesignhijo:after {
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color1);
    content: '';

}

.documentacionFaq{
    font-weight: bold;
    font-style: italic;
    color: #6d6d6d;
}

.generico-rombo {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: var(--color4);
}

.comun-contadormails,
.comun-chat {
    display: none;
}

.ndCajaTitulo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border-bottom: 2px solid #929292;
    margin-bottom: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#seguimientos .ndCajaTitulo{
    justify-content: space-between;
    border-bottom:none;
}

#seguimientos .ndCajaTitulo h2.ndTitulo span {
    font-size: .8em;
    margin-left: 30px;
}

.ndTitulo{
    color: #2f3f59;
    position: relative;
    display: inline;
    margin-bottom: 0px;
}

.ndTitulo:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 100%;
}

.css-old select{
    color: var(--color3);
    border-color: var(--color4);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
    padding: 2px 2px 2px 2px;
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.css-old select:hover,
.css-old select:focus{
    /*-webkit-filter: brightness(111%);
    filter: brightness(111%);

    No activar.. hace que el texto que contiene el select se muestre entero y si este es mas grande se sale del cuadro. No hay forma de esconderlo.

    */
    cursor: pointer;
    border-color: var(--color4);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.css-old ::-webkit-input-placeholder,
.css-old ::-moz-placeholder,
.css-old :-ms-input-placeholder:-moz-placeholder { /* Chrome/Opera/Safari */
    font-size: 15px;
}

#busquedas .datosform div{
    margin-top: 0px;
}

#busquedas #busqInteligente #consulta{
    width: 20%;
}

#busquedas #busqInteligente #tags{
    width: 80%;
}

#busquedas #busqInteligente #tags div{
    max-width: 125px;
}

#busquedas #busqInteligente .ico{
    display: none;
}

#busquedas #busqInteligente #resultBusq{
    margin-top: 35px;
}

#busquedas #busqInteligente{
    background-color: #c4c4c4;
    padding-bottom: 0px;
    border-radius: 4px;
}
#consulseg .clasico{
    width: 100%;
    justify-content: space-between;
}

/* ajustarlo para que sirva para todo */
.clasico{
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.clasico > div{
    min-height: 40px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#promociones .clasico {
    padding: 10px;
}
#promociones .clasico > div{
    min-width: 115px;
}
#promociones{
    height: calc(100% - 47px);
}

.clasico div.capalista{
    position: absolute;
}

div.conCheckbox{
    position: relative;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
}

div.conCheckbox input[type=checkbox]{
    width: 0px;
    height: 0px;
    margin: 0px;
    margin-left: 18px;
    cursor: pointer;
}

div.conCheckbox input[type=checkbox]:before{
    content: '';
    display: block;
    background: url(../images/check0.png) 0 0 no-repeat;
    -webkit-transform: translate(-18px,-50%);
    transform: translate(-18px,-50%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
}

div.conCheckbox button {
    position: relative;
    background: none;
    border: 0;
    width: 14px;
    height: 18px;
    margin-left: 18px;
    cursor: pointer;
    margin-right: 10px;
}

.contenidoFila div.conCheckbox button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}


#propiedadesmls .contenidoFila input[type=checkbox],
#propiedadesypros .contenidoFila input[type=checkbox],
#propiedades .contenidoFila input[type=checkbox],
#pisosypromos .contenidoFila input[type=checkbox],
#xoferesultados .contenidoFila input[type=checkbox] {
    position: absolute;
    top: 14px;
    left: 15px;
    transform: translate(-50%,-50%);
    background-image: url('../images/checkDisable.png');
    /** es probable que hayay que cambiarlo, pero hay prisa y por lo menos funciona... */
}


#demandas .tablaContenedor .conCheckbox,
#telefonos .tablaContenedor .conCheckbox,
#cofe .tablaContenedor .conCheckbox {
    /*left: 12px;*/
    /*top: 12px;*/
}

#telresultados .contenidoFila div.conCheckbox button,
#oferesultados .contenidoFila div.conCheckbox button {
    left: 12px;
    top: 12px;
}

#demresultados .contenidoFila div.conCheckbox button {
    left: 28px;
    top: 18px;
}

div.conCheckbox button:focus,
div.conCheckbox button input:focus {
    outline: 0;
}

div.conCheckbox button input[type=image],
div.conCheckbox button input[type=checkbox] {
    /*visibility: hidden !important;*/
    width: 0;
    height: 0;
    margin: 0;
    margin-left: 18px;
    cursor: pointer;
}

div.conCheckbox button input[type=checkbox]:before {
    all: initial;
}

div.conCheckbox button:before{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    /*display: block;*/
    background: url(../images/check0.png) 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
}

.contenidoFila div.conCheckbox button:before{
    display: none;
    background-image: url("../images/checkDisable.png");
}

#fichapropiedad div.conCheckbox input[type=checkbox]:before, #fichacliente div.conCheckbox input[type=checkbox]:before {
    display: none;
    -webkit-transform: translate(-18px,-11px);
    transform: translate(-18px,-11px);
}


div.conCheckbox input[type=checkbox]:checked:before{
    display: none;
    background: url(../images/check1.png) 0 0 no-repeat;
}

div.conCheckbox button.conCheckbox-activoButton:before {
    display: none;
    background: url(../images/check1.png) 0 0 no-repeat;
}

div.conCheckbox input[type=image]{
    margin-right: 5px;
}

/* input checkboxes concheckbox nuevos */
.css-old input[type=checkbox]:not(.iCheckbox),
.css-old input[type=radio],
.conCheckbox input[type=image] {
    /* -webkit-appearance: none; */
    /*-moz-appearance: none;*/
    /*-o-appearance:none;*/
    appearance: none;
    visibility: visible;
    width: 14px !important;
    height: 14px !important;
    padding: 0 !important;
    margin: 0 5px 0 0 !important;
    cursor: pointer;
    background: url(../images/check0.png) 0 0 no-repeat;
    border-radius: 30px;
    box-shadow: none;
}

.css-old input[type=checkbox],
.css-old input[type=radio] {
    margin-right: 5px;
}

.fotoinfo input[type=checkbox],
.listadoCapaFoto input[type=checkbox] {
    background-image: url('../images/checkDisable.png');
}

.css-old input[type=checkbox]:checked:not(.btnListaPropiedades):not(.iCheckbox),
.css-old input[type=radio]:checked:not(.color__pred) {
    background: url(../images/check1.png) 0 0 no-repeat !important;
}


.clasico input[type=text],
.clasico input[type=number],
.clasico input[type=email],
#bmail #where input[type=text],
#agenda input.inputlista,
#bmail input.inputlista,
#enviados #whereclientesresultados input.inputlista,
#enviados #whereclientesresultados input[type=text],
#ingresos #wheretelefonosresultados input[type=text]{
    width: 100px !important;
    padding: 5px;
    height: 34px;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #666;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input.fecha {
    width: 110px !important;
}

.tablaauto input.inputlista {
    padding-right: 20px !important;
}

.ancho5 .tablaauto input.inputlistaboton {
    width: 12px !important;
}

.tablaauto input.inputlistaboton {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: initial;
    right: 8px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    padding: 10px;
    background-size: 12px !important;
    background: url(../images/desplegar2.png) no-repeat center right;
    width: 12px;
    height: 8px;
}

.tablaauto input[type=text]:hover {
    border-color: var(--color4);
    -webkit-box-shadow: none;
    box-shadow: none;
}



.listadoBuscar{
    position: absolute !important;
    top: 0;
    right: 10px;
}

#promociones .listadoBuscar{
    top:auto !important;
    right: 50px;
    z-index: 10;
}

#whereofertasresultados,
#whereclientesresultados,
#wheretelefonosresultados {
    position: relative;
}

#demandas select,
#telefonos select,
#enviados #whereclientesresultados select,
#cofe select,#simulador #testigos_antiguedad select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 5px;
    background: white;
    background-image: url(../images/desplegar2.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 50%;
    background-size: 12px;
    font-weight: bold;
    padding-right: 20px;
}



.css-old input::-webkit-input-placeholder,
.css-old select::-webkit-input-placeholder {
    font-weight: normal;
}

#resumenMisAvisosContenido {
    padding: 0px 8px;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 88%;
}

#resumenTareasPendientes div .filaResumen {
    border: 1px solid var(--color4);
    border-radius: 4px;
    margin: 3px 0 2px;
    padding: 4px 1px 3px 6px;
    background-color: var(--color3);
    color: #FFF;
    font-size: .8em;
    cursor: pointer;
}

#resumenTareasPendientes div .filaResumen.seleccionado {
    background-color: #637a9e;
}


#resumenTareasPendientes div .filaResumen:hover {
    -webkit-filter: brightness(111%);
    filter: brightness(111%);
}


#cofe #filtrorevisiones select:not(#listaope),
#enviados #whereclientesresultados select:not(#listaope),
#telefonos select:not(#listaope) {
    max-width: 100px;
    min-width: 100px;
    height: 34px;
    border:2px solid #666666;
    color: #777777;
    font-size: 13px;
}


.iconoCalendario{
    position: absolute;
    top: 50%;
    left: 87px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 16px;
    width: 16px;
    border:0;
    background:url(../images/calendar_icon.png) no-repeat;
    float:inherit;
    cursor: pointer;
}

#buscadorInteligenteCofe, #buscadorInteligenteCont, #buscadorInteligenteDem, #buscadorInteligenteTel{
    margin-top: 0px;
}

.totalResultados{
    border-radius: 4px;
    padding: 3px 8px;
    margin: 3px 0;
    font-size: 15px;
    margin-left: auto;
    background-color: var(--color2);
    color: white;
    bottom: 20px;
    left: 20px;
    right: 20px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

/*
Estilos ocultos tras crear nueva versión de tooltip en la documentación v3
*/
.tooltip{
    position: relative !important;
}

.tooltip + .css-new.tooltip-custom {
    display: none !important;
    z-index: -1 !important;
}

.tooltip:before {
    display: none;
    content: '';
    width: 10px;
    height: 10px;
    background: var(--color4);
    position: absolute;
    top: calc(100% + 5px);
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    border-radius: 2px;
    font-family: 'Roboto', helvetica, arial, verdana;
    left: 50%;
    z-index: 3;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
}

.tooltip:after {
    display: none;
    content: attr(data-tooltip);
    padding: 5px 10px;
    color: #FFF;
    background: var(--color4);
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 5px);
    font-family: 'Roboto', helvetica, arial, verdana;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    font-size: 13px !important;
    font-weight: normal !important;
    z-index: 3;
    width: 100%;
    min-width: 85px;
    text-align: center;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
    white-space: pre-wrap;
}

.tooltip.left:before {
    left: -15px;
    bottom: 0;
    top: 10px;
}

.tooltip.left:after {
    top: 0;
    left: -12px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tooltip.up:before {
    bottom: calc(100% + 2px);
    top: initial;
}

.tooltip.up:after {
    top: initial;
    bottom: calc(100% + 10px);
}


.alignLeft.tooltip:after {
    text-align: left;
}

.tooltip:hover:after, .tooltip:hover:before, .tooltip.forzado:after, .tooltip.forzado:before {
    display: inline-block;
    opacity: 1;
}

#cabecera-iconochat.cabecera-iconoscontenedor .tooltip:hover:after,
#cabecera-iconochat.cabecera-iconoscontenedor .tooltip:hover:before {
    top: 36px;
}

.tooltipInvertido:after{
    color: #2f3f59;
    background: #d6ebf9;
    border: 1px solid var(--color4);
}

.contenedorNuevoCheckbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#opcionesNuevaPropiedad {
    text-align: left;
    padding: 12px 8px;
    font-weight: bold;
    font-style: italic;
    font-size: 13px;
}
/* INICIO VENTANA PANEL SUGERENCIAS */



/* FIN VENTANA PANEL SUGERENCIAS */






.ventanaModoFrase {
    display: none !important;
}





/* INICIO VENTANA INFOCRM */
#contenedorInfoInmovilla {
    padding: 0 20px 15px;
    cursor: default;
    height: calc(100% - 50px);
    box-sizing: border-box;
    overflow-y: auto;
}

#contenedorInfoInmovilla .cajaPrincipal {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 15px auto 10px;
}

#contenedorInfoInmovilla .cajaPrincipal img {
    max-height: 65px;
}

#contenedorInfoInmovilla .cajaPrincipal span.version {
    display: block;
    font-size: 1.3em;
    color: #555;
    font-weight: bold;
}

#contenedorInfoInmovilla .cajaPrincipal span.actualizado {
    display: block;
    font-style: oblique;
}

#cajaInfo .opcionesVersion {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: .5px solid #dadada;
    border-top: .5px solid #dadada;
}

#cajaInfo > div {
    text-align: center;
}

#cajaInfo p {
    font-size: 1.1em;
    color: #6d6d6d;
    font-family: "Open Sans";
    display: flex;
    align-items: center;
    margin: 10px auto;
}

#cajaInfo p img {
    width: 11px;
    margin-left: 8px;
    mix-blend-mode: difference;
    cursor: pointer;
}

#cajaInfo p img:hover {
    mix-blend-mode: unset;
}

#cajaVersiones {
    margin: 10px auto 5px;
    font-size: 13px;
}

#cajaVersiones .version {
    margin: 6px auto 40px;
}

#cajaVersiones .tituloVersion {
    font-size: 1.2em;
    font-weight: bold;
    font-family: Comfortaa;
    margin-bottom: 10px;
    color: #444;
}

#cajaVersiones .tituloVersion span {
    font-family: Comfortaa;
    font-weight: normal;
    font-size: .8em;
}

#cajaVersiones .tituloVersion span:before {
    content: '-';
    font-weight: bold;
    font-size: 1.2em;
    margin-right: 4px;
    line-height: 0;
}

#cajaVersiones .versiones {
    height: calc(100vh - 400px);
    overflow-y: auto;
    overflow-x: hidden;
    margin: 6px 3px 2px;
    padding: 10px 10px 10px 14px;
    box-shadow: 1px 1px 2px 1px #00000060;
    box-sizing: border-box;
    border-radius: 6px;
}

#cajaVersiones .versiones ul li {
    margin-bottom: 6px;
    line-height: 17px;
    font-family: "Open Sans" !important;
    font-size: 12px;
}

#cajaVersiones .tituloVersiones {
    font-size: 1.4em;
    margin: 15px auto 5px;
}

#cajaVersiones ul {
    margin-bottom: 25px;
}

#cajaVersiones .versiones li.tituloCambio {
    font-size: 1.2em;
    font-weight: bold;
    font-family: Comfortaa !important;
    font-variant: all-petite-caps;
    color: #888;
}

#contenedorInfoInmovilla .pieInfoCrm {
    display: flex;
    justify-content: space-between;
    font-size: .9em;
    margin-top: 12px;
    color: grey !important;
}

#contenedorInfoInmovilla .pieInfoCrm > * {
    color: #555 !important;
    text-decoration: none;
    font-style: italic;
}
/* FIN VENTANA INFOCRM */





/*.nuevoCheckbox {*/
/*position: relative;*/
/*visibility: hidden;*/
/*width: 14px;*/
/*height: 14px;*/
/*}*/

/*.nuevoCheckbox:before {*/
/*-webkit-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*width: 13px;*/
/*height: 14px;*/
/*border-radius: 5px;*/
/*border: 2px solid var(--color4);*/
/*background-color: transparent;*/
/*cursor: pointer;*/
/*content: "";*/
/*visibility: visible;*/
/*}*/

/*.nuevoCheckbox:after {*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*width: 50%;*/
/*height: 50%;*/
/*border-radius: 2px;*/
/*background-color: transparent;*/
/*content: "";*/
/*cursor: pointer;*/
/*visibility: visible;*/
/*-webkit-transform: translate(-50%,-50%);*/
/*transform: translate(-50%,-50%);*/
/*-webkit-box-sizing: border-box;*/
/*box-sizing: border-box;*/
/*}*/

/*.nuevoCheckbox:checked:after {*/
/*background-color: var(--color4);*/
/*}*/

.generico-contenedorcalendario {
    position: relative;
    min-height: initial !important;
    height: 34px !important;
    width: auto;
}

#contenedor #ventanas .generico-contenedorcalendario input[type=text].fecha {
    box-sizing: border-box;
    min-width: 95px;
    max-width: 110px;
    width: auto !important;
    padding-right: 20px;
    height: 34px;
    font-size: 13px;
    color: #777777;
    font-weight: bold;
}

.fecha.boton_fecha {
    background-image: none;
}

div#panelnoticias {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 210;
    max-width: calc(100vw - 40px);
    background-color: #459ae0;
    color: #FFF;
    padding: 10px 60px 10px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    text-align: right;
    background-image: url(../images/alert-min.png);
    border-radius: 10px;
}

#ventanas.xMenuLateral div#panelnoticias {
    right: 66px;
}

#panelnoticias p{
    margin: 0 0 5px;
    font-size: 1.5em;
    text-align: right;
}

div#panelnoticias .generico-flechamediana {
    position: absolute;
    right: -20px;
    top: calc(50% - 3px);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: #459ae0;
}


#panelnoticias button.masInfoNoticia {
    margin-right: 10px;
}

#panelnoticias button.nuevoBoton.eliminar{
    padding: 0 10px;
    background-image: none;
}

.generico-inputSeleccionFilaContenedor {
    position: absolute;
    left: 0;
    top: 0;
}

#contenedorPanelAvanzado{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}

#iconosPanelAvanzado{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#iconosPanelAvanzado div{
    margin-bottom: 25px;
}

.tooltipAyuda {
    display: inline-flex;
    width: 12px;
    height: 12px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: left top;
    white-space:pre-wrap;
}

.tooltip.requerido {
    display: inline-flex;
    width: 12px;
    height: 12px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: left top;
    background-image: url(../images/requerido.png);
    white-space:pre-wrap;
}

.tooltipAyuda:hover {
    cursor: help;
}

.tooltipAyuda:after {
    width: 175px !important;
}

.tooltip140:after {
    width: 140px !important;
}

.tooltip150:after {
    width: 150px !important;
}

.tooltip200:after {
    width: 200px !important;
}

.tooltip250:after {
    width: 250px !important;
}

.tooltip300:after {
    width: 300px !important;
}

.tooltip350:after {
    width: 350px !important;
}

.tooltip400:after {
    width: 400px !important;
}

.tooltip480:after {
    width: 480px !important;
}

.tooltipLeft:after{
    text-align:left;
}

.tooltipAyuda.info {
    background-image: url(../images/info.png);
}

.tooltipAyuda.video {
    background-image: url(../images/videoAyuda.png);
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-bottom: 10px;
    cursor: pointer;
}

.tooltipAyuda.video.reducido {
    width: 12px;
    height: 12px;
    background-size: 12px;
    position:absolute !important;
    margin-left: 2px;
    top: -5px;
}

#consultaSeguimientos{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#consultaSeguimientos > * {
    margin: 0 10px;
}

.tablaContenedor #segresultados.datas  div.contenidoFila {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tablaContenedor #segresultados.datas  div.contenidoFila:hover, .tablaContenedor #resavisos.datas  div.contenidoFila:hover {
    color: black;
    background-color: #e2e2e2;
}

#resavisos .contenidoFila{
    min-height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.tablaContenedor #segresultados.datas  div.contenidoFila div:not(.tabla-dinamica__celda){
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*
.tablaContenedor #segresultados.datas  div.contenidoFila div.listadoContenedorInicialesFoto{
    height: 40px;
    width: 40px;
}
*/

.tablaContenedor #segresultados.datas  div.contenidoFila div.sesgFechas{
    margin-left: auto;
    margin-right: auto;
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 4px;
    width: 75%;
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto span {
    /* box-sizing: border-box; */
    padding: 0 3px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto .segTipo{
    width: auto;
    font-weight: bold;
    color: #2f3f59;
    border-bottom: 1px solid #2f3f59;
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto .segAviso{
    /* width: 25%; */
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto .segAsunto {
    /*  width: 100%;*/
}

.tablaContenedor #segresultados.datas  div.contenidoFila .tituloSeguimiento {
    width: 100%;
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto span.segAsunto{
    color: var(--color3);
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto span.segAsunto,.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto span.segAviso{
    /* margin-left: 5px; */
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto span.segAviso{
    margin-left: auto;
}

.tablaContenedor #segresultados.datas  div.contenidoFila{
    flex-wrap: wrap;
    align-items: end;
    padding-bottom: 2px;
    border-bottom: 1px solid #c3c5ca;
    border-top: 1px solid #c3c5ca;
}

.tablaContenedor #segresultados.datas  div.contenidoFila div.segDescrip{
    width: 100%;
    padding: 0 10px 2px 108px;
    margin: 4px auto 6px;
    font-style: italic;
    font-size: .9em;
}

#colsegresultados{
    display: none;
}

#seguimientos{
    width: 70vw;
    min-width: 800px;
}

.infoCaptador,
.infoCierre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.infoCaptador .ndCajaTitulo,
.infoCierre .ndCajaTitulo{
    width: 100%;
    margin-bottom: 10px;
}

.infoCaptador img,
.infoCierre img{
    width: 36px;
    height: 36px;
    border-radius: 300000px;
    overflow: hidden;
    margin-left: 15px;
}

.infoCaptador > span,
.infoCierre > span{
    margin-left: 10px;
}

.nuevoBoton span, .nuevoinverso span {
    text-transform: capitalize;
}

.tablaContenedor .listadoInicialesAgente {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 2px 4px !important;
    border: 2px solid var(--color4);
    background-color: #FFF;
    color: var(--color3);
    border-radius: 4px;
    font-size: 12px;
}

.tablaContenedor .listadoContenedorInicialesFoto {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 5px 0 0 !important;
    padding: 0;
    border-radius: 30px;
    overflow: hidden;
}

.tablaContenedor .listadoContenedorInicialesFoto.contenedorInicialesFotoSoloIniciales {
    width: auto;
    height: 25px;
    border: 2px solid var(--color4);
    border-radius: 5px;
    padding: 0 !important;
}

.tablaContenedor .listadoContenedorInicialesFoto.contenedorInicialesFotoSoloIniciales .listadoInicialesAgente {
    width: auto;
}

.tablaContenedor .listadoFotoAgente {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#buscadorCampos input {
    width: 120px;
    border: 2px solid var(--color4);
}

#buscadorCampos span {
    width: 110px;
    display: inline;
}

.resaltar {
    background-color: #f9e05e !important;
    border-radius: 5px;
}

.resaltar.focus {
    background-color: #d5bb3c !important;
}

.contenedorBotonColaborador {
    margin-top: 20px;
    text-align: right;
}

.opcionesSugerencias {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    font-size:13px;
    margin: 10px 5px;
}

.opcionesSugerencias div {
    width: 32%
}

.css-old label {
    cursor: pointer;
}

.css-old label:hover {
    text-decoration: underline;
}

#seguimientos .tablaContenedor .listadoFotoAgente {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 30px;
}
#seguimientos .contenidoFila,#seguimientos .segFechaAgente{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#seguimientos .listadoContenedorInicialesFoto{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative !important;
}

img.tareaCerrada{
    width: 20px;
}

img.fotofantasmaInputlista {
    display: none;
    position: absolute;
    top: 20px;
    right: -21px;
}

.cajaFichaAgenda img.fotofantasmaInputlista, .cajaFichaSeguimiento img.fotofantasmaInputlista {
    display: none;
    position: absolute;
    top: 20px;
    right: -28px;
}

#propiedad-cambioEstado img.fotofantasmaInputlista {
    position: relative;
    top: 10px;
    right: auto;
}

img[src$="listas.png"]:hover {
    cursor: pointer;
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

#whereclientesresultados img.fotofantasmaInputlista, #whereofertasresultados img.fotofantasmaInputlista, #agenda img.fotofantasmaInputlista {
    position: absolute;
    width: 25px;
    top: 30px;
    right: -5px;
    z-index: 2;
    background-color: white;
    border: 1px solid #666;
    border-radius: 5px;
}

#fichasubproceso img.fotofantasmaInputlista {
    position: absolute;
    width: 25px;
    top: 3px;
    right: -50px;
    z-index: 2;
}

#panelmandos img.fotofantasmaInputlista {
    position: relative;
    top: 10px;
    right: 0;
    width: 25px;
    z-index: 2;
}

span.visitaPorConfirmar {
    display: inline-block;
    margin-right: 3px;
    background-image: url("../images/visitaPorConfirmar.png");
    background-repeat: no-repeat;
    padding: 0 10px;
    height: 17px;
    width: 17px;
    background-size: 17px;
    background-position: center;
    background-color:whitesmoke;
}

#resavisos .prio > img {
    display: block !important;
    width: auto;
    height: 17px;
}

#resavisos .prio  img[src*='dest0.png'] {
    visibility: hidden;
}

.prioridadFiltraSeg {
    display: flex;
    align-items: center;
}

.prioridadFiltraSeg img {
    max-height: 28px;
    cursor: pointer;
    margin-left: 4px;
/* padding-top: 1px; */}

.prioridadFiltraSeg i {
    font-size: 33px;
    line-height: 0.7;
}

#historialGestionAutomatica {
    height: 80vh;
    overflow-y: auto;
}


#fichavisitas {
    width: 80vw;
    overflow: hidden;
}

#fichaseguimiento #listarelaciones span img {
    height: 15px;
}
#fichaseguimiento #listarelaciones span.botVer img {
    height: 12px;
    margin-top: 2px;
}

#fichaseguimiento #listarelaciones a,
#fichaseguimiento #listarelaciones span {
    float: right;
    margin-left: 5px;
}

.mostrarOcultarRequerido {
    display: flex;
    width: 49%;
    margin: 2px 0;
}

.mostrarOcultarRequerido select {
    width: 100px;
    margin-right: 6px;
}

/* RESPONSIVE */

/*avanzado*/


.avanzadoContenedor{
    display: flex;
}
.menuIzquierda{
    width: 190px;
    min-height: 100%;
    height: 100%;
    position: relative;
}

.panelAvanzado #titulocabecera{
    position: initial;
}

.panelAvanzado #usuariosContenedor #usuresultados{
    height: 100% !important;
}
.avanzadoForm2Container{
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    box-sizing: border-box;
    width: auto;
}

/* Ajustar hover y padding de las tablas */
#calidades .contenidoFiladatos:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#usuarios .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#usuarios .contenidoFila{
    padding-top: 5px
}

#tipos .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
#tipos .contenidoFila{
    padding-top: 5px
}

#ciudades .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
#ciudades .contenidoFila{
    padding-top: 5px
}

#tipoclientes .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
#tipoclientes .contenidoFila{
    padding-top: 5px
}

#encuestas .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
#encuestas .contenidoFila{
    padding-top: 5px
}

#pmandos .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
#pmandos .contenidoFila{
    padding-top: 5px
}

#eventos .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#fichapmando .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#embudos .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#fichaembudo .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#tablaEmbudosContenedor{
    margin-bottom: 30px;
}

#fichapmando .tablaContenedor .datas > div .contenidoFila > div{
    padding: 1px 5px;
}

#distritos .contenidoFila{
    padding-top: 5px
}

#fichadistrito .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#tipomedios .contenidoFila{
    padding-top: 5px
}
#tipomedios .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#fichaencuesta .contenidoFila{
    padding-top: 5px
}
#fichaencuesta .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#fichasubencuesta .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}
#fichaproceso .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

#procesos .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}

.tablaContenedor .datas > div .contenidoFila > div{
    padding: 1px 5px;
}
/* Panel contable */

#ingresos .contenidoFila{
    padding-top: 5px
}
#ingresos .contenidoFila:hover{
    background-color: rgba(0,0,0,0.1);
    cursor: pointer;
}


/* Panel Utilidades */

.bloqueUtilidades {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border: 1px solid #999;
    border-radius: 5px;
    flex-direction: column;
    margin: 10px 5px 30px;
    padding-bottom: 8px;
}

#panelmls .bloqueUtilidades {
    width: calc(50% - 35px);
}


.bloqueUtilidades .tituloUtilidades {
    font-size: 1.2em;
    width: 100%;
}

.bloqueUtilidades .tituloUtilidades h4 {
    margin-top: 5px;
}


.bloqueUtilidades .iconosUtilidades {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    padding: 8px 4px;
}

#panelmls .bloqueUtilidades .iconosUtilidades {
    padding: 10px 4px 2px;
}

#panelmls .bloqueUtilidades .iconosUtilidades > div {
    width: 120px;
    font-size: 14px;
    margin: 10px 5px 5px;
}

.divutils {
    width: 180px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    height: 70px;
}

.utilidadesBoton {
    cursor:pointer;
    float:left;
    height:40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.utilidadesBoton:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
}

.utilidadesBoton img {
    max-width: 50px;
    max-height: 45px;
}

.utilidadesTexto {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.utilidadesTexto:hover {
    cursor: pointer;
    -webkit-filter: brightness(140%);
    filter: brightness(140%);
}
/* Ajustar Altura de tablas */

#ingresos #ingresultados, #gastos #gasresultados, #facturas #facresultados{
    height: auto !important;
}

#tipresultados{
    height: auto !important;
}

#fichaencuesta #cuadroenviosresultados{
    height: 200px;
}
#fichaencuesta #enviosresultados{
    min-height: auto;
}
#encuestas #cuadrocampresultados{
    height: 300px;
}

#procesos #cuadrocampresultados{
    height: 100%;
}
#fichapmando #cuadroenviosresultados{
    height: 400px;
}

#reasignaciudades #divciudades2 #buscalista{
    display: block;
    margin-bottom: 10px;
}
#reasignazonas #zonas2 #buscalista{
    display: block;
    margin-bottom: 10px;
}

/* HELPERS */
.fullWidth {
    width: 100% !important;
}
.sm-margin-bottom{
    margin-bottom: 10px
}
.noMargin{
    margin: 0px;
}
.smallPaddinBox{
    padding: 15px 15px 40px;
    box-sizing: border-box;
}
.sm-right-botom-margin-children > div{
    margin-right: 10px;
    margin-bottom: 10px;
}
/* ----------- */
.consultaSeguimientos #whereseguimientosresultados{
    width: 100%;
}

.consultaSeguimientos .contenedorConsultaSeguimientos{
    float: left;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.consultaSeguimientos .contenedorConsultaSeguimieintos .flexCenter div{
    align-items: center;
}


#fichapromo{
    flex-direction: column;
}

#fichacliente .infoPrevio .contentTitulos .tituloPrevio span:before,
#fichapropiedad .infoPrevio .contentTitulos .tituloPrevio span span:before {
    content: '\e853';
    font-family: "ficonos";
    font-weight: normal;
    margin-right:5px;
    cursor: pointer;
}

.charlarMicroInput,
.charlarMicroTextarea {
    position: relative;
}

.charlarMicro-hablando {
    animation-iteration-count: infinite;
    animation-name: rotacion;
    animation-duration: 2s;
    animation-delay: .3s;
}

img.imgCharlarMicroInput {
    width: auto !important;
    height: 100% !important;
    filter: none !important;
    cursor: pointer;
}



#bmail #ordenMail{
    height: 26px;
    border-radius: 5px 0px 0px 5px;
    background: white;
    background-image: url(../images/desplegar2.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 50%;
    background-size: 12px;
    -webkit-appearance: none;
    padding: 0px 20px 0px 5px;
}

.teclaAccionCapaTemporal {
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 0 !important;
}

#irAtopEnMoviles {
    display: none;
    position: fixed;
    z-index: 2;
    box-sizing: border-box;
    font-size: 29px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    border: 2px solid #fff;
    width: 42px;
    height: 42px;
    bottom: 45px;
    right: 15px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--color6);
}

#vendidasmls div.selectorFilaDatos{
    width: 0px;
}

#vendidasmls .tablaContenedor .datacols .titulo_columna{
    padding: 1px 0px !important
}

#vendidasmls #opttvendidasmlsresultados{
    position: absolute;
    top: 35px;
}

#vendidasmls .contenidoFila{
    position: relative;
    min-height: 50px;
}

.fotofantasmaInputlista {
    display: none;
    cursor: pointer;
}

.previoPicker {
    width: 80px;
    height: 20px;
    margin-top: 1em;
    border: 3px solid transparent;
    border-radius: 5px;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #b7b7b7;
}

.colorpicker:not(#users\.colorseguimiento) {
    color: #505050 !important;
    background-color: #fff !important;
}



#fichapropiedad .flotanteRef, #fichacliente .flotanteRef{
    position: fixed;
    top: 92px;
    right: 0;
    background-color: rgb(89, 47, 52);
    padding: 5px 10px;
    color: rgb(255, 255, 255);
    z-index: 2;
    border-radius: 0 0 0 10px;
}

#ventanas.xMenuLateral #fichapropiedad .flotanteRef, #ventanas.xMenuLateral #fichacliente .flotanteRef {
    right: 46px;
}

#fichapropiedad #callePrevio{
    margin-top:10px;
}
#fichapropiedad #callePrevio button, #fichapropiedad #urlprospecto button {
    margin-left: 0px !important;
}

#fichapropiedad .nuevoBoton.exclusiva {
    border-color: #865603;
    background-color: #da8c04;
    color:#FFF;
    background-image: url(../images/ex2B.png);
    padding: 0 10px 0 22px;
}

#creaficha .cajaLateralFlotanteCrearFicha {
    opacity: 1;
    transition: .4s;
}

#creaficha .cajaLateralFlotanteCrearFicha.transicion {
    opacity: 0;
}


#miembros .contenedorOficina {
    display: inline-flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    width: 48vw;
}

#miembros .cabeceraOficinas {
    width:100%;
    background:var(--color3);
    color:#FFF;
    border-radius: 4px 4px 0 0;
    border-bottom-left-radius: 0;
    padding: 5px 1px;
    font-size: 1.2em;
}

#miembros .contenidoOficinas {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background: #E8F1F8;
    padding: 8px 0 0;
    display: none;
}

#miembros .contenidoOficina {
    width: 100%;
    text-align: center;
    font-size: 12px;
    background: #E8F1F8;
    border: 1px solid var(--color3);
    border-top: 0;
    border-radius: 0 0 4px 4px;
    padding: 8px 0 0;
}

#miembros .agentes {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    display: none;
}

#miembros .agentes .agente {
    display: flex;
    width: 47%;
    border: 2px solid #ccdfff;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
}

#miembros .agentes .sinAgente {
    border: 2px solid var(--color1);
    border-radius: 4px;
    padding: 5px 10px;
    margin: 5px 0;
    font-size: 1.2em;
    text-align: center;
    font-style: italic;
}

#miembros .agentes .foto {
    width:95px;
}

#miembros .agentes .foto img {
    width:90px;
    border-radius:100px;
}

#miembros .agentes .textoMls {
    font-size:11px;
    font-style: italic;
    padding-top:5px;
    text-align: left;
}

#miembros .agentes .datos {
    width:260px;
    margin-left:5px;
}

#miembros .presentacion {
    background: #D1E3F0;
    text-align: initial;
    position: relative;
}

#miembros .presentacion > span {
    display: inline-block;
    text-align: right;
    font-weight: bold;
    cursor: pointer;
    padding: 8px;
}

#miembros .textoPresentacion {
    position: absolute;
    background: #D1E3F0;
    padding: 0px 8px 8px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.totalObjetivos {
    position: relative;
    min-height: 13px;
}

.totalObjetivos:hover {
    opacity: 1 !important;
}

.totalObjetivos span {
    position: relative;
    display: inline-block;
    z-index: 2;
    color: #1c1c1c;
}

.hechoObjetivos {
    position: absolute;
    top: 0;
    background-color: #23ac23;
    height: 100%;
    z-index: 0;
}

#seguimientos button.nuevoBoton.reordenar{
    height: 25px;
    margin-top:0;
}

#seguimientos #ordenarSeg{
    border-right-width: 0px;
    /* border-bottom-right-radius: 0px; */
    /* border-top-right-radius: 0px; */
}
.mostrarEnMovilW480 {
    display: none !important;

}




/* quitar cuando se ponga visor de fotos nuevo */
#anteriorfoto {
    left: 20px !important;
    top: 33vh !important;
}
#siguientefoto {
    right: 20px !important;
    left: auto !important;
    top: 33vh !important;
}

#opcionescol{
    background: #FFF;
    flex-direction: column;
}

#mailcreacliente .contenedorMailCreaCliente,
#cerrar-repeticiones .contenedorOpcionesRepeticion,
#seguimientos-vinculados .contenedorOpcionesVinculacion {
    display: flex;
    flex-direction: column;
    padding: 15px;
}

#mailcreacliente .contenedorMailCreaCliente > *,
#cerrar-repeticiones .contenedorOpcionesRepeticion > *,
#seguimientos-vinculados .contenedorOpcionesVinculacion > * {
    padding: 10px;
}

#mailcreacliente .contenedorBotones{
    display: flex;
    justify-content: space-between;
}

#empresas{
    flex-direction: column;
}

#fichaingreso #cancelar, #fichaingreso #guardar{
    display: none;
}

#fichaingreso #ingreso{
    width: 100%;
}

#fichaingreso .datosGenerales div,
#fichaingreso .datosHonorarios div,
#fichaingreso .datosIntervinientes button{
    margin: 0px 10px;
}

#fichagasto .datosGenerales div,
#fichaempresa .datosGenerales div,
#fichafactura .datosGenerales div,
#fichaingreso  .datosIntervinientes div{
    margin: 10px;
}

#fichaingreso .datosObservaciones {
    padding: 0px 20px;
}

#fichagasto .observacionesGasto{
    width: 100%;
}

#ventanas #fichaempresa{
    flex-direction: column !important;
}

#fichaempresa .empresaGrandes input[type="text"],#fichaempresa .empresaGrandes textarea{
    width: 100%;
}

/* Ajustado para web components */
#ventanas .resaltadoError:not(iv-select-pro):not(iv-calendario) {
    border:1px solid #c22400 !important;
    background-color: #ffe0df !important;
    /*transition: border-width .3s;*/
}

#ventanas .resaltadoError:not(.error_selec):not(iv-select-pro):not(iv-calendario) {
    margin: 2px;
}

#ventanas .resaltadoEnRevision:not(iv-select-pro):not(iv-calendario),
#ventanas .resaltadoNotificacion:not(iv-select-pro):not(iv-calendario) {
    border:1px solid #ffd130 !important;
    background-color: #fff6d9 !important;
}

#ventanas .error_selec:not(iv-select-pro) {
    border-width: 3px !important;
}


#ventanas iv-select-pro.resaltadoError,
#ventanas iv-calendario.resaltadoError {
    border: 1px solid #c22400 !important;
    border-radius: 5px;
    /*filter: invert(88%) sepia(41%) saturate(2701%) hue-rotate(152deg) brightness(89%) contrast(91%) !important;*/
}

#ventanas iv-select-pro.resaltadoEnRevision,
#ventanas iv-select-pro.resaltadoNotificacion,
#ventanas iv-calendario.resaltadoEnRevision,
#ventanas iv-calendario.resaltadoNotificacion {
    border: 1px solid #ffd130 !important;
    border-radius: 5px;
    /*filter: invert(87%) sepia(90%) saturate(5016%) hue-rotate(305deg) brightness(105%) contrast(136%) !important;*/
}

#cargando{
    display:none;
    position:absolute;
    top:0;
    width: 100%;
    height: 100vh;
    background: url('../images/loading128.gif') no-repeat 50% 50%;
    z-index:100;
}

.zindex100{
    z-index:100 !important;
}

#consultaseg .capader input[type=text]{
    width: 100px !important;
    padding: 5px;
    height: 34px !important;
font-size: 13px;
    font-weight: bold;
    border: 2px solid #666;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.miniBuscarCofe {
    margin-left: auto;
    background-image: url(../images/buscar.png);
    background-size: 14px;
    background-repeat: no-repeat;
    width: 15px;
    height: 14px;
}

.iconoAvisoWhatsapp {
    width: 35px;
    height: 22px;
    background-size: cover;
    cursor: pointer;
    background-image: url(../images/whatsappReenvio.png);
    background-repeat: no-repeat;
}

.iconoAvisoWhatsapp:hover {
    -webkit-filter: brightness(111%);
    filter: brightness(111%);
}

#mensajeSoloConsulta {
    background-color: gold;
    padding: 8px 14px;
    border-radius: 5px;
    margin: 6px 4px;
    font-weight: bold;
    color: #2f3f59;
}

#postit {
    width: 40px;
    height: 40px;
    padding: 4px 10px 2px 5px !important;
    margin-top: 1px;
    position: relative;
    background: url(../images/notas.png) center no-repeat;
    background-size: 28px;
    cursor: pointer;
    background-color: var(--color2);
    border-radius: 50%;
    z-index: 200;
}

#listadoPostIt{
    display:none;
    flex-direction: column;
    background-color:#fff;
}

#contenedorPostIt{
    width: 550px;
    padding:20px;
    padding-top:0px;
}

#contenedorPostIt textarea{
    width: 98%;
    height:16px;
    margin-right:10px;
}


#contenedorPostIt .lineaPostIt div{
    padding:5px;
    max-height: 30px;
    max-width: 350px;
}

#listadoPostIt #listaPostIt{
    margin-top:10px;
    max-height:255px;
    overflow-y:auto;
    justify-content: space-between;
    padding-right: 4px;
}

#listadoPostIt #listaPostIt>div:nth-child(odd) {
    background: #9fe289;
}

#listaPostIt .fecha{
    font-size: 11px;
}

#listaPostIt .texto{
    font-size: 13px;
    cursor: pointer;
    /* display: -webkit-box; */
    /* line-height: 30px; */
    /* vertical-align: middle; */
    overflow: auto;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 40px;
    max-height: 40px;
}

#listaPostIt .texto:focus {
    outline: none;
}

#listaPostIt .papeleraNota{
    width:20px;
    height:20px;
    background-image: url('../images/borrarPostIt.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 10px 10px;
    cursor:pointer;
    position: absolute;
    bottom: -25px;
    left: 0px;
    z-index: 1;
}

#listaPostIt .lineaPostIt {
    min-height: 40px;
}

#listaPostIt .lineaPostIt {
    padding: 5px;
    background: #fbe25c;
    position: relative;
    min-height: 50px;
    margin-bottom: 40px;
    width: 150px;
}

#listaPostIt .lineaPostIt:after {
    content: "";
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 2em;
    border-width: 15px;
    border-style: solid;
    border-color: #fbe25c;
}
#listadoPostIt #listaPostIt>div:nth-child(odd):after{
    border-color: #9fe289;
}

#listaPostIt .lineaPostIt:before {
    content: "";
    position: absolute;
    bottom: -2em;
    right: 0;
    border-width: 2em 2em 0 0;
    border-style: solid;
    border-color: #ecca10 transparent;
}

#listadoPostIt #listaPostIt>div:nth-child(odd):before{
    border-color: #7db669 transparent;
}

#contenedorPostIt .contBotonAgente{
    width: 41%;
    justify-content: space-between;
    align-items: center;
    display:none;
}

#contenedorPostIt .contBotonAgente>div>span{
    font-size: 11px;
    margin-left: 2px;
}

#contenedorPostIt button{
    margin-left:0px !important;
}

#titulocabecera #postit>div.tooltip {
    width: 100%;
    font-size: 12px;
    color: white;
    margin-top: 13px;
    font-weight: bold;
    text-align: center;
    transform: rotate(9deg);
    overflow: hidden;
}

#listaPostIt .texto::-webkit-scrollbar{
    width: 7px;
    background-color: #fbe25c;
}
#listadoPostIt #listaPostIt>div:nth-child(odd) .texto::-webkit-scrollbar{
    background-color: #9fe289;
}

#listaPostIt .texto::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #dfbe10;
}
#listadoPostIt #listaPostIt>div:nth-child(odd) .texto::-webkit-scrollbar-thumb{
    background-color: #639252;
}

#postit .nuevoPostit {
    position: absolute;
    top: 34px;
    left: -30px;
    font-size: 11px;
    width: 82px;
    text-align: center;
    background-color: var(--color3);
    color: #FFF;
    padding: 3px 4px 3px 1px;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
    display: none;
    transform: rotate(9deg);
}

.bloqueRedesSociales {
    display: flex;
    flex-wrap: nowrap;
}

.bloqueRedesSociales {
    display: flex;
    flex-wrap: nowrap;
    padding: 8px;
}

.bloqueRedesSociales > div {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    margin: 10px 12px;
    cursor: pointer;
}

.bloqueRedesSociales > div:hover {
    -webkit-filter: brightness(111%);
    filter: brightness(111%);
}

.bloqueRedesSociales > div img {
    width: 60px;
    margin-bottom: 5px;
}

.bloqueRedesSociales > div span {
    font-size: 16px;
    font-weight: bold;
}

div#pasarela .contenidoPasarela {
    align-items: center;
    justify-content: space-around;
    font-size: 1.1em;
    min-width: 333px;
    min-height: 90px;
    padding: 10px 10px 10px;
    padding: 30px !important;
}



.masFiltros{
    width:30px !important;
    min-width:auto !important;
    cursor:pointer;
}




#ventanas table.tablaauto input[type=button] {
    width: auto !important;
}


.ventanaFichaSeguimiento .fichaseguimiento-observacionescaja textarea {
    overflow: auto !important;
    resize: none !important;
}



#aviso{
    z-index:200 !important;
    /* padding-bottom: 15px; */
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19);
}

.selectorpag{
    width: 34px;
    padding: 2px;
    border-radius: 2px;
    min-height: 15px !important;
    /* height: 15px !important; */
    display: flex;
    align-items: center;
}

#bmail .selectorpag {
    margin-bottom: -15px;
    margin-left: 20px;
}

#gescrucesofe .selectorpag, #gescruces .selectorpag {
    margin-bottom: 5px;
    margin-top: 0px;
}

#bmail .selecEtiqueta{
    margin-left: 55px;
    width: 20px;
    height: 20px;
    position: absolute !important;
}

.botonNaranjaImprimir{
    padding: 0 25px 0 0px !important;
    background-image: url(../images/imprimirB.png);
    z-index: 1;
}

/*---------USADO para reproductor video y para landingpage ayudavideos, si no existe imagen le pondra la de su categoria--------*/
.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='propiedades'],#videosformativos .contenidoVideo .imgVid[categoria='propiedades'] {
    background-image: url(../images/propiedades.jpg);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='cursos_crm'],#videosformativos .contenidoVideo .imgVid[categoria='cursos_crm'] {
    background-image: url(../images/primerosPasos.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='novedades'],#videosformativos .contenidoVideo .imgVid[categoria='novedades'] {
    background-image: url(../images/primerosPasos.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='agenda'],#videosformativos .contenidoVideo .imgVid[categoria='agenda'] {
    background-image: url(../images/agenda.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='demandas'],#videosformativos .contenidoVideo .imgVid[categoria='demandas'] {
    background-image: url(../images/demandas.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='contactos'],#videosformativos .contenidoVideo .imgVid[categoria='contactos']  {
    background-image: url(../images/contactos.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='primeros_pasos'],#videosformativos .contenidoVideo .imgVid[categoria='primeros_pasos']  {
    background-image: url(../images/primerosPasos.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='portales'],#videosformativos .contenidoVideo .imgVid[categoria='portales'] {
    background-image: url(../images/portales.jpg);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='correos'],#videosformativos .contenidoVideo .imgVid[categoria='correos'] {
    background-image: url(../images/correos.jpg);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='panel_avanzado'],#videosformativos .contenidoVideo .imgVid[categoria='panel_avanzado'] {
    background-image: url(../images/panel_avanzado.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='utilidades'],#videosformativos .contenidoVideo .imgVid[categoria='utilidades'] {
    background-image: url(../images/panel_avanzado.png);
}

.cuadriculaCategorias .cuadroCategoria .imagenTitular[categoria='otros'],#videosformativos .contenidoVideo .imgVid[categoria='otros'] {
    background-image: url(../images/general.jpg);
}

#ayudalandingvideos.novedades .cuadriculaCategorias .cuadroCategoria .imagenTitular { /* Cambiamos el estilo para novedades */
    background-image: none;
}

.grupoOrdenar {
    display: flex;
    align-items: center;
}

#chatTelegram{
    display:none;
    flex-direction:column;
    position:fixed;
    bottom: 0px;
    left:0px;
    width:400px;
    height:500px;
    border: 1px solid var(--color4);
    border-bottom: 0px;
    border-left: 0px;
    border-radius: 0px 10px 0px 0px;
    -webkit-box-shadow: -9px 10px 10px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: -9px 10px 10px 10px rgba(0,0,0,0.75);
    box-shadow: -9px 10px 10px 10px rgba(0,0,0,0.75);
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tgrDatosCliente img{
    width:20px;
    height:20px;
    border-radius:50px;
}

#tgrDatosCliente{
    align-items: center;
    padding:0px 5px;
    background-color:#eeee;
    border-radius:5px;
    margin-right: 5px;
    cursor: pointer !important;
    position:relative;
}

#tgrDatosCliente.tgrActiva{
    background-color:var(--color3);
    color:#fff !important;
}

#tgrDatosCliente.tgrActiva .tgrNombreCliente{
    background-color:var(--color3);
    color:#fff !important;
}

#tgrHeader{
    width:100%;
    min-height: 30px !important;
}

#tgrConversaciones{
    display:flex;
}

.tgrCerrarPestana{
    position:absolute;
    top: 1px;
    right: 5px;
    font-size: 10px;
}
.cerrarTelegram{
    color: #fff;
    padding: 1px 7px 9px 7px;
    font-weight: bold;
    height: 10px !important;
    background-color: var(--color4);
    border-radius: 50px;
    cursor:pointer !important;
}

.tgrNombreCliente{
    color:var(--color4);
    margin-left:5px;
    margin-right:5px;
    padding-right: 8px
}

#tgrCuerpo{
    margin-top: 5px;
    margin-bottom:5px;
    overflow-y:auto;
    padding:0px 9px 10px 8px;
    box-sizing:border-box;
    align-items:self-start;
}

#tgrCuerpo div{
    padding:5px;
    padding-right:35px;
    color:#444343;
    margin-top:5px;
    border-radius:5px;
    position:relative;
    font-size:15px;
}

#tgrCuerpo div.recibido{
    background-color:#e8e6e6;
    border-bottom-left-radius:0px;
}

#tgrCuerpo div.enviado{
    background-color:#e1ffc7;
    text-align:right;
    margin-left:auto;
    border-bottom-right-radius:0px;
}
#tgrCuerpo div.recibido:after{

    right: 100%;
    top: calc(100% - 5px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#tgrCuerpo div.recibido:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 7px;
    border-color: transparent transparent #e8e6e6 transparent;
}

#tgrCuerpo div.enviado:after{

    left: 100%;
    top: calc(100% - 5px);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#tgrCuerpo div.enviado:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 5px 0;
    border-color: transparent transparent #e1ffc7 transparent;
    /*margin-top:9px;*/
}

#tgrCuerpo::-webkit-scrollbar{
    width: 7px;
    background-color: #e8e6e6;
    cursor:pointer;
}
#tgrCuerpo::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--color4);
    cursor:pointer;
}

#tgrCuerpo span.horaMensaje{
    font-size:10px;
    color:#8a8a8a;
    position:absolute;
    bottom: 2px;
    right:2px;
}

#tgrPie{
    margin-top:auto;
    min-height: 50px !important;
}

#tgrPie textarea{
    width:100%;
}

#tgrPie button{
    height:auto;
}

#usuarios .usuariosContenedor .cajaTotalUsers {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#usuarios .usuariosContenedor #numTotalUsuarios {

    color: var(--color3);
    font-size: 15px;
    font-weight: bold;
}
#usuarios .usuariosContenedor #fotoTotalUsuarios{
    background-image: url(../images/nofoto.jpg);
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 20px;
}

#novedades #contenedorNovedades{
    padding:10px 10px;
}

#novedades .ndTitulo{
    width:100%;
}

#novedades .filaNovedad{
    padding: 10px 0px;
}
#novedades .filaNovedad:nth-child(even){
    background-color:#aaa;
}
#novedades .filaNovedad:nth-child(odd){
    background-color:#fff;
}

#novedades #collistadonovedades{
    display:none;
}

#novedades .contenidoFila div:not(:last-child){
    justify-content: center;
    align-items: center;
}
#novedades div.contenidoFila>div:first-child{
    display:none;
}

#novedades .contenidoFila{
    padding:15px 0px;
}

#novedades .novedadesTitulo{
    font-weight:bold;
    color:#1A1515;
}

#novedades .contenidoFila{
    cursor:pointer;
}

#bmail .novedadCorreo {
    background-color: #459ae0 !important;
    font-weight:bold;
    color: #e3e4e3;
    padding: 5px 0px 5px 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bmail #correo-bloqueder #mailresultados .novedadCorreo #opttmailresultados button:not(.abrir):not(.eliminar){
    display:none !important;
}

#bmail .novedadCorreo .contenidoFiladatos{
    margin:10px 0px;
}

#fichavisitas #tituloVisita, #fichavisitas #valoracionVisita{
    font-size:16px;
}

#fichavisitas .ndCajaTitulo:first-child{
    justify-content: space-between;
}

#fichavisitas .datosVisita{
    display:flex;
    flex-direction:column;
    max-width:25%;
    box-sizing: border-box;
    font-weight:bold;
    color:var(--color4);
    background-color:whitesmoke;
    font-size:11px;
    padding-top:3px;
}

#fichavisitas .datosVisita input:disabled{
    border:none !important;
    background:none !important;
    box-shadow:none !important;
    font-size:12px
}

#fichavisitas .bordeVisitaNoConfirmada{
    border:3px solid #f32943;
    border-radius:5px;
}
#fichavisitas .bordeVisitaObservaciones{
    border:3px solid #2f3f59;
    border-radius:5px;
}
#fichavisitas #datosVisitaObservaciones{
    max-width:400px;
    max-width:48%;
    padding:6px;
    box-sizing:border-box;
}

#fichavisitas .datosVisita button {
    background-color: whitesmoke;
    cursor: pointer !important;
}

.cajaFotoMultiple {
    position: relative;
}

.flechaprev,
.flechanext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    width: 40px;
    height: 40px;
    transition: all .3s ease;
    cursor: pointer;
}

.flechaprev {
    left: 0;
    background: url(../images/large_left.png) no-Repeat top left;
}

.flechanext {
    right: 0;
    background: url(../images/large_right.png) no-Repeat top left;
}

.cajaFotoMultiple:hover .flechaprev {
    opacity: 1;
    left: 10px;
}

.cajaFotoMultiple:hover .flechanext {
    opacity: 1;
    right: 10px;
}

#fichapropiedad .flechaprev,
#fichapropiedad .flechanext {
    z-index: 5;
    filter: invert(100%);
    background-position: bottom left;
}

#contenedorListadoExterno{
    padding:10px;
    min-width:400px;
}

#contenedorListadoExterno .ndCajaTitulo {
    width:100%;
    height:20px;
    justify-content: space-between;
}

#listaListadoExterno{
    height: 200px;
    overflow-y: auto;
}

#listaListadoExterno>div{
    padding:7px;
    min-height:20px;
    cursor:pointer;
}

#listaListadoExterno>div:nth-child(even) {
    background: #dadada
}
#listaListadoExterno>div:nth-child(odd) {
    background: #FFF
}

#listaListadoExterno img#borrarLE{
    height:15px;
}
#listaListadoExterno img#abrirLE{
    height:14px;
}

#listaAnadir{
    margin-bottom:20px;
}
#listaAnadir input[type=text]{
    width: 240px;
}

#listaListadoExterno #botonesLE{
    display:none;
    width:40px;
}

.errorEnCorreo {
    text-align: center;
    font-size: 1.5em;
    color: #666;
}

#enviaremail #cola{
    position: absolute;
    top: 45px;
    left: 8px;
}
#enviaremail .nuevocorreo-bloquecentral{
    margin-top:15px;
}
.txtcola{
    margin-right:10px;
    background-color: #bbae0b;
    color: white;
    padding: 4px 10px;
    border-radius: 5px;
    border: 2px solid #d35f56;
}

.txtcola i{
    margin-right: 8px;
    color: #313131;
    font-size: 16px;
}

.txtcolaPorcen{
    font-weight:bold;
}

#urbandata{
    display:none;
    position:absolute;
    bottom:10px;
    left:10px;
    z-index:5;
    background-color:#fff;
    padding:10px;
    border: 2px solid #194454;
    border-radius:5px;
}

#fichavisitas #tituloVisita{
    display:flex;
}

#fichavisitas #tituloVisita i{
    display:none;
    margin-left: 5px;
    color:#444444;
}

#fichavisitas #tituloVisita:hover i{
    display:block;
}


/* Estilos comunes */
#cajaPopups {
    position: fixed;
    z-index: 250;
    bottom: 55px;
    right: 20px;
    width: 350px;
}

#cajaPopups .popup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    width: 350px;
    background-color: #FFF;
    position: relative;
    margin-top: 15px;
    border-radius: 5px;
    user-select: text;
    transform: translateX(370px);
    transition: all 350ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

#cajaPopups .popup.popup-abrir {
    transform: translateX(0px);
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#cajaPopups .popup .popup-tipo {
    width: 50px;
    text-align: center;
}

#cajaPopups .popup .popup-tipo .ic {
    font-size: 25px;
}

#cajaPopups .popup .popup-contenido {
    width: calc(100% - 60px);
}

#cajaPopups .popup .popup-contenido p {
    margin: 8px 36px 12px 0px;
    text-align: justify;
    color: #555;
}

#cajaPopups .popup .popup-contenido p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    user-select: none;
}

#cajaPopups .popup .popup-cierre {
    position: absolute;
    top: 10px;
    right: 5px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#cajaPopups .popup .popup-cierre .ic {
    font-size: 16px;
}

#cajaPopups .popup.funcionActiva:hover {
    cursor: pointer;
    filter: saturate(250%);
    -webkit-filter: saturate(250%);
}

/* Tipo OK */
#cajaPopups .popup.ok {
    border-color: #529405;
}

#cajaPopups .popup.ok .ic,
#cajaPopups .popup.ok .popup-contenido p:first-child,
#cajaPopups .popup.ok p {
    color: #529405;
}

#cajaPopups .popup.ok {
    background-color: #D4E4C1;
}

/* Tipo error */
#cajaPopups .popup.error {
    border-color: #DC3912;
}

#cajaPopups .popup.error .ic,
#cajaPopups .popup.error .popup-contenido p:first-child,
#cajaPopups .popup.error p {
    color: #DC3912;
}

#cajaPopups .popup.error {
    background-color: #F6CDC4;
}

/* Tipo info */
#cajaPopups .popup.info {
    border-color: #1C62B2;
}

#cajaPopups .popup.info .ic,
#cajaPopups .popup.info .popup-contenido p:first-child,
#cajaPopups .popup.info p {
    color: #1C62B2;
}

#cajaPopups .popup.info {
    background-color: #C6D8EB;
}

/* Tipo aviso */
#cajaPopups .popup.aviso {
    border-color: #FDC101;
}

#cajaPopups .popup.aviso .ic,
#cajaPopups .popup.aviso .popup-contenido p:first-child,
#cajaPopups .popup.aviso p {
    color: #C79700;
}

#cajaPopups .popup.aviso {
    background-color: #FFEFBF;
}

#cofe .selectorpag, #gescruces .selectorpag,
#demandas .selectorpag,
#bmail .selectorpag,
#telefonos .selectorpag{
    margin-bottom:0px;
    margin-top: 7px;
}

#encabezadoListado{
    align-items: flex-end;
}

#encabezadoListado input{
    box-shadow:none;
    text-align: right;
    padding-right: 30px !important;
}

#encabezadoListado select{
    text-align-last: right;
    padding-right: 25px !important;
}



#encabezadoListado table{
    border:none !important;
}

#ordenProp, #ordenCruce, #ordenDem, #ordenGescruceOfe, #ordenMail, #ordenCli, #ordenSeg{
    border:none !important;
    border-radius: 0px !important;
}

#ordenCli{
    font-weight: initial !important;
}

#encabezadoListado  #reordenar {
    border:none;
    background:none;
    color:var(--color4);
    padding: 2px !important;
}

.ayudaVideoBuscador {
    display: none;
}

.buscadorAncho .ayudaVideoBuscador {
    display: block;
    width: 26px;
    height: 26px;
    position: absolute !important;
    top: 12px;
    left: -28px;
    background-size: 14px;
    background-image: url(../images/videosB.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color3);
    border-radius: 50%;
    cursor: pointer;
    opacity: .5;
}

.buscadorAncho .ayudaVideoBuscador:hover {
    opacity: 1;
}

.buscadorAncho #cofeContenedor, .buscadorAncho #demandasContenedor, .buscadorAncho #telContenedor, .buscadorAncho #consulsegContenedor {
    display: flex;
    flex-direction: column;
}

.buscadorAncho .cajaLateralFlotante {
    top: auto !important;
    height: auto !important;
    position: relative;
    width: 100%;
    background-color: white;
    display: flex;
    flex-flow: row wrap;
}


.buscadorAncho #tags div {
    border: 1px solid #bababa;
    padding: 7px 30px 31px 22px;
    background-color: #E6E6E6;
    font-size: 1em;
    max-height: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-radius: 8px;
    box-shadow: 2px 2px 3px #cccccc;
    color: #444;
    transition: .2s;
}

.buscadorAncho #tags div.tagResaltado {
    background-color: #d7ff7b;
}


.buscadorAncho #tags div#lista_disponibilidad {
    padding: 7px 18px 31px 22px;
}

.buscadorAncho #busqInteligente div span.close {
    background-image: url(../images/close.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 14px;
    right: 8px;
    cursor: pointer;
    width: 10px;
    height: 10px;
}

.buscadorAncho #tags div:hover {
    background-color: #dbdbdb;
}

.cajaNoEncontrados {
    display: none;
}

.buscadorAncho .cajaNoEncontrados {
    position: absolute;
    right: 0;
    top: 75px;
    border-radius: 4px;
    font-size: 1.2em;
    text-align: left;
    border: 1px solid #d1d1d1;
    padding: 5px 10px 10px 15px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    box-shadow: 0 0 3px #00000047;
    z-index: 1;
    cursor: default;
}

.buscadorAncho .cajaNoEncontrados:before {
    content: "";
    position: absolute;


    left: 50%;
    top: -18px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #d1d1d1;
}

.buscadorAncho .cajaNoEncontrados p {
    font-style: italic;
    padding-right: 20px;
    margin-top: 5px;
}

.buscadorAncho .cajaNoEncontrados ul {
    color: #444;
}

.cajaConsejosDeUso {
    display: none;
}

.cajaConsejosDeUso .cerrarConsejo {
    position: absolute;
    right: 10px;
    top: 9px;
    background: url(../images/cerrar_1.png) no-repeat;
    background-size: 10px;
    background-position: right center;
    padding-right: 14px;
    width: auto;
    height: 18px;
    opacity: .7;
    transition: .2s;
    font-size: 13px;
    font-variant: all-small-caps;
}

.cajaConsejosDeUso .cerrarConsejo:hover {
    opacity: 1;
    cursor: pointer;
}

.buscadorAncho .cajaConsejosDeUso {
    position: absolute;
    left: 10px;
    top: 55px;
    border-radius: 4px;
    font-size: 1.2em;
    text-align: left;
    border: 1px solid #d1d1d1;
    padding: 5px 10px 20px 15px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px #00000025;
    z-index: 3;
    cursor: default;
    width: calc(100% - 10px);
    min-height: 250px;
}

.buscadorAncho .cajaConsejosDeUso:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -18px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #d1d1d1;
}

.buscadorAncho .cajaConsejosDeUso h3 {
    font-family: Comfortaa;
    margin-left: 20px;
    margin-top: 12px;
    font-weight: normal;
}

.buscadorAncho .cajaConsejosDeUso div.tituloBusc {
    font-family: Comfortaa;
    text-align: center;
    margin-top: 12px;
    font-variant: petite-caps;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: #555;
}

.cajaConsejosDeUso video {
    text-align: center;
    width: 95%;
    display: block;
    margin: 0 auto;
}

.cajaConsejosDeUso > div {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.cajaConsejosDeUso > div .buscadorDescripcion, .cajaConsejosDeUso > div .buscadorDetalle {
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.coordenadasBuscAncho {
    display: none;
}

.buscadorAncho .coordenadasBuscAncho {
    display: inline-block;
    position: absolute !important;
    top: 0;
    border: 1px solid #cecece;
    border-right: 0;
    right: 0;
    background-color: white;
    border-radius: 8px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 39px;
    width: 40px;
}

.buscadorAncho .coordenadasBuscAncho > button {
    height: 100%;
    box-sizing: border-box;
    width: 40px;
    padding: 0;
    margin: 0;
    background-position: center;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-size: 22px;
}

.botonCambiaBuscador {
    opacity: 0;
    position: absolute;
    top: 60px;
    right: -12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.buscadorAncho .botonCambiaBuscador {
    top: 10px;
    left: 5px;
    right: auto;
    background-color: var(--color4);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mouseover .botonCambiaBuscador {
    z-index: 2;
    display: block;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid var(--color4);
    background-color: white;
    box-shadow: #263c6214 0 2px 4px 1px;
    transition: .3s;
}

.botonCambiaBuscador svg path {
    fill: var(--color3);
    transition: 0.2s;
}

.mouseover .botonCambiaBuscador:hover {
    border: 1px solid white;
    background-color: var(--color4);
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.mouseover .botonCambiaBuscador:hover svg path {
    fill: white;
}

.buscadorAncho #resultBusq {
    box-shadow: 1px 1px 2px 1px #66666660;
    border: 1px solid #d1d1d1;
    top: 50px;
    left: 180px;
    width: calc(100% - 252px);
}

.buscadorAncho #resultBusq:before {
    content: "";
    position: absolute;
    left: 30px;
    top: -18px;
    width: 0;
    height: 0;
    border-right: 9px solid transparent;
    border-top: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #d1d1d1;
}

.buscadorAncho #resultBusq .result {
    padding: 5px 10px;
}


.buscadorAncho #cofeIzquierda, .buscadorAncho #demIzquierda, .buscadorAncho #telIzquierda {
    width: 100%;
    height: auto;
    min-height: auto;
    position: relative;
    text-align: center;
}

.buscadorAncho #filtrocapas {
    /*display: none;*/
}


#cofe.buscadorAncho #buscadorInteligenteCofe,
#demandas.buscadorAncho #buscadorInteligenteDem,
#telefonos.buscadorAncho #buscadorInteligente,
#consulseg.buscadorAncho #buscadorInteligente {
    display: inline-block;
    width: 80%;
    margin: 12px auto 5px;
}

.buscadorAncho .capader {
    width: 100% !important;
    padding: 0 50px !important;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.buscadorAncho #whereofertasresultados, .buscadorAncho .totalResultados  {
    display: none;
}

.numResultadosBis {
    display: none;
}
.buscadorAncho #encabezadoListado {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 15px;
}

.buscadorAncho #busqInteligente .ico {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;

}
.buscadorAncho .numResultadosBis {
    display: inline-block;
    font-style: italic;
    font-size: 1.1em;
}

#cofe .grupoOrdenControlTablas,
#telefonos .grupoOrdenControlTablas{
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.buscadorAncho #busqInteligente .grupoBuscadorInteligenteYlupa {
    width: calc(100% - 65px);
}

.buscadorAncho #busqInteligente #consultabus {
    height: auto;
    font-size: 1.3em;
    font-style: italic;
    width: 100%;
    display: inline-block;
    border: 1px solid #cecece;
    -webkit-box-shadow: 2px 2px 3px #33333333;
    box-shadow: 2px 2px 3px #33333333;
    border-radius: 8px;
    transition: .3s;
}

#consulseg.buscadorAncho #busqInteligente #consultabus {
    padding: 10px 90px 10px 20px !important;
}

.buscadorAncho #busqInteligente .lupa {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    background-image: url(../images/buscar.png);
    left: 0;
    width: 60px;
    height: 100%;
    top: 2px;
    transform: initial;
    transition: .1s;
}

.buscadorAncho #busqInteligente .lupa-domibus {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    opacity: 1;
    cursor: pointer;
    position: absolute;
    background-image: url(../images/cliente.png);
    right: 40px;
    width: 60px;
    height: 100%;
    top: 0px;
    transform: initial;
    transition: .1s;
}

.buscadorAncho #busqInteligente .lupa.loading {
    background-size: 30px;
}

#busqInteligente .lupa.loading {
    background-image: url(../images/loading32.gif);
    display: inline;
}

.buscadorAncho #busqInteligente {
    position: relative;
}

.buscadorAncho #tags.conEncuesta {
    width: calc(100% - 222px);
}

.buscadorAncho #tags {
    display: flex;
    justify-content: flex-start;
    width: calc(100% - 65px);
    flex-wrap: wrap;
    transition: .4s;
}

.respuestaUtil {
    display: none;
}

.buscadorAncho #inteligente .respuestaUtil {
    position: absolute;
    right: 76px;
    padding: 1px 0 4px;
}

#inteligente .respuestaUtil i {
    color: #e1863d;
    font-size: 15px;
}

#inteligente .respuestaUtil span:hover {
    text-decoration: underline;
}

#inteligente .respuestaUtil:hover {
    filter: contrast(150%);
    cursor: pointer;
}

#plantmail .botonesPlantillaMail{
    display:flex;
    justify-content: space-between;
    margin-top:15px;
    width:95%;
}


#plantmail .form.bordes #files{
    width:97% !important;
}


#seguimientos #ajustar .form{
    padding: 0px 10px 45px 10px !important;
}

#fichatelfmod .moverVentanas{
    display:none;
}

@media (max-width: 1024px) {
    #menuprevio {-ms-flex-wrap: wrap;flex-wrap: wrap;}
    #menuprevio > div {width: 100%;}

    .bloquePanelResumen {
        font-size: 12px;
    }


    #fichavisitas {
        width: 85vw;
    }

    .ventanaFichaAgenda, .ventanaFichaSeguimiento {
        width:100%;
        box-sizing: border-box;
    }

    .flexWrap1024 {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .fullWidth1024 {
        width: 100% !important;
    }

    .inlineBlock1024 {
        display: inline-block;
    }

    .cajaRelacionarCon {
        width: 98%;
        margin: 5px 5px 5px 15px;
        height: auto;
        min-height: 100px;
    }

    #miembros .contenedorOficina {
        flex-wrap: nowrap;
        width: 95vw;
        align-items: center;
        flex-direction: column;
    }

    .divutils {
        width: 120px;
    }

    #contenedorFotosRelaciones {
        width: 72vw;
    }

}

@media (min-width: 801px) {
    .cajaLateralFlotante {
        top: calc(49px + 43px) !important;
        height: calc(100% - 49px - 43px - 30px) !important;
    }

    body.conaviso .cajaLateralFlotante {
        top: calc(49px + 43px + 40px) !important;
        height: calc(100% - 49px - 30px - 40px) !important;
        transition: .3s;
    }

    body.conaviso .buscadorAncho .cajaLateralFlotante {
        top: auto!important;
    }

    .buscadorAncho .ayudaBusqInteligente {
        padding: 8px 50px;
    }
}

@media (max-width: 800px) {

    .visitas-cajacontenedordetalles{
        min-width:350px;
    }

    .bordeVisitaObservaciones{
        min-width:100%;
    }

    .bloqueUtilidades {
        width: calc(100% - 35px);
    }


    #fotos2 {
        width: 100% !important;
        height: 100% !important;
    }

    .flexcolumn800{
        flex-direction: column;
        align-items: flex-start;
    }

    .fullWidth800{
        width: 100% !important;
    }

    .flexWrap800 {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    #usuarios .capader {
        width: 100% !important;
    }

    #calidades .capader {
        width: 100% !important;
    }

    #tipos .capader {
        width: 100% !important;
    }
    #ciudades .capader {
        width: 100% !important;
    }
    #tipoclientes .capader {
        width: 100% !important;
    }
    #distritos .capader {
        width: 100% !important;
    }

    #abreBuscadorCampos {
        display: flex !important;
    }

    #buscadorCampos {
        position: absolute;
        top: 92px;
        right: 0px;
        z-index: 2;
        padding: 5px 10px 8px;
        box-sizing: border-box;
        background-color: #592f34;
        display: none;
        color: #EEE;
        flex-direction: row-reverse;
        border-bottom-left-radius: 10px;
        box-shadow: 0px 2px 2px 1px #6d6d6d;
    }

    #menuficha.fijadoTop #buscadorCampos {
        top: 49px;
    }

    #buscadorCampos span {
        padding: 7px 15px 3px;
    }

    .bloquePanelResumen {
        width: 100% !important;
        font-size: 14px;
    }

    .panelResumen div {
        flex-wrap: wrap;
    }

    #panelnoticias p{
        font-size: 1.3em;
    }


    .cajaLateralFlotante,
    .cajaLateralFlotante.cajaLateralFlotanteFlotando {
        position: static;
    }

    .avanzadoContenedor{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
    }

    .menuIzquierda{
        width: 100% !important;
    }

    #promociones .clasico {
        display:none !important;
    }

    #fichavisitas {
        width: 100%;
    }

    #seguimientos {
        width: 100%;
        min-width: initial;
    }

    #consultaSeguimientos {
        flex-wrap: wrap;
    }

    #fichaseguimiento {
        overflow-y: auto;
    }

    .ventanaFichaAgenda, .ventanaFichaSeguimiento {
        width:85vw;
    }

    #fichapropiedad .menuRef, #fichacliente .menuRef{
        top: 49px;
    }

    .ocultarEnMovilW800 {
        display: none !important;
    }

    .mostrarEnMovilFlexW800 {
        display: flex !important;
    }
    .mostrarEnMovilW800 {
        display: block !important;
    }

    .clasico{
        width:100%;
    }

    #contenedorFotosRelaciones {
        width: 100%;
    }

}

@media (max-width: 750px) {

    .visitas-cajacontenedordetalles {
        min-width: 300px;
    }
    .bordeVisitaObservaciones{
        min-width:100%;
    }
}

@media (max-width: 700px) {
    #resultadosseg .bloqueseg, #resultadosseg .bloqueseg1{
        padding-bottom:20px;
    }
    #resultadosseg .supervisionOpciones {
        position: absolute;
        right: 15px;
        bottom: 0px;
        top:auto;
    }
    #postit{
        display:none;
    }
}

@media (max-width: 650px) {

    .visitas-cajacontenedordetalles {
        min-width: 270px;
    }
    .bordeVisitaObservaciones{
        min-width:100%;
    }
}

@media (max-width: 600px) {

    .visitas-cajacontenedordetalles {
        min-width:100%;
        width:100%;
    }
    .bordeVisitaObservaciones{
        min-width:100%;
    }

    #contenedorPostIt{
        width: 100vw !important;
        box-sizing: border-box !important;
    }

    #partePrevio .fotoPrevio, #partePrevio .infoPrevio {
        width: 95%;
        margin: auto;
    }
    .flexcolumn600{
        flex-direction: column;
        align-items: flex-start;
    }

    .fullWidth600{
        width: 100% !important;
    }

    #capdescripcion .bloquePeq {
        width: 100%;
    }

    .masDatosPrevio .precio {
        font-size: 22px;
    }
    .infoPrevio .catDatos span, .infoPrevio .catExtras span, .infoPrevio .catListas span {
        font-size: 12px;
    }

    .infoPrevio .contentTitulos{
        width: 100% !important;
    }

    .infoPrevio #botonesZonaPrevio {
        display: inline-block;
        margin-top: 8px;
        height: 120px;
    }
    .mostrarOcultarRequerido {
        font-size: 13px;
    }


    .cajaRelacionarCon {
        width: 90%;
        margin: 5px 5px 5px 15px;
        height: auto;
        min-height: 60px;
        border: 0;
    }

    .tablaContenedor #segresultados.datas  div.contenidoFila div.segTipoAsunto {
        width: 100%;
    }

    #resultBusq {
        min-width: initial;
        width: 95%;
    }

    #sugerenciasBusRapido {
        min-width: initial;
        width: 95%;
    }

}

@media(min-width: 481px) {

    .mostrarEnMovilFlexW480 {
        display: none !important;
    }
}

@media (max-width: 480px) {

    /* genericos responsive */

    .w100w480,
    input.w100w480,
    .todoelContenidoal100x100en480ancho .tablaauto,
    .todoelContenidoal100x100en480ancho input[type=text],
    .todoelContenidoal100x100en480ancho .elementoForm,
    .todoelContenidoal100x100en480ancho .elementoForm,
    .todoelContenidoal100x100en480ancho .ndCajaTitulo,
    .todoelContenidoal100x100en480ancho select {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .w50w480izq,
    input.w50w480izq{
        width: calc(50% - 10px) !important;
        margin-left: 0 !important;
        margin-right: 10px !important;
        box-sizing: border-box !important;
    }

    .w50w480der,
    input.w50w480der{
        width: calc(50% - 10px) !important;
        margin-left: 10px !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .w33w480izq,
    input.w33w480izq{
        width: calc(33% - 10px) !important;
        margin-left: 0 !important;
        margin-right: 10px !important;
        box-sizing: border-box !important;
    }

    .w33w480der,
    input.w33w480der{
        width: calc(33% - 10px) !important;
        margin-left: 10px !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    .flexWraEnMovil480px {
        flex-wrap: wrap;
    }

    .ocultarEnMovilW480 {
        display: none !important;
    }

    .mostrarEnMovilFlexW480 {
        display: flex !important;
    }
    .mostrarEnMovilW480 {
        display: block !important;
    }

    /* Fin genericos responsive */



    .mostrarOcultarRequerido {
        font-size: 14px;
        width: 99% !important;
    }

    #fichapropiedad #contenidoGrupo > div{
        margin-left: 0;
        margin-right: 0;
    }

    .ventanaFichaAgenda, .ventanaFichaSeguimiento {
        width:95vw;
        height: 100%;
    }

    .bloquePanelResumen {
        font-size: 12px;
    }

    div#panelnoticias {
        bottom: 0;
        right: 0;
        max-width: initial;
        width: 100%;
        padding: 10px 20px 10px 10px;
        background-image: none;
        border-radius: 0;
    }

    div#panelnoticias button.masInfoNoticia {
        margin-right: 0;
    }

    div#panelnoticias .generico-flechamediana {
        z-index: -1;
    }

    #obra\.ctlf, #clientes\.telefono1,
    #clientes\.telefono2,
    #clientes\.telefono3,
    #clientes\.telefono4,
    #clientes\.telefono5,
    #clientes\.telefono6 {
        width: 100% !important;
    }

    #panelnoticias p{
        font-size: 1.1em;
    }

    .buscadorAncho .ayudaBusqInteligente {
        padding: 8px 5px;
    }

    #fichaseguimiento .form {
        width: 100% !important;
    }

    #fichaseguimiento div.form>div:nth-child(2),#fichaseguimiento div.form>div:nth-child(3),#fichaseguimiento div.form>div:nth-child(4) {
        margin-top: 0px !important;
    }

    #fichaseguimiento .form .datosform{
        width: 95% !important;
    }

    #fichaseguimiento .fichaseguimiento-observacionescaja textarea, #fichaseguimiento .fichaseguimiento-asuntocaja input{
        width: 100% !important;
    }

    #resultadosseg .bloqueseg, #resultadosseg .bloqueseg1{
        width:97%;
    }

    #subidaSecuencial {
        top: 100px;
    }

    /*Cambio de estado ficha*/
    #propiedad-cambioEstado .cambioestadoFicha-contenedorGlobal  .cambioestadoProp-omitirPaso {
        margin-left:initial;
        margin-top:15px;
    }
    #propiedad-cambioEstado .cambioestadoFicha-contenedorGlobal div#cambioestadoProp-CerradoPor {
        flex-direction:row;
    }

    #propiedad-cambioEstado .cambioestadoFicha-contenedorGlobal  #borrarllave{
        width:25px !important;
    }

    #propiedad-cambioEstado .cambioestadoProp-contenedorExtras div:nth-child(1){
        flex-wrap:wrap !important;
        width:100% !important;
    }

    /*fin cambio estado ficha*/

    #partePrevio #datosProtege{
        margin-left:initial !important;
        width:100% !important;
    }

    #partePrevio #datosProtege .precioProtege{
        font-size:14px !important;
    }

    #partePrevio .boxValoracionPrecio .precio{
        font-size:14px !important;
    }

    .buscadorAncho .capaDesactivarBusInteligente{
        left: 0;
        width: 100%;
    }

}

/* Para quitar */

#fichapropiedad #botonAbrirAsistente {
    display: none;
}

#crearFichaContenedor {
    padding: 10px 15px;
    min-height: 80vh;
    max-height: 80vh;
    overflow: hidden;
}

#creaficha button {
    transition: .2s;
}

#creaficha .tituloPagina {
    margin-bottom: 5px;
    display:inline-block;
}

#creaficha .textoPagina {
    margin-top: 2px;
    font-style: italic;
    color: #888;
}

#creaficha .botoneraAsistente {
    position: absolute;
    bottom: 15px;
    width: 95%;
    display: flex;
    justify-content: space-between;
}

#creaficha .botoneraAsistente .botonesDireccion {
    display: none;
}

#progresoAsistente {
    display: none;
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 55px;*/
    font-size: 14px;
    font-style: italic;
    /*font-weight: bold;*/
    color: #a1a1a1;
    margin-left:5px;
}

.cajaLateralFlotanteCrearFicha .ico {
    display: none !important;
}


/* KEYFRAMES */

.infinito {
    animation-iteration-count: infinite;
}

.agitar {
    animation-name: agitar;
    animation-duration: 1.3s;
    animation-delay: .3s;
}


@keyframes agitar {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-3px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(3px, 0, 0);
    }
}

.parpadear {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    animation-name: parpadear;
    animation-duration: 1.5s;
    animation-delay: .3s;
}

@keyframes parpadear {
    0% {
        -webkit-filter: brightness(150%);
        filter: brightness(150%);
    }
    50% {
        -webkit-filter: brightness(90%);
        filter: brightness(90%);
    }
    100% {
        -webkit-filter: brightness(150%);
        filter: brightness(150%);
    }
}

.rotacion {
    animation-name: rotacion;
    animation-duration: 1.3s;
    animation-delay: .3s;
}

@keyframes rotacion {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
    50% {
        transform: rotate3d(0, 1, 0, 180deg);
    }
    100% {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

.parpadear_Flash {
    animation: parpadearFlash 0.5s linear infinite;
}

@keyframes parpadearFlash {
    50% {
        opacity: 0;
    }
}

.a-boton{
    padding: 2px 8px;
    box-shadow: none;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid var(--color4);
    background-color: #FFF;
    color: var(--color3);
    cursor: pointer;
    margin-left: 4px;
    font-size: 13px;
    text-decoration: none;
}
.a-boton:hover{
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}
.a-boton.a-boton-azul{
    border-color: var(--color4);
    background-color: var(--color3);
    color: #FFF;
}
.a-boton:hover{

}

#fichaprevio #partePrevio .fotoPrevio .flechaprev, #fichaprevio #partePrevio .fotoPrevio .flechanext{
    display: none;
}

#barratutoriales{
    width: auto;
    height: 40px;
    position: fixed;
    bottom: 25px;
    right: 50px;
    display: flex;
    z-index: 23;
}

#barratutoriales .tutorialpasos{
    width: 35px;
    height: 35px;
    background-color: black;
    border-radius: 50%;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor:pointer;
    border: 2px solid gray;
}

#barratutoriales .pasos:hover, #barratutoriales .boxpasos i[class="icon-cancel-circle"]:hover{
    filter: brightness(1.5);
}

#barratutoriales .boxpasos i[class="icon-cancel-circle"] {
    font-size: 12px;
    color: black;
    cursor: pointer;
    background-color: white;
    display: flex;
    align-items: center;
    height: 4px;
    width: 10px;
    justify-content: center;
}

#barratutoriales .tutopasovisto{
    background-color: gray;
}

#barratutoriales .tutopasoactual{
    font-weight: bold;
    background-color: var(--color6);
}

#barratutoriales .interrogacion{
    width: 100px;
    height: 40px;
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    top: -5px;
    border: 3px solid gray;
}

#fichatutorial img {
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    display: flex;
}

#ventanas > .izq {
    width: 24% !important;
    transition: .3s;
    float: left;
    display: inline-block !important;
    overflow-y: auto;
    height: calc(100vh - 43px - 30px);
    filter: brightness(0.6);
}

#ventanas > .izq::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -4px 0 4px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
}

#ventanas > .izq::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#ventanas > .izq::-webkit-scrollbar-thumb {
    background-color: #888;
}

#ventanas > .der {
    width: 76% !important;
    float: right;
    display: inline-block !important;
    overflow-y: auto;
    height: calc(100vh - 43px - 30px);
}

body.conaviso #ventanas > .izq,
body.conaviso #ventanas > .der {
    transition: all 0.3s linear;
    height: calc(100vh - 43px - 30px - 43px);
}

#fichacliente .preferenciasPrevio i,
#fichatelefono .preferenciasPrevio i,
#fichapropiedad .preferenciasPrevio i {
    position: relative;
    top: auto;
    left: auto;
}

#fichacliente .preferenciasPrevio,
#fichatelefono .preferenciasPrevio,
#fichapropiedad .preferenciasPrevio {
    margin-top: 4px;
}

#fichacliente .preferenciasPrevio,
#fichacliente .preferenciasPrevio span,
#fichatelefono .preferenciasPrevio,
#fichatelefono .preferenciasPrevio span,
#fichapropiedad .preferenciasPrevio,
#fichapropiedad .preferenciasPrevio span {
    display: flex;
    align-items: center;
}

#fichacliente .preferenciasPrevio span .ic,
#fichatelefono .preferenciasPrevio span .ic,
#fichapropiedad .preferenciasPrevio span .ic {
    background-color: var(--verde);
    color: white;
    padding: 6px;
    border-radius: 50%;
    font-size: 18px;
}

#fichacliente .preferenciasPrevio .textosm,
#fichatelefono .preferenciasPrevio .textosm,
#fichapropiedad .preferenciasPrevio .textosm {
    font-size: 14px;
}

#fichacliente .preferenciasPrevio span:not(:last-child),
#fichatelefono .preferenciasPrevio span:not(:last-child),
#fichapropiedad .preferenciasPrevio span:not(:last-child) {
    padding-right: 8px;
    border-right: 1px solid #ccc;
    margin-right: 8px;
}

#fichacliente .preferenciasPrevio .tiempo,
#fichatelefono .preferenciasPrevio .tiempo,
#fichapropiedad .preferenciasPrevio .tiempo {
    margin-left: 4px;
    font-size: 26px;
}

#fichacliente .preferenciasPrevio .tooltip.nocorreos .ic,
#fichatelefono .preferenciasPrevio .tooltip.nocorreos .ic,
#fichapropiedad .preferenciasPrevio .tooltip.nocorreos .ic {
    background-color: var(--granate);
}

#fichacliente .preferenciasPrevio .tooltip.nonewsletters .ic,
#fichatelefono .preferenciasPrevio .tooltip.nonewsletters .ic,
#fichapropiedad .preferenciasPrevio .tooltip.nonewsletters .ic {
    background-color: var(--amarillo);
}

#ventanas div#fichavisor2{
    min-height: 100vh;
    z-index:999!important;
}

#ventanas  div#fichavisor2 #iframe_visor{
    width:100%;
}

#infoMicroMovil {
    background-color: #565656de;
    position: fixed;
    bottom: 0;
    z-index: 200;
    color: #d4d4d4;
    height: 20px;
    font-size: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    display: none;
}

#cerrarInfoMicroMovil{
    background: url(../images/icon-cerrar.png) no-repeat top;
    background-size: 17px;
    height: 20px;
    width: 15px;
    margin-right: 5px;
}

span.filaLista{
    width: 100%;
    float: left;
}

#iconoInmovilla .globoMenuLateral-cont div:nth-child(2){
    display:none;
}

#cargaportales #portales{
    min-height: 300px;
}
#emlvisor div#asuntodiv{
display:none;
}

#emlvisor .leercorre-datosyopciones-bloque2 div:nth-child(2){
    margin-bottom:50px !important;
}
#centroayuda a{
    text-decoration: underline;
}


#panelavanzado  .form2  .datosform{
    justify-content: space-evenly;
}

#calculadora .form2,
#calculadora .form3{
    width:95%;
}


#calculadora  .tablacalculadora tr{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

#calculadora .tablacalculadora td{
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    width: 20%;
    align-items: center;
}

#calculadora .tablacalculadora td .tag{
    width: 100%;
    text-align: center;
}

#calculadora .tablacalculadora td input{
    width: 60%;
}

#calculadora .tablacalculadora td .tag-porc{
    width: 20%;
    margin-left: 2px;
}

#calculadora .tablacalculadora td:last-child {
    align-items: flex-end;
}

#busquedas #propiedadesmls .contenidoFiladatos div:nth-child(3){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

/*#usuarios #usuresultados{*/
/*    height: 580px !important;*/
/*}*/

#historial #menuHistorial i{
    font-size:28px;
}


#historial #menuHistorial i{
    font-size:28px;
}


#historial #menuHistorial i{
    font-size:28px;
}

#contactoemail #contenedorContacto .datosContacto{
    display:flex;
}

#contactoemail #contenedorContacto .datosContacto > div:nth-child(1){
    width:67%;
}

#contactoemail #contenedorContacto  #listareferencias div:nth-child(1){
    min-width: 150px;
}
#contactoemail #contenedorContacto .datosContacto div:nth-child(1) div:nth-child(3){
    margin-top:5px;
}

#contactoemail #contenedorContacto .datosContacto div:nth-child(1) div:nth-child(6){
    margin-top:5px;
}

#contactoemail #contenedorContacto .datosContacto div:nth-child(1) div:nth-child(7),
#contactoemail #contenedorContacto .datosContacto div:nth-child(1) div:nth-child(8){
    margin-top:10px;
}

#contactoemail #contenedorContacto #comentario {
    max-height: calc(100vh - 530px);
}

/*capa estado de ficha propiedad*/
#fichapropiedad #capaestado {
    width: 1000px;
    border-radius: 0;
    opacity: 0.92;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    right: -8%;
    bottom: 15%;
    transform: rotate(-36deg);
    font-size: 55px;
    font-weight: bold;
    padding: 5px;
    height: 13%;
}

#fichapropiedad #capaestado span:nth-child(1){
    width:53%;
}

#fichapropiedad #capaestado .cerrarestado i{
    transform:rotate(35deg);
    font-size:25px;
}

@media (max-width: 2200px) {
    #fichapropiedad #capaestado span:nth-child(1){
        width:60%;
    }
}

@media (max-width: 2000px) {
    #fichapropiedad #capaestado span:nth-child(1){
        width:60%;
    }
}

@media (max-width: 1900px) {
    #fichapropiedad #capaestado span:nth-child(1){
        width:65%;
    }
}

@media (max-width: 1600px) {
    #fichapropiedad #capaestado span:nth-child(1){
        width:65%;
        margin-left:5%;
    }
}

@media (max-width: 1400px) {
    #fichapropiedad #capaestado span:nth-child(1){
        width: 38%;
        margin-left:0;
    }
    #fichapropiedad #capaestado {
        right: -18%;
        bottom: 16%;
        font-size: 38px;
        height: 11%;
    }
}

@media (max-width: 1300px) {
    #fichapropiedad #capaestado span:nth-child(1){
        margin-left:10%;
    }
}
@media (max-width: 1200px) {
    #fichapropiedad #capaestado span:nth-child(1){
        margin-left:18%;
    }
}

@media (max-width: 1100px) {
    #fichapropiedad #capaestado span:nth-child(1){
        margin-left:15%;
    }
}

@media (max-width: 1000px) {
    #fichapropiedad #capaestado span:nth-child(1){
        margin-left:15%;
    }
}

#partePrevio .contentFoto {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

#partePrevio .contentFoto:hover .capaestadofoto{
    opacity:0;
}

#partePrevio .contentFoto .capaestadofoto{
    position: absolute;
    color: white;
    font-size: 20px;
    background-color:  #4caf50;
    width: 200%;
    text-align: center;
    padding: 10px 0;
    transform: rotate(-33deg) !important;
}

    /*fin capa estado*/
#fichademaltacheck #divtipoagente{
    margin:10px;
}

#fichapropiedad .boxValoracionPrecio .precioalquilertraspaso {
    font-weight: bold;
    font-size: 20px;
    color: #4a4a4a;
}

#fichatelefono .elementosPersonalizados{
    display: flex;
    flex-flow: row wrap;
    justify-content:flex-start;
}

#fichatelefono .elementosPersonalizados .elementoFormPerso{
    width:25%;
    min-width:300px;
}

#fichatelefono .elementosPersonalizados .elementoFormPerso input{
    width:150px;
}

#graficosPortada > div,
#graficosPortada > div > div,
#graficosPortada > div > div svg{
    max-width:100%;
}

#fichapropiedad #interno .elementosPersonalizados{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

#fichapropiedad #interno  .elementoForm.elementoFormPerso{
    width:30% !important;
}


#fichacliente .elementosPersonalizados{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

#fichapropiedad #contenidoGrupo .elementosPersonalizados{
    width:100%;
    flex: initial !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

#fichapropiedad #contenidoGrupo .elementosPersonalizados > div {
    width:25%;
}

#fichacliente .imgCliente, #fichapropiedad .imgCliente{
    margin-right: 10px;
}

#fichacliente .imgCliente img, #fichapropiedad .imgCliente img{
    width: 70px;
    height: 70px;
    object-fit: cover;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorInputTelf,
#fichapropiedad #internopropietario1 .contenedorInputTelf,
#fichacliente #internopropietario1 .contenedorInputTelf {
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorInputTelf > input[type="text"],
#fichapropiedad #internopropietario1 .contenedorInputTelf > input[type="text"],
#fichacliente #internopropietario1 .contenedorInputTelf > input[type="text"] {
    width: 170px !important;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono,
#fichapropiedad #internopropietario1 .contenedorPreftelefono,
#fichacliente #internopropietario1 .contenedorPreftelefono {
    position: absolute;
    right: 5px;
    z-index: 1;
    height: 25px;
    top: 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono,
#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono *,
#fichapropiedad #internopropietario1 .contenedorPreftelefono,
#fichapropiedad #internopropietario1 .contenedorPreftelefono *,
#fichacliente #internopropietario1 .contenedorPreftelefono,
#fichacliente #internopropietario1 .contenedorPreftelefono * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
    min-width: 0;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono .contenedorAmPm,
#fichapropiedad #internopropietario1 .contenedorPreftelefono .contenedorAmPm,
#fichacliente #internopropietario1 .contenedorPreftelefono .contenedorAmPm {
    position: relative;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono input,
#fichapropiedad #internopropietario1 .contenedorPreftelefono input,
#fichacliente #internopropietario1 .contenedorPreftelefono input {
    width: 22px !important;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono label,
#fichapropiedad #internopropietario1 .contenedorPreftelefono label,
#fichacliente #internopropietario1 .contenedorPreftelefono label {
    z-index: 1;
    font-size: 11px;
    font-weight: 400;
    color: #9b9b9b;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 50%;
    padding: 1px !important;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono input:checked ~ label,
#fichapropiedad #internopropietario1 .contenedorPreftelefono input:checked ~ label,
#fichacliente #internopropietario1 .contenedorPreftelefono input:checked ~ label {
    color: #2d3d57;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono label:hover,
#fichapropiedad #internopropietario1 .contenedorPreftelefono label:hover,
#fichacliente #internopropietario1 .contenedorPreftelefono label:hover {
    text-decoration: none !important;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorPreftelefono .separadorAmPm,
#fichapropiedad #internopropietario1 .contenedorPreftelefono .separadorAmPm,
#fichacliente #internopropietario1 .contenedorPreftelefono .separadorAmPm {
    background-color: #979797;
    width: 1px;
    height: 20px;
    margin: 0 3px !important;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen .contenedorInputTelf > input[type="text"][readonly] ~ .contenedorPreftelefono,
#fichapropiedad #internopropietario1 .contenedorInputTelf > input[type="text"][readonly] ~ .contenedorPreftelefono,
#fichacliente #internopropietario1 .contenedorInputTelf > input[type="text"][readonly] ~ .contenedorPreftelefono {
    background-color: #f0f0f0;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen #prefcontacto,
#fichapropiedad #internopropietario1 #prefcontacto,
#fichacliente #internopropietario1 #prefcontacto {
    border: 1px solid #000;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 8px;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen #prefcontacto .opcion,
#fichapropiedad #internopropietario1 #prefcontacto .opcion,
#fichacliente #internopropietario1 #prefcontacto .opcion {
    display: flex;
    align-items: flex-start;
    font-size: 12px;
    transition: all 0.2s ease-out;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen #prefcontactoactivo:not([disabled]) ~ #prefcontacto .opcion:hover,
#fichapropiedad #internopropietario1 #prefcontactoactivo:not([disabled]) ~ #prefcontacto .opcion:hover,
#fichacliente #internopropietario1 #prefcontactoactivo:not([disabled]) ~ #prefcontacto .opcion:hover {
    font-weight: bold;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen #prefcontacto .opcion #subir,
#fichapropiedad #internopropietario1 #prefcontacto .opcion #subir,
#fichacliente #internopropietario1 #prefcontacto .opcion #subir {
    margin-left: auto;
    margin-right: 8px;
    color: var(--verde);
    font-size: 14px;
    font-weight: bold;
}

#fichatelefono #resumenContactoDatos .fichacontacto-bloquedatosresumen #prefcontacto .opcion #bajar,
#fichapropiedad #internopropietario1 #prefcontacto .opcion #bajar,
#fichacliente #internopropietario1 #prefcontacto .opcion #bajar {
    color: var(--granate);
    font-size: 14px;
    font-weight: bold;
}

#misavisos #resavisos {
    max-height: 485px;
}

#gescruces.izq .contenidoFila .listadoContenedorDatos > span:not(.listadoExtras):not(.listadoResumen):not(.listadoTituloOfertas){
display:none;
}

#gescruces.izq .desviacion{
    display:none;
}

.bloqueRatioStar{
    z-index: 0;
}

.bloqueDeBloques .bloqueRatioStar{
    margin-bottom: 20px;
    margin-right: 20px;
}

.bloqueRatioStar .ratiostars .jq-ry-rated-group svg{
    fill:#FE9B27;
}

.bloqueRatioStar .ratiostars .jq-ry-normal-group svg{
    fill: var(--gris-2);
}

.bloqueDeBloques .bloquesStars{
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
    flex-wrap: wrap;
}

.boxValoracionStars{
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 4px;
}

.boxValoracionStars.separador {
    padding-left: 8px;
    border-left: 1px solid #ccc;
    margin-left: 8px;
}

.boxValoracionStars .subBoxCircleValoracion{
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.boxValoracionStars .circle{
    position: absolute;
    top: -2px;
}

.boxValoracionStars .subBoxCircleValoracion .circle strong {
    font-size: 12px;
    top: 0;
    line-height: 37px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.boxValoracionStars .subBoxStarsValoracion{
    display:none;
    position: absolute;
    top: 35px;
    background-color: #FFFFFF;
    padding: 5px 5px 20px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #979797;
    flex-direction: column;
    align-items: flex-end;
    width: 200px;
    z-index: 3;
}

.boxValoracionStars .subBoxStarsValoracion .icSetting{
    font-size: 20px;
    margin-bottom: 5px;
}

.boxValoracionStars .subBoxStarsValoracion .bloqueRatioStar{
    margin-top:10px;
    align-items: center;
}

.boxValoracionStars .tituloValoracionStars{
    display:flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 900;
}

.boxValoracionStars .tituloValoracionStars .icArrowDown{
    margin-left:5px;
}

.boxValoracionStars .bloquesStars{
    max-height: 250px;
    overflow: auto;
    padding-right: 10px;
}

.circuloValora {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: conic-gradient(
            #fe9b27 0%,
            #2e3c6536 0%
    );
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
}

.circuloValora::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border-radius: inherit;
    background-color: white;
}

.circuloNumeroValora{
    z-index: 1;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 10px;
}

#divicono .prevIconoTipos{
    width: 50px;
    height: 50px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    font-size: 30px;
    cursor:pointer;
    position:relative;
}

#divicono .prevIconoTipos img{
   display:none;
}

#divicono .prevIconoTipos .icClose{
    position: absolute;
    font-size: 20px;
    right: -8px;
    top: -8px;
    border-radius: 100%;
    color: #fff;
    background-color: var(--rojo);
    display:none;
}

.boxIconosListas {
    width: 100%;
    height: 100%;
    clear: both;
    max-width: 400px;
    margin:15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 400px;
    overflow-y: scroll;
    display:none;
}

.subBoxIconoListas{
    border: 1px solid var(--gris-2);
    cursor: pointer;
    margin: 4px;
    padding: 4px;
    position:relative;
}

.subBoxIconoListas:hover{
    background-color:var(--gris-2);
}

.subBoxIconoListas .icInformacion {
    position: absolute;
    background-color: #fff;
    top: -5px;
    left: 25px;
    border-radius: 100%;
    cursor: help;
}

.subBoxIconoListas > img {
    width: 24px;
}

.loader-circle {
    width: 24px;
    height: 24px;
    border: 2px solid #FDC003;
    border-bottom-color: #1C62B1;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-circle 1s linear infinite;
}

#fichatipomedio #container-inp-listipos {
    padding-top: 20px;
    div {
        display: inline-block;
        margin: 0 20px 20px 10px;
    }
}

@keyframes rotation-circle {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media  screen and (max-width: 1366px) {
    #misavisos #tareasPendientesContenido #cuadroresavisos,#misavisos #tareasPendientesContenido{
        max-height:400px;
    }

    #misavisos  #resumenMisAvisosContenido{
        max-height:310px;
    }

}

@media only screen and (max-width: 480px) {
    .boxValoracionStars .subBoxStarsValoracion{
        right: 0px;
    }

    #fichacliente .boxValoracionStars .tituloValoracionStars .icArrowDown{
        margin-left: 0px;
    }

    #fichatipomedio .boxIconosListas {
        margin:0px;
    }
}

#mi-oficina div[data-id-tab="separaroficinas"].tab__seccion--visible{
    display: flex;
    flex-direction:column;
    height: 100%;
}

.js-dialogo .dialogo:has(.separaroficinas--dialog-confirm) {
    width: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    ul {
        padding: revert;
    }

    .dialogo__cuerpo {
        max-height: 90dvh;
        overflow: auto;
    }
}

.separaroficinas--dialog-confirm {
    column-count: 2;
    gap: 50px;

    section {
        break-inside: avoid;
    }
}

@media only screen and (max-width: 1024px) {
    .separaroficinas--dialog-confirm {
        column-count: 1;
    }
}