/*!
 *   CUSTOM CSS	- Esperanza Inscripcion EB
 *   Author: David Dapozzo
 *   Website: dapozzo.pro <https://dapozzo.pro>
 */


:root {
	--esperanzaweb1: #00537b;
	--esperanzaweb2: #FFBB41;
	--nt: #174193;
  --ea: #003264;
  }

body {
	margin:  0;
}


.inicial-app img{   
    .elementor img{}
    azimuth : inherit;
    border-collapse : inherit;
    border-spacing : inherit;
    caption-side : inherit;
    color : inherit;
    cursor : inherit;
    direction : inherit;
    elevation : inherit;
    empty-cells : inherit;
    font-family : inherit;
    font-size : inherit;
    font-style : inherit;
    font-variant : inherit;
    font-weight : inherit;
    font : inherit;
    letter-spacing : inherit;
    line-height : inherit;
    list-style-image : inherit;
    list-style-position : inherit;
    list-style-type : inherit;
    list-style : inherit;
    orphans : inherit;
    pitch-range : inherit;
    pitch : inherit;
    quotes : inherit;
    richness : inherit;
    speak-header : inherit;
    speak-numeral : inherit;
    speak-punctuation : inherit;
    speak : inherit;
    speech-rate : inherit;
    stress : inherit;
    text-align : inherit;
    text-indent : inherit;
    text-transform : inherit;
    visibility : inherit;
    voice-family : inherit;
    volume : inherit;
    white-space : inherit;
    widows : inherit;
    word-spacing : inherit;
}

#wpbody-content {
    padding-bottom: 0px;
    float: left;
    width: 100%;
    overflow: visible;
}

.font-app {
	margin: 0;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
  }

#btn-1 {
	/*width: 120px;*/
    color: var(--esperanzaweb1);
    border-color: var(--esperanzaweb1);
    padding: 0.375rem 0.75rem;
}

#btn-1:hover {
	background-color: var(--esperanzaweb1);
	color: white;
  }
  

.color-esperanza1{
	background-color: var(--esperanzaweb1);
}



.dap-icon-white {
    --fa-border-color: WhiteSmoke;
    --fa-border-padding: 2em;
    --fa-border-radius: 0.25em;
    --fa-pull-margin: 2em;

    font-size: 8em;
  }

#wpcontent{
    margin-left: 140px;
}

.tableCustom1 th, .tableCustom td {
    vertical-align: middle;
}

@media only screen and (max-width: 960px){
	.auto-fold #wpcontent, .auto-fold #wpfooter {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 782px){
	.auto-fold #wpcontent, .auto-fold #wpfooter {
		margin-left: 0px;
		padding-left: 0px;
	}
}

.dap-label-spacing{
	margin-top: 10px;
}

.dp-custom-background{
    background-image: url(../image/fondo1.jpg);
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.dp-custom-fondo-blur{
    background: rgba(24, 24, 16, .2);
    border-radius: 2em;
    backdrop-filter: blur(25px);
    border: 2px solid rgba(255, 255, 255, 0.05);
    background-clip: padding-box;
    box-shadow: 10px 10px 10px rgba(46, 54, 68, 0.03);
}

.dp-admin-menu-title{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

.dap-btn-register {
	background: #fff;
	border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 6px 17px 0px rgba(0, 0, 0, 0.15);
	width: 180px;
	border: none;
	margin: 6px 0 50px 0px;
    padding: 10px;
	cursor: pointer;
	color: #333;
	font-weight: 700;
	font-size: 15px;
}
.dap-btn-register:hover {
	background: #ccc;
}

.dp_info_success{
	border-left: 6px solid rgb(6, 250, 79);
}


#e-admin-top-bar-root {
    right: 0;
    font-family: var(--e-a-font-family);
    background: var(--e-a-bg-default);
    box-shadow: 0 4px 6px rgba(0,0,0,.03);
    display: none;
    position: absolute;
    top: 0;
    width: calc(100% - 160px);
    z-index: 1;
}


#wpfooter {
    display: none;
}

.iasd-div-pantalla {
	background: #75e2e9;
	background-image: -moz-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(149,153,226) 0%, rgb(139,198,236) 100%);
	margin-bottom: -100px!important;
	
}


.cargando{ 
    position: relative; 
    color: #6c757d;
    margin-top: 2em;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.contenedor-loader{  
    height: 4em;
}

#contenedor{ 
    background-color: #ffffff; 
    display: grid;
    place-content: center;
    color: #000;
}
  
  .loader,
  .loader:before,
  .loader:after {
    background: #6c757d;
    animation: cargando 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
  }
  .loader:before,
  .loader:after {
    position: absolute;
    top: 0;
    content: '';
  }
  .loader:before {
    left: -1.5em;
  }
  .loader {
    text-indent: -9999em;
    margin: 40% auto;
    position: relative;
    font-size: 11px;
    animation-delay: 0.16s;
  }
  .loader:after {
    left: 1.5em;
    animation-delay: 0.32s;
  }
  
  @keyframes cargando {
    0%,
    80%,
    100% {
      box-shadow: 0 0 #6c757d;
      height: 2em;
    }
    40% {
      box-shadow: 0 -2em #6c757d;
      height: 3em;
    }
  }

  .loaderDap1 {
    width: 30px;
    aspect-ratio: 4;
    background: radial-gradient(circle closest-side,#ffffff 90%,#e0e0e000) 0/calc(100%/3) 100% space;
    clip-path: inset(0 100% 0 0);
    animation: l1 1s steps(4) infinite;
  }
  @keyframes l1 {to{clip-path: inset(0 -34% 0 0)}}

  .sortable-seleccionado{
    z-index: 5;
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 0px 0px 20px rgba(149,153,159, .16);
    cursor: move;
  }
  .sortable-fantasma{
    z-index: 5;
    transform: scale(1.02) rotate(-1deg);
    box-shadow: 0px 0px 20px rgba(149,153,159, .16);
    cursor: move;
  }
  .sortable-drag{
    opacity: 0;
  }

  .ea-color{
    background-color: var(--ea)!important;
    border-color: var(--ea)!important;
  }
  

  .custom-select-dap{
    border:1px solid #666;
  }

  /* body{
    font-family: 'Montserrat', sans-serif;
  font-weight: 800;
    background-color: #FFF;
    color: #00b8de;
} */
/* ======================== */
.containerloader2{  
  font-family: 'Exo 2', sans-serif; 
  display: grid;
    place-content: center;
    height: 250px;
}
.cargando{
    width: 90px;
    height: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  margin: 0 auto; 
}
.texto-cargando{ 
  color: var( --e-global-color-572e6d1 );
  padding-top:20px
}
.cargando span{
    font-size: 20px;
    text-transform: uppercase;
}
.pelotas {
    width: 20px;
    height: 20px;
    background-color: var( --e-global-color-572e6d1 );
    animation: salto .5s alternate
    infinite;
  border-radius: 50%  
}
.pelotas:nth-child(2) {
    animation-delay: .18s;
}
.pelotas:nth-child(3) {
    animation-delay: .37s;
}
@keyframes salto {
    from {
        transform: scaleX(1.25);
    }
    to{
        transform: 
        translateY(-50px) scaleX(1);
    }
}


.texto-iasd{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -130px;
  margin-bottom: 150px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.logo-iasd{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../image/iasd_circular_azul.svg");
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 150px;
}
.spinner-iasd {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(farthest-side,#003366 94%,#0000) top/9px 9px no-repeat,
        conic-gradient(#0000 30%,#003366);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 0);
  animation: spinner-iasd-c7wet2 1s infinite linear;
}

@keyframes spinner-iasd-c7wet2 {
 100% {
    transform: rotate(1turn);
 }
}

.is-valid-checkbox{
  border: 1px solid #28a745;
  border-radius: 4px;
}
.is-invalid-checkbox{
  border: 1px solid #dc3545;
  border-radius: 4px;
}
.is-invalid-text{
  font-style: italic;
  color: #dc3545;
  margin-left: 10px;
}
.button-copy{
  display: none;
}

.img-circle-inventario {
  width: 50px; 
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === General === */
#solicitudNuevoEstudio {
    padding: 1rem;
}

#QEF_portadas_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.QEF_portada_item {
    position: relative;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

.QEF_portada_item label {
    display: block;
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.QEF_portada_item img {
    height: 202px;
    width: 150px;
    object-fit: cover; 
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.QEF_portada_item:hover img {
    transform: scale(1.05);
    z-index: 2;
}

/* ✅ Checkbox oculto */
.QEF_checkbox {
    display: none !important;
}

/* ✅ Overlay con ícono cuando está seleccionado */
.QEF_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 202px;
    background-color: rgba(255, 255, 255, 0.731);
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.QEF_portada_item input[type="checkbox"]:checked + label .QEF_overlay {
    display: flex;
}

.QEF_portada_item input[type="checkbox"]:checked + label img {
    transform: scale(0.92);
}

/* ✅ Ícono centrado */
.QEF_overlay i {
    font-size: 2rem;
    color: #28a745;
}

/* ✅ Título */
.text-estudio-biblbico {
    width: 150px;
    font-size: 0.95rem;
    font-weight: 500;
}

#QEF_paso_1, #QEF_paso_2 {
    display: none;
}
#QEF_paso_1 {
    display: block; /* Mostrar el paso 1 al inicio */
}
@media (max-width: 575.98px) {
    .QEF_portada_item {
        width: calc(50% - 1rem); /* ✅ 2 portadas por fila solo en pantallas pequeñas */
    }
    #solicitudNuevoEstudio {
    padding: 0px;
}
}

/* === Navegación pasos === */
/* #QEF_paso_1,
#QEF_paso_2 {
    transition: all 0.4s ease-in-out;
} */


.anim_spinnerButton {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: radial-gradient(farthest-side,#fff 94%,#0000) top/25% 25% no-repeat,
              conic-gradient(#fff0 30%, #fff);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 2px),#000 0);
  animation: anim_spinnerButton-rotate 0.8s linear infinite;
}

@keyframes anim_spinnerButton-rotate {
  100% {
    transform: rotate(1turn);
  }
}

#anim_loader_overlay{
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  background:rgba(255,255,255 ,0.8); 
  z-index:1000; 
  display:flex; 
  flex-direction:column; 
  align-items:center; 
  justify-content:center;
}

.anim_text_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -130px;
  margin-bottom: 150px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.anim_logo_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 150px;
}

.anim_spinner_loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #003366 94%, #0000) top/9px 9px no-repeat,
              conic-gradient(#0000 30%, #003366);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 4px), #000 0);
  animation: anim_spinner-rotate 1s infinite linear;
}

@keyframes anim_spinner-rotate {
  100% { transform: rotate(1turn); }
}

.anim_texto_modal{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -130px;
  margin-bottom: 150px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.anim_logo_modal{
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 150px;
}
.anim_spinner_modal {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: radial-gradient(farthest-side,#003366 94%,#0000) top/9px 9px no-repeat,
        conic-gradient(#0000 30%,#003366);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 4px),#000 0);
  animation: spinner-modal-c7wet2 1s infinite linear;
}

@keyframes spinner-modal-c7wet2 {
 100% {
    transform: rotate(1turn);
 }
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--esperanzaweb1);
  background-color: var(--esperanzaweb1);
  box-shadow: none;
}


/* para divs fixed bottom*/
.btn-fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff; /* Fondo blanco para que el botón se vea bien */
  padding: 1rem;
  z-index: 1000;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
  text-align: center;
}

@media (min-width: 768px) {
  .btn-fixed-bottom {
    position: static; /* En escritorio, no lo fijamos */
    box-shadow: none;
    padding: 0;
  }
}

.boton-flotante {
  position: fixed;
  bottom: 1rem; /* o ajustá según el tamaño del footer sticky */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999; /* Más alto que el footer sticky */
  background-color: white;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--bs-info);
  color: var(--esperanza1);
  font-weight: bold;
  border-radius: 0.5rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

body.esconder-footer-sticky footer {
    position: static !important;
}

/* Oculto en escritorio */
.btn-flotante-movil {
  display: none;
}

.btn-pasos-normal{
  display: block;
}

/* Solo visible en móvil */
@media (max-width: 767.98px) {
  .btn-flotante-movil {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 9999;
    pointer-events: none; /* solo se puede hacer clic en el botón */
  }

  .btn-flotante-movil button {
    pointer-events: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  }
    
  .btn-pasos-normal{
    display: none;
  }
}

@media (max-width: 767.98px) {
  .btn-flotante-movil {
    display: block;
    position: fixed;
    bottom: 60px;
    right: 15px;
    z-index: 9999;
    padding: 10px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    pointer-events: none; /* evita interferencias fuera del botón */
  }

  .btn-flotante-movil button {
    pointer-events: auto; /* permite hacer clic en el botón */
  }
  .btn-pasos-normal{
    display: none;
  }
}


.qe-sw-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.qe-sw-switch {
  display: inline-block;
  position: relative;
}

.qe-sw-switch-inner {
  width: 260px;
  height: 52px;
  background-color: var(--esperanzaweb1);
  border-radius: 26px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.qe-sw-label-off,
.qe-sw-label-on {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}

.qe-sw-label-off {
  left: 20px;
}

.qe-sw-label-on {
  right: 20px;
  text-align: right;
  line-height: 1.1;
}

.qe-sw-toggle {
  width: 130px;
  height: 48px;
  background: #fff;
  border-radius: 26px;
  position: absolute;
  top: 2px;
  left: 2px;
  box-shadow: 0 0 6px -2px #111;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--esperanzaweb1);
  font-weight: 800;
  font-size: 15px;
  white-space: normal;
  text-align: center;
  padding: 0 8px;
  transition: all 0.3s ease;
  z-index: 2;
}

/* Ocultar input, pero capturar eventos */
.qe-sw-switch input[type="checkbox"] {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  margin: 0;
  cursor: pointer;
}

/* Cuando está activo, mover el toggle */
.qe-sw-switch input[type="checkbox"]:checked + .qe-sw-switch-inner .qe-sw-toggle {
  left: 128px;
}

/* Cambiar texto dentro del botón al alternar */
.qe-sw-switch input[type="checkbox"]:checked + .qe-sw-switch-inner .qe-sw-toggle {
  content: "";
}
.qe-sw-switch input[type="checkbox"]:checked + .qe-sw-switch-inner .qe-sw-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qe-sw-switch input[type="checkbox"]:checked + .qe-sw-switch-inner .qe-sw-toggle strong::before {
  content: "Ya solicité\A anteriormente";
  white-space: pre;
  font-weight: 800;
}
.qe-sw-switch input[type="checkbox"]:not(:checked) + .qe-sw-switch-inner .qe-sw-toggle strong::before {
  content: "Soy nuevo";
  white-space: pre;
  font-weight: 800;
}
.qe-sw-switch input[type="checkbox"]:checked + .qe-sw-switch-inner .qe-sw-toggle strong {
  color: var(--esperanzaweb1);
}

/* Ocultar texto anterior cuando está activado */
.qe-sw-switch input[type="checkbox"]:checked + .qe-sw-switch-inner .qe-sw-label-on {
  visibility: hidden;
}
.qe-sw-switch input[type="checkbox"]:not(:checked) + .qe-sw-switch-inner .qe-sw-label-off {
  visibility: hidden;
}

/* .ModalFont, 
.ModalForm * {
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
} */

/* Transición para botones */
.estudianteAnterior .btn-app {
    transition: all 0.8s ease-in-out;
}

/* Para animar entrada suave desde la izquierda */
.fade-slide-in {
    animation: fadeSlideIn 0.8s ease-out forwards;
}

@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
