/********** ESTILOS **********/
/* GENERALES */
body {
    font-family: 'Roboto', sans-serif !important;
    height: 100%;
    font-weight: normal;
    background-color: white;
    color: #b0b0b0;
}

/* ESTILOS NUEVOS */
.input_input .mb10 {
    margin-bottom: 0 !important
}

#ubicacion_mapa_id_direccion, #ubicacion_mapa_id_postal_code, #ubicacion_mapa_id_lat, #ubicacion_mapa_id_lon {
    border-radius: 3px;
    background-color: #ffffff;
    height: 44px;
    color: #353535 !important;
    border: #b9b9b9 solid 1px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif !important;
    border-color: #ffffff;
}

.info_mapa li {
    margin-bottom: 1.5rem;
}

.boton_eliminar_ubicacion {
    margin-bottom: 1rem;
}

.ubicacion_mapa ul.info_mapa li span.label {
    color: #223452 !important;
    font-weight: bold !important;
    width: 100%;
    text-align: left;
    font-size: 1.1rem !important;
    padding-left: 0;
    line-height: 2.5rem;
    margin-right: 1rem;
    text-transform: uppercase !important;
}

/* FIN ESTILOS NUEVOS */
body.fondo_oscuro {
    background-color: #232323;
}

a {
    text-decoration: none !important;
    color: var(--color_layout_base_sitio);
}

a:hover, a:focus {
    color: #4c768f;
}

select, select option {
    cursor: pointer;
}

.carita_feliz {
    font-size: 19px !important;
    padding-right: 3px;
}

.numero {
    font-family: 'Roboto', sans-serif !important;
}

.form-control.chico {
    width: 90px;
}

.modal-body {
    overflow: visible;
    color: #4c4c4c;
}

.no_padding {
    padding: 0 !important;
}

.no_border {
    border: none !important;
}

.overflow_visible {
    overflow: visible !important;
}

.no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contenedor_centrado_vertical {
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}

.contenido_centrado_vertical {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.subtitulo {
    font-size: 20px;
    color: var(--color_layout_base_sitio);
}

.chosen-container {
    width: 100% !important;
}

.oculto {
    display: none;
}

.margin_0_auto {
    float: none !important;
    margin: 0 auto !important;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;
}

.float_none {
    float: none !important;
}

/* COLORES */
.color_verde {
    color: green !important;
}

.background_azul {
    background-color: var(--color_layout_base_sitio) !important;
    color: #ffffff !important;
}

.background_azul a {
    color: white;
}

.color_azul {
    color: var(--color_layout_base_sitio) !important;
}

.border_azul {
    border-color: var(--color_layout_base_sitio) !important;
    ; }

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: var(--color_layout_base_sitio) !important;
    color: white !important;
}

button.background_azul:hover, button.background_azul:active, .contenedor_dropdown.open button.background_azul {
    background-color: #5cabd8 !important;
}

.dropdown.open a.dropdown-toggle span {
    color: #2086c1;
}

.contenedor_menu .nav li.active a.background_azul {
    background-color: rgb(237, 240, 242) !important;
}

.contenedor_menu .nav li.activo a span {
    color: var(--color_layout_base_sitio);
}

.contenedor_menu .nav li a {
    background-color: transparent !important;
}

.contenedor_menu a.background_azul:hover, .contenedor_menu a.background_azul:focus {
    color: var(--color_layout_base_sitio) !important;
}

.contenedor_menu .navbar-nav li a.separacion {
    background-color: #336c95 !important;
    cursor: default !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    color: white !important;
    border: none !important;
}

.contenedor_menu .nav li.activo a {
    color: var(--color_layout_base_sitio) !important;
    font-weight: bold;
    opacity: 1;
}

.contenedor_menu .nav li.activo a::before, .contenedor_menu .navbar-nav li:not(.hijo_activo):not(.activo):not(.open) a:hover::before {
    content: '';
    background-color: #5cabd8;
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    left: -20px;
    top: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    opacity: .1;
}

.contenedor_menu .navbar-nav li:not(.hijo_activo):not(.activo):not(.open) a:hover::before {
    background-color: #bdbdbd;
}

.background_color_base_sitio {
    background-color: var(--color_layout_base_sitio);
}

.color_base_sitio {
    color: var(--color_layout_base_sitio);
}

.border_color_base_sitio {
    border-color: var(--color_layout_base_sitio) !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #056da8;
    border-color: #056da8;
}

.chosen-container-single .chosen-single {
    height: 34px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    background: #ffffff !important;
    color: #504730 !important;
    box-shadow: none;
    border: none;
    height: 44px;
    line-height: 44px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 0 !important;
    right: 0 !important;
    background: none;
    display: inline-block;
    width: 100%;
    text-rendering: auto;
    height: 100%;
    opacity: 0;
}

.chosen-container-multi .chosen-choices li.search-choice a {
    top: 7px !important;
    right: 5px !important;
}

.chosen-container-multi .chosen-choices li.search-choice:hover {
    background-color: var(--color_layout_rojo_activo_light);
    cursor: pointer;
}

.chosen-container-multi .chosen-drop .result-selected {
    opacity: .4;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    height: 37px !important;
    line-height: 37px !important;
    color: #333333 !important;
    font-size: 14px;
    padding-left: 6px;
}

.chosen-container-single .chosen-single div {
    width: 15px;
}

.inner_form_editar {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.navbar .copyright {
    position: absolute;
    text-transform: uppercase;
    font-size: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-bottom: 35px;
}

.navbar .copyright a {
    display: block;
    color: #84795f;
    position: relative;
    padding-left: 22px;
}

.navbar .copyright a:hover {
    color: #149cde;
}

.navbar .copyright a img {
    position: absolute;
    bottom: 2px;
    left: 7px;
    width: 9px !important;
}

.boton[disabled=disabled] span::before {
    color: white;
}

button:focus {
    outline: none !important;
}

/********************************************************/
.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.mb0 {
    margin-bottom: 0px !important
}

.mb5 {
    margin-bottom: 5px !important
}

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

.mb15 {
    margin-bottom: 15px !important
}

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

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mb35 {
    margin-bottom: 35px !important
}

.mb40 {
    margin-bottom: 40px !important
}

.mb50 {
    margin-bottom: 50px !important
}

.mb60 {
    margin-bottom: 60px !important
}

.mb70 {
    margin-bottom: 70px !important
}

.mb80 {
    margin-bottom: 80px !important
}

.mb90 {
    margin-bottom: 90px !important
}

.mb100 {
    margin-bottom: 100px !important
}

.mb150 {
    margin-bottom: 150px !important
}

.mb200 {
    margin-bottom: 200px !important
}

.mt0 {
    margin-top: 0px !important
}

.mt5 {
    margin-top: 5px !important
}

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

.mt15 {
    margin-top: 15px !important
}

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

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.mt35 {
    margin-top: 35px !important
}

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

.mt50 {
    margin-top: 50px !important
}

.mt60 {
    margin-top: 60px !important
}

.mt70 {
    margin-top: 70px !important
}

.mt80 {
    margin-top: 80px !important
}

.mt90 {
    margin-top: 90px !important
}

.mt100 {
    margin-top: 100px !important
}

.ml0 {
    margin-left: 0px !important;
}

.ml5 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.ml35 {
    margin-left: 35px !important
}

.ml40 {
    margin-left: 40px !important
}

.ml50 {
    margin-left: 50px !important
}

.ml60 {
    margin-left: 60px !important
}

.ml70 {
    margin-left: 70px !important
}

.ml80 {
    margin-left: 80px !important
}

.ml90 {
    margin-left: 90px !important
}

.ml100 {
    margin-left: 100px !important
}

.mr0 {
    margin-right: 0px !important
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.mr35 {
    margin-right: 35px !important
}

.mr40 {
    margin-right: 40px !important
}

.mr50 {
    margin-right: 50px !important
}

.mr60 {
    margin-right: 60px !important
}

.mr70 {
    margin-right: 70px !important
}

.mr80 {
    margin-right: 80px !important
}

.mr90 {
    margin-right: 90px !important
}

.mr100 {
    margin-right: 100px !important
}

.m0 {
    margin: 0px !important;
}

.m5 {
    margin: 5px !important
}

.m10 {
    margin: 10px !important
}

.m15 {
    margin: 15px !important
}

.m20 {
    margin: 20px !important
}

.m25 {
    margin: 25px !important
}

.m30 {
    margin: 30px !important
}

.m35 {
    margin: 35px !important
}

.m40 {
    margin: 40px !important
}

.m50 {
    margin: 50px !important
}

.m60 {
    margin: 60px !important
}

.m70 {
    margin: 70px !important
}

.m80 {
    margin: 80px !important
}

.m90 {
    margin: 90px !important
}

.m100 {
    margin: 100px !important
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.p0 {
    padding: 0px !important;
}

.p3 {
    padding: 3px !important;
}

.p5 {
    padding: 5px !important
}

.p10 {
    padding: 10px !important
}

.p15 {
    padding: 15px !important
}

.p20 {
    padding: 20px !important
}

.p25 {
    padding: 25px !important
}

.p30 {
    padding: 30px !important
}

.p35 {
    padding: 35px !important
}

.p40 {
    padding: 40px !important
}

.p50 {
    padding: 50px !important
}

.p60 {
    padding: 60px !important
}

.p70 {
    padding: 70px !important
}

.p80 {
    padding: 80px !important
}

.p90 {
    padding: 90px !important
}

.p100 {
    padding: 100px !important
}

.pb0 {
    padding-bottom: 0px !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

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

.pb25 {
    padding-bottom: 25px !important
}

.pb30 {
    padding-bottom: 30px !important
}

.pb35 {
    padding-bottom: 35px !important
}

.pb40 {
    padding-bottom: 40px !important
}

.pb50 {
    padding-bottom: 50px !important
}

.pb60 {
    padding-bottom: 60px !important
}

.pb70 {
    padding-bottom: 70px !important
}

.pb80 {
    padding-bottom: 80px !important
}

.pb90 {
    padding-bottom: 90px !important
}

.pb100 {
    padding-bottom: 100px !important
}

.pb150 {
    padding-bottom: 150px !important
}

.pb200 {
    padding-bottom: 200px !important
}

.pt0 {
    padding-top: 0px !important
}

.pt5 {
    padding-top: 5px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30 {
    padding-top: 30px !important
}

.pt35 {
    padding-top: 35px !important
}

.pt40 {
    padding-top: 40px !important
}

.pt50 {
    padding-top: 50px !important
}

.pt60 {
    padding-top: 60px !important
}

.pt70 {
    padding-top: 70px !important
}

.pt80 {
    padding-top: 80px !important
}

.pt90 {
    padding-top: 90px !important
}

.pt100 {
    padding-top: 100px !important
}

.pt150 {
    padding-top: 150px !important
}

.pt200 {
    padding-top: 200px !important
}

.pr0 {
    padding-right: 0px !important
}

.pr5 {
    padding-right: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30 {
    padding-right: 30px !important
}

.pr35 {
    padding-right: 35px !important
}

.pr40 {
    padding-right: 40px !important
}

.pr50 {
    padding-right: 50px !important
}

.pr60 {
    padding-right: 60px !important
}

.pr70 {
    padding-right: 70px !important
}

.pr80 {
    padding-right: 80px !important
}

.pr90 {
    padding-right: 90px !important
}

.pr100 {
    padding-right: 100px !important
}

.pl0 {
    padding-left: 0px !important
}

.pl5 {
    padding-left: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl30 {
    padding-left: 30px !important
}

.pl35 {
    padding-left: 35px !important
}

.pl40 {
    padding-left: 40px !important
}

.pl50 {
    padding-left: 50px !important
}

.pl52 {
    padding-left: 52px !important
}

.pl60 {
    padding-left: 60px !important
}

.pl70 {
    padding-left: 70px !important
}

.pl80 {
    padding-left: 80px !important
}

.pl90 {
    padding-left: 90px !important
}

.pl100 {
    padding-left: 100px !important
}

/****/
.fs1 {
    font-size: 1px !important;
}

.fs2 {
    font-size: 2px !important;
}

.fs3 {
    font-size: 3px !important;
}

.fs4 {
    font-size: 4px !important;
}

.fs5 {
    font-size: 5px !important;
}

.fs6 {
    font-size: 6px !important;
}

.fs7 {
    font-size: 7px !important;
}

.fs8 {
    font-size: 8px !important;
}

.fs9 {
    font-size: 9px !important;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs19 {
    font-size: 19px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs21 {
    font-size: 21px !important;
}

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

.fs23 {
    font-size: 23px !important;
}

.fs24 {
    font-size: 24px !important;
}

.fs25 {
    font-size: 25px !important;
}

.fs26 {
    font-size: 26px !important;
}

.fs27 {
    font-size: 27px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs29 {
    font-size: 29px !important;
}

.fs30 {
    font-size: 30px !important;
}

.display_none {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.op9 {
    opacity: .9;
}

.op8 {
    opacity: .8;
}

.op7 {
    opacity: .7;
}

.op6 {
    opacity: .6;
}

.op5 {
    opacity: .5;
}

.op4 {
    opacity: .4;
}

.op3 {
    opacity: .3;
}

.op2 {
    opacity: .2;
}

.op1 {
    opacity: .1;
}

/* TRANSITIONS */
.transition_01 {
    -moz-transition: all 0.1s ease-out;
    /* FF4+ */
    -o-transition: all 0.1s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 0.1s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 0.1s ease-out;
    /* IE10 */
    transition: all 0.1s ease-out;
}

.transition_03 {
    -moz-transition: all 0.3s ease-out;
    /* FF4+ */
    -o-transition: all 0.3s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 0.3s ease-out;
    /* IE10 */
    transition: all 0.3s ease-out;
}

.transition_05 {
    -moz-transition: all 0.5s ease-out;
    /* FF4+ */
    -o-transition: all 0.5s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 0.5s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 0.5s ease-out;
    /* IE10 */
    transition: all 0.5s ease-out;
}

.transition_1 {
    -moz-transition: all 1s ease-out;
    /* FF4+ */
    -o-transition: all 1s ease-out;
    /* Opera 10.5+ */
    -webkit-transition: all 1s ease-out;
    /* Saf3.2+, Chrome */
    -ms-transition: all 1s ease-out;
    /* IE10 */
    transition: all 1s ease-out;
}

.align_right {
    text-align: right !important;
}

.align_left {
    text-align: left !important;
}

.align_center {
    text-align: center !important;
}

.clear_both {
    clear: both
}

.contenedor_contenido {
    position: relative;
    width: 100%;
    height: 95%;
}

.contenedor_general {
    position: relative;
    /* height: 100%; */
    float: left;
}

.contenido {
    position: relative;
    margin-top: 50px;
    padding: 10px;
    height: 100%;
}

.titulo_seccion {
    font-size: 30px;
    margin: 5px 0;
    text-shadow: rgba(0, 0, 0, 0.17) 1px 1px 1px;
    border-bottom: rgb(244, 244, 244) solid 2px;
    padding-bottom: 2px;
    margin-bottom: 10px;
}

.contenedor_seccion {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    border: rgb(231, 231, 231) solid 1px;
    padding: 10px;
}

.tm-tag {
    padding: 6px 10px !important;
    background-color: #3c90cb;
    margin: 2px;
    color: white;
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
}

.tm-tag-remove {
    color: white;
    padding-left: 5px;
}

.tm-tag+input {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contenedor_contenido_derecho {
    position: relative;
    float: right;
    height: auto;
    min-height: 100vh;
    padding-top: 50px !important;
    max-width: calc(100% - 210px);
}

.contenido_contenido {
    position: relative;
    width: calc(100% - 32px);
    margin: 0px 30px;
    background-color: #ffffff;
    border-radius: 2px;
    min-height: 92vh;
    overflow: hidden;
}

.titulo_principal_pagina {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    float: left;
    text-transform: uppercase;
}

.icono_titulo_pagina {
    font-size: 21px;
    padding-right: 5px;
}

.boton {
    padding: 9px 12px;
    border-radius: 3px;
    margin-top: 0;
    float: left;
    border: none;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 13px;
    min-height: 38px;
}

.boton.verde {
    background-color: #628a01;
    color: white;
}

button.boton.verde.historico_precios {
    margin: 1rem 0 1.5rem 0;
}

.botonera_precios .boton_modal_operacion {
    width: 25rem;
    border: red solid 0.5rem;
    position: relative;
    line-height: 2.5rem;
    color: var(--gris_layout_4);
    font-size: 1.6rem;
    font-weight: 500;
}

.boton.verde:hover {
    background-color: #81b500;
}

.modal-footer .btn-primary {
    background-color: var(--color_layout_base_sitio);
    border: none;
}

.boton.celeste {
    background-color: #13a0d2;
}

.boton.celeste:hover {
    background-color: #28bff5;
}

.boton.azul {
    background-color: rgb(19 146 212);
    border: rgb(5 108 168) solid 1px;
    color: white;
}

.boton.azul:hover {
    background-color: rgb(23 163 236);
    border: rgb(23 163 236) solid 1px;
}


.boton_cerrar_alerta {
    float: right;
    margin-top: 2px;
    cursor: pointer;
    top: 8px;
    position: absolute;
    right: 7px;
}

.boton[disabled=disabled] {
    background-color: #cccccc !important;
    cursor: not-allowed;
}

.boton[disabled=disabled]:hover {
    background-color: #cccccc !important;
    cursor: not-allowed;
}

.boton.grande {
    padding: 11px;
    font-size: 18px;
}

.logo_header {
    padding-left: 10px;
    padding-top: 4px;
    width: max-content;
    float: left;
    height: 100%;
}

.logo_header img {
    height: 35px;
    margin-top: 5px;
}

.tip_ayuda {
    color: #1b1b1b;
    min-width: max-content;
    padding: 0;
    margin-top: 10px;
    opacity: .8;
}

.tip_ayuda_icono {
    float: left;
    width: 23px;
    text-align: center;
    font-size: 18px;
    color: #056da8;
}

.tip_ayuda_texto {
    line-height: 25px;
    font-size: 14px;
    position: relative;
    float: left;
    padding-left: 4px;
}

.listado_imagenes_individual.ui-sortable-handle {
    cursor: move;
}

.cropper-point {
    background-color: #33ff39 !important;
}

.cropper-view-box {
    outline-color: rgb(51, 255, 76) !important;
    outline: 2px solid #33ff5f !important;
}

.cropper-modal {
    background-color: #fff !important;
    opacity: 0.8 !important;
}

.cropper-dashed {
    border: none !important;
}

.contenedor_crop_upload_imagenes {
    position: relative;
    width: 500px;
    height: 350px;
}

.invisible {
    opacity: 0;
}

/* FIN GENERALES */
/* TABS */
.contenedor_general_tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 1%;
}

.contenedeor_ul_header_tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: -3px;
    z-index: 1;
}

.ul_header_tabs {
    padding: 0;
    list-style-type: none;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.ul_header_tabs li {
    float: left;
    background-color: #ffffff;
    border: #d8d8d8 solid 1px;
    border-bottom: 0;
    cursor: pointer;
    margin-right: -1px;
    border-left: 0;
    padding: 8px;
}

.ul_header_tabs li button {
    background-color: transparent;
    border: none;
    padding: 7px;
    border-radius: 6px;
    color: #848484;
}

.ul_header_tabs li.primero {
    border-left: #d8d8d8 solid 1px;
    border-top-left-radius: 5px;
}

.ul_header_tabs li.ultimo {
    border-right: #d8d8d8 solid 1px;
    border-top-right-radius: 5px;
}

.contenedor_contenido_tabs {
    position: relative;
    width: 100%;
    padding: 1%;
    border: #d8d8d8 solid 1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top-right-radius: 5px;
}

.ul_header_tabs li button:hover {
    background-color: #efefef;
    color: #d0a101;
}

.ul_header_tabs li.activo button, .ul_header_tabs li.activo button:hover {
    background-color: #efefef;
    font-size: 14px;
    color: var(--color_layout_base_sitio);
}

li.activo.desactivado.cargando button {
    color: #A03F3F !important;
}

.contenido_tabs {
    position: absolute;
    width: 98%;
    opacity: 0;
    overflow: hidden;
}

.contenido_tabs.activo {
    position: relative;
    width: 100%;
    opacity: 1;
}

.contenedor_imagen_copiar {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    font-size: 55px;
    line-height: 97px;
    color: rgba(0, 0, 0, 0.6);
    top: 360px;
    opacity: 0;
}

.contenedor_imagen_copiar.mostrar {
    top: 0;
    opacity: 1;
}

.contenedor_imagen_copiar.oculto {
    opacity: 0;
}

.nombre_imagen_listado_imagenes input {
    position: absolute;
    left: 0;
    width: 77%;
    height: 30px;
    margin-top: 2px;
    margin-left: 2px;
    display: none;
}

.nombre_imagen_listado_imagenes input.visible {
    display: initial;
}

.dropzone {
    border: #d6d6d6 dashed 4px !important;
    background-color: #f3f3f3;
}

.dropzone.dz-clickable .dz-message span {
    font-size: 20px;
    letter-spacing: 1px;
    color: #888888;
}

.contenedor_banco_imagenes {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ul_header_tabs li.desactivado button {
    color: #CACACA !important;
}

.contenedor_herramientas_listado_imagenes {
    position: absolute;
    top: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.26);
    width: 100%;
    z-index: 1;
}

.herramienta_listado_imagenes {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.63);
    border-radius: 100%;
    text-align: center;
    line-height: 26px;
    font-size: 17px;
    color: #B90000;
    margin: 5px auto;
}

.contenedor_individual_herramienta_listado_imagenes {
    position: relative;
    width: 10%;
    float: right;
}

.herramienta_listado_imagenes:hover {
    cursor: pointer;
    background-color: white;
}

.contenedor_herramientas_listado_imagenes {
    position: absolute;
    top: -35px;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.contenedor_general_modal {
    position: absolute;
    width: 100%;
    height: 100%;
}

.imagen_listado_imagenes:hover .contenedor_herramientas_listado_imagenes, .contenedor_herramientas_listado_imagenes.editando {
    opacity: 1;
    top: 0;
}

.nombre_imagen_listado_imagenes {
    color: white;
    font-size: 15px;
    max-width: 78%;
    float: left;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.nombre_imagen_listado_imagenes:hover {
    cursor: text;
}

.listado_imagenes_individual_fila .valor a {
    display: block;
    color: #1f1f1f;
}

.listado_imagenes_individual_fila .valor a img {
    max-width: 100%;
    max-height: 160px;
}

.contenedor_general_dropzone {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.contenedor_dropzone {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

.contenedor_tapa_dropzone {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.contenedor_tapa_dropzone.activo {
    z-index: 2;
}

/* FIN TABS */
/* CABECERA */
.contenedor_general_cabecera {
    position: fixed;
    z-index: 1005;
    width: 100%;
    height: 57px;
    border-bottom: var(--color_layout_base_sitio) solid 3px;
}

.contenedor_cabecera {
    position: relative;
    width: 100%;
    z-index: 1001;
    height: 100%;
    background-color: var(--color_layout_base_sitio) !important;
}

.titulo_cabecera {
    position: relative;
    font-size: 20px;
    padding: 10px;
    text-shadow: rgba(0, 0, 0, 0.17) 1px 2px 1px;
    height: 100%;
}

.contenedor_datos_usuario_cabecera {
    position: relative;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 100%;
}

.imagen_usuario_cabecera {
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
    border-radius: 100%;
    margin-left: 10px;
    overflow: hidden;
    border: #aacadc solid 3px;
    margin-right: -5px;
}

.imagen_usuario_cabecera img {
    position: absolute;
    width: auto;
    max-height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.nombre_usuario_cabecera {
    position: relative;
    float: right;
    font-size: 14px;
    width: 100%;
    text-align: right;
    color: #ffffff;
}

.opciones_usuario_cabecera {
    position: relative;
    float: right;
    font-size: 11px;
    cursor: pointer;
    padding: 2px 5px;
    border: none;
    color: white;
    border-radius: 2px;
    margin-top: 48px;
    margin-right: 3px;
    z-index: 1002;
    background-color: #524a37;
}

.datos_usuario_cabecera {
    position: relative;
    float: right;
}

.listado_opciones_usuario_cabecera li {
    border-bottom: #3c6dbf solid 1px;
}

.listado_opciones_usuario_cabecera {
    position: relative;
    list-style-type: none;
    background-color: var(--color_layout_base_sitio);
    padding: 5px;
    display: initial !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -60px;
    margin-right: -79px;
    float: right;
    z-index: 10;
    box-shadow: none;
}

.listado_opciones_usuario_cabecera.abierto {
    margin-top: 16px !important;
}

.listado_opciones_usuario_cabecera a {
    display: block;
    font-size: 12px;
    padding: 6px 8px !important;
    color: rgb(214 214 214) !important;
    text-align: center;
    text-transform: uppercase;
    line-height: 19px !important;
}

.listado_opciones_usuario_cabecera a:hover {
    background-color: rgb(244, 244, 244);
    color: rgb(71, 71, 71);
    text-decoration: none;
}

.dropdown_opciones_usuario_cabecera {
    position: relative;
    width: 100%;
    margin-right: 56px;
    float: right;
    height: 60px;
    margin-top: -75px;
}

/* FIN CABECERA */
/* LOGIN */
body.login .contenedor_general {
    display: flex;
    align-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

body.login.login {
    background-color: var(--gris_layout_5);
}

.cuadro_login {
    position: relative;
    overflow: hidden;
    float: none !important;
    padding: 0;
    max-width: 400px;
    margin-bottom: 8vh;
    border: #0e4768 solid 0.2rem;
}

.contenido_cuadro_login a {
    color: var(--gris_layout_1);
}

.contenido_cuadro_login .input_input {
    padding: 0 !important;
}

.contenido_cuadro_login .input_input input {
    text-align: center;
    font-size: 1.6rem;
}

.cuadro_login.grande {
    max-width: initial;
    margin-top: 50px;
}

.contenido_cuadro_login {
    position: relative;
    padding: 16px;
    width: 100%;
    background-color: var(--color_layout_base_sitio);
    color: #ffffff;
    border: none;
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-weight: 100;
}

.titulo_cuadro_login {
    width: 100%;
    font-size: 1.4rem;
    text-transform: uppercase;
    padding: 2rem;
    text-align: center;
    background-color: var(--color_layout_base_sitio) !important;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.titulo_cuadro_login span {
    font-size: 1.1rem;
    margin-right: 0.6rem;
}

.individual_input_cuadro_login {
    position: relative;
    width: 100%;
    margin-bottom: 10px !important;
    max-width: 32rem;
    margin: 0 auto;
    float: none;
}

.alertas_formulario_login {
    position: relative;
    width: 100%;
    padding: 2px;
    margin-bottom: 10px;
}

.logo_login {
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}

.logo_login img {
    max-width: 90%;
    max-height: 130px;
}

.individual_input_cuadro_login button {
    background-color: var(--color_layout_base_sitio_light);
}

.individual_input_cuadro_login button:hover {
    opacity: .8;
}

/* FIN LOGIN */
/* MENU */
.contenedor_menu {
    float: left;
    height: 97vh;
    position: fixed;
    margin-top: 55px;
    min-width: 210px;
}

.contenedor_menu .navbar {
    height: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    background-color: #FFFFFF !important;
}

.contenedor_menu .navbar {
    height: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    border: none;
}

.contenedor_menu .navbar-collapse {
    padding: 0px !important;
    overflow: hidden;
    max-height: 1000px;
}

.contenedor_menu .nav li {
    width: 100% !important;
}

.contenedor_menu .nav li.active a {
    box-shadow: inset rgba(0, 0, 0, 0.08) 0px 1px 3px;
}

.nav li a svg {
    width: 25px !important;
}

.contenedor_menu ul.dropdown-menu {
    position: relative;
    width: 100% !important;
    box-shadow: none !important;
    border: none;
    border-radius: 0;
}

.contenedor_menu .dropdown .dropdown-menu {
    display: block !important;
    overflow: hidden;
    max-height: 0;
    padding: 0;
    box-shadow: none;
}

.contenedor_menu .dropdown .dropdown-menu.abierto {
    max-height: 400px !important;
    padding-left: 4px;
}

.contenedor_menu .navbar-nav li a {
    padding: 7px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #1b1b1b !important;
    opacity: .9;
    border: none;
}

.contenedor_menu .dropdown li a {
    border-top: 0 !important;
    margin: 0;
    padding: 8px 10px;
    font-size: 12px;
    letter-spacing: .5px;
    color: rgb(136, 136, 136);
    position: relative;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    text-align: right;
    float: right;
    margin-top: 9px;
}

.contenedor_menu ul.nav.navbar-nav {
    width: 100%;
    padding-top: 10px;
}

.contenedor_menu .navbar-nav li a span {
    color: #5a5a5a;
}

.contenedor_menu .navbar-nav li:not(.hijo_activo):not(.activo):not(.open) a:hover {
    opacity: 1;
}

.contenedor_menu .navbar-nav li.hijo_activo a.dropdown-toggle {
    opacity: 1;
    color: #1b1b1b !important;
}

.contenedor_menu .navbar-nav li:not(.hijo_activo):not(.activo):not(.open) a:hover span {
    color: inherit !important;
}

.contenedor_menu .navbar-nav li:not(.hijo_activo):not(.activo):not(.open) a:hover span.caret {
    border-bottom-color: #2086c1 !important;
    border-top-color: #2086c1 !important;
}

.contenedor_menu .navbar-nav li.hijo_activo a.dropdown-toggle span.caret {
    border-top-color: #2086c1 !important;
    border-bottom-color: #2086c1 !important;
}

.contenedor_menu .navbar-nav li a span.caret {
    border-top-color: #7b7b7b !important;
    border-bottom-color: #7b7b7b !important;
}

.contenedor_menu .navbar-nav li.open a span.caret {
    border-top-color: #2086c1 !important;
    border-bottom-color: #2086c1 !important;
}

.contenedor_menu .navbar-nav li a span.icono_menu {
    font-size: 15px;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

.icono_menu_crear {
    font-size: 10px !important;
}

/* FIN MENU */
/* FORMULARIOS */
.contenedor_input {
    position: relative;
    width: 100%;
    /*overflow:hidden;*/
}

.label_input {
    position: relative;
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    padding: 0px 5px;
    text-transform: uppercase;
    text-align: right;
}

.input_input {
    position: relative;
    float: left;
    padding-left: 0;
}

.input_input span.valor {
    overflow: hidden;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: .3px;
    padding: 1px 10px;
    background-color: #fdfdfd;
    border: #f7f7f7 solid 1px;
}

.input_input span.valor .tag_info, .chosen-container-multi .chosen-choices li.search-choice {
    background-color: var(--color_layout_azul_exito_dark);
    background: var(--color_layout_azul_exito_dark);
    padding: 0.8rem 1rem;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: normal;
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
}

form button {
    color: white;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;
    font-size: 16px;
}

.individual_alerta {
    padding: 8px 13px;
    padding-right: 18px;
    font-size: 11px;
    max-width: 40vw;
    border-bottom: transparent solid 2px;
    text-transform: uppercase;
    border-radius: 3px;
    position: relative;
    margin-bottom: 2px;
}

.individual_alerta.error {
    background-color: rgb(187 58 58);
    color: rgb(255 210 210);
}

.aviso.individual_alerta {
    background-color: #FFF293;
    color: #776B0E;
}

.individual_alerta.exito {
    background-color: rgb(121, 187, 9);
    border: rgb(121 187 9) solid 1px;
    color: rgb(255, 255, 255);
}

.individual_alerta.info {
    background-color: rgb(217, 236, 252);
    color: rgb(19, 75, 123);
}

.individual_alerta.advertencia {
    background-color: rgb(255, 236, 171);
    color: rgb(210, 90, 18);
}

.error {
    color: #ce0000;
}

.exito {
    color: #4baf17;
}

.precaucion {
    color: #bea21d;
}

.gris {
    color: #676767;
}

form button span, .boton span {
    font-size: 12px !important;
    margin-right: 2px;
}

.contenedor_input_radio_radio {
    position: relative;
    float: left;
    min-width: 15px;
    padding: 0 4px;
}

.contenedor_input_radio_label {
    position: relative;
    float: left;
    min-width: 20px;
    cursor: pointer;
}

.contenedor_input_radio_label label {
    cursor: pointer;
}

.boton.cancelar {
    background-color: rgb(222 62 62);
    color: #f3f3f3;
}

.boton.cancelar:hover {
    background-color: rgb(239 80 80);
}

.individual_input_form_editar {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
    /*overflow: hidden;*/
}

.contenedor_form_editar form {
    margin-top: 1rem;
}

.form_info.tipo_imagen {
    border-radius: 10px;
    border: #eaeaea solid 1px;
    text-align: center;
    background-color: #f5f4f4;
    position: relative;
}

.form_info.tipo_imagen img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.form_info.tipo_imagen.sin_imagen {
    height: 200px;
    text-align: center;
    color: #b1b1b1;
    text-transform: uppercase;
    border-color: #585858;
}

.form_info.html span.valor {
    background-color: white !important;
    line-height: 44px;
    font-size: 17px;
    width: 100%;
    height: 100%;
    display: block;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #d6d6d6;
}

.contenedor_radio_buttons_input {
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 7px;
}

.contenedor_botones_form_editar {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px 5px;
    border-top: rgb(228 228 228) solid 1px;
    padding: 2rem 0!important;
    margin-top: 25px;
    margin-bottom: 1rem;
    border-bottom: rgb(228 228 228) solid 1px;
}

.contenedor_icono_lista_seleccionar {
    position: relative;
    width: 60px;
    float: left;
    height: 60px;
    margin: 3px;
    border: rgb(216, 216, 216) solid 1px;
    padding: 5px;
    border-radius: 3px;
    background-color: rgb(252, 252, 252);
}

.contenedor_icono_lista_seleccionar:hover {
    background-color: white;
    border: rgb(184, 217, 240) solid 1px;
}

.contenedor_icono_lista_seleccionar span {
    text-align: center;
    width: 100%;
    font-size: 37px;
    line-height: 50px;
    color: rgb(63, 63, 63);
}

.contenedor_icono_lista_seleccionar span:hover {
    color: rgb(119, 185, 232);
    cursor: pointer;
}

.modal_iconos {
    width: 90% !important;
}

.bootbox.modal {
    z-index: 1060;
}

.modal-backdrop:nth-child(2) {
    z-index: 1050;
}

.contenedor_icono_referencia_form_icono {
    position: relative;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    font-size: 30px;
}

.chosen-container {
    border: #b9b9b9 solid 1px;
    border-radius: 3px;
}

.icono_cajas_eventos_id {
    position: relative;
    float: left;
    margin-left: 10px;
    font-size: 23px;
    margin-top: -2px;
}

.contenedor_tipo_cajas_eventos {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 31px;
    padding-left: 10px;
}

input.form_date {
    min-width: 150px;
    cursor: pointer;
    float: left;
}

.icono_form_date {
    margin-left: -24px;
    margin-top: 13px;
    font-size: 18px;
}

.form_info {
    background-color: transparent;
    border: none;
    overflow: hidden;
    min-height: 4rem;
}

.form_info img {
    max-width: 100%;
    max-height: 100%;
}

.contenido_grande.textarea .form_info {
    min-height: 140px;
}

.contenido_grande .contenedor_input.upload_imagenes .label_input {
    padding-left: 0;
}

.li_slot_agregar_imagen_upload_imagenes {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.slot_agregar_imagen_upload_imagenes {
    position: relative;
    height: 230px;
    border: #f7f7f7 dashed 8px;
    background-color: #e2e2e2;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #5d5858;
    cursor: pointer;
    margin-right: 10px;
}

.contenedor_slot_imagenes_upload_imagenes {
    position: relative;
    width: 100%;
    padding: 1%;
}

.slot_agregar_imagen_upload_imagenes:hover {
    border-color: #d0cece;
}

.slot_agregar_imagen_upload_imagenes .texto img {
    max-width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
}

.input_input textarea {
    min-height: 130px;
}

.input_input textarea.alto {
    min-height: 200px !important;
}

.boton_remover_imagen {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #ca1313;
    width: 25px;
    height: 25px;
    font-size: 16px;
    border-radius: 100%;
    color: white;
    line-height: 27px;
}

/** FIN FORMULARIOS **/
/** FILTROS CSS **/
.contenedor_filtros_listado {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contenedor_filtros_listado input {
    background-color: #f3f3f3;
    border: none;
}

.contenedor_form_editar {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}

.contenedor_input_form_filtro_busqueda {
    position: relative;
    width: 80%;
    float: left;
}

.contenedor_boton_form_filtro_busqueda {
    position: relative;
    width: 17%;
    height: 35px;
    margin-left: 1%;
    float: left;
}

.boton_filtro_busqueda {
    margin: 0;
    width: 100%;
    height: 44px;
}

.individual_filtros_listado {
    position: relative;
    margin-bottom: 10px;
    padding-right: 1% !important;
    overflow: hidden;
    min-width: 250px;
    max-width: 350px;
}

.alpha_cargando {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffffd4;
    z-index: 10;
    text-align: center;
    top: 0;
    left: 0;
}

.alpha_cargando span {
    position: absolute;
    top: 50%;
    font-size: 17px;
    opacity: 0.6;
}

.titulo_filtros_listado {
    padding: 4px 0;
    color: #4e4e4e !important;
}

.contenedor_cerrar_filtro_fecha {
    position: absolute;
    right: 0;
    margin-right: 2%;
    padding: 7px;
    color: rgb(181, 181, 181);
    cursor: pointer;
    display: none;
    top: 0;
}

/** FIN FILTROS **/
/** LISTADOS **/
.contenedor_general_listado {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 2px;
    padding-bottom: 40px;
}

.contenedor_general_listado.listado_chico {
    max-width: 900px;
}

.contenedor_general_listado.listado_medio {
    max-width: 1200px;
}

.contenedor_listado {
    position: relative;
    width: 100%;
    min-height: 200px;
    padding: 0 !important;
    padding-bottom: 1px;
    margin-top: 15px;
}

.listado_min .contenedor_listado {
    min-height: 30px;
}

ul.contenedor_listado.ui-sortable {
    overflow: hidden;
}

.contenedor_general_listado.imagenes_galeria_imagenes {
    max-width: 1110px;
}

.table_listado {
    width: 100%;
    border: none !important;
}

.th_thead_listado {
    text-align: center;
    color: white;
    font-size: 12px;
    border-right: #66b7e6 solid 1px;
    padding: 9px 0;
    text-transform: uppercase;
    font-weight: normal;
}

.tr_tbody_listado {
    border: white solid 1px;
}

.historico_precios tr.tr_tbody_listado {
    font: caption;
}

tr.tr_tbody_listado.operacion_desactivada {
    background-color: #ff5a5a;
}

tr.tr_tbody_listado.operacion_desactivada_pasado {
    background-color: #ffdfdf;
}

.fondo_gris .th_tbody_listado {
    border-right-color: #fdfdfd;
}

.th_tbody_listado:last-child {
    border-right: none;
}

.tr_tbody_listado.fondo_gris {
    background-color: rgb(243 243 243);
}

.th_tbody_listado img {
    max-height: 70px;
    border-radius: 5px;
}

img.redondeada {
    border-radius: 100%;
}

.th_tbody_listado {
    text-align: center;
    border-right: rgb(247 247 247) solid 1px;
    font-size: 13px;
    font-weight: 100;
    max-width: 170px;
    min-width: 40px;
}

.th_tbody_listado a, .th_tbody_listado b {
    padding: 10px !important;
    display: block;
    position: relative;
    color: #1b1b1b;
    font-size: 14px;
}

thead.thead_listado.background_azul {
    background-color: var(--color_layout_base_sitio) !important;
}

.contenedor_acciones_listado button {
    background-color: #828282;
    border: none;
    color: #ffffff;
    border-radius: 3px;
}

.open.contenedor_acciones_listado button {
    background-color: var(--color_layout_base_sitio) !important;
    color: white;
}

th.th_tbody_listado.readonly {
    padding: 10px;
}

tr.tr_tbody_listado:hover {
    background-color: #eff7fb;
}

tr.tr_tbody_listado.operacion_desactivada:hover {
    background-color: #ff5a5a;
}

tr.tr_tbody_listado.operacion_desactivada_pasado:hover {
    background-color: #ffdfdf;
}

tr.tr_tbody_listado.precio_futuro {
    opacity: 50%;
}

th.th_tbody_listado.herramientas {
    width: 90px !important;
}

.contenedor_sin_resultados {
    position: relative;
    width: 100%;
    text-align: center;
    background-color: rgb(247 247 247);
    padding: 5px;
    color: rgb(190, 190, 190);
}

.contenedor_sin_resultados a {
    color: rgb(152, 149, 149);
    text-decoration: underline !important;
}

.th_tbody_listado .fa-plus, .th_tbody_listado .fa-arrow-up, .signo_verde {
    /*color: rgb(185, 216, 44);*/
    color: white;
}

.th_tbody_listado .fa-minus, .th_tbody_listado .fa-arrow-down, .signo_rojo {
    /*color: rgb(245, 5, 5);*/
    color: white;
}

.th_tbody_listado span {
    font-size: 11px;
}

.ul_contenedor_acciones_listado {
    top: inherit;
    right: 0;
    left: inherit;
    margin-right: 34%;
    min-width: 10px;
    text-align: left;
    background-color: #4a4333;
}

.contenedor_acciones_listado {
    position: relative;
}

.boton_abrir_contenedor_acciones_listado {
    border: rgb(221, 221, 221) solid 1px;
    background-color: rgb(239, 239, 239);
}

.ul_contenedor_acciones_listado li a {
    font-size: 12px;
    line-height: 12px;
    padding: 4px 13px;
    color: #cecece;
}

.contenedor_herramientas_pagina {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
}

.contenedor_botonera_editar {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
}

.individual_herramienta_pagina button, .contenedor_botonera_editar button {
    margin-top: 0;
}

span.icono_grande {
    font-size: 23px;
    line-height: 22px;
}

.th_thead_listado a span {
    padding: 0px 8px;
    font-size: 17px;
}

.contenedor_cerrar_busqueda {
    position: absolute;
    right: 0;
    margin-right: 23%;
    top: 6px;
    padding: 7px;
    color: rgb(181, 181, 181);
    cursor: pointer;
    display: none;
}

.contenedor_cerrar_busqueda:hover {
    color: rgb(139, 139, 139);
}

input#buscar {
    padding-right: 26px;
}

.contenedor_contenido_pagina {
    position: relative;
    width: 100%;
    min-height: 50vh;
    float: left;
    color: #21201d;
}

.contenedor_interno_movimientos_dia_listado_movimientos .contenedor_sin_resultados {
    background-color: transparent;
    border: none;
}

.listado_imagenes_individual {
    position: relative;
    padding: 5px;
    overflow: hidden;
}

.listado_imagenes_individual_fila {
    position: relative;
    width: 100%;
    text-align: center;
}

.listado_imagenes_individual_contenido {
    position: relative;
    border: #E8E8E8 solid 1px;
    padding: 5px;
    background-color: rgb(243 243 243);
    border-color: #E8E8E8 !important;
}

.header_listado_imagenes_individual_contenido {
    background-color: #4e442f !important;
}

.listado_imagenes_individual_fila .denominacion {
    position: relative;
    color: #585858;
    padding: 3px 0;
    font-weight: bold;
    width: 100%;
    border: none;
    border-left: 0;
    background-color: rgb(220 220 220);
    border-right: 0;
    text-transform: uppercase;
    font-size: 13px;
}

.listado_imagenes_individual_fila .valor {
    width: 100%;
    position: relative;
    padding: 6px 0;
    font-size: 15px;
}

.listado_imagenes_individual_fila .valor .contenedor_imagen img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.listado_imagenes_individual_fila .valor .contenedor_imagen {
    position: relative;
    height: 170px;
    background-color: #f3f3f3;
    overflow: hidden;
}

.listado_imagenes_individual_fila .valor.imagen {
    padding: 0;
}

.header_listado_imagenes_individual_contenido {
    position: relative;
    height: 30px;
    width: 100%;
}

.header_listado_imagenes_individual_contenido .contenedor_acciones_listado {
    text-align: right;
    padding-top: 3px;
    padding-right: 3px;
}

.header_listado_imagenes_individual_contenido .contenedor_acciones_listado button {
    background-color: transparent;
    border: none;
    color: white !important;
    font-size: 19px;
}

.header_listado_imagenes_individual_contenido .contenedor_acciones_listado .ul_contenedor_acciones_listado {
    margin-right: 5px;
    margin-top: -5px;
}

.individual_input_form_editar.contenido_grande, .individual_input_form_editar.contenido_grande .contenedor_input {
    overflow: hidden;
}

.contenido_grande .label_input {
    width: 100%;
    text-align: left;
    padding-left: 16px;
}

.contenido_grande .input_input.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
    width: 100% !important;
}

/** FIN LISTADOS **/
/** LISTADOS IMAGENES **/
.modal-dialog.modal_upload_imagenes, .modal-dialog.modal_upload_archivos {
    width: 80%;
}

.contenedor_imagen_listado_imagenes {
    height: 200px;
    margin-bottom: 10px;
    padding: 0;
    padding-right: 10px;
}

.imagen_listado_imagenes {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    cursor: pointer;
    background-color: #efefef;
    overflow: hidden;
}

.imagen_listado_imagenes img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.imagen_listado_imagenes.elegida {
    border: #73C326 solid 6px;
}

/** FIN LISTADOS IMAGENES **/
/** LISTADO ARCHIVOS **/
.icono_archivo_listado_archivos {
    position: relative;
    text-align: center;
    font-size: 110px !important;
    line-height: 170px !important;
    display: block !important;
}

.archivo_listado_archivos {
    position: relative;
    padding: 10px;
    background-color: #efefef;
    border-radius: 20px;
    margin-bottom: 20px;
}

.contenedor_herramientas_listado_archivos {
    position: relative;
    padding: 5px;
    overflow: hidden;
    background-color: #dbdbdb;
    border-radius: 11px;
}

.contenedor_herramientas_listado_archivos .contenedor_individual_herramienta_listado_imagenes {
    margin-right: 2px;
}

.contenedor_herramientas_listado_archivos .nombre_imagen_listado_imagenes {
    color: #525252;
}

.nombre_archivo_elegido {
    line-height: 17px;
    font-size: 14px;
    color: #080808;
}

.texto .icono_archivo_listado_archivos {
    line-height: 130px !important;
    color: #252525;
}

.contenedor_input_especificos .inputs_numericos {
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.ordenes .contenedor_input_especificos .inputs_numericos {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.individual_input_form_editar.contenido_grande, .individual_input_form_editar.contenido_grande .contenedor_input {
    overflow: visible;
}

.ordenes .individual_input_form_editar.observaciones {
    overflow: hidden;
}

.telefonos .individual_input_form_editar.contenido_grande.col-xs-12.col-sm-12.p0 {
    overflow: hidden;
}

.contenido_grande .label_input {
    width: 100%;
    text-align: left;
    padding-left: 0.5rem;
    color: #223452 !important;
    font-size: 1.2rem;
}

.contenido_grande .input_input.col-lg-10.col-md-10.col-sm-10.col-xs-12 {
    width: 100% !important;
}

.propiedades .individual_input_form_editar.descripcion_corta {
    margin-top: 1rem;
}

.propiedades .individual_input_form_editar.descripcion_extensa {
    margin-top: 3rem;
}

.propiedades_interes {
    margin-top: 2rem;
    font-size: 2rem;
    text-transform: uppercase;
}

/** FIN LISTADO ARCHIVOS **/
/** PAGINADOR CSS **/
.contenedor_paginador_listado {
    position: relative;
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.contenedor_botones_paginador_listado {
    position: relative;
    float: left;
    overflow: hidden;
}

.boton_paginador {
    position: relative;
    float: left;
    background-color: rgb(226 223 223);
    margin: 0px 2px;
    border-radius: 4px;
    width: 30px;
    text-align: center;
    font-size: 12px;
}

.boton_paginador a {
    display: block;
    padding: 6px 0;
    color: #4e4430 !important;
}

.boton_paginador a:hover {
    text-decoration: none;
}

.boton_paginador.pagina_actual a {
    color: white !important;
    font-weight: bold;
}

.boton_paginador:hover {
    background-color: rgb(49 150 208);
}

.boton_paginador:hover a {
    color: white !important;
}

.contenedor_info_paginador_listado {
    font-size: 11px;
    text-align: right;
    color: rgb(117 117 117);
    float: right;
    width: max-content !important;
}

.boton_paginador.paginador_custom input {
    width: 30px;
    float: left;
    margin: 2px;
    margin-right: -4px;
    margin-left: 5px;
    margin-top: 4px;
    line-height: 19px;
    border-radius: 2px;
    text-align: center;
    background-color: #f3f3f3;
    color: #d9d9d9;
    border: none;
}

.boton_paginador.paginador_custom {
    width: 70px;
}

.color_rojo {
    color: #bf0000;
}

/** FIN PAGINADOR **/
.herramientas_rapidas {
    position: relative;
    float: left;
    height: 100%;
    padding-left: 16px;
    margin-left: 16px;
}

.contenedor_cabecera .columna_1 {
    position: relative;
    height: 100%;
}

.titulo_principal_pagina.color_azul {
    color: var(--color_layout_base_sitio)!important;
}

.boton.background_azul {
    background-color: var(--color_layout_base_sitio) !important;
}

.form-control {
    border-radius: 3px;
    background-color: #ffffff;
    height: 44px;
    color: #353535 !important;
    border: #b9b9b9 solid 1px;
    font-size: 15px;
}

.nombre_usuario_cabecera span {
    color: #ffffff;
}

.imagen_usuario_cabecera:hover {
    border-color: #5cabd8;
}

.titulo_principal_pagina.color_azul span {
    color: var(--color_layout_base_sitio);
}

.opciones_usuario_cabecera:hover {
    background-color: #1392d4;
}

.form-control::placeholder {
    color: #a8a8a8;
}

.chosen-container .chosen-drop {
    background: #ffffff;
}

.chosen-container-single .chosen-single div b {
    background-position-y: 13px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: none;
    box-shadow: none;
}

.chosen-container .chosen-results li.active-result {
    color: #504730;
}

.chosen-container .chosen-results li.highlighted {
    background: #fdc60f !important;
}

.chosen-container-single .chosen-search input[type="text"] {
    background-color: #675e47;
    color: white;
}

.chosen-container-single .chosen-search input[type="text"] {
    background-color: #f9f9f9;
    color: #504730;
}

.chosen-container .chosen-results li.no-results {
    background-color: #544d3c;
    color: #e4e4e4;
}

div#descripcion_muestra_caracteres_restantes {
    color: #a7a196;
}

.chosen-container-multi .chosen-choices {
    background-color: #ffffff !important;
    box-shadow: none;
    border: none;
    min-height: 44px !important;
    background: inherit;
    padding: 6px 11px;
    font-size: 14px;
    line-height: 34px !important;
}

.modal-content {
    background-color: #ffffff;
}

.modal-header {
    border-bottom-color: #e2e2e2;
}

h4.modal-title {
    color: #171717;
}

.modal-footer {
    border-color: #e2e2e2;
}

.dropzone span {
    color: #6f6f6f !important;
}

.modal-footer button.btn.btn-default {
    background-color: rgb(51 51 51);
    text-transform: uppercase;
    color: white;
    border: none;
}

.modal-footer button.btn.btn-default.cancelar {
    background-color: rgb(222 62 62);
}

.contenedor_muestra_video_youtube {
    overflow: hidden;
    margin-top: 16px;
}

.contenedor_muestra_video_youtube img {
    width: 100%;
}

.contenedor_muestra_video_youtube .descripcion {
    height: 100px;
    overflow: hidden;
    position: relative;
}

.contenedor_muestra_video_youtube .mensaje_analizando {
    background-color: #fff2c7;
    text-transform: uppercase;
    font-weight: bold;
    color: #e8b200 !important;
    border-radius: 5px;
    font-size: 12px !important;
    text-align: center;
    margin-bottom: 10px;
}

.contenedor_muestra_video_youtube .info_video {
    overflow: hidden;
    padding: 0 !important;
}

.contenedor_muestra_video_youtube .info_video h3 {
    font-size: 19px;
    text-transform: uppercase;
}

.contenedor_muestra_video_youtube .info_video .descripcion {
    opacity: .8;
    font-size: 15px;
}

.contenedor_muestra_video_youtube .info_video.sin_video h3 {
    opacity: .4;
}

.contenedor_muestra_video_youtube .info_video.sin_video .descripcion {
    opacity: .3;
}

.contenedor_checkbox {
    width: 20px;
    margin-right: 10px;
    float: left;
    position: relative;
    margin-top: 10px;
    margin-left: 10px;
}

.contenedor_placeholder_checkbox {
    font-size: 14px;
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin-top: 10px;
    line-height: 22px;
}

.form_info .icono_archivo_listado_archivos {
    background-color: #e1ebff;
    border-top-right-radius: 10%;
    border-top-left-radius: 10%;
    font-size: 101px !important;
    line-height: 152px !important;
    max-width: 200px;
}

.form_info .tipo_archivo {
    background-color: #afcdff;
    margin-top: 0;
    max-width: 200px;
}

.form_info .col-xs-12.align_center a {
    background-color: #3b5c9c;
    display: block;
    color: white;
    max-width: 200px;
    padding: 6px;
    font-weight: normal;
}

.form_info .col-xs-12.align_center {
    padding: 0;
}

/** () () () () () () () () () () () () () () () () () () () () () () ()  CUSTOM PROYECTO MERCADOTIERRA **/
.campo_total .input_input span.valor {
    font-size: 22px;
}

.motivo {
    background-color: #d814141f;
    padding: 15px 20px;
    float: none;
    color: #d81414;
    position: relative;
    display: block;
    margin-top: 5px;
    width: max-content;
    font-style: italic;
    border-radius: 3px;
    line-height: 26px;
    max-width: 730px;
}

/** LOG CSS **/
.contenedor_general_listado.listado_piezas_log .contenedor_listado {
    min-height: 40px;
}

.individual_item_log {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 120px;
    border-radius: 10px;
}

.icono_circulo {
    float: left;
    font-size: 16px;
    padding-left: 0px;
    z-index: 2;
    position: relative;
    background-color: #ffffff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 26px;
}

.item_log_tipo {
    float: left;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 8px;
}

.item_log_tipo span {
    font-size: 10px;
    font-weight: normal;
    display: block;
}

.item_log_fecha {
    float: left;
    width: 100%;
    padding-left: 10px;
    font-size: 11px;
    text-transform: capitalize;
}

.individual_item_log.fondo_gris {
    background-color: #fafafa;
}

.individual_item_log:hover {
    background-color: #eff7fb;
}

.contenedor_general_listado.listado_piezas_log {
    max-width: 770px;
}

.individual_item_log .columna_1 {
    overflow: hidden;
    float: left;
    width: 25px;
    height: 100%;
}

.individual_item_log .columna_2 {
    overflow: hidden;
    float: left;
    width: 200px;
    height: 100%;
}

.individual_item_log .columna_3 {
    overflow: hidden;
    float: left;
    width: 230px;
    height: 100%;
}

.individual_item_log .columna_4 {
    overflow: hidden;
    float: left;
    height: 100%;
    width: calc(100% - 455px);
    padding-right: 10px !important;
}

.individual_item_log .columna_5 {
    overflow: hidden;
    float: left;
    width: 160px;
    height: 100%;
}

.individual_item_log:not(.cambia_estado) {
    opacity: .9;
}

.individual_item_log.definicion_no_completada {
    background-color: #fff1f1;
}

.individual_item_log.definicion_completada {
    background-color: #f3ffe8;
}

.item_log_estado {
    text-align: center;
    width: 35px;
    height: 35px;
    background-color: #f5eeff;
    border-radius: 100%;
    line-height: 33px;
    border: #3a245f solid 2px;
    color: #3a245f;
    font-size: 14px;
    opacity: .9;
    float: right;
}

.cambia_estado .item_log_estado {
    opacity: 1;
}

.item_log_observaciones {
    font-size: 14px;
    color: #484848;
}

.publico .icono_circulo {
    color: #13a0d2;
    font-size: 20px;
}

.individual_item_log::before {
    content: '';
    height: 100%;
    border-left: rgb(0 0 0 / 21%) dashed 2px;
    width: 1px;
    position: absolute;
    top: -50%;
    left: 21px;
}

.individual_item_log::after {
    content: '';
    height: 100%;
    border-left: rgb(0 0 0 / 21%) dashed 2px;
    width: 1px;
    position: absolute;
    bottom: -50%;
    left: 21px;
}

.individual_item_log:last-of-type::after {
    display: none;
}

.individual_item_log:first-of-type::before {
    display: none;
}

.label_log_estado {
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
}

.a_retirar .item_log_estado {
    background-color: #f9f9f9;
    border-color: darkgrey;
}

.en_deposito .item_log_estado {
    background-color: #f2eaff;
    border-color: #ccaeff;
}

.asignada_a_transportista .item_log_estado {
    background-color: #ffe9f6;
    border-color: #e6aed0;
}

.en_proceso_de_reparto .item_log_estado {
    background-color: #ddecff;
    border-color: #a9cbf7;
}

.no_entregada .item_log_estado {
    background-color: #ffeded;
    border-color: #ff9696;
}

.item_log_tipo span i {
    font-size: 9px;
    color: #2597d8;
}

.entregada .item_log_estado {
    background-color: #dbffd3;
    border-color: #87cc78;
}

.desestimada .item_log_estado {
    background-color: #fff3ee;
    border-color: #ffb193;
}

.label_log_estado span {
    display: block;
    font-size: 11px;
}

.individual_item_log.publico.no_entregada {
    background-color: #fff7f7;
}

.no_entregada .icono_circulo {
    color: #dc1818;
}

.individual_item_log.entregada {
    background-color: #f6fff4;
}

.entregada .icono_circulo {
    color: #25bb04;
}

.no_entregada .item_log_observaciones {
    color: #ca6060;
}

.entregada .item_log_observaciones {
    color: #69a05d;
}

.individual_item_log.desestimada {
    background-color: #fff7f3;
}

.definicion_completada {
    background-color: #02fd0221;
}

.definicion_no_completada {
    background-color: #ef5f5f33;
}

.creacion .item_log_estado {
    background-color: #a5cdff;
    font-size: 20px;
}

.modificacion_general .item_log_estado {
    background-color: #f9f5fc;
    font-size: 16px;
}

.modificacion_fecha .item_log_estado {
    background-color: #ffe3d3;
    font-size: 19px;
}

.modificacion_responsables .item_log_estado {
    background-color: #fdd8e7;
    font-size: 18px;
}

.definicion_no_completada .item_log_estado {
    background-color: #f7a5a5;
    font-size: 21px;
}

.definicion_completada .item_log_estado {
    background-color: #b1f7b1;
    font-size: 18px;
}

.individual_comentario {
    background-color: #fdfdfd;
    margin-bottom: 17px;
    padding: 10px;
    max-width: 450px;
    border: #e6e6e6 solid 2px;
    border-radius: 3px;
}

.individual_comentario .nombre {
    color: #348cd8;
    font-weight: bold;
    font-size: 12px;
}

.individual_comentario .nombre span {
    font-size: 11px;
    font-weight: normal;
}

.individual_comentario .comentario {
    padding-top: 6px;
    font-size: 16px;
}

.individual_comentario::before {
    content: '';
    width: 32px;
    background-color: #e6e6e6;
    height: 2px;
    position: absolute;
    left: -32px;
    top: 17px;
}

.log_comentarios {
    border-left: #e6e6e6 solid 2px;
    margin-left: 10px;
    padding-top: 20px;
}

.log_comentarios::before {
    content: '';
    position: absolute;
    bottom: 12px;
    width: 32px;
    background-color: #e6e6e6;
    height: 2px;
    left: 0;
}

.icono_comentario {
    position: absolute;
    font-size: 16px;
    right: 8px;
    color: #5a9ed8;
}

i.fas.fa-circle.icono_prioridad {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 12px;
}

button#marcar_completada {
    float: none;
}

button#marcar_no_completada {
    float: none;
}

span.fultimo_movimiento_mostrar {
    display: block;
}

.th_tbody_listado span.cms_usuarios_estado {
    font-size: 13px;
    font-weight: bold;
}

.contenedor_input.form_filtro_checkbox .input_input {
    min-width: 38px;
}

.contenedor_input.form_filtro_checkbox .label_input {
    max-width: calc(100% - 41px);
    padding: 0;
    padding-top: 6px;
}

.bootbox.modal::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: .5;
}

.form_info_select_multiple {
    background-color: var(--gris_layout_1);
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: normal;
    font-size: 14px;
    float: left;
}

.icono_activo {
    color: var(--color_layout_verde_activo_dark);
    font-size: 15px;
}

.icono_inactivo {
    color: #bb1600;
    font-size: 15px;
}

.contenedor_referencia_input {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.ordenes .contenedor_referencia_input {
    margin-bottom: 0;
}

.ordenes .contenedor_superficie {
    overflow: hidden;
    margin-bottom: 1rem;
}

.contenedor_referencia_input .individual_input_form_editar {
    margin-bottom: 0;
}

.referencia_input {
    font-size: 1.8rem;
    padding-bottom: 0.9rem;
}

.contenedor_input_especificos .inputs_checkbox {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.inputs_numericos .individual_input_form_editar {
    max-width: 14rem;
    margin-right: 4rem;
}

.inputs_checkbox .individual_input_form_editar {
    width: 18rem;
}

.propiedades ul.info_mapa {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

ul.info_mapa li:first-child {
    width: 100%;
}

.propiedades .individual_input_form_editar .tox.tox-tinymce {
    height: 40rem !important;
}

.propiedades .venta_alquiler {
    margin-top: 3.5rem;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}


.venta_alquiler span {
    font-size: 1.8rem !important;
    margin-right: 1.5rem;
}

.boton_modal_operacion.alquiler {
    border-color: var(--color_layout_alquiler);
}

.propiedades .botonera_precios {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.botonera_precios span.precio_por_hectarea {
    font-size: 1.3rem !important;
    font-weight: bold;
}
.botonera_precios span.precio_por_hectarea b {
    text-transform: lowercase;
}
.modal_operaciones_precios {
    max-width: 46rem;
}

.contenedor_form_editar.operaciones_precios {
    max-width: 38rem;
    margin: 0 auto;
}

.individual_filtros_listado.ubicacion_0 {
    width: 25rem;
}

.individual_filtros_listado.ubicacion_1 {
    min-width: 21rem;
    width: 21rem;
}

.individual_filtros_listado.ubicacion_2 {
    min-width: 21rem;
    width: 21rem;
}

.contenedor_listado_galeria_imagenes {
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.propiedades .alerta_precio {
    background-color: var(--color_layout_amarillo_activo_light);
    padding: 1rem;
    border: dotted;
}

.propiedades .indefinido {
    background-color: transparent;
}

.boton_modal_operacion.venta {
    border-color: var(--color_layout_venta);
}

.boton_modal_operacion.indefinido {
    border-style: dashed;
    border-color: var(--gris_layout_2);
    opacity: .6;
    min-height: 7.6rem;
}

.boton_modal_operacion.indefinido.proximo_precio_vigente {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.alquiler.boton_modal_operacion.indefinido:hover {
    color: var(--color_layout_alquiler);
}

.boton_modal_operacion.indefinido:hover {
    opacity: 1;
}

.venta.boton_modal_operacion.indefinido:hover {
    color: var(--color_layout_venta);
}

.propiedades span.fas.fa-dollar-sign::before {
    font-size: 1.5rem;
}

.boton_modal_operacion span {
    font-size: 2rem !important;
}

.boton_modal_operacion span.texto_proximo_precio_vigente {
    font-size: 1rem !important;
    line-height: 1.6rem;
}

.boton_modal_operacion span.fecha {
    font-size: 1.3rem !important;
}

.boton_modal_operacion.definido {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    align-items: center;
}

.cartel_hover {
    position: absolute;
    background-color: black;
    border-radius: 0.4rem;
    width: max-content;
    padding: 0.5rem 1rem;
    max-width: 10rem;
    font-family: 'Poppins', sans-serif !important;
    font-size: .7rem;
    line-height: .9rem;
    letter-spacing: 0 !important;
    top: -1.5rem;
    left: 0;
    right: 0;
    margin: auto;
    color: white;
    text-transform: uppercase;
    font-weight: 400 !important;
    border: white solid 0.1rem;
}

.cartel_hover .flecha_cartel_hover {
    position: absolute;
    color: black;
    right: 0;
    left: 0;
    margin: auto;
    font-size: 1.2rem;
    transform: rotate(270deg);
    width: .5rem;
    height: .5rem;
    bottom: -0.5rem;
    line-height: .7rem;
}

.cartel_hover:hover {
    display: none;
}


.boton_modal_operacion .cartel_hover {
    font-size: 1.3rem !important;
    max-width: unset;
    line-height: 3rem;
    top: -5.5rem;
}

.precio_listado span {
    position: relative;
    font-size: 1.35rem;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 1rem;
    border: #f0f0f0 solid 0.3rem;
    padding: 0.6rem;
    background-color: #fafafa;
}

.precio_listado .cartel_hover .flecha_cartel_hover {
    border: none;
    background-color: transparent;
    display: block;
    padding: 0;
}

.precio_listado .cartel_hover {
    max-width: 40rem;
    font-size: 1.2rem;
    padding: 1rem;
    top: -4rem;
    z-index: 2;
}

.th_tbody_listado span.precio_listado {
    display: flex;
    flex-direction: column;
    width: 18rem;
    font-weight: 500;
    margin: 0 auto;
}

span.span_listado_cui_propiedad {
    display: block;
    font-weight: 500;
    font-size: 1.3rem;
    color: var(--color_layout_base_sitio);
}

.fondo_gris .precio_listado span {
    border-color: white;
}

.precio_listado span i {
    width: 3rem;
}

.precio_listado .precio_venta i {
    color: var(--color_layout_venta);
    font-size: 1.5rem;
    line-height: 1.9rem;
}

.precio_listado .precio_alquiler i {
    color: var(--color_layout_alquiler);
    font-size: 1.6rem;
}

.propiedades .slot_agregar_imagen_upload_imagenes {
    height: 24rem !important;
}

button#historico_precios {
    background-color: darkviolet;
    color: white;
}

button#historico_precios:hover {
    background-color: mediumorchid;
}

.precios_venta .contenedor_titulo {
    color: var(--color_layout_venta);
}

.historico_precios .contenedor_general_listado .contenedor_titulo {
    font-size: 1.9rem;
    text-transform: uppercase;
}

.historico_precios .individual_filtros_listado.ubicacion_0 .label_input {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 25px;
    padding: 9px 10px;
    float: right;
}

.contenedor_titulo.historico_precios span {
    margin-right: 0.5rem;
}

.historico_precios .titulo_filtros_listado {
    display: none;
}

.contenedor_general_listado.precios_venta {
    padding: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
}

.precios_alquiler .contenedor_titulo {
    color: var(--color_layout_alquiler);
}

.historico_precios .contenedor_listado {
    margin-top: 1rem;
}

.contenedor_informacion_propiedad {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.propiedad_propietario {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 1rem;
}

.imagen_full .form_info.tipo_imagen img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

tr.tr_tbody_listado.precio_actual {
    background-color: #ffee90;
}

tr.tr_tbody_listado.precio_actual th {
    font-weight: bold;
}

tr.tr_tbody_listado.precio_actual .th_tbody_listado a {
    font-weight: 600;
}

.col-xs-12.col-sm-12.p0.telefonos {
    overflow: hidden;
}

.contenedor_alertas_page.listado_departamentos {
    margin-top: 1rem;
}

.contenedor_form_editar.vista_modal .individual_input_form_editar.denominacion {
    margin: 0 auto;
    float: unset;
}

.contenedor_form_editar.vista_modal .individual_input_form_editar.denominacion .input_input {
    padding-right: 0;
}

.modal-dialog.modal_departamentos, .modal-dialog.modal_ciudades {
    width: 40rem;
}

.individual_input_form_editar.contenido_grande.col-xs-12.p0.denominacion {
    width: 27vw;
    max-width: 100%;
}

.individual_input_form_editar.contenido_grande.col-xs-12.p0.denominacion.vista_modal {
    width: auto;
}

.operacion_tipo_ordenes_listado.compra .icono_operacion_tipo{
    color: var(--color_layout_venta);
    font-size: 1.7rem;
}

.operacion_tipo_ordenes_listado.alquiler .icono_operacion_tipo{
    color: var(--color_layout_alquiler);
    font-size: 1.7rem;
}

.operacion_tipo_ordenes_listado .label_operacion_tipo {
    text-transform: uppercase;
    font-weight: normal;
}

.operacion_tipo_ordenes_listado {
    display: flex;
    width: 8rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.individual_input_form_editar.contenido_grande.siglas_pais {
    text-transform: uppercase;
}

.individual_input_form_editar.contenido_grande.siglas_pais input {
    text-transform: uppercase;
    width: 5.5rem;
    font-size: 2rem;
}

.tr_tbody_listado .clase_puntaje {
    border: solid;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    padding-top: 0.3rem;
    border-color: black;
}

.porcentaje_ideal .clase_puntaje {
    background-color: green;
    color: white;
}

.porcentaje_alto .clase_puntaje {
    background-color: #e6e64f7d;
}

.porcentaje_medio .clase_puntaje {
    background-color: #ff8c0080;
}

.porcentaje_bajo .clase_puntaje {
    background-color: #e22b2b7a;
}
.campos_editables .inputs_checkbox .contenedor_input {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.4rem;
}

.campos_editables .inputs_checkbox .input_input {
    width: max-content;
    max-width: max-content;
    padding: 0;
    height: 2rem;
    cursor: pointer;
}
.campos_editables .inputs_checkbox .label_input {
    line-height: 1.4rem;
}
.campos_editables .inputs_checkbox .contenedor_checkbox {
    margin: 0;
}


/** () () () () () () () () () () () () () () () () () () () () () () () () FIN CUSTOM PROYECTO ALBANO NEGOCIOS **/
