/**
* Overwrite Properties
*/
:root {
  /* AAA */
  --aaa-main-bg-color: #004884;
  --aaa-secondary-bg-color: #007bff;
  --aaa-main-border-color: #767676;
  --aaa-main-focus-color: #3366CC;
  --aaa-main-label-color: #231F20;

  /* Cargar Anexo */
  --ca-main-bg-color: #3366CC;
  --ca-secondary-bg-color: #004884;
  --ca-main-border-color: #767676;
  --ca-main-focus-color: #0F83FF;
  --ca-main-label-color: #231F20;
}

/* WorkSans-Regular */
@font-face {
  font-family: 'WorkSans-Regular';
  src: url('../../../LibreriasExternas/fonts/Work_Sans/WorkSans-Regular.ttf');
}

/* WorkSans-Regular */
@font-face {
  font-family: 'WorkSans-Medium';
  src: url('../../../LibreriasExternas/fonts/Work_Sans/WorkSans-Medium.ttf');
}

/* Montserrat-SemiBold */
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../../../LibreriasExternas/fonts/Montserrat/Montserrat-SemiBold.ttf');
}

/* Montserrat-Medium */
@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../../../LibreriasExternas/fonts/Montserrat/Montserrat-Medium.ttf');
}

/**
* Default
*/
html {
  font-size: 16px;  /* 1 rem */
}

body {
  font-family: WorkSans-Regular;
  font-size: 1rem;
  background-color: #FFF;
}

*:not(i) {
  font-family: WorkSans-Regular;
  font-size: 1rem;
  color: #004884;
}

a:focus,
img:focus,
button:focus {
  outline: solid #3366CC;
  border-color: #3366CC;
  border-radius: 5px;
  box-shadow: none;
}

.form-group>label,
label.col-form-label {
  color: #4B4B4B;
}

a {
  color: #3366CC !important;
  cursor: pointer !important;
}

hr {
  border-color: #767676 !important;
}

.col-form-label,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat-SemiBold;
  color: #004884;
}

h1:not(.fileupload) {
	font-size: 2.56rem;  /* 40px */
	line-height: 3rem;
}

h2 {
	font-size: 2.05rem;  /*  32px */
	line-height: 2.875rem;
}

h3 {
	font-size: 1.54rem;  /* 24px */
	line-height: 2.25rem;
}

h4 {
	font-size: 1.28rem;  /* 20px */
	line-height: 1.875rem;
}

h5 {
	font-size: 1.15rem;  /* 18px */
	line-height: 1.688rem;
}

h6 {
	font-size: 1rem;  /* 16px */
	line-height: 1.5rem;
}

p {
  font-family: WorkSans-Regular;
  font-size: 1rem;
  font-weight: 400;
}

q {
  font-family: WorkSans-Regular;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: italic;
}

q::after,
q::before {
  content: "";
}

label.invalid {
  color: #dc3545 !important;
}

.color-shiraz {
  color: #a80521 !important;
}

.form-control {
  border-color: #767676;
}

.custom-select {
  border-color: #767676;
}

select option {
  color: #4B4B4B;
}

.form-control:focus {
  outline: solid #3366CC;
  border-color: #3366CC;
  box-shadow: none;
}

.custom-checkbox label {
  max-width: 100%;
}

div.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  height: auto !important;
}

.custom-select:focus {
  outline: solid #3366CC;
  border-color: #3366CC;
  box-shadow: none;
}

.custom-file-input:focus~.custom-file-label {
  outline: solid #3366CC;
  border-color: #3366CC;
  box-shadow: none;
}


/**
* CargarArchivo V1
* [Compatibility]
*/
h1.fileupload {
  background-color: unset;
  font-size: 1.54rem;  /* 24px */
  line-height: 2.25rem;
}

.ui-state-hover span,
.ui-state-hover input {
  color: #FFF !important;
}

.ui-button-icon-primary.ui-icon {
  top: 25%;
}


/* Input Radio */
input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  outline: none;
  border: 3px solid #3a6bcd;
}

input[type='radio']:focus {
  border: 3px solid #004884;
}

input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  background: #004884;
}

input[type="radio"]:checked {
  border-color: #004884;
}

.form-check-label {
  margin-left: 15px;
  margin-top: 5px;
}

.custom-control-input:focus~.custom-control-label::before {
  outline: solid #3366CC;
  border-color: #3366CC;
  box-shadow: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  border-color: #dc3545;
  box-shadow: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  outline: solid #E45372;
  border-color: #dc3545;
  box-shadow: none;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  outline: solid #E45372;
  border-color: #dc3545;
  box-shadow: none;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  outline: solid #E45372;
  border-color: #dc3545;
  box-shadow: none;
}

.custom-file-label {
  border-color: #767676;
}

.input-group-text {
  border-color: #767676;
}


/* Input Checkbox */
.custom-control-input:checked~.custom-control-label::before {
  background-color: #004884 !important;
  border: none;
}

.mainDescription {
  margin-bottom: 10px;
}

.form-control-sm:not(textarea),
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 11px) !important;
}

input[type="checkbox"] {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: text-bottom;
  overflow: hidden;
  cursor: pointer;
  border-color: #767676;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: relative;
  margin-top: 0px;
  margin-left: 2px;
}

.custom-control-label::after {
  border: 1px solid #767676;
  border-radius: 4px;
}

.custom-control-label::after:focus {
  border: 1px solid #000000;
  border-radius: 10px;
}

.checkbox label,
.radio label {
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}


/* Botones */
.btn {
  border-radius: 16px;
  max-width: 100%;
}

.btn-govco {
  border-radius: 1rem;
  background-color: #3366CC;
  color: #FFF;
}

.btn-govco span {
  color: #FFF;
}

.btn-govco:hover {
  background-color: #004884;
  color: #FFF;
}

.btn-primary.focus,
.btn-primary:focus {
  outline: solid #3366CC;
  border-color: #3366CC;
  box-shadow: none;
}

.btn-govco:active {
  background-color: #3366CC;
  color: #FFF;
}

.btn:hover {
  outline: none !important;
  border-color: none !important;
  color: #FFF;
}

.btn:focus {
  background-color: #004884;
  border-radius: 1rem;
  outline: solid #3366CC;
  border-color: #3366CC;
  box-shadow: none;
  color: #FFF;
}

button:active {
  background-color: #3366CC;
  color: #FFF;
}

.btn-govco:hover {
  background-color: #004884;
  color: #FFF;
}

.btn-return-up:focus {
  outline: 2px solid black;
  box-shadow: none;
  border: 1px solid black;
  border-radius: 5px;
}


/* Spinner De Carga */
.overlay {
  background-color: #FFF !important;
}

.overlay .spinner-border {
  color: #004884;
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
}


/* Form Control */
.form-control:disabled,
.form-control[readonly] {
  background-color: #F2F2F2 !important;
  opacity: 1;
}


/* Textos */
.form-text,
.custom-control-label,
button,
p,
a:not(.MostrarProcesando),
/* div, */
span {
  font-family: WorkSans-Regular;
  font-weight: bold;
  color: #4B4B4B;
}

span>strong {
  color: #4B4B4B;
  margin-left: 2px;
}


/* Header */
#header-gov-co {
  background-color: #3366cc;
  display: flex;
  align-items: center;
}

#header-gov-co>.container {
  height: 40px;
}

.page-header-hidden {
  height: 200px;
  background-color: #FFF;
  background-image: none;
}


/* Estilos Footer */
#footer .footer-top {
  background-color: #ececec;
  margin-bottom: 190px;
}

#footer .footer-top .container {
  max-width: 900px;
  display: block;
  margin: 10px auto;
  padding: 20px 0;
  width: 100%;
}

#footer .footer-top .container .row {
  width: 100%;
}

#footer .footer-top .container .hide-on-med-and-down {
  width: 100%;
}

#footer .footer-top .container #block-block-20 ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#footer .footer-middle {
  background: #069168;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

#footer .footer-middle .container {
  width: 100%;
  max-width: 1200px;
  background: #FFF;
  padding: 20px 55px;
  margin: -192px auto 0;
  border: 2px solid #ebf2fc;
  border-radius: 0 0 15px 15px;
}

.footer-middle .container .hide-on-med-and-down strong {
  word-wrap: break-word;
}

.footer-middle .container h2 {
  color: #004884 !important;
  text-align: left;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-middle ol,
.footer-middle ul {
  list-style: none;
  padding-left: 0px;
}

.footer-middle .container strong {
  color: #004884;
  text-align: left;
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-middle .container .row .col.l3 {
  width: 100%;
}

.footer-middle .container ul li p {
  color: #4b4b4b;
  text-align: left;
  line-height: 2;
  font-weight: 600;
  word-wrap: break-word;
  margin: 0px;
}

.region.region-footer-middle {
  margin: auto;
}

#footer .he_footer img {
  margin-top: 10px !important;
  max-width: 180px !important;
  height: auto !important;
  width: 100% !important;
}

.footer-middle .sub-link {
  display: flex;
  background: #FFF;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  padding: 0px 20px;
  margin: -118px auto 0;
  border-radius: 0 0 15px 15px;
}

.footer-middle .item-sub-link {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.footer-middle .sub-link a {
  color: #4599d6;
  font-size: 0.87em;
  margin: 15px;
  padding-left: 0px;
  border-right: none;
  display: block;
  text-decoration: underline;
  word-wrap: break-word;
}

.footer-middle .sub-link ul li {
  display: inline-block;
  z-index: 1;
}

.footer-middle .sub-link .sub-link-img {
  width: 20;
  height: 20;
  margin-top: 14px;
}

.footer-middle .sub-link ul:first-child {
  margin-left: 20px;
}

.footer-middle .sub-link ul:first-child li:before {
  content: "";
  position: absolute;
  left: -18px;
  bottom: 12px;
  width: 27px;
  height: 27px;
}

.footer-middle .sub-link ul:first-child li:first-child:before {
  content: "";
  background-repeat: no-repeat;
}

.footer-middle .sub-link ul:first-child li:nth-child(2):before {
  content: "";
  background-repeat: no-repeat;
}

.footer-middle .sub-link ul:first-child li:nth-child(3):before {
  content: "";
  background-repeat: no-repeat;
}

#footer .footer-bottom {
  background: #3366cc;
  max-width: 100% !important;
  border-bottom: none !important;
}

#footer .footer-bottom .row {
  max-width: 1300px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-start;
}

#footer .footer-bottom #block-block-21 {
  text-align: left;
}

#footer .footer-bottom::before {
  display: none !important;
}

#footer .footer-bottom::after {
  display: none !important;
}

.view-perfil-usuario .view-header .perfil-usuario-ciudadano::after {
  display: none !important;
}

.region-footer-middle .footer-middle {
  padding-top: 0;
}

#block-block-21 {
  margin: 15px 10px 0px 20px;
}

#block-block-22 {
  margin: 15px 5px 0;
  padding-left: 10px;
}

.view-perfil-usuario .view-header .perfil-usuario-agente::after {
  display: none !important;
}


/* Alertas */
#VentanaAlerta .alert,
#ModalConfirmar .alert {
  background-color: white;
  border: none;
}

#VentanaAlerta .modal-content,
#ModalConfirmar .modal-content {
  border-radius: 10px;
  font-family: WorkSans-Regular;
}

#VentanaAlerta .modal-footer,
#ModalConfirmar .modal-footer {
  border: none !important;
}

#VentanaAlerta>.modal-dialog,
#ModalConfirmar>.modal-dialog {
  max-width: 540px !important;
}

#VentanaAlerta .modal-header,
#ModalConfirmar .modal-header {
  /* padding: 0px; */
  padding: 1rem;
  border: none !important;
}

#VentanaAlerta .modal-header button.close,
#ModalConfirmar .modal-header button.close {
  border-radius: 0 8px 0 8px;
}

#VentanaAlerta .modal-body,
#ModalConfirmar .modal-body {
  padding: 60px;
}

#VentanaAlerta .container-fluid,
#ModalConfirmar .container-fluid,
#VentanaAlerta .alert-danger,
#ModalConfirmar .alert-danger {
  padding: 0px;
}

#VentanaAlerta .alert,
#ModalConfirmar .alert {
  margin-bottom: 0px;
}

#VentanaAlerta .alert img,
#ModalConfirmar .alert img {
  margin-bottom: 20px;
}

#VentanaAlerta .alert h5,
#ModalConfirmar .alert h5,
#VentanaAlerta .alert center,
#ModalConfirmar .alert center,
#VentanaAlerta .alert ul,
#ModalConfirmar .alert ul {
  margin-bottom: 30px !important;
}

#VentanaAlerta .alert span,
#ModalConfirmar .alert span,
#VentanaAlerta .alert li,
#ModalConfirmar .alert li {
  color: #4B4B4B !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}


/* Select 2 */
span.select2 {
  width: 100% !important;
}

span.select2.custom-select {
  padding: 0px 49px 0px 0px;
}

span.select2.custom-select span.select2-selection {
  height: 36px !important;
}

span.select2.custom-select span.select2-selection__rendered {
  padding-top: 2px;
}

span.select2.custom-select span.select2-selection__arrow {
  background-color: white;
  height: 35px !important;
}

span.select2.custom-select span.select2-selection {
  border: 1px solid #FFF !important;
}

span.select2.custom-select.select2-container--open,
span.dropdown .select2-dropdown {
  outline: solid #dc3545 1px !important;
  border-color: #dc3545 !important;
  box-shadow: none;
  border-radius: 5px;
}

span.select2-selection,
span.select2-selection__rendered,
span.select2-selection__arrow {
  height: 40px !important;
}

span.select2-selection__rendered {
  padding-top: 5px;
  font-weight: normal;
}

.select2-container--open,
.select2-dropdown {
  outline: solid #3366CC 2px;
  border-color: #3366CC;
  box-shadow: none;
  border-radius: 5px;
}

li.select2-results__option {
  color: #4B4B4B !important;
}

li.select2-results__option.select2-results__option--selectable.select2-results__option--selected:hover {
  background-color: #E6EFFD !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background-color: #E6EFFD !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-results__options::-webkit-scrollbar-button {
  background-color: #e6effd;
  height: 0;
  width: 0;
  border-radius: 12px !important;
}

::-webkit-scrollbar-button {
  background-color: #ebebeb;
  height: 0px;
  width: 0px;
  border-radius: 11px !important;
}

.select2-results__options::-webkit-scrollbar-corner {
  background-color: #000;
}

::-webkit-scrollbar-corner {
  background-color: black;
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #004884;
  border: 2px solid #dcdcdc;
  border-radius: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #666767;
  border: 2px solid gainsboro;
  border-radius: 11px;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #e6effd;
  border-radius: 12px !important;
}

::-webkit-scrollbar-track {
  background-color: gainsboro;
  border-radius: 11px !important;
}

.select2-container--default .select2-selection--single {
  border-color: #767676;
}


/**
* SGP Adaptation
*/
button:not(.btn-outline-primary, .btn-outline-secondary, .btn-success, .trash-alt-1-carga-de-archivo-govco) {
  color: #FFF;
  background-color: #3366CC;
}

button:not(.btn-outline-secondary) span,
button:not(.btn-outline-secondary) i,
a i:not(.fas, .fa, .far) {
  color: #FFF;
}

button span {
  font-weight: normal;
}

.btn-outline-secondary:hover > i,
.btn-outline-secondary:hover > span {
  color: #FFF;
}

a.btn-outline-primary:hover,
a.btn-outline-secondary:hover {
  color: #FFF !important;
}

a[target=Contenido]:hover {
  color: #FFF !important;
}

i.fa.btn {
  background-color: unset;
}

div.ui-datepicker {
  font-size: unset;
}

table.table-sm.table-bordered.table-hover tbody td,
table.table-sm.table-bordered.table-hover tbody td a,
table.table-sm.table-bordered.table-hover tbody td a span,
table.table-sm.table-bordered.table-hover tbody td a span small {
  font-size: small;
  font-weight: normal;
  color: #3366CC !important;
}

/* Options */
dl#menu dd.submenu ul li a:hover {
  color: inherit !important;
}

dl#menu dt a span.ContenedorIcono,
dl#menu dt a {
  color: #004884 !important;
  transition: all ease-in-out .3s;
  background-color: #FFF;
}


/**
* Media Queries
*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1280px) {
  h1 {
    font-size: 1.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 2.0625rem;
  }

  p {
    font-family: WorkSans-Regular;
    font-size: 0.875rem;
    font-weight: 400;
  }

  p.title {
    font-size: 1.5rem;
  }

  q {
    font-family: WorkSans-Regular;
    font-size: 1.3125rem;
    font-weight: 400;
    font-style: italic;
  }

  q::after,
  q::before {
    content: "";
  }
}

@media only screen and (max-device-width: 767px) {
  h1 {
    font-size: 1.125rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 0.75rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-family: WorkSans-Regular;
    font-size: 0.75rem;
    font-weight: 400;
  }

  p.intro {
    font-size: 0.625rem;
  }

  p.title {
    font-size: 0.875rem;
  }

  q {
    font-family: WorkSans-Regular;
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
  }

  q::after,
  q::before {
    content: "";
  }
}