@font-face {
  font-family: GilroyHeavy;
  src: url("../fonts/Gilroy-Heavy.ttf");
}

@font-face {
  font-family: GilroyBold;
  src: url("../fonts/Gilroy-Bold.ttf");
}

@font-face {
  font-family: GilroyMedium;
  src: url("../fonts/Gilroy-Medium.ttf");
}

@font-face {
  font-family: GilroyRegular;
  src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
  font-family: GilroyLight;
  src: url("../fonts/Gilroy-Light.ttf");
}

@font-face {
  font-family: GilroyExtraBold;
  src: url("../fonts/Gilroy-ExtraBold.otf");
}
.contenedor-principal {
  margin-bottom: 30px;
}
.carpeta-cursos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 90%;
  justify-content: center;
  margin-bottom: 40px;
}
.card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 220px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.carpetas-img {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
  outline: none;
}
.carpeta-h2 {
  position: absolute;
  color: white;
  text-align: center;
  font-family: GilroyRegular;
  text-shadow: 4px 5px 5px rgba(23, 23, 23, 0.9);
  transition: 0.5s;
  outline: none;
}
.card-header:hover {
  transform: translateY(-5px);
}

.container-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.card-cursos {
  border-radius: 10px;
  flex-wrap: wrap;
  width: 400px;
  height: 220px;
  padding: 20px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  position: relative;
  font-family: GilroyRegular;
}
.card-cursos span {
  font-size: 18px;
}

td {
  font-family: GilroyMedium;
}

.inferior-card,
.inferior-monitoreo {
  display: flex;
  align-items: center;
  justify-content: space-around;
  bottom: 25%;
  left: 0%;
  width: 100%;
  position: absolute;
}
.inferior-monitoreo a {
  background-color: #0e54df;
  padding: 10px;
  color: white;
  border-radius: 5px;
  font-family: GilroyBold;
}

.principal {
  background: #fff;
  min-height: 100vh;
}
.principal-r {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.col-ppal-left {
  display: flex;
  flex-direction: column;
  margin-top: 8rem;
}

.col-ppal-left form {
  padding: 1rem 3rem;
}

.label-form {
  margin-left: 0;
}

#msg-wrong-pass {
  font-family: GilroyExtraBold !important;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 10px !important;
  margin-top: -5px;
}

.olvido {
  margin-top: 0.3rem;
  margin-left: 0.5rem;
  color: #185ee5;
  font-family: GilroyMedium;
  font-size: 14px;
}

.olvido-modal {
  font-family: GilroyExtraBold;
  color: #000;
  font-size: 24px;
  margin-bottom: 0px;
}

.modal-backdrop-recovery {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent !important;
}

.olvido:hover {
  color: rgba(0, 0, 0, 0.5);
}

.span-crear-cuenta {
  color: #185ee5;
  font-family: GilroyExtraBold;
  font-size: 12px;
}

.span-crear-cuenta:hover {
  color: rgba(0, 0, 0, 0.5);
}

.p-crear-cuenta {
  margin-top: 1rem;
  margin-left: 0.5rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: GilroyMedium;
  font-size: 12px;
}

.btn-modal-enviar {
  margin-left: 0 !important;
}

.btn-nuevacon {
  margin-top: 2rem;
  margin-left: 0.5rem !important;
}

.fg-modal-olvido {
  margin-left: 0 !important;
  margin-right: 1.8rem !important;
}

.btn-error {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 18px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 2.5rem !important;
  margin-left: 0.5rem;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0.5rem 0;
}

.btn-error:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-sesion {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 2.5rem !important;
  margin-left: 0.5rem;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-sesion-verificacion {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 1.2rem !important;
  margin-left: 0;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-sesion:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-sesion-verificacion:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-control {
  /*background-image: linear-gradient(0deg, #185ee5 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .50) 1px, transparent 0) !important;*/
  background-image: linear-gradient(0deg, #185ee5 2px, rgba(0, 150, 136, 0) 0),
    linear-gradient(0deg, #a6a7ab 1px, transparent 0) !important;
}

.form-group.bmd-form-group.is-focused label {
  color: #185ee5 !important;
}

.form-group.bmd-form-group.is-focused label.olvido-modall {
  color: #185ee5 !important;
  margin-bottom: 0 !important;
}

.form-group.bmd-form-group label.olvido-modall {
  color: #185ee5 !important;
  font-family: GilroyMedium;
  font-size: 14px;
}

a:hover {
  text-decoration: none !important;
}

.img {
  padding: 0 1.5rem;
  position: relative;
}

.logo {
  width: 200px;
}

.camponube {
  position: absolute;
  top: 35%;
  left: 12%;
  width: 80%;
  height: 280px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-camponube {
  width: 100%;
  border-radius: 0.3%;
}

.camponube h2 {
  font-family: GilroyExtraBold;
  font-size: 56px;
  color: #185ee5;
  margin-left: 3rem;
  line-height: 4rem;
}

span.nube {
  color: #000;
}

.col-nube p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 25px;
  line-height: 2.3rem;
  margin-bottom: 0 !important;
  margin-top: 1rem;
  font-family: GilroyExtraBold !important;
}

/*BARRA DE BUSQUEDA DEL HEADER */
.buscador {
  position: relative;
  width: 400px;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.buscador.focus-buscador {
  width: 600px;
}
.container-input {
  position: absolute;
  right: 15%;
  top: 0.5%;
  padding: 10px;
  z-index: 222;
}
.ui-autocomplete {
  border: 1px solid black !important;
  border-radius: 0 !important;
  border-top: 1px solid #0e54df !important;
  width: 30% !important;
  background-color: #f7f7f7;
  max-height: 600px !important;
}
.ui-corner-all {
  text-decoration: none !important;
  color: inherit !important;
  background-color: #f7f7f7 !important;
  padding-left: 0px !important;
  max-height: 600px !important;
  overflow: scroll !important;
}
.ui-corner-all::-webkit-scrollbar {
  display: none;
}
.ui-corner-all:visited {
  color: inherit !important;
}
.ui-menu-item {
  list-style: none !important;
  font-size: 18px !important;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: start;
}
.ui-menu-item a {
  padding-left: 8px !important;
  padding-top: 4px !important;
  background: transparent !important;
}
.ui-menu-item a:hover {
  border: none !important;
}
.ui-menu-item:hover {
  color: #195fe5;
  border: none !important;
  background-color: #f7f7f7 !important;
  box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.3) !important;
}

.input {
  outline: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #484848;
  font-family: GilroyMedium;
  position: relative;
  border-radius: 30px;
  border-top: 0;
  transition: all 0.1s ease;
  background-color: #f7f7f7;
  border: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  transform: scale(1);
}
.input.focus-input {
  border-radius: 0;
  background-color: #f7f7f7;
  box-shadow: none;
  border-left: 1px solid #aaaaaa;
  transform: scale(1);
}
.input.touched:required:invalid {
  border-bottom: none;
}

.container-label {
  display: flex;
  justify-content: start;
  align-items: center;
  position: absolute;
  top: -25px;
  min-width: 95.1%;
  height: 40px;
  white-space: nowrap;
  position: absolute;
  background-color: white;
  border-radius: 40px;
  border-bottom: none;
  z-index: -1;
  padding: 5px;
  transition: all 0.3s ease;
  padding: 0 20px;
}
.container-label form {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #333333;
  gap: 20px;
  position: absolute;
  padding: 10px 0px;
}
.label-item {
  display: flex;
  align-items: start;
  gap: 10px;
  color: #333333;
}
.label-item label,
.label-item input {
  cursor: pointer;
}
.container-label form p,
.label-item label {
  margin: 0;
  user-select: none;
}
.input-slide {
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-search {
  position: absolute;
  right: 0px;
  top: -5px;
  width: 50px;
  height: 50px;
  background: #185ee5;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  z-index: 2222;
}
.btn-search svg {
  color: white;
  position: absolute;
  top: 30%;
  left: 20%;
}
.btn-search:hover {
  background: #0e54df;
}
/*END BUSCADOR HEADER*/

.barra-superior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.calificacion-form {
  position: relative;
  margin-right: 150px;
  margin-bottom: 0;
  transition: all ease 0.5s;
}
.calificacion-buscador {
  transition: all ease 0.5s;
  display: flex;
  gap: 10px;
}
.calificacion-input {
  outline: none;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #484848;
  font-family: GilroyMedium;
  position: relative;
  border-radius: 30px;
  border-top: 0;
  transition: all ease 0.5s;
  background-color: #f7f7f7;
  border: none;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
  transform: scale(1);
  border-bottom: none !important;
}
.calificacion-input:not(:placeholder-shown) {
  width: 450px;
}
.calificacion-input:focus {
  outline: none;
  width: 450px;
}

.calificacion-btn {
  background: #185ee5;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  transition: all ease 0.5s;
  z-index: 2222;
  position: relative;
  display: flex;
}

/*TABLA REPORTES CALIFICACIONES*/
.table-container {
  overflow-x: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.table th,
.table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
  font-family: GilroyMedium;
}
.table thead th {
  font-family: GilroyBold;
  color: #333333;
}
.table tr:nth-child(even) {
  background-color: #fff; /* Fondo blanco para filas pares */
}

.table tr:nth-child(odd) {
  background-color: #f0f0f0; /* Fondo gris para filas impares */
}
.table thead tr {
  background-color: #eaeaea !important; /* Puedes ajustar el color según tus preferencias */
}
.destacado {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 2rem;
  margin: 1rem 0px 0px 1rem;
}

body {
  position: relative;
}
.footer {
  width: 100%;
  height: 70px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}
.footer-r {
  width: 100%;
  height: 70px;
  background-color: #000;
  position: relative; /* El footer estará en el flujo normal del documento */
  bottom: 0;
  left: 0;
  z-index: 3;
}

.footerIndex {
  margin-top: 165px;
  width: 100%;
  height: 73px;
  background-color: #000;
  position: relative;
}

.container-fluid {
  height: 100%;
  flex-grow: 1;
}

.row-footer {
  height: 100%;
}

.col-footer-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.col-footer-left p {
  color: #fff;
  font-size: 10px;
  font-family: GilroyLight;
  margin-bottom: 0;
  text-align: left;
  margin-left: 1rem;
}

.col-footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.col-footer-right p {
  color: #fff;
  font-size: 10px;
  font-family: GilroyLight;
  margin-bottom: 0;
  margin-right: 2rem;
}

.col-footer-right a {
  font-family: GilroyExtraBold;
  color: #fff;
}

.col-reg-left {
  margin-top: 2rem;
  justify-content: flex-start !important;
}

.h2-registro {
  position: absolute;
  /*top: 10.813rem;*/
  top: 1.813rem;
  color: #fff;
  font-family: GilroyExtraBold;
  font-size: 50px;
  line-height: 62px;
  left: 12%;
}
/*css para form steps*/
#regForm {
  background-color: #ffffff;
  margin: 100px auto;
  padding: 40px;
  width: 70%;
  min-width: 300px;
}

/* Style the input fields */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
  width: 19.5rem;
}
#steps {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
}
#steps :nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: white;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
  border: 2px solid #bababa;
  z-index: 100;
  margin-bottom: 2rem;
}
.linea,
.step.active .active {
  position: absolute;
  border-top: 3px solid #bababa;
  width: 29%;
  top: 9.3%;
  z-index: -1;
  opacity: 0.5;
}

.l-1 {
  left: 20%;
}
.l-2 {
  left: 51%;
}

/* Mark the active step: */
.step.active {
  opacity: 1;
  background-color: white;
  border: 3px solid #195fe5;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: white;
  border: 2px solid #bababa;
}

#marca,
#pais,
#profile,
#emblem {
  margin-bottom: 1rem;
}

.atras {
  color: #185ee5;
  margin-bottom: 8rem;
  margin-left: 2rem;
  font-family: GilroyMedium;
}

.atras-malezas {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.atras-malezas2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin: 0;
}

.btn-malezas {
  margin-left: 4rem;
}

.atras:hover {
  color: rgba(0, 0, 0, 0.5);
}

.formulario {
  position: absolute;
  top: 14%;
  left: 11%;
  width: 31.125rem;
  /*height: 29rem;*/
  height: auto;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 5.156rem;
  padding-right: 5.156rem;
  border-radius: 10px;
}
.formulario-r {
  position: relative;
  width: 31.125rem;
  height: auto;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 2rem;
  border-radius: 10px;
  z-index: 2; /* Para asegurarse de que esté sobre la imagen */
  margin: auto; /* Centrar en la página */
  margin-top: 10%;
  margin-bottom: 10%;
}

.form-control {
  margin-right: 0;
  width: 100% !important;
}

.form-inline {
  width: 100%;
  margin: 0;
}

.form-inline .form-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-left: 0rem;
  width: 100%;
}
.bmd-form-group {
  padding-top: 1.1rem;
}

.bmd-form-group,
.custom-file-control,
.bmd-form-group .form-control,
.bmd-form-group input::placeholder,
.bmd-form-group label {
  font-family: GilroyMedium !important;
}

.row-registro {
  width: 100%;
  margin: 0;
  padding: 0 0.75rem;
}

.form-inline .warning-message {
  padding: 0 1.5rem;
  padding-top: 1.1rem;
  color: gray;
  font-size: 0.8em;
  width: 100%;
}

.col-registro {
  padding: 0;
}
.title-form {
  font-family: GilroyMedium !important;
  font-size: 18px !important;
  color: #484848;
  text-align: left;
  line-height: 21px;
  margin-top: 1rem;
}
.text-legal {
  color: #707070;
  font-size: 12px;
  text-align: left;
  line-height: 1rem;
  margin-top: 1.313rem;
}
.btn-cuenta {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 2.5rem !important;
  margin-left: 0rem;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 2.813rem;
}

.btn-cuenta:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btnYtxt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.container {
  width: 100%;
}

.row-btnYtxt {
  width: 100%;
  margin: 0;
}

.col-btnYtxt {
  margin-top: 1.5rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  margin-left: 0;
}

.col-btnYtxt p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  font-family: GilroyMedium;
  margin-bottom: 0;
  text-align: left;
  margin-left: 2rem;
}

label.bmd-label-floating {
  font-family: GilroyBold !important;
  font-size: 14px !important;
}

.form-group.bmd-form-group .bmd-label-floating {
  top: 1.75rem;
}

.form-group.bmd-form-group.is-filled .bmd-label-floating {
  top: 0.5rem;
}

.form-group.bmd-form-group.is-focused .bmd-label-floating {
  top: 0.5rem;
}
.login-side {
  overflow: hidden;
}

.fondoLogin img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
.fondoLogin-r img {
  min-height: 100vh;
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#modal-content-recovery {
  border-radius: 0.125rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  position: fixed !important;
}

#modal-header-recovery {
  padding: 15px 24px 10px;
}

#email-pass-recovery {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  margin-left: 0px;
  padding-bottom: 8px;
}
#button-recovery {
  margin-top: 26px;
}
#btn-close-recovery {
  color: #185ee5 !important;
  font-family: GilroyExtrabold !important;
  font-size: 20px !important;
  padding-left: 187px;
  padding-top: 10px;
}

#modal-pass-recovery {
  position: relative;
  width: 14.5rem;
  margin: 13.5rem 3.5rem;
  pointer-events: none;
}
#modal-body-recovery {
  padding: 0px 18px 20px;
}

#form-modal {
  padding: 13px;
}

.exampleSelect2 {
  color: #d50000 !important;
  moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
}
#exampleSelect2 {
  moz-appearance: menulist !important;
  -webkit-appearance: menulist !important;
}

select.custom-file-control:not([size]):not([multiple]),
select.form-control:not([size]):not([multiple]) {
  height: calc(2.4375rem + -6px) !important;
  font-family: GilroyBold;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

option {
  font-family: GilroyBold !important;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5) !important;
}

.form-control:invalid {
  background-image: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

/**
 * If a required input has been touched and is valid, it should be white.
 */

.touched:required:valid {
}

/**
 * If a required input has been touched and is invalid, it should be pink.
 */

.touched:required:invalid {
  border-bottom: 1px solid #d50000;
}

.was-validated .form-control:invalid {
  border-color: #d50000 !important;
}

.exito {
  position: absolute;
  top: 35%;
  left: 11%;
  width: 760px;
  height: 370px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.examen-aprobado {
  position: absolute;
  padding: 1rem;
  top: 11%;
  left: 11%;
  width: 760px;
  height: 370px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.examen-reprobado {
  position: absolute;
  padding: 1rem;
  top: 35%;
  left: 11%;
  width: 760px;
  height: 370px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.p-exm {
  padding: 0 7rem;
}

.p-exma {
  padding: 0 7rem;
}

.verificacion {
  position: absolute;
  padding: 1rem;
  padding-top: 20px;
  top: 36%;
  left: -32%;
  width: 305px;
  height: 300px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.nuevacon {
  position: absolute;
  padding: 2rem 0.5rem;
  top: 36%;
  left: -27%;
  width: 210px;
  height: 300px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.pass-establecida {
  position: absolute;
  top: 35%;
  left: -26%;
  padding: 1.5rem 0.5rem;
  width: 200px;
  width: 200px;
  height: 250px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

#invalid-link {
  position: absolute;
  top: 265px;
  height: 250px;
  padding: 2rem 1.5rem;
}

#btn-invalid-link {
  margin-bottom: 20px;
  margin-top: 40px;
  width: 80%;
  margin-left: 10px;
}

.col-exito {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.col-exito-nuevacon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.tick {
  width: 60px;
  margin-top: 4rem;
}

.row-modal {
  margin: 0 1rem !important;
}

.row-modal-verificacion {
  margin: 0 !important;
  padding: 0 !important;
}

.p-verificacion {
  font-family: GilroyMedium;
  font-size: 15px;
  line-height: 1.5rem;
  color: rgba(0, 0, 0, 0.5);
}

.btn-verificacion {
  margin: auto !important;
}
.card2 {
  padding: 20px;
}

.btn-pass {
  margin-top: 3.5rem;
  margin-left: 0;
}

#btn-pass-reestablecida {
  padding-left: 8px !important;
  padding-right: 8px !important;
  margin-bottom: 15px;
  margin-top: 5px;
  width: 100%;
  margin-left: -5px;
}

p.olvido-modal {
  margin-left: 0.3rem;
  line-height: 1.5rem;
}

p.olvido-modall {
  font-family: GilroyMedium !important;
  color: #185ee5 !important;
  margin-left: 0 !important;
}

.banner {
  margin-top: 10%;
}

button.olvido {
  background: transparent !important;
  border: none !important;
  margin-left: 0 !important;
}

.dropdown-menu.menu-modal.show {
  left: 0%;
  width: 220px;
  top: -50px !important;
  padding: 2rem 0.5rem !important;
}

.dropdown-menu.menu-modal-verificacion.show {
  left: 0%;
  width: 250px;
  top: -50px !important;
  padding: 2rem !important;
}

.h3-exito-modal {
  color: #00dc78;
  font-size: 24px;
  font-family: GilroyExtrabold;
}

.h3-exito {
  color: #00dc78;
  font-size: 35px;
  font-family: GilroyExtrabold;
  margin-top: 1rem;
}

.h3-exito-nuevacon {
  color: #00dc78;
  font-size: 40px;
  font-family: GilroyExtrabold;
  margin-top: 0;
  margin-bottom: 0 !important;
  margin-left: 4rem !important;
}
#nuevaContraseña {
  margin-left: 0rem !important;
  font-size: 25px;
  line-height: 1.5rem;
}

.h3-exito2 {
  color: #00dc78;
  font-size: 35px;
  font-family: GilroyExtrabold;
  margin-top: 1rem;
}

.p-exito {
  font-family: GilroyBold;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
  line-height: 1.2rem;
}

.p-exito2 {
  font-family: GilroyBold;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0;
}

.p-exito3 {
  font-family: GilroyBold;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 0.5rem;
  line-height: 1.2rem;
}

.cursos {
  /* position: absolute;
  top: 40%;
  left: 11%; */
  width: 100%;
  padding-right: 2.5rem;
  height: auto;
  background: #fff;
  -webkit-box-shadow: -5px 1px 15px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 1px 15px -15px rgba(0, 0, 0, 0.75);
  box-shadow: -5px 1px 15px -15px rgba(0, 0, 0, 0.75);
  border: none;
}

.h2-cursos {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 35px;
  margin-top: 1rem;
  margin-left: 1rem;
}
.titulo-biblioteca {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 35px;
  margin-top: 1rem;
  margin-left: 1rem;
}

.fondo {
  height: auto;
  margin-bottom: 6rem;
}

.row-cursos {
  width: 100%;
  border: 1px solid #f1f1f2;
  margin: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.col-cursos {
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.col-cursos-head p {
  font-family: GilroyExtraBold;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  margin-left: 0rem;
}

.col-cursos p {
  font-family: GilroyMedium;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

#CursosContenido {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px solid #f1f1f2;
  padding-top: 0px;
}

#cursosActivos {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px solid #f1f1f2;
  padding-top: 0px;
}

#cursosBussinnes {
  padding-left: 0px;
  padding-right: 0px;
  border: 0px solid #f1f1f2;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cursos .container {
  padding: 0;
  margin: 0;
}

.row-cursos .col-2,
.col-3 {
  display: flex;
  justify-content: center;
}

.row-cursos .col-lg-5 p {
  margin-left: 3rem;
}

.btn-curso {
  position: absolute;
  right: 10%;
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 1rem !important;
  margin-left: 1rem;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-curso:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-aprobado {
  color: #00dc78 !important;
}

.p-reprobado {
  color: #d50000 !important;
}

.p-cursando {
  color: #6c757d !important;
}
.p-aprobado,
.p-reprobado,
.p-cursando {
  margin: 0;
  font-weight: bold;
  position: absolute;
  left: 10%;
}

.header {
  height: 90px;
  background: #fff;
}

.row-header {
  height: 100%;
  justify-content: space-around;
  align-items: center;
  padding: 0 2.5rem 0 3rem;
}

.separador {
  margin: 0 2.5rem 0 3rem;
}

.principal-cursos {
  background: #fff;
  /*padding-top: 1rem;*/
  min-height: 100vh;
}

.menu {
  width: 100%;
  padding: 0 1rem;
  margin-top: 1rem;
}

.menu2 {
  display: none;
  width: 100%;
  padding: 0 1rem;
  margin-top: 1rem;
}

button.navbar-toggler.navbar-light {
  display: none;
}

.accordion {
  width: 100%;
}

.row-cursos-desplegable {
  padding: 0.5rem 1rem;
  margin: 0;
  border-bottom: 2px solid #185ee5;
}

.ver-todos {
  border-bottom: none !important;
}

.row-cursos-desplegable a {
  font-family: GilroyMedium;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.row-cursos-desplegable a:hover {
  color: #185ee5;
}

.a-menu {
  font-family: GilroyExtraBold;
  letter-spacing: 0.02cm;
  font-size: 14px;
  color: #185ee5;
  margin-left: 0;
  width: 100%;
}

.a-menu:hover {
  color: #fff !important;
  background: #185ee5 !important;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.a-menu:hover img.img-menu2 {
  display: block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.a-menu:hover img.img-menu {
  display: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.a-menu:focus {
  color: #fff !important;
  background: #185ee5 !important;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.a-menu:focus img.img-menu2 {
  display: block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.a-menu:focus img.img-menu {
  display: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.card {
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.img-menu {
  width: 45px;
}

.img-menu2 {
  width: 45px;
  display: none;
}

.ch-4 {
  border-bottom: none !important;
}

.row-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0.3rem !important;
}

.col-ppal-left-cursos {
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
  justify-content: flex-start;
}

.a-menu p {
  margin-bottom: 0;
  margin-left: 1rem;
}

.img-destacado {
  width: 100%;
  padding-right: 2.5rem;
  max-height: 200px;
}

.perfil {
  width: 210px;
}

.perfil-2 {
  flex: 1;
}

.row-perfil {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.row-perfil p {
  font-size: 14px;
  color: #a6a7ab;
  font-family: GilroyMedium;
  margin-right: 0px;
  padding-right: 15px;
  margin-top: 18px;
}

span.strong {
  font-family: GilroyExtraBold;
}

.h2-bienvenidos {
  position: absolute;
  top: 25%;
  color: #fff;
  font-family: GilroyMedium;
  font-size: 44px;
  left: 5rem;
}

.imgYtxt {
  position: relative;
  margin-top: 1rem;
}

.descargar {
  color: #185ee5;
  font-family: GilroyMedium;
}

.descargar:hover {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.descargar2 {
  color: #185ee5;
  font-family: GilroyMedium;
}

.descargar2:hover {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.malezas {
  width: 100%;
  min-height: 100vh;
  background: #fff;
  border: none;
  /* -webkit-box-shadow: -5px 1px 15px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: -5px 1px 15px -9px rgba(0,0,0,0.75);
  box-shadow: -5px 1px 15px -9px rgba(0,0,0,0.75); */
}

.malezas .container {
  padding: 0;
  margin: auto;
}

.row-malezas {
  width: 100%;
  padding: 0.5rem 3rem;
  border: 1px solid #f1f1f2;
  margin: 0;
}

.row-malezas .col-cursos-head {
  padding: 0.5rem;
}

.col-modulo-head-izq {
  font-family: GilroyExtraBold;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  padding-left: 3rem;
}

.col-modulo-head-izq p {
  margin: 0;
}

.col-modulo-head-izq span {
  font-family: GilroyMedium;
}

.col-modulo-head-der {
  font-family: GilroyExtraBold;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}

.h2-malezas {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 2em;
  margin: 2rem 1rem;
}
.h3-malezas {
  font-family: GilroyMedium;
  font-size: 16px;
  margin-top: 0rem;
  margin-bottom: 1.5rem;
  margin-left: 0rem;
}
.h2-biblioteca {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 35px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
}

.row-modulo {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #f1f1f2;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.row-modulo2 {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #f1f1f2;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 4rem;
}

.examen {
  width: 100%;
  padding: 1.5rem 0 0.5rem 0;
  border-radius: 5px;
  margin-top: 1rem;
}

.row-examen {
  width: 100%;
  padding: 1.5rem 3.5rem 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #185ee5;
  margin: 0;
  border-radius: 5px;
}

.btn-examen {
  background: #fff;
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 5rem !important;
  margin-left: 1rem;
  border-radius: 3px;
  margin-right: 0.5rem;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row-examen p {
  margin: 0;
  margin-left: 4rem;
  font-family: GilroyMedium;
  color: #fff;
}

.btn-examen:hover {
  color: #fff !important;
  background: #185ee5 !important;
  border: 1px solid #fff !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.malezas::-webkit-scrollbar {
  width: 8px;
  /* Tamaño del scroll en vertical */
  height: 8px;
  /* Tamaño del scroll en horizontal */
  display: none;
  /* Ocultar scroll */
}

/* Ponemos un color de fondo y redondeamos las esquinas del thumb */

.malezas::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */

.malezas::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */

.malezas::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */

.malezas::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

/* Cambiamos el fondo cuando esté en active o hover */

.malezas::-webkit-scrollbar-track:hover,
.malezas::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}

.btn-blocked {
  cursor: not-allowed;
}

a.btn-curso.btn-blocked {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}

a.btn-curso.btn-blocked:hover {
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  background: transparent !important;
}

.blocked {
  background: #e1e1e1;
}

.row-examen1 {
  width: 100%;
  padding: 1.5rem 3rem;
  border: 1px solid #f1f1f2;
  margin: 0;
}

.survey {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto;
  padding: 1rem 3rem;
  border-left-width: 0px;
  /*padding-right: 2.5rem;*/
  height: auto;
  background: #fff;
  border: none;
  -webkit-box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
  text-align: center;
}
.survey-quiz {
  font-family: GilroyMedium;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  font-size: 25px;
  margin-bottom: 15px;
}

.face {
  display: inline;
}

.img-survey {
  height: 65px;
  margin: 15px;
}

.face:hover .img-survey {
  display: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.img-survey2 {
  height: 65px;
  margin: 15px;
  display: none;
}

.face:hover .img-survey2 {
  display: inline;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.survey-btn {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 1.5rem !important;
  margin-left: 0rem;
  margin-top: 15px !important;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.survey-btn:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.row-examen1 p {
  margin: 0;
  font-family: GilroyExtraBold;
  color: rgba(0, 0, 0, 0.5);
}

.span-preg {
  font-family: GilroyBold;
  color: rgba(0, 0, 0, 0.5);
}

.col-preg {
  padding: 1rem;
}

.examen1 {
  width: 100%;
  padding-right: 2.5rem;
  height: auto;
  background: #fff;
  border: none;
  -webkit-box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
}

.examen1 .container {
  padding: 0;
}

.btn-siguiente {
  color: #185ee5 !important;
  background: #fff !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.7rem 2.5rem !important;
  margin-left: 4rem;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-siguiente:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.radio label,
label.radio-inline {
  position: relative;
  padding-left: 2rem !important;
}

.radio label input[type="radio"]:checked ~ .bmd-radio:after,
label.radio-inline input[type="radio"]:checked ~ .bmd-radio:after {
  border-color: #185ee5 !important;
}

.radio label input[type="radio"]:checked ~ .bmd-radio:before,
label.radio-inline input[type="radio"]:checked ~ .bmd-radio:before {
  background-color: #185ee5 !important;
}

.biblioteca {
  width: 100%;
  padding-right: 2.5rem;
  height: auto;
  background: #fff;
  border: none;
  margin-top: 3rem;
}

.row-biblioteca {
  width: 100%;
  padding: 0.5rem 0rem;
  margin: 0;
  display: flex;
  justify-content: left;
}

.col-biblioteca {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  padding: 0;
}

.radio .label:focus {
  color: #000 !important;
}

.bmd-form-group .is-filled {
  color: #000 !important;
}

.img-biblioteca {
  border-radius: 5px 5px 0 0;
}

.card2 {
  width: 100%;
  min-height: 250px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border-top: 0.01px solid rgba(0, 0, 0, 0.3);
}

.card2 p {
  font-family: GilroyBold;
  margin: 1rem 1;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.51);
  margin-left: 6px;
  margin-right: 6px;
}

@media (max-width: 768px) {
  .nameLibrary {
    height: 160px;
  }
}

.card2 a {
  color: #2196f3;
}
div.card2 a.pdf-download-MD {
  position: absolute;
  bottom: 5%;
  left: 30%;
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  margin-left: 0rem;
  border-radius: 3px;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
  padding: 0.5rem 1.5rem !important;
  box-shadow: 0px 1px 2px hsla(0, 0%, 80%, 0.41);
}

div.card2 a.pdf-download-MD:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.card2 a.pdf-download-MND {
  border-radius: 3px;
  box-shadow: 0px 1px 2px hsla(0, 0%, 80%, 0.41);
  padding: 0.5rem 1.5rem !important;
  background-color: #8e8f9238;
  color: #185ee5 !important;
  margin-bottom: 12px;
  cursor: none;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
}

.fondo-consultas {
  height: 100vh;
  background-image: url("./img/CORTEVA-bg-contacto.jpg");
  background-size: cover;
}

.fondo-micuenta {
  min-height: 100vh;
  background-image: url("./img/CORTEVA-bg-contacto.jpg");
  background-size: cover;
}

.h2-consultas {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 56px;
  margin-top: 1rem;
  margin-left: 6rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

.h2-micuenta {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 56px;
  margin-top: 1rem;
  margin-left: 6rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

.h2-consultas-exito {
  color: #000;
  font-family: GilroyExtraBold;
  font-size: 56px;
  margin-top: 1rem;
  margin-left: 6rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}

.consultas {
  width: 760px;
  height: 370px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 6rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.form-group-consultas {
  width: 40%;
  margin-left: 3rem;
}

.my-select {
  width: 100% !important;
  font-size: 16px !important;
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
}

.my-select option {
  font-size: 16px !important;
}

.form-group-txtarea {
  width: 70%;
}

.form-group-txtarea.coment {
  width: 92%;
  margin-bottom: 10px;
}

.txtarea {
  margin-left: 3rem;
  width: 100%;
}

.txtarea.coment {
  margin-left: 2rem;
}
.cardComent {
  min-height: 200px;
  max-height: 200px;
  padding: 10px;
  margin-bottom: 20px;
  text-align: left;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  font-family: GilroyBold;
  margin-top: 10px;
  overflow: hidden;
}
.card-title.card-title-coment {
  color: #185ee5 !important;
  font-size: 1rem !important;
  font-family: GilroyMedium !important;
  margin-left: 0px;
}
.card-text.card-text-coment {
  font-family: GilroyMedium;
  color: #a6a8ab;
  font-size: 15px;
  line-height: 15px;
}

.btn-consultas {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 1.5rem !important;
  margin-left: 3rem;
  margin-top: 3rem !important;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-consultasReport {
  align-content: center;
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 5px solid #185ee5 !important;
  padding: 0.5rem 0.5rem !important;

  margin-left: 3rem;
  margin-top: 5rem !important;
  border-radius: 3px;

  -ms-transition: all 0.13s ease;
  transition: all 0.3s ease;
}

.btn-consultas.coment {
  margin-left: 52rem !important;
  margin-top: 0rem !important;
  background-color: white;
}

.btn-consultas.biblioteca-filtro {
  margin-left: 3rem;
  margin-top: -1rem !important;
}

.btn-consultas:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-consultasReport:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-consultas {
  color: #185ee5;
  margin-left: 35px;
  font-family: GilroyMedium;
}
.link-consultas:hover {
  color: rgba(0, 0, 0, 0.5);
}

.consultas-exito {
  width: 760px;
  height: 320px;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-left: 6rem;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.btn-ingresar {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 1.5rem !important;
  margin-top: 1rem !important;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-ingresar:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.a-perfil {
  font-family: GilroyBold;
  color: rgba(0, 0, 0, 0.5);
  margin: 0rem 0.5rem;
}

.a-perfil:hover {
  color: #185ee5;
}

.dropdown-menu .dropdown-item {
  padding: 0 0.9rem;
  margin: 0;
}

.dropdown-menu .dropdown-item:hover {
  background: #fff;
}

button#dropdownMenuButton.btn {
  padding-right: 0;
  padding-left: 1rem;
  width: 100%;
}

button#dropdownMenuButton.btn:hover {
  background: #fff !important;
}

button#dropdownMenuButton.btn:focus {
  background: #fff !important;
}

button#dropdownMenuButton.btn {
  background: #fff !important;
}

.btn-cerrar-sesion {
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.8rem 2.5rem !important;
  margin-left: 0.5rem;
  margin-bottom: 1.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-cerrar-sesion:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.datper {
  width: 100%;
  margin-top: 26px;
}

.row-datper {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.img-datper {
  width: 25px;
  margin-left: 0.5rem;
  display: none;
}

h4.micuenta {
  margin: 0;
  font-family: GilroyMedium;
  color: #185ee5;
  margin-left: 1.5rem;
  font-size: 30px;
}

.form-group-micuenta {
  margin: 0 0.75rem !important;
  width: calc(100% - 1.5rem) !important;
}

.form-group-micuenta select {
  border: none;
}

.form-control-micuenta {
  width: 100% !important;
}
.form-control-micuenta:disabled {
  background-color: transparent !important;
  color: #aaa;
}

.form-group-nuevacon {
  width: 100% !important;
  margin-left: 0rem;
  margin-bottom: 0px;
}

.form-control-nuevacon {
  width: 95% !important;
}

.btn-micuenta {
  width: 100%;
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  font-size: 14px !important;
  text-transform: unset !important;
  border: 1px solid #185ee5 !important;
  padding: 0.5rem 1.5rem !important;
  margin: 0 0.5rem;
  border-radius: 3px;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-micuenta:hover {
  color: #fff !important;
  background: #185ee5 !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cuenta {
  width: 100%;
  max-width: 760px;
  height: auto;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin: auto;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  position: relative;
}

.cuenta .image-upload {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.user-edit {
  top: 25px;
  right: 3.5rem;
  border-radius: 100px;
  border: 2px solid;
  border-color: #185ee5;
}

.pencil-user-edit {
  width: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.historial {
  width: 90%;
  margin-left: 2rem;
  height: auto;
  background: #fff;
  -webkit-box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);

  box-shadow: -5px 1px 15px -9px rgba(0, 0, 0, 0.75);
  border: none;
}

.row-historial {
  width: 100%;
  /*padding: .8rem;*/
  border: 1px solid #f1f1f2;
  margin: 0;
  padding-left: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 0px;
}

.col-historial {
  display: flex;
  align-items: center;
  /*padding: .5rem .5rem;*/
  padding: 0rem 1.2rem;
}

.col-historial-head {
  padding: 0rem 1.2rem;
}

.col-historial-head p {
  font-family: GilroyExtraBold;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  margin-left: -36px;
}

.col-historial p {
  font-family: GilroyMedium;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.historial .container {
  padding: 0;
}

.row-historial .col-2,
.col-3 {
  display: flex;
  justify-content: center;
}

.row-historial-head {
  margin-left: 3rem;
}

.row-historial .col-7 p {
  margin-left: 45px;
}

.dropdown-menu.show {
  padding-top: 1rem !important;
}

.destacado-mobile {
  display: none;
}

.desc-mod {
  display: none;
}

.principal-malezas {
  min-height: 100vh;
  background: #fff !important;
}

#navbarTogglerDemo02.navbar-collapse.collapse.show {
  display: none !important;
}

.material-resp {
  display: none;
}

.perfil.desktop {
  display: none;
}

.atras.btn-malezas {
  margin-bottom: 0;
}

.atras.btn-malezas1 {
  margin-left: 4rem;
}

img.img-perfil {
  margin-right: 0;
  margin-left: 0rem;
  border-radius: 50px !important;
  border: 3px solid !important;
  border-color: #a6a7ab !important;
  width: 55px;
  height: 55px;
}

.error {
  height: 100vh;
  width: 100vw;
  background: #fff;
}

.error .container {
  height: 100%;
}

.row-error {
  height: 100%;
}

.col-error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.img-error {
  width: 6% !important;
  height: auto;
  margin: 0.5rem 0;
}

.h3-error {
  font-family: GilroyExtraBold;
  font-size: 36px;
  color: #d50000;
  margin: 0.5rem 0;
}

.p-error {
  font-family: GilroyBold;
  font-size: 20px;
  color: #999999;
  text-align: center;
  margin: 0.5rem 0;
}
/*REPORTE*/ /***********************************************************************************************/
.select-report {
  width: 70% !important;
  font-size: 10px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  font-family: GilroyMedium !important;
}
.report {
  border-width: 1px;
  border-style: solid;
  border-color: #929497;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 100%;
  height: 2.5rem;
  width: 100% !important;
  font-size: 14px !important;
  color: #185ee5 !important;
  font-family: GilroyMedium !important;
  text-align: left;
  padding: 3%;
  padding-left: 7%;
  outline: none;
}
.report:hover {
  font-size: 16px !important;
  webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  cursor: hand;
}
#exampleSelect2:focus {
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.second-row {
  margin-top: 5rem;
}
.third-row {
  margin-top: 3rem;
  text-align: center;
}
#reportrange {
  margin-top: -1.5rem;
}

.report option {
  font-size: 14px !important;
  color: #929497 !important;
  font-family: GilroyMedium !important;
  border-width: 1px;
  border-color: #929497 !important;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.report option.opt-consultas {
  cursor: pointer;
  cursor: hand;
}
.report option:active {
  color: purple;
}
.report option:hover {
  cursor: pointer;
  cursor: hand;
}
.report option.touched {
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.ranges {
  font-size: 14px !important;
  color: #929497 !important;
  font-family: GilroyMedium !important;
}

.col-text-report {
  padding: 2%;
  padding-left: 5%;
}
.text-report {
  font-family: GilroyExtraBold;
  letter-spacing: 0.02cm;
  font-size: 16px;
  color: #929497;
}
.daterangepicker {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.daterangepicker .drp-buttons .btn {
  color: #185ee5 !important;
  font-family: GilroyMedium;
}
.daterangepicker .btn.btn-primary:hover {
  color: white !important;
  background-color: #185ee5 !important;
}
.daterangepicker .btn.btn-primary {
  color: #185ee5 !important;
}
/*Modal de videos*/
.modal-corteva {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
#modal-content-video,
#modal-content-video-link,
#modal-content-audio {
  background-color: transparent;
  box-shadow: none;
}
#modal-content-video video {
  border-radius: 0.2rem;
}
#modal-content-video-link iframe {
  width: 100%;
  height: 100%;
}

#modal-body-video,
#modal-body-video-link,
#modal-body-audio {
  padding: 0rem;
  text-align: center;
}
#modal-body-video-link {
  height: 315px;
}
#modal-header-video,
#modal-header-video-link,
#modal-header-audio {
  padding: 0rem;
}
#btn-close-video,
#btn-close-video-link,
#btn-close-audio {
  color: #185ee5 !important;
  font-family: GilroyExtrabold !important;
  font-size: 20px !important;
  margin-bottom: 1rem;
  text-align: right;
}

.exam_answer label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.exam_answer label input {
  width: 20px;
  height: 20px;
  min-width: calc(20px + 1rem);
  margin-right: 0.5rem;
}

/*----*/
@media (max-width: 1250px) {
  .nameLibrary p {
    font-size: 13px;
  }
  .card2 a.pdf-download-MD {
    position: absolute;
    left: 15% !important;
  }
}

@media (max-width: 1140px) {
  .container-input {
    right: 20%;
  }
  .buscador.focus-buscador {
    width: 490px;
  }
}
@media (max-width: 990px) {
  .container-input {
    right: 20%;
  }
  .btn-search {
    height: 40px;
    width: 40px;
  }
  .btn-search svg {
    top: 25%;
    left: 12%;
  }
  .buscador.focus-buscador {
    width: 500px;
  }
  .input {
    height: 30px;
  }
  .contenedor-principal {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }
}

@media (max-width: 600px) {
  .row-perfil p {
    display: none;
  }
}
@media (max-width: 760px) {
  .h2-bienvenidos {
    font-size: 32px;
  }
  .col-ppal-left {
    margin-top: 4rem;
  }
  .col-ppal-left form {
    padding: 1rem 1rem;
  }
  .form-group {
    width: 300px;
  }
  .camponube {
    display: none;
  }
  .container-cards {
    justify-content: center;
  }
}
@media (max-width: 520px) {
  .h2-bienvenidos {
    font-size: 22px;
    left: 2rem;
    top: 20%;
  }
  .container-input {
    top: 1.5%;
  }
}

@media (max-width: 765px) {
  .principal {
    margin-bottom: 100px;
  }
  .fondoLogin img,
  .login-text {
    display: none;
  }
  .footer {
    height: 100px;
  }
  .imgYtxt {
    display: block;
  }
  .img-destacado {
    height: 200px;
    width: 500px;
    margin: 0;
    padding: 0;
  }
  .h2-bienvenidos {
    font-size: 36px;
    left: 1rem;
    top: 20%;
  }
  .destacado-mobile {
    display: none;
  }

  .fondo {
    margin-top: 100px;
  }
  .container-input {
    height: 100px;
  }

  .btn-consultas.biblioteca-filtro {
    margin-left: 16rem;
    margin-top: 1rem !important;
  }
  .text-report {
    margin-left: 1rem;
  }
  .titulo-biblioteca {
    font-size: 29px;
  }
  .camponube {
    display: display;
  }
  /*Modal*/

  #modal-content-recovery {
    width: 21.5rem;
    height: 385px;
    margin: -4.5rem -1rem;
    padding: 0.5rem;
  }
  #modal-header-recovery {
    padding: 0px 24px 10px;
  }

  #btn-close-recovery {
    padding-left: 283px;
    font-size: 25px !important;
    margin-top: 10px;
  }

  .olvido-modal {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
  }

  p.olvido-modal {
    line-height: 1.7rem;
  }

  .h3-exito-modal {
    font-size: 30px;
  }

  #email-pass-recovery {
    font-size: 20px !important;
    margin-bottom: 20px;
  }

  #button-recovery {
    margin-top: 40px;
    font-size: 16px !important;
  }
  .btn-consultas.coment {
    margin-left: 1rem !important;
    margin-top: 0rem !important;
  }
  .txtarea.coment {
    margin-left: -2rem;
  }

  /*Fin de modal*/

  /*Boton iniciar sesion*/

  .btn-sesion {
    font-size: 16px !important;
  }

  /*Fin boton*/

  .col-exm-left {
    display: none;
  }
  .p-exm {
    padding: 0 0.5rem !important;
    font-size: 17px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .p-exma {
    padding: 0 0.5rem !important;
    font-size: 16px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .examen-aprobado {
    padding: 2rem 0 !important;
    height: auto !important;
    width: auto !important;
    position: unset !important;
  }
  .examen-reprobado {
    padding: 2rem 0 !important;
    height: auto !important;
    width: auto !important;
    position: unset !important;
  }
  .nuevacon {
    height: auto !important;
    width: 80% !important;
    position: unset !important;
    margin-top: -130%;
    margin-left: 10%;
    padding: 0.5rem;
  }
  #validate-wizard {
    margin-left: -4%;
  }

  #nuevaContraseña {
    margin-left: -1rem !important;
    font-size: 25px;
    line-height: 1.5rem;
    margin-top: 5%;
  }

  #invalid-link {
    height: auto !important;
    width: 80% !important;
    position: unset !important;
    margin-top: -130%;
    margin-left: 10%;
    text-align: -webkit-center;
  }
  .form-group-nuevacon {
    margin-left: 2rem;
  }
  .h3-exito-nuevacon {
    margin-left: 2rem !important;
  }
  .btn-nuevacon {
    margin-left: 2rem !important;
    width: 82% !important;
  }
  .atras-nuevacon {
    margin-left: 2rem !important;
  }
  .verificacion {
    height: auto !important;
    width: 80% !important;
    position: unset !important;
    padding: 0.5rem;
    margin-left: 10%;
    margin-top: -130%;
  }

  .p-verificacion {
    font-size: 16px;
  }
  .btn-verificacion {
    width: 100% !important;
    padding: 0.5rem;
  }
  .atras-verificacion {
    margin-left: 2rem !important;
  }
  .pass-establecida {
    height: auto !important;
    /*width: auto !important;*/
    position: unset !important;
    padding: 1rem;
    width: 80% !important;
    margin-left: 10%;
    margin-top: 20%;
  }
  .p-pass {
    font-size: 20px;
  }
  .btn-pass {
    width: 100% !important;
  }
  .atras-pass {
    margin-left: 2rem !important;
  }
  .img-error {
    width: 20% !important;
  }
  .p-error {
    font-size: 14px !important;
  }
  .col-modulo-head-der {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .btn-siguiente {
    margin: 0;
  }
  h4.micuenta {
    margin-left: 2rem;
  }
  .user-edit {
    display: none;
  }
  .pencil-user-edit {
    display: none;
  }
  .btn-micuenta {
    margin-left: 0 !important;
  }
  .form-group-micuenta {
    width: 90% !important;
    margin-left: 1rem !important;
  }
  .form-control-micuenta {
    width: 100% !important;
  }
  .cuenta {
    width: auto;
    margin: 0;
    box-shadow: none;
    height: 100%;
  }
  .examen1 {
    padding-right: 0;
    margin-top: 4rem;
    margin-bottom: 2rem;
    box-shadow: none;
  }
  .row-examen1 {
    padding: 1rem;
    border: none;
  }
  .fondo-consultas {
    height: 81vh;
  }
  .row-header {
    margin: auto;
  }
  .biblioteca {
    padding: 0;
    margin-top: 25%;
  }
  .row-bib-1 {
    margin-top: 4.2rem;
  }
  .row-biblioteca {
    padding: 0;
  }
  .col-biblioteca {
    padding: 0.4rem !important;
  }
  .card2 p {
    margin-left: 0;
    width: 90%;
    margin: auto;
    padding-top: 1rem;
    font-size: 12px;
  }

  /*div.card2 a.pdf-download-MND {
        font-size: 9px !important;
        margin-top: 15%;
    }*/

  div.card2 a.pdf-download-MD {
    margin-top: 15%;
    position: absolute;
    bottom: 20% !important;
  }
  .card2 {
    margin-top: -1rem;
    min-height: 10rem;
    margin-bottom: 2rem;
    padding: 0rem;
  }

  #navbarTogglerDemo02.navbar-collapse.collapse.show {
    display: block !important;
  }
  #exampleSelect1 {
    font-size: 18px;
  }
  a.btn-cerrar-sesion {
    margin: 0;
    padding: 0.5rem 1.5rem !important;
  }
  .btn-cerrar-sesion {
    margin: 0.5rem;
  }
  .col-index-left {
    margin-top: 2rem;
  }
  .col-index-right {
    display: none;
  }
  .col-index-left form {
    padding: 1rem 2rem;
  }
  .olvido {
    margin-bottom: 2rem;
  }
  a.btn.btn-primary.btn-sesion {
    margin-top: 2rem;
  }
  .p-crear-cuenta {
    margin-top: 3rem;
  }
  .texto-alt {
    display: none;
  }
  .col-footer-left p {
    margin-left: 0;
  }
  .col-footer-right p {
    margin-right: 0;
  }
  .formulario, .formulario-r {
    height: auto !important;
    width: auto !important;
    position: unset !important;
  }

  .col-btnYtxt p {
    margin-left: 1rem;
    margin-bottom: 2rem;
  }
  .img-camponube {
    display: none;
  }
  .img {
    padding: 0 1rem;
    position: relative;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .atras {
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .atras.btn-malezas {
    margin-bottom: 0;
  }
  .atras.btn-malezas1 {
    margin-left: 2rem;
  }
  .exito {
    height: auto !important;
    width: auto !important;
    position: unset !important;
  }
  .col-exito {
    padding: 0 2rem;
  }
  .tick {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
  .p-exito {
    text-align: center;
  }
  .p-exito2 {
    text-align: center;
    margin-bottom: 2rem;
  }
  .p-exito3 {
    text-align: center;
    margin: 0.5rem 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .h3-exito {
    font-size: 28px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .h3-exito2 {
    font-size: 28px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  .btn-ingresar {
    padding: 0.5rem 5rem !important;
  }
  .cursos {
    padding-right: 0 !important;
  }
  .row-cursos-head {
    display: none;
  }
  .row-cursos-head,
  .row-cursos .col-lg-5 p {
    margin-left: 0;
  }
  .col-cursos-head,
  .col-cursos {
    padding: 0 !important;
  }
  .col-cursos-head p,
  .col-cursos p {
    margin-left: 0 !important;
  }
  .h2-cursos {
    margin-left: 1rem;
  }
  .separador {
    display: none;
  }
  .col-cursos {
    justify-content: center;
    min-height: 2rem;
  }
  .col-cursos p {
    font-size: 1.5rem;
    letter-spacing: 0.05cm;
    text-align: center;
  }
  .row-malezas-head {
    display: none;
  }
  .p-malezas {
    font-size: 18px !important;
  }
  .btn-curso {
    margin-left: 0;
    padding: 0.5rem 3rem !important;
  }
  .h2-cursos {
    text-align: center;
    margin-left: 0;
    font-size: 50px;
  }
  .header {
    height: auto;
  }
  .row-header {
    padding: 1rem 0 !important;
    position: fixed;
    top: 0px;
    z-index: 1000;
    height: 83px;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.5);
  }
  .perfil {
    height: 90vh;
    width: 100%;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 1000;
    right: 0;
    padding-top: 2rem;
    position: relative;
  }
  .dropdown-menu.menu-modal.show {
    width: 280px;
    top: -50px !important;
    padding: 3rem 2rem !important;
  }

  .perfil-modal-olvido {
    height: 100% !important;
    width: 280px;
    background: #fff;
    top: 37px;
    bottom: 0;
    z-index: 1000;
    right: 0;
    padding-top: 2rem;
    position: relative;
  }
  .perfil-desktop {
    margin-bottom: 2rem;
  }
  .card-perfil {
    border: none !important;
  }
  .card-perfil .a-menu {
    color: rgba(0, 0, 0, 0.5);
  }
  a.a-perfil {
    color: #185ee5 !important;
  }
  .row-cursos-desplegable a {
    color: #185ee5 !important;
  }
  .buttonresp {
    margin-left: 2rem !important;
    margin-right: 0 !important;
    display: none !important;
  }
  .row-perfil {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-top: 0 !important;
  }
  .row-perfil p {
    font-size: 18px;
  }

  img.img-perfil {
    margin-right: 0;
    width: 55px;
    margin-left: 1.5rem;
    border-radius: 50px !important;
    border: 2px solid !important;
    border-color: #185ee5 !important;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
  .dropdown {
    position: absolute;
    bottom: 9%;
    left: 0;
  }
  .menu2 .container {
    padding: 0 !important;
  }
  .img-menu {
    margin-left: 1.5rem;
    width: 55px;
  }
  .img-menu2 {
    margin-left: 1.5rem;
    width: 55px;
  }
  .row-menu {
    padding: 0.2rem 0.5rem !important;
  }
  .a-menu p {
    font-size: 18px;
  }
  .logo {
    margin-left: 2rem;
  }
  .logo-index {
    margin-left: 1rem;
  }
  .img-index {
    display: flex;
    justify-content: flex-start;
  }
  .row-cursos-desplegable {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .row-cursos-desplegable a {
    margin-left: 3rem;
  }
  button.navbar-toggler.navbar-light {
    display: block;
    margin-right: 2rem;
  }
  .h2-cursos {
    margin-top: 2rem;
  }
  .col-registro {
    padding: 0 1rem;
  }
  .row-btnYtxt {
    padding: 0 1rem;
  }
  .p-min {
    font-size: 18px !important;
  }
  .destacado-mobile img {
    margin-top: 66px;
    width: 100% !important;
    position: relative;
  }
  .destacado-mobile p {
    position: absolute;
    top: 7.5rem;
    left: 2.2rem;
    font-size: 44px;
    line-height: 3rem;
    font-family: GilroyMedium;
    color: #fff;
  }
  .destacado-mobile span {
    font-family: GilroyExtraBold;
  }
  .p-crear-cuenta {
    font-size: 18px;
  }
  .span-crear-cuenta {
    font-size: 16px;
  }
  label.bmd-label-floating {
    font-size: 18px;
  }
  .olvido {
    font-size: 18px;
  }
  .perfil-2 {
    display: none;
  }
  .examen {
    padding: 0;
    margin-top: 0;
  }
  .row-examen {
    padding: 2rem 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
  }
  .row-examen p {
    margin-left: 0;
  }
  .btn-examen {
    margin: 0;
    margin-top: 0.5rem;
  }
  .malezas {
    padding: 0;
  }
  .row-malezas {
    padding: 1.5rem 1rem;
  }
  .row-malezas-1 {
    padding-top: 100px;
  }
  .h2-malezas {
    display: none;
  }
  .h2-biblioteca {
    display: none;
  }
  /**/
  .atras-malezas {
    padding: 1rem 0;
  }
  .principal-malezas {
    height: 100% !important;
  }
  .malezas {
    min-height: 92vh;
  }
  a.btn-curso.btn-blocked:focus {
    background: transparent !important;
  }
  .material-resp {
    display: block;
    margin-left: 0.5rem;
    letter-spacing: 0.05cm;
  }
  .col-descmat {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .col-descmat a {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 0 2rem 0;
  }
  .p-desc-mat {
    color: #185ee5 !important;
    font-family: GilroyMedium !important;
    font-size: 1rem !important;
  }
  .row-modulo {
    margin-top: 0;
    padding: 2rem 1rem 2rem 1rem;
    margin: 1rem 0;
    border: none;
  }
  .row-modulo2 {
    padding: 0;
    border: none;
  }
  .desc-mod {
    display: flex !important;
    padding: 3rem 0;
    justify-content: flex-start;
    margin-left: 2rem;
  }
  .malezas.mal-modulo {
    margin-top: 5rem;
    height: 100% !important;
    min-height: unset !important;
    box-shadow: none !important;
    overflow-y: unset !important;
  }
  .descargar {
    font-size: 18px;
  }
  .descargar2 {
    font-size: 16px;
  }
  .col-modulo-head-izq {
    padding: 0;
    text-align: center;
  }
  .col-modulo-head-izq p {
    margin: 0;
    text-align: left;
    margin-left: 1rem;
    font-size: 24px;
  }
  .atras-malezas2 {
    justify-content: center;
    padding: 2rem 0;
  }
  .fondo {
    min-height: 25vh;
  }
  .consultas {
    width: 95%;
    margin: auto;
  }
  .consultas-exito {
    width: 95%;
    margin: auto;
  }
  .fondo-consultas {
    margin-top: 4rem;
    padding-top: 1rem;
  }
  .h2-consultas {
    text-align: left;
    margin-left: 2rem;
    font-size: 50px;
    margin-top: 2rem;
  }
  .h2-micuenta {
    text-align: left;
    margin-left: 2rem;
    font-size: 50px;
    margin-top: 4rem;
  }
  .h2-consultas-exito {
    text-align: center;
    margin-left: 0;
    margin-bottom: 5rem;
    font-size: 50px;
  }
  .form-group-consultas {
    width: 84%;
    margin-left: 2rem;
  }
  .form-group-txtarea {
    width: 84%;
    margin-left: 2rem;
  }
  .txtarea {
    margin-left: 0;
  }
  a.btn-consultas {
    margin-left: 2rem;
    margin-top: 5rem !important;
  }
  .bmd-form-group .custom-file-control,
  .bmd-form-group .form-control,
  .bmd-form-group input::placeholder,
  .bmd-form-group label {
    line-height: 1.1;
  }
}
@media screen and (max-width: 600px) {
  .table th,
  .table td {
    font-size: 12px;
    padding: 5px;
  }
  .destacado {
    text-align: center;
    margin: 1rem 0px 0px 0px;
  }
}

@media (max-width: 575px) {
  .container-input {
    right: 6%;
    display: block;
  }
  .buscador.focus-buscador {
    width: 450px;
  }
  .fondo {
    margin-top: 150px !important;
  }
  .ui-autocomplete {
    width: 70% !important;
  }
  .carpeta-cursos {
    width: 100%;
  }
  .carpetas-img {
    width: 100%;
  }
  .calificacion-input:focus {
    width: 200px;
  }
  .calificacion-input:not(:placeholder-shown) {
    width: 200px;
  }
  .calificacion-form {
    margin-right: 0;
  }
  .ui-corner-all {
    max-height: 300px !important;
    width: 200px !important;
  }
}
@media (max-width: 514px) {
  form {
    margin-bottom: 5%;
  }
  .container-input {
    display: block;
  }
  .buscador {
    width: 200px;
  }
  .buscador.focus-buscador {
    width: 330px;
    margin-left: 20px;
  }
  .label-item label {
    font-size: 14px;
  }
  .filtrar-por {
    display: none;
  }
  .fondo {
    margin-top: 150px !important;
  }
}

@media (max-width: 375px) {
  .camponube {
    display: none;
  }
  /*Modal*/

  #modal-content-recovery {
    width: 17.5rem;
    height: 375px;
    margin: -4.5rem -0.5rem;
    padding: 0.5rem;
  }

  #modal-header-recovery {
    padding: 0px 24px 10px;
  }

  #btn-close-recovery {
    padding-left: 232px;
    font-size: 30px;
  }

  .olvido-modal {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
  }

  .h3-exito-modal {
    font-size: 30px;
  }

  #email-pass-recovery {
    font-size: 20px !important;
    margin-bottom: 20px;
  }

  #button-recovery {
    margin-top: 40px;
    font-size: 16px !important;
  }

  /*Fin Modal*/

  /*Boton iniciar sesion*/

  .btn-sesion {
    font-size: 16px !important;
  }

  /*Fin boton*/

  .p-exm {
    padding: 0;
    font-size: 16px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .p-exma {
    font-size: 16px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .destacado-mobile p {
    top: 6.5rem;
  }
  button.navbar-toggler.navbar-light {
    margin-right: 1rem;
  }
  .btn-nuevacon {
    margin-left: 2rem !important;
    width: 82% !important;
  }
  .btn-verificacion {
    width: 100% !important;
  }
  .btn-pass {
    width: 100% !important;
  }
  .card2.cardComent {
    max-height: 290px;
  }
}

@media (max-width: 360px) {
  .camponube {
    display: none;
    height: auto;
  }

  /*Modal*/

  #modal-content-recovery {
    width: 17.5rem;
    height: 377px;
    margin: -5.5rem -1rem;
  }

  #modal-header-recovery {
    padding: 0px 24px 10px;
  }

  #btn-close-recovery {
    margin-top: 10px;
    padding-top: 8px;
    padding-left: 213px;
    font-size: 25px !important;
  }

  .olvido-modal {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
  }

  p.olvido-modal {
    line-height: 1.7rem;
  }

  .h3-exito-modal {
    font-size: 30px;
  }

  #email-pass-recovery {
    font-size: 20px !important;
    margin-bottom: 20px;
  }

  #button-recovery {
    margin-top: 40px;
    font-size: 16px !important;
  }
  .card2.cardComent {
    max-height: 290px;
  }

  /*Fin Modal*/

  .p-exm {
    padding: 0;
    font-size: 16px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .p-exma {
    font-size: 16px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .logo {
    width: 225px;
  }
  .row-cursos-desplegable a {
    margin-left: 2rem;
  }
  .form-group-consultas {
    width: 74%;
    margin-left: 3rem;
  }
  .form-group-txtarea {
    width: 74%;
    margin-left: 3rem;
  }
  .txtarea {
    margin-left: 0;
  }
  a.btn-consultas {
    margin-left: 3rem;
    margin-top: 5rem !important;
  }
  .btn-nuevacon {
    margin-left: 2rem !important;
    width: 82% !important;
  }
  .btn-verificacion {
    width: 100% !important;
  }
  .btn-pass {
    width: 100% !important;
  }
}

@media (max-width: 340px) {
  .camponube {
    display: none;
  }
  /*Modal*/

  #modal-content-recovery {
    width: 17.5rem;
    margin: -5.5rem -1.5rem;
    height: 390px;
  }

  #modal-header-recovery {
    padding: 0px 24px 10px;
  }

  /*Fin de modal*/

  .p-exm {
    padding: 0;
    font-size: 14px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .p-exma {
    font-size: 13px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .logo {
    width: 200px;
  }
  .destacado-mobile p {
    top: 6rem;
    font-size: 36px;
  }
  .row-cursos-desplegable a {
    margin-left: 1rem;
  }
  .btn-nuevacon {
    margin-left: 2rem !important;
    width: 82% !important;
  }
  .btn-verificacion {
    width: 100% !important;
  }
  .btn-pass {
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  .camponube {
    display: none;
  }
  /*Modal*/

  #modal-content-recovery {
    width: 17.5rem;
    margin: -78px -36px;
  }
  #modal-header-recovery {
    padding: 0px 24px 10px;
  }

  /*Fin de modal*/

  .p-exm {
    padding: 0;
    font-size: 14px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .p-exma {
    font-size: 13px;
    font-family: GilroyMedium;
    line-height: 1.5rem;
  }
  .destacado-mobile p {
    top: 5.5rem;
    font-size: 36px;
  }
  .btn-nuevacon {
    margin-left: 2rem !important;
    width: 82% !important;
  }
  .btn-verificacion {
    width: 100% !important;
  }
  .btn-pass {
    width: 100% !important;
  }
}
