/*!
 *   CUSTOM CSS	- General DAP
 *   Author: David Dapozzo
 *   Website: dapozzo.pro <https://dapozzo.pro>
 */


:root {
	--esperanzaweb1: #00537b;
  --esperanzaweb1-fondo: #8ac0db;
	--esperanzaweb2: #FFBB41;
	--nt: #174193;

  /* Paleta de colores https://color.adobe.com/es/create/color-wheel */
  --ebPaleta1: #45E7FF;
  --ebPaleta2: #45FF9B;
  --ebPaleta3: #FF7746;
  --ebPaleta4: #806A62;
  --ebPaleta5: #627C80;
  --ebPaleta6: #628070;
  --ebPaletaLight1: #E8FBFF;
  --ebPaletaLight2: #E8FFF4;
  --ebPaletaLight3: #FEEEE7;
  --ebPaletaLight4: #FAE5D3;
  --ebPaletaLight5: #DCE3F7;
  --ebPaletaLight6: #D9FFE6;
  }

body {
	margin:  0;
}

.card-paleta1{
  color: #202020;
  background-color: var(--ebPaleta1);
}
.card-paleta2{
  color: #fff;
  background-color: var(--ebPaleta2);
}
.card-paleta3{
  color: #fff;
  background-color: var(--ebPaleta3);
}
.card-paleta4{
  color: #fff;
  background-color: var(--ebPaleta4);
}
.card-paleta5{
  color: #fff;
  background-color: var(--ebPaleta5);
}
.card-paleta6{
  color: #fff;
  background-color: var(--ebPaleta6);
}
.card-esperanzaweb1{
  color: #fff;
  background-color: var(--esperanzaweb1);
}


.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;
  }

  .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:10000; 
  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: "Source Sans 3", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  color: #032d8e;
}

.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, #032d8e 94%, #0000) top/9px 9px no-repeat,
              conic-gradient(#0000 30%, #032d8e);
  -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);
 }
}

.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
    width: auto;
    height: auto;
    background: #000;
    color: #fff;
    padding: 10px;
    z-index: 9999;
}

/* ---------------------- Datatables CSS Custom - Start ---------------------- */

/* agregar #id_de_tabla_wrapper para cambiar alguno especivivo EJ: #tablaColaboradores_wrapper */

.dt-paging .page-item.active .page-link {
  z-index: 3;
  color: #fff !important;
  background-color: var(--esperanzaweb1) !important;
  border-color: var(--esperanzaweb1) !important;
  /* border-radius: 5px; */
}

.dt-paging .page-item .page-link {
  background-color: var(--esperanzaweb1-fondo);
  color: #000000 !important;
  /* border-color: var(--inv_color1) !important; */
}
.dt-paging .page-item.disabled .page-link {
  background-color: white;
  color: #b2b2b2 !important;
}

/* Alinear verticalmente el select y label (resultados por página) */
.dt-length,
.dt-search {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

/* Alinear input buscar a la derecha en pantallas grandes */
.dt-search {
  justify-content: flex-end;
}

/* Eliminar margen de los labels */
.dt-length label,
.dt-search label {
  margin-bottom: 0 !important;
}

/* Responsive: ocultar labels y expandir campos en móvil */
@media (max-width: 575.98px) {
  .dt-length label,
  .dt-search label {
    display: none !important;
  }

  .dt-length select,
  .dt-search input {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }

  .dt-length,
  .dt-search {
    flex-direction: column;
    align-items: stretch;
  }
  div.dt-container div.dt-length select {
    margin-right: 0px !important;
  }
  div.dt-container div.dt-search input {
    margin-left: 0px !important;
  }
  div.dt-buttons {
    margin-bottom: 0;
  }
}

.dt-dap:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
.dt-dap:last-child {
    padding-right: 0px;
    padding-left: 0px;
}

.dt-dap-footer {
    /* padding: 0.75rem 1.25rem; */
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 0 solid rgba(0, 0, 0, 0.125);
}
/* ---------------------- Datatables CSS Custom - End ---------------------- */

.progress {
    border-radius: 15px;
}

.user-image,
.dropdown-menu .user-header img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.dropdown-menu .user-header img {
    width: 90px;
    height: 90px;
}

input[type="date"],
input[type="time"] {
    position: relative;
    color-scheme: light;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 1 !important;
    display: block !important;
    cursor: pointer;
    filter: none !important;
}

