:root {
  --White: White;
  --btn-blue: #006BAB;
}

main {
	position: relative;
}

.principal-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

  .containerPadre .mainContentXL {
    width: 100%;
    height: 100%;
    /* overflow-y: scroll;
    overflow-x: hidden; */
  }

.todo {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#btn-go-back {
	border: none;
	padding: 0px;
}

.mdc-drawer-app-content {
	width: 100%;
	height: 100vh;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	overflow: hidden;
	background: rgb(30,58,115);
	background: -moz-linear-gradient(0deg, rgba(30,58,115,1) 0%, rgba(14,86,134,1) 90%);
	background: -webkit-linear-gradient(0deg, rgba(30,58,115,1) 0%, rgba(14,86,134,1) 90%);
	background: linear-gradient(0deg, rgba(30,58,115,1) 0%, rgba(14,86,134,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e3a73",endColorstr="#0e5686",GradientType=1);
	/* background-color: #fff; */
}

.mdc-drawer-app-content .xd {
	height: 64px;
}

.mdc-drawer-app-content main {
	height: calc(100% - 128px);
	overflow: auto;
}

.mdc-drawer-app-content footer {
	height: 64px;
}
/* Card Category */
.card-category {
  border-left: 1rem solid #cda035 !important;
  padding: 0.1rem;
  border-top: 1px solid #cda035;
  border-bottom:  1px solid #cda035;
  border-right:   1px solid #cda035;
  border-radius: 16px  !important;

}
.card-category .card-body p{
	font-size: 1.39rem !important;
}

.color-arrow-right{
	color: #6200EE;
}

/* Global crosscheck */
.bg-crosscheck {
	background-color: #00A8CF  !important;
	/*background-color: #6200ee !important;*/

}

.color-crosscheck {
	color: #cda035 !important;
    font-weight: bolder;
}

.cerrar-sesion {
	color: #B00020 !important;
}

.ter {

	 line-height: 2.5 !important;
	 float:center !important; /* shift to right for alignment*/



}

.searchTask {
	border-radius: 24px !important;
	background-color: white !important;
	border:0 !important;
	padding:11px !important;
}

.searchBorder {
	top: 1.25rem !important;
	position: relative !important;
	margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.fixBorderButtom{
	border: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,.125) !important;
}


/* Filtro Categoria */
.fixSwitchEspecial {
     margin-top : 0;
     margin-right: 0 !important;
}


/* Listas */

.contadorFinalTiempo{
	font-size: 14px !important;
}

.contadorFinalTarea{
	font-size: 34px !important;
}

.videoMuestra iframe{
	width:  200px !important;
	height: 200px !important;
}

/* QR */


.fondoQr{

	background-color: #cda035 !important;
    padding-left: 57px !important;

}

.infoQR{

  box-shadow: 0 10px 20px 0 rgb(111 104 104);

}

/* INTEGRANTES EQUIPO */

.infoIntegrantes{

  box-shadow: 0 10px 20px 0 rgb(111 104 104);

}

.headerMl{

  background-color: hsl(42deg 60% 51%);
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  color: #fff;

}
.cantidadListasRevisar{

     background-color: #cda035 !important;
     width: 30px !important;
     text-align: center;
     color: #fff !important;
     border-radius: 5px;

}

.cardListasRevisar {

border-top: 2rem solid #cda035 !important;
padding: 0.1rem;
border-radius: 16px  !important;

}


.stepper-head-icon {
  display: table  !important;
}




/* FIRMA ELECTRONICA AUTOR: https://github.com/szimek/signature_pad */
.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100%;
  max-width: 700px;
  max-height: 200px;
  /*border: 1px solid black;*/
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
  /*border-radius: 4px;*/
  /*padding: 16px;*/
}

.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}

.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}

.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}

.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.signature-pad--body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad--footer {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  /*margin-top: 8px;*/
}

.signature-pad--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
}




.signature-pad {
  margin: auto;
  height: auto;
}

.signature-pad--body {
  min-height: 100px;
}

.signature-pad--actions {
  overflow: hidden;
}

.signature-pad--actions > div:first-child {
  float: left;
}

.signature-pad--actions > div:last-child {
  float: right;
}


.sinfoto {
   background: #000000 !important;
   height: 63px !important;
   width:  63px !important;
   text-transform: uppercase;
}

.todo .containerPadre{
		width: 100%;
		}


@media (min-width: 768px) {
  /* .todo{
     width:50vw !important;
     padding: 2rem;
     border-radius: 25px;
     background: white;
  } */

#clearFix1, #clearFix2{
  display: none;
}
  .containerPadre .mainContentXL {
    width: 100%;
    /* height: 72vh; */
    /* overflow-y: scroll;
    overflow-x: hidden; */
  }
 .xd .mdc-top-app-bar {
    background-color: #6200ee;
    background-color: var(--mdc-theme-primary, #6200ee);
    color: white;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100% !important;
	height: 64px;
    z-index: 4;
}

	.todo .containerPadre{
		width: 100%;
		height: 100vh;
		display: flex;
		justify-content: center;
		align-items: center;
		/* background-image: url(/vendors/login/images/logo-textura1.png); */
		border-color: #ffffff;
		position: relative;
		z-index: 1;
		}

}



@media (min-width: 992px) {
	

	.mdc-drawer-app-content {
		width: 500px;
		height: 800px;
		border-radius: 20px;
	}
  .mdc-top-app-bar--fixed-adjust {
    padding-top: 0px !important;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 5px
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px rgba(0,0,0,.05);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #00A8CF;

  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000;
  background: transparent;
}
   /* .todo{
      background-image: url(/img/commons/fondo-negro.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      width:40vw !important;
      border-radius: 25px;
      padding: 1rem;
  } */

  /* .todo .containerPadre{
     width: 100%;
     height: 100%;
     background: white;
     border-radius: 25px;
     -webkit-box-shadow: 0 6px 11px 0 rgba(0,0,0,.25),0 7px 20px 3px rgba(0,0,0,.2)!important;
    box-shadow: 0 6px 11px 0 rgba(0,0,0,.25),0 7px 20px 3px rgba(0,0,0,.2)!important;
  } */
  .mainContentXL{
    padding: 20px 0px !important;
  }
}




@media (min-width: 1200px) {
   /* .todo{
     width:35vw !important;
     border-radius: 25px;
     padding: 0rem 1rem 1rem 1rem;
  } */
}


.fondo {
  /*background: url(http://lorempixel.com/630/380/) no-repeat center center;*/
  background-size: cover;
}

/* el resto es para demostrarlo */
.igual-relacion {
  width: 630px;
  height: 380px;
}

.aplanado {
  width: 630px;
  height: 180px;
}


.scroll-left {
  overflow: hidden;
  position: relative;
  background: white;
  color: black;
  /*border: 1px solid orange;*/
}

.scroll-left span {
  /*overflow: hidden;*/
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  /* Apply animation to this element */

  -moz-animation: scroll-left 5s linear infinite;
  -webkit-animation: scroll-left 5s linear infinite;
  animation: scroll-left 5s linear infinite;
}
/* Move it (define the animation) */

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    /* Browser bug fix */

    -webkit-transform: translateX(100%);
    /* Browser bug fix */

    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */

    -webkit-transform: translateX(-100%);
    /* Browser bug fix */

    transform: translateX(-100%);
  }
}

@media screen and (min-width: 600px){

  .btn-dashboard{


  /*font-family: Raleway-Bold;*/
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 10%;
  height: 62px;
  border-radius: 30px;
  background: #756969 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;


}

.containers-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end !important;
}

.d-btn {
  font-family: Raleway-Bold;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 20%;
  height: 62px;
  border-radius: 30px;
  background: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btnRecuperar {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}



}


@media screen and (max-width: 600px){

  .btn-dashboard{
  display:none;
  }
}


.radio-cross{
  background-color: #ffffff;
	border: 1px solid #ffffff;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .3em;
  }


  .boton-descarga {
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding: 0.5em 1.2em;
    background: #000000;
    border: 2px solid;
    border-color: #000000;
    position: relative;
  }
  .boton-descarga:before {
    content:"";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 100%;
    background: rgba(255, 255, 255, 0.658);
    transition: all 1s ease;
  }
  .boton-descarga:hover:before {
  width: 100%;
  }


.stepper-head {
  display: -webkit-inline-box !important;
  -webkit-box-align: baseline !important;
  align-items: center;
  text-decoration: none;
  color: unset;
  line-height: 1.3;
  cursor: pointer;
}

#content-menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	margin: 15px 0px;
}

.image-user {
	width: 145px;
	height: 115px;
	border-radius: 70%;
	overflow: hidden;
	border: 5px solid #173E73;
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-user>img {
	width: 142px;
	height: 112px;
	border-radius: 70%;
	background-color: #1FABCB;
	padding: 8px 5px;
}

.mdc-drawer  {
	position: absolute;
	right: 0px;
	left: initial;
	width: 315px;
	height: 90%;
}

.mdc-drawer--modal {
	box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
}

.mdc-list-item {
	display: flex;
	justify-content: end;
	font-size: 20px;
}

.mdc-list-item__text {
	font-size: 17px;
	color: #555651;
}

.mdc-list-item>svg {
	margin-left: 10px;
	width: 24px;
}

.mdc-top-app-bar__section {
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* justify-content: flex-end; */
	align-items: center;
	padding-right: 10px ;
}

.mdc-top-app-bar__section>a {
	width: 100px;
}

.mdc-top-app-bar__section>a>svg {
	width: 100%;
}

.mdc-top-app-bar__section>div {
	display: flex;
	justify-content: center;
	align-items: center;
}

	.mdc-top-app-bar__section>div>a>svg {
	width: 20px;
}

#content-logo-perfil {
	display: flex;
	cursor: pointer;
}

#content-logo-perfil>div {
	margin-right: 10px;
}

header {
	position: relative;
}

#info-cli-con.active {
	position: absolute;
	width: 150px;
	bottom: -63px;
	right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #D7A21F;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#info-cli-con {
	display: none;
}

#btn-cli-con:hover #info-cli-con {
	position: absolute;
	width: 150px;
	bottom: -63px;
	right: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	background-color: #D7A21F;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
	padding: 0px;
	animation: fadeIn 1s;
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#info-cli-con>li {
	width: 100%;
	list-style-type: none;
	display: flex;
}

#info-cli-con>li>a {
	width: 100%;
	padding: 4px 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#info-cli-con>li>a:hover {
	background-color: #201d3c;
}

#info-cli-con>li>a>svg {
	width: 20px;
	margin-right: 10px;
}

#info-cli-con>li>a>span {
	color: #ffffff;
}

.content-title-blue {
	width: 100%;
	background-color: #201d3c;
	padding: 20px 40px 50px;
	border-radius: 0px 0px 60px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-title-blue>h3 {
	color: #ffffff;
	font-size: 30px;
}

.content-title-blue>p {
	color: #475D7D;
	font-size: 18px;
}

.content-only-title-blue {
	width: 100%;
	background-color: #201d3c;
	padding: 20px 40px 50px;
	border-radius: 0px 0px 60px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-only-title-blue>h3 {
	color: #ffffff;
	font-size: 30px;
	border-bottom: 2px solid #ffffff;
	padding: 0px 10px;
	margin: 30px 0px 40px;
}

.btn-blue {
    padding: 3px 30px;
    border-radius: 40px;
    color: #ffffff;
    font-size: 20px;
    background-color: #201d3c;
}

#content-fo {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00A8CF ;
}

#content-fo svg {
    background-color: #00A8CF ;
}

.div-custom {
	width: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #797F86 ;
	margin-bottom: 20px;
	padding: 5px 10px;
	border-radius: 10px;
}

.div-custom>select,
.div-custom>input {
	width: 100%;
	border: none;
	color: #797F86;
	outline: none;

}

.div-custom>svg {
	width: 10%;
	margin-right: 10px;
}

#section-login-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background-color: #ececec; */
}

#content-logo-login {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

#content-logo-login>svg {
	width: 70%;
}

#content-form-login {
	width: 90%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-color: var(--White);
	border-radius: 20px;
	padding: 50px 20px 30px;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}

#content-form-login>div {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-form-login>div>form {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#content-form-login>div>form>p {
	padding: 0px 10px;
	font-size: 14px;
	color: #00A8CF;
}

.btn-style {
	background-color: var(--btn-blue);
	color: var(--White);
	border-radius: 10px;
	padding: 5px 20px;
	letter-spacing: 2px;
	font-weight: lighter;
}

#btn-forgot-pass {
	margin-top: 30px;
	border-bottom: 1px solid #98CBD5;
	color: #797F86;
	font-size: 15px;
	letter-spacing: 2px;
	margin-bottom: 100px;
}

#content-form-login>div:last-child>p {
	font-weight: bold;
	color: #37393D;
}

#content-form-login>div:last-child>span {
	font-weight: bold;
	color: #0C69A5;
}

#content-form-login>div:last-child>span>a {
	font-weight: bold;
	color: #0C69A5;
	font-weight: bold;
	border-bottom: 1px solid #0C69A5;
}

.principal-page-title {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	padding: 5px 20px;
	border-bottom: 2px solid #5e5e5e;
	align-items: center;
}

.principal-page-title>svg {
	width: 30px;
	margin-right: 10px;
}

.principal-page-title>span {
	font-weight: bold;
	font-size: 16px;
}