/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================
NOTE:
------
COLORES DEL AÑO 2023
* Primario(rojo): #C8102E
* Secundario(azul): #0047BB
* Gris-azulado: #C9D9E6
*
NOTE:
------
COLORES DEL AÑO 2024
* Primario: #5b4754
* Secundario: #9f5f63
* Terciario: #b77c82
* Extra: #b09e9d

NOTE:
------
COLORES DEL AÑO 2025
* Primario: #611232
* Primario Light: #9b2247
* Secundario: #a57f2c
* Negro: #161a1d
* Gris: #98989A
* Verde: #002f2a
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: 'Patria';
    font-style: normal;
    font-weight: 400;
    src: url("https://framework-gb.cdn.gob.mx/applications/cms/fonts/Patria_Regular.otf") format("opentype");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
	font-family: 'Carbon';
	src:url('../fonts/ecoems/CarbonBlock.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
  --primary-color: #691A32;
  --primary-light-color: #611232;
  --primary-strong-color:#691a32;
  --secondary-color: #f3e8ca;
  --third-color: #ae851c;
  --font-size-large: 1rem;
}
#main{
  padding-top: 70px;
}

fieldset { border:1px solid green; }

legend {
  padding: 0.2em 0.5em;
  /*border:1px solid green;*/
  color:green;
  font-size:90%;
  text-align:left;
  }

A,A:link,A:visited,A:active{
  line-height: normal;
  text-decoration: none;
}
A:hover{
  line-height: normal;
  text-decoration: underline;
  cursor:pointer;
}
IMG.responsive{
/*  max-width:100%; */
  height:auto;
  display:block;
  margin-left:auto;
    margin-right:auto;
    width:100%;
}


#login-page{
  margin-top:20px;
}

.content-overlay {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: -1;
}

.content-overlay.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 995;
}



.gradient-delanio{
  background-color: var(--primary-color) !important;

  
}

.gradient-delanio-2024{
  background: rgb(91, 71, 84);
  background: -webkit-linear-gradient(45deg, rgba(91, 71, 84,1) 0%, rgba(91, 71, 84,1) 50%, rgba(91, 71, 84,1) 100%) !important;
  background:         linear-gradient(45deg, rgba(91, 71, 84,1) 0%, rgba(91, 71, 84,1) 50%, rgba(91, 71, 84,1) 100%) !important;
}

/* titulo del sistema */
.navbar h4 {
	border:0 solid #fff;
	color:#fff;
	margin-top:-16px;
	text-align:center;
}

/* background del boton seleccionado */
.sidenav li a.active
{
    color: #fff;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);
            box-shadow: 3px 3px 20px 0 rgba(123, 31, 162, .5);

    background: #2962ff;
    background: -webkit-linear-gradient(45deg, #2962ff, #3949ab) !important;
    background: -moz- oldlinear-gradient(45deg, #2962ff, #3949ab) !important;
    background: -o-linear-gradient(45deg, #2962ff, #3949ab) !important;
    background: linear-gradient(45deg, #2962ff, #3949ab) !important;
}
.sidenav li a.active i
{
    color: #fff;
}

/* boton de grid edit */
.btn-gridInterno
{
    line-height: 26px;
    width: 26px;
    height: 26px;
    background-color: transparent;
    box-shadow: none;
}
.btn-gridInterno i
{
    font-size: 1rem;
    line-height: 26px;
}
.btn-gridInterno:hover
{
    background-color: #F8F8F8;
}

.errorTotast{
  background-color:#f00;
}

.help-block{
  color:#f00;
}
.textError{
  color:#f00;
}
.textAcept{
  color:#4CAF50;
}


/*========================== Text label focus in ===========================*/

input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label
{
    color: #1e88e5;
}

input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly])
{
    border-bottom: 1px solid #1e88e5;
    -webkit-box-shadow: 0 1px 0 0 #1e88e5;
            box-shadow: 0 1px 0 0 #1e88e5;
}

.btn-atras
{
    color: #455A64;
}

.text-white{
    color:#fff;
}
.waves-button-input{
     color:#fff;
}


.collapsible-labelchk {
  display:block;
}

button.btn.btn-genconst, .auth-folio-help, .titleInfoUser, .titleInfoUser + div, .step-title {
    font-size: 1rem !important;
}
/*========================== Modal ===========================*/
.modal {   
    width: 70%;
}
.modal_loader {
  display:none;
  position:absolute;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
  z-index: 20000;
  margin:0;
  padding:auto;
  text-align:center;
}
.modal_loader > img {
  margin-top:50%;
}
.centerbox{
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;

  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;

  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;

  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
}


.modal .modal-close {
  cursor: pointer;
  padding-top: 6px;
}
/*========================== date picker ===========================*/
.datepicker-table td
{
    padding: 0;
    border-radius: 50%;
    color: #000;
}
/*========================== Tablas alert ===========================*/
table thead{
  border-bottom:1px solid #455A64;
  color:#000;
  font-weight: bold;
}


table.table032019{
  border:1px solid #455A64;
  width: 98%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
  box-sizing: border-box;
  margin:auto;
}
table.table032019 thead{
  border:1px solid #455A64;
  background-color: #607D8B;
  color:#fff;
}

table.table032019 thead th{
  text-align: left;
}

table.table032019 tbody tr:nth-child(2n){
  background-color: #ECEFF1;
  /*background-color:#bce4f9;*/
}


table.table032019 td{
  padding:5px;
}
.tablelinkajax{
  display:block;
  font-weight: bolder;
  width:100%;
  text-align:center;
}
.nav-wrapper-report {
  border:1px solid #000;
  position: relative;
  height: 100%;
  font-size:0.8em;
}
.input-srch-report{
  color: #fff;
  border: 0 solid #f00;
 

  position: relative;
  display: inline-block;
  width:90%;
  /*
  width: -webkit-calc(100% - 500px);
  width: -moz-calc(100% - 500px);
  width: calc(100% - 500px);
  */
  height: 40px;
  /*margin: 10px auto 0 20px;*/
  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -o-transition: .3s ease all;
  transition: .3s ease all;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.input-srch-report i {
    color:#455A64;
    font-size: 24px;
    line-height: 32px !important;
    position: absolute;
    top: 6px;
    left: 10px;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}



.input-srch-report  input.header-search-input2 {
    color: #455A64;
    border: 0 solid rgba(230, 230, 230, .05);
    font-size: 16px;
    font-weight: 400;
    display: block;
    width: 87%;
    height: 24px;
    padding: 8px 8px 8px 50px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    border-radius: 3px;
    outline: none;
    background: rgba(255, 255, 255, .3);
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}


/*========================== Pagination ===========================*/
.btn-toolbar{
  width:100%;
 text-align:center;
}
.pull-center{
  width:100%;
  text-align:center;
}
ul {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}

.pull-center ul.pagination li {
   display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

.pull-center ul.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
}

.pull-center ul.pagination li.active a {
  color: #fff;
}

.pagination li.active {
  /*background-color: #448AFF;*/
  background-color: #CFD8DC;
  padding: 0 10px;
  line-height: 30px;
  color: #000;
}
ul.pagination li.disabled{
  padding: 0 10px;
  line-height: 30px;
}

ul.pagination li.disabled a {
  cursor: default;
  color: #999;
  padding: 0 10px;
  line-height: 30px;
}

.pagination li i {
  font-size: 2rem;
}

.pagination li.pages ul li {
  display: inline-block;
  float: none;
}


/*========================== Tablas sin Rapyd laravel ===========================*/

.srchReporteEdit .input-field .prefix{
  font-size:2em;
  top: 0; 
}
.srchReporteEdit > .input-field > label{
  font-size:0.9em;
}

.srchReporteEdit > .input-field > input{
  font-size:0.9em;
  height:2rem;
}



/*========================== preview alerts ===========================*/
.previewImgAlert{
  width:50%;
  height:50%;
}

/*================================================================================
  HEADERS
================================================================================*/
.navbar-fixed {
    height: 100px;
}


.navbar .navbar-main {
    padding: 0;
    height: 100px;
}
.titlebackground{
  background-image:url('../../imgsys/banner3duo.png');
  background-repeat:no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 100% auto;
  min-height:150px;
  background-color: var(--primary-color) !important;
  /*
  background-attachment:fixed;
  background-size: cover;
  webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100% auto;
  background-position: left top;
  background-position: 50% 50%;
  height: calc(100% - 10px);
  */
}

.titleSis{
  font-size:1.5em;
  font-weight: bold;
  text-align: center;
}
.colavatar{
  margin-top:20px;
}
.infoUser{
 
}
.infoNombre{
  font-size:1.3em;
  font-weight: bold;
  padding-left:10px;
  padding-bottom:20px;
    color:#163b76;
}

.titleInfoUser{
  padding:3px;
  color:#fff;
  font-size:1.2em;
  font-weight: bold;
}
.progressBarHiden{
  display:none;
}

.pdf-preview-container {
  width: 100%;
  height: 600px;
}

.page-topbar-title {
  padding-right: 70px;
  padding-top: 20px;
  position: fixed;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}

.page-topbar-title > h2 {
  font-size: 2.5rem;
  color: white;
}

.subheader {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}

.text-instructions {
  max-width: 80vw;
  margin: auto;
  text-align: center;
  color: #388E3C;
}

.text-successful-event {
  width: 100%;
  text-align: center;
  display: none;
}

.auth-folio-help {
  display: block;
  width: 100%;
  text-align: center;
  font-family: 'Helvetica';
  font-weight: bolder;
}
.auth-folio-help-mark{
  background-color: #fff;
}
.list-instructions-notes {
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
}

ul.round {
	font-size: 13px;
	line-height: 1.5em;
	margin: 5px 0 15px;
	padding: 0;
}

ul.round > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 10px;
}

ul.round li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: black;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.step-actions button {
  margin: auto !important;
  margin-top: 30px;
}

.titleInfoUser {
  background-color:#9f5f63 !important;
}

ul.stepper .step.active:before,
ul.stepper .step.done::before {
  background-color:#9f5f63 !important;
}

button.btn,
[type='radio']:checked + span:after,
[type='radio'].with-gap:checked + span:after,
a.btn-floating {
  background-color: #4c9e45 !important;
}

button.btn.btn-exit,
a.btn.btn-exit {
  line-height: 36px !important;
  background-color: red !important;
}

button.btn.btn-exitdisabled,
a.btn.btn-exitdisabled {
  line-height: 36px !important;
  background-color:#dfdfdf !important
}

[type='radio']:checked + span:after {
  border: 2px solid #4c9e45;
}

/* valid color */
.input-field input[type=text].valid,
.input-field input[type=number].valid {
  border-bottom: 1px solid #0090a8;
  box-shadow: 0 1px 0 0 #0090a8;
}

button.btn,
.auth-folio-help,
.titleInfoUser,
.titleInfoUser + div,
.step-title {
  font-size: 1.3rem !important;
}

.text-instructions {
  font-size: 1.1rem !important;
}

.input_tipo_documento + span,
.dropify-message p,
.text-successful-event,
.input-field label,
.input-field input,
.input-field span {
  font-size: 1.1rem !important;
}

.infoNombre {
  font-size: 1.5rem !important;
}

.infoNombreCct{
  color:#f00;
  font-weight: normal;
  font-size: 0.8em;
}

.pdf-preview {
  color: #000;
}

.pdf-preview .header {
  text-align: center;
  font-size: 1.3rem;
}

.pdf-preview .bold {
  font-weight: bolder;
}


.pdf-preview .table-row {
  max-width: 60%;
  margin: auto;
}

.pdf-preview .table-row div.col:first-child {
  text-align: left;
  font-size: 1rem;
  font-weight: bolder;
}

.pdf-preview .table-row div.col:last-child {
  text-align: left;
  font-size: 1rem;
  background-color: #c7c7c7;
  max-width: 40%;
}

.pdf-preview .spacer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pdf-preview .w60 {
  max-width: 60%;
  float: unset;
  margin: auto;
}

.pdf-preview .footer-text {
  font-size: 0.9rem;
  margin-top: 20px !important;
}

.pdf-preview .codigo-barras-container {
  text-align: center;
  margin: auto;  
}

.pdf-preview img {
  width: 30%;
}

.bold {
  font-weight: bold;
}

.normal-weight {
  font-weight: normal;
}

.uppercase {
  text-transform: uppercase;
}

#confirmacion-modal {
  display: none;
}

#img-modal {
  min-width: 60% !important;
  /* background-color: #0093b2 !important; */
}
#intro .header {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#intro .header span {
  font-size: 1.3rem;
}

#intro ul,
#intro span.subheader,
#intro p {
  font-size: 1.2rem;
}

#intro ul b>u {
  font-size: 1.3rem;
}
#intro ul li {
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 20px;
}

#intro span.subheader {
  font-weight: 400;
}

#intro .footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

.graciasInfo{
  text-align:center;
}
.textoGracias{
 font-size: 1.4em;
 padding-top:10px;
 padding-bottom:10px;
}
.rosaGracias{
  color:#509943;
  font-weight: bold;
}
.obligatorias{
  color:#f00;
  font-weight: bold;
}
ul.stepper .step .step-title {
    display: inline-block;
}
.alert_block {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.alert_block_show {
  visibility: visible;
  opacity: 1;
  z-index: 10000;
}

.alert_window {
  display: inline-block;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  padding:0;
  position: fixed;
  text-align: justify;
  background-color: #fff;
  
  border: 1px solid #e1e1e1;
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);



  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
  -o-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), 0 0 15px rgba(0, 0, 0, 0.6);

  -webkit-transition: opacity .5s, top .5s;
  -moz-transition: opacity .5s, top .5s;
  -ms-transition: opacity .5s, top .5s;
  -o-transition: opacity .5s, top .5s;
  transition: opacity .5s, top .5s;
}
.alert_windowDefault{
  width: 450px;
  height:380px;
}
.alert_window_show {
  top: 50%;
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.alert_title{
  width:100%;
  min-height:50px;
  background-color:#f1f1f1;
  border-bottom: 1px solid #e1e1e1;
  overflow:hidden;
}
.alert_icon{
  font-size:4em;
  margin-left:3px;
  float:left;
  opacity: 0.3;
}
.alert_h1{
  border:0px solid #000;
  float:left;
  margin-left:3px;
  height:30px;
  font-size:1.3em;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align:center;
  margin-top:23px;
  width:80%;
/**/
}
#alert_block.step3 h1.alert_h1 {
  width: 100%;
}
#alert_block.step3 button {
  height: 86px;
  text-transform: none;
}
.alert_closeImg {
  margin-right: 0px;
  opacity: 0.7;
  position: absolute;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.alert_content{
  border:0px solid #000;
  display:block;
  margin: 0;
  position: relative;
/*height: calc(50% - 400px);
  height: -moz-calc(50% - 400px);
  height: -webkit-calc(50% - 400px);
 height: -o-calc(50% - 400px);
  height: -ms-calc(50% - 400px);*/
  height:80%;
  padding-bottom:10px;
}

.alert_interno{
  border-bottom:0px solid #f1f1f1;
  text-align:center;
  height:80%;
  overflow-x:hidden;
  overflow-y:auto;
  padding: 5px 5px  5px 15px;
  text-align:left;
}

.alert_botones{
  border:0px solid #f00;
  text-align:center;
  height:20%;
}
/*================================================================================
  LOADINGS SPINNERS
================================================================================*/

 .nb-spinner {
        width: 25px;
        height: 25px;
        margin: 0;
        background: transparent;
        border-top: 4px solid #03A9F4;
        border-right: 4px solid transparent;
        border-radius: 50%;
        -webkit-animation: 1s spin linear infinite;
        animation: 1s spin linear infinite;
    }
        
    @-webkit-keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
              
    @keyframes spin {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
