@charset "UTF-8";
.Header--gubuy {
  /* Estructura */
  /* Tagline y parent */
  /* Visualización de escritorio */
}

.Header--gubuy .Header-top {
  border-bottom: none;
}

.Header--gubuy .Header-parent {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
  font-size: .9375rem;
  top: 0;
}

.Header--gubuy .Header-login {
  margin-top: 0;
  font-size: .9375rem;
}

.Header--gubuy .Header-logo {
  float: none;
  text-align: center;
}

.Header--gubuy .Header-logo a {
  display: inline-block;
}

.Header--gubuy .Header-logo a:active, .Header--gubuy .Header-logo a:focus, .Header--gubuy .Header-logo a:hover {
  text-decoration: none;
}

.Header--gubuy .Header-logo .Logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 992px) {
  .Header--gubuy {
    background: #003DA5;
  }
  .Header--gubuy .Header-parent {
    display: none;
  }
  .Header--gubuy .Header-body {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: .85em;
  }
  .Header--gubuy .Header-top {
    padding-top: 0.625em;
    padding-bottom: 0.5em;
  }
  .Header--gubuy .User .User-name {
    color: #FFFFFF;
  }
  .Header--gubuy .Brand {
    margin-bottom: .25rem;
    padding: 0.25rem 0.5rem;
    color: #FFF;
    font-size: .625rem;
  }
  .Header--gubuy .Header-search {
    float: none;
    margin-top: .5rem;
  }
  .Header--gubuy .Header-search input::-webkit-input-placeholder {
    color: #e2e9f1;
    opacity: 1;
  }
  .Header--gubuy .Header-search input::-moz-placeholder {
    color: #e2e9f1;
    opacity: 1;
  }
  .Header--gubuy .Header-search input::-ms-input-placeholder {
    color: #e2e9f1;
    opacity: 1;
  }
  .Header--gubuy .Header-search input::placeholder {
    color: #e2e9f1;
    opacity: 1;
  }
  .Header--gubuy .Header-search input:-ms-input-placeholder,
  .Header--gubuy .Header-search input::-ms-input-placeholder {
    color: #e2e9f1;
  }
  .Header--gubuy.Header--gubuyHome .Header-search {
    margin-top: .75rem;
  }
  .Header--gubuy .Search {
    background: #003DA5;
    border: 1px solid #003DA5;
    border-bottom-color: #FFFFFF;
    border-radius: 0;
  }
  .Header--gubuy .Search-input {
    background-color: unset;
    color: #FFF;
    padding-right: 3em;
    padding-left: 0.5em;
  }
  .Header--gubuy .Header-menuTrigger {
    margin-top: 0;
    font-size: .75em;
    padding: .5em .75em;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
  }
  .Header--gubuy .Header-menuTrigger > svg {
    margin-right: 0.25em;
    margin-left: -0.15em;
    fill: #FFFFFF;
  }
  .Header--gubuy .Header-menuTrigger > span {
    font-weight: 600;
    padding-top: 1px;
  }
  .Header--gubuy .Header-login {
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .Header--gubuy .Header-login > a {
    line-height: 2rem;
    border-radius: 4px;
    padding: 2px 3px 2px 1px;
  }
}

.Header--gubuy .Header-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Header--gubuy .Header-body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 992px) {
  .Header--gubuy .Header-body-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 992px) {
  .Header--gubuy.Header--gubuyHome .Header-body-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.Header--gubuy .Header-text-parent,
.Header--gubuy .Header-text-tagline {
  display: none;
}

.Header--gubuy.Header--gubuyHome .Header-text-parent {
  display: block;
  font-size: .8125em;
  font-style: italic;
  color: #e2e9f1;
}

@media screen and (min-width: 992px) {
  .Header--gubuy.Header--gubuyHome .Header-text-parent {
    display: none;
  }
}

.Header--gubuy.Header--gubuyHome .Header-text-tagline {
  display: none;
  margin-top: 1rem;
  font-size: 1.125em;
  color: #003da5;
}

@media screen and (min-width: 992px) {
  .Header--gubuy.Header--gubuyHome .Header-text-tagline {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .Header--gubuy .Header-body {
    padding-top: 2.25rem;
    padding-bottom: 2.1rem;
  }
  .Header--gubuy.Header--gubuyHome .Header-body {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
  }
  .Header--gubuy .Header-search {
    margin-top: 0;
  }
  .Header--gubuy.Header--gubuyHome .Header-search {
    margin: 0 auto;
    float: none;
    margin-top: 1rem;
    width: 100%;
    max-width: 45em;
  }
  .Header--gubuy.Header--gubuyHome .Search {
    font-size: 1.25em;
    border: none;
  }
  .Header--gubuy .Search-input {
    padding-right: 4em;
  }
  .Header--gubuy .Search-input:focus {
    outline-offset: 0;
  }
  .Header--gubuy.Header--gubuyHome .Search-input {
    background-color: #f3f3f3;
    padding-left: 1em;
  }
  .Header--gubuy.Header--gubuyHome .Header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.Footer {
  background-color: #003DA5;
  color: #fff;
  padding-top: 3.5rem;
  margin-top: 0;
}

.Footer a {
  color: #fff;
  text-decoration: underline;
}

.Footer a:hover {
  text-decoration: none;
}

.Footer-logo {
  display: block;
  margin-bottom: .125em;
  text-decoration: none !important;
}

.Footer-logo img {
  max-width: 10em;
}

.Footer-email {
  margin-top: 4em;
}

@media screen and (max-width: 992px) {
  .Footer-email {
    margin-bottom: 4em;
  }
}

.Footer-disclaimer {
  font-size: .875em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.25em 0;
  margin-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Footer-disclaimer ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.Footer-disclaimer ul li {
  display: inline;
}

.Footer-disclaimer ul li + li {
  margin-left: 1.25em;
}

@media screen and (min-width: 992px) {
  .Footer-disclaimer :last-child a + a {
    margin-left: 2em;
  }
}

@media screen and (max-width: 992px) {
  .Footer-disclaimer {
    display: block;
  }
  .Footer-disclaimer a {
    display: block;
  }
}

.Footer-subtitle {
  font-weight: normal;
  font-size: 1.5em;
  margin-bottom: 1em;
}

.Footer-list li + li {
  margin-top: .5em;
}

@media screen and (max-width: 992px) {
  .Footer-list {
    margin-bottom: 3em;
  }
}

.Footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 7.5rem;
}

.Footer-tagline {
  font-size: 1em;
  margin-top: .5em;
  display: block;
}

.Section {
  margin-top: 5rem;
}

.Section-header {
  overflow: hidden;
  margin-bottom: 2em;
}

.Section-title {
  float: left;
  font-size: 2.25em;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 992px) {
  .Section-title {
    font-size: 1.75em;
    line-height: 1.25;
  }
}

.Section-link {
  float: right;
  margin-top: .5em;
}

.Section-body {
  margin-bottom: 3em;
}

.Org-badge {
  border-radius: 50%;
  background-color: #999;
  color: #fff;
  font-size: .6875em;
  font-weight: 700;
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  overflow: hidden;
  display: block;
  padding-top: .625em;
  padding-bottom: .625em;
  line-height: 1.25;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Org-name {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.325;
  margin-top: .25em;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .Org-name {
    font-size: 1em;
  }
}

.Org-abbr {
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .Org-abbr {
    font-size: 1.125em;
  }
}

.Org-subtitle {
  display: block;
  font-style: italic;
  font-size: 1.625em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
  padding-bottom: .5em;
  color: #555;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .Org-subtitle {
    font-size: 1.25em;
  }
}

.Org-filter {
  float: right;
  position: relative;
  max-width: 20em;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .Org-filter {
    float: none;
    margin-bottom: 2rem;
  }
}

.Org-filter input {
  border: 1px solid #ddd;
  padding: .325em 1.25em;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding-right: 2.5em;
  width: 100%;
}

.Org-filter button {
  position: absolute;
  right: 1em;
  top: .625em;
  background: transparent url("../assets/icons/icon-search.svg") no-repeat center;
  background-size: 100%;
  display: block;
  width: 1em;
  height: 1em;
}

.Page--organismos .Page-navList li.is-active {
  border-left-color: #003DA5;
  border-left-width: 6px;
}

.Page--organismos .Page-navList li.is-active .Org-badge {
  background-color: #003DA5;
}

.Page--organismos .Page-navList li a {
  padding-top: 1.125em;
  padding-bottom: 1.125em;
  padding-left: 1em;
  padding-right: 2.5em;
  position: relative;
}

.Page--organismos .Page-nav {
  font-size: 1.125em;
}

.Page--organismos .Page-title {
  float: left;
  font-size: 1.85em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 992px) {
  .Page--organismos .Page-title {
    float: none;
    margin-bottom: 1rem;
  }
}

.Page--organismos .Page-body .Flag {
  margin-bottom: 2.25rem;
}

.Page--organismos .Page-body .Flag .Flag-image img {
  width: 60px;
  height: 60px;
}

.Page--organismos a.Flag {
  color: #003DA5;
}

.Page--organismos a.Flag:hover {
  text-decoration: underline;
}

@media screen and (max-width: 992px) {
  .Page--organismos .Page-navList {
    display: block;
  }
}

[class^="arrow-"] {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
}

.arrow-up {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid black;
}

.arrow-down {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid black;
}

.arrow-right {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid black;
}

.arrow-left {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid black;
}

.Box--sabiasQue .Box-title {
  font-size: 18px !important;
  line-height: 1.35;
  font-weight: 400 !important;
  margin-bottom: .625em;
}

.Box--sabiasQue .Media-image {
  margin-right: .825em;
}

tr.is-new {
  background-color: #fff6dc !important;
  box-shadow: inset 4px 0 0 #ffd15f;
}

.Login-tabItem {
  background-color: #003DA5;
  color: #fff;
  text-align: center;
  padding: 1.125rem .75rem;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.Login-tabItem:hover, .Login-tabItem:focus {
  text-decoration: none;
}

.Login-tabItem:hover img, .Login-tabItem:focus img {
  opacity: .75;
}

.active .Login-tabItem,
.Login-tabItem.is-active {
  background-color: #042F62;
}

.active .Login-tabItem:before,
.Login-tabItem.is-active:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #042F62 transparent transparent transparent;
}

.Login-tabContent {
  display: none;
}

.Login-tabContent.active {
  display: block;
}

.Login-tabItem img {
  max-width: 50px;
  height: auto;
  margin-bottom: .5em;
}

.Login-tabItem span {
  display: block;
}

.MegaRadio {
  margin-top: 2rem;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  padding: 1.5rem 1rem;
  position: relative;
  height: 290px;
}

@media screen and (max-width: 992px) {
  .MegaRadio {
    height: auto;
  }
}

.MegaRadio div {
  padding-left: 1.625rem;
}

.MegaRadio strong {
  font-size: 18px;
  line-height: 1.15;
}

.MegaRadio p {
  margin-top: .75rem;
  margin-bottom: 0;
}

.MegaRadio input {
  position: absolute;
  left: 1.25rem;
  top: 1.75rem;
}

.MegaRadio--active {
  box-shadow: 0 0 0 3px #003DA5;
  border-color: #003DA5;
}

.Beta {
  font-size: 1.25rem;
  font-family: "Aquawax", sans-serif;
  font-weight: 400;
  float: right;
  margin-right: 1.825em;
  margin-top: -.325em;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.Beta:hover {
  opacity: .8;
}

.Beta--footer {
  font-size: .825em;
  margin-right: 0;
  position: absolute;
  right: 1em;
}

.Beta--miniheader {
  margin-right: 1.25em;
  margin-top: -1em;
  font-size: .975em;
}

.Beta--mini {
  font-size: .75em;
  margin-right: 0;
  position: absolute;
  right: .75em;
  top: 90%;
}

/* ---------- Estilos personalizados para HCEN ---------- */
.Box--tramites .Box-title {
  font-size: 1.125em;
  margin-bottom: .25em;
}

.Box--tramites .Box-info {
  margin-bottom: .85em;
}

.Button--tramite {
  border: solid 1px #0060a3;
  background-color: #fff;
  color: #0060a3;
  padding: .44em 1.5em;
}

.Box--tramites .Box-mediaList li, .Box--tramites .Box-mediaList > .Media {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: none;
}

.Box--tramites .Box-mediaList li:first-child, .Box--tramites .Box-mediaList > .Media:first-child {
  padding-top: 0rem;
}

/* Checktombos */
.Select-option {
  position: relative;
}

.Select-option input {
  position: absolute;
  height: 1.15rem;
  width: 1.15rem;
  top: 3.2rem;
  left: 2rem;
}

.Select-option label {
  display: block;
  padding: 1.8rem 1.5rem 1.8rem 3.2rem;
  background: #f7f7f7;
  border: solid 1px #cccccc;
  margin-bottom: 1rem;
  margin-top: 1rem;
  cursor: pointer;
}

.Select-option h2 {
  margin-bottom: .85rem;
  font-size: 1.5rem;
}

.Select-option input[type="radio"]:checked + label {
  outline: solid 3px #0060a3;
  border-color: #0060a3;
}

.Select-option input:focus {
  outline: none;
}

.Alert-content {
  padding: 1.5rem 3rem 2rem 2rem;
}

.Alert-content .Flag-image {
  padding-right: 3rem;
}

@media (max-width: 767px) {
  .Alert-content {
    padding: 1rem;
  }
  .Alert-content .Flag-image {
    display: none;
  }
}

.Barra-separadora {
  background-color: #0060a3;
  color: #fff;
  height: 50px;
  margin-bottom: 2rem;
}

.Barra-separadora h2, .Barra-separadora h2 a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.95;
  font-weight: 400;
}

.Barra-separadora h2 .u-textSmall {
  font-size: .85rem !important;
  padding-left: .75rem;
}

/* Modal HCEN, Modal compartir HCEN, Modal consultas HCEN */
#Modal-HCEN .modal-body, #Modal-compartir-HCEN .modal-body, #Modal-consultas-HCEN .modal-body, #Modal-primera-vez .modal-body {
  border: none;
  padding: 0rem 2rem 1.5rem;
}

#Modal-HCEN .modal-header, #Modal-HCEN .modal-footer, #Modal-compartir-HCEN .modal-header, #Modal-compartir-HCEN .modal-footer, #Modal-consultas-HCEN .modal-header, #Modal-consultas-HCEN .modal-footer, #Modal-primera-vez .modal-header, #Modal-primera-vez .modal-footer {
  padding: 24px 24px;
}

@media (max-width: 767px) {
  #Modal-HCEN .modal-body, #Modal-compartir-HCEN .modal-body, #Modal-consultas-HCEN .modal-body, #Modal-primera-vez .modal-body {
    padding: 0rem 0rem .5rem;
  }
  #Modal-HCEN .modal-header, #Modal-HCEN .modal-footer, #Modal-primera-vez .modal-header, #Modal-primera-vez .modal-footer {
    padding: 20px;
  }
}

@media (max-width: 553px) {
  .modal-dismiss {
    padding-left: 15px;
    font-size: .85rem;
    position: absolute;
    right: 110px;
    bottom: 33px;
  }
}

@media (max-width: 475px) {
  .modal-dismiss {
    bottom: 23px;
  }
}

/* Expedientes */
.Destacado-gris {
  background: #E6E6E6;
  padding: .25rem 0 .4rem;
  margin-top: .2rem;
}

.Expediente {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  color: #000000;
}

.Expediente--activo {
  background: #EFF7EF;
}

.Expediente--completado {
  background: #f2f2f2;
}

.Expediente-numero {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 500;
  padding-bottom: 4px;
}

.Expediente-recibido {
  padding: 0rem 2rem 0rem .5rem;
  text-align: center;
}

.Expediente-enviado, .Expediente-enviado--no {
  width: 90px;
  text-align: center;
}

.Expediente-enviado span {
  display: block;
}

@media (max-width: 992px) {
  .Expediente {
    padding: 1rem;
  }
  .Expediente-numero {
    float: left;
  }
  .Expediente-recibido {
    padding-right: .25rem;
    text-align: right;
  }
  .Expediente-referencia {
    padding: 1rem 0;
  }
  .Expediente-enviado {
    width: 100%;
    padding-top: .8rem;
    border-top: solid 1px #ddd;
    text-align: left;
  }
  .Expediente-enviado span {
    display: unset;
    padding-right: 1rem;
  }
  .Expediente-enviado--no {
    padding: 0;
    border: none;
  }
}

/* Personalizacion de tablas */
.Table--prestadoresHCEN td, .Table--prestadoresHCEN th {
  vertical-align: middle;
}

.Table--prestadoresHCEN td:last-child {
  width: 40px;
  text-align: center;
}

.Table--prestadoresHCEN .Button {
  padding: .5rem;
  width: 40px;
}

.Icon--redflag {
  background-image: url(../img/icon-redflag.svg);
  float: right;
  top: 0;
  right: -5px;
}

@media screen and (max-width: 992px) {
  .Table--prestadoresHCEN td:last-child {
    width: 100%;
    text-align: left;
  }
}

/**/
@media screen and (max-width: 992px) {
  .Table--responsive {
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: auto;
  }
  .Table--responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .Table--responsive tbody, .Table--responsive td, .Table--responsive th, .Table--responsive thead, .Table--responsive tr {
    display: block;
    overflow: auto;
  }
  .Table--responsive td, .Table--responsive tr {
    box-sizing: border-box;
    width: 100%;
    float: left;
  }
  .Table--responsive tr {
    border: 1px solid #ccc;
    padding: 10px 0;
  }
  .Table--responsive tr td {
    border: none !important;
    border-top: 1px solid #eee;
    position: relative;
    white-space: normal;
    text-align: left;
    font-weight: 700 !important;
  }
}

@media screen and (max-width: 992px) {
  td[data-title]:before {
    font-weight: 400;
    content: attr(data-title) " ";
    display: block;
  }
}

/* ---------- Estilos barra de progreso ---------- */
.formulario .progresoCont {
  text-align: right;
  font-size: 0.8em;
  float: right;
  width: 100%;
  margin-bottom: 22px;
}

.formulario .progresoCont span {
  float: right;
  margin-left: 6px;
}

.formulario .progresoCont a {
  display: block;
  clear: both;
  float: right;
}

.progreso {
  height: 10px;
  width: 150px;
  margin: 2em 0 4px;
  overflow: hidden;
  background-color: #cccccc;
  border-radius: 4px;
}

.progreso .bar {
  float: left;
  width: 0;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}

.bar.avanzado {
  background-color: #78C543;
}

.bar.intermedio {
  background-color: #fcd649;
}

.bar.inicial {
  background-color: #FF3D3C;
}

@media screen and (max-width: 465px) {
  .progreso {
    margin: 0 0 4px;
  }
}

.Inbox-item {
  display: block;
  padding: 1.5rem;
  position: relative;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
  border: 1px solid #eee;
}

.Inbox-item:after, .Inbox-item:before {
  display: table;
  content: '';
}

.Inbox-item:after {
  clear: both;
}

.ie8 .Inbox-item {
  border: 1px solid #ddd;
}

.Inbox-item--warning {
  color: #332b00;
  border-left: 3px solid #ffd15f;
  background-color: #fbf8ea;
}

.Inbox-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .Inbox-actions .Box-info {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.Inbox-actions .Inbox-more {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media screen and (min-width: 992px) {
  .Inbox-actions .Inbox-more {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .Inbox-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .Inbox-actions > div:last-child {
    display: none !important;
  }
}

.Inbox-actions .Dropdown-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Inbox-actions .Dropdown-menu {
  right: 0 !important;
  left: inherit;
}

@media screen and (max-width: 992px) {
  .Chat:not(.is-open) {
    max-height: 54px;
  }
}

.Chat {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 250px;
  height: 88px;
  line-height: 1.25;
  background-color: #003DA5;
  color: #fff;
  padding: 16px;
  border-radius: 5px;
  box-shadow: 0 3px 38px rgba(0, 0, 0, 0.35);
  z-index: 9999;
}

@media screen and (max-width: 992px) {
  .Chat {
    max-width: 90%;
  }
}

.Chat > a > div {
  margin-bottom: 5px;
  font-weight: 500;
  color: #fff;
}

.Chat > a > span {
  font-size: 13px;
  color: #fff;
  line-height: 17px;
}

.Chat-trigger {
  display: block;
}

.Chat.has-iframe.is-open .Chat-content,
.Chat.has-iframe.is-open .Chat-content iframe {
  height: 100%;
}

.Chat.has-iframe.is-open .Box, .Chat.has-iframe.is-open .Chat-button {
  display: none;
}

.Chat.has-iframe.is-open {
  padding: 0;
}

.Chat-content {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.Chat-content .Box--atencionCiudadana {
  background-color: transparent;
  box-shadow: none;
  border: 0 solid #ddd;
  padding: 0;
  margin: 0;
}

.Chat-content .Box--atencionCiudadana h4 {
  color: #fff;
}

.Chat-content .Box--atencionCiudadana .u-textMedium {
  font-weight: 600;
  font-size: 24px !important;
}

.Chat-content .Box--atencionCiudadana .Flag-body {
  color: #fff;
}

.Chat-content .Box--atencionCiudadana .Flag-body a {
  text-decoration: underline;
  color: #fff;
  word-break: break-all;
}

.Chat-content .Box--atencionCiudadana .Flag-image {
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 10px;
}

.Chat-content .Box--atencionCiudadana .Flag-image img {
  width: 60%;
  height: auto;
  margin: 0;
}

a.Chat-button {
  background-color: #fff;
  color: #003DA5;
  padding: 20px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin-top: 30px;
  text-decoration: underline;
}

a.Chat-button > svg {
  margin-right: 10px;
}

.Chat .Chat-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.Chat.is-open {
  width: 500px;
  overflow: auto;
}

.Chat.is-open .Chat-content {
  visibility: visible;
  opacity: 1;
}

.Chat-close {
  position: absolute;
  top: 1.325rem;
  right: 1rem;
  display: none;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  font-size: .85em;
  color: #000;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Chat-close:hover {
  background-color: #eee;
}

.Chat.is-open .Chat-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.Chat.is-open .Chat-trigger {
  display: none;
}

.Chat-trigger:focus {
  outline: 2px solid #ffbf47;
  outline-offset: 0.04063rem;
}

.Chat-frameWrapper,
.Chat-frame,
.Chat-frameWrapper iframe {
  height: 100%;
}

.Chat-frameWrapper iframe {
  border: 0;
}

.Chat-activeIcon {
  position: absolute;
  top: -.5rem;
  right: -.5rem;
  padding: 10px 8px 7px 8px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1;
  font-size: .85em;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Ajustes Header minisitio */
.Header.Header--minisitio .Header-body {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media screen and (max-width: 992px) {
  .Header.Header--minisitio .Header-body {
    padding-top: 0.75em;
    padding-bottom: 0.85em;
  }
}

@media screen and (max-width: 992px) {
  .Header.Header--minisitio .Header-menuTrigger {
    margin-top: 0.75em;
  }
  .Header.Header--minisitio .Header-search {
    margin-top: 1rem;
  }
}

/* Ajustes Nav minisitio */
.Nav.Nav--minisitio {
  background-color: #ededed !important;
}

.Nav.Nav--minisitio a:hover {
  color: #003da5 !important;
}

.Nav.Nav--minisitio .Nav-item:focus,
.Nav.Nav--minisitio .Nav-item.hover {
  background-color: #f9f9f9;
}

@media screen and (max-width: 992px) {
  .Nav.Nav--minisitio {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: none;
    width: 100%;
    max-width: 100%;
    z-index: 9998;
    box-shadow: none;
  }
  .Nav.Nav--minisitio.is-open {
    display: block;
  }
  .Nav.Nav--minisitio .Nav-item a {
    padding-top: 0.75rem;
  }
}

/* Ajustes Footer minisitio */
.Footer.Footer--minisitio {
  padding-top: 0;
}

.Footer.Footer--minisitio .Footer-list li + li {
  margin-top: 0.825em;
}

.Footer.Footer--minisitio .Footer-social {
  max-width: 100%;
}

.Footer.Footer--minisitio .Footer-logo a {
  text-decoration: none;
}

/* Ajustes ParentNav */
.ParentNav {
  /*.MiniHeader-body .Search-input,
	.Nav-search .Search-input,*/
}

.ParentNav .ParentNav-search .Search-input {
  padding-right: 3.8rem;
}

.ParentNav .ParentNav-subNav {
  padding: 0rem 1.5rem 1rem;
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  .ParentNav .Stats--menu .Stats-item {
    font-size: .85em;
    width: 100%;
  }
}

.Box--acceso > .u-textExtraLarge {
  font-size: 1rem !important;
}

.Box--acceso > .u-textExtraLarge > a {
  padding: 1rem !important;
}

/* INICIO (MIGRANDO A PORTAL BASE) */
/* FIN (MIGRANDO A PORTAL BASE) */
.Servicios {
  border: 1px solid #003DA5;
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  .Servicios {
    margin-bottom: 2em;
  }
}

.Servicios-header {
  background-color: #003DA5;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.125em 1.5em;
}

.Servicios-title {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}

.Servicios-subtitle {
  font-size: 1.25em;
  font-weight: normal;
}

.Servicios-button a {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: .375em .75em;
  color: #fff;
  -webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;
}

.Servicios-button a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

.Servicios-body {
  padding: 2em 1.5em;
}

.Servicios-list {
  padding-left: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  list-style: none;
  text-indent: -.7em;
  padding-left: 2em;
}

.Servicios-list li:before {
  content: "\2022 ";
  position: relative;
  left: -.5em;
  color: #00632e;
}

.Servicios-list a {
  color: #000;
}

.Servicios-list li + li {
  margin-top: 1em;
}

.Servicios-footer {
  padding: .5em 0;
  text-align: center;
}

.Servicios-footer small {
  display: block;
}

.Tramites {
  margin-top: 3em;
}

.TramiteItem {
  margin-bottom: 3em;
  padding-right: 1.25em;
}

.TramiteItem-title {
  font-weight: 500;
  font-size: 1.3725em;
  margin-bottom: .25em;
}

.Tramites-footer a {
  display: block;
  padding: 1em 1.5em;
  text-align: center;
  width: 100%;
  background-color: #f3f3f3;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
}

.Stats {
  margin-top: 3rem;
}

@media screen and (min-width: 992px) {
  .Stats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media screen and (max-width: 992px) {
  .Stats {
    font-size: .85em;
  }
}

.Stats-item {
  text-align: center;
}

@media screen and (max-width: 992px) {
  .Stats-item {
    margin-bottom: 2.5em;
  }
}

.Stats-item > div {
  font-size: 1.5em;
}

.Stats-item > a {
  font-size: 4.75em;
  color: #003DA5;
  text-decoration: none;
}

.Stats-item > a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .MediaGroup {
    overflow: hidden;
  }
  .MediaGroup .Media {
    float: left;
  }
  .MediaGroup .Media:first-child {
    width: 34%;
  }
  .MediaGroup .Media:last-child {
    margin-right: 1%;
    width: 32%;
  }
  .MediaGroup .Media:nth-child(2) {
    width: 32%;
    margin-right: 1%;
  }
}

.Module--880 {
  height: 880px;
}

.UN-cabezal {
  padding: 3.25rem 0 6.25rem;
}

.UN-cabezal-title {
  margin-bottom: .5rem;
}

.UN-cabezal-header .Dropdown-menu {
  min-width: 100%;
}

.UN-contenido {
  margin-top: -3rem;
}

.Data-highlight {
  font-size: 3em;
  color: #3155a5;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.25;
}

.Box--feedback .Form textarea {
  width: 100%;
  height: 110px;
  resize: vertical;
  padding: 5px 10px;
  line-height: 1.5;
  border: 1px solid #ccc;
  min-width: 295px;
  border-radius: 2px;
}

@media screen and (min-width: 768px) {
  .UN-cabezal-title {
    width: calc(100% - 240px);
  }
  .UN-cabezal-header .Dropdown {
    margin-top: -40px;
  }
}

.Title {
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-weight: 500;
}

.Box--heroTramites a {
  color: #fff;
}

.Box--heroTramites {
  background-color: #003DA5;
  color: #fff;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.Box--heroTramites .Search {
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.Box--heroTramites .Search-input {
  text-align: center;
}

.Box--heroTramites .Box-title {
  margin-bottom: 2rem;
  font-size: 2rem;
}

.Box--heroTramites .Box-text {
  font-size: .825em;
  margin-top: .5em;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .Box--heroTramites {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .Box--heroTramites .Box-title {
    font-size: 24px;
  }
  .Box--heroTramites .Search {
    font-size: 16px;
  }
}

.Table--tramites {
  margin-top: 2rem;
}

.Table--tramites tbody {
  font-size: .875em;
  line-height: 1.35;
}

.Table--tramites tbody tr td {
  padding-top: 1.125em;
  padding-bottom: 1.125em;
}

.Table-mainLink {
  font-size: 1.125em;
  margin-bottom: .25em;
}

.Table--tramites .Tags {
  margin-top: 0;
  margin-bottom: 0;
}

.Table--tramites .Tags-item {
  font-size: .825rem;
}

/* Menu de navegacion alfabetico */
.Alfa {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.Alfa-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}

.Alfa-list::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.Alfa-button {
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 6px;
  border-radius: 4px;
  display: block;
  width: 3.5em;
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-right: 8px;
  background-color: transparent;
}

.Alfa-button:before {
  content: '';
  display: block;
  background-image: url("../assets/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  height: 16px;
  width: 16px;
  opacity: .65;
}

.Alfa-button {
  z-index: 1000;
  position: absolute;
  border-radius: 0;
  right: 0;
  top: 0;
  background-image: -webkit-linear-gradient(right, #fff 60%, transparent);
  background-image: linear-gradient(to left, #fff 60%, transparent);
}

.Alfa-button--prev {
  background-image: -webkit-linear-gradient(left, #fff 60%, transparent);
  background-image: linear-gradient(to right, #fff 60%, transparent);
  left: 0;
  margin-right: 6px;
  margin-left: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 8px;
}

.Alfa-button--prev:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.Alfa-item {
  margin-top: 3px;
  margin-bottom: 3px;
}

.Alfa-item > span,
.Alfa-item > a {
  border-radius: 4px;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  display: block;
  width: 3em;
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.Alfa-item > a:hover {
  border-color: #0099ff;
  color: #fff;
  background-color: #0099ff;
  text-decoration: none;
}

.Alfa-list li + li {
  margin-left: .325em;
}

.Alfa-item--current > a {
  border-color: #003DA5;
  color: #fff;
  background-color: #003DA5;
}

.Alfa-item--disabled {
  opacity: .25;
}

@media screen and (max-width: 992px) {
  .Alfa {
    width: 100%;
    overflow-x: auto;
  }
}

/* Arrow (caret para cabezal de tabla y dropdowns) */
.Arrow:after {
  color: #000;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .625em;
  border-color: transparent;
  border-left-color: inherit;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 10px;
  /* stylelint-disable-line */
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.Minima {
  background-color: #fff;
}

/**
 * Tramite ampliado colapsables
 */
.Tramite-title {
  font-size: 1.5rem;
  margin-top: 2.75rem;
  margin-bottom: 1.25rem;
}

.Tramite-direcciones {
  display: none;
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
}

.Tramite-direcciones > li > ul {
  padding-left: 1.5rem;
}

@media screen and (max-width: 992px) {
  .Tramite .Tramite-content {
    display: none;
  }
  .Tramite .Tramite-content.is-open {
    display: block;
    -webkit-animation: collapseIn .35s ease-in-out;
            animation: collapseIn .35s ease-in-out;
  }
  .Tramite .Tramite-title {
    font-size: 1.25rem !important;
    border-bottom: 1px solid #eee;
    padding-bottom: .5em;
  }
  .Tramite .Tramite-title:before {
    content: '';
    color: #000;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5em 0 .5em .625em;
    border-color: transparent;
    border-left-color: inherit;
    position: relative;
    display: inline-block;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 10px;
    float: right;
    top: .625em;
  }
  .Tramite .Tramite-title.is-open:before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@-webkit-keyframes collapseIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes collapseIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* im */
.NewBar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .NewBar {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.CategoryFilter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

@media screen and (min-width: 992px) {
  .CategoryFilter {
    margin-bottom: 0;
  }
}

.CategoryFilter-select {
  border: 1px solid #ddd;
  background: #fff;
  height: 2.125em;
}

.CategoryFilter-button {
  margin-left: .5rem;
}

.js .CategoryFilter-button {
  display: none;
}

.CategoryFilter-label {
  margin-right: .5em;
}

@media screen and (max-width: 992px) {
  .CategoryFilter-label {
    display: none;
  }
  .CategoryFilter-select {
    font-size: 13px;
  }
}

.InterfazMinima-search {
  font-size: .825em;
  max-width: 30em;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .InterfazMinima-search {
    margin-bottom: 1.5rem;
  }
}

.InterfazMinima-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 992px) {
  .InterfazMinima-header .Button {
    font-size: .75em;
  }
}

.Checkbox {
  display: inline-block;
  border: .0625em solid #ccc;
  background: -webkit-radial-gradient(circle, #fff, #eee);
  background: radial-gradient(circle, #fff, #eee);
  border-radius: 50%;
  padding: .625em;
  width: 1em;
  height: 1em;
  position: relative;
}

.Checkbox--selected:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  content: '';
  display: block;
  border-radius: 50%;
  background-color: #000;
  width: 40%;
  height: 40%;
}

.Checkbox--small {
  font-size: .75rem;
}

.Tramite-icon {
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #003DA5;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Icon--canalInternet {
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/tramites/icon-canal-internet.png");
}

.Icon--canalTelefono {
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/tramites/icon-canal-telefono.png");
}

.Icon--canalPresencial {
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url("../img/tramites/icon-canal-presencial.png");
}

.Icon--cuentaUruguay {
  background-image: url("../img/tramites/icon-cuenta-uruguay.png");
}

.Tramite-canal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  border: 1px solid #003DA5;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 8px 15px 8px 15px;
  font-weight: 600;
  color: #003DA5;
  height: 48px;
}

.Tramite-canal .Tramite-canal-label {
  font-size: 16px;
  line-height: 1.25;
}

.Tramite-canal .Checkbox {
  margin-right: .625em;
}

.Tramite-canal .Tramite-icon {
  margin-right: .625em;
}

.Tramite-canal[role="button"] {
  cursor: pointer;
}

.Tramite-pre .Tramite-canal.is-active {
  border: 3px solid #003DA5;
}

@media screen and (max-width: 992px) {
  .Tramite-tabs .Tramite-canal.is-active {
    background-color: #003DA5;
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .Tramite-tabs .Tramite-canal.is-active {
    border: 3px solid #003DA5;
    position: relative;
  }
  .Tramite-tabs .Tramite-canal.is-active:before {
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    width: calc(100% + 6px);
    height: 22px;
    bottom: -22px;
    background-color: #fff;
    border: 3px solid #003DA5;
    border-top: 0;
    border-bottom: 0;
  }
}

.Tramite-tab {
  border-top: 3px solid #003DA5;
}

.Tramite-tab ul.Tramite > li {
  padding-left: 4.5em;
  padding-right: 4.5em;
  padding-top: 3em;
  padding-bottom: 3em;
}

@media screen and (max-width: 992px) {
  .Tramite-tab ul.Tramite > li {
    padding-left: 1.25em;
    padding-right: 1.25em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}

.Tramite-tab ul.Tramite > li:nth-child(even) {
  background-color: #f9f9f9;
}

.Tramite-tab .Tramite-title {
  margin-top: .25rem;
}

.Tramite-tab ul li ul {
  list-style: disc;
}

.Tramite-resumen {
  background-color: #e7edf7;
  padding: 2em;
  padding-bottom: 1em;
}

.Tramite-resumen h3 {
  font-size: 1.625em;
  margin-bottom: .5em;
  margin-top: .25em;
}

.Tramite-resumen h4 {
  font-size: 1.25em;
  margin-top: 1.125em;
  margin-bottom: .625em;
}

@media screen and (max-width: 992px) {
  .Tramite-resumen {
    font-size: .95rem;
    padding: 1.5em;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.Tramite-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.825rem;
}

@media screen and (max-width: 992px) {
  .Tramite-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Tramite-tabs .Tramite-canal {
    width: 100%;
    margin-bottom: .5em;
  }
}

.Tramite-tabs.pinned {
  margin-top: 0;
  background-color: #e7edf7;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding-top: 1em;
  padding-bottom: 1.125em;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.Tramite-tabs.pinned .Tramite-canal:first-child {
  margin-left: 1em;
}

.Tramite-select label {
  display: block;
  margin-bottom: .5rem;
}

.Tramite-select select {
  height: 38px;
  font-family: inherit;
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .Tramite-select select {
    margin-bottom: 1.5rem;
  }
}

.Tramite-content ul li,
.Tramite-content ol li {
  margin-bottom: .625em;
}

.Tramite-info h5 {
  font-size: 1rem !important;
}

.Tramite-info .Flag-image {
  padding-right: 13px;
}

.Tramite-pre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .Tramite-pre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Tramite-pre .Tramite-canal {
    margin-bottom: .75em;
  }
}

@media screen and (max-width: 992px) {
  .Tramite-costo .Flag-image {
    display: none;
  }
}

.Tramite-tab .Tramite-direcciones {
  list-style: none !important;
}

@media screen and (max-width: 992px) {
  .Tramite-resumen ul {
    padding-left: 1.5rem !important;
  }
  .Tramite-content ul {
    padding-left: 1.5rem !important;
  }
}

/* Arrow (caret para cabezal de tabla y dropdowns) */
.ButtonCombo .Arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5em 0 .5em .625em;
  border-color: transparent;
  border-left-color: #003DA5;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 10px;
  /* stylelint-disable-line */
  -webkit-transition: -webkit-transform .35s ease-in-out;
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.ButtonCombo:hover .Arrow:after {
  border-left-color: #fff;
}

/* Boton y Select combinados */
.ButtonCombo {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.ButtonCombo .Button--arrow {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ButtonCombo-drop {
  text-align: left;
  position: absolute;
  background-color: #fff;
  top: calc(100% - 1px);
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 500;
  right: 0;
  min-width: 300px;
}

@media screen and (max-width: 992px) {
  .ButtonCombo-drop {
    left: 0;
    right: unset;
  }
}

.Results-list .ButtonCombo-drop {
  left: 0;
  right: unset;
}

.ButtonCombo-drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ButtonCombo-drop a {
  color: #000;
  display: block;
  padding: .75rem 1.5rem;
  font-size: .9375rem;
  font-weight: normal;
}

.ButtonCombo-drop ul li + li {
  border-top: 1px solid #ccc;
}

.ButtonCombo-drop {
  display: none;
}

.ButtonCombo-drop.is-open {
  display: block;
  -webkit-animation: dropIn .35s ease-in-out;
          animation: dropIn .35s ease-in-out;
}

.ButtonCombo .Button.is-active {
  background-color: #eee;
  color: #000;
  border-color: #ccc;
}

.ButtonCombo .Button.is-active .Arrow:after {
  border-left-color: #000;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.u-displayFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 992px) {
  .u-md-displayFlex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-spaceAround {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.u-spaceEquidistant {
  display: table;
  width: 100%;
}

.u-spaceEquidistant > * {
  text-align: center;
  display: table-cell;
}

@media screen and (min-width: 992px) {
  .u-md-spaceAround {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .u-md-spaceEquidistant {
    display: table;
    width: 100%;
  }
  .u-md-spaceEquidistant > * {
    text-align: center;
    display: table-cell;
  }
}

.u-spaceBetween {
  text-align: justify;
}

.u-spaceBetween > * {
  display: inline-block !important;
}

.u-spaceBetween:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.u-alignCenter {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-minHeight10 {
  min-height: 10.25rem;
}

.u-minHeight8 {
  min-height: 8.725rem;
}

.u-justifyContentStart {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-justifyContentEnd {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.FontLogo {
  font-family: "Open Sans", sans-serif;
  color: #003DA5;
  font-size: 2.5em;
  font-weight: bold;
}
/*# sourceMappingURL=custom-home.css.map */