* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: white;
  color: #333;
  font-family: Lato, Open Sans, sans-serif;
  font-weight: 300;
  min-height: 100vh;
  font-size: 16px;
}

img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

a {
  /*color: #006633;*/
  color: rgb(4, 47, 65);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input[type="text"],
input[type="submit"],
input[type="password"],
input[type="number"],
button,
textarea {
  border-radius: 2px;
  /*font-size: 0.9rem;*/
  font-family: Lato, Open Sans, sans-serif;
  padding: 0 10px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="text"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
button:focus,
textarea:focus {
  box-shadow: 0 0 4px silver;
}

.sgc-mensaje {
  display: none;
}

.sgc-mensaje.error {
  color: #fc6d38;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 10;
  justify-content: space-around;
}

#container {
  min-height: 100vh;
}

.nav a {
  color: whitesmoke;
  text-decoration: none;
}

.nav__municipio {
  padding-left: 0.8em;
  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;
  line-height: 1;
}

.nav__toggle {
  background: none;
  border: none;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: auto;
  text-align: center;
  width: 50px;
}

.nav__toggle:hover {
  background: rgba(245, 245, 245, 0.5);
  color: #333;
}

.nav__toggle:active {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .nav__toggle {
    display: none;
  }
}

.nav__menu {
  display: none;
  list-style-type: none;
  margin-left: auto;
}

.nav__menu a {
  display: block;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav__menu a:hover {
  background: rgba(245, 245, 245, 0.5);
  color: #333;
}

.hidden {
  display: none;
}

.header {
  /*color: rgba(0, 0, 0, 0.75);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 520px;*/
  min-height: 75vh;
  margin: 0;
  position: relative;
  -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;
  overflow: hidden;
}

.header:before {
  content: '';
  background: whitesmoke;
  /*background-image: url("../images/images_hidalgo/barnner.jpg");*/
  /*background-image: url("../img/nueva_imagen/_ultimi.jpg");*/
  background-image: url("../img/nueva_imagen/IMG-2020.webp");
  background-position: top left;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}

.header__titulo,
.header__formulario {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__titulo {
  /*color: rgb(4, 47, 65);*/
  color: white;
  text-shadow: 1px 1px darkslategrey;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.header__titulo p {
  margin-bottom: 1em;
}

.header__titulo img {
  /*float: left;*/
  width: 64px;
}

.header__titulo-titulo {
  font-family: Lato, Open Sans, serif;
  margin: 0.6em auto;
  font-size: 3rem;
  text-shadow: 1px 1px black;
}

.header__titulo-parrafo {
  margin: 1em auto;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .header__titulo {
    margin-left: 10vw;
  }
}

.header__formulario {
  left: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  font-weight: 500;
  z-index: 5;
}

.header__formulario label {
  font-weight: normal;
}

.header__formulario.form-toggle {
  top: 50px;
}

.header__formulario form {
  background: rgba(255, 255, 255, 0.8);
  color: rgb(4, 47, 65);
  /*color: #006633;*/
  padding: 20px 60px;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}

.header__formulario form h2 {
  margin: 0.1em auto 0.7em;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 26px;
}

.header__formulario form input,
.header__formulario form button,
.header__formulario form textarea {
  border: 1px solid #706F6F;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 38px;
  max-height: 42px;
  margin: 1em auto;
  width: 100%;
  font-size: 1.4rem;
}

.header__formulario form [type="submit"] {
  border: 1px solid rgba(255, 255, 255, 0.7);
  /*background: #008D36;*/
  /*background: rgb(4, 47, 65);*/
  /* background-color: #218BC3; */
  background-color: #ab0a3d;
  color: white;
  cursor: pointer;
}

.header__formulario form [type="submit"]:hover {
  background-color: #880830;
}

@media screen and (min-width: 768px) {
  .header__formulario {
    position: static;
  }

  .header__formulario form {
    border: 1px solid silver;
    /*#706F6F;*/
    color: rgb(4, 47, 65);
    /*color: #006633;*/
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    display: block;
    margin: auto;
    /* margin-right: 10%; */
    min-width: 320px;
    width: 65%;
  }
}

#container [class^="section"] {
  font-size: 1.4rem;
  font-weight: 300;
  min-height: 350px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 40px;
  text-align: justify;
}

#container [class^="section"] h2 {
  color: #006633;
  margin-bottom: 1em;
  text-align: center;
}

#container [class^="section"] p {
  color: #666666;
  margin: 0.5em 0;
}

#container [class^="section"]:nth-child(even) {
  background: white;
}

.footer {
  /*background: url('../img/nueva_imagen/liston.jpg');*/
  background-color: #ab0a3d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 500;
  color: white;
  min-height: 120px;
  margin-top: auto;
  /*font-size: .8rem;
  font-weight: 500;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 120px;
  margin-top: auto;*/
}

.footer>[class^="footer"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.5em 0.5em 0;
  padding: 10px;
  text-align: center;
}

.footer>[class^="footer"] h3 {
  margin: 0 0 0.5em;
}


/**
 *  Infobox para menu de municipios
 */
.infobox-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  text-align: center;
  font-size: 0;
  max-height: 300px;
  overflow-y: scroll;
}

.infobox {
  display: inline-block;
  /*width: 210px;
    height: 66px;*/
  color: #555;
  background-color: #FFF;
  box-shadow: none;
  margin: -1px 0 0 -1px;
  padding: 8px 15px 6px 9px;
  border: 1px dotted;
  border-color: #D8D8D8 !important;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

.infobox:hover {
  cursor: pointer;
  background: #95C11F;
  color: #fff !important;
  border: 1px solid #555;
}

.infobox>.infobox-icon {
  display: inline-block;
  vertical-align: top;
  width: 44px
}

.infobox>.infobox-icon>.ace-icon {
  display: inline-block;
  height: 42px;
  margin: 0;
  padding: 1px 1px 0 2px;
  background-color: transparent;
  border-width: 0;
  text-align: center;
  position: relative;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.infobox>.infobox-icon>.ace-icon:before {
  font-size: 24px;
  display: block;
  padding: 6px 0 7px;
  width: 40px;
  text-align: center;
  border-radius: 100%;
  color: #FFF;
  color: rgba(255, 255, 255, .9);
  background-color: transparent;
  background-color: rgba(255, 255, 255, .2);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .14)
}

.infobox .infobox-content {
  color: #333;
  /*max-width: 140px;*/
  font-weight: bold;
}

.infobox>.infobox-data {
  display: inline-block;
  border-width: 0;
  font-size: 13px;
  text-align: left;
  line-height: 21px;
  min-width: 130px;
  padding-left: 8px;
  position: relative;
  top: 0
}

.infobox>.infobox-data>.infobox-data-number {
  display: block;
  font-size: 22px;
  margin: 2px 0 4px;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .15)
}

.infobox>.infobox-data>.infobox-text {
  display: block;
  font-size: 16px;
  margin: 2px 0 4px;
  position: relative;
  text-shadow: none
}

.infobox.no-border {
  border-width: 0 !important
}

@media only screen and (max-width:479px) {
  .infobox {
    min-width: 95%;
    margin-top: 2px;
    margin-bottom: 2px
  }
}

.infobox-purple {
  color: #6f3cc4;
  border-color: #6f3cc4
}

.infobox-purple>.infobox-icon>.ace-icon {
  background-color: #6f3cc4
}

.infobox-purple.infobox-dark {
  background-color: #6f3cc4;
  border-color: #6f3cc4
}

.infobox-purple2 {
  color: #5f47b0;
  border-color: #5f47b0
}

.infobox-purple2>.infobox-icon>.ace-icon {
  background-color: #5f47b0
}

.infobox-purple2.infobox-dark {
  background-color: #5f47b0;
  border-color: #5f47b0
}

.infobox-pink {
  color: #cb6fd7;
  border-color: #cb6fd7
}

.infobox-pink>.infobox-icon>.ace-icon {
  background-color: #cb6fd7
}

.infobox-pink.infobox-dark {
  background-color: #cb6fd7;
  border-color: #cb6fd7
}

.infobox-blue {
  color: #6fb3e0;
  border-color: #6fb3e0
}

.infobox-blue>.infobox-icon>.ace-icon {
  background-color: #6fb3e0
}

.infobox-blue.infobox-dark {
  background-color: #6fb3e0;
  border-color: #6fb3e0
}

.infobox-blue2 {
  color: #3983c2;
  border-color: #3983c2
}

.infobox-blue2>.infobox-icon>.ace-icon {
  background-color: #3983c2
}

.infobox-blue2.infobox-dark {
  background-color: #3983c2;
  border-color: #3983c2
}

.infobox-blue3 {
  color: #1144eb;
  border-color: #1144eb
}

.infobox-blue3>.infobox-icon>.ace-icon {
  background-color: #1144eb
}

.infobox-blue3.infobox-dark {
  background-color: #1144eb;
  border-color: #1144eb
}

.infobox-red {
  color: #d53f40;
  border-color: #d53f40
}

.infobox-red>.infobox-icon>.ace-icon {
  background-color: #d53f40
}

.infobox-red.infobox-dark {
  background-color: #d53f40;
  border-color: #d53f40
}

.infobox-brown {
  color: #c67a3e;
  border-color: #c67a3e
}

.infobox-brown>.infobox-icon>.ace-icon {
  background-color: #c67a3e
}

.infobox-brown.infobox-dark {
  background-color: #c67a3e;
  border-color: #c67a3e
}

.infobox-wood {
  color: #7b3f25;
  border-color: #7b3f25
}

.infobox-wood>.infobox-icon>.ace-icon {
  background-color: #7b3f25
}

.infobox-wood.infobox-dark {
  background-color: #7b3f25;
  border-color: #7b3f25
}

.infobox-light-brown {
  color: #cebea5;
  border-color: #cebea5
}

.infobox-light-brown>.infobox-icon>.ace-icon {
  background-color: #cebea5
}

.infobox-light-brown.infobox-dark {
  background-color: #cebea5;
  border-color: #cebea5
}

.infobox-orange {
  color: #e8b110;
  border-color: #e8b110
}

.infobox-orange>.infobox-icon>.ace-icon {
  background-color: #e8b110
}

.infobox-orange.infobox-dark {
  background-color: #e8b110;
  border-color: #e8b110
}

.infobox-orange2 {
  color: #f79263;
  border-color: #f79263
}

.infobox-orange2>.infobox-icon>.ace-icon {
  background-color: #f79263
}

.infobox-orange2.infobox-dark {
  background-color: #f79263;
  border-color: #f79263
}

.infobox-green {
  color: #9abc32;
  border-color: #9abc32
}

.infobox-green>.infobox-icon>.ace-icon {
  background-color: #9abc32
}

.infobox-green.infobox-dark {
  background-color: #9abc32;
  border-color: #9abc32
}

.infobox-green2 {
  color: #0490a6;
  border-color: #0490a6
}

.infobox-green2>.infobox-icon>.ace-icon {
  background-color: #0490a6
}

.infobox-green2.infobox-dark {
  background-color: #0490a6;
  border-color: #0490a6
}

.infobox-grey {
  color: #999;
  border-color: #999
}

.infobox-grey>.infobox-icon>.ace-icon {
  background-color: #999
}

.infobox-grey.infobox-dark {
  background-color: #999;
  border-color: #999
}

.infobox-black {
  color: #393939;
  border-color: #393939
}

.infobox-black>.infobox-icon>.ace-icon {
  background-color: #393939
}

.infobox-black.infobox-dark {
  background-color: #393939;
  border-color: #393939
}

.infobox-dark {
  margin: 1px 1px 0 0;
  border-color: transparent !important;
  border-width: 0;
  color: #FFF;
  padding: 4px
}

.infobox-dark>.infobox-icon>.ace-icon,
.infobox-dark>.infobox-icon>.ace-icon:before {
  background-color: transparent;
  box-shadow: none !important;
  text-shadow: none;
  border-radius: 0;
  font-size: 30px
}

.infobox-dark .infobox-content {
  color: #FFF
}

.infobox>.infobox-progress {
  padding-top: 0;
  display: inline-block;
  vertical-align: top;
  width: 44px
}

.infobox>.infobox-chart {
  padding-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
  width: 44px;
  text-align: center
}

.infobox>.infobox-chart>.sparkline {
  font-size: 24px
}

.infobox>.infobox-chart canvas {
  vertical-align: middle !important
}

.infobox>.stat {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 11px;
  text-shadow: none;
  color: #ABBAC3;
  font-size: 13px;
  padding-right: 18px;
  padding-top: 3px
}

.infobox>.stat:before {
  display: inline-block;
  width: 8px;
  height: 11px;
  background-color: #ABBAC3;
  position: absolute;
  right: 4px;
  top: 7px
}

.infobox>.stat:after {
  display: inline-block;
  position: absolute;
  right: 1px;
  top: -8px;
  border: 12px solid transparent;
  border-width: 8px 7px;
  border-bottom-color: #ABBAC3
}

.infobox>.stat.stat-success {
  color: #77C646
}

.infobox>.stat.stat-success:before {
  background-color: #77C646
}

.infobox>.stat.stat-success:after {
  border-bottom-color: #77C646
}

.infobox>.stat.stat-important {
  color: #E4564F
}

.infobox.infobox-dark>.stat,
.infobox.infobox-dark>.stat.stat-important,
.infobox.infobox-dark>.stat.stat-success,
.infobox>.badge {
  color: #FFF
}

.infobox>.stat.stat-important:before {
  background-color: #E4564F;
  top: 3px
}

.infobox>.stat.stat-important:after {
  border-top-color: #E4564F;
  border-bottom-color: transparent;
  bottom: -6px;
  top: auto
}

.infobox.infobox-dark>.stat:before {
  background-color: #E1E5E8
}

.infobox.infobox-dark>.stat:after {
  border-bottom-color: #E1E5E8
}

.infobox.infobox-dark>.stat.stat-success:before {
  background-color: #D0E29E
}

.infobox.infobox-dark>.stat.stat-success:after {
  border-bottom-color: #D0E29E
}

.infobox.infobox-dark>.stat.stat-important:before {
  background-color: #FF8482;
  top: 3px
}

.infobox.infobox-dark>.stat.stat-important:after {
  border-top-color: #FF8482;
  border-bottom-color: transparent;
  bottom: -6px;
  top: auto
}

.infobox>.badge {
  position: absolute;
  right: 20px;
  top: 11px;
  border-radius: 0;
  text-shadow: none;
  font-size: 11px;
  line-height: 15px;
  height: 16px;
  padding: 0 1px
}

.infobox.infobox-dark>.badge {
  color: #FFF;
  background-color: rgba(255, 255, 255, .2) !important;
  border: 1px solid #F1F1F1;
  top: 2px;
  right: 2px
}

.infobox.infobox-dark>.badge.badge-success>.ace-icon {
  color: #C6E9A1
}

.infobox.infobox-dark>.badge.badge-important>.ace-icon,
.infobox.infobox-dark>.badge.badge-warning>.ace-icon {
  color: #ECB792
}

.infobox-small {
  width: 135px;
  height: 52px;
  text-align: left;
  padding-bottom: 5px
}

.infobox-small>.infobox-chart,
.infobox-small>.infobox-icon,
.infobox-small>.infobox-progress {
  display: inline-block;
  width: 40px;
  max-width: 40px;
  height: 42px;
  line-height: 38px;
  vertical-align: middle
}

.infobox-small>.infobox-data {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 72px;
  min-width: 0
}

.infobox-small>.infobox-chart>.sparkline {
  font-size: 14px;
  margin-left: 2px
}

.percentage {
  font-size: 14px;
  display: inline-block;
  vertical-align: top
}

.infobox-small .percentage {
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
  margin-left: 2px
}

.pricing-box:not(:first-child) {
  padding-left: 7px
}

.pricing-box:not(:last-child) {
  padding-right: 7px
}

.pricing-box .price {
  font-size: 22px;
  line-height: 20px;
  height: 28px;
  text-align: center;
  color: #555
}

.pricing-box .price small {
  font-size: 22px
}

.pricing-box .btn {
  font-size: 16px
}

.pricing-box .widget-header {
  text-align: center;
  padding-left: 0
}













@media screen and (min-width: 768px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.4rem;
  }

  .footer>[class^="footer"] {
    text-align: justify;
  }
}