@font-face {
  font-family: "Muli-Bold";
  src: url("../fonts/muli/Muli-Bold.ttf");
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}

html {
  width: 100vw;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: var(--Blanco);
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  display: initial;
  /*min-width: fit-content;*/
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

input,
textarea,
select,
button {
  font-family: "Poppins-Regular";
  font-size: 15px;
  color: var(--Blanco);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

textarea {
  resize: none;
}

select {
  /*-moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border: none; }
  select option[value=""][disabled] {
  display: none; */
}

.select-cita {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  vertical-align: middle;
}


.wrapper {
  width: 100%;
  height: auto;
  /*display: flex;*/
  padding-top: 3rem;
}

.wizard>.steps .current-info,
.wizard>.steps .number {
  display: none;
}

.image-holder {
  color: var(--Negro);
  width: 70%;
  /*align-self: center;*/
  padding: 5%;
  /*padding-left: 100px*/
}

.image-holder li {
  line-height: 24px;
}

.form-custom {
  width: 58.93%;
  padding-left: 100px;
  padding-right: 100px;
  align-self: center;
}

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

.form-header a {
  font-family: "Poppins-Regular";
  color: var(--Blanco)fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 5px;
  background: var(--AzulProfundo);
}

h3 {
  font-family: "Poppins-SemiBold";
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 46px;
  letter-spacing: 3px;
  margin-top: 19px;
}

#wizard {
  min-width: 600px;
  border: 1px solid var(--Blanco);
  border-radius: 10px;
  padding: 40px 40px 40px 40px;
  position: relative;
  background: var(--AzulProfundo);
}

.wizard>.steps ul {
  content: "";
  width: 60%;
  height: 12px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  position: absolute;
  left: 50%;
  bottom: -69px;
  transform: translateX(-50%);
}

.wizard>.steps ul:before {
  content: '\f26b';
  position: absolute;
  font-size: 20px;
  font-family: Material-Design-Iconic-Font;
  bottom: 20px;
  left: 29.4%;
  transition: all 0.5s ease;
}

.wizard>.steps ul:after {
  content: "";
  width: 33.33%;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-2:before {
  left: 62.5%;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-2:after {
  width: 66.67%;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-3:before {
  left: 96%;
  transition: all 0.5s ease;
}

.wizard>.steps ul.step-3:after {
  width: 100%;
  transition: all 0.5s ease;
}

.form-row {
  display: flex;
  margin-bottom: 29px;
  align-items: center;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-row label {
  width: 34.9%;
  margin-right: 40px;
  font-size: 20px;
}

.form-row .form-holder {
  width: 65.1%;
}

.form-holder {
  position: relative;
  display: grid;
}

.form-holder i {
  position: absolute;
  bottom: 7px;
  right: 20px;
  font-size: 25px;
}

.form-control-error {
  border: 1.5px solid rgb(255, 5, 5) !important;
}

.form-control-cita {
  /*height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2);*/
  opacity: 1 !important;
  background: none !important;
}

.required-text {
  padding-left: 10px;
  position: absolute;
  top: 40px;
  font-size: 13px;
}

.form-control-button {
  /*background: #c8d301 !important;*/
  font-size: 15px !important;
  margin-bottom: 10px !important;
  height: 51px !important;
}

.form-control {
  height: 41px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: none;
  border-radius: 5px;
  width: 100%;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.2);
}

.form-control:focus {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
  border: 1px solid #ceebf7;
}

.form-control::-webkit-input-placeholder {
  color: var(--Blanco);
  text-transform: uppercase;
}

.form-control::-moz-placeholder {
  color: var(--Blanco);
  text-transform: uppercase;
}

.form-control:-ms-input-placeholder {
  color: var(--Blanco);
  text-transform: uppercase;
}

.form-control:-moz-placeholder {
  color: var(--Blanco);
  text-transform: uppercase;
}

select.form-control {
  text-transform: uppercase;
}

.option {
  color: #999;
}

textarea.form-control {
  padding: 8px 0;
  background: url("../images/textarea-bg.png") no-repeat right bottom 3px;
}

.actions ul {
  display: flex;
  margin-top: 39px;
  justify-content: space-between;
}

.actions li a {
  padding: 0;
  border: none;
  display: inline-flex;
  height: 54px;
  width: 200px;
  letter-spacing: 1.3px;
  align-items: center;
  background: var(--AzulNeon);
  font-family: "Muli-Bold";
  cursor: pointer;
  position: relative;
  padding-left: 34px;
  text-transform: uppercase;
  color: var(--Negro);
  border-radius: 27px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.actions li a:before {
  content: '\f2ee';
  font-size: 18px;
  position: absolute;
  top: 17px;
  right: 34px;
  font-family: Material-Design-Iconic-Font;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.actions li a:hover {
  background: #FF5C39;
  color: white;
}

.actions li a:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.actions li[aria-disabled="true"] a {
  opacity: 0;
  transition: all 0.3s;
}

.actions li:first-child a {
  width: 175px;
  background: var(--Blanco);
  color: #666;
  font-family: "Muli-Bold";
  padding-left: 57px;
}

.actions li:first-child a:before {
  content: '\f2ea';
  left: 32px;
  font-size: 18px;
}

.actions li:first-child a:hover {
  background: #e5e5e5;
}

.actions li:last-child a {
  width: 200px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.checkbox-circle {
  max-width: 400px;
  display: flex;
  justify-content: space-between;
}

.checkbox-circle label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  position: relative;
  margin-right: 0;
  width: auto;
}

.checkbox-circle input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-circle input:checked~.checkmark:after {
  display: block;
}

.checkbox-circle .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.checkbox-circle .checkmark:after {
  content: "";
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-radius: 50%;
  background: var(--Blanco);
  position: absolute;
  display: none;
}

/*new css*/
.header {
  background-color: white;
  color: black;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  gap: 16px;
  padding: 10px 24px 10px 24px;
}

.header-box {
  align-items: center;
  display: flex;
  gap: 16px;
}

.header-box span {
  font-size: 22px;
}

.header-box img {
  width: 60px;
}

.header-box .header-logo-right {
  width: 140px;
}


/*footer*/
footer {
  position: relative;
  float: left;
  width: 100%;
  background: var(--AzulProfundo);
  background-size: cover;
  height: 450px;
}

.footer-wrap {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

.credits {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  background: #0accf9;
  height: 30px;
  line-height: 30px;
  padding: 0px 30px;
  color: var(--Blanco);
  font-family: DINNextRoundedLTW02-reg;
  font-size: 80%;
  text-align: center;
}

.cont-fr {
  position: relative;
  float: left;
  width: 100%;
}

.footer-col {
  position: relative;
  float: left;
  width: calc(20% - 61px);
  margin: 50px 20px;
  padding: 0px 20px 0px 0px;
  border-right: 1px solid #0accf9;
  height: 320px;
}

.cont-fr .footer-col:last-child {
  border-right: 0px solid #0accf9;
}


.footer-col h1 {
  position: relative;
  float: left;
  width: 100%;
  color: var(--Blanco);
  font-size: 90%;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.footer-col a {
  position: relative;
  float: left;
  width: 100%;
  color: var(--Blanco);
  font-size: 70%;
  margin-bottom: 5px;
}

.footer-col a:hover {
  color: var(--AzulNeon);
  text-decoration: none;
}


.fduo {
  width: calc(40% - 61px);
}

.footer-col2 {
  position: relative;
  float: left;
  width: 50%;
}

.content-regu {
  position: absolute;
  width: 418px;
  height: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background: #0d78ae;
  margin-right: 32px;
  z-index: 10;
}

.btn-closeregu {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  background: #00c389;
  z-index: 50;
}

.btn-closeregu img {
  position: relative;
  float: left;
  width: 100%;
}

.Ancla-Chat {
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px;
  border-radius: 9px;
  display: none;
}

.Ancla-Chat:hover {
  background: rgba(255, 255, 255, 0.75);
}

.buyDatos1,
.buyDatos3 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/bg-modal.png) top left;
  z-index: 10002;
  display: none;
}

.buyDcont {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 18%;
  margin-left: -300px;
  width: 560px;
  height: 320px;
  background: var(--Blanco);
  padding: 20px;
}

.btn-closebuy {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #00c389;
  z-index: 50;
}

.buyDcont h1 {
  position: relative;
  float: left;
  width: calc(100% - 00px);
  font-size: 280%;
  color: #0092ba;
  line-height: 100%;
  display: flex;
}



.buyDcont1 {
  position: absolute;
  left: 50%;
  top: 34%;
  margin-left: -300px;
  width: 560px;
  height: 614px;
  background: var(--Blanco);
  padding: 20px;
  margin-top: -220px;
}

@media (min-width:320px) {
  .buyDcont1 {
    left: 0%;
    margin-left: 0;
    width: 90%;
    height: 100%;
    margin-top: initial;
    top: initial;
    padding: 20px 20px 0px 20px;
  }
}

@media (min-width:1200px) {
  .buyDcont1 {
    left: 50%;
    margin-left: -300px;
    width: 560px;
    height: 614px;
    margin-top: -220px;
    top: 34%;
    padding: 20px;
  }
}

.buyDcont1 h1 {
  position: relative;
  float: left;
  width: calc(100% - 00px);
  font-size: 280%;
  color: #0092ba;
  line-height: 100%;
  display: flex;
}

.btn-closebuy1 {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #00c389;
  z-index: 10001;
}

@media (min-width:320px) {
  .btn-closebuy1 {
    width: 33px;
    height: 33px;
  }
}

@media (min-width:1200px) {
  .btn-closebuy1 {
    width: initial;
    height: initial;
  }
}

.btn-closebuy1 img {
  width: initial;
  height: initial;
}

@media (min-width:320px) {
  .btn-closebuy1 img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width:1200px) {
  .btn-closebuy1 img {
    width: initial;
    height: initial;
  }
}

.iframchatoff {
  margin-top: -18px;
  width: 300px !important;
  height: 645px;
}

@media (min-width:320px) {
  .iframchatoff {
    width: 100%;
    height: 100%;
  }
}

@media (min-width:1200px) {
  .iframchatoff {
    width: 100%;
    height: 645px;
  }
}

/*fin matta*/

.fl2 {
  position: relative;
  float: right;
  display: flex;
  right: 45%;
  bottom: 20px;
}

.fl2 a {
  position: relative;
  float: left;
  width: 20px;
  margin-right: 20px;
}

.fl2 a img {
  position: relative;
  float: left;
  width: 100%;
}


/* .footer-col{
    width: 30%;
    text-align: left;
    padding: 20px;
  }
  .footer-col_alt{
    width: 7%;
  }
.footer-col_alt img{
  height: 400px;
}

*/

.d-flex {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.Header__Contact-PagarFactura strong {
  font-size: 11px
}

@media (max-width: 1500px) {
  form {
    /* padding-top: 90px;
    padding-bottom: 97px; */
    align-self: flex-start;
  }

  .wrapper {
    height: auto;
  }
}

@media (max-width: 1199px) {
  .wrapper {
    height: 100vh;
    width: auto;
  }

  .image-holder {
    align-self: center;
  }

  .image-holder img {
    transform: translateY(40px);
  }

  /*form {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    align-self: center; } */
}

@media (max-width: 991px) {
  .wrapper {
    justify-content: center;
  }

  /* .image-holder {
    display: none;
  } */

  form {
    width: auto;
  }
}

@media (max-width: 767px) {
  body {
    height: auto;
  }

  .wrapper {
    height: auto;
    padding: 30px 20px;
  }

  #wizard {
    border: none;
    display: flex;
    flex-direction: column;
    background: none;
  }

  form,
  #wizard {
    padding: 0;
  }

  h3 {
    margin-bottom: 30px;
  }

  .form-row {
    display: block;
  }

  .form-row label {
    margin-bottom: 8px;
    display: block;
  }

  .form-row label,
  .form-row .form-holder {
    width: 100%;
  }

  .checkbox-circle {
    display: block;
  }

  .wizard>.steps {
    order: 3;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .wizard>.steps ul {
    position: static;
    transform: translateX(0);
    width: 100%;
  }

  .actions ul {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20;
  }

  .actions li a {
    height: 44px;
  }

  .actions li a:before {
    top: 13px;
  }

  .actions li:first-child a {
    margin-bottom: 20px;
  }

  /*new css*/
  .header-box span {
    font-size: 14px;
  }

  .wrapper {
    margin-top: 2rem;
  }

  .form-k {
    width: 100%;
  }

  .footer {
    flex-direction: column;
    margin-top: 4rem;
  }

  .footer-col {
    width: 100%;
  }

  .footer-col_alt {
    width: 100%;
    height: 60px;
  }

  .footer-col_alt img {
    transform: rotate(90deg) translate(-130px, -144px);
    height: 320px;
  }
}


@media only screen and (min-width: 0px) and (max-width: 760px) and (orientation: portrait) {
  footer {
    height: initial;
  }

  .footer-col {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: 20px 20px 0px;
    padding: 0px 0px;
    border-right: 0px solid #898c8e;
    height: initial;
  }

  .footer-col h1 {
    margin-bottom: 10px;
  }


  .fl2 {
    position: relative;
    float: right;
    display: block;
    right: initial;
    bottom: initial;
    width: auto;
    margin: 20px 20px 40px 50px;
  }

  .fl2 a {
    margin-right: 0px;
    margin-left: 20px;
  }

  .credits {
    line-height: 16px;
    padding: 10px 10px;
    font-size: 13px;
    width: 100%;
    height: auto;
  }

  #wizard {
    background-color: var(--AzulProfundo);
    padding: 16px;
    min-width: auto;
    width: 100%;
  }

  .ContenidoGeneral {
    height: auto;
    margin-top: 20px;
  }

  .Header__Contact-PagarFactura strong {
    font-size: 10px
  }

}

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



/* HTML: <div class="loader"></div> */
/* HTML: <div class="loader"></div> */
.loader {
  width: 40px;
  aspect-ratio: 1;
  position: relative;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: -8px 0 0 -8px;
  width: 16px;
  aspect-ratio: 1;
  background: var(--Blanco)fff;
  animation:
    l1-1 2s infinite,
    l1-2 .5s infinite;
}

.loader:after {
  background: #c8d301;
  animation-delay: -1s, 0s;
}

@keyframes l1-1 {
  0% {
    top: 0;
    left: 0
  }

  25% {
    top: 100%;
    left: 0
  }

  50% {
    top: 100%;
    left: 100%
  }

  75% {
    top: 0;
    left: 100%
  }

  100% {
    top: 0;
    left: 0
  }
}

@keyframes l1-2 {

  80%,
  100% {
    transform: rotate(0.5turn)
  }
}

[datatitle]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

[datatitle]:after {
  content: attr(datatitle);
  position: absolute;
  bottom: -1.6em;
  left: 100%;
  padding: 4px 4px 4px 8px;
  color: var(--Negro);
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px var(--Negro);
  -webkit-box-shadow: 0px 0px 4px var(--Negro);
  box-shadow: 0px 0px 4px var(--Negro);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f8f8f8), color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -moz-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -ms-linear-gradient(top, #f8f8f8, #cccccc);
  background-image: -o-linear-gradient(top, #f8f8f8, #cccccc);
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

[datatitle] {
  position: relative;
}


.swal-wide {
  width: 90% !important;
}

.swal2-html-container {
  text-align: justify !important;
}


.pt-3 {
  padding-top: 1rem;
}

.scrollable-element {
  scrollbar-color: red yellow !important;
}


div:where(.swal2-icon).swal2-question {
  border-color: #c9e1d3;
  color: #87bd98;
}

.swal2-icon.swal2-question {
  border-color: #0e3761;
  color: #0e3761
}

[disabled] {
  opacity: 0.3;
}

button {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

#chatbot-container {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0px;
  max-width: 300px;
  z-index: 10;
}

#chatbot {
  cursor: pointer;
}

#img-luz-bot {
  width: 80%;
}

@media (max-width: 1024px) {
  .wrapper {
    padding-top: 0px;
  }

  #img-luz-bot {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #chatbot-container {
    bottom: 0px;
  }
}

@media (max-width: 480px) {
  #chatbot-container {
    bottom: 0px;
  }

  #img-luz-bot {
    width: 40%;
  }
}

#form-container-bot {
  background-color: blue;
  color: black;
}

#btn-min {
  background: #257ea1 !important;
  border: none;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.1s;
  fill: var(--Blanco);
  display: block;
  font-size: 17px;
  line-height: 30px;
  color: white;
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
}

#text-dt-bot {
  margin: 2.5rem 0 1.3rem;
  font-size: 15px !important;
  color: #808285;
  text-align: center;
  line-height: 22px !important;
}

#btn-ctn-bot {
  background-color: #00aecb;
  border-radius: 45px;
  border: none;
  display: inline-block;
  cursor: pointer;
  color: white !important;
  font-family: Arial;
  font-size: 15px;
  text-decoration: none;
  width: 80%;
  height: 2.7rem;
}

#form-row-chat {
  margin-right: .5rem;
  margin-left: 2px;
  margin-bottom: .6rem;
  margin-top: 1rem;
  color: #808285;
  font-size: small;
  width: 100%;
}

#form-row-chat input,
select {
  width: 100%;
  padding: 10px;
  /* margin: 5px 5px; */
  border: 1px solid #ccc;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: black;
}

#form-row-chat input:focus,
select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

#documentType select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#openModalBtn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

#openModalBtn {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}


.modal-bot {
  display: none;
  position: fixed;
  z-index: 15;
  right: 0;
  bottom: 0;
  height: auto;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  padding-right: 5px;
  color: black;
}

.modal-content-bot {
  background-color: #fefefe;
  border: 1px solid #888;
  width: auto;
  max-width: 360px;
  margin: 0;
  border-radius: 4px 4px 0 0;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.restore-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  background: #00aecb;
}

#form-row-chat select option {
  color: black;
}

/*headerFooter*/

.column {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.border-1 {
  border: 1px solid var(--lightgray);
}

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

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

.p-10 {
  padding: 10px 0 10px 0;
}

.p-20 {
  padding: 20px 0 20px 0;
}

.p-5 {
  padding: 5px;
}

.br-20 {
  border-radius: 20px;
}

.img-soli-cita {
  width: 100px;
}

.img-gest-cita {
  width: 100px;

}

select {
  color: var(--Blanco)fff;
}

#documentType-bot {
  color: black;
}

.currentDay {
  background-color: var(--AzulNeon);
  color: white;
}

.currentDay:hover {
  background-color: var(--AzulNeon);
  color: white;
}

.enabledDays {
  background-color: #bcda3f;
  color: white;
}

.enabledDays:hover {
  background-color: #bcda3f;
  color: white;
}

.disabled-days {
  background-color: #c0c0c0;
  color: white;
}

.disabled-cursor:hover {
  cursor: not-allowed;
}

.disabled-days:hover {
  background-color: #c0c0c0;
  color: white;
  cursor: not-allowed;
}

.air-datepicker {
  --adp-cell-background-color-selected: #14C1EA;
  --adp-cell-background-color-selected-hover: #14C1EA;
  --adp-z-index: 0;
  width: 100%;
}

#terms {
  appearance: none;
  background: transparent;
  border: 1px solid #777;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  vertical-align: text-bottom;
  position: relative;
  cursor: pointer;
}

#terms:checked {
  background-color: var(--Blanco);
  border: 2px solid #777;
}

#modalOptionSede {
  padding: 0 50px 0 50px;
}

.actions-update {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
}


@media (max-width: 936px) {
  .d-flex {
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    gap: 0;
  }

  .image-holder {
    padding: 1%;
  }
}

@media (max-width: 426px) {
  .column {
    align-items: center;
  }

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

  .modal-content {
    max-height: 70vh;
  }

  .img-soli-cita {
    width: 80px;
  }

  .img-gest-cita {
    width: 80px;
  }

  #terms {
    width: 30px;
  }

  #modalOptionSede {
    padding: 0 15px 0 15px;
  }
}