main {
  min-height: 100vh; }
  main .heading {
    position: relative;
    width: 100%;
    overflow: hidden; }
    main .heading .graph {
      width: 100%;
      height: 100%; }
      main .heading .graph img {
        width: 100%;
        height: auto;
        filter: brightness(0.8); }
    main .heading .text {
      position: absolute;
      bottom: 10%;
      left: 5%;
      width: auto;
      height: auto;
      color: #FFFFFF; }
      main .heading .text h1 {
        font-weight: 600; }
      main .heading .text a {
        text-decoration: none;
        color: #FFFFFF; }
      main .heading .text .nav p {
        font-weight: bold; }
  main .section {
    width: 100%;
    height: auto;
    padding: 80px 0px;
    color: #666666; }
    main .section h1 {
      color: #258D19;
      width: 90%; }
    main .section .content {
      width: 90%;
      height: auto; }
  main #delegaciones {
    background-color: #F0F0F0; }

/*RESPONSIVE*/
/*Pantalla de celulares - VERTICAL - 16:9*/
@media screen and (max-width: 767px) and (orientation: portrait) {
  .heading {
    height: 300px; }
    .heading .text {
      width: 90%; }
      .heading .text h1 {
        font-size: 40px;
        margin: 10px 0px; }
      .heading .text a, .heading .text p {
        font-size: 16px;
        margin: 0px 20px 0px 0px; }
        .heading .text a img, .heading .text p img {
          width: 20px;
          height: 20px;
          margin: 0px 10px 0px 0px; }
      .heading .text .nav {
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between; }

  .section .content {
    margin: 20px 0px 0px 0px; }

  #externos {
    background: url("../images/_backgroundSUTIEBO.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }
    #externos .content .card {
      width: 100%;
      height: auto;
      padding: 10px 0px;
      background-color: #F6F6F6;
      color: #666666;
      transition: all ease .5s;
      margin: 0px 0px 20px 0px; }
      #externos .content .card p, #externos .content .card h2 {
        text-align: left;
        width: 90%; }
      #externos .content .card .folio {
        margin: 10px 0px 5px 0px;
        color: #258D19;
        font-size: 12px;
        font-weight: bold; }
      #externos .content .card .date {
        margin: 5px 0px 10px 0px; }
    #externos .content .card:hover {
      background-color: #E6E6E6;
      color: #444444; }

  #internos {
    background-color: #F0F0F0; }
    #internos p {
      font-size: 16px; }
      #internos p a {
        color: #258D19;
        font-weight: 600; } }
/*Pantalla de celulares - HORIZONTAL*/
@media screen and (max-width: 767px) and (orientation: landscape) {
  .heading {
    height: 100vh; }
    .heading .graph {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
    .heading .text h1 {
      font-size: 40px;
      margin: 10px 0px; }
    .heading .text a, .heading .text p {
      font-size: 16px;
      margin: 0px 20px 0px 0px; }
      .heading .text a img, .heading .text p img {
        width: 20px;
        height: 20px;
        margin: 0px 10px 0px 0px; }
    .heading .text .nav {
      width: auto;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .heading .text .nav a {
        margin: 0px 20px 0px 0px;
        padding: 2px; }
      .heading .text .nav p {
        margin: 0px 20px 0px 0px; }

  .section .content {
    margin: 20px 0px 0px 0px; }

  #externos {
    background: url("../images/_backgroundSUTIEBO.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }
    #externos .content .card {
      width: 100%;
      height: auto;
      padding: 10px 0px;
      background-color: #F6F6F6;
      color: #666666;
      transition: all ease .5s;
      margin: 0px 0px 20px 0px; }
      #externos .content .card p, #externos .content .card h2 {
        text-align: left;
        width: 90%; }
      #externos .content .card .folio {
        margin: 10px 0px 5px 0px;
        color: #258D19;
        font-size: 12px;
        font-weight: bold; }
      #externos .content .card .date {
        margin: 5px 0px 10px 0px; }
    #externos .content .card:hover {
      background-color: #E6E6E6;
      color: #444444; }

  #internos {
    background-color: #F0F0F0; }
    #internos p {
      font-size: 16px; }
      #internos p a {
        color: #258D19;
        font-weight: 600; } }
/*Pantalla de tablets*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .heading {
    height: 50vh; }
    .heading .text h1 {
      font-size: 60px;
      margin: 10px 0px; }
    .heading .text a, .heading .text p {
      font-size: 16px; }
      .heading .text a img, .heading .text p img {
        width: 20px;
        height: 20px;
        margin: 0px 10px 0px 0px; }
    .heading .text .nav {
      width: auto;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .heading .text .nav a {
        margin: 0px 20px 0px 0px; }
      .heading .text .nav p {
        margin: 0px 20px 0px 0px; }

  .section .content {
    margin: 20px 0px 0px 0px; }

  #externos {
    background: url("../images/_backgroundSUTIEBO.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }
    #externos .content .card {
      width: 100%;
      height: auto;
      padding: 10px 0px;
      background-color: #F6F6F6;
      color: #666666;
      transition: all ease .5s;
      margin: 0px 0px 20px 0px; }
      #externos .content .card p, #externos .content .card h2 {
        text-align: left;
        width: 90%; }
      #externos .content .card .folio {
        margin: 10px 0px 5px 0px;
        color: #258D19;
        font-size: 12px;
        font-weight: bold; }
      #externos .content .card .date {
        margin: 5px 0px 10px 0px; }
    #externos .content .card:hover {
      background-color: #E6E6E6;
      color: #444444; }

  #internos {
    background-color: #F0F0F0; }
    #internos p {
      font-size: 16px; }
      #internos p a {
        color: #258D19;
        font-weight: 600; } }
/*Pantalla de computadoras*/
@media screen and (min-width: 1024px) {
  .heading {
    height: 60vh; }
    .heading .graph {
      align-items: center;
      justify-content: center; }
      .heading .graph img {
        height: 100%;
        width: auto; }
    .heading .text h1 {
      font-size: 60px;
      margin: 10px 0px; }
    .heading .text a, .heading .text p {
      font-size: 16px; }
      .heading .text a img, .heading .text p img {
        width: 20px;
        height: 20px;
        margin: 0px 10px 0px 0px; }
    .heading .text .nav {
      width: auto;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
      .heading .text .nav a {
        margin: 0px 20px 0px 0px;
        padding: 2px;
        transition: all ease .5s; }
      .heading .text .nav p {
        margin: 0px 20px 0px 0px; }
      .heading .text .nav a:hover {
        background-color: #258D19; }

  .section .content {
    margin: 20px 0px 0px 0px; }

  #externos {
    background: url("../images/_backgroundSUTIEBO.png");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat; }
    #externos .content .card {
      width: 100%;
      height: auto;
      padding: 10px 0px;
      background-color: #F6F6F6;
      color: #666666;
      transition: all ease .5s;
      margin: 0px 0px 20px 0px; }
      #externos .content .card p, #externos .content .card h2 {
        text-align: left;
        width: 90%; }
      #externos .content .card .folio {
        margin: 10px 0px 5px 0px;
        color: #258D19;
        font-size: 12px;
        font-weight: bold; }
      #externos .content .card .date {
        margin: 5px 0px 10px 0px; }
    #externos .content .card:hover {
      background-color: #E6E6E6;
      color: #444444; }

  #internos {
    background-color: #F0F0F0; }
    #internos p {
      font-size: 16px; }
      #internos p a {
        color: #258D19;
        font-weight: 600; } }
