@charset "UTF-8";
@font-face {
  font-family: 'Urufont';
  src: url("../fonts/Urufont-Black.eot");
  src: url("../fonts/Urufont-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Urufont-Black.woff2") format("woff2"), url("../fonts/Urufont-Black.woff") format("woff"), url("../fonts/Urufont-Black.ttf") format("truetype"), url("../fonts/Urufont-Black.svg#Urufont-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Urufont';
  src: url("../fonts/Urufont.eot");
  src: url("../fonts/Urufont.eot?#iefix") format("embedded-opentype"), url("../fonts/Urufont.woff2") format("woff2"), url("../fonts/Urufont.woff") format("woff"), url("../fonts/Urufont.ttf") format("truetype"), url("../fonts/Urufont.svg#Urufont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Urufont';
  src: url("../fonts/Urufont-Bold.eot");
  src: url("../fonts/Urufont-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Urufont-Bold.woff2") format("woff2"), url("../fonts/Urufont-Bold.woff") format("woff"), url("../fonts/Urufont-Bold.ttf") format("truetype"), url("../fonts/Urufont-Bold.svg#Urufont-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

.u-urufont {
  font-family: 'Urufont', sans-serif !important;
}

.HomeHeader {
  font-family: "Urufont", sans-serif;
  background-color: #fff;
  color: #000;
  padding-bottom: 4em;
  position: relative;
}

@media screen and (max-width: 992px) {
  .HomeHeader {
    padding-bottom: 3em;
  }
}

@media screen and (min-width: 992px) {
  .HomeHeader {
    padding-bottom: 2.5em;
  }
}

.HomeHeader a {
  color: #3155a6;
}

.HomeHeader-title {
  margin-top: 2em;
  margin-bottom: .5em;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 992px) {
  .HomeHeader-title {
    text-align: center;
    display: block;
    margin-top: 2em;
  }
}

@media screen and (min-width: 992px) {
  .HomeHeader-title {
    margin-top: 1em;
    margin-bottom: .75em;
  }
}

.HomeHeader-logo a {
  display: block;
}

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

.HomeHeader-logo img {
  float: left;
}

@media screen and (max-width: 992px) {
  .HomeHeader-logo {
    display: inline-block;
    font-size: 1.75em;
  }
  .HomeHeader-logo img {
    width: 120px;
    margin: 0 0 1rem 0;
    max-width: 4.5em;
  }
}

@media screen and (min-width: 992px) {
  .HomeHeader-logo {
    margin-right: 2rem;
    margin-bottom: 0;
  }
  .HomeHeader-logo img {
    max-width: 4em;
  }
}

.HomeHeader-logo-text {
  font-size: 1.25em;
  line-height: 1.25;
  float: right;
}

@media screen and (min-width: 992px) {
  .HomeHeader-logo-text {
    font-size: 1.1em;
    line-height: 1.125;
  }
}

.HomeHeader-logo .Beta {
  font-size: .85rem;
  margin-top: -1.9em;
  margin-right: 1.6em;
}

@media screen and (min-width: 992px) {
  .HomeHeader-logo .Beta {
    font-size: .9rem;
    margin-top: -2.1em;
    margin-right: 1.825em;
  }
}

.HomeHeader-tagline {
  text-align: center;
  margin-top: 1.25em;
  color: #3155a6;
  font-size: 1.625em;
  max-width: 20em;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.35;
}

@media screen and (max-width: 992px) {
  .HomeHeader-tagline {
    font-size: 1.125em;
    width: 90%;
  }
}

@media screen and (min-width: 992px) {
  .HomeHeader-tagline {
    margin-top: 1.15em;
    font-size: 1.125em;
    max-width: 45em;
  }
}

.HomeHeader-top {
  padding: 8px 0;
  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;
}

.HomeHeader-top a {
  display: block;
  text-decoration: none;
  line-height: 1;
  padding: .5em;
}

.HomeHeader-top a:hover {
  text-decoration: underline;
}

.HomeHeader-top a > span:first-child {
  top: 2px;
  position: relative;
  margin-right: 4px;
}

.HomeHeader-search {
  background-color: #f3f3f3;
  max-width: 50em;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.HomeHeader-search .Search {
  background-color: #f3f3f3;
  border: 0;
}

.HomeHeader-search .Search-input {
  background-color: #f3f3f3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

.HomeHeader-search .Search-input::-webkit-input-placeholder {
  text-align: center;
}

.HomeHeader-search .Search-input::-moz-placeholder {
  text-align: center;
}

.HomeHeader-search .Search-input::-ms-input-placeholder {
  text-align: center;
}

.HomeHeader-search .Search-input::placeholder {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .HomeHeader-search .Search-input {
    padding-left: 2.15em;
  }
}

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

@media screen and (min-width: 992px) {
  .HomeHeader-search {
    max-width: 45em;
  }
}

.MenuTrigger {
  color: #000;
  border: 1px solid #000;
  padding: .25em .5em;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: .75em;
  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;
}

.MenuTrigger > svg {
  margin-right: .125em;
}

.HomeHeader-rightImage,
.HomeHeader-leftImage {
  display: block;
  width: 230px;
  height: 280px;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 0;
  background-size: 100%;
}

@media screen and (max-width: 992px) {
  .HomeHeader-rightImage,
  .HomeHeader-leftImage {
    opacity: .15;
  }
}

.HomeHeader-leftImage {
  background-image: url("../img/header-background-left.png");
  background-position: left bottom;
  left: 0;
}

@media screen and (min-width: 992px) {
  .HomeHeader-leftImage {
    left: -10px;
  }
}

.HomeHeader-rightImage {
  background-image: url("../img/header-background-right.png");
  background-position: right bottom;
  right: 0;
}

.MiniHeader {
  background-color: #fff;
  color: #000;
  font-family: 'Urufont', sans-serif;
}

.MiniHeader-body {
  padding: 2em 0;
}

.MiniHeader-body:after, .MiniHeader-body:before {
  display: table;
  content: '';
}

.MiniHeader-body:after {
  clear: both;
}

@media screen and (max-width: 992px) {
  .MiniHeader-body {
    padding: 1em 0;
  }
}

.MiniHeader-logo {
  float: left;
  max-width: 17em;
}

.MiniHeader-logo a {
  display: block;
}

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

.MiniHeader-logo img {
  margin-top: -.5em;
}

.MiniHeader-search {
  float: right;
  width: 100%;
  max-width: 30em;
  margin-top: 2px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
}

.Nav {
  background-color: #3155a6;
  display: none;
}

@media screen and (min-width: 992px) {
  .Nav {
    display: block;
  }
}

.Nav-subNav {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .Nav-subNav {
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.2);
  }
}

.Nav-subNav .Button {
  text-decoration: none;
  color: #3155a6;
}

.Nav-subNav .Button:hover {
  color: #fff;
}

.Nav-subNav a {
  color: #000;
  text-decoration: underline;
}

.Nav-subNav a:hover {
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  .Nav-subNav {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    left: -9999px;
    position: absolute;
    z-index: 1;
    top: 100%;
    background-color: #f9f9f9;
    width: 100%;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.Nav-inner {
  font-size: 1.1875em;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 992px) {
  .Nav-inner {
    display: table;
  }
}

.Nav-item > span,
a.Nav-item {
  padding: .75em 1.5em;
}

@media screen and (min-width: 992px) {
  .Nav-item > span,
  a.Nav-item {
    display: table-cell;
    text-align: center;
  }
}

.Nav-item {
  float: none;
  display: block;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .Nav-item {
    display: table-cell;
    text-align: center;
  }
}

.Nav-item > span {
  display: block;
  cursor: pointer;
  z-index: 9999;
  position: relative;
}

.Nav-item.is-selected {
  background-color: #f9f9f9;
}

.Nav-close {
  position: absolute;
  top: 1em;
  right: 1em;
}

.Nav-close button {
  line-height: 1;
}

@media screen and (max-width: 992px) {
  .Nav {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
            transform: translateX(-105%);
    display: block;
    -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;
    width: 92%;
    max-width: 400px;
    background-color: #0d2d6c;
    height: 100%;
    z-index: 9999;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
    overflow: auto;
  }
  .Nav.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .Nav-item.is-open {
    background-color: #f9f9f9;
    color: #000;
  }
  .Nav-item .Nav-subNav {
    background-color: #f9f9f9;
  }
  .Nav-subNav {
    display: none;
  }
  .Nav-inner {
    display: block;
    left: 0;
    padding-left: .75rem;
    padding-right: .75rem;
  }
  .Nav-inner .Nav-item {
    font-size: .85em;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }
  .Nav-inner .Nav-item > span {
    width: 100%;
  }
  .Nav-inner .has-submenu > span:after {
    content: '';
    width: .625em;
    height: .625em;
    background-size: 100%;
    background: transparent url("../img/arrow.svg") no-repeat center;
    display: block;
    float: right;
    position: relative;
    top: 8px;
  }
  .Nav-logo {
    max-width: 8em;
  }
}

.Stats--menu {
  padding: 1em 0;
  font-size: 0.75em;
}

@media screen and (max-width: 992px) {
  .Stats--menu {
    overflow: hidden;
    margin-top: 0 !important;
  }
}

.Stats--menu .Stats-item {
  margin-bottom: 2em;
}

@media screen and (max-width: 992px) {
  .Stats--menu .Stats-item {
    font-size: .75em;
    float: left;
    width: 50%;
  }
  .Stats--menu .Stats-item a {
    width: 100%;
    text-align: center;
  }
  .Stats--menu .Stats-item:nth-child(2n + 1) {
    clear: both;
  }
}

.Nav-subNav--temas {
  padding: 2em 2em 0 2em;
}

@media screen and (max-width: 992px) {
  .Nav-subNav--temas {
    padding: 1em 1em 0 1em;
  }
}

.Nav-subNav--temas ul li + li {
  margin-top: .5em;
}

.Nav-subNav--participacion {
  width: 16em;
}

.Nav-subNav--participacion ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.Nav-subNav--participacion ul li {
  list-style: none;
}

.Nav-subNav--participacion a {
  display: block;
  padding: 1em 1.25em;
}

.Nav-more {
  text-align: center;
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #ccc;
  padding-bottom: 1em;
}

.Nav-subNav--tramites {
  padding: 2em 2em 0 2em;
}

.Nav-subNav--tramites .Button {
  display: inline-block;
}

.Nav-subNav--tramites .Button:hover {
  color: #000;
}

@media screen and (max-width: 992px) {
  .Nav-subNav--tramites {
    padding: 1em 1em 0 1em;
  }
}

body.has-menu {
  overflow: hidden;
}

.Nav-item.hover a {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .Nav-item:focus, .Nav-item.hover {
    color: #000;
    text-decoration: none;
    background-color: #f9f9f9;
  }
}

@media screen and (min-width: 992px) {
  .Nav-inner .Nav-item:focus .Nav-subNav,
  .Nav-inner .Nav-item:hover .Nav-subNav,
  .Nav-inner .Nav-item.hover .Nav-subNav {
    left: 0;
    opacity: 1;
  }
  .Nav-inner .Nav-item:focus .Nav-subNav,
  .Nav-inner .Nav-item:hover .Nav-subNav {
    -webkit-transition-delay: .35s !important;
            transition-delay: .35s !important;
  }
}

.Nav .Box--destacado2 .Box-title {
  margin-bottom: .5rem;
  line-height: 1.15;
  color: #fff;
  display: block;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: .75rem;
  word-wrap: break-word;
}

.Nav .Box--destacado2 .Box-button.Button--secondary {
  display: inline-block;
  border: 0 solid currentcolor;
  border-radius: 3px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  margin: 0;
  padding: .5em 1.5em;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  text-shadow: none;
  background-color: #fcd649;
  color: #000;
  font-size: 1rem;
}

.Nav .Box-info {
  font-size: .875rem;
  color: #fff;
}

.Footer {
  background-color: #3155a6;
  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;
}

.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: 'Urufont', 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: #3155a6;
  border-left-width: 6px;
}

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

.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: #3155a6;
}

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

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

/**
 * Ejemplo:

  <div class="Results">
    <h3 class="Results-heading">
      Resultados de búsqueda para <strong>query</strong>
    </h3>

    <div class="u-cfx">
      <p class="Results-details">Resultados <strong>1 - 10</strong> de aproximadamente <strong>2670</strong></p>
    </div>

    <ul class="Results-list">
      <li class="Results-item">
        <h4 class="Results-title"><a href="#"></a></h4>
        <p class="Results-url"></p>
        <p class="Results-summary"></p>
      </li>
    </ul>

    <!-- .Pagination -->
  </div>
 */
.Results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.Results-item {
  margin-top: 2.5em;
}

.Results-title {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: .125em;
}

.Results-url {
  color: #008000;
  font-size: .85em;
  word-wrap: break-word;
  margin-bottom: 0;
}

.Results-summary {
  margin-bottom: 0;
  font-size: .9375em;
  margin-top: .25em;
}

.Results-details {
  float: right;
  margin-bottom: 0;
}

.Results-heading {
  font-weight: 400;
}

.Results-heading strong {
  font-weight: 700;
}

.Results-button {
  margin-top: .75em;
}

.Results-search {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.User {
  position: relative;
}

.User .User-name {
  cursor: pointer;
  color: #3155a6;
  text-decoration: none;
}

.User-alert {
  width: 16px;
  height: 16px;
  background-color: tomato;
  border-radius: 50%;
  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;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.User-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  min-width: 22rem;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  z-index: 1000;
  font-size: .95em;
}

.User-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.User-dropdown a {
  color: #000;
  display: block;
  padding: 1em;
  border-top: 1px solid #eee;
  line-height: 1.5;
}

.User-dropdown li:first-child a {
  border-top: 0;
}

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

@-webkit-keyframes dropIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes dropIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.User.is-open .arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -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;
}

[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: #3155a6;
  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: #0d2d6c;
}

.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: #0d2d6c 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 #3155a6;
  border-color: #3155a6;
}

.Beta {
  font-size: 1.25rem;
  font-family: "Urufont", 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;
  }
}

/* Personalización 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;
  }
}

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

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

.Nav a:hover {
  color: #000;
}

.Hero {
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.18);
  position: relative;
}

.Hero-image img {
  border-radius: 3px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 992px) {
  .Hero-image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.Hero-body {
  background-color: #3356a5;
  color: #fff;
  position: absolute;
  max-width: 34em;
  right: 0;
  padding: 2em 1.5em;
}

@media screen and (min-width: 992px) {
  .Hero-body {
    top: 50%;
    padding: 1.75em 2em;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 992px) {
  .Hero-body {
    max-width: 100%;
    font-size: .9375em;
    position: relative;
    top: 0;
    left: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.Hero-body .Box-info {
  color: #fff;
  text-transform: uppercase;
}

.Hero-body .Box-title {
  font-family: 'Urufont', sans-serif;
  font-weight: normal;
  margin-bottom: .5em;
  margin-top: .5em;
}

@media screen and (min-width: 992px) {
  .Hero-body .Box-title {
    width: 80%;
  }
}

.Hero-body .Box-text {
  font-size: .95em;
  margin-bottom: 0;
}

.Hero-body .Box-title a {
  font-size: 1.25em;
  text-decoration: none;
  color: #fff;
}

.Hero-body .Box-title a:hover {
  text-decoration: underline;
}

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

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

.Servicios-header {
  background-color: #3155a6;
  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: "• ";
  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: #3155a6;
  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: #3155a6;
  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 {
  position: absolute;
  border-radius: 0;
  right: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(60%, #fff), to(transparent));
  background-image: -webkit-linear-gradient(right, #fff 60%, transparent);
  background-image: linear-gradient(to left, #fff 60%, transparent);
}

.Alfa-button--prev {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #fff), to(transparent));
  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: #9292E3;
  color: #fff;
  background-color: #9292E3;
  text-decoration: none;
}

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

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

.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 #3155a6;
  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 #3155a6;
  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: #3155a6;
  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 #3155a6;
}

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

@media screen and (min-width: 992px) {
  .Tramite-tabs .Tramite-canal.is-active {
    border: 3px solid #3155a6;
    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 #3155a6;
    border-top: 0;
    border-bottom: 0;
  }
}

.Tramite-tab {
  border-top: 3px solid #3155a6;
}

.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;
  }
}

.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;
}

.Box--destacado1 .Box-title {
  font-family: 'Urufont', sans-serif;
}

.FontLogo {
  font-family: 'Urufont', sans-serif;
  color: #3155a6;
  font-size: 2.5em;
  font-weight: bold;
}
/*# sourceMappingURL=custom-home.css.map */