@charset "UTF-8";
/********************** FONTS ***********************/
@font-face {
  font-family: 'roboto';
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto-bold';
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto-black';
  src: url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto-light';
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'roboto-medium';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontAwesome';
  src: url("../webfonts/fa-regular-400.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
label.text {
  pointer-events: none; }

/*------------------ojo ----------------------*/
.ojo {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 1rem;
  color: gray; }

/*----------- FORMULARIOS GROUP ----------------*/
#as-domicilio .group, #as-propietario .group, #as-instalaciones .group, #as-artefactos-seleccionados .group {
  margin-bottom: 20px;
  margin-top: 20px; }
  #as-domicilio .group label, #as-propietario .group label, #as-instalaciones .group label, #as-artefactos-seleccionados .group label {
    left: 0px; }

.group {
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px; }

.g-dash-mobile .group {
  margin-bottom: 10px;
  margin-top: 10px; }

#registro .group {
  margin-bottom: 45px; }

input, textarea {
  font-weight: normal;
  font-size: 0.9rem;
  padding: 2px 10px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b1b1b1;
  color: #003263; }

#iniciosesion input, #iniciosesion textarea, #registro input, #registro textarea {
  color: #003263; }

textarea {
  resize: none; }

input:focus, textarea:focus {
  outline: none; }

label {
  color: #808080;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  left: 5px;
  top: -3px;
  transition: 0.2s ease all; }

#dashboard label {
  font-weight: medium; }

#registro label {
  left: 0px; }

/* edicion textarea abajo */
.text-area-abajo input, .text-area-abajo textarea {
  font-weight: normal;
  font-size: 0.9rem;
  padding: 2px 10px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #b1b1b1;
  color: #003263; }
.text-area-abajo label {
  color: #808080;
  font-size: 1rem;
  font-weight: normal;
  position: absolute;
  left: 5px;
  top: 80px;
  transition: 0.2s ease all; }
  @media (min-width: 320px) and (max-width: 720px) {
    .text-area-abajo label {
      font-size: 14.5px !important; } }

@-moz-document url-prefix() {
  .text-area-abajo input, .text-area-abajo textarea {
    font-weight: normal;
    font-size: 0.9rem;
    padding: 2px 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    color: #003263; }
  .text-area-abajo label {
    color: #808080;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    left: 5px;
    top: 100px;
    transition: 0.2s ease all; }
    @media (min-width: 320px) and (max-width: 720px) {
      .text-area-abajo label {
        font-size: 14.5px !important; } } }
/*fin edicion textarea abajo */
/* active state */
input:focus ~ label, input:valid ~ label, textarea:focus ~ label, textarea:valid ~ label {
  top: -20px;
  font-size: 0.81rem;
  color: #808080; }

.used {
  top: -20px;
  font-size: 14px;
  color: #808080; }

/* ----------- BOTTOM BARS ----------*/
.bar {
  position: relative;
  display: block;
  width: 100%; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #83BAA8;
  transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
input:focus ~ .bar:before, input:focus ~
.bar:after, textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after {
  width: 50%; }

/*-------------------CHECK----------------------*/
/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 30px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 1.12rem !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: -15px;
  margin-top: 0px;
  height: 10px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: left; }

#iniciosesion .container-check {
  padding-left: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-left: 1%;
  margin-top: -5px;
  height: 18px;
  font-size: 12px !important; }

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

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid #666;
  border-radius: 10px !important; }

.terminosycondiciones {
  /* Style the checkmark/indicator */ }
  .terminosycondiciones .checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    padding: 0px;
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 0px !important; }
  .terminosycondiciones .container-check input:checked ~ .checkmark {
    background-color: white;
    border: 1px solid #666; }
  .terminosycondiciones .container-check .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #666;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

#iniciosesion .checkmark {
  top: 0px;
  bottom: 0px;
  border: 1px solid #003263;
  border-radius: 0px !important; }

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

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #83baa8;
  border: 0; }

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

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

/* Style the checkmark/indicator */
.container-check .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

@media (min-width: 375px) and (max-width: 425px) {
  #iniciosesion .check-login {
    left: 13%; } }
@media (min-width: 426px) and (max-width: 763px) {
  #iniciosesion .check-login {
    left: 20%; } }

/*radio button */
input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label {
  color: #83baa8;
  font-weight: bold;
  fill: #83baa8; }

/* -------------------------------------------------*/
.test-svg {
  width: 100%;
  height: 100%; }

.switch input {
  display: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 1px;
      bottom: 1px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .switch .slider:after {
      position: absolute;
      content: "";
      height: 8px;
      width: 8px;
      border-radius: 50%;
      left: 5px;
      bottom: 5px;
      background-color: #83baa8;
      -webkit-transition: .4s;
      transition: .4s; }
  .switch input:checked + .slider {
    background-color: #83baa8; }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #83baa8; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px); }
  .switch input:checked + .slider:after {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px); }
  .switch .slider.round {
    border-radius: 34px; }
  .switch .slider.round:before {
    border-radius: 50%; }

.read {
  color: #b9b9b9;
  pointer-events: none; }

/*--------------------------------- RADIO BUTTONS CON CIRCULO VERDE ---------------------------- */
/* The container */
#radiob-cuestionario {
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  #radiob-cuestionario .container-radiobuttons {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  #radiob-cuestionario .container-radiobuttons input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  #radiob-cuestionario .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50% !important;
    border: solid #a8a8a8 2px; }
  #radiob-cuestionario .container-radiobuttons:hover input ~ .checkmark {
    background-color: white;
    transition: transform 0.1s;
    transform: scale(1.2); }
  #radiob-cuestionario .container-radiobuttons input:checked ~ .checkmark {
    background-color: white;
    transition: transform 0.1s;
    transform: scale(1.2); }
  #radiob-cuestionario .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #radiob-cuestionario .container-radiobuttons input:checked ~ .checkmark:after {
    display: block; }
  #radiob-cuestionario .container-radiobuttons .checkmark:after {
    top: 2px;
    left: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #83baa8; }

/* --------------------------------------------------------- FIN RADIO BUTTONS ---------------------------------------------*/
/* ----------------------------------- RADIO CON CHECK ---------------------------------------- */
#test-dos {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add  background color */
  /* When the checkbox is checked, add  background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  #test-dos .container-check {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 1.12rem !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none;
    user-select: none;
    margin-left: -15px;
    margin-top: 0px;
    height: 10px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: left; }
  #test-dos .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  #test-dos .checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 10px !important; }
  #test-dos .container-check:hover input ~ .checkmark {
    border: 1px solid #666;
    transition: transform 0.1s;
    transform: scale(1.2); }
  #test-dos .container-check input:checked ~ .checkmark {
    background-color: #83baa8;
    border: 0; }
  #test-dos .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  #test-dos .container-check input:checked ~ .checkmark:after {
    display: block; }
  #test-dos .container-check .checkmark:after {
    left: 5px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* --------------------------------------------------------- FIN RADIO BUTTONS ---------------------------------------------*/
/* ---------------------- Select con label arriba ---------------------- */
#form-floating-label {
  width: 100%;
  /****  floating-Lable style start ****/
  /* active state */
  /* highlighter */
  /****  floating-Lable style end ****/ }
  #form-floating-label .floating-label {
    position: relative;
    margin-bottom: 20px;
    padding-top: 20px; }
  #form-floating-label .floating-input, #form-floating-label .floating-select {
    font-size: 0.9rem;
    padding: 0px 4px;
    display: block;
    width: 100%;
    height: 27px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #a8a8a8;
    color: #003263; }
  #form-floating-label .floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #form-floating-label .floating-label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    font-size: 1rem;
    color: #808080;
    right: 1px;
    top: 25px;
    height: 34px;
    line-height: 1.25;
    padding: 0px 12px 0 12px;
    position: absolute;
    pointer-events: none; }
  #form-floating-label .floating-input:focus, #form-floating-label .floating-select:focus {
    outline: none;
    border-bottom: 2px solid #83baa8; }
  #form-floating-label label {
    color: #808080;
    font-size: 1rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 18px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all; }
  #form-floating-label .floating-input:focus ~ label, #form-floating-label .floating-input:not(:placeholder-shown) ~ label {
    top: 0px;
    font-size: 10px;
    color: #e5e5e5; }
  #form-floating-label .floating-select:focus ~ label, #form-floating-label .floating-select:not([value=""]):valid ~ label {
    top: 0px;
    font-size: 12px;
    color: #808080; }
  #form-floating-label .floating-input:focus ~ .bar:before, #form-floating-label .floating-input:focus ~ .bar:after, #form-floating-label .floating-select:focus ~ .bar:before, #form-floating-label .floating-select:focus ~ .bar:after {
    width: 50%; }
  #form-floating-label *, #form-floating-label *:before, #form-floating-label *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #form-floating-label .floating-textarea {
    min-height: 30px;
    max-height: 260px;
    overflow: hidden;
    overflow-x: hidden; }
  #form-floating-label .highlight {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 15%;
    left: 0;
    pointer-events: none;
    opacity: 0.5; }

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.selectdiv:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  font-size: 1rem;
  color: #e5e5e5;
  right: 1px;
  top: 12px;
  height: 34px;
  line-height: 1.25;
  padding: 0px 12px 0 12px;
  position: absolute;
  pointer-events: none; }

/* ---------------------- Label para que en mobile se vean bien los formularios en artefactos ---------------------*/
.label-mobile-artefactos {
  /* active state */ }
  .label-mobile-artefactos label {
    position: absolute !important;
    left: 5px !important;
    top: -2px !important;
    transition: 0.2s ease all; }
  .label-mobile-artefactos input:focus ~ label, .label-mobile-artefactos input:valid ~ label, .label-mobile-artefactos textarea:focus ~ label, .label-mobile-artefactos textarea:valid ~ label {
    top: -20px !important;
    font-size: 0.81rem;
    color: #808080; }
  .label-mobile-artefactos #form-floating-label {
    width: 100%; }
    .label-mobile-artefactos #form-floating-label label {
      color: #808080;
      font-size: 18px;
      font-weight: normal !important;
      position: absolute !important;
      pointer-events: none !important;
      left: 5px !important;
      top: 20px !important;
      transition: 0.2s ease all !important;
      -moz-transition: 0.2s ease all !important;
      -webkit-transition: 0.2s ease all !important; }
    .label-mobile-artefactos #form-floating-label .floating-input:focus ~ label, .label-mobile-artefactos #form-floating-label .floating-input:not(:placeholder-shown) ~ label {
      top: 0px !important;
      font-size: 10px !important;
      color: #e5e5e5 !important; }
    .label-mobile-artefactos #form-floating-label .floating-select:focus ~ label, .label-mobile-artefactos #form-floating-label .floating-select:not([value=""]):valid ~ label {
      top: 0px !important;
      font-size: 12px !important;
      color: #808080 !important; }

#slider-mobile {
  width: 414px !important;
  margin: 0 auto;
  padding-left: 0px !important; }
  #slider-mobile header {
    padding-left: 0px; }

#iniciosesion main {
  margin-left: 0%; }

a:hover {
  color: #83baa8; }

.img-portalmatriculados {
  margin-top: 4%; }
  @media (min-width: 768px) and (max-width: 960px) {
    .img-portalmatriculados {
      left: 30%; } }
  @media (max-width: 1024px) {
    .img-portalmatriculados {
      left: 5%; } }

.bievenida-logo {
  width: 40%; }
  @media (min-width: 320px) and (max-width: 419px) {
    .bievenida-logo {
      width: 60%; } }
  @media (min-width: 420px) and (max-width: 520px) {
    .bievenida-logo {
      width: 50%; } }

.img-slider {
  width: 100%;
  height: 100%; }

.logo-slider {
  left: 40%;
  z-index: 200;
  padding-top: 40px;
  position: absolute;
  width: 180px; }

.wrapper-login {
  position: relative;
  left: 45%;
  top: 3%;
  z-index: 200;
  max-width: 480px; }
  @media (max-width: 1366px) {
    .wrapper-login {
      left: 35%; } }
  @media (max-width: 1024px) {
    .wrapper-login {
      left: 12%; } }
  @media (max-width: 992px) {
    .wrapper-login {
      position: static;
      margin: 50px auto; } }

.iniciosesion {
  background-color: #fff;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 50px;
  padding: 65px 50px;
  text-align: center;
  line-height: 1.5 !important; }
  .iniciosesion .btn {
    border-radius: 0px !important;
    font-size: 1rem; }
  .iniciosesion .btn:focus {
    box-shadow: none; }

/*--------------------------SLIDER---------------------------------*/
#slider-login {
  width: 100%;
  margin: 0 auto; }

.carousel-item {
  height: 115vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.carousel-indicators li {
  background-color: #01223d; }

.carousel-control-prev, .carousel-control-next {
  top: 50%; }

/*--------------------------FIN SLIDER---------------------------------*/
#iniciosesion footer {
  padding-top: 4px;
  padding-bottom: 10px;
  filter: grayscale(100%);
  opacity: 0.5; }
  #iniciosesion footer img {
    width: 70%; }
  #iniciosesion footer .logo-camuzzi-footer {
    width: 35%; }

.text-footer {
  flex-wrap: nowrap; }
  @media (max-width: 992px) {
    .text-footer {
      display: none; } }

.text-footer-qk {
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .text-footer-qk {
      display: none; } }

.logo-slider {
  top: 0%;
  right: 40%;
  z-index: 1; }

#registro {
  background-color: #fff;
  /* LABEL ======================================= */ }
  #registro a {
    text-decoration: none; }
  #registro p {
    margin-bottom: 0px !important; }
  #registro h3 {
    margin-bottom: 0px !important; }
  #registro header {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-right: 60px;
    padding-left: 80px; }
  #registro .logo-camuzzi-footer {
    width: 35%; }
  #registro footer {
    padding-top: 4px;
    padding-bottom: 10px;
    filter: grayscale(100%);
    opacity: 0.5; }
    #registro footer img {
      width: 70%; }
  #registro .titulo-registro {
    padding-top: 0px;
    padding-bottom: 20px; }
  #registro .codigo-area {
    padding-left: 16px; }
  #registro .telefono {
    padding-left: 22px; }

/*-----------box-blanca--------------------------------- */
.inicioregistro {
  box-shadow: 2px 2px 10px #b1b1b1;
  /* Sombra normal */
  background-color: #fff;
  max-width: 480px;
  min-height: 610px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 40px 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }
  .inicioregistro .btn {
    border-radius: 0px !important;
    font-size: 1rem; }
  .inicioregistro .btn:focus {
    box-shadow: none; }

.inicioregistro-chico {
  box-shadow: 2px 2px 10px #b1b1b1;
  /* Sombra normal */
  background-color: #fff;
  max-width: 480px;
  min-height: 663px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 40px 20px;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }
  .inicioregistro-chico .btn {
    border-radius: 0px !important;
    font-size: 1rem; }
  .inicioregistro-chico .btn:focus {
    box-shadow: none; }

/*----------------------------------------------------------------------------*/
/* Formulario preguntas de seguridad */
.p-seguridad {
  padding-top: 35px;
  padding-bottom: 10px;
  font-size: 1rem !important; }

.boton-email button {
  font-size: 1rem;
  border: 1px solid #83baa8 !important; }

.boton-email button:hover {
  color: #83baa8; }

/*----------------------- CAJAS DE ESTADO -----------------------*/
.cajitas {
  background-color: #f0f0f0;
  padding-bottom: 15px;
  margin-top: 15px;
  width: 100%; }

.caja {
  padding-bottom: 25px;
  background-color: #f0f0f0;
  margin-top: 18px; }

.grande {
  margin-top: 30px;
  padding-bottom: 80px; }

.caja-boton {
  margin-top: 20px;
  padding-bottom: 43px;
  background-color: #e6f1ee !important; }

.circulo {
  color: #f0f0f0;
  padding-top: 8px; }

/*------------------------------------------------*/
#as-propietario .codigo-area {
  padding-left: 16px; }
#as-propietario .telefono {
  padding-left: 18px; }

.logo-matriculados-registros {
  width: 15%; }
  @media (min-width: 320px) and (max-width: 575px) {
    .logo-matriculados-registros {
      width: 100px !important; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .logo-matriculados-registros {
      width: 28% !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-matriculados-registros {
      width: 20% !important; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .logo-matriculados-registros {
      width: 17% !important; } }

main {
  margin-left: o;
  font-family: 'roboto' !important; }
  @media (min-width: 320px) and (max-width: 768px) {
    main {
      margin-left: 0%; } }

header {
  background-color: #005482;
  padding: 1.3rem 2.5rem 1rem 2rem;
  height: 95px;
  margin-bottom: 0.8em; }
  @media (min-width: 992px) {
    header {
      padding-left: 262px; } }
  @media (max-width: 991px) {
    header {
      padding: 1rem 1rem 1rem 1.3rem;
      display: flex;
      align-items: center; } }

.notifi-header {
  width: 100px; }

/******* NOTIFICACIONES ******/
.notificacion {
  position: relative; }

.notificacion-alert {
  font-size: 12px;
  font-family: 'roboto-medium';
  color: white;
  background-color: #db5461;
  padding: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 8px;
  left: 11px; }

.borde-header-l {
  border-left: 1px solid #e0e0e0; }

.borde-header-r {
  border-right: 1px solid #e0e0e0; }

/*al limite  .user-header{
  padding-left: 115px;
  @media (min-width: 992px) and (max-width: 1344px){   
    padding-left:0px;}
}
*/
.img-header-mobile {
  width: 120px; }

.user-mobile {
  margin-right: 15px; }

footer {
  background-color: #e5e5e5;
  padding: 2rem;
  padding-top: 4px;
  padding-bottom: 10px;
  height: auto;
  margin-top: auto;
  filter: grayscale(100%);
  opacity: 0.5; }
  @media (min-width: 992px) {
    footer {
      margin-left: 221px; } }
  @media (min-width: 320px) and (max-width: 575px) {
    footer img {
      width: 60px; }
    footer .logo-camuzzi-footer {
      width: 70px; } }
  @media (min-width: 576px) and (max-width: 991px) {
    footer img {
      width: 70px; }
    footer .logo-camuzzi-footer {
      width: 80px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    footer img {
      width: 80px; }
    footer .logo-camuzzi-footer {
      width: 100px; } }
  @media (min-width: 1200px) {
    footer img {
      width: 100px; }
    footer .logo-camuzzi-footer {
      width: 120px; } }

/*
aside { 
  background-color: $dark-blue;
  padding:1rem;
  width: 16%;
  position: fixed;
  top:0;
  left:0;
  bottom: 0;
}
*/
#content {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.wrap-content {
  flex: 1 0 auto;
  background-color: #f2f2f2;
  margin-right: 2.4rem; }
  @media (min-width: 992px) {
    .wrap-content {
      margin-left: 262px; } }

#dashboard p {
  margin-bottom: 0px !important; }

/*check dashboard*/
/* The container */
#dashboard label {
  font-size: 14px !important; }
#dashboard .buscador-tramites label {
  padding-top: 20px; }

/*-------------------------------------------*/
.conocemas a:hover {
  color: #d1a659 !important;
  font-weight: bold; }

.circle-pasos {
  background-color: #f4f4f4;
  color: #CCCCCC;
  border-radius: 50%;
  border: solid 1px #E5E5E5;
  width: 33px;
  height: 33px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  padding: 1.3rem;
  position: relative; }
  .circle-pasos.completo {
    background-color: #83baa8;
    color: white;
    border: none; }

.node {
  position: relative; }

.node:not(:last-child):before {
  content: " ";
  background-color: #E5E5E5;
  background-color: #e5e5e5;
  height: 6px;
  width: 100%;
  position: absolute;
  top: 20%;
  left: 50%; }
  @media (max-width: 767px) {
    .node:not(:last-child):before {
      top: 37%; } }

.node.completo:not(:last-child):before {
  background-color: #83baa8; }

#alta-servicio a, #as-domicilio a, #as-propietario a, #as-artefactos a, #as-instalaciones a {
  text-decoration: none; }

.header-splash {
  background-color: white; }
  .header-splash .logo {
    width: 100px;
    height: 50%; }

.wellcome-slider .item-slider {
  text-align: center;
  width: 100%;
  height: 70vh;
  padding: 0.5rem 2rem;
  margin: 3px; }
.wellcome-slider ol {
  bottom: -50px; }
.wellcome-slider .flickity-page-dots .dot {
  display: inline-block;
  width: 45px;
  height: 5px;
  margin: 0 8px;
  background: #13345f;
  border-radius: 0;
  cursor: pointer; }

/******************* HELPERS *********************/
/******* COLOR TEXTOS *******/
.color-lighter-blue {
  color: #0280b7 !important; }

.color-light-blue {
  color: #005482 !important; }

.color-dark-blue {
  color: #01223d !important; }

.color-blue {
  color: #003263; }

.color-brown {
  color: #d1a659; }

.color-green {
  color: #83baa8; }

.color-red {
  color: #db5461 !important; }

.color-gray-800 {
  color: #42444c !important; }

.color-gray-700 {
  color: #808080; }

.color-gray-600 {
  color: #999999; }

.color-gray-500 {
  color: #a8a8a8; }

.color-gray-400 {
  color: #cccccc; }

.color-gray-300 {
  color: #e5e5e5; }

.color-gray-200 {
  color: #f2f2f2; }

.color-gray-100 {
  color: #f4f4f4; }

.color-white {
  color: #ffffff !important; }

/******* COLOR BACKGROUND *******/
.bg-dark-blue {
  background-color: #01223d !important; }

.bg-lighter-blue {
  background-color: #0280b7 !important; }

.bg-light-blue {
  background-color: #005482; }

.bg-blue {
  background-color: #003263; }

.bg-brown {
  background-color: #d1a659 !important; }

.bg-green {
  background-color: #83baa8 !important; }

.bg-red {
  background-color: #db5461; }

.bg-gray-800 {
  background-color: #42444c; }

.bg-gray-700 {
  background-color: #808080; }

.bg-gray-600 {
  background-color: #999999; }

.bg-gray-500 {
  background-color: #a8a8a8; }

.bg-gray-400 {
  background-color: #cccccc; }

.bg-gray-300 {
  background-color: #e5e5e5 !important; }

.bg-gray-200 {
  background-color: #f2f2f2 !important; }

.bg-gray-100 {
  background-color: #f4f4f4; }

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

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

.fill-dark-blue {
  fill: #01223d; }

.fill-blue {
  fill: #003263; }

.fill-light-blue {
  fill: #005482; }

.line-height-05 {
  line-height: 0.5; }

.line-height-1 {
  line-height: 1; }

.no-line-height {
  line-height: inherit; }

.line-height-2 {
  line-height: 2; }

.no-wrap {
  white-space: nowrap; }

.wrap {
  white-space: normal; }

.no-transition {
  transition: none; }

.no-text-decoration:hover {
  text-decoration: none; }

.text-decoration {
  cursor: pointer;
  color: #00baff !important;
  transition: 0.5s; }
  .text-decoration:hover {
    color: white !important;
    text-decoration: underline !important; }

.hover-general {
  background-color: #83baa8;
  color: white; }
  .hover-general:hover {
    background-color: #4d8a76;
    color: white !important;
    transition-duration: 0.5s; }

.hover-general-invertido {
  background-color: #ffffff;
  color: #83baa8; }
  .hover-general-invertido:hover {
    background-color: #83baa8;
    color: white !important;
    transition-duration: 0.5s; }

.pointer {
  cursor: pointer; }

.link {
  color: #003263; }

.link:hover {
  text-decoration: none;
  color: #01223d;
  cursor: pointer; }

.card-link {
  text-decoration: none;
  color: initial; }

.card-link:hover {
  text-decoration: none; }

.disable-period {
  filter: grayscale(100%) !important;
  opacity: 0.4; }

.disabled {
  pointer-events: none;
  background-color: #f5f5f5; }

.filter-grey {
  filter: grayscale(100%); }

.filter-grey:hover {
  filter: grayscale(0%); }

.fw-n {
  font-family: 'roboto';
  font-weight: normal; }

.fw-m {
  font-family: 'roboto-medium' !important;
  font-weight: normal; }

.fw-l {
  font-family: 'roboto-light';
  font-weight: lighter; }

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

.fs-0 {
  font-size: 0px !important; }

.fs-12px {
  font-size: 12px; }

.fs-10 {
  font-size: 0.65rem; }

.fs-12 {
  font-size: 0.75rem; }

.fs-14 {
  font-size: 0.87rem; }

.fs-17 {
  font-size: 1.06rem; }

.fs-18 {
  font-size: 1.12rem; }

.fs-19 {
  font-size: 1.18rem; }

.fs-22 {
  font-size: 1.37rem; }

.fs-24 {
  font-size: 1.5rem; }

.fs-30 {
  font-size: 1.87rem; }

.fs-32 {
  font-size: 2rem; }

.fs-36 {
  font-size: 2.25rem; }

.fs-40 {
  font-size: 2.5rem; }

.fs-60 {
  font-size: 3.75rem; }

/*font sizes actuales */
.fs-13 {
  font-size: 0.81rem; }

.fs-15 {
  font-size: 0.93rem; }

.fs-16 {
  font-size: 1rem; }

.fs-20 {
  font-size: 1.25rem; }

.fs-22 {
  font-size: 1.37rem; }

/*---------------*/
.num-strech-1 {
  letter-spacing: -1px; }

.num-strech-2 {
  letter-spacing: -2px; }

.opacity-05 {
  opacity: 0.5; }

.trans-05 {
  transition: all 0.5s; }

.trans-1 {
  transition: all 1s; }

.rotate-180 {
  transform: rotateZ(180deg) !important; }

.rotate-90 {
  transform: rotateZ(90deg) !important; }

.rotate-r90 {
  transform: rotateZ(-90deg) !important; }

#side_bar.translate-0 {
  transform: translateX(0px); }

.pt-3-5 {
  padding-top: 0.4em !important; }

.pt-4 {
  padding-top: 1.5em !important; }

.p-02 {
  padding: 0.4px; }

.pt-3 {
  padding-top: 3px !important; }

.mt-2px {
  margin-top: 2px; }

.mt-4 {
  margin-top: 1.5em !important; }

.mt-4-5 {
  margin-top: 1.6em !important; }

.mt-5 {
  margin-top: 2.5rem !important; }

.mt-6 {
  margin-top: 3.5rem !important; }

.mt-7 {
  margin-top: 4rem !important; }

.mt-8 {
  margin-top: 4.5rem !important; }

.mt-9 {
  margin-top: 5rem !important; }

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

.m-a {
  margin: 0 auto !important; }

.mt-3 {
  margin-top: 3px; }

.mb-2px {
  margin-bottom: 2px; }

.mb-4 {
  margin-bottom: 1.5em !important; }

.mb-4-5 {
  margin-bottom: 1.6em !important; }

.mb-4medio {
  margin-bottom: 2rem !important; }

.mb-5 {
  margin-bottom: 2.5rem !important; }

.mb-6 {
  margin-bottom: 3.5rem !important; }

.mb-7 {
  margin-bottom: 4rem !important; }

.mb-8 {
  margin-bottom: 4.5rem !important; }

.mb-9 {
  margin-bottom: 5rem !important; }

.mr-2 {
  margin-right: 2px !important; }

.mr-3 {
  margin-right: 3px !important; }

.mr-4 {
  margin-right: 4px !important; }

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

.mr-4 {
  margin-right: 4px !important; }

.mr-7 {
  margin-right: 7px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-4-rem {
  margin-right: 1.5em !important; }

.mr-5rem {
  margin-right: 5rem !important; }

.ml-2px {
  margin-left: 2px !important; }

.ml-4 {
  margin-left: 1.5em !important; }

.ml-4-5 {
  margin-left: 1.6em !important; }

.ml-5 {
  margin-left: 2em !important; }

.ml-5medio {
  margin-left: 3rem !important; }

.ml-6 {
  margin-left: 3.5rem !important; }

.ml-7 {
  margin-left: 4rem !important; }

.ml-8 {
  margin-left: 4.5rem !important; }

.ml-9 {
  margin-left: 5rem !important; }

.ml-10 {
  margin-left: 5.5rem !important; }

.ml-190px {
  margin-left: 190px !important; }

.ml-500px {
  margin-left: 500px !important; }

.p-20 {
  padding: 20px !important; }

.pl-0 {
  padding-left: 0px; }

.pl-2 {
  padding-left: 2px; }

.pl-4 {
  padding-left: 4px; }

.pl-5 {
  padding-left: 5px; }

.pl-6 {
  padding-left: 6px; }

.pl-7 {
  padding-left: 7px; }

.pl-8 {
  padding-left: 8px; }

.pt-2 {
  padding-top: 0.5px !important; }

.pr-0 {
  padding-right: 0px; }

.pr-2 {
  padding-right: 2px; }

.pr-4 {
  padding-right: 4px; }

.pr-6 {
  padding-right: 6px; }

.pr-80 {
  padding-right: 80px; }

.pr-40 {
  padding-right: 40px; }

.pb-2 {
  padding-bottom: 2px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-65 {
  width: 65%; }

.w-80 {
  width: 80%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-150px {
  width: 150px;
  min-width: 100px; }

.w-52 {
  width: 53%; }

.w-42 {
  width: 42%; }

.w-25 {
  width: 20%; }

.w-29 {
  width: 29%; }

.h-50px {
  height: 50px; }

.h-60px {
  height: 60px; }

/*---------------------FILLS-------------------*/
.fill-transparent {
  fill: transparent; }

.fill-gray {
  fill: #808080; }

.fill-green {
  fill: #83baa8 !important; }

.fill-white {
  fill: #ffffff !important; }

.fill-red {
  fill: #db5461 !important; }

.fill-desactivado {
  fill: #cccccc; }

.icon {
  width: 20px;
  margin: 8px; }

.icon-xs {
  width: 30px;
  margin: 4px; }

.icon-sm {
  width: 40px; }

.icon-normal {
  width: 60px; }

.icon-md {
  width: 80px; }

.icon-lg {
  width: 100px; }

.icon-xl {
  width: 120px; }

.icon-recovery {
  width: 120px; }

.icon-recovery-single {
  width: 160px; }

.bg-icons {
  background-image: url("../images/bg-icons.png");
  background-size: cover; }

.tam-alerta {
  width: 50px;
  height: 50px; }

.stroke-white {
  stroke: #ffff; }

.border-l-none {
  border-left: none; }

.border-r-none {
  border-right: none; }

.border-r-gray {
  border-color: #f2f2f2; }

.border-l-gray {
  border-color: #f2f2f2; }

.separacion-icon {
  padding-left: 35px; }

/*---- cuando hay 4 tarjetas  ---- */
.icon-normal-mobile {
  width: 60px; }
  @media (min-width: 320px) and (max-width: 674px) {
    .icon-normal-mobile {
      width: 40px; } }

.icon-normal-mobileDos {
  width: 60px; }
  @media (min-width: 320px) and (max-width: 674px) {
    .icon-normal-mobileDos {
      width: 50px; } }

.tipo-mobile {
  font-size: 1.12rem; }
  @media (min-width: 320px) and (max-width: 674px) {
    .tipo-mobile {
      font-size: 0.9rem; } }

.margen-derecho {
  margin-right: 10px; }

.margen-derecho-Dos {
  margin-right: 10px; }
  @media (min-width: 320px) and (max-width: 575px) {
    .margen-derecho-Dos {
      margin-right: 0px; } }

.margen-izquierdo-Dos {
  margin-left: 10px; }
  @media (min-width: 320px) and (max-width: 575px) {
    .margen-izquierdo-Dos {
      margin-left: 0px; } }

/*---- FIN cuando hay 4 tarjetas ---- */
/*---- cuando hay 3 tarjetas  ---- */
.icon-n-mobile {
  width: 50px; }
  @media (min-width: 576px) and (max-width: 674px) {
    .icon-n-mobile {
      width: 40px; } }

.icon-n-mobileDos {
  width: 50px; }
  @media (min-width: 576px) and (max-width: 674px) {
    .icon-n-mobileDos {
      width: 40px; } }

.tipo-mobile-tramite {
  font-size: 1.3rem; }
  @media (min-width: 576px) and (max-width: 756px) {
    .tipo-mobile-tramite {
      font-size: 0.9rem; } }

.margen-derecho-Dos {
  margin-right: 10px; }
  @media (min-width: 320px) and (max-width: 575px) {
    .margen-derecho-Dos {
      margin-right: 0px; } }

.margen-izquierdo-Dos {
  margin-left: 10px; }
  @media (min-width: 320px) and (max-width: 575px) {
    .margen-izquierdo-Dos {
      margin-left: 0px; } }

/*---- FIN cuando hay 3 tarjetas ---- */
.no-pointer {
  cursor: default !important; }

.tam-ranger {
  width: 20px; }

/* hover filtros

.filtros-hover{
    p{
        color:#808080;
    }
    fill:#808080;
}
.filtros-hover:hover{
    p{
    color:$green !important;
}
    fill:$green !important;
}

*/
.filtros-estilos span {
  padding-left: 10px !important; }
.filtros-estilos svg {
  width: 20px;
  height: 20px; }
.filtros-estilos label:hover {
  color: #83baa8;
  fill: #83baa8; }

.m-buscador {
  margin-top: 47px; }

/* ----------------------Contenedores ---------------*/
.boxs {
  width: 100%;
  margin-left: 15px;
  position: relative;
  bottom: 28px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .boxs {
      bottom: 0px; } }
  @media (width: 320px) {
    .boxs {
      margin-left: 15px; } }
  @media (width: 375px) {
    .boxs {
      margin-left: 10px; } }
  @media (width: 425px) {
    .boxs {
      margin-left: 17px; } }
  @media (width: 640px) {
    .boxs {
      margin-left: 0px; } }

.box {
  width: 240px;
  height: 110px;
  box-shadow: -11px 2px 6px #b1b1b1;
  margin-bottom: 25px; }
  @media (width: 640px) {
    .box {
      width: 253px !important; } }
  @media (min-width: 320px) and (max-width: 767px) {
    .box p {
      font-size: 12px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .box p {
      font-size: 12px; } }
  @media (min-width: 1024px) {
    .box p {
      font-size: 13px; } }
  @media (width: 320px) {
    .box {
      margin-left: 10px; } }
  @media (min-width: 321px) and (max-width: 620px) {
    .box {
      margin-left: 15px; } }
  @media (min-width: 621px) and (max-width: 767px) {
    .box {
      margin-left: 35px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box {
      margin-left: 18px; } }
  @media (min-width: 320px) and (max-width: 372px) {
    .box {
      width: 110px; } }
  @media (min-width: 373px) and (max-width: 449px) {
    .box {
      width: 140px; } }
  @media (width: 425px) {
    .box {
      width: 150px; } }
  @media (min-width: 450px) and (max-width: 539px) {
    .box {
      width: 160px; } }
  @media (min-width: 540px) and (max-width: 599px) {
    .box {
      width: 190px; } }
  @media (min-width: 600px) and (max-width: 767px) {
    .box {
      width: 230px; } }
  @media (width: 768px) {
    .box {
      width: 135px !important; } }
  @media (min-width: 769px) and (max-width: 991px) {
    .box {
      width: 150px; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .box {
      width: 138px; } }
  @media (min-width: 1201px) and (max-width: 1300px) {
    .box {
      width: 180px; } }
  @media (min-width: 1301px) and (max-width: 2048px) {
    .box {
      width: 210px; } }
  @media (min-width: 1440px) {
    .box {
      width: 220px !important; } }
  @media (min-width: 2560px) {
    .box {
      width: 450px !important; } }

.box-color {
  height: 110px;
  padding-top: 10px; }

.box-text {
  height: 110px;
  padding-top: 10px;
  padding-bottom: 10px; }

.tramites-box {
  width: 100%;
  background-color: white;
  height: auto;
  padding: 20px;
  box-shadow: 1px 2px 4px #b1b1b1;
  margin-bottom: 20px;
  margin-top: 0px; }
  .tramites-box .btn {
    border-radius: 0px !important;
    font-size: 1rem; }
  .tramites-box .btn:focus {
    box-shadow: none; }
  @media (min-width: 320px) and (max-width: 991px) {
    .tramites-box {
      margin-left: 20px; } }
  .tramites-box .margen-box {
    padding-left: 5% !important; }
    @media (min-width: 992px) and (max-width: 1061px) {
      .tramites-box .margen-box {
        padding-left: 0px; } }

#tramites-dashboard .tramites-box {
  width: 99.5% !important; }

#factibilidad .tramites-box {
  margin-top: 0px !important;
  box-shadow: 1px 2px 4px #b1b1b1; }

.box-alerta {
  width: 98%;
  background-color: white;
  height: auto;
  text-align: center;
  box-shadow: 1px 2px 6px #b1b1b1;
  margin: 0 0 25px 2px;
  padding: 16px 10px 1px 10px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .box-alerta {
      margin-left: 20px;
      width: 100%; } }

.box-pendiente {
  width: 100%;
  height: 30px; }

#historial .general-box {
  padding: 15px; }

#alta-servicio .general-box,
#as-instalaciones .general-box,
#as-propietario .general-box,
#as-domicilio .general-box,
#as-artefactos .general-box,
#as-artefactos-seleccionados .general-box {
  padding: 18px 5px 5px 5px;
  margin-top: -28px; }
  @media (min-width: 320px) and (max-width: 991px) {
    #alta-servicio .general-box,
    #as-instalaciones .general-box,
    #as-propietario .general-box,
    #as-domicilio .general-box,
    #as-artefactos .general-box,
    #as-artefactos-seleccionados .general-box {
      margin-top: 20px; } }

.general-box {
  width: 100%;
  background-color: white;
  height: auto;
  padding: 18px;
  box-shadow: 1px 2px 5px #b1b1b1;
  margin-bottom: 20px;
  margin-top: -20px;
  margin-left: 0px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .general-box {
      margin-left: 20px;
      margin-top: 20px; } }
  .general-box label {
    margin-top: 4px; }

#as-domicilio .as-domicilio,
#as-propietario .as-domicilio {
  padding: 20px 50px 50px 50px !important; }

.box-map {
    /*background-color:$green;
  width:auto;
  height: auto;
text-align: left;

@media(min-width: 320px) and (max-width: 575px){
  padding:20px 20px 5px 20px;
}
@media(min-width: 576px) {
  padding:10px 10px 0px 10px;
}
@media(min-width: 992px) {
  width:90%;*/
  background-color: #83baa8;
  width: auto;
  height: 100%;
  padding: 10px;
  text-align: left; }

.pasos .text-pasos {
  margin: 0px; }

/* ----------------------Fin Contenedores ---------------*/
/*--------------------------BOX DE HISTORIAL--------------------------------------- */
.general-h {
  width: 70%;
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 992px) {
    .general-h {
      width: 100%; } }

.box-historial {
  width: 100%;
  height: 30px;
  margin-top: 1px; }
  @media (min-width: 320px) and (max-width: 992px) {
    .box-historial {
      width: 100%; } }

.box-contenido-historial {
  width: 100%; }

.line-historial {
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
  position: relative;
  margin-top: 0px;
  /*margin-top3px
@media(min-width: 451px) and (max-width: 486px){
  height: 52px;
}
   @media(min-width: 332px) and (max-width: 450px){
  height: 54px;
}
 @media(min-width: 320px) and (max-width: 331px){
  height: 80px;
}*/ }

.line-historial-primero {
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
  position: relative;
  margin-top: 9px; }

.marcador-historial {
  position: absolute;
  right: -5px;
  color: #e5e5e5;
  margin-top: 5px; }

.marcador-historial-primero {
  position: absolute;
  right: -5px;
  color: #e5e5e5;
  margin-top: -4px; }

.texto-historial {
  width: 75px; }

@media (min-width: 320px) and (max-width: 991px) {
  .tam-text-h p {
    font-size: 13px; } }

.text-consigna {
  padding-bottom: 10px; }
  @media (min-width: 320px) and (max-width: 991px) {
    .text-consigna {
      margin-left: 24px; } }

/*---------------------------FIN BOX HISTORIAL------------------------------------*/
/* -------------------------------- Tabla --------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse; }

table i {
  color: #cccccc; }

tr:nth-of-type(odd) {
  background: #ffffff; }

th {
  background: white;
  color: #808080;
  font-weight: lighter !important; }

.s-borde {
  border: none !important; }

.border-t {
  border-top: 1px solid #cccccc !important; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .border-t {
      border-top: none !important; } }

.border-b {
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 320px) and (max-width: 1200px) {
    .border-b {
      border-bottom: none !important; } }

.borderl-b {
  border-left: 8px solid #003263; }

.borderl-r {
  border-left: 8px solid #db5461; }

.borderl-g {
  border-left: 8px solid #83baa8; }

.border-r-h {
  border-right: 1px solid #cccccc !important; }

#as-artefactos-seleccionados .borde-largo-b {
  border-left: 8px solid #005482; }
  @media (min-width: 1199px) {
    #as-artefactos-seleccionados .borde-largo-b border-left {
      display: none; } }
#as-artefactos-seleccionados .borde-largo-db {
  border-left: 8px solid #003263; }
  @media (min-width: 1199px) {
    #as-artefactos-seleccionados .borde-largo-db border-left {
      display: none; } }
#as-artefactos-seleccionados .borde-largo-g {
  border-left: 8px solid #0280b7; }
  @media (min-width: 1199px) {
    #as-artefactos-seleccionados .borde-largo-g border-left {
      display: none; } }
#as-artefactos-seleccionados .borde-largo-red {
  border-left: 8px solid #db5461; }
  @media (min-width: 1199px) {
    #as-artefactos-seleccionados .borde-largo-red border-left {
      display: none; } }
#as-artefactos-seleccionados .borde-largo-green {
  border-left: 8px solid #83baa8; }
  @media (min-width: 1199px) {
    #as-artefactos-seleccionados .borde-largo-green border-left {
      display: none; } }
#as-artefactos-seleccionados .borderl-b {
  border-left: 8px solid #005482; }
  @media (min-width: 320px) and (max-width: 1199px) {
    #as-artefactos-seleccionados .borderl-b border-left {
      display: none; } }
#as-artefactos-seleccionados .borderl-db {
  border-left: 8px solid #003263; }
  @media (min-width: 320px) and (max-width: 1199px) {
    #as-artefactos-seleccionados .borderl-db border-left {
      display: none; } }
#as-artefactos-seleccionados .borderl-g {
  border-left: 8px solid #0280b7; }
  @media (min-width: 320px) and (max-width: 1199px) {
    #as-artefactos-seleccionados .borderl-g border-left {
      display: none; } }
#as-artefactos-seleccionados .borderl-gray {
  border-left: 8px solid #e5e5e5; }

td {
  color: #808080;
  font-weight: bold;
  font-size: 14px !important; }

td,
th {
  padding: 6px;
  border: 2px solid #cccccc;
  text-align: center;
  margin: 0 auto;
  font-size: 14px !important; }

.tabla {
  padding-top: 5px; }

.tr-altura {
  height: 10px !important; }
  @media (max-width: 1200px) {
    .tr-altura {
      height: 20px !important; } }

.iconosTabla {
  display: flex;
  justify-content: space-between; }

.disposicionCheck {
  text-align: left; }

/*Media queries - Responsive breakpoints */
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .usuarioLogin p {
    display: none; } }
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .usuarioLogin p {
    display: none; } }
/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
  ...
}


/* Large devices (desktops, 992px and up) 

@media (min-width: 992px) and (max-width: 1199.98px) {
  ...
}
*/
/* Extra large devices (large desktops, 1200px and up) 

@media (min-width: 1200px) {
  ...
}
*/
/*Media queries para la tabla*/
@media (min-width: 1200px) {
  tr {
    height: 50px; } }

@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .contenedorPrincipal {
    height: 200em; }

  .iconosTabla {
    display: flex;
    justify-content: center; }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block; }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  tr {
    border: 1px solid #ccc; }

  td {
    font-size: 14px !important;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 42%;
    text-align: right; } }
  @media (max-width: 575.98px) and (min-width: 310px) and (max-width: 357px), (min-width: 576px) and (max-width: 767.98px) and (min-width: 310px) and (max-width: 357px), (min-width: 768px) and (max-width: 991.98px) and (min-width: 310px) and (max-width: 357px), (min-width: 992px) and (max-width: 1199.98px) and (min-width: 310px) and (max-width: 357px) {
    td {
      font-size: 12px !important; } }

@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left; }

  td:nth-of-type(1):before {
    content: "Estado:"; }

  td:nth-of-type(2):before {
    content: "Fecha de creación:"; }

  td:nth-of-type(3):before {
    content: "N ° Proyecto:"; }

  td:nth-of-type(4):before {
    content: "Nombre Propietario:"; }

  td:nth-of-type(5):before {
    content: "Domicilio Propietario:"; }

  #as-artefactos-seleccionados td:nth-of-type(1):before {
    content: "Artefacto:"; }
  #as-artefactos-seleccionados td:nth-of-type(2):before {
    content: "Tipo:"; }
  #as-artefactos-seleccionados td:nth-of-type(3):before {
    content: "Cantidad:"; }
  #as-artefactos-seleccionados td:nth-of-type(4):before {
    content: "Uso:"; }
  #as-artefactos-seleccionados td:nth-of-type(5):before {
    content: "Ubicación:"; }
  #as-artefactos-seleccionados td:nth-of-type(6):before {
    content: "Aprobado:"; }
  #as-artefactos-seleccionados td:nth-of-type(7):before {
    content: "Kcal/Hs:"; }

  #mis-datos td:nth-of-type(1):before {
    content: "Estado:"; }
  #mis-datos td:nth-of-type(2):before {
    content: "Fecha de pago:"; }
  #mis-datos td:nth-of-type(3):before {
    content: "Hora:"; }
  #mis-datos td:nth-of-type(4):before {
    content: "N° Matricula:"; }
  #mis-datos td:nth-of-type(5):before {
    content: "Ubicación:"; }
  #mis-datos td:nth-of-type(6):before {
    content: "Monto:"; } }
#historial .borde-largo-historial {
  border-left: 8px solid #db5461; }
  @media (min-width: 1199px) {
    #historial .borde-largo-historial border-left {
      display: none; } }

@media (min-width: 1200px) {
  .resultados-tabla {
    display: block; } }
@media (min-width: 320px) and (max-width: 1199px) {
  .resultados-tabla {
    display: none; } }
.resultados-tabla table td {
  background-color: #e5e5e5; }
.resultados-tabla td {
  border: 2px solid #cccccc;
  text-align: left;
  font-size: 14px !important; }

.resultados-tabla-mobile {
  background-color: #e5e5e5;
  padding: 10px 15px; }
  @media (min-width: 1200px) {
    .resultados-tabla-mobile {
      display: none; } }
  @media (min-width: 320px) and (max-width: 1199px) {
    .resultados-tabla-mobile {
      display: block; } }

.padding-left-tabla {
  padding-left: 40px;
  width: 20%;
  border-right: none !important; }

.padding-left-tabla-2 {
  padding-left: 73px;
  width: 11.8%;
  margin-right: 10px;
  border-left: none !important; }

.padding-left-tabla-3 {
  width: 42%; }

.padding-left-tabla-4 {
  padding-left: 35px; }

.resul-tab-artefactos {
  width: 100%;
  height: 50px; }

/* -------------------------------- tabla ----------#historial{
  .resultados-principales{
    width: 100%;
  }
.historial-resultados{
  background-color:white;
  padding:10px 40px;
}
.historial-resultados-grandes{
  background-color:white;
  padding:10px 58px;
}
};----------------------------*/
#historial .resultados-principales {
  margin-top: 0px; }

#historial .resultados-principales,
#as-artefactos-seleccionados .resultados-principales {
  width: 100%; }
#historial .historial-resultados,
#as-artefactos-seleccionados .historial-resultados {
  width: 15%;
  background-color: white;
  padding: 15px 0px; }
#historial .historial-resultados-grandes,
#as-artefactos-seleccionados .historial-resultados-grandes {
  background-color: white;
  padding: 15px 0px;
  width: 20%; }

/* --------------------------------Fin Tabla --------------------------------------*/
/*--------------------------BOTONES --------------------------------------- */
.btn-primary {
  background-color: #83baa8;
  border-color: #83baa8; }
  .btn-primary:hover {
    background-color: #01223d;
    border-color: #01223d; }
  .btn-primary:focus {
    box-shadow: none; }

a.btn-recovery {
  color: #01223d;
  padding-right: 1rem;
  background-color: #83baa8;
  color: white; }
  @media (min-width: 320px) and (max-width: 575px) {
    a.btn-recovery {
      text-align: right;
      font-size: 12px; } }
  a.btn-recovery:hover {
    text-decoration: none;
    background-color: #4d8a76;
    color: white; }

a.btn-recovery-secondary {
  color: #ffffff;
  padding-left: 0.5rem;
  background-color: #cccccc; }
  @media (min-width: 320px) and (max-width: 575px) {
    a.btn-recovery-secondary {
      font-size: 12px; } }
  a.btn-recovery-secondary:hover {
    text-decoration: none;
    background-color: #999999;
    color: white; }

a.btn-recovery-secondary-cancel {
  color: #ffffff;
  padding-left: 0.5rem;
  background-color: #cccccc; }
  @media (min-width: 320px) and (max-width: 575px) {
    a.btn-recovery-secondary-cancel {
      font-size: 12px; } }
  a.btn-recovery-secondary-cancel:hover {
    text-decoration: none;
    background-color: #db5461;
    color: white; }

.btn-accordion {
  min-width: 30%; }
  .btn-accordion:hover {
    background-color: white;
    color: #003263; }

.pr-btn {
  padding-right: 9px !important; }

.pl-btn {
  padding-left: 9px !important; }

.hover-historial-green {
  color: white;
  background-color: #83baa8; }
  .hover-historial-green:hover {
    text-decoration: none;
    background-color: #4d8a76;
    color: white; }

.hover-historial-red {
  color: white;
  background-color: #db5461; }
  .hover-historial-red:hover {
    text-decoration: none;
    background-color: #a62330;
    color: white; }

.hover-historial-gray {
  color: #a8a8a8;
  background-color: #f2f2f2; }
  .hover-historial-gray:hover {
    text-decoration: none;
    background-color: #bfbfbf;
    color: #fff; }

/*--------------------------FIN BOTONES --------------------------------------- */
.tam-img {
  width: 20px !important; }

/*--------------------------Margenes de las cajas que son select --------------------------------------- */
#as-instalaciones .tipo-plano .margenes-tramites,
#as-artefactos-seleccionados .tipo-plano .margenes-tramites {
  margin-left: 0px;
  margin-right: 20px; }
  @media (min-width: 320px) and (max-width: 575px) {
    #as-instalaciones .tipo-plano .margenes-tramites,
    #as-artefactos-seleccionados .tipo-plano .margenes-tramites {
      margin-left: 0px;
      margin-right: 0px; } }
#as-instalaciones .tipo-plano .margenes-tramites-instalaciones,
#as-artefactos-seleccionados .tipo-plano .margenes-tramites-instalaciones {
  margin-left: 0px;
  margin-right: 20px; }
  @media (min-width: 320px) and (max-width: 767px) {
    #as-instalaciones .tipo-plano .margenes-tramites-instalaciones,
    #as-artefactos-seleccionados .tipo-plano .margenes-tramites-instalaciones {
      margin-left: 0px;
      margin-right: 0px; } }
#as-instalaciones .tipo-plano .margenes-tramites-especial,
#as-artefactos-seleccionados .tipo-plano .margenes-tramites-especial {
  margin-left: 0px;
  margin-right: 20px; }
  @media (min-width: 320px) and (max-width: 767px) {
    #as-instalaciones .tipo-plano .margenes-tramites-especial,
    #as-artefactos-seleccionados .tipo-plano .margenes-tramites-especial {
      margin-left: 0px;
      margin-right: 0px; } }
#as-instalaciones .tipo-plano .general-box label,
#as-artefactos-seleccionados .tipo-plano .general-box label {
  margin-top: 0px;
  margin-bottom: 0px; }
#as-instalaciones .tipo-plano label,
#as-artefactos-seleccionados .tipo-plano label {
  position: relative;
  top: 0px;
  left: 0px; }
@media (min-width: 320px) and (max-width: 991px) {
  #as-instalaciones .subtitulo-instalaciones,
  #as-artefactos-seleccionados .subtitulo-instalaciones {
    margin-top: 50px; } }

#alta-servicio .general-box label,
#as-artefactos .general-box label {
  margin-top: 0px;
  margin-bottom: 0px; }
#alta-servicio label,
#as-artefactos label {
  position: relative;
  top: 0px;
  left: 0px; }
#alta-servicio .margenes-tramites,
#as-artefactos .margenes-tramites {
  margin-left: 0px;
  margin-right: 20px; }
  @media (min-width: 320px) and (max-width: 991px) {
    #alta-servicio .margenes-tramites,
    #as-artefactos .margenes-tramites {
      margin-left: 0px;
      margin-right: 0px; } }
#alta-servicio .margenes-tramites-instalaciones,
#as-artefactos .margenes-tramites-instalaciones {
  margin-left: 0px;
  margin-right: 20px; }
  @media (min-width: 320px) and (max-width: 767px) {
    #alta-servicio .margenes-tramites-instalaciones,
    #as-artefactos .margenes-tramites-instalaciones {
      margin-left: 0px;
      margin-right: 0px; } }

/*--------------------------Margenes de las cajas que son select --------------------------------------- */
/*--------------------------Cajas que son select --------------------------------------- */
.gc-item-cta:hover {
  background-color: #cccccc; }

.gc-item-cta {
  background-color: #e5e5e5;
  height: 130px;
  position: relative; }
  .gc-item-cta svg {
    fill: #808080 !important; }
  .gc-item-cta .svg-lineas {
    stroke: #808080; }
  .gc-item-cta p,
  .gc-item-cta h5 {
    color: #808080 !important; }
  .gc-item-cta .check-tramites {
    display: none;
    position: absolute;
    top: -8px;
    right: 20px; }
  .gc-item-cta .check-artefactos {
    display: none;
    position: absolute;
    top: -8px;
    right: 20px; }
  .gc-item-cta .check-agregar {
    display: block;
    position: absolute;
    top: -10px;
    right: 20px; }
  .gc-item-cta .badge-primary {
    background-color: #003263 !important; }
  .gc-item-cta .badge {
    font-size: 85% !important; }
  .gc-item-cta .badge-pill {
    padding-right: .9em !important;
    padding-left: .9em !important; }

label.label-item-cta {
  width: 100%; }

label.label-item-cta:hover {
  cursor: pointer; }

.label-item-cta input[type=radio] {
  display: none; }

input[type=radio]:checked ~ .gc-item-cta {
  background-color: #83baa8; }
  input[type=radio]:checked ~ .gc-item-cta svg {
    fill: #ffff !important; }
  input[type=radio]:checked ~ .gc-item-cta .svg-lineas {
    stroke: white; }
  input[type=radio]:checked ~ .gc-item-cta p,
  input[type=radio]:checked ~ .gc-item-cta h5 {
    color: #fff !important; }
  input[type=radio]:checked ~ .gc-item-cta .check-tramites {
    display: block; }
  input[type=radio]:checked ~ .gc-item-cta .check-artefactos {
    display: block; }
  input[type=radio]:checked ~ .gc-item-cta .check-agregar {
    display: none; }

/*box deshabilitadas*/
.deshabilitadas-item-cta:hover {
  background-color: #cccccc; }

.deshabilitadas-item-cta, .deshabilitadas-item-cta-sh {
  background-color: #e5e5e5;
  height: 125px;
  position: relative; }
  .deshabilitadas-item-cta svg, .deshabilitadas-item-cta-sh svg {
    fill: #808080 !important; }
  .deshabilitadas-item-cta .svg-lineas, .deshabilitadas-item-cta-sh .svg-lineas {
    stroke: #808080; }
  .deshabilitadas-item-cta p,
  .deshabilitadas-item-cta h5, .deshabilitadas-item-cta-sh p,
  .deshabilitadas-item-cta-sh h5 {
    color: #808080 !important; }
  .deshabilitadas-item-cta .check-agregar-deshabilitado, .deshabilitadas-item-cta-sh .check-agregar-deshabilitado {
    display: block;
    position: absolute;
    top: -10px;
    right: 20px; }
  .deshabilitadas-item-cta .badge-primary, .deshabilitadas-item-cta-sh .badge-primary {
    background-color: #003263; }
  .deshabilitadas-item-cta .badge-primary:hover, .deshabilitadas-item-cta-sh .badge-primary:hover {
    background-color: #00254a;
    color: white; }
  .deshabilitadas-item-cta .badge, .deshabilitadas-item-cta-sh .badge {
    font-size: 85% !important; }
  .deshabilitadas-item-cta .badge-pill, .deshabilitadas-item-cta-sh .badge-pill {
    padding-right: .9em !important;
    padding-left: .9em !important; }

.gc-list-ctas {
  min-height: 50vh; }

label.label-item-deshabilitado {
  width: 100%; }

label.label-item-deshabilitado:hover {
  cursor: pointer; }

.label-item-deshabilitado input[type=radio] {
  display: none; }

.deshabilitadas-item-cta-g {
  background-color: #83baa8 !important;
  height: 125px;
  position: relative; }
  .deshabilitadas-item-cta-g svg {
    fill: #ffffff !important; }
  .deshabilitadas-item-cta-g .svg-lineas {
    stroke: #ffffff; }
  .deshabilitadas-item-cta-g p,
  .deshabilitadas-item-cta-g h5 {
    color: #ffffff !important; }

/*-------------------------- Fin Cajas que son select --------------------------------------- */
/*--------------------------------------------- SWITCH CON PALABRA DENTRO------------------------------------ */
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.6875rem;
  width: 3.875rem; }

.btn-toggle.btn-lg.btn-sm:before {
  text-align: right; }

.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0; }

.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0; }

.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1; }

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none; }

.btn-toggle.btn-sm {
  margin: 0 .5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem; }

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm.focus.active {
  outline: none; }

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: .5rem;
  text-align: center;
  font-weight: 600;
  font-size: .55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
  font-size: 11px; }

.btn-toggle.btn-sm:before {
  content: 'NO';
  left: -0.5rem; }

.btn-toggle.btn-sm:after {
  content: 'SI';
  right: -0.5rem;
  opacity: .5; }

.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left .25s; }

.btn-toggle.btn-sm.active {
  transition: background-color .25s; }

.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left .25s; }

.btn-toggle.btn-sm.active:before {
  opacity: .5; }

.btn-toggle.btn-sm.active:after {
  opacity: 1; }

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem; }

.btn-toggle.btn-sm.btn-sm:before {
  text-align: right; }

.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0; }

.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0; }

.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1; }

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none; }

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.275rem;
  width: 1.55rem; }

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8; }

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381; }

.btn-toggle.btn-secondary.active {
  background-color: #83baa8 !important; }

.btn-toggle.btn-secondary.active:focus {
  box-shadow: none !important; }

.btn-toggle.btn-secondary:focus {
  box-shadow: none !important; }

/*---------------------------------------------FIN SWITCH CON PALABRA DENTRO------------------------------------ */
.b-total-l-r {
  margin-left: 15rem;
  margin-right: 31rem; }

.totales-artefactos {
  height: 50px; }

/* --------------------Cuestionario Artefactos ---------------------*/
.cuestionario-artefactos label {
  width: 500px;
  top: 1px; }
  @media (min-width: 320px) and (max-width: 1252px) {
    .cuestionario-artefactos label {
      width: 200px;
      font-size: 12px; } }
.cuestionario-artefactos input {
  width: 250px; }
  @media (min-width: 320px) and (max-width: 1252px) {
    .cuestionario-artefactos input {
      width: 160px; } }

#formulario-artefactos p {
  font-size: 18px; }
  @media (min-width: 320px) and (max-width: 720px) {
    #formulario-artefactos p {
      font-size: 16px !important; } }
#formulario-artefactos .fs-terminos p {
  font-size: 16px !important; }
  @media (min-width: 320px) and (max-width: 720px) {
    #formulario-artefactos .fs-terminos p {
      font-size: 14px !important;
      padding-top: 2px; } }

.img-exito {
  width: 80px; }

/* --------------------Fin cuestionario artefactos  ---------------------*/
/* --------------------Estilos mensaje de exito al guardar mensaje en cuestionario artefactos ---------------------*/
.div-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999999; }

.guardado {
  width: 100%; }
  @media (min-width: 320px) and (max-width: 991px) {
    .guardado {
      margin-left: 20px;
      margin-top: 20px; } }

/* -------------------- FIN Estilos mensaje de exito al guardar mensaje en cuestionario artefactos ---------------------*/
/* --------------------Selector de posicion en mapa ---------------------*/
#range-slider-map,
#range-slider-mapDos {
  padding: 0px 5px 80px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  #range-slider-map .range-slider,
  #range-slider-mapDos .range-slider {
    margin-top: 0vh; }
  #range-slider-map input,
  #range-slider-mapDos input {
    padding: 0px; }
  #range-slider-map .rs-range,
  #range-slider-mapDos .rs-range {
    margin-top: 0px;
    width: 100%;
    height: 8px;
    background-color: #cccccc;
    border: none;
    -webkit-appearance: none; }
    #range-slider-map .rs-range:focus,
    #range-slider-mapDos .rs-range:focus {
      outline: none; }
    #range-slider-map .rs-range::-webkit-slider-runnable-track,
    #range-slider-mapDos .rs-range::-webkit-slider-runnable-track {
      width: 100%;
      height: 1px;
      cursor: pointer;
      box-shadow: none;
      background: #cccccc;
      border-radius: 0px;
      border: none; }
    #range-slider-map .rs-range::-moz-range-track,
    #range-slider-mapDos .rs-range::-moz-range-track {
      width: 100%;
      height: 1px;
      cursor: pointer;
      box-shadow: none;
      background: #cccccc;
      border-radius: 0px;
      border: none; }
    #range-slider-map .rs-range::-webkit-slider-thumb,
    #range-slider-mapDos .rs-range::-webkit-slider-thumb {
      box-shadow: none;
      border: 7px solid #003263;
      height: 22px;
      width: 22px;
      border-radius: 22px;
      background: #cccccc;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -10px; }
    #range-slider-map .rs-range::-moz-range-thumb,
    #range-slider-mapDos .rs-range::-moz-range-thumb {
      box-shadow: none;
      border: 7px solid #003263;
      height: 9px;
      width: 9px;
      border-radius: 22px;
      background: #cccccc;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -10px; }
  #range-slider-map .rs-label,
  #range-slider-mapDos .rs-label {
    position: relative;
    display: block;
    background: transparent;
    text-align: left;
    color: #003263;
    font-size: 14px;
    width: 50px; }
    #range-slider-map .rs-label::after,
    #range-slider-mapDos .rs-label::after {
      content: "m";
      display: inline-block;
      font-size: 14px;
      letter-spacing: 0.07em;
      margin-top: 0px;
      padding-left: 2px; }
  #range-slider-map #rs-bullet,
  #range-slider-map #rs-bulletDos,
  #range-slider-mapDos #rs-bullet,
  #range-slider-mapDos #rs-bulletDos {
    top: 50px; }

/* -------------------- Fin Selector de posicion en mapa ---------------------*/
/*-------- imagen mis datos ----------------*/
.container-profile {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

.overlay {
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 140px;
  border-radius: 80px;
  opacity: 0;
  transition: .3s ease;
  background-color: black; }

.container-profile:hover .overlay {
  opacity: 0.5; }

.icon {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.fa-user:hover {
  color: #eee; }

/*--------------------------------------------*/
/* ----------------- estilos que podria tener un label de un select -----------------

.label-select{
font-size: 12px;
top:-8px !important;
}

<label class="label-select">asdsadsa</label>

*/
.margenes-logo-tramites {
  margin-top: 26px; }

.icon-tabla {
  color: #003263;
  fill: #003263; }

.icon-tabla:hover {
  opacity: 0.5;
  transition-duration: 0.5s; }

.zoom-artefactos:hover {
  transition: transform 0.1s;
  transform: scale(1.05); }

.pin-maps {
  padding-left: 23px;
  padding-right: 23px; }

.señaladores-map {
  position: absolute;
  top: 155px;
  left: 75px;
  z-index: 199; }
  @media (min-width: 320px) and (max-width: 575px) {
    .señaladores-map {
      top: 132px;
      left: 62px; } }

.controles-map-right {
  transform: rotate(0deg) !important;
  position: absolute;
  bottom: 20px;
  left: 115px;
  z-index: 200; }
  @media (min-width: 320px) and (max-width: 575px) {
    .controles-map-right {
      bottom: 43px;
      left: 103px; } }

.controles-map-left {
  transform: rotate(0deg) !important;
  position: absolute;
  bottom: 20px;
  left: 50px;
  z-index: 200; }
  @media (min-width: 320px) and (max-width: 575px) {
    .controles-map-left {
      bottom: 44px;
      left: 36px; } }

.calle-mapa-uno {
  transform: rotate(90deg) !important;
  position: absolute;
  bottom: 85px;
  left: 10px;
  z-index: 200; }
  @media (min-width: 320px) and (max-width: 575px) {
    .calle-mapa-uno {
      bottom: 105px;
      left: 5px; } }

.calle-mapa-dos {
  transform: rotate(90deg) !important;
  position: absolute;
  bottom: 85px;
  left: 168px;
  z-index: 200; }
  @media (min-width: 320px) and (max-width: 575px) {
    .calle-mapa-dos {
      bottom: 105px;
      left: 141px; } }

.calle-mapa-tres {
  transform: rotate(0deg) !important;
  position: absolute;
  bottom: 165px;
  left: 90px;
  z-index: 200; }
  @media (min-width: 320px) and (max-width: 575px) {
    .calle-mapa-tres {
      bottom: 170px;
      left: 70px; } }

.calle-mapa-cuatro {
  transform: rotate(0deg) !important;
  position: absolute;
  bottom: 8px;
  left: 90px;
  z-index: 200; }
  @media (min-width: 320px) and (max-width: 575px) {
    .calle-mapa-cuatro {
      bottom: 34px;
      left: 70px; } }

.div-img {
  width: 232px;
  height: 229px;
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 575px) {
    .div-img {
      width: 200px !important; } }

@media (min-width: 320px) and (max-width: 575px) {
  .img-map-tramites {
    width: 200px !important; } }

aside {
  background-color: #01223d;
  width: 221px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex !important;
  flex-direction: column; }

@media (max-width: 991px) {
  #sideBar {
    transform: translateX(-100%);
    transition: 0.5s;
    z-index: 999; } }

#sideBar.show {
  transform: translateX(0%);
  z-index: 999; }
  #sideBar.show ul {
    margin-top: 80px; }

/*li:hover{
 background-color: $blue;
 height: 30px;
}*/
nav {
  flex: 1; }

nav ul {
  color: white;
  font-size: 1rem;
  list-style: none;
  padding: 15px 0 0 0;
  overflow: hidden;
  white-space: nowrap; }
  nav ul a {
    text-decoration: none !important; }
  nav ul li:not(.user) {
    /* border-bottom: 1px solid  $blue-nav; */
    line-height: 3.5;
    padding-left: 0.6rem;
    text-align: left;
    padding: 0rem 1rem; }
    nav ul li:not(.user) a {
      text-decoration: none;
      color: #fff; }

nav li:hover {
  background-color: #003263;
  border-right: 10px solid #829CBC;
  transition-duration: 0.5s; }

.active-nav {
  background-color: #003263 !important; }

/*
.li-nav{
  background-color:$dark-blue;
}
.active, .li-nav:hover {
  background-color:$blue !important;
  color: white;
}
*/
/*menu hamburguesa*/
#menu_hamb {
  display: inline-block;
  margin: 0px -35px 0px 0px;
  position: relative;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  margin-left: 5px;
  z-index: 9999; }

.main-item {
  width: 12px;
  height: 10px; }

.line {
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transition: all ease 0.32s; }

.line01 {
  top: 19%; }

.line02 {
  top: 49%; }

.line03 {
  top: 79%; }

.menu-hamb.close-hamb .line01 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 49%; }

.menu-hamb.close-hamb .line02, .menu-hamb.close-hamb .line03 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 49%; }

/*--------------------------------------------------------------------------------------------------------*/
.icon-xl {
  width: 50px;
  height: 50px; }

.tam {
  width: 15px;
  height: 15px; }

.copyr-nav {
  padding-left: 20px; }

.text-header-user {
  cursor: pointer;
  color: white !important;
  transition: 0.5s; }
  .text-header-user:hover {
    font-weight: 700; }

.img-header-profile {
  width: 40px; }

.img-header-profile:hover {
  opacity: 0.8;
  cursor: pointer; }

.icon-header:hover {
  cursor: pointer;
  opacity: 0.8;
  font-size: 18px; }

/*# sourceMappingURL=main.css.map */
