@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

html {
  background-color: #f0f0f0;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 2;
}

h1,
h2 {
  font-family: "Poppins-Bold", sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: "Poppins-Bold", sans-serif;
}

/*Escritorio*/
@media (min-width: 1199.98px) {
  .pc {
    display: flex;
  }
  .mobile {
    display: none;
  }
}
/*Fin Escritorio*/
/*Tablet*/
/*Portrait*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation: portrait) {
  .pc {
    display: flex;
  }
  .mobile {
    display: none;
  }
}
/*landscape*/
@media (min0-width: 991.98px) and (max-width: 1199.98px) and (orientation: landscape) {
  .pc {
    display: flex;
  }
  .mobile {
    display: none;
  }
}
/*fin tablet*/
/*movil*/
/*Portrait*/
/*Default*/
@media (max-width: 575.98px) and (orientation: portrait) {
  .pc {
    display: none;
  }
  .mobile {
    display: flex;
  }
}
/*landscape*/
@media (min-width: 576px) and (max-width: 991.98px) and (orientation: landscape) {
  .pc {
    display: none;
  }
  .mobile {
    display: flex;
  }
}
/*fin movil*/
.text-justify {
  text-align: justify !important;
}

.wrap-content {
  white-space: normal !important;
  word-wrap: break-word;
  word-break: break-all;
}

.step-container {
  position: relative;
  text-align: center;
  transform: translateY(-43%);
}

.step-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #a7c0cc;
  line-height: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.step-line {
  position: absolute;
  top: 16px;
  left: 50px;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #a7c0cc;
  z-index: -1;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.w-fit {
  width: fit-content;
}

/* 
         Forzamos que el popup use todo el ancho y alto de la ventana 
         y removemos bordes, espacios, etc.
      */
.swal2-fullscreen-popup {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

/* 
         Ajustamos también el contenedor para que no meta padding extra 
         y ocupe toda la pantalla.
      */
.swal2-fullscreen-container {
  padding: 0 !important;
  margin: 0 !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 !important; /* Aquí eliminamos el padding */
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  cursor: initial;
}

.success-animation {
  margin: auto;
  position: absolute;
}

.checkmark {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  position: relative;
  top: -20px;
  margin: 0 auto;
  border: 8px solid #00315e;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: var(--c-negro-1);
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
#protector-pantalla::before {
  content: "CEDHJ ";
  font-size: 6rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.628);
  white-space: pre;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.08) 0, rgba(255, 255, 255, 0.08) 1px, transparent 1px, transparent 80px);
  background-image: none;
  background-repeat: repeat;
  background-size: 200px 200px;
  background-position: center;
  opacity: 0.2;
  text-align: center;
  line-height: 200px;
}

#protector-pantalla {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='200' height='200' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='0' y='140' font-size='40' font-weight='bold' fill='white' fill-opacity='0.1'%3ECEDHJ%3C/text%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 200px 200px;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

:root {
  --c-negro-1: #00315e;
  --c-negro-2: #000;
  --c-blanco-1: #fff;
  --c-blanco-2: #faf7f0;
  --c-rosa-1: #d24e8a;
  --c-verde-1: #05b362;
  --text-xs: 30px;
  --text-sm: 35px;
  --text-md: 45px;
  --text-lg: 75px;
  --text-xl: 100px;
  --fw-300: 300;
  --fw-600: 600;
  --fw-700: 700;
  --fw-900: 900;
}

.border-dashed-focus:focus,
.border-dashed-focus:hover {
  outline: 5px dashed #e43769;
  outline-offset: 0; /* opcional: separa el trazo si quieres espacio */
}

.k-text-xs {
  font-size: var(--text-xs);
}

.k-text-sm {
  font-size: var(--text-sm);
}

.k-text-md {
  font-size: var(--text-md);
}

.k-text-lg {
  font-size: var(--text-lg);
}

.k-text-xl {
  font-size: var(--text-xl);
}

.k-fw-300 {
  font-size: var(--fw-300);
}

.k-fw-600 {
  font-size: var(--fw-600);
}

.k-fw-300 {
  font-size: var(--fw-300);
}

.k-fw-700 {
  font-size: var(--fw-700);
}

.k-fw-900 {
  font-size: var(--fw-900);
}

.k-text-principal {
  color: var(--c-negro-1);
}

.k-bg-principal {
  background-color: var(--c-negro-1);
}

h1 {
  font-size: var(--text-xl);
}

h2 {
  font-size: var(--text-lg);
}

h3 {
  font-size: var(--text-md);
}

h4 {
  font-size: var(--text-sm);
}

.contenedor-principal-kiosk {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.contenedor-principal-kiosk a {
  cursor: pointer;
}
.contenedor-principal-kiosk .w-130 {
  width: 130px;
  height: 130px;
}
.contenedor-principal-kiosk span,
.contenedor-principal-kiosk p {
  font-family: "Poppins-Regular", sans-serif;
  text-align: start;
  font-weight: 600;
  color: var(--c-negro-1);
  font-size: var(--text-xs);
}
.contenedor-principal-kiosk h1,
.contenedor-principal-kiosk h2,
.contenedor-principal-kiosk h3,
.contenedor-principal-kiosk h4,
.contenedor-principal-kiosk h5,
.contenedor-principal-kiosk h6 {
  text-align: start;
  color: var(--c-negro-1);
}
.contenedor-principal-kiosk .sub-contenedor-kiosk {
  align-content: space-around;
  display: flex;
  height: 100%;
}

/* Estilos para el protector de pantalla */
#protector-pantalla {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
}

.kiosk {
  background-color: var(--c-blanco-2);
  max-height: 100vh;
  overflow: hidden;
}

.flecha-2-svg {
  width: 35px;
  height: 35px;
}

.contenedor-lupa {
  background-color: var(--c-rosa-1);
  padding: 0.8rem 0.8rem;
  border-radius: 30px;
}
.contenedor-lupa .lupa-svg {
  width: 40px;
  height: 35px;
}

.titulo-kiosk {
  font-size: 112px;
  color: var(--c-negro-1);
}

.subtitulo-kiosk {
  font-size: 110px;
  color: var(--c-negro-1);
}

.leyenda {
  padding: 0.4rem 0 0.4rem 1.5rem;
  border-radius: 30px;
  font-size: 37.5px;
  color: var(--c-blanco-1);
  background-color: var(--c-negro-2);
}

.leyenda-sub {
  padding: 0.4rem 1.5rem;
  border-radius: 30px;
  font-size: 37.5px;
  color: var(--c-blanco-1);
  background-color: var(--c-negro-2);
}

.opciones-contenedor {
  cursor: pointer;
  border-bottom: 1px solid var(--c-negro-2);
  padding-bottom: 1.5rem;
}
.opciones-contenedor img:last-of-type {
  margin: auto;
}
.opciones-contenedor .opciones {
  font-size: 37.5px;
  color: var(--c-negro-1);
}
.opciones-contenedor .dot-svg {
  width: 20px;
  height: 20px;
}
.opciones-contenedor .flecha-3 {
  width: 25px;
  height: 25px;
}

footer {
  position: fixed;
  bottom: 0;
  margin-bottom: 2rem;
}

.menu-svg {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.navegacion-svg {
  width: 13%;
  height: 100%;
  cursor: pointer;
}

.btn-next {
  cursor: pointer;
  background-color: var(--c-negro-1);
  border-radius: 15px;
  padding: 1rem;
  font-size: 24px;
  transition: 0.3s ease all;
  color: var(--c-blanco-1);
}
.btn-next i {
  margin-left: 1rem;
}
.btn-next:hover i {
  margin-left: 1.5rem;
  transition: 0.3s ease all;
}

.btn-send {
  cursor: pointer;
  background-color: var(--c-verde-1);
  border-radius: 15px;
  padding: 1rem;
  font-size: 24px;
  transition: 0.3s ease all;
  color: var(--c-blanco-1);
}
.btn-send i {
  margin-left: 1rem;
}
.btn-send:hover i {
  margin-left: 1.5rem;
  transition: 0.3s ease all;
}

.btn-back {
  cursor: pointer;
  background-color: var(--c-rosa-1);
  border-radius: 15px;
  padding: 1rem;
  font-size: 24px;
  transition: 0.3s ease all;
  color: var(--c-blanco-1);
}
.btn-back i {
  margin-right: 1rem;
}
.btn-back:hover i {
  margin-right: 1.5rem;
  transition: 0.3s ease all;
}

.btn-next {
  cursor: pointer;
  background-color: var(--c-negro-1);
  border-radius: 15px;
  padding: 1rem;
  font-size: 24px;
  transition: 0.3s ease all;
  color: var(--c-blanco-1);
}
.btn-next i {
  margin-left: 1rem;
}
.btn-next:hover i {
  margin-left: 1.5rem;
  transition: 0.3s ease all;
}

.form-step-kiosk {
  display: none;
}

.form-step-kiosk.active {
  display: block;
}

.step-kiosk-indicator-kiosk {
  background-color: var(--c-negro-1);
  width: fit-content;
  color: #fff;
  padding: 2.1rem 2.3rem;
  font-size: 60px;
  border-radius: 80px;
  font-weight: 900;
  position: absolute;
  left: 42%;
  transform: translateY(-22%);
  bottom: 90%;
}

.step-kiosk-container-kiosk {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.step-kiosk {
  width: 45px;
  height: 45px;
  font-size: 24px;
  border-radius: 50%;
  background-color: #a0c4ff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: white;
  transition: background-color 0.3s, transform 0.3s;
  position: relative;
  z-index: 2;
}

.step-kiosk.completed {
  background-color: var(--c-negro-1);
}

.step-kiosk-line {
  flex: 1;
  height: 4px;
  background-color: #a0c4ff;
  margin: 0 5px;
  transition: background-color 0.3s;
}

.step-kiosk-line.active {
  background-color: var(--c-negro-1);
}

.step-kiosk-title {
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.swal-fullscreen {
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  max-height: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  background: white;
  border-radius: 0;
}

.contenedor-swal-kiosk {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.circle-menu {
  /*opacity:0;*/
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 10000000;
}
.circle-menu button,
.circle-menu ul li a {
  display: block;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  padding: 15px;
  border: none;
  outline: none;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #f44336;
  color: #fff;
}
.circle-menu button {
  position: relative;
  z-index: 2;
  -webkit-animation: appear 0.3s ease-out forwards;
  -moz-animation: appear 0.3s ease-out forwards;
  -o-animation: appear 0.3s ease-out forwards;
  animation: appear 0.3s ease-out forwards;
}
.circle-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.circle-menu ul li {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.circle-menu[upgraded=true] {
  opacity: 1;
}

@keyframes appear {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.menu-container {
  position: relative;
}

.menu-button {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  background-color: #ff5722;
  color: white;
  font-size: 60px;
  cursor: pointer;
  transition: transform 0.3s;
}

.menu-button.open {
  transform: rotate(45deg);
}

.menu-options {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%) scale(0);
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  transition: transform 0.3s ease-in-out;
}

.menu-options.active {
  transform: translateY(-50%) scale(1);
  margin-left: 1rem;
}

.menu-options a {
  background: #ff9800;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.menu-options.active a {
  opacity: 1;
  transform: translateX(0);
}

.menu-options.active a:nth-child(1) {
  transition-delay: 0.3s;
}

.menu-options.active a:nth-child(2) {
  transition-delay: 0.6s;
}

.menu-options.active a:nth-child(3) {
  transition-delay: 0.9s;
}

.menu-options.active a:nth-child(4) {
  transition-delay: 1.2s;
}

.menu-options li a {
  text-decoration: none;
  font-size: 45px !important;
  color: white;
}

.footer-salir {
  color: #fff;
  padding: 2rem;
  font-size: 48px;
  font-weight: 600;
  width: 100%;
  display: flex;
  justify-content: center;
}
.footer-salir:hover {
  border: none !important;
  color: #fff;
}

.footer-salir-rojo {
  background-color: rgba(255, 0, 0, 0.5607843137);
}

.footer-salir-azul {
  background-color: rgba(0, 0, 255, 0.5137254902);
}

.footer-salir-verde {
  background-color: rgba(0, 183, 255, 0.4784313725);
}

.contenedor-success-queja-kiosk {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: var(--c-negro-1);
}

/* evita scroll interno */
#swal2-html-container {
  height: 400px;
  overflow-y: hidden;
}

/* popup grande */
.swal2-popup.my-big-swal {
  width: 90vw;
  height: 700px;
  padding: 2.2rem 2.5rem;
}

.swal2-face-wrapper {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  margin-top: 1rem;
  height: 100%;
}

.swal2-face-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.25s;
}

.swal2-face-btn img {
  width: 150px;
  height: 150px;
}

.swal2-face-btn .face-label {
  display: block;
  margin-top: 0.45rem;
  font-size: 1rem;
  color: #444;
  pointer-events: none;
}

.swal2-face-btn:hover,
.swal2-face-btn.selected {
  opacity: 1;
}

.swal2-face-btn.selected {
  transform: scale(1.25);
}

.swal2-confirm,
.swal2-cancel {
  padding: 0.75rem 2.5rem;
  font-size: 1rem;
}

.check-input-estatus:checked {
  border-color: #338b2e;
  background-color: #41b13b !important;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.multisteps-form__progress-btn {
  transition: all 0.15s linear 0s;
  position: relative;
  padding-top: 20px;
  color: #bdc9dd;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
}
@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: transparent;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 6.5px);
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  transition: all 0.15s linear 0s;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #344767;
}
.multisteps-form__progress-btn.js-active span {
  color: #5776aa;
}
.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}
.multisteps-form__form {
  position: relative;
}
.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition: all 0.2s linear 0s;
  transform: scale(1);
}

.text-small {
  font-size: 30px;
}

.custom-input-kiosk label {
  font-size: 20px;
  font-weight: 600;
}
.custom-input-kiosk input {
  background-color: #f4f6fc;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.03) !important;
  border: 0.5px solid rgba(0, 0, 0, 0.1019607843);
  text-transform: uppercase;
  padding: 0.5rem 0.7rem;
}
.custom-input-kiosk select {
  background-color: #f4f6fc;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.03) !important;
  border: 0.5px solid rgba(0, 0, 0, 0.1019607843);
  text-transform: uppercase;
  padding: 0.9rem 0.7rem;
}

textarea {
  background-color: #f4f6fc;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.03) !important;
  border: 0.5px solid rgba(0, 0, 0, 0.1019607843);
  text-transform: uppercase;
  padding: 0.5rem 0.7rem;
}

#multi_step-kiosk_form {
  justify-content: space-between;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.btn-nav {
  width: 15px;
}