@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "vivaldi";
  src: url("../fonts/vivaldi/VIVALDII.TTF");
}
.vivaldi {
  font-family: "vivaldi", sans-serif;
  font-size: 18px;
  text-align: center;
}

.color-red {
  color: #95191C;
}

.opensan {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-align: center;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.container {
  display: flex;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.color-gray {
  color: #4D5064;
}

.color-red {
  color: #95191C;
}

.msgError {
  color: #95191C;
  font-weight: bold;
}

.msgForm {
  color: #4D5064;
  font-size: 14px;
  font-weight: bold;
}

.msgLogueo {
  color: #95191C;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
}

.cliente {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  transition: 0.3s ease all;
}

.form_label {
  color: #95191C;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.form_box {
  margin-bottom: 15px;
}

.form_input {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.form_input:focus {
  border: solid 2px #95191C;
}

.form_textarea {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #ced4da;
  width: 100%;
  min-height: 150px;
  max-height: 150px;
  color: #495057;
  display: block;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.form_textarea:focus {
  border: solid 2px #95191C;
}

.form_button {
  background-color: #95191C;
  border: none;
  border-radius: 0.25rem;
  color: white;
  padding: 8px 10px;
  display: block;
  margin: 20px 0px;
  font-size: 18px;
  cursor: pointer;
}

.observaciones {
  margin-top: 20px;
}

.btn {
  background-color: #95191C;
  border: none;
  border-radius: 0.25rem;
  color: white;
  padding: 8px 10px;
  display: inline-block;
  margin: 20px 0px;
  cursor: pointer;
  text-decoration: none;
}

.buscador {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.buscador__input {
  border: solid 2px #95191C;
  display: inline-block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: 0;
}

.data {
  overflow-x: scroll;
}

.dataTable {
  background-color: #ffffff;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
.dataTable th {
  background-color: #95191C;
  color: #F0F0F0;
  font-weight: 500;
  padding: 10px;
}
.dataTable tr:nth-child(even) {
  background-color: #F0F0F0;
}
.dataTable td {
  padding: 10px;
  font-size: 0.9375em;
}

.actions-flex {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.editCliente, .deleteCliente, .printCliente {
  background-color: #c9c9cb;
  color: #95191c;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: none;
}

.deleteCliente {
  background-color: #95191c;
  color: white;
}

.salir {
  color: white;
  text-decoration: none;
  display: flex;
}

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

.d-flex {
  display: flex;
}

.ml-5 {
  margin-left: 10px;
}

#pagination {
  padding: 20px 50px 20px 0px;
}
#pagination .pages {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

.page-item {
  color: #95191C;
  background-color: white;
  padding: 3px 8px;
}

.page-link {
  color: #95191C;
}

.active {
  background-color: #95191c;
  color: white !important;
}

.disabled {
  background-color: #F0F0F0;
  color: white;
}

.page {
  color: white;
}

.page-item.active .page-link {
  background-color: #95191C;
  border: solid 1px #95191C;
  color: #F0F0F0;
}

.container-presupuesto {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.regla {
  margin-top: 15px;
  border: thin 1px #4D5064;
}

#presupuestos {
  margin: auto;
}
#presupuestos td {
  padding: 7px;
}

border-top {
  border-top: solid 2px #95191C;
}

.abono {
  padding: 10px;
  border: none;
  width: 100%;
  color: #222222;
  outline: 0;
}

.abono:focus {
  border: solid 2px #95191C;
}

.abono::-moz-placeholder {
  color: #95191C;
}

.abono:-ms-input-placeholder {
  color: #95191C;
}

.abono::placeholder {
  color: #95191C;
}

.delete-service {
  border: solid 1px #f0f0f0;
  color: #95191C;
  font-size: 20px;
  display: block;
  margin: auto;
  cursor: pointer;
}

#add-service {
  display: none;
  margin: auto !important;
}

.servicio__tramite {
  outline: 0px;
}

.servicio__tramite:focus {
  border: solid 2px #95191C;
}

.buscador {
  padding: 50px 50px 0px 50px;
  display: flex;
  justify-content: right;
}
.buscador__input {
  border: solid 3px #95191C;
  padding: 10px;
  border-radius: 5px;
  outline: 0;
}

.btn_red {
  background-color: #95191C;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 10px 15px;
  margin: 15px 0;
  cursor: pointer;
}

.btn_gray {
  background-color: #F0F0F0;
  border: none;
  border-radius: 5px;
  color: #95191C;
  padding: 10px 15px;
  margin: 15px 0;
  cursor: pointer;
}

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

.login {
  background-image: linear-gradient(to bottom, rgba(149, 25, 28, 0.5), rgba(80, 81, 104, 0.5)), url("../images/fondo-bogota.jpg");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.login__container {
  background-color: white;
  max-width: 500px;
  width: 100%;
  padding: 40px;
}
.login__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.login__boxinput {
  border: solid 2px #95191C;
  background-color: white;
  border-radius: 0px;
  padding: 10px 7px;
  margin-bottom: 15px;
}
.login__boxpassword {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 2px #95191C;
  background-color: white;
  border-radius: 0px;
  padding: 13px 7px;
  margin-bottom: 15px;
}
.login__input {
  border: none;
  width: 100%;
  background-color: transparent;
  outline: none;
}
.login__button {
  background-color: #95191C;
  cursor: pointer;
  border: 0px;
  padding: 10px 5px;
  width: 100%;
  color: #F0F0F0;
  font-size: 18px;
  transition: 0.5s;
}
.login__forgotpassword {
  color: #4D5064;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #4D5064;
  font-weight: 600;
  margin: 10px 0;
}
.login__forgotpassword a {
  color: #4D5064;
}

#eye-slash, #eye {
  color: #95191C;
  display: none;
  cursor: pointer;
}

#eye {
  display: block;
}

.header {
  left: 300px;
  background-color: #F9FAFB;
  position: fixed;
  display: flex;
  align-items: center;
  padding: 10px;
  top: 0;
  height: 55px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.3s ease all;
  z-index: 10;
}
.header__icon {
  color: #95191C;
  font-size: 30px;
  margin: 10px;
  cursor: pointer;
}
.header__title {
  font-size: 25px;
  font-weight: 400;
}

.header--left {
  left: 0;
}

@media (max-width: 991px) {
  .header {
    left: 0;
  }
}
@media (max-width: 600px) {
  .header__title {
    font-size: 20px;
  }
}
.aside {
  background-color: #95191C;
  position: fixed;
  margin: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  z-index: 10;
  transition: 0.3s ease all;
  padding: 20px;
}
.aside__close {
  display: flex;
  justify-content: flex-end;
}
.aside__icon {
  color: white;
  font-size: 25px;
  cursor: pointer;
  display: none;
}
.aside__boxlogo {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
.aside__title {
  font-size: 14px;
  text-align: center;
}
.aside__logo {
  width: 55px;
  display: block;
  text-align: center;
  margin: auto;
}

.aside--ml {
  margin-left: -300px;
}

.aside--m-0 {
  margin-left: 0px;
}

.nav {
  padding: 0;
  margin-bottom: 10px;
}
.nav__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__link {
  color: white;
  text-decoration: none;
  display: flex;
}
.nav__icon {
  font-size: 20px;
  margin-right: 5px;
  display: block;
}
.nav__text {
  color: white;
}
.nav__arrow {
  color: white;
  transition: 0.3s ease-in;
}
.nav__collapse {
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s ease-in;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.nav__collapsect {
  background-color: white;
  display: flex;
  align-items: center;
  padding: 5px;
  margin: 7px auto;
  width: 100%;
}
.nav__ic {
  color: #95191C;
  font-size: 10px;
  margin-right: 5px;
}
.nav__collapseitem {
  color: #95191C;
  text-decoration: none;
  display: block;
}

.divider {
  color: white;
  border: solid 2px white;
  margin: 10px auto;
}

.arrow_open {
  transform: rotate(90deg);
}

.collapse_show {
  opacity: 1 !important;
  height: auto !important;
  padding: 0 !important;
}

@media (max-width: 991px) {
  .aside__icon {
    display: block;
  }
}
.main {
  margin-left: 300px;
  margin-top: 55px;
  width: 100%;
  padding: 20px 20px 50px 20px;
  transition: 0.3s ease all;
}

.main--ml {
  margin-left: 0;
}

@media (max-width: 991px) {
  .main {
    margin-left: 0;
  }
}
#modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}

.modal {
  border-radius: 10px;
  z-index: 10;
  padding: 10px;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.modal__title {
  font-size: 22px;
}
.modal__close {
  color: #95191C;
  font-size: 25px;
  cursor: pointer;
}
.modal__card {
  background-color: white;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  margin: auto;
}
.modal__form {
  display: flex;
  flex-direction: column;
}
.modal__label {
  display: block;
  margin-bottom: 5px;
}
.modal__input {
  border: solid 2px #f2f2f2;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  outline: 0px;
  margin-bottom: 10px;
}
.modal__input:focus {
  border: solid 1px #95191C;
}
.modal__textarea {
  border: solid 2px #f2f2f2;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  outline: 0px;
  margin-bottom: 10px;
  min-height: 100px;
  max-height: 100px;
}
.modal__textarea:focus {
  border: solid 1px #95191C;
}
.modal__button {
  background-color: #95191C;
  cursor: pointer;
  border: none;
  color: white;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 15px;
}

.calendar {
  border: none;
  cursor: pointer;
  background-color: #95191C;
  color: #ffffff;
}

.msgError {
  color: #95191C;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}

.home {
  display: grid;
  grid-template-columns: 65% 30%;
  gap: 20px;
  padding: 0px;
}
.home__map {
  border: solid 5px #95191C;
  width: 100%;
  height: 700px;
}
.home__tables {
  width: 100%;
  height: 300px;
}
.home__graphics {
  background: white;
  padding: 20px;
  width: 100%;
  max-width: 450px;
  margin: auto;
}
.home__icon {
  color: #95191C;
  font-size: 35px;
  display: block;
  text-align: center;
}

.title_conociendo {
  font-weight: 400;
  margin: 20px 0;
  font-size: 16px;
}

@media (max-width: 1280px) {
  .home {
    width: 100%;
    grid-template-columns: 50% 45%;
    height: auto;
  }
  .home__map {
    width: 100%;
    height: 300px;
  }
  .home__tables {
    width: 100%;
    height: auto;
  }
}
.jvectormap-zoomin, .jvectormap-zoomout {
  display: none;
}

.footer {
  left: 300px;
  background-color: #F9FAFB;
  position: fixed;
  bottom: 0;
  height: 45px;
  padding: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  transition: 0.3s ease all;
}
.footer__title {
  color: #95191C;
  font-size: 1.1rem;
  font-weight: 400;
}

.footer--left {
  left: 0;
}

@media (max-width: 991px) {
  .footer {
    left: 0;
  }
}
.venta {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto;
}
.venta .btncreate {
  background-color: #95191C;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 7px 15px;
  margin: 15px 0;
  text-decoration: none;
  display: inline-block;
}
.venta .ventaheader {
  background-color: #c9c9cb;
  border-radius: 3px;
  padding: 20px;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.venta .ventaheader .title {
  color: #95191C;
  font-weight: 400;
  font-size: 23px;
}
.venta .ventaheader .factura {
  display: flex;
  align-items: center;
  gap: 10px;
}
.venta .ventaheader .factura__title {
  color: #95191C;
  font-weight: 500;
}
.venta .ventaheader .factura__input {
  background-color: white;
  border: none;
  padding: 8px 10px;
  border-radius: 3px;
  color: #222222;
  outline: 0px;
}
.venta .ventaheader .factura__input:focus {
  border: solid 2px #95191C;
}
.venta .ventaheader .fecha {
  display: flex;
  align-items: center;
  gap: 10px;
}
.venta .ventaheader .fecha__title {
  color: #95191C;
  font-weight: 500;
}
.venta .ventaheader .fecha__input {
  background-color: white;
  border: none;
  padding: 8px 10px;
  border-radius: 3px;
  color: #222222;
  outline: 0px;
}
.venta .ventaheader .fecha__input:focus {
  border: solid 2px #95191C;
}
.venta .form {
  background-color: #c9c9cb;
  border-radius: 3px;
}
.venta .form__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 10px;
}
.venta .servicio {
  overflow-x: scroll;
}
.venta .servicio__detail th {
  background-color: #95191C;
  color: white;
  font-weight: 300;
  padding: 10px;
}
.venta .servicio__detail td {
  background-color: #F0F0F0;
  font-weight: 300;
  padding: 10px;
}
.venta .servicio__detail select {
  width: 100%;
  background-color: white;
  padding: 7px;
  border: solid 1px #c9c9cb;
}
.venta .servicio__tramite {
  width: 100%;
  background-color: white;
  padding: 7px;
  border: solid 1px #c9c9cb;
  color: #222222;
}
.venta .servicio__cantidad {
  width: 100%;
  border: none;
  background-color: #95191C;
  padding: 5px;
  border-radius: 7px;
}
.venta .servicio__icon {
  border: none;
  color: #95191C;
  cursor: pointer;
  font-size: 30px;
  display: block;
  margin: auto;
}
.venta .detalle {
  overflow-x: scroll;
}
.venta .detalle__factura th {
  background-color: #95191C;
  color: white;
  font-weight: 300;
  padding: 10px;
}
.venta .detalle__factura td {
  background-color: #F0F0F0;
  font-weight: 300;
  padding: 10px;
}
.venta .crearventa {
  background-color: #c9c9cb;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
}

.title {
  color: #95191C;
  font-weight: 400;
  margin: 10px 0;
}

@media (max-width: 800px) {
  .venta .ventaheader {
    overflow: hidden;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .venta .ventaheader .factura {
    flex-direction: column;
    align-items: flex-start;
  }
  .venta .ventaheader .fecha {
    flex-direction: column;
    align-items: flex-start;
  }
  .venta .crearventa {
    flex-direction: column;
  }
  .venta .form__row {
    grid-template-columns: 1fr;
  }
}
.form {
  width: 100%;
  padding: 20px;
}
.form__row {
  width: 100%;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.form__ctfield {
  display: flex;
  flex-direction: column;
}
.form__label {
  color: #95191C;
  font-weight: 700;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.form__input {
  background-color: white;
  border: solid 1px #c9c9cb;
  border-radius: 5px;
  padding: 12px 10px;
  outline: 0;
  text-transform: capitalize;
  width: 100%;
}
.form__input:focus {
  border: solid 2px #95191C;
}
.form__msgerror {
  color: #222222;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin: 3px 0;
}

.observaciones {
  width: 100%;
}

.clienteslist {
  padding: 20px 50px;
  overflow-x: scroll;
}

#clientes {
  background-color: #ffffff;
  border: solid 1px #bfbfbf;
  border-collapse: collapse;
  width: 100% !important;
  margin: auto !important;
}

#clientes th {
  background-color: #95191C;
  color: #F0F0F0;
  font-weight: 500;
  padding: 10px;
}

@media (max-width: 992px) {
  .form__row {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .form {
    padding: 0;
  }
  .form__row {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .clienteslist {
    padding: 20px 0px;
  }
}