@charset "UTF-8";
@font-face {
        font-family: "Roboto";
        src: url('/dxp/o/colfondos-login-confirm-password/fonts/Roboto-ExtraLight.ttf') format("truetype");
        font-weight: 300;
        font-style: normal;
      }
      @font-face {
        font-family: "Roboto";
        src: url('/dxp/o/colfondos-login-confirm-password/fonts/Roboto-Regular.ttf') format("truetype");
        font-weight: 400;
        font-style: normal;
      }
@font-face {
        font-family: "Roboto";
        src: url('/dxp/o/colfondos-login-confirm-password/fonts/Roboto-Medium.ttf') format("truetype");
        font-weight: 500;
        font-style: normal;
      }
      @font-face {
        font-family: "Roboto";
        src: url('/dxp/o/colfondos-login-confirm-password/fonts/Roboto-SemiBold.ttf') format("truetype");
        font-weight: 600;
        font-style: normal;
      }

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;        
}
input::-ms-reveal,
input::-ms-clear {
    display: none !important;
}


input::-ms-clear { display: none; }
input::-ms-reveal { display: none; }
 
.no-touch-callout {
  -webkit-touch-callout: none; /* Evita menú al dejar presionado en iPhone */
  -webkit-user-select: none;   /* No seleccionable */
  user-select: none;
  -webkit-user-drag: none;     /* Evita arrastrar la imagen */
  user-drag: none;
}
 
input[type="password"]::-webkit-clear-button {
    display: none !important;
}
 
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button {
    display: none !important;
}

input {
    -webkit-text-fill-color: inherit;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.c-c-Loggin__header{
	text-align: center;
}

 .theme-c .c-c-loggin__title h3{
  color: #173278;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 24px;
}

@media (min-width: 1024px) {

 .theme-c .c-c-loggin__title h3{
 	margin-bottom: 25px;
 }
}

 .theme-c {
 	background-color:transparent;
 }
 
 .c-c-loggin {
 	padding-right: 1px;
 	padding-left: 10px;
 }
      
.theme-c .c-c-loggin col-md-6 {
  padding: 0px !important;
}
.theme-c .c-c-loggin .c-c-Loggin__left {
  padding-top: 32px;
}
.theme-c .c-c-loggin .c-c-Loggin__right {
  padding-top: 10px;
}
.theme-c .c-c-loggin .c-c-loggin__right___content {
  background-color: #173278;
  border-radius: 8px;
  width: 600px;
  height: 640px;
}
@media (max-width: 1024px) {
  .theme-c .c-c-loggin .c-c-Loggin__right___content {
    width: 100%;
  }
}
.c-c-loggin__header {
  text-align: center;
}

@media (max-width: 1024px) {
  .theme-c .c-c-loggin__title h1, .theme-c .c-c-loggin__title h2, .theme-c .c-c-loggin__title h3, .theme-c .c-c-loggin__title h4, .theme-c .c-c-loggin__title h5, .theme-c .c-c-loggin__title h6 {
    font-size: 22px;
  }
}
.theme-c .c-c-loggin__subtitle {
  color: #0C193C;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.theme-c .c-c-loggin .c-c-loggin__reset {
  text-align: right;
  margin-top: 10px;
}
.theme-c .c-c-loggin .c-c-loggin__reset a {
  color: #157C80;
  text-decoration: underline;
  text-decoration-color: #157C80;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.theme-c .c-c-loggin .fields-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 25px;
}
@media (max-width: 1024px) {
  .theme-c .c-c-loggin .fields-container {
    gap: 20px;
  }

  .theme-c .c-c-loggin .c-c-loggin__reset a{
    font-size: 14px;
  }
}
.theme-c .c-c-loggin form .form-group {
  position: relative;
  margin-bottom: 0px !important;
}
@media (max-width: 1024px) {
  .theme-c .c-c-loggin form .form-group {
    margin-bottom: 0px !important;
  }
  .theme-c .c-c-loggin form .c-t-loggin__recaptcha{
    margin-top: 20px !important;
  }
}
.theme-c .c-c-loggin form .form-group.has-error label {
  color: #DB214E !important;
}
.theme-c .c-c-loggin form .form-group.has-error input {
  border: 1px solid #DB214E;
}
.theme-c .c-c-loggin form .form-group.has-error input .control_label {
  color: #FF3B30;
}
.theme-c .c-c-loggin form .form-group.has-error select {
  border: 1px solid #DB214E;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  outline: none !important;
}
.theme-c .c-c-loggin form .form-group .is-filled {
  border: 1px solid #C5CCDD;
}
.theme-c .c-c-loggin form .form-group input:focus-visible,
.theme-c .c-c-loggin form .form-group select:focus-visible {
  border: 1px solid #173278;
}

.c-t-forgot-password__toggle-password svg {
  width: 100%;
  height: 100%;
}
.theme-c .c-c-loggin form .form-group input:focus,
.theme-c .c-c-loggin form .form-group select:focus {
  outline: none;
  border: 1px solid #88bae4;
}
.theme-c .c-c-loggin form .form-group input:-webkit-autofill,
.theme-c .c-c-loggin form .form-group input:-webkit-autofill:focus,
.theme-c .c-c-loggin form .form-group input:-webkit-autofill:hover,
.theme-c .c-c-loggin form .form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px inherit inset !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}
.theme-c .c-c-loggin form .form-group .error-message {
  color: #DB214E;
  margin-top: 5px;
}
.theme-c .c-c-loggin form .form-group label {
  position: absolute;
  left: 5px;
  top: -9px;
  padding: 0 3px 0 6px;
}

.theme-c .c-c-loggin form .form-group .input-password {
  width: 100%;
}
.theme-c .c-c-loggin form .form-group .input-password input {
  width: 100%;
  padding-right: 40px;
}
.theme-c .c-c-loggin form .form-group .toggle-eye {
  position: absolute;
  top: 27%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.theme-c .c-c-loggin form .form-group .control-label {
  color: #173278;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 16px;
  background-color: #ffffff !important;
}
.theme-c .c-c-loggin form .form-group .control_label select,
.theme-c .c-c-loggin form .form-group .control_label select:focus,
.theme-c .c-c-loggin form .form-group .control_label select:hover,
.theme-c .c-c-loggin form .form-group .control_label select:active,
.theme-c .c-c-loggin form .form-group .control_label select:disabled,
.theme-c .c-c-loggin form .form-group .control_label select:-webkit-autofill {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.theme-c .c-c-loggin form .form-group .control_label option {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 16px;
}

.c-t-forgot-password__toggle-password {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  right: 10px;
  top: 6px;
  border: none;
  background: none;
}


.theme-c .c-c-loggin form .form-control {
  height: 40px;
  border-radius: 8px;
  background-color: transparent !important;
  border-width: 1px;
  font-size: 16px;
  border-color: #C5CCDD;
  font-family: Roboto;
  font-weight: 300;
}

.theme-c .c-c-loggin form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.theme-c .c-c-loggin form select.form-control:not([multiple]):not([size]),
.theme-c .c-c-loggin form .form-control-select {
  background-image: url("/o/com.liferay.login.web/images/chevron-down.svg");
  background-position: right 12px center;
}
.theme-c .c-c-loggin form input,
.theme-c .c-c-loggin form select {
  color: #0c193c;
  padding: 8px 40px 8px 16px;
  background-color: transparent !important;
}
.theme-c .c-c-loggin form .btn_col {
  background: #173278;
  font-family: Roboto;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
}
.theme-c .c-c-loggin form .btn_col:not([disabled]):hover, .theme-c .c-c-loggin form .btn_col:not([disabled]):active {
  background: #0c193c;
}
.c-t-loggin__submit button:disabled {
  background: #cdcbcd;
  color: #343334;
  outline: 0px;
  border: 0px;
  pointer-events:none;
}
.theme-c .c-c-loggin .rc-anchor-alert {
  display: none !important;
}
.theme-c .c-c-loggin .c-t-loggin__recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px !important;
}
@media (max-width: 1024px) {
  .theme-c .c-c-loggin .c-t-Loggin__recaptcha {
    margin-top: 20px;
    margin-bottom: 20px !important;
  }
}
.theme-c .c-c-loggin .c-t-Loggin__recaptcha .rc-anchor-alert {
  display: none !important;
}
.theme-c .c-c-loggin #errorCredenciales {
  padding: 20px;
  display: none;
  margin: auto;
  background-color: #ebccd1;
  border-radius: 8px;
  width: 512px;
  min-height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .theme-c .c-c-loggin #errorCredenciales {
    width: 100%;
  }
}
.theme-c .c-c-loggin #errorCredenciales p {
  margin: 0px !important;
  color: #A94442;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 1rem !important;
  line-height: 24px;
}
.theme-c .c-c-loggin .c-t-loggin__submit {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 1024px) {
  .theme-c .c-c-loggin .c-t-loggin__submit {
    gap: 20px;
    margin-top: 20px;
  }
}
.theme-c .c-c-loggin .c-t-loggin__submit .c-t-loggin__submit-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #0C193C;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 16px !important;
  line-height: 24px;
  gap: 24px;
  margin: 0 !important;
}
.theme-c .c-c-loggin .c-t-loggin__submit .c-t-loggin__submit-text::before, .theme-c .c-c-loggin .c-t-loggin__submit .c-t-loggin__submit-text::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin: 0 10px;
  position: relative;
  top: 50%;
  width: 109px;
  background-color: #157C80;
  border: none !important;
}
@media (max-width: 1024px) {
  .theme-c .c-c-loggin .c-t-loggin__submit .c-t-loggin__submit-text::before, .theme-c .c-c-loggin .c-t-loggin__submit .c-t-loggin__submit-text::after {
    width: 60px;
  }
}
.c-t-button__size-s{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 24px;
  padding: 10px 20px;
  gap: 0.625rem;
  min-width: 120px;
  max-width: 217px;
  gap: 0.625rem;
}
.c-t-loggin__submit button {
  border-width: 0px !important;
  font-family: 'Roboto';
}

.c-t-button__primary{
	background-color: #173278;
	color: #FFFFFF;
}

.c-t-loggin__submit .c-t-button__primary:hover{
	text-decoration: none !important;
  	background-color: #0c193c;
  	color: #FFFFFF;
  	-webkit-text-decoration: not-allowed;
  	text-decoration: not-allowed;
}

.c-t-loggin__submit .c-t-button__secondary {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  margin-top: 0px !important;
  font-size: 16px;
  margin: auto;
  margin-top: 41px;
  background-color: transparent;
  color: #173278;
  outline: 1px #173278 solid;
  height: 44px;
  min-width: 40px;
  text-decoration:none;
  outline-offset: 0px;
}

.c-t-loggin__submit .c-t-button__secondary:hover {
  background-color: #0c193c;
  text-decoration: none;
  color: #FFFFFF;
  outline: 1px #FFFFFF solid;
  -webkit-text-decoration: not-allowed;
  text-decoration: not-allowed;
}

@media (min-width: 1024px) {
.c-t-button__size-s {
    min-width: 120px;
    max-width: 336px;
  }
}

#message-num-no-valid{
	margin-top: 5px;
 	margin-left: 12px;
 	margin-bottom: 0px;
	font-size: 12px;
	color: #DB214E;
 	font-family: Roboto;
}

.oculto{
	display: none;
}

.border-error {
	border-color: #DB214E !important;
}

.color-error {
	color: #DB214E !important;
}

.btn-search-cancel {
  display: none !important;
}