:root {
  --principal: #1c74bc;
  --principal_detalle: #3c94dc;
  --principal_texto: #fff;
  --principal_fondo: #f1f6fb;
  --principal_fondo2: #f1f6fb;
  --principal_gris: #4a4a4a;

  --secundario: #0066cc;


  --tamano_fuente: 14px;

  --publicado: #3366cc;
  --no_publicado: #dc3912;
  --vendido: #ff9900;
  --alquilado: #109618;
  --reservado: #990099;
  --archivado: #0099c6;
  --pdf: #de0011;
}

@media only screen and (min-width: 1900px) {
  :root {
    --tamano_fuente: 18px;
  }

  html,
  body {
    min-width: 1250px;
    min-height: 100vh;
    font-size: 18px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
  }

  *::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }

  *::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background-color: #f5f5f5;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border: 1px solid #f5f5f5;
  }

  .tamano_fuente {
    font-size: 18px;
  }

  .contenedor_principal_acceso .bg {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://www.inmobigrama.com/imagenes/back_login.jpg) center center;
    opacity: 0.3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  #columna_contenido_pagina {
    float: right;
    width: calc(100% - 200px);
    margin: 0;
    background-color: #fff;
    min-height: 100vh;
  }

  .columna_barra_menu {
    position: fixed;
    z-index: 1000;
    float: left;
    width: 200px;
    height: 100%;
    min-height: 620px;
    background-color: #eee;
  }

  .columna_barra_menu .menu-wrap {
    position: relative;
    width: 100%;
    margin-right: 1%;
    height: 100%;
    z-index: 5;
    background-color: white;
    overflow-y: scroll;
    font-size: 20px;
  }

  .columna_barra_menu .menu-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
  }

  .columna_barra_menu .menu-wrap li {
    float: left;
    width: 100%;
    color: var(--principal_texto);
    text-align: left;
    text-decoration: none;
    line-height: 50px;
    border-bottom: 0.1rem solid #eee;
  }

  .columna_barra_menu .menu-wrap .opcion_menu {
    display: inline-block;
    color: var(--principal);
    text-align: left;
    padding: 4px 5%;
    width: 90%;
    text-decoration: none;
    cursor: pointer;
  }

  .columna_barra_menu .menu-wrap li:hover:not(.dropdown-content) {
    background-color: var(--principal);
  }

  .columna_barra_menu .menu-wrap .opcion_menu:hover {
    color: var(--principal_texto);
  }

  .columna_barra_menu .menu-wrap li.dropdown {
    display: inline-block;
    position: relative;
  }

  .columna_barra_menu .dropdown-content {
    display: none;
    background-color: #eee;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }

  .columna_barra_menu .dropdown-content a {
    color: var(--principal);
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .columna_barra_menu .dropdown-content a:hover {
    background-color: var(--principal);
    color: var(--principal_texto);
  }

  .columna_barra_menu .dropdown:hover .dropdown-content {
    display: block;
  }

  .inicio_graficas {
    width: 80%;
    float: left;
  }

  .inicio_notificaciones {
    width: 20%;
    min-height: 400px;
    float: left;
  }

  .div_columna {
    width: 50%;
    float: left;
  }

  .div_media_izq {
    width: 47.5%;
    float: left;
  }

  .div_media_der {
    width: 47.5%;
    float: right;
  }

  .div_seccion_15 {
    width: 15%;
    float: left;
  }

  .div_seccion_20 {
    width: 20%;
    float: left;
  }

  .div_seccion_25 {
    width: 25%;
    float: left;
  }

  .div_seccion_30 {
    width: 30%;
    float: left;
  }

  .div_seccion_35 {
    width: 35%;
    float: left;
  }

  .div_seccion_40 {
    width: 40%;
    float: left;
  }

  .div_seccion_45 {
    width: 45%;
    float: left;
  }

  .div_seccion_50 {
    width: 50%;
    float: left;
  }

  .div_seccion_60 {
    width: 60%;
    float: left;
  }

  .div_seccion_70 {
    width: 70%;
    float: left;
  }

  .div_seccion_75 {
    width: 75%;
    float: left;
  }

  .div_seccion_80 {
    width: 80%;
    float: left;
  }

  .div_seccion_siete {
    width: calc(100% / 7);
    float: left;
  }

  .footer {
    background-color: var(--principal);
    padding: 10px 0;
    float: left;
    clear: both;
    width: 100%;
  }

  .div_scrollable {
    width: 100%;
    overflow: scroll;
  }

  .div_scroll_vertical {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .modal_contenedor {
    padding: 20px 40px;
    max-height: calc(80% - 40px);
    max-width: calc(80% - 80px);
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1899px) {
  :root {
    --tamano_fuente: 14px;
  }

  html,
  body {
    min-height: 100vh;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
  }

  *::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }

  *::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    background-color: #f5f5f5;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border: 1px solid #f5f5f5;
  }

  .tamano_fuente {
    font-size: 14px;
  }

  .contenedor_principal_acceso .bg {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://www.inmobigrama.com/imagenes/back_login.jpg) center center;
    opacity: 0.3;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #columna_contenido_pagina {
    float: right;
    width: calc(100% - 130px);
    margin: 0;
    background-color: #fff;
    min-height: 100vh;
  }

  .columna_barra_menu {
    position: fixed;
    z-index: 1000;
    float: left;
    width: 130px;
    height: 100%;
    min-height: 620px;
    background-color: #eee;
  }

  .columna_barra_menu .menu-wrap {
    position: relative;
    width: 100%;
    margin-right: 1%;
    height: 100%;
    z-index: 5;
    background-color: white;
    overflow-y: scroll;
    font-size: 12px;
  }

  .columna_barra_menu .menu-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
  }

  .columna_barra_menu .menu-wrap li {
    float: left;
    width: 100%;
    color: var(--principal_texto);
    text-align: left;
    text-decoration: none;
    line-height: 30px;
    border-bottom: 0.1rem solid #eee;
  }

  .columna_barra_menu .menu-wrap .opcion_menu {
    display: inline-block;
    color: var(--principal);
    text-align: left;
    padding: 4px 5%;
    width: 90%;
    text-decoration: none;
    cursor: pointer;
  }

  .columna_barra_menu .menu-wrap li:hover:not(.dropdown-content) {
    background-color: var(--principal);
  }

  .columna_barra_menu .menu-wrap .opcion_menu:hover {
    color: var(--principal_texto);
  }

  .columna_barra_menu .menu-wrap li.dropdown {
    display: inline-block;
    position: relative;
  }

  .columna_barra_menu .dropdown-content {
    display: none;
    background-color: #eee;
  }

  .columna_barra_menu .dropdown-content a {
    color: var(--principal);
    padding: 10px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .columna_barra_menu .dropdown-content a:hover {
    background-color: var(--principal);
    color: var(--principal_texto);
  }

  .columna_barra_menu .dropdown:hover .dropdown-content {
    display: block;
  }

  .inicio_graficas {
    width: 80%;
    float: left;
  }

  .inicio_notificaciones {
    width: 20%;
    min-height: 400px;
    float: left;
  }

  .div_columna {
    width: 50%;
    float: left;
  }

  .div_media_izq {
    width: 47.5%;
    float: left;
  }

  .div_media_der {
    width: 47.5%;
    float: right;
  }

  .div_seccion_15 {
    width: 15%;
    float: left;
  }

  .div_seccion_20 {
    width: 20%;
    float: left;
  }

  .div_seccion_25 {
    width: 25%;
    float: left;
  }

  .div_seccion_30 {
    width: 30%;
    float: left;
  }

  .div_seccion_35 {
    width: 35%;
    float: left;
  }

  .div_seccion_40 {
    width: 40%;
    float: left;
  }

  .div_seccion_45 {
    width: 45%;
    float: left;
  }

  .div_seccion_50 {
    width: 50%;
    float: left;
  }

  .div_seccion_60 {
    width: 60%;
    float: left;
  }

  .div_seccion_70 {
    width: 70%;
    float: left;
  }

  .div_seccion_75 {
    width: 75%;
    float: left;
  }

  .div_seccion_80 {
    width: 80%;
    float: left;
  }

  .div_seccion_siete {
    width: calc(100% / 7);
    float: left;
  }

  .footer {
    background-color: var(--principal);
    padding: 10px 0;
    float: left;
    clear: both;
    width: 100%;
  }

  .div_scrollable {
    width: 100%;
    overflow: scroll;
  }

  .div_scroll_vertical {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .modal_contenedor {
    padding: 20px 40px;
    max-height: calc(80% - 40px);
    max-width: calc(80% - 80px);
  }
}

@media only screen and (min-width: 600px) and (max-width: 1099px) {
  :root {
    --tamano_fuente: 16px;
  }

  html,
  body {
    min-width: 100%;
    min-height: 100vh;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
  }

  .tamano_fuente {
    font-size: 16px;
  }

  .contenedor_principal_acceso .bg {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://www.inmobigrama.com/imagenes/back_login.jpg) center center;
    opacity: 0.3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  #columna_contenido_pagina {
    float: right;
    width: calc(100% - 50px);
    margin: 0;
    background-color: #fff;
    min-height: 100vh;
  }

  .columna_barra_menu {
    z-index: 1000;
    float: left;
    width: 50px;
    height: 100%;
    background-color: #eee;
    transition: 0.5s;
    position: fixed;
  }

  .columna_barra_menu2 {
    z-index: 1000;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #eee;
    transition: 0.5s;
  }

  .overflow_tabla {
    overflow-x: auto;
  }

  .menu-arrow {
    width: 100%;
    height: 100vh;
    float: left;
  }

  .menu-arrow2 {
    width: 50px;
    height: 100%;
    line-height: 50px;
    float: left;
    position: fixed;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    background-color: #eee;
  }

  .texto_menu_responsive {
    transform: rotate(-90deg);
    position: relative;
    width: 50px;
    top: 45%;
    float: left;
  }

  #columna_barra_menu .menu-wrap {
    position: relative;
    width: 0%;
    display: none;
    float: left;
    height: 100%;
    z-index: 5;
    background-color: #535252;
  }

  #columna_barra_menu .menu-wrap2 {
    position: relative;
    width: calc(100% - 50px);
    display: block;
    float: left;
    z-index: 5;
    background-color: white;
  }

  #columna_barra_menu .opcion_menu {
    width: 90%;
    float: left;
    padding: 0 5%;
  }

  #columna_barra_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
  }

  #columna_barra_menu li {
    float: left;
    width: 100%;
    color: var(--principal);
    text-align: left;
    text-decoration: none;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 0.1rem solid #eee;
  }

  #columna_barra_menu a {
    display: inline-block;
    color: var(--principal);
    text-align: left;
    padding: 4px 5%;
    width: 90%;
    text-decoration: none;
  }

  #columna_barra_menu a:hover {
    background-color: var(--principal);
    color: var(--principal_texto);
  }

  #columna_barra_menu .dropdown-content {
    background-color: #eee;
    float: left;
    width: 100%;
    display: none;
  }

  #columna_barra_menu .dropdown-content a {
    color: var(--principal);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  #columna_barra_menu .dropdown-content a:hover {
    background-color: var(--principal);
    color: var(--principal_texto);
  }

  #columna_barra_menu .dropdown:hover .dropdown-content {
    display: block;
  }

  .inicio_graficas {
    width: 100%;
    float: left;
  }

  .inicio_notificaciones {
    width: 100%;
    min-height: 400px;
    float: left;
  }

  .div_columna {
    width: 50%;
    float: left;
  }

  .div_media_izq {
    width: 90%;
    float: left;
    margin: 5px 5%;
  }

  .div_media_der {
    width: 90%;
    float: left;
    margin: 5px 5%;
  }

  .oculto_responsive {
    display: none;
  }

  .div_seccion_15 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_20 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_25 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_30 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_35 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_40 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_45 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_50 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_60 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_70 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_75 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_80 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_siete {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .footer {
    background-color: var(--principal);
    min-height: 8vh;
    padding: 10px 0;
    float: left;
    clear: both;
    width: 100%;
  }

  .div_scrollable {
    width: 100%;
    overflow: scroll;
  }

  .div_scroll_vertical {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .webui-popover.in {
    left: 0 !important;
    width: 90%;
    margin: 0 5%;
  }

  .webui-arrow {
    display: none !important;
  }

  .modal_contenedor {
    padding: 10px 20px;
    max-height: calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
}

@media only screen and (min-width: 1px) and (max-width: 599px) {
  :root {
    --tamano_fuente: 16px;
  }

  html,
  body {
    min-width: 100%;
    min-height: 100vh;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
  }

  .tamano_fuente {
    font-size: 16px;
  }

  .contenedor_principal_acceso .bg {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://www.inmobigrama.com/imagenes/back_login.jpg) center center;
    opacity: 0.3;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #columna_contenido_pagina {
    float: right;
    width: calc(100% - 50px);
    margin: 0;
    background-color: #fff;
    min-height: 100vh;
  }

  .columna_barra_menu {
    z-index: 1000;
    float: left;
    width: 50px;
    height: 100%;
    background-color: #eee;
    transition: 0.5s;
    position: fixed;
  }

  .columna_barra_menu2 {
    z-index: 1000;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #eee;
    transition: 0.5s;
  }

  .overflow_tabla {
    overflow-x: auto;
  }

  .menu-arrow {
    width: 100%;
    height: 100vh;
    float: left;
  }

  .menu-arrow2 {
    width: 50px;
    height: 100%;
    line-height: 50px;
    float: left;
    position: fixed;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0;
    background-color: #eee;
  }

  .texto_menu_responsive {
    transform: rotate(-90deg);
    position: relative;
    top: 45%;
    width: 50px;
    float: left;
  }

  #columna_barra_menu .menu-wrap {
    position: relative;
    width: 0%;
    display: none;
    float: left;
    height: 100%;
    z-index: 5;
    background-color: #535252;
  }

  #columna_barra_menu .menu-wrap2 {
    position: relative;
    width: calc(100% - 50px);
    display: block;
    float: left;
    z-index: 5;
    background-color: white;
  }

  #columna_barra_menu .opcion_menu {
    width: 90%;
    float: left;
    padding: 0 5%;
  }

  #columna_barra_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
  }

  #columna_barra_menu li {
    float: left;
    width: 100%;
    color: var(--principal);
    text-align: left;
    text-decoration: none;
    min-height: 50px;
    line-height: 50px;
    border-bottom: 0.1rem solid #eee;
  }

  #columna_barra_menu a {
    display: inline-block;
    color: var(--principal);
    text-align: left;
    padding: 4px 5%;
    width: 90%;
    text-decoration: none;
  }

  #columna_barra_menu a:hover {
    background-color: var(--principal);
    color: var(--principal_texto);
  }

  #columna_barra_menu li.dropdown:hover {
    background-color: var(--principal);
    color: var(--principal_texto);
  }

  #columna_barra_menu .dropdown-content {
    background-color: #eee;
    float: left;
    width: 100%;
    display: none;
  }

  #columna_barra_menu .dropdown-content a {
    color: var(--principal);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  #columna_barra_menu .dropdown-content a:hover {
    background-color: var(--principal);
    color: var(--principal_texto);
  }

  #columna_barra_menu .dropdown:hover .dropdown-content {
    display: block;
  }

  .inicio_graficas {
    display: none;
    width: 100%;
    float: left;
  }

  .inicio_notificaciones {
    width: 100%;
    min-height: 400px;
    float: left;
  }

  .div_columna {
    width: 90%;
    margin: 0 5%;
    float: left;
  }

  .div_media_izq {
    width: 90%;
    float: left;
    margin: 5px 5%;
  }

  .div_media_der {
    width: 90%;
    float: left;
    margin: 5px 5%;
  }

  .oculto_responsive {
    display: none;
  }

  .div_seccion_15 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_20 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_25 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_30 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_35 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_40 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_45 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_50 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_60 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_70 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_75 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_80 {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .div_seccion_siete {
    width: 100%;
    margin: 5px 0;
    float: left;
  }

  .footer {
    background-color: var(--principal);
    min-height: 8vh;
    padding: 10px 0;
    float: left;
    clear: both;
    width: 100%;
  }

  .div_scrollable {
    width: 100%;
    overflow: scroll;
  }

  .webui-popover.in {
    left: 0 !important;
    width: 90%;
    margin: 0 5%;
  }

  .webui-arrow {
    display: none !important;
  }

  .div_scroll_vertical {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
    overflow-y: scroll;
  }

  .modal_contenedor {
    padding: 10px 20px;
    max-height: calc(100% - 15px);
    max-width: calc(100% - 15px);
  }
}

/******************************/
/*Clases comunes todos tamaños*/
/******************************/

.cont_main_content {
  width: 98%;
  margin: 0 auto;
  min-height: 92vh;
}

.caja_con_sombra {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(163, 163, 163, 1);
  -moz-box-shadow: 10px 10px 5px 0px rgba(163, 163, 163, 1);
  box-shadow: 10px 10px 5px 0px rgba(163, 163, 163, 1);
}

.caja_base1 {
  background-color: #efefef;
  width: 100%;
  margin: 20px auto;
  padding: 10px 0;
  clear: both;
  float: left;
}

.caja_base2 {
  width: 96%;
  margin: 0px 1%;
  padding: 10px 1%;
  clear: both;
  float: left;
  background-color: #fff;
}

.fondo_claro {
  background: var(--principal_fondo);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.fondo_oscuro {
  background: var(--principal_fondo2);
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  font-size: var(--tamano_fuente);
}

table tbody {
  font-size: 0.8em;
}

table,
td,
th {
  border: 1px solid #c5c5c5;
  border-left: none;
  border-right: none;
}

.cabecera_tabla {
  background-color: var(--principal);
  color: var(--principal_texto);
  font-size: var(--tamano_fuente);
}

.div_separador {
  width: 100%;
  float: left;
  text-align: left;
  clear: both;
  margin: 15px 0;
}

.div_margenes {
  width: calc(100% - 20px);
  float: left;
  margin: 5px 0;
  padding: 0 10px;
}

.div_separador_estandar {
  float: left;
  width: 100%;
  clear: both;
}

/***********Botones************/
/******************************/

/*Boton solo texto*/
.boton1 {
  background-color: var(--principal);
  border: 0;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition-duration: 0.5s;
}

/*Boton solo imagen junto a input text*/
.boton2 {
  background-color: var(--principal);
  border: 0;
  border-radius: 0px 5px 5px 0px;
  padding: 0;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  height: 50px;
  transition-duration: 0.5s;
}

/*Boton imagen/letra importante con texto junto a input text*/
.boton3 {
  background-color: var(--principal);
  border: 0;
  border-radius: 5px;
  padding: 0px;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  width: 100%;
  float: left;
  transition-duration: 0.5s;
}

.boton3_icono {
  float: left;
  width: 15%;
  line-height: 45px;
  height: 50px;
  font-size: 40px;
}

.boton3_texto {
  height: 50px;
  line-height: 50px;
  font-size: 1.5em;
  width: 100%;
  text-align: center;
}

/*boton solo imagen para click*/
.boton4 {
  background-color: var(--principal);
  padding: 0;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  height: 50px;
  width: 50px;
  border: 0;
  border-radius: 100%;
  box-shadow: 5px 5px 7px 0px #999;
  transition-duration: 0.5s;
}

/*Boton solo texto con animacion llamativa*/
.boton5 {
  background-color: #d60000;
  border: 0;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  animation-name: pulse_animation;
  animation-duration: 4000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1);
  }

  40% {
    transform: scale(1.08);
  }

  50% {
    transform: scale(1);
  }

  60% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.05);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

/*boton de 30 height junto input30*/
.boton6 {
  background-color: var(--principal);
  border: 0;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  transition-duration: 0.5s;
}

/*boton para las tablas*/
.boton7 {
  background-color: var(--principal);
  border: 0;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition-duration: 0.5s;
}

/*Boton imagen | texto alto de 30*/
.boton8 {
  background-color: var(--principal);
  border: 0;
  padding: 0px;
  font-size: 1em;
  color: var(--principal_texto);
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  width: 100%;
  float: left;
  transition-duration: 0.5s;
}

.boton8_icono {
  float: left;
  width: 40px;
  line-height: 30px;
  height: 30px;
}

.boton8_texto {
  float: left;
  height: 30px;
  line-height: 30px;
  width: calc(100% - 40px);
  text-align: center;
}

.boton1:hover,
.boton2:hover,
.boton3:hover,
.boton4:hover,
.boton6:hover,
.boton7:hover,
.boton8:hover {
  background-color: var(--principal_detalle);
}

/***********Checkbox************/
/*******************************/

.checkbox_container {
  float: left;
  min-height: 20px;
  padding: 5px;
  width: calc(100% - 10px);
}

.checkbox_label {
  margin-bottom: 0;
  padding-top: 10px;
}

.checkbox {
  display: none;
  vertical-align: middle;
  margin: 0 4px;
}

.checkbox:checked+span::after {
  background-image: url("imagenes/check_grey.png");
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-width: 0px;
  border-style: solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.checkbox_span_verde {
  border-color: #393;
  background-color: #bfb;
  border-width: 2px;
  border-style: solid;
  content: "";
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  cursor: pointer;
}

.checkbox_span_rojo {
  border-color: #933;
  background-color: #fbb;
  border-width: 2px;
  border-style: solid;
  content: "";
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  cursor: pointer;
}

.checkbox_span_blanco {
  border-color: #ccc;
  background-color: #fff;
  border-width: 2px;
  border-style: solid;
  content: "";
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  cursor: pointer;
}

.checkbox_span_texto {
  float: left;
  text-align: left;
  min-height: 19px;
  margin: 0px 5px;
  line-height: 19px;
  width: calc(100% - 40px);
}

/*********Radiobutton**********/
/******************************/

.radiobutton_container {
  float: left;
  min-height: 20px;
  padding: 5px;
  width: calc(100% - 10px);
}

.radiobutton_label {
  margin-bottom: 0;
  padding-top: 10px;
}

.radiobutton {
  display: none;
}

.radiobutton:checked+span::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 60%;
  margin: 20%;
  border-radius: 100%;
  background-color: var(--principal);
  cursor: pointer;
  border-width: 0px;
  border-style: solid;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.radiobutton_span {
  border-color: #ccc;
  background-color: #fff;
  border-width: 2px;
  border-radius: 100%;
  border-style: solid;
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  cursor: pointer;
}

/***********Select*************/
/******************************/

.desplegable {
  height: 30px;
  border: 2px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 2px;
  font-size: var(--tamano_fuente);
  padding-left: 5px;
  color: #333;
  cursor: pointer;
  text-align: left;
  width: 100%;
  margin: 0;
  background: #fff;
}

.desplegable_color {
  background-color: var(--principal);
  border: 0;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: var(--tamano_fuente);
  color: var(--principal_texto);
  cursor: pointer;
  text-align: left;
  font-weight: bold;
}

/***********Titulos************/
/******************************/

.titulo_text {
  width: 100%;
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-align: left;
  color: var(--principal);
  clear: both;
  float: left;
}

.titulo_text2 {
  width: 100%;
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
  color: var(--secundario);
  font-weight: bold;
  clear: both;
  float: left;
}

.titulo_text3 {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1em;
  border-bottom: 1px solid #ccc;
  text-align: left;
  color: var(--secundario);
  font-weight: bold;
  clear: both;
  float: left;
}

.titulo_text4 {
  width: 96%;
  font-size: 1.1em;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px 2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
  color: var(--secundario);
  font-weight: bold;
  clear: both;
  float: left;
}

/********Inputs y text*********/
/******************************/

.input_text {
  height: 30px;
  font-size: 1.1em;
  padding: 2px;
  padding-left: 5px;
  border: 2px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

.input_text50 {
  height: 50px;
  font-size: 1.5em;
  padding: 2px;
  padding-left: 5px;
  border: 2px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.input_textarea {
  min-height: 50px;
  font-size: 1.1em;
  padding: 2px;
  padding-left: 5px;
  border: 2px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  resize: vertical;
}

.input_date {
  height: 30px;
  font-size: 1.1em;
  padding: 2px;
  padding-left: 5px;
  border: 2px solid #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}

.input_range {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: var(--principal_fondo);
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.input_range:hover {
  opacity: 1;
}

.input_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: var(--principal);
  cursor: pointer;
}

.input_range::-moz-range-thumb {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: var(--principal);
  cursor: pointer;
}

.span_junto_input30 {
  display: table-cell;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #333;
  margin: 0;
}

.span_junto_input50 {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  color: #333;
  margin: 0;
}

.texto_junto_input30 {
  height: 30px;
  line-height: 30px;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin: 0px;
  text-align: center;
  color: #333;
}

.texto_junto_input50 {
  height: 50px;
  line-height: 50px;
  width: calc(100% - 20px);
  padding: 0 10px;
  margin: 0px;
  text-align: center;
  color: #333;
}

/********autocompletar*********/
/******************************/

.autocompletar_input {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
}

.autocompletar_items {
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 5px;
  max-height: 150px;
  position: absolute;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
}

.autocompletar_items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  border-bottom: 1px solid #d4d4d4;
}

.autocompletar_items div:hover {
  background-color: #e9e9e9;
}

.autocompletar_active {
  background-color: var(--principal) !important;
  color: var(--principal_texto) !important;
}

/*************Tags*************/
/******************************/

.tag_contenedor {
  position: relative;
  float: left;
  background: #1c75bd;
  color: #fff;
  min-height: 20px;
  padding: 2px;
  line-height: 20px;
  border-radius: 5px;
  margin: 5px;
}

.tag_contenedor_cabecera,
.tag_contenedor_contenido {
  display: flex;
  font-size: 0.8em;
}

.tag_contenedor_cabecera>*,
.tag_contenedor_contenido {
  margin: 0.3rem 0.5rem;
}

.tag_contenedor_cabecera {
  justify-content: space-between;
  border-bottom: 1px solid white;
}

.tag_contenedor_cabecera img {
  width: 1.2rem;
  height: auto;
  margin: 0 0.2rem;
}

.tag_contenedor_contenido {
  flex-direction: column;
}

.tag_contenedor_contenido>* {
  margin: 0.5rem 0;
}

.tag_contenedor_contenido a {
  text-decoration: none;
  color: white;
}

.tag_texto {
  width: calc(100% - 30px);
  line-height: 20px;
  margin: 0;
  min-height: 20px;
  padding: 0 5px;
  float: left;
}

.tag_cerrar {
  float: left;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 5px;
  background: #aaa;
  width: 20px;
  text-align: center;
  transition-duration: 0.5s;
}

.tag_cerrar:hover {
  background: #888;
}

/**********Paginación**********/
/******************************/
.boton_pagina {
  padding: 5px;
  background: #fff;
  color: #333;
  font-size: 20px;
  margin: 0 10px;
  width: fit-content;
  cursor: pointer;
  transition-duration: 0.5s;
}

.boton_pagina:hover {
  background: #ccc;
}

.boton_pagina_actual {
  border: 1px solid #333;
  padding: 5px;
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px;
  width: fit-content;
}

/************modal*************/
/******************************/

.modal_fondo {
  background: #3336;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
}

.modal_contenedor {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: fit-content;
  height: fit-content;
  width: -moz-fit-content;
  height: -moz-fit-content;
  background: #fff;
  box-shadow: -3px 3px 12px 0px #333;
}

.modal_cerrar {
  width: 30px;
  font-size: 26px;
  position: absolute;
  right: -10px;
  top: -10px;
  box-shadow: -3px 3px 12px 0px #333;
}

/*******estilo energético******/
/******************************/

.certificado_energetico_banda {
  color: #fff;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  padding-left: 5px;
  margin: 5px 0;
  position: relative;
  float: left;
  margin-right: 20px;
}

.certificado_energetico_banda:after {
  position: absolute;
  background: inherit;
  top: 0;
  right: -15px;
  content: "";
  border-bottom: 10px solid;
  border-left: 15px solid transparent;
  border-top: 10px solid;
}

/**********fotos lazy**********/
/******************************/
#columna_contenido_pagina table img.lazy:hover {
  -webkit-transform: scale(6);
  transform: scale(6);
  transition: 1s ease-in-out;
  transform-origin: left bottom;
}

.contenedor-latidos {
  display: flex;
  justify-content: center;
  align-items: center;
}

.latidos {
  margin: 5em;
  animation: 0.8s infinite beatHeart;
}

@keyframes beatHeart {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

/*--------------------------agenda-----------------------------*/

.calendar .calendar-day {
  cursor: pointer;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 100%;
  transition-duration: 0.5s;
}

.calendar .calendar-day .calendar-day-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calendar .calendar-day:hover,
.calendar .focus,
.diary .focus {
  background-color: #ccc;
}

.diary *::-webkit-scrollbar {
  width: 5px;
}

.diary-month .diary-row .diary-day-content {
  height: calc(100vmin / 6);
  min-height: 120px;
  cursor: pointer;
}

.diary-week .diary-week-header,
.diary-day .diary-day-header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.diary-week .diary-row .diary-day-content,
.diary-day .diary-row .diary-day-content {
  height: calc(100vmin / 25);
  min-height: 70px;
  cursor: pointer;
}

.diary-week .diary-day-title {
  height: 100%;
}

.diary .diary-row .diary-day {
  height: 100%;
}

/*--------------------------Vacacional-----------------------------*/

.holydays .available {
  background-color: #afde64;
  color: #fff;
}

.holydays .not-available {
  background-color: #f38370;
  color: #fff;
}

.holydays .arrive {
  background: linear-gradient(to bottom right, #f38370 50%, #afde64 50%);
  color: #fff;
}

.holydays .leave {
  background: linear-gradient(to bottom right, #afde64 50%, #f38370 50%);
  color: #fff;
}

.holydays .calendar-day {
  cursor: pointer;
  width: 100%;
  height: 100px;
  transition-duration: 0.5s;
}

.holydays .calendar-day .calendar-day-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.holydays .calendar-day:hover,
.holydays .focus,
.diary .focus {
  background-color: #ccc;
}

.solo_referencia {
  overflow-wrap: break-word;
}

/* Transacciones */
#transacciones {
  overflow-y: auto;
  background-color: whitesmoke;
  height: 25vh;
  width: 35vh;
  font-size: small;
}

.transaccion {
  display: grid;
  grid-template: "a b";
  justify-content: space-between;
  padding: 0 1rem;
}

.transaccion a {
  text-decoration: none;
  color: crimson;
}

/* Estilos iconos */
.notes {
  color: #f9cf7e;
  margin: 0.7rem;
}

.whatsappLogo {
  color: #25d366;
}

.whatsappLogoSeparation {
  margin: 0.7rem;
}

.facebookLogo {
  color: #1877f2;
}

.twitterLogo {
  color: black;
}

.linkedinLogo {
  color: #0a66c2;
}

.vkLogo {
  color: #0077ff;
}

.pinterestLogo {
  color: #b7081b;
}

.div_separador_estandar>a {
  padding: 0 0.2rem;
  text-decoration-line: none;
}

.info {
  color: #ef7800;
}

.delete {
  color: #e87c7c !important;
}

.deletePromos {
  margin: 1rem 0.5rem;
  vertical-align: 0.3rem !important;
}

.iconButton {
  line-height: inherit !important;
}

.iconLeft {
  margin: 0 0.5rem;
}

.plusIcon {
  line-height: inherit !important;
  margin: 0 0.5rem;
}

/* Promociones */
button[name="nuevoTipo"],
#altaTiposPromocionContainer>div>a {
  font-size: larger;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: white;
  background-color: #0066cc;
  border: 0.5rem solid #0066cc;
  border-radius: 0.5rem;
  text-decoration: none;
  text-align: center;
}

#tiposPromocion div {
  display: grid;
  grid-template-columns: 0.1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 3rem;
  align-items: center;
  text-align: center;
}

#tiposPromocion div+div {
  border-top: 0.1rem solid gray;
}

@media (max-width: 600px) {
  #tiposPromocion div {
    grid-template-columns: repeat(3, 1fr);
  }

  button[name="nuevoTipo"],
  #altaTiposPromocionContainer>div>a {
    margin: 1rem;
  }
}

/* #tiposPromocion .tipoRefContainer {
  display: flex;
  justify-content: space-evenly;
} */

#tiposPromocion .fa-circle-check {
  color: #393;
}

#tiposPromocion .fa-circle-xmark {
  color: #dc0e0e;
}

#tiposPromocion a {
  text-decoration: none;
  color: #0066cc;
  font-weight: normal;
}

#tiposPromocion a h4 {
  font-weight: normal;
}

#tiposPromocion .operacionesTipoPromociones {
  display: flex;
  justify-content: space-evenly;
}

@media (max-width: 600px) {
  #tiposPromocion .operacionesTipoPromociones {
    gap: 0.3rem;
  }
}

#tiposPromocion .precioTipoPromociones p {
  margin: 0;
}

#tiposPromocion .operacionesTipoPromociones i {
  cursor: pointer;
  color: grey;
}

#altaTiposPromocionContainer {
  display: flex;
  flex-direction: column;
}

#altaTiposPromocionContainer>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fila-listado:hover {
  background-color: #f1f6fb;
}

.hidden {
  display: none !important;
}

.loader {
  width: 72px;
  height: 72px;
  border: 7px solid var(--principal);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader-pasarela {
  width: 25px;
  height: 25px;
  border: 5px solid var(--principal);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader-screen {
  width: 150px !important;
  height: 150px !important;
  border-width: 15px !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

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

#over-display {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  background-color: rgba(236, 236, 236, 0.35);
  width: 100%;
  height: 100%;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-2\/4 {
  top: 50%;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.flex-column {
  flex-direction: column;
}

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

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.justify-center {
  justify-content: center;
}

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

.justify-evenly {
  justify-content: space-evenly;
}

.align-center {
  align-items: center;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.w-30 {
  width: 30%;
}

.gap-1 {
  gap: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.my-1 {
  margin-block: 1rem;
}

.mx-1 {
  margin-inline: 1rem;
}

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

.font-l {
  font-size: large;
}

.font-xl {
  font-size: x-large;
}

.font-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.text-decoration-none {
  text-decoration: none !important;
}

.m-1 {
  margin: 1rem;
}

.bg-white {
  background-color: white;
}

.boton-filtro {
  width: 100%;
  padding: 5px 0px;
  height: 57.5px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  border-radius: 8px;
  border-width: 3px
}

.boton-filtro:hover {
  color: var(--principal_texto);
  border-color: white;
}

.boton-filtro-principal {
  border-color: var(--principal);
}

.boton-filtro-principal:hover {
  background-color: var(--principal);
}

.boton-filtro-publicados {
  border-color: var(--publicado);
}

.boton-filtro-publicados:hover {
  background-color: var(--publicado);
}

.boton-filtro-no-publicados {
  border-color: var(--no_publicado);
}

.boton-filtro-no-publicados:hover {
  background-color: var(--no_publicado);
}

.boton-filtro-vendido {
  border-color: var(--vendido);
}

.boton-filtro-vendido:hover {
  background-color: var(--vendido);
}

.boton-filtro-alquilado {
  border-color: var(--alquilado);
}

.boton-filtro-alquilado:hover {
  background-color: var(--alquilado);
}

.boton-filtro-reservado {
  border-color: var(--reservado);
}

.boton-filtro-reservado:hover {
  background-color: var(--reservado);
}

.boton-filtro-archivado {
  border-color: var(--archivado);
}

.boton-filtro-archivado:hover {
  background-color: var(--archivado);
}

#contenedor-filtros-demandas,
#contenedor-filtros-captaciones {
  display: flex;
  align-items: center;
}

#filtros-inmueble,
#filtros-demandas,
#filtros-captaciones {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;

  margin-top: 0.5rem;
}

#filtros-inmueble>* {
  width: 24%;
}

#filtros-demandas>* {
  width: 19.5%;
}

#filtros-captaciones>* {
  width: 32%;
}

#filtros-inmueble>div {
  display: flex;
}

#filtros-secundarios-demandas {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1350px) {
  #filtros-demandas>* {
    width: 32%;
  }
}

@media (max-width: 1099px) {

  #contenedor-filtros-demandas,
  #contenedor-filtros-captaciones {
    flex-direction: column;
  }

  #filtros-inmueble>*,
  #filtros-demandas>* {
    width: 49%;
  }
}

.button-disabled {
  background-color: darkgrey;
  pointer-events: none;
}

.hs-upload {
  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;
}

.fila-listado .fa-share-nodes {
  color: var(--principal_gris);
}

.strike-through {
  position: relative;
  display: inline-block;
}

.strike-through::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}