/* HOME */
@media (max-width: 767px){
  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px !important;
  }
}

.contenedorHome {
  margin-right: auto;
  margin-left: auto;
}

.contenedorHome .fila {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
}

.contenedorHome .fila .columna {
  position: relative;
  width:50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.contenedorHome .fila .columna.no-static {
  width:100%;
}

.contenedorHome .fila .columna.static {
  width:auto;
}

.contenedorHome .fila .columna .pubPromo {
  height:375px;
}

.contenedorHome .fila .columna .ayuda .img-circle {
  width:100px;
}

@media (max-width: 1700px){

  .contenedorHome .fila .columna .pubPromo {
    height:200px;
  }

  .contenedorHome .fila .columna .ayuda {
    min-height:220px;
  }

  .contenedorHome .fila .columna.static .fila {
    display: block;
  }

  .contenedorHome .fila .columna.static .fila .columna {
    width: auto;
  }

  .contenedorHome .fila .columna.saldo .box {
    min-height: 220px;
  }
  .contenedorHome .fila .columna.tips .box.tips {
    min-height: 180px;
  }

}
#logoInmobiliaria {
  position: relative;
  width: 200px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  border: 3px dashed #dddddd;
  border-radius: 3px;
  margin: auto;
  -webkit-border-radius: 3px;
}
@media (max-width: 1280px){

  .contenedorHome .fila .columna .pubPromo {
    height:300px;
  }


  .contenedorHome .fila.subcolumnas {
    display: block;
  }

  .contenedorHome .fila .columna.otra,
  .contenedorHome .fila .columna.saldo,
  .contenedorHome .fila .columna.tips {
    width:100%;
  }

  .contenedorHome .fila .columna.saldo .box,
  .contenedorHome .fila .columna.tips .box {
    min-height: auto;
  }

  
}

@media (max-width: 1024px){

  .contenedorHome .fila {
    display: block;
  }

  .contenedorHome .fila .columna.no-static {
    width:100%;
  }
  
  .contenedorHome .fila .columna.static {
    width:100%;
  }

  .contenedorHome .fila .columna.static .fila .columna.pub {
    width:50%;
    float:left;
  }

  .contenedorHome .fila .columna .pubPromo {
    width:100%;
    height: auto;
  }
  
}

@media (max-width: 768px){
  
  .contenedorHome .fila .columna.tips .boton_link {
    font-size: 13pt !important;
    margin-bottom: 10px;
  }
  
}

@media (max-width: 575px){

  .contenedorHome .fila .columna.static .fila .columna.pub {
    width:100%;
    float: none;
  }

  

}


.contenedorHome .fila .columna.tips .boton_link {

  padding: 3px 10px;
  font-size: 11pt;
  color:#3c8dbc;
  background: #ffffff;
  border: 2px solid #3c8dbc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  text-align: center;

}

.contenedorHome .fila .columna.tips .boton_link:hover {
  color:#ffffff;
  background: #3c8dbc;
}




/* FORMULARIO DE BUSCAR */
.formbuscar {position: relative; vertical-align: middle; padding: 10px; background: #fafafa; margin-bottom: 10px; border:1px solid #dddddd; border-radius:3px;}
.formbuscar .label {position: relative; display: inline-table; vertical-align: middle; max-width:200px; margin-bottom: 3px;}
.formbuscar .label .campo01,
.formbuscar .label .campo02 {width: 100%; padding-left: 0; padding-right: 0; text-indent: 6px;}
.formbuscar .label .campo01.fecha_input {width: 100px; margin-right: 1px;}

/* DIV DE LISTADO */
.result_list {position: relative; display: table; margin-bottom: 10px; width: 100%; margin: 0 auto}
.result_list .row {position: relative; display: table-row;}
.result_list .row:hover { background-color:#efefef !important; }
.result_list .cell {position: relative; display: table-cell; padding:2px 5px; font:10pt/14pt 'Hind', sans-serif; vertical-align: middle; border-bottom: 1px solid #eeeeee}
.result_list .cell.enc {background: #f3f3f3; color: #131313; font-weight: 700 !important; padding:12px 8px; font:10pt/10pt 'Hind', sans-serif;}
.result_list .cell.enc a {color: #131313; font:10pt/10pt 'Hind', sans-serif; font-weight: 700;}
.result_list .cell.size1 {max-width: 80px !important;}
.result_list .cell.size2 {max-width: 160px !important;}
.result_list .cell.size3 {max-width: 240px !important;}
.result_list .cell.size4 {max-width: 360px !important;}

/* LISTADO PARA IMPRIMIR */
#para_imprimir {position: fixed; top:200%; left: 0; width: 100%;}
.enc_top .inmob {position: relative; display: table-cell; text-align: left; vertical-align: middle; padding:0px 10px; width: 140px; font:10pt/10pt 'Hind', sans-serif !important;}
.enc_top .datos {position: relative; display: table-cell; text-align: left; vertical-align: middle; padding:0; font:10pt/10pt 'Hind', sans-serif !important; }
#para_imprimir .result_list .cell {font-size:8pt !important; line-height: 8pt !important; font-family: 'Hind', sans-serif !important}
#para_imprimir .result_list .cell.enc {font-size:8pt !important; line-height: 8pt !important; font-family: 'Hind', sans-serif !important; font-weight: 700 !important;}
.printHover {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.75); display: none; z-index: 10000}
.printHover .printHoverLeyend {position: absolute; top:50%; left:50%; width:200px; margin-left:-100px; margin-top: -50px; color: #ffffff; font:16pt/16pt 'Hind', sans-serif; text-align: center;}




/* Theme v1.2 */

.accionUl { right: 0; left: auto; box-shadow: 0 0 20px rgba(0,0,0,0.15) !important }
.shareUl { right: 0; left: auto; box-shadow: 0 0 20px rgba(0,0,0,0.15) !important }

.datosPropiedadIconos { display: flex; gap: 8px; align-items: center }

body:not(.sidebar-collapse) .user-panel .img-circle { width:40px; height:40px; border: 1px solid #eeeeee; }
body.sidebar-collapse .user-panel .img-circle { width: 30px; height: 30px; border: 1px solid #eeeeee;}

.login-box { margin: 10% auto 0 !important }


/* LISTADOS */
.delPropSend,
.clonePropSend { cursor: pointer; }

/* BANDEJA DE ENTRADA */
.mensajeFila { background: #fcfcfc }
.mensajeNoLeido { background: #FEF7EB }
.mensajeNoLeido .nombreRemitente,
.mensajeNoLeido .nombreMsj { font-weight: bold; }

.mensajeFila .iconoImportante { visibility: hidden; }
.mensajeImportante .iconoImportante { visibility: visible; }


/* FICHA | Drag And Drop Fotos */
#dragAndDropFotos {position: relative; padding: 0}
#dragAndDropFotos label {position: relative; margin: 0 auto; padding:40px 16px; border:3px dashed #cccccc; box-sizing:border-box; display: inline-table; font: 13pt/20pt 'Hind', sans-serif; font-weight: 300; text-align: center; border-radius:3px; -webkit-border-radius:3px; background: #fafafa; width:100%; max-width: 300px; height: 200px;}
#dragAndDropFotos .loading {position: absolute; top:30px; left:0; margin: 0 auto; padding:43px 20px; box-sizing:border-box; font: 14pt/20pt 'Hind', sans-serif; font-weight: 300; text-align: center; display: none; width: 100%; height: 100%;}
#dragAndDropFotos label input {display: none}
#dragAndDropFotos label img {width: 60px; opacity: 0.4; margin-bottom: 5px}
#dragAndDropFotos label:hover img {opacity: 0.2;}
#dragAndDropFotos label.dragover {
  pointer-events: none;
}
#dragAndDropFotos label.dragover,
#dragAndDropFotos label:hover { border: 3px dashed #dddddd; color:#bbbbbb; }

#dragAndDropArchivos {position: relative; padding: 0}
#dragAndDropArchivos label {position: relative; margin: 0 auto; padding:40px 16px; border:3px dashed #cccccc; box-sizing:border-box; display: inline-table; font: 13pt/20pt 'Hind', sans-serif; font-weight: 300; text-align: center; border-radius:3px; -webkit-border-radius:3px; background: #fafafa; width:100%; max-width: 300px; height: 200px;}
#dragAndDropArchivos .loading {position: absolute; top:30px; left:0; margin: 0 auto; padding:43px 20px; box-sizing:border-box; font: 14pt/20pt 'Hind', sans-serif; font-weight: 300; text-align: center; display: none; width: 100%; height: 100%;}
#dragAndDropArchivos label input {display: none}
#dragAndDropArchivos label img {width: 60px; opacity: 0.4; margin-bottom: 5px}
#dragAndDropArchivos label:hover img {opacity: 0.2;}
#dragAndDropArchivos label.dragover,
#dragAndDropArchivos label:hover { border: 3px dashed #dddddd; color:#bbbbbb; }

/* FICHA | Galería de fotos */
#galeria_fotos {position: relative; padding: 20px; }
#galeria_fotos .cuadro_foto {position: relative; display: inline-table; border-radius:3px; -webkit-border-radius:3px; vertical-align: top; padding: 10px; border: 1px solid #cccccc; margin: 5px 5px 10px; background: #FFFFFF; overflow: hidden; width: 200px; height: 200px;}
#galeria_fotos .cuadro_foto .foto.rotate0 { -webkit-transform:rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg);  transform: rotate(0deg); }
#galeria_fotos .cuadro_foto .foto.rotate90 { -webkit-transform:rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg);  transform: rotate(90deg); }
#galeria_fotos .cuadro_foto .foto.rotate180 { -webkit-transform:rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg);  transform: rotate(180deg); }
#galeria_fotos .cuadro_foto .foto.rotate270 { -webkit-transform:rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg);  transform: rotate(270deg); }


#galeria_fotos .cuadro_foto .foto {
  position: relative; 
  display: inline-block; 
  border-radius:3px; 
  -webkit-border-radius:3px; 
  width:200px; 
  height:200px; 
  border:1px dashed #cccccc; 
  cursor: move
}

#galeria_fotos .cuadro_foto .foto .procesando {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,0.5);
  display: none;
  z-index: 10;
  text-align: center;
}

#galeria_fotos .cuadro_foto .foto .procesando span{
  margin-top:80px;
  color:#ffffff;
  font-size:30px;  
}

#galeria_fotos .cuadro_foto .del {
  position: absolute; 
  text-align: center; 
  border-radius:3px; 
  -webkit-border-radius:3px; 
  background: #e2001a;  
  top: 5px; 
  right: 5px; 
}

#galeria_fotos .cuadro_foto .del a {
  padding:5px; 
  width: 25px; 
  height: 25px; 
  color:#ffffff; 
  font: 11pt/12pt 'Hind', 
  sans-serif; 
  font-weight: 700; 
  display: block; 
  text-decoration: none; 
  cursor: pointer
}

#galeria_fotos .cuadro_foto .text {
  position: relative; 
  clear: both; 
  display: block; 
  padding: 5px; 
  font: 11pt/12pt 'Hind', 
  sans-serif; 
  font-weight: 300; 
  text-align: center;
}

#galeria_fotos .cuadro_foto .input {
  position: relative; 
  clear: both; 
  display: block
}

#galeria_fotos .ui-state-highlight { 
  display: inline-block; 
  vertical-align: top; 
  border: 3px dashed #FFE599; 
  margin: 5px 5px 10px; 
  line-height: 150px; 
  width:222px; 
  height: 222px !important; 
  background:#FFFFD2;
}

#galeria_fotos .cuadro_foto .girarFoto {
  position: absolute; 
  width: 100%; 
  bottom: 30px; 
  left: 0; 
  text-align: center;
}

#galeria_fotos .cuadro_foto .girarFoto .girarBoton {
  position: relative; 
  padding: 5px; 
  width: 25px; 
  height: 25px; 
  border-radius:50px; 
  -webkit-border-radius:50px; 
  background: #ffffff; 
  margin: 0 5px; 
  color:#787878;
}

#galeria_fotos .cuadro_foto .girarFoto .girarBoton:hover { 
  color:#ff851b; 
}




#map_canvas {position: relative; display: block; min-height: 500px;}

.cursorPointer {cursor: pointer;}

/* EMPRENDIMIENTOS - FICHA | Listado de propiedades en buscador */
.listado_emprendimiento {position: relative; width: 100%; max-height: 400px; overflow: auto;}
.listado_emprendimiento .ePropiedad {position: relative; display: table; width: 100%; background: #fafafa; border-bottom: 1px dotted #cccccc;}
.listado_emprendimiento .ePropiedad.color {background: #FCFAEE}
.listado_emprendimiento .ePropiedad .handle {position: relative; display: table-cell; vertical-align: middle; padding: 10px; width: 20px; font-weight: 700; text-transform: uppercase;}
.listado_emprendimiento .ePropiedad .handle span {cursor: pointer}
.listado_emprendimiento .ePropiedad .localidad {position: relative; display: table-cell; vertical-align: middle; padding: 10px; width: 140px; font-weight: 700; text-transform: uppercase;}
.listado_emprendimiento .ePropiedad .direccion {position: relative; display: table-cell; vertical-align: middle; padding: 10px; width: 350px;}
.listado_emprendimiento .ePropiedad .ver_propiedad {position: relative; display: table-cell; vertical-align: middle; padding: 10px;}
.listado_emprendimiento .ePropiedad .accion {position: relative; display: table-cell; vertical-align: middle; padding: 10px; text-align: right}
.listado_emprendimiento .ePropiedad .accion .boton {font-size: 10pt; padding: 5px;}
.listado_emprendimiento .ePropiedad:hover {background: #efefef; }
.listado_emprendimiento .ui-state-highlight { height: 46px; background:#FFFFD2; border-color: #FFFFBF}

/* EMPRENDIMIENTOS - FICHA | Buscador de propiedades */
#BuscadorPropiedadesEmprendimiento {position: relative; display: table; width: 100%}
#BuscadorPropiedadesEmprendimiento .w50 {padding: 10px 10px 10px 0}
#BuscadorPropiedadesEmprendimiento .cuadro {position: absolute; top: 50px; width: 600px; left:10px; display: none; z-index: 10; }
#BuscadorPropiedadesEmprendimiento .resultados {position: relative;}
#BuscadorPropiedadesEmprendimiento .cerrar {position: absolute; top: -28px; right:0; padding: 3px; z-index: 10; cursor: pointer}

/* EMPRENDIMIENTOS - FICHA | Resultados de busqueda */
#mpresultados {position: relative; width: 100%; max-height: 400px; overflow: auto;}
#mpresultados .noPropiedad {position: relative; padding: 10px; font-weight: 700}
#mpresultados .ePropiedad {position: relative; display: table; width: 100%;}
#mpresultados .ePropiedad .localidad {position: relative; display: table-cell; vertical-align: middle; padding: 5px; width: 140px; font-weight: 700; text-transform: uppercase;}
#mpresultados .ePropiedad .direccion {position: relative; display: table-cell; vertical-align: middle; padding: 5px; width: 140px;}
#mpresultados .ePropiedad .label {position: relative; display: table-cell; vertical-align: middle; padding: 10px;}
#mpresultados .ePropiedad .accion {position: relative; display: table-cell; vertical-align: middle; padding: 10px; text-align: right}
#mpresultados .ePropiedad .accion .boton {font-size: 10pt; padding: 5px;}

/* UBICACION */
#msj_mapa { display: none; }

/* CARGANDO */
.cargando_ch {display: none;}

/* CHECKBOX SWITCHER */
/*
.switchCheckbox { position: relative; display: inline-block; width: 40px; height: 24px; vertical-align: middle }
.switchCheckbox input {display:none;}
.switchSlider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s;
}
.switchSlider:before { position: absolute; content: ""; height: 16px; width: 16px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s;
  transition: .4s; }
input:checked + .switchSlider.Venta { background-color: #00a65a; }
input:focus + .switchSlider.Venta { box-shadow: 0 0 1px #00a65a; }
input:checked + .switchSlider.Alquiler { background-color: #39cccc; }
input:focus + .switchSlider.Alquiler { box-shadow: 0 0 1px #39cccc; }
input:checked + .switchSlider.ATemporario { background-color: #ff851b; }
input:focus + .switchSlider.ATemporario { box-shadow: 0 0 1px #ff851b; }
input:checked + .switchSlider:before { -webkit-transform: translateX(16px); -ms-transform: translateX(16px); transform: translateX(16px); }

.switchSlider.round { border-radius: 24px; }
.switchSlider.round:before { border-radius: 50%; }
*/


/* Switch de listado-item inmobiliarias */

.destacarSwitch {
  position: relative;
  width: 45px;
  display: inline-table;
  vertical-align: middle;
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select: none;
  margin-left: 5px;
}
.destacarSwitch-checkbox {
  display: none;
}
.destacarSwitch-label {
  display: block;
  overflow:hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 25px;
}
.destacarSwitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.destacarSwitch-inner:before,
.destacarSwitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 17px;
  padding: 0;
  line-height: 17px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.destacarSwitch-inner:before {
  content: "SI";
  padding-left: 5px;
  background-color: #00a65a;
  color: #FFFFFF;
  text-align: left;
}
.destacarSwitch-inner:after {
  content: "NO";
  padding-right: 5px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}

.destacarSwitch-switch {
  display: block;
  width: 9px;
  height: 9px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  border: 2px solid #999999;
  border-radius: 25px;
  transition: all 0.3s ease-in 0s; 
}
.destacarSwitch-label {
  margin-bottom: 0;
}
.destacarSwitch-checkbox:checked + .destacarSwitch-label .destacarSwitch-inner {
  margin-left: 0;
}
.destacarSwitch-checkbox:checked + .destacarSwitch-label .destacarSwitch-switch {
  right: 0px; 
}
@keyframes loaderDestacada {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.destacarSwitch-checkbox.--loader + .destacarSwitch-label::before {
  inset: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: .7;
  content: "";
  position: absolute;
}
.destacarSwitch-checkbox.--loader + .destacarSwitch-label::after {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: calc(50% - 7px);
  content: "";
  border: 7px solid #f4f4f4;
  border-top: 7px solid #999999;
  border-radius: 50%;
  animation: loaderDestacada 2s linear infinite;
}

.destacarSwitch.disabled .destacarSwitch-label {
  border: 2px solid #dddddd;
}

.destacarSwitch.disabled .destacarSwitch-inner:before,
.destacarSwitch.disabled .destacarSwitch-inner:after {
  color: #dddddd;
}

.destacarSwitch.disabled .destacarSwitch-switch {
  border: 2px solid #dddddd;
}


.cantidad-input {
  display: flex;
  width: 140px;
}

.cantidad-input.big {
  margin-right: 0.6rem;
}
  /* Input */
  .input-number {
    width: 100px;
    padding: 0px;
    vertical-align: top;
    text-align: center;
    outline: none;
  }

  .input-number.big {
    width: 45px;
    padding: 0 12px;
  }

  .input-number,
  .input-number-decrement,
  .input-number-increment {
    border: 1px solid #ccc;
    height: 35px;
    user-select: none;
  }

  .input-number.small,
  .input-number-decrement.small,
  .input-number-increment.small {
    height: 35px;
  }

  .input-number.big,
  .input-number-decrement.big,
  .input-number-increment.big {
    height: 40px;
  }

  .input-number-decrement,
  .input-number-increment {
    display: inline-block;
    width: 20px;
    line-height: 32px;
    background: #fff;
    color: #444;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }

  .input-number-decrement.big,
  .input-number-increment.big {
    width: 35px;
    line-height: 35px;
  }

  .input-number-decrement.small,
  .input-number-increment.small {
    line-height: 32px;
    width: 28px;
  }

  .input-number-decrement:active,
  .input-number-increment:active {
    background: #fff;
  }

  .input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
  }

  .input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
  }

/* Nuevo switcher */
.onoffswitch { position: relative; width: 55px; display: inline-block; font-size: 80%; }
.onoffswitch .onoffswitch-label { display: block; overflow: hidden; cursor: pointer; border: 1px solid #ffffff; -moz-border-radius: 20px; -webkit-border-radius: 20px;
  border-radius: 20px; margin: 0; }
.onoffswitch .onoffswitch-inner { width: 200%; margin-left: -100%; -webkit-transition: margin 0.15s ease-in-out; -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out; transition: margin 0.15s ease-in-out; }
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after { float: left; width: 50%; height: 24px; padding: 0; line-height: 24px; font-size: 80%; color: #ffffff; font-weight: normal; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*
.onoffswitch .onoffswitch-inner.enVenta:before { background-color: #00a65a;}
.onoffswitch .onoffswitch-inner.enAlquiler:before { background-color: #39cccc;}
.onoffswitch .onoffswitch-inner.enAlquilerTemp:before { background-color: #ff851b;}
*/

.onoffswitch .onoffswitch-inner:before { content: attr(data-before); padding-left: 10px; background-color: #00a65a; color: #ffffff; }
.onoffswitch .onoffswitch-inner:after { content: attr(data-after); padding-right: 10px; background-color: #dd4b39 ; color: #ffffff; text-align: right; }
.onoffswitch.disabled .onoffswitch-inner:before,
.onoffswitch.disabled .onoffswitch-inner:after { background-color: #666; }

.onoffswitch .onoffswitch-switch { width: 22px; height: 22px; margin: 0; background: #ffffff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;  position: absolute; top: 2px; bottom: 0; right: calc(100% - 20px); -webkit-transition: right 0.15s ease-in-out; -o-transition: right 0.15s ease-in-out; -moz-transition: right 0.15s ease-in-out; transition: right 0.15s ease-in-out; }

.toggle-group { position: relative; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; display: inline-table; vertical-align: middle; margin:0;}
.toggle-group input[type="checkbox"] { position: absolute; left: 10px; visibility: hidden; }
.toggle-group input[type="checkbox"]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner { margin-left: 0; }
.toggle-group input[type="checkbox"]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch { right: 1px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }
.toggle-group input[type="checkbox"]:focus ~ .onoffswitch { outline: thin dotted #333; outline: 0; }
.toggle-group label { position: absolute; cursor: pointer; padding-left: 65px; display: inline-block; text-align: left; line-height: 24px; width: 100%; z-index: 1; height: 24px; font-weight: 200; margin: 0 }

@keyframes shake-vertical {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(.5deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-.5deg); }
  100% { transform: rotate(0deg); }
}
.validacion-precio {
  animation: shake-vertical 0.25s linear infinite;
}
.swal2-footer {
  font-size: 1.125em !important;
}
/* ==== Accessibility ===== */
.aural { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.aural:focus { clip: rect(0, 0, 0, 0); font-size: 1em; height: auto; outline: thin dotted; position: static !important; width: auto; overflow: visible; }

.tipVenta,.tipAlquiler,.tipDesde {display: none}
:is(.tipDesde,.tipVenta,.tipAlquiler).visible {display: block}

/* Precios temporales */

.cargandoTemporales { display: none; }
.cargandoTemporalesBorrar { display: none; line-height: 34px; vertical-align: middle; margin-left: 10px; }




/******************************/
/* PREVIEW DE WEB             */
/******************************/

#previsualizacion {
  position: relative;
  margin: 0;
  width:100%;
  max-width: 960px;
  z-index: 0;
  border: 1px solid #dddddd;
}


/* Template original */
  #previsualizacion.Template1 .preview_top {
    position: relative;
    width: 100%;
    padding:0; 
    font: 10pt/12pt 'Roboto Condensed', sans-serif; 
    color: #ffffff; 
    text-align: right; 
    font-weight: 300; 
    z-index: 0; 
    display: table; 
    min-height:55px; 
    z-index: 1;
    background: var(--colormenu);
  }

    #previsualizacion.Template1 .preview_top img {
      margin: 0 4px 3px 15px; 
      vertical-align: middle;
    }

    #previsualizacion.Template1 .preview_top .preview_container {
      position: relative; 
      width: 97%; 
      margin: 0 auto; 
      display: table-cell; 
      vertical-align: middle; 
      padding: 0 20px; 
    }

  #previsualizacion.Template1 .redes_link {
    position: relative; 
    margin-right: 10px; 
    padding:0 6px; 
    border-right: 1px solid #dddddd; 
    vertical-align: middle; 
    float: right;
  }

    #previsualizacion.Template1 .redes_link img {
      margin: 0 5px !important; 
      height: 38px; 
      opacity: 1 !important;
    }

  #previsualizacion.Template1 .preview_direccion {
    font: 11pt/11pt 'Roboto Condensed', sans-serif; 
    color: #ffffff; 
    font-weight: 300; 
    height: 25px;
  }

  #previsualizacion.Template1 .preview_telefono { 
    font: 11pt/11pt 'Roboto Condensed', sans-serif; 
    color: #FFFFFF; 
    font-weight: 300; 
    height: 25px;
  }

  #previsualizacion.Template1 .preview_dir {
    display: none;
  }

  #previsualizacion.Template1 .preview_tel {
    display: none;
  }

  #previsualizacion.Template1 .preview_logo {
    position: absolute; 
    width: 250px; 
    height: 125px; 
    border: 0; 
    background-color: #aaaaaa; 
    margin-left: 30px; 
    margin-top: 0px; 
    z-index: 2
  }

  #previsualizacion.Template1 #preview_menu {
    position: relative; 
    padding: 16px 20px; 
    border-bottom:1px solid #ededed;
  }

    #previsualizacion.Template1 #preview_menu ul {
      position:relative; 
      padding: 0; 
      margin: 0; 
      text-align: right
    }

      #previsualizacion.Template1 #preview_menu ul li {
        display: inline-table; 
        float: none; 
        text-transform: uppercase; 
        margin: 0; 
        padding: 0; 
        border: 0; 
        border-left: 1px solid #dddddd; 
        text-align: center; 
        padding: 16px 20px;
      }

        #previsualizacion.Template1 #preview_menu ul li a { 
          font: 11pt/14pt 'Roboto Condensed', sans-serif; 
          text-decoration: none; 
          color:#FFFFFF; 
        }

  #previsualizacion.Template1 .navegador {
    position: relative; 
    padding: 7px; 
    float: right; 
    border: 0;
    background: var(--colordos)
  }

    #previsualizacion.Template1 .navegador .icon-bar {
      display: block; 
      width: 22px; 
      height: 2px; 
      margin: 4px 0; 
      border-radius: 1px; 
      background-color: #FFF;
    }

    #previsualizacion.Template1 .preview_section {
      position: relative; 
      padding: 0 20px 20px; 
      text-align: center;
    }

      #previsualizacion.Template1 .preview_section h1 {
        font: 24pt/24pt 'Roboto Slab', sans-serif; 
        font-weight: 700;
        color: var(--colordos);
      }

        #previsualizacion.Template1 .preview_section h1 span {
          font: 24pt/24pt 'Roboto Slab', sans-serif; 
          font-weight: 700;
          color: var(--colordos);
        }

  #previsualizacion.Template1 .propiedades_listado {
    position: relative; 
    width: 100%; box-sizing:border-box; 
    padding: 0px 20px; 
    border: 0px solid #dddddd; 
  }

    #previsualizacion.Template1 .propiedades_listado .container {
      position:relative; 
      padding: 0; 
      width: 100% !important;
    }

      #previsualizacion.Template1 .propiedades_listado .item {
        position:relative; 
        margin-bottom: 15px; 
        padding-right: 10px; 
        padding-left: 10px; 
      }

        #previsualizacion.Template1 .propiedades_listado .item a:hover {
          text-decoration: none;
        }

        #previsualizacion.Template1 .propiedades_listado .item .tags {
          position: absolute; 
          top: 15px; 
          left:25px;
        }

          #previsualizacion.Template1 .propiedades_listado .item .tags .operacion,
          #previsualizacion.Template1 .propiedades_listado .item .tags .estado,
          #previsualizacion.Template1 .propiedades_listado .item .tags .aptoCredito,
          #previsualizacion.Template1 .propiedades_listado .item .tags .aceptaPermuta {
            position: relative; 
            font: 10pt/10pt 'Roboto Condensed', sans-serif; 
            font-weight: 400; 
            display: inline-block; 
            padding: 5px 15px; 
            color: #FFFFFF; 
            z-index: 10; 
            background: var(--coloruno);
            margin-bottom: 5px; 
          }

        #previsualizacion.Template1 .propiedades_listado .item .table {
          position: relative; 
          display: table; 
          border:1px solid #dddddd; 
          height: 350px; 
          table-layout: fixed; 
        }

          #previsualizacion.Template1 .propiedades_listado .item .table .foto {
            position: relative; 
            width: 100%; 
            display: table-row;
          }

            #previsualizacion.Template1 .propiedades_listado .item .table .foto .cell {
              position: relative; 
              display: table-cell; 
              overflow: hidden; 
              height: 150px; 
              background: #dddddd;
            }

              #previsualizacion.Template1 .propiedades_listado .item .table .foto .cell .imagen {
                position: absolute; 
                height: 100%; 
                width: 100%; 
                -moz-transition: all 0.5s ease-out; 
                -webkit-transition: all 0.5s ease-out; 
                transition: all 0.5s ease-out; 
                -moz-transform: scale(1,1); 
                -webkit-transform: scale(1,1); 
                transform: scale(1,1); 
                -moz-background-size: cover; 
                -webkit-background-size: cover; 
                background-size: cover; 
              }

              #previsualizacion.Template1 .propiedades_listado .item .table:hover .foto .cell .imagen { 
                -moz-transform: scale(1.12,1.12); 
                -webkit-transform: scale(1.12,1.12); 
                transform: scale(1.12,1.12); 
              }

              #previsualizacion.Template1 .propiedades_listado .item .table .foto .cell .sh {
                position: absolute; 
                width: 100%; 
                height: 1px; 
                bottom:-1px; 
                left:0; 
                -webkit-box-shadow: 0 0 80px 5px rgba(0,0,0,1); 
                box-shadow: 0 0 80px 5px rgba(0,0,0,1); 
                z-index: 10; 
                display: none;
              }

              #previsualizacion.Template1 .propiedades_listado .item .table .foto .cell .precio {
                position: absolute; 
                bottom: 10px; 
                left: 10px; 
                text-align:left;
                font: 16pt/16pt 'Roboto Condensed', sans-serif; 
                font-weight: 700; 
                color:#ffffff !important; 
                text-shadow: 0 0 20px rgba(0,0,0,1); 
                z-index: 11 
              }

              #previsualizacion.Template1 p.labelPrecioMobile {
                font:10pt/10pt 'Roboto Condensed', Arial, Helvetica, sans-serif; 
                padding: 0 10px; 
                margin:10px 0 0 0
              }

              #previsualizacion.Template1 p.numberPrecioMobile {
                font:18pt/22pt 'Roboto Condensed', Arial, Helvetica, sans-serif; 
                font-weight: 700; 
                padding: 0 10px; 
                margin:0;
              }

              #previsualizacion.Template1 .propiedades_listado .item .titulo {
                position: relative; 
                display: table-row; 
              }

                #previsualizacion.Template1 .propiedades_listado .item .titulo .cell {
                  position: relative; 
                  display: table-cell; 
                  padding: 10px 10px 5px; 
                  height: 50px;
                }

                  #previsualizacion.Template1 .propiedades_listado .item .titulo .cell .nombre {
                    position: relative; 
                    font: 11pt/11pt 'Roboto Condensed', sans-serif; 
                    font-weight: 700; 
                    margin-bottom: 5px;
                  }
                  #previsualizacion.Template1 .propiedades_listado .item .titulo .cell .nombre a {
                    color: var(--colordos);
                  }

                  #previsualizacion.Template1 .propiedades_listado .item .titulo .cell .ubicacion {
                    position: relative; 
                    font: 9pt/9pt 'Roboto Condensed', sans-serif; 
                    font-weight: 700; 
                    color: #AAAAAA;
                  }
                  #previsualizacion.template1 .propiedades_listado .item .titulo .cell .ubicacion svg {
                    fill: var(--coloruno)
                  }

              #previsualizacion.Template1 .propiedades_listado .item .desc {
                position: relative; 
                display: table-row; 
                padding-bottom: 30px;
              }

                #previsualizacion.Template1 .propiedades_listado .item .desc .cell {
                  position: relative; 
                  display: table-cell; 
                  overflow: hidden; 
                }

                  #previsualizacion.Template1 .propiedades_listado .item .desc .cell .txt { 
                    position: absolute; 
                    width: 100%; 
                    height: 100%; 
                    top: 0; 
                    left: 0; 
                    padding:0 10px 10px; 
                    font: 10pt/12pt 'Roboto Condensed', sans-serif; 
                    font-weight: 400; 
                    overflow: hidden; 
                    display: block; 
                  }

                  #previsualizacion.Template1 .propiedades_listado .item .desc .cell .sh {
                    position: absolute; 
                    width: 100%; 
                    bottom:0; 
                    left:0; 
                    -webkit-box-shadow: 0 0 30px 20px rgba(255,255,255,1); 
                    box-shadow: 0 0 30px 20px rgba(255,255,255,1); 
                    z-index: 1
                  }

              #previsualizacion.Template1 .propiedades_listado .item .codigo {
                position: relative; 
                display: table-row;
              }

                #previsualizacion.Template1 .propiedades_listado .item .codigo .cell {
                  position: relative; 
                  display: table-cell; 
                  height: 15px; 
                  padding: 3px 10px; 
                  font: 8pt/8pt 'Roboto Condensed', sans-serif; 
                  word-break: break-word; 
                  color:#aaaaaa;
                }

              #previsualizacion.Template1 .propiedades_listado .item .ver_propiedad {
                position: relative; 
                display: table-row;
              }

                #previsualizacion.Template1 .propiedades_listado .item .ver_propiedad .cell {
                  position: relative; 
                  display: table-cell; 
                  padding: 10px; 
                  height: 40px;
                }

                  #previsualizacion.Template1 .propiedades_listado .item .ver_propiedad .cell a {
                    position: relative; 
                    display: inline-table; 
                    padding:12px 0; 
                    font:11pt/11pt 'Roboto Condensed', sans-serif; 
                    color: #FFFFFF; 
                    font-weight: 400;
                    width: 100%; 
                    text-align: center; 
                    border: 0; 
                    -webkit-border-radius: 3px; 
                    border-radius: 3px;
                    background: var(--colordos)
                  }

              #previsualizacion.Template1 .propiedades_listado .item:hover .foto .hover {
                opacity: 1
              }

/* ALMANAQUE */
.tablaCalendario tr td.celda { padding: 0 20px 20px; }
td.antsig { font-family: verdana; font-size: 11px; font-weight: bold; border-spacing: 2px; vertical-align: top; text-align: center; }
table.almanaque { width: 190px; border-spacing: 2px; padding: 0px; border: 1px solid #eeeeee;}
table.almanaque th,
table.almanaque td { border: 1px solid #eeeeee; text-align: center; font-weight: normal; font-size: 10pt;}
table.precios { width: 100%; border-spacing: 2px; padding: 0px; border: 1px solid black; font-size: 10px; font-family: verdana; }

.titulo th { background-color: #dddddd; padding: 5px; font-size: 10pt;}

.findesemana { text-align: center; background: #eeeeee; font-weight: bold; width: 14%; font-size: 10pt; color: #FF7400; padding: 5px; }
.diadesemana { text-align: center; background: #eeeeee; font-weight: bold; width: 14%; font-size: 10pt; padding: 5px; }

.relleno { background-color: #f5f5f5; border: 1px solid #dddddd; color: none;  }

.libre { background: #FFFFFF; padding: 3px 0; }

.checkin { background-color: #DBE498; padding: 3px 0; }
.alquilado { background-color:#FFDB88; padding: 3px 0; }
.checkout { background-color: #FFC088; padding: 3px 0; }
.checkinout { background-color: #A5CBE2; padding: 3px 0; }

.referencias { position: relative; font-size: 10pt; text-align: center; }
.cuadradito {position: relative; display: inline-block; width: 10px; height: 10px; border-radius:2px; border:1px solid #bbbbbb; margin-left: 10px;}

.cuadro_form_reserva {position: relative; width: 90%; margin: 0 auto; border: 1px solid #dddddd; background: #fcfcfc; padding: 2%}

.text-underline-dashed { border-bottom: 1px dashed; }
.cursor-pointer { cursor: pointer; }
.text-green-buscador { color:#97A72A !important; }
.text-white { color:#FFFFFF !important; }



/* FLOATING BAR */

.floating-bar {position: fixed; bottom: 0; z-index: 1000;}

/* Enviar Por email */
.propiedadesAEnviar {position: relative; max-height: 350px; overflow: auto;}

/* TYPEAHEAD */
.twitter-typeahead { width:400px }
.tt-hint,
.tt-query,
.tt-hint,
.tt-query { color:#999 }
.tt-menu,
.tt-menu { width:100%; margin-top:0; background-color:#fff; border:1px solid rgba(0,0,0,.2); box-shadow:0 5px 10px rgba(0,0,0,.2)}
.tt-menu { max-width:400px }
.tt-dataset,
.tt-dataset { text-align:left }
.tt-suggestion,
.tt-suggestion { text-align:left; margin:0; position: relative; display: table; width: 100%; cursor: pointer;}
.tt-suggestion:hover { color:#fff; background-color:#3c8dbc }
.tt-suggestion .foto { position: relative; display: table-cell; padding:10px; width: 40px; vertical-align: top }
.tt-suggestion .datos { position: relative; display: table-cell; padding:10px; vertical-align: top }
.tt-suggestion p { margin:0 }
.tt-menu p.empty { padding:8px 20px; margin:0; display: block; font-weight: bold}

/* CONTACTOS
**********************************************************************************/
/* Hide the file input using
opacity */
.inputFile { position: absolute; filter: alpha(opacity=0); opacity: 0; }

.propiedadesListadoIframe {position: relative; max-height: 400px; overflow: auto;}


/* SELECTOR DE DESTACADAS */

.buttonSelectContainer {
  display: block;
  position: relative;
  cursor: pointer;
  width: 30px;
  margin: 10px auto 60px;
  font-size: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.update-destacada{
  color: red;
}

tr.propCheckbox {
    cursor: pointer;
}

/* Hide the browser's default checkbox */
.buttonSelectContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.buttonSelectContainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 35px;
  border-radius:100%;
  -webkit-border-radius:100%;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.buttonSelectContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.buttonSelectContainer input:checked ~ .checkmark {
  background-color: #ff851b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.buttonSelectContainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.buttonSelectContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.buttonSelectContainer .checkmark:after {
  left: 12px;
  top: 7px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*************/
/* ENCUESTAS */
/*************/

#bgEncuesta {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  width:100%;
  height:100%;
  z-index: 1040;
  display:none;
  overflow: auto;
}

#tablaEncuesta {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
}

#tablaEncuesta td {
  vertical-align: middle;
  padding: 15px;
}

#modalEncuesta {
  position: relative;
  width: 100%;
  max-width:640px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 15px;
  border:0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 auto;
}

.preguntaEncuesta .titulo {
  margin-top:20px;
  display: block;
}

.preguntaEncuesta .radio.inline {
  margin-left:5px;
  margin-right:5px;
  background: #eeeeee;
  border-radius:4px;
  -webkit-border-radius:4px;
  padding:3px 5px;
}

.preguntaEncuesta .form-group .radio:first-child{
  margin-top:0;
}

.preguntaEncuesta .form-group .radio:last-child{
  margin-bottom:0;
}

.preguntaEncuesta .completarPregunta {
  display:none;
}

.preguntaEncuesta .form-group {
  margin-bottom:0;
}


/*************/
/* NOVEDADES */
/*************/

#modal__novedades {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.9);
  width:100%;
  height:100%;
  z-index: 1040;
  display:block;
  overflow: auto;
}

#modal__novedades__flex {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#modal__novedades__flex__box {
  position: relative;
  width: 100%;
  max-width:640px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 15px;
  border:0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 auto;
}


#modal__novedades__flex__box__list {
  margin-top: 10px;
  overflow: auto;
  max-height: 70vh;
}

#adicional-no {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: auto 1fr;
}

#adicional-no h3{
  font-size: 16px;
  margin-bottom:0;
  margin-top:0px;
}

#adicional-no.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
#adicional-no div:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}




































/* MEDIAS */

@media (max-width: 1200px) {
  #adicional-no {
    display: block;
  }
}

@media (max-width: 992px){
	#tablaResultados thead { display: none; }
	#tablaResultados tbody {bottom: 1px solid #cccccc}
	#tablaResultados tbody tr { display: block; padding: 10px 0;}
	#tablaResultados tbody td { display: block; background: none; border: 0  }
	#tablaResultados tbody td.fotos { float: left; }
	#tablaResultados tbody td.fotos .img-thumbnail {width: 250px !important; height: 250px !important;}
	#tablaResultados tbody td.accion {  display: block;}
	
	.campoInline { display: inline-block !important; margin: 0; }

	.highMobile {font-size: 125%; padding: 4px 8px !important}
	.precioMobile {padding: 4px 8px !important}
	.configMobile {font-size: 100%;}
  #tablaResultados .input-group {float:none;}

  .accionUl { right: auto;}
  .shareUl { right: auto;}
}

@media (max-width: 768px){
  #filterBuscar { margin-bottom: 10px; }
}

@media (max-width: 640px){
  #tablaResultados tbody td.fotos { float: none; }
  #tablaResultados tbody td.fotos .img-thumbnail {width: 150px !important; height: 150px !important;}
  #tablaResultados tbody td { display: block; background: none; width:100% !important; text-align:left !important; }
}

div#imagePreview {
  background-size: cover;
  background-color: #ccc;
}

.active-row{
  background-color: #ccc; 
}

#item-delete{
  float: left;
}

div#carousel {
    margin-bottom: 14px;
}


td.actions { float: right;}
td.estado span{
  padding: 11px;
}

/* Progress Bar */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
.progress .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear; }
.progress .indeterminate {
  background-color: #26a69a; }
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s; }

@-webkit-keyframes indeterminate {
0% {
  left: -35%;
  right: 100%; }
60% {
  left: 100%;
  right: -90%; }
100% {
  left: 100%;
  right: -90%; } }
@keyframes indeterminate {
0% {
  left: -35%;
  right: 100%; }
60% {
  left: 100%;
  right: -90%; }
100% {
  left: 100%;
  right: -90%; } }
@-webkit-keyframes indeterminate-short {
0% {
  left: -200%;
  right: 100%; }
60% {
  left: 107%;
  right: -8%; }
100% {
  left: 107%;
  right: -8%; } }
@keyframes indeterminate-short {
0% {
  left: -200%;
  right: 100%; }
60% {
  left: 107%;
  right: -8%; }
100% {
  left: 107%;
  right: -8%; } }

.modal-body.scroll {
  height: calc(8 * 74px);
  max-height: calc(100% - 3.5rem);
  overflow-y: auto;
}


.btn-loading { 
  background-color: #00c0ef !important;
  border-color: #00a4cc !important;
  cursor: not-allowed; 
  pointer-events: all !important; 
}
.btn-loading--delete {
  background-color: #a94442 !important;
  color: rgba(255,255,255,0.7) !important;
  border-color: rgba(255,255,255,0.7) !important;
}

.btn-loading-animation {
  animation: loading-button 2s ease infinite;
  margin-right: 5px;
}

@keyframes loading-button {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.modal-body.--send {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 460px;
}

.modal-title-send {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.modal-text-send {
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.modal-title-send strong {
  color: #ff8300;
}

.btn-close-send {
  background-color: #ff8300 !important;
  border-color: #c16300 !important;
}

.btn-close-send:hover {
  background-color: #c16300 !important;
}

.btn-whatsapp {
  border-color: #25d366 !important;
  background-color: #25d366 !important;
}

.aviso_terminos{
  background-color: transparent;
  padding: 10px;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.aviso_terminos span{
  font-weight: bold;
  color: #808080;
}

.box{
  margin-bottom:10px !important;
}


.btn-debit{
  background-color:#F39C12;
  color: #ffffff;
  padding:5px 10px;
  display:flex;
  align-items:flex-start;
  font-family: inherit;
  gap:20px;
  text-align: left;
}

.btn-debit p{
  margin:0;
  padding:0;
}

.btn-debit__icon{
  display: contents;
  padding:10px;
}

.btn-debit__icon svg{
  max-height:35px;
  width:auto;
  fill:white;
}

.btn-debit__text{
  display:flex;
  flex-direction:column;
  gap:5px;
  width: 100%;
}

.btn-debit__text__main{
  font-size: 20px;
  font-weight: bold;
}

.btn-debit__text__secondary{
  font-size:15px;
}

.btn-debit__text__terciary{
  font-size: 12px;
  text-align:right;
}
.labelDrag {display: block;}
.minisitioDragBig {width:100%; font-size: 1rem; border:5px dashed #cccccc; padding-top:20px; display: block; border-radius:5px; -webkit-border-radius:5px; color: #666666; text-align: center;cursor: pointer;}
.logos-wrapper {

}
#galeriaLogos {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  counter-reset: foto;
}
#galeriaLogos .foto {
  position: relative;
}
#galeriaLogos .foto::before {
  counter-increment: foto;
  content: counter(foto);
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #000;
  padding: 2px 5px;
}
#galeriaLogos .fotoWebDel {
  position: relative;
  z-index: 2;
}
#galeriaLogos .fotoHover {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: .3;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
}
#galeriaLogos .fotoHover:hover {
  opacity: 1;
}

.lds-ellipsis {
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #5b5d5b;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}



/* Switch triple expensas */
.triple{
  border:1px solid #f4f4f4;
  padding:15px 8px;
  border-left: 5px solid #aaaaaa;
  display:flex;
  flex-direction: column;
  gap:15px;
}

.triple__contenido{
  display:flex;
  justify-content: space-between;
  align-items:center;
  flex-wrap: wrap;
  gap:10px;
}

.triple__titulo{
  font-weight:bolder;
  color: #222;
  font-size:14px;
}

.triple__switch__label{
  font-size:12px;
  text-align:center;
  background-color:white;
  color:#3b3b3b;
  margin:0;
  cursor:pointer;
}

@media(min-width:350px){
  .triple__switch__label{
    font-size:14px;
  }
}

.triple__switch .triple__switch__label:first-child span{
  border-radius: 1.25rem 0rem 0rem 1.25rem;
}

.triple__switch .triple__switch__label:last-child span{
  border-radius: 0rem 1.25rem 1.25rem 0rem;
}

.triple__switch{
  display:flex;
  gap:0;
  align-items:center;
}

.triple__switch__label input{
  display:none;
}

.triple__switch__label input:checked + .triple__switch__rojo{
  color:white;
  background-color: #DD4B39;
  border:1px solid #DD4B39;
  font-weight:600;
}

.triple__switch__label input:checked + .triple__switch__gris{
  background-color: #F4F4F4;
  font-weight:600;
}

.triple__switch__label input:checked + .triple__switch__verde{
  color:white;
  background-color: #00A65A;
  border:1px solid #00A65A;
  font-weight:600;
}

.triple__switch__label span{
  padding: 10px;
  border:1px solid #DDD;
  font-weight:normal;
}

.triple__input{
  display:none;
}

.triple__input.--show{
  display:block;
}

.triple__input input{
  background-color: #F2F2F2;
  color: #3b3b3b;
  width:100%;
  padding:10px;
  font-size:12px;
  border:1px solid #DDDDDD;
}

.republicar {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  background-color: #F4f4f4;
  padding:10px;
  border-radius:4px;
  margin-top:10px;
}
.republicar img {
  display: flex;
  flex-basis: min-content;
  justify-content: center;
  flex-direction: column;
  height:14px;
  width:auto;
}
.republicar p {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  flex-direction: column; 
  font-size:12px;
}

@media (min-width: 768px) {
  .republicar p {
    flex-basis: auto;
    justify-content: unset;
    flex-direction: unset;
  }
  .republicar{
    align-items:center;
  }
}


#logologin{width:200px;}

.listado-item__icon{
  height: 16px;
  width:auto;
  filter: invert(42%) sepia(30%) saturate(2668%) hue-rotate(121deg) brightness(96%) contrast(101%);
}

.listado-item__icon--rojo{
  filter: invert(36%) sepia(59%) saturate(1356%) hue-rotate(333deg) brightness(96%) contrast(91%);
}

.listado-item{
  display:inline-flex; 
  align-items:center;
  gap:1px;
  height:20px;
}

.listado-item span{
  height:16px;
  width:auto;
}

.listado-item *{
  vertical-align:middle;
}

.listado-item__container{
  display:inline-flex;
  gap:9px;
  align-items:center;
  flex-wrap: wrap;
}

.alert-secondary {
  --bs-alert-color: #2b2f32;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #c4c8cb;
  --bs-alert-link-color: #2b2f32;
}

.alert.alert-secondary {
  --bs-alert-border: 1 solid var(--bs-alert-border-color);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
}

.no_publicar {
  pointer-events: none;
  opacity: .7;
}


/* Nuevo Modal de Eliminado */

#delProp, #delProp .modal-title{
  font-family: Poppins, sans-serif
}

#delProp .modal-content{
  background-color: #FFFFFF;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  padding:30px;
  border-radius: 20px;
  width: calc(100vw - 40px);
  max-width: 450px;
}

#delProp .modal-header{
  background-color: #FFFFFF;
  margin: 0;
  text-align:center;
  border:0;
  padding: 0;
  width:100%;
  border-bottom:0;
}

#delProp .modal-title{
  color: #131313;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

#delProp .modal-body{
  font-size: 12px;
  margin: 0;
  color: #222;
  padding:0;
  text-align:center;
}

#delProp .modal-footer{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color: #FFFFFF;
  border:0;
  padding:0;
  gap:10px;
}

#delProp .btn{
  background-color: #ff8300;
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  transition: all .5s;
  border: 1px solid #ff8300;
  border-radius: 100px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: fit-content;
  text-wrap: nowrap;
  letter-spacing: .03125rem;
  margin:0;
}

#delProp .btn-cancel{
  background-color: #FFFFFF;
  color: #3b3b3b;
}

#delProp.bp-modaldanger .btn:hover{
  background-color: #e67600;
  color: #FFFFFF;
}

#delProp.bp-modaldanger .modal-dialog{
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0;
}

#delProp.bp-modaldanger .close img{
  height:16px;
  width:16px;
  transition: all .5s;
  position: absolute;
  top: 15px;
  right: 15px;
}

#delProp.bp-modaldanger .close img:hover{
  transform:scale(1.1);
}

#delProp.bp-modaldanger .close{
  opacity: 1;
}

/* DESTACADAS PROVICIONALES */

.des-prov{
  width:100%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  gap: 10px;
  background: #FF8300;
  padding: 10px 20px;
  transition: all .5s;
}

.des-prov:hover{
  background-color: #E67600;
}

.des-prov__header{
  width:100%;
  display:flex;
  justify-content:flex-start;
  align-items:center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
}

.des-prov__btn{
  background-color: #FFFFFF;
  border-radius: 3px;
  display:flex;
  justify-content:center;
  align-items:center;
  height: 23px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight:600;
  color: #FF8300;
  cursor:pointer;
}

.des-prov__btn:hover{
  color: #E67600;
}


.des-prov__icon{
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(40deg) brightness(103%) contrast(103%);
  height:29px;
  width:29px;
}

.des-prov__txt{
  margin:0;
}

/* Modal Destacadas Provisorias */

@media screen and (min-width:768px){
  #modalDesProv .modal-dialog{
   max-width:450px; 
  }
}
  

.des-prov-cod, .des-prov-ok{
  display:flex;
  flex-direction:column;
  gap:10px;
  justify-content: center;
  align-items:center;
  text-align:center;
}


.des-prov-cod__icon{
  height:22px;
  width:22px;
  filter: invert(49%) sepia(88%) saturate(1957%) hue-rotate(2deg) brightness(106%) contrast(104%);
}

.des-prov-cod__txt{
  font-size:16px;
  width:210px;
  font-weight:600;
  color: #333333;
  text-align:center;
}

.des-prov-cod__form{
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}

.des-prov-cod__input{
  width:100%;
  padding:12px 6px;
  border: 1px solid #CCCCCC;
  height:34px;
}

.des-prov-cod__input::placeholder{
  color: #555555;
}

.des-prov-ok__icon{
  filter: invert(38%) sepia(99%) saturate(1313%) hue-rotate(126deg) brightness(91%) contrast(101%);
  height:22px;
  width:22px;
}

.des-prov-ok__txt{
  font-size:16px;
  color: #333333;
}

.des-prov-ok__btn{
  align-self: end;
}

/* Mensaje cuando esta activo */

.des-prov-active{
  display:flex;
  gap:10px;
  align-items:center;
}

.des-prov-active__icon{
  height:18px;
  width:18px;
  filter: invert(49%) sepia(88%) saturate(1957%) hue-rotate(2deg) brightness(106%) contrast(104%)
}

.des-prov-active__txt{
  font-size:12px;
  color: #333333;
}

.des-prov-cod__error{
  color: #C00;
  font-size:12px;
}

.des-prov-cod__form-group{width:100%;}

/* Card Planes Modal */
.des-plan__wrapper{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
}

@media screen and (min-width:768px){
  .des-plan__wrapper{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.des-plan{
  border:1px solid #F6F6F6;
  background-color: #FFFFFF;
  position:relative;
  display:flex;
  flex-direction:column;
  gap:10px;
  padding:15px;
}

.des-plan.--actual{
  background-color: #F5F5F5;
  border: none;
}

.des-plan__header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
}

.des-plan__cantidad{
  display:flex;
}
/* Datos en listado */
.list-data{
  display:flex;
  flex-direction:column;
  gap:20px;
  width:100%;
  margin-top: 5px;
}

@media screen and (min-width:1000px){
  .list-data{
    flex-direction:row;
  }
}

.list-data__amounts{
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap:15px;
  width: 100%;
}

@media screen and (min-width:576px){
  .list-data__amounts{
    display: flex; 
    flex-direction:row;
    align-items: center; 
    gap: 30px; 
    margin-top:10px;
  }
}

.list-data-amount{
  width:100%;
  display:flex;
  justify-content:center;
  flex-direction:column;
  align-items:center;
}

@media screen and (min-width:768px){
  .list-data-amount{
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
  }
}

.list-data-amount__header{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:5px;
}

.des-plan__title{
  color: #FF8300;
  font-size: 16px;
  font-weight: 700;
  line-height:normal;
  margin:0;
}

.des-plan__precio{
  display:flex;
  margin:0;
}

.des-plan__precio-wrapper{
  display:flex;
  align-items:flex-end;
  gap: 5px;
}

.des-plan__precio-actual{
  font-size: 24px;
  font-weight: 700;
  line-height:24px;
  color: #333333;
  margin:0;
}

.des-plan__precio-tiempo{
  font-size: 12px;
  line-height:19px;
  color: #333333;
  margin:0;
}

.des-plan__btn, .des-plan__baja{
  height: 28px;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:14px;
  line-height: 14px;
  transition: all .5s;
}

.des-plan__btn{
  background-color: #FF8300;
  color: #FFFFFF;
  border:0;
}

.des-plan__btn:hover{
  background-color: #E67600;
}

.des-plan__baja{
  background-color: transparent;
  color: #333333;
  border:1px solid #D3D3D3;
}

.des-plan__baja:hover{
  background-color: #D3D3D3;
}

.des-plan__tag{
  font-size:10px;
  line-height:10px;
  margin:0;
  color: #333333;
  border: 1px #D3D3D3 solid;
  padding:5px;
}

.des-plan__txt{
  color: #333333;
  font-size:14px;
  margin-top:10px;
  line-height:normal;
}

.des-plan__precio{
  display:flex;
  gap:5px;
  align-items:flex-end;
  flex-wrap:wrap;
}

.des-plan__precio-anterior{
  text-decoration:line-through;
  color: #999999;
  font-size:12px;
}
.list-data-amount__header img{
  height: 15px;
  filter: invert(34%) sepia(58%) saturate(2040%) hue-rotate(169deg) brightness(97%) contrast(101%);
}

.list-data-amount h2{
  margin-bottom:0;
  font-weight:bold;
  font-size:20px;
}

.list-data-amount p{
  font-size:12px;
}

.filter-icon-orange{
  filter: invert(49%) sepia(88%) saturate(1957%) hue-rotate(2deg) brightness(106%) contrast(104%) !important
}
.filter-icon-red{
  filter: invert(18%) sepia(71%) saturate(3187%) hue-rotate(352deg) brightness(95%) contrast(121%) !important
}


.list-data-other{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  gap:10px;
}

@media  screen and (min-width:768px) {
  .list-data-other{
    display:grid;
    grid-template-columns: 1fr 1fr;
    align-items:center;
    gap:10px;
  }
}

.list-data-other strong{
  font-size:25px;
  line-height:25px;
  font-weight:bold;
  text-align: right;
}

.--max_digits-2 .list-data-other strong{
  min-width:27px;
}

.list-data-other p{
  font-size:10px;
  line-height:10px;
}



.data-right{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-items:flex-start;
  margin-top:5px;
  gap:20px;
}

@media screen and (min-width:768px){
  .list-data, .data-right{
    min-height:80px;
  }

  .data-right{
    flex-direction:row;
  }
}

.loading {
  cursor: not-allowed;
  opacity: 0.7;
}
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.boxdata:not(:last-of-type){
  border-bottom: 1px solid #eeeded;
  padding-bottom:10px;
}
.boxdata__list{
    width:100%;
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap:5px;
}
.boxdata__item{
    width:100%;
    display:grid;
    grid-template-columns:24px 1fr ;
    gap:10px;
    padding:0px 20px;
}
.boxdata__txt{
    display:flex;
    flex-direction:column;
}
.boxdata__number{
    font-size:27px;
    font-weight:700;
    line-height:27px;
}
.boxdata__icon{
    filter: brightness(0) saturate(100%) invert(47%) sepia(85%) saturate(1380%) hue-rotate(2deg) brightness(105%) contrast(103%);
    width:14px;
}
.boxdata__icon-wrapper{
    background-color: #f0eded;
    border-radius: 5px;
    width:24px;
    height:24px;
    display:flex;
    justify-content: center;
}
.boxdata__header{
    display:flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items:center;
    gap:5px;
    font-size:22px;
    padding:10px 0;
}
@media (min-width:400px){
    .boxdata__list{
        grid-template-columns: repeat(2, 1fr);
    }
    .boxdata__list .boxdata__item:first-of-type{
        border-right: 1px solid #eeeded;
    }
}
@media screen and (min-width:550px) {
    .boxdata__list{
        grid-template-columns: repeat(4, 1fr);
    }
    .boxdata__item{
        padding:15px 20px;
    }
    .boxdata__list .boxdata__item:not(:last-child){
        border-right: 1px solid #eeeded;
    }
}
@media (max-width:992px){
  .boxdata__list{
    grid-template-columns: repeat(2, 1fr);
    row-gap:20px;
  }
  .boxdata__list .boxdata__item:nth-child(1),
    .boxdata__list .boxdata__item:nth-child(3){
   border-right: 1px solid #eeeded;
  }
}
.box__title{
  font-size:22px;
  font-weight:400;
  text-align:left;
}