@import url("bootstrap.css");
/* Bootstrap GRID */
.color-ppl {
  color: #002855;
}
.color-primary {
  color: #0085ca;
}
.color-success {
  color: #6dba71;
}
.color-info {
  color: #4bc8d8;
}
.color-warning {
  color: #f7a24e;
}
.color-danger {
  color: #e8385d;
}
.color-gray {
  color: #5f6474;
}
.color-gray-dark {
  color: #31343c;
}
.color-gray-light {
  color: #7f8597;
}
.fondo-ppl {
  background-color: #002855;
}
.fondo-primary {
  background-color: #0085ca;
}
.fondo-success {
  background-color: #6dba71;
}
.fondo-info {
  background-color: #4bc8d8;
}
.fondo-warning {
  background-color: #f7a24e;
}
.fondo-danger {
  background-color: #e8385d;
}
.fondo-gray {
  background-color: #5f6474;
}
.fondo-gray-light {
  background-color: #7f8597;
}
.fondo-gray-lighter {
  background-color: #f9f9fa;
}
.bg-pdd-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bg-pdd-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bg-pdd-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.bg-pdd-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pdd-10 {
  padding: 10px;
}
.pdd-20 {
  padding: 20px;
}
.pdd-30 {
  padding: 30px;
}
html {
  position: relative;
  overflow-y: scroll;
}
body {
  margin: 0 !important;
  padding: 0 !important;
  background-color: #f1f1f1;
}
.wrapper {
  display: block;
  position: relative;
  min-height: 100vh;
}
a,
a:active,
a:visited {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 2px solid rgba(0, 0, 0, 0.08);
  margin-top: 10px;
  margin-bottom: 10px;
}
.transision-2s-inout {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.transision-2s-out {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
*:focus,
 + :active {
  outline: 0px !important;
}
.icon-left {
  margin-right: 10px;
}
.icon-right {
  margin-left: 10px;
}
.badge.outline {
  color: #9fa4b1;
  background-color: #FFF;
  border: 1px solid #9fa4b1;
}
.selector {
  background-color: transparent;
}
.selector .input-sm {
  background-color: #FFF;
  color: #0085ca;
  border: 1px solid #ccc;
  font-size: 12px;
}
.selector-md .input-md {
  background-color: #FFF;
  color: #0085ca;
  border: 1px solid #ccc;
  font-size: 14px;
}
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  margin-top: -30px;
  color: #fff;
  background-color: #0085ca;
}
#footer .footer-info {
  display: block;
  text-align: center;
  line-height: 30px;
}
#footer .footer-info a {
  color: #fff;
  text-decoration: underline;
}
#footer .footer-info img {
  max-height: 16px;
  width: auto;
  margin-left: 5px;
}
#back-top {
  position: fixed;
  bottom: 0;
  right: 30px;
}
#back-top a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  opacity: .3;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  background-color: #002855;
  font-size: 1.8em;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
#back-top a:hover {
  opacity: 1;
}
.alert .fa {
  display: inline-block;
  float: left;
  font-size: 60px;
  margin-right: 10px;
  vertical-align: top;
}
.alert .contenido {
  display: inline-block;
  float: left;
  vertical-align: top;
}
.alert h4 {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  margin: 7px 0 0;
  line-height: 20px;
}
.alert p {
  display: block;
  line-height: 20px;
}
.container .panel {
  margin-bottom: 30px;
}
.g-recaptcha > div {
  margin: 0 auto !important;
}
.uppercase {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: .1em;
}
.busqueda {
  padding: 30px 15px;
}
.busqueda hr {
  margin: 20px 0;
}
.busqueda .logotipo {
  display: block;
  text-align: center;
}
.busqueda .logotipo img {
  max-width: 100%;
  height: auto;
}
.busqueda .btn-ver {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .15em;
  border-radius: 40px;
  text-transform: uppercase;
}
.visor-content .logotipo img {
  display: block;
  max-height: 46px;
}
.visor-content .menuppal {
  display: inline-block;
  float: right;
  margin: 6px 0;
}
.visor-content .menuppal ul,
.visor-content .menuppal li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pdf-container {
  display: block;
  overflow: hidden;
  height: 100vh;
  background-color: #f2f2f2;
  background-image: url(images/texture.png);
}
.pdf-container.margin-top {
  margin-top: 20px;
}
.pdf-container > iframe {
  display: block;
  overflow: auto;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 450px) {
  .visor-content .logotipo {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .visor-content .logotipo img {
    margin: 0 auto;
  }
  .visor-content .menuppal {
    display: block;
    float: none;
    text-align: center;
  }
  .visor-content .menuppal ul,
  .visor-content .menuppal li {
    display: inline-block;
    text-align: center;
  }
  .visor-content .menuppal li {
    display: block;
  }
  .btn {
    margin: 0 3px 3px 0;
  }
}
