@charset "UTF-8";
h1, h2 h3, h4, h5 {
  font-family: 'zabal_demoblack';
}

h2 {
  margin: 5rem;
}

h2::after {
  content: '';
  display: block;
  width: 3rem;
  height: .5rem;
  background-color: #FFCC00;
}

.btn {
  display: block;
  background-color: transparent;
  border: solid 0.2rem #000;
  border-radius: .5rem;
  font-family: 'zabal_demoblack';
  width: 20rem;
  padding: 2rem;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
}

#btn-menu {
  display: none;
}

label.navy-left-label {
  display: none;
}

.menu-redes-sociales-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #000;
  width: 100%;
  min-height: 4rem;
}

.menu-redes-sociales-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-redes-sociales-container ul li {
  overflow: hidden;
  margin-right: 1rem;
  color: transparent;
}

.menu-redes-sociales-container ul li a {
  color: transparent;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  font-family: 'prd-inteface';
}

.menu-redes-sociales-container ul li.facebook a::before {
  content: "\e905";
  color: #FFCC00;
  position: absolute;
}

.menu-redes-sociales-container ul li.twitter a::before {
  content: "\e908";
  color: #FFCC00;
  position: absolute;
}

.menu-redes-sociales-container ul li.youtube a::before {
  content: "\e909";
  color: #FFCC00;
  position: absolute;
}

header.template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFCC00;
  background-image: url(../imagenes/layout/background-header.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto contain;
  width: 100%;
  min-height: 30rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.template .menu-principal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

header.template .menu-principal-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2rem;
}

header.template .menu-principal-container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}

header.template a {
  margin-left: auto;
}

header.template a .logo {
  display: block;
  width: 9rem;
  height: auto;
}

main {
  position: relative;
  margin-top: 10rem;
}

main .titulo {
  display: block;
  position: absolute;
  padding: 3rem 5rem 3rem 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  top: -15rem;
  left: 0;
  width: 40%;
  text-align: right;
  font-size: 1.2rem;
  color: #fff;
}

main .titulo h1 {
  font-family: 'zabal_demoblack';
  color: #FFCC00;
  font-size: 4rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  line-height: normal;
}

main .titulo h1 span {
  display: block;
  font-size: 3rem;
  font-family: 'nexa-bolduploaded_file';
}

main .titulo a {
  font-size: 1.2rem;
  color: #FFCC00;
  text-decoration: underline;
}

main .content-box {
  display: block;
  padding: 5rem;
}

main .content-box.art-92 ul {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

main .content-box.art-92 ul li {
  margin: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10rem 2rem 20rem 2rem;
  border-radius: .5rem;
  color: #4a4d50;
  position: relative;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
  min-height: 30rem;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

main .content-box.art-92 ul li em {
  font-size: 1.5rem;
  width: 100%;
  padding: 2rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #af863f;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  background-color: #FFCC00;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  font-family: 'bebas_neueregular';
}

main .content-box.art-92 ul li::before {
  display: block;
  content: '';
  width: 5rem;
  height: 5rem;
  background-image: url(../imagenes/layout/logo-tarjetas.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 5rem;
  border: solid 0.5rem #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2.5rem;
}

main .content-box.art-92 ul li a {
  display: block;
  background-color: transparent;
  border: solid 0.2rem #000;
  border-radius: .5rem;
  font-family: 'zabal_demoregular';
  width: 15rem;
  padding: .5rem 1rem;
  text-align: center;
  color: #fff;
  font-size: .8rem;
  margin: 2rem auto;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: #000;
  position: absolute;
  bottom: 10rem;
  left: 0;
  right: 0;
  margin: auto;
}

main .content-box.art-92 ul li a:hover {
  -webkit-transition: all .1s;
  transition: all .1s;
}

main .content_obl {
  background-color: #414143;
  padding: 2rem;
  border-radius: 2rem;
  color: #fff;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0rem 5rem 5rem 5rem;
}

main .content_obl h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: flex-end;
  margin: 0;
}

main .content_obl .obl-arts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
}

main .content_obl .obl-arts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 15rem;
  width: 30%;
}

main .content_obl .obl-arts li a {
  padding: 2rem;
  width: 100%;
  background-color: #FFCC00;
  border-radius: 2rem;
  font-family: 'nexa-bolduploaded_file';
  text-align: center;
  color: #000;
}

main .content_obl .obl-arts li a span {
  display: block;
  font-family: 'nexa-lightuploaded_file';
  font-size: 1.1rem;
}

main .content_obl .obl-arts li a::before {
  font-family: 'prd-inteface';
  content: "\e901";
  display: block;
  font-size: 5rem;
}

main .content-aviso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 5rem 10rem 5rem;
}

main .content-aviso a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  font-size: 1.3rem;
  position: relative;
  padding-left: 7rem;
  margin: 2rem;
}

main .content-aviso a strong {
  display: block;
  font-family: 'nexa-bolduploaded_file';
}

main .content-aviso a::before {
  content: "\e902";
  font-family: 'prd-inteface';
  color: #FFCC00;
  position: absolute;
  font-size: 5rem;
  left: 0;
  top: -2rem;
}

main .denuncia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #FFCC00;
  padding: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  position: relative;
}

main .denuncia h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  font-size: 3rem;
  text-align: right;
  font-family: 'zabal_demoblack';
  width: 25rem;
  margin-right: 2rem;
  margin-left: 10%;
  position: relative;
  padding: 0;
  z-index: 2;
}

main .denuncia h3 span {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: 'zabal_demoregular';
}

main .denuncia .btn {
  position: relative;
  z-index: 2;
  background-color: #FFCC00;
}

main .denuncia .back-denuncia {
  position: absolute;
  height: calc(100% + 3rem);
  width: auto;
  bottom: 0;
  right: 10%;
}

main .UT {
  background-color: black;
  position: relative;
  overflow: hidden;
  color: #fff;
}

main .UT .content-UT {
  position: relative;
  z-index: 2;
}

main .UT .titular-trans {
  margin: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .UT .titular-trans img {
  display: block;
  width: 8rem;
  height: 8rem;
  margin-right: 1.5rem;
}

main .UT .titular-trans p.titular {
  margin-bottom: 0;
}

main .UT .titular-trans p.titular span {
  display: block;
  font-family: 'nexa-lightuploaded_file';
  font-size: 1.1rem;
  font-style: italic;
}

main .UT .titular-trans .contact-pers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

main .UT .titular-trans .contact-pers li {
  overflow: hidden;
  margin-right: 1rem;
  color: transparent;
}

main .UT .titular-trans .contact-pers li a {
  color: transparent;
  position: relative;
  width: 2rem;
  height: 2rem;
  display: block;
  font-family: 'prd-inteface';
}

main .UT .titular-trans .contact-pers li.phone a::before {
  content: "\e903";
  color: #FFCC00;
  position: absolute;
}

main .UT .titular-trans .contact-pers li.mail a::before {
  content: "\e906";
  color: #FFCC00;
  position: absolute;
}

main .UT .content-comt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .UT .content-comt article {
  width: 40%;
}

main .UT h3 {
  margin: 5rem auto;
  text-align: center;
}

main .UT h3 span {
  display: block;
  font-family: 'nexa-lightuploaded_file';
  font-size: 1.2rem;
}

main .UT .back-UT {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .2;
  z-index: 1;
}

main .wp-block-table td, main .wp-block-table th {
  vertical-align: middle !important;
}

main .tab-gen {
  width: 90%;
  margin: 0 auto 10rem auto;
}

main .tab-gen table {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10rem;
  vertical-align: middle !important;
}

main .tab-gen table thead {
  background-color: #4a4d50;
  color: #fff;
}

main .tab-gen table thead tr th:nth-child(1) {
  width: 5rem;
}

main .tab-gen table thead tr th:nth-child(3) {
  width: 20rem;
}

main .tab-gen table thead tr th:nth-child(4) {
  width: 10rem;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
  font-size: inherit !important;
}

main .content-aviso .ea-header a::before {
  display: none;
}

footer.template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer.template section.generales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #414143;
  color: #fff;
}

footer.template section.generales article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  font-size: 1.3rem;
  margin-right: 3rem;
}

footer.template section.generales article h4 {
  font-weight: bold;
  font-size: 1.6rem;
  font-family: 'zabal_demomedium';
}

footer.template section.generales article a {
  color: #fff;
}

footer.template section.generales article:nth-child(1) a {
  margin-left: 5rem;
}

footer.template section.generales article:nth-child(1) a .logo {
  display: block;
  width: 7rem;
  height: auto;
}

footer.template section.generales article:nth-child(2) {
  max-width: 30rem;
  margin-right: 0;
}

footer.template section.generales article:nth-child(2) .phone {
  position: relative;
  padding-left: 2.5rem;
}

footer.template section.generales article:nth-child(2) .phone::before {
  display: inline-block;
  content: "\e907";
  font-family: 'prd-inteface';
  color: #FFCC00;
  font-size: 2rem;
  position: absolute;
  left: 0;
  top: .5rem;
}

footer.template section.generales article:nth-child(2) .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer.template section.generales article:nth-child(2) .time span::before {
  display: inline-block;
  content: "\e904";
  font-family: 'prd-inteface';
  color: #FFCC00;
  font-size: 2rem;
  margin-right: .5rem;
}

footer.template section.generales article:nth-child(3) ul {
  list-style: disc;
  list-style-position: inside;
  color: #FFCC00;
}

footer.template section.generales article:nth-child(3) ul a {
  text-decoration: underline;
}

footer.template section.generales .menu-redes-sociales-container {
  background-color: transparent;
  min-height: auto;
}

footer.template section.generales .menu-redes-sociales-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer.template section.generales .menu-redes-sociales-container ul a {
  color: transparent;
}

footer.template section.legales {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer.template section.legales p {
  margin: 0;
}

footer.template section.legales a {
  color: #FFCC00;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .menu-redes-sociales-container {
    position: relative;
    z-index: 11;
  }
  .checkbox {
    display: none;
  }
  label.navy-left-label {
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    right: -10px;
    top: 0px;
    width: 40px;
    height: 40px;
    margin: 10px 20px;
  }
  #btn-menu:checked ~ .menu-principal-container {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  header.template {
    position: relative;
  }
  header.template .navy-left-label {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 5;
    cursor: pointer;
    left: 0;
    top: -4rem;
    z-index: 11;
  }
  header.template .navy-left-label::before {
    content: "☰";
    font-size: 1.55em;
    color: white;
  }
  header.template .menu-principal-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    z-index: 10;
    width: 100%;
    margin-left: 0;
  }
  header.template .menu-principal-container ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: black;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    width: 100%;
  }
  header.template a {
    margin-left: 0;
    margin: 0 auto;
  }
  main {
    position: relative;
    margin-top: 10rem;
  }
  main .titulo {
    left: 0;
    width: 100%;
    text-align: center;
  }
  main .content_obl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  main .content_obl h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: flex-end;
    justify-self: flex-end;
    margin: 0 auto 2rem auto;
  }
  main .content_obl .obl-arts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  main .content_obl .obl-arts li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 15rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  main .content_obl .obl-arts li:last-child {
    margin-bottom: 0;
  }
  main .denuncia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .denuncia h3 {
    text-align: center;
    margin-bottom: 2rem;
  }
  main .denuncia .back-denuncia {
    right: 0;
    left: 0;
    margin: auto;
    opacity: .3;
    height: 100%;
  }
  main .UT .content-comt {
    padding-bottom: 3rem;
  }
  main .UT .content-comt article {
    width: 100%;
    margin: 1rem 5rem;
  }
  footer.template section.generales {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.template section.generales article:nth-child(2) {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.template section.generales article:nth-child(2) p:first-child() {
    display: block;
    width: 100%;
  }
  footer.template section.generales article:nth-child(2) .phone {
    width: 50%;
  }
  footer.template section.generales article:nth-child(2) .time {
    width: 50%;
  }
  footer.template section.generales article:nth-child(3) {
    width: 50%;
  }
  footer.template section.generales article:nth-child(3) ul {
    list-style: disc;
    list-style-position: inside;
    color: #FFCC00;
  }
  footer.template section.generales article:nth-child(3) ul a {
    text-decoration: underline;
  }
  footer.template section.generales .menu-redes-sociales-container {
    width: 50%;
  }
  footer.template section.generales .menu-redes-sociales-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer.template section.generales .menu-redes-sociales-container ul a {
    width: 100%;
    color: transparent;
  }
  footer.template section.legales {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  footer.template section.legales a {
    margin-bottom: 2rem;
  }
}
/*# sourceMappingURL=layout.css.map */