/*******************TRAMITES***************************/


#tramite-detalle .header {
    display: flex;
    padding: 15px 10px;
    font-family: Platform-Bold;
    text-transform: uppercase;
    color: #14417A;
    margin-top: 15px;
    text-align: center;
    border-bottom: 1px solid #14417A;
}

#tramite-detalle .header h1 {
  margin: 0px;
  padding: 0px;
}

#tramite-detalle .header a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #14417A;
}

#tramite-detalle .header div {
  box-sizing: border-box;
}

#tramite-detalle .header .left {
  width: 20%;
  border-right: 2px solid white;
  padding-top: 5px;
}

#tramite-detalle .header .center {
    width: 60%;
    text-align: center;
    font-size: 25px;
    border-left: 1px solid #14417A;
    border-right: 1px solid #14417A;
}


#tramite-detalle .header .right {
  width: 20%;
  border-left: 2px solid white;
  padding-top: 5px;
  cursor: pointer;
}

#tramite-detalle .header .right i {
  margin: 0px 15px;
}

#tramite-detalle h1 {
  text-align: center;
  color: white;
}

#tramite-detalle h1 span.title {
    display: block;
    background: #00A4BD;
    padding: 10px;
    margin: 5px 0px;
    text-transform: uppercase;
    letter-spacing: 2.3px;
}

#tramite-detalle h1 span.subtitle {
    display: block;
    padding: 10px;
    margin: 5px 0px;
    color: #00A4BD;
    letter-spacing: 1px;
}

#tramite-detalle .details a {
    color: #17a0d5;
    font-family: Platform-RegularItalic;
    text-decoration: none;
    letter-spacing: 0.7px;
    font-size: 19px;
}

#tramite-detalle .details .data {
  padding: 15px 0;
  border-radius: 20px;
  margin: 15px 0;
  display: none;
}

#tramite-detalle .details .title {
  display: none;
}

#tramite-detalle .details h4 {
    color: #6ac5d9;
    font-family: 'Platform-Regular';
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px 30px;
    margin: 5px;
}

#tramite-detalle .details h3 {
    display: block;
    padding: 10px;
    margin: 5px 0px;
    color: #00A4BD;
    font-family: Platform-Regular;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1.2px;
}

#tramite-detalle .details h3 a {
    color: #00A4BD;
    text-transform: uppercase;
    font-family: Platform-Bold;
    text-decoration: none;
}

#tramite-detalle .details iframe {
  box-sizing: border-box;
  width: 100%;
  display: block;
  padding: 20px;
  border: none;
  border-radius: 35px;
}

#tramite-detalle .details p {
    padding: 10px 30px;
    margin: 0px;
    font-family: Helvetica;
    letter-spacing: 0.1px;
    color: #14417A;
    font-size: 18px;
}

#tramite-detalle .details ul.filesDownload {
  list-style-type: none;
  background: #eff9fa !important;
}

#tramite-detalle .details ul.filesDownload:after {
  content: "";
  clear: both;
  display: table;
}

#tramite-detalle .details ul.filesDownload li {
  float: left;
  padding: 30px 20px;
  font-size: 15px;
  margin: 10px;
  background: #daeef0;
  float: left;
  font-family: Platform-Medium;
  max-width: 300px;
}

    #tramite-detalle .details ul.filesDownload li a {
        text-decoration: none;
        color: #074a81;
        text-decoration: none;
        color: #074a81;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        font-size: 17px;
        font-family: 'Platform-Medium';
    }

#tramite-detalle .details ul.filesDownload li a i {
    background: #074a81;
    border-radius: 100%;
    padding: 20px;
    margin-right: 20px;
}

#tramite-detalle .details ul.filesDownload li a i::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  vertical-align: middle;
  font-size: 25px;
  color: white;
  font-weight: 900;
  font-style: normal;
}

#tramite-detalle .details ul.filesDownload li a.filePDF i::before {
  content: "\f1c1";
}

#tramite-detalle .details ul.filesDownload li a.fileXLS i::before {
  content: "\f1c3";
}


#tramite-detalle .details ul {
  padding: 30px 60px;
  margin: 0px;
  font-size:18px;
}

#tramite-detalle .details ul li {
    color: #074a81;
    font-family: Helvetica;
    line-height: 22px;
    letter-spacing: 0.1px;
    padding: 3px;
}

article#tramitesInformacion ol li {
    color: #093772;
    font-size: 18px;
    font-family: 'Helvetica';
}

#tramite-detalle .details ul li ul {
  border-top: none;
  border-bottom: none;
  padding: 0px 20px;
  list-style-type: none;
}


#tramite-detalle .details table {
    margin: 20px 0;
    font-size: 15px;
    border: 2px solid #074a81;
    width: 100%;
}

    #tramite-detalle .details table th {
        background: #14417A;
        padding: 5px;
        text-transform: uppercase;
        font-family: Platform-Bold;
        color: white;
        letter-spacing: 1.3px;
        text-align: left;
        padding-left: 10px;
    }

#tramite-detalle .details table td {
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
    font-family: Platform-Regular;
    color: white;
    letter-spacing: 1.3px;
    background: #2bc0d7;
}
#tramite-detalle .details table tr:last-child td {
    border: none;
}

#tramite-detalle .details table td p {
    padding: 5px 10px;
    font-family: Platform-Regular;
    color: white;
    letter-spacing: 1px;
    background: #2bc0d7;
}

#tramite-detalle .details table td ul {
    margin-left: 20px;
}

 #tramite-detalle .details table td ul li span {
    color: #003e70;
    line-height: 18px;
    font-family: Platform-Regular;
    font-size: 19px;
}

#tramite-detalle .details table td ul li::marker {
    color: #003e70;
}


#tramite-detalle .details table tr:first-child td {
    border-top: none;
}

#tramite-detalle .details table td p {
  padding: 0px;
}

#tramite-detalle .details table ul {
  margin: 5px;
  padding: 5px;
  background: none !important;
  list-style-type: disc;
}

#tramite-detalle .details table ul li {
  color: #575a5b;
  line-height: 10px;
}

#tramite-detalle .details #requisitos b h2 {
    color: #02287f;
    letter-spacing: 1px;
}

#tramite-detalle .nav {
  width: 70%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
#tramite-detalle .nav .btn {
  position: relative;
  display: block;
  padding: 20px;
  cursor: pointer;
  flex-grow: 999;
  background: #074a81;
  overflow: hidden;
  width: 10%;
}

#tramite-detalle .nav .btn h2 {
  float: left;
  padding: 20px;
  margin: 0px;
  font-family: Platform-LightItalic;
  font-size: 20px;
  color: white;
  display: none;
}

#tramite-detalle .nav .btn .right-border {
  width: 15px;
  position: absolute;
  top: 0;
  right: 0;
  background: #00adc1;
  height: 105px;
  display: none;
}

#tramite-detalle .nav .btn.selected {
    width: 90%;
    background: #BEF1F4 !important;
    border-right: 10px solid #1C335A;
}

#tramite-detalle .nav .btn.selected .shape {
    width: 150px;
    height: 150px;
    background: #00A4BD;
    position: absolute;
    top: -25px;
    left: -55px;
    z-index: 1;
    border-radius: 70px;
}

#tramite-detalle .nav .btn.selected h2 {
    display: block;
    color: #075286 !important;
    letter-spacing: 1.2px;
    font-family: 'Platform-RegularItalic';
    font-size: 21px;
}

#tramite-detalle .nav .btn.selected .right-border {
  display: block;
}

#tramite-detalle .nav .btn.selected .icon {
    color: #1C335A  !important;
}

#tramite-detalle .nav .btn .icon {
  float: left;
  vertical-align: middle;
  font-size: 40px;
  color: white;
  font-weight: 900;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
}
#tramite-detalle .nav .btn .icon i {
  margin: auto;
  top: 10px;
  position: relative;
  z-index: 30;
}

#tramite-detalle .nav .btn:hover {
    background: #BEF1F4 !important;
}

#tramite-detalle .nav .btn:hover .icon {
    color: #1C335A !important;
}

#tramite-detalle .nav .btn:hover h2 {
  color: white !important;
}

#tramite-detalle .nav .btn.selected:hover h2 {
  color: #00afc3 !important;
}

#tramite-detalle ul.tramites-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  list-style-type: none;
  background: rgba(7, 76, 135, 0.6);
  padding: 15px;
  display: none;
}

#tramite-detalle ul.tramites-list li a {
  color: white;
  font-family: Platform-Regular;
}

#tramite-detalle div.lista-tramites {
  margin: auto;
  justify-content: center;
}

    #tramite-detalle div.lista-tramites .tramite p {
        margin: 0;
        color: #14417A;
        text-align: center;
        font-size: 15px;
        font-family: Platform-Medium;
        padding: 15px 0px;
        line-height: 16px;
        letter-spacing: 0.3px;
    }


#tramite-detalle div.lista-tramites .tramite:hover p {
    color: #00A4BD !important;
}

#tramite-detalle div.lista-tramites .tramite:hover .tramite-icon {
    background: #00A4BD !important;
}

#tramite-detalle div.lista-tramites .tramite {
    margin: 10px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

#tramite-detalle div.lista-tramites .tramite .submenu {
    position: absolute;
    background: rgba(20, 65, 123,0.9);
    list-style-type: none !important;
    margin: 0px -85%;
    padding: 10px;
    z-index: 95;
    min-width: 250px;
    display:none;
}

#tramite-detalle div.lista-tramites .tramite .submenu a {
    text-decoration: none;
}

#tramite-detalle div.lista-tramites .tramite .submenu li {
    border-bottom: 0.5px solid #778db4;
    padding: 4px 0px;
    margin: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

#tramite-detalle div.lista-tramites .tramite .submenu li:last-child {
    border-bottom: none;
}

#tramite-detalle div.lista-tramites .tramite .submenu li a {
    font-family: 'Platform-Regular';
    color: white;
    letter-spacing: 0.6px;
}

#tramite-detalle div.lista-tramites .tramite-icon {
    background-size: 70px;
    background-repeat: no-repeat;
    margin: auto;
    font-size: 28px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background: #14417A;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tramite-detalle div.lista-tramites .tramite-icon:hover {
    background: #00A4BD;
}


#tramite-detalle div.lista-tramites .flex {
  display: flex;
  flex-wrap: wrap;
  margin-top:10px;
}

@media screen and (max-width: 1350px) {

    #tramite-detalle div.lista-tramites .tramite .submenu {
        margin: 0px -15%;
        min-width: 170px;
    }
}


@media screen and (max-width: 880px) {
  
  #tramite-detalle div.lista-tramites {
    display: none;
  }

  #tramite-detalle .header .left {
    display: none;
  }

  #tramite-detalle .header {
    flex-direction: column;
  }

  #tramite-detalle .header .center {
    width: 100%;
  }

  #tramite-detalle .header .right {
    width: 100%;
    border: none;
  }

  #tramite-detalle .nav .btn {
    width: 50% !important;
    border: 0 !important;
    padding: 10px;
    background: #eaeaec !important;
  }

  #tramite-detalle .nav .btn .icon {
    color: #074a81 !important;
  }

  #tramite-detalle .nav .btn .right-border {
    display: none !important;
  }

  #tramite-detalle .nav .btn h2 {
    display: none !important;
  }

  #tramite-detalle .nav .btn.selected h2 {
    display: block !important;
    color: #00afc3 !important;
    font-size: 12px;
    text-align: center;
    float: none;
    padding: 10px;
  }

  #tramite-detalle .nav .btn.selected .shape {
    display: none;
  }

  #tramite-detalle .nav .btn .icon {
    float: none;
    display: block;
    width: 100%;
    margin: 0px;
  }
}
