/* FONTS  ---------------------- */
@import 'https://fonts.googleapis.com/css?family=Pridi:200,400,600';
/* VARIABLES ------------------ */
/* GENERAL -------------------- */
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  background: #393a37;
  font-family: 'Pridi', serif;
  -webkit-font-smoothing: subpixel-antialiased;
  background-image: url(../../images/mpautass.jpg) !important;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 1;
}
a,
button,
.animar {
  -webkit-transition: all 0.5s ease;
  /* Safari 3.1 to 6.0 */
  -o-transition: all 0.5s ease;
  moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* ESTILOS -------------------- */
.contenedor {
  padding: 15px 30px;
}
/* HEADER --------------------- */
header img {
  width: 100px;
  height: auto;
}
/* MODALs ----------------------- */
.fade.in,
.modal-backdrop.fade {
  background: rgba(0, 0, 0, 0.3);
}
.modal .modal-lg .modal-content {
  padding: 20px 30px;
  border-radius: 0;
}
.modal .modal-lg .modal-content h3 {
  margin: 0;
  padding: 0;
  font-size: 2.5rem;
  color: #87b714;
  font-weight: 600;
  padding: 0 0 10px;
}
.modal .modal-lg .modal-content p {
  margin: 0;
  padding: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.modal .modal-lg .modal-content .close {
  margin-top: -10px;
  margin-right: -20px;
  float: right;
  opacity: 1;
}
.modal .modal-lg .modal-content .close img {
  width: 30px;
  height: 30px;
  opacity: 1;
}
.modal .modal-lg .modal-content .close:hover img {
  opacity: 0.6;
}
.modal .modal-lg .modal-content section.conoce {
  margin: 20px 0 0;
}
.modal .modal-lg .modal-content section.conoce div {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.375rem;
}
.modal .modal-lg .modal-content section.conoce div.texto {
  width: 70px;
  position: absolute;
  padding: 5px 10px 5px 0;
  border-right: 2px solid #87b714;
}
.modal .modal-lg .modal-content section.conoce div.redes {
  margin: 3px 0 0 80px;
}
.modal .modal-lg .modal-content section.conoce div.redes a {
  display: inline-block;
  padding: 0 0 0 3px;
}
.modal .modal-lg .modal-content section.conoce div.redes a img {
  width: 30px;
  height: 30px;
  opacity: 1;
}
.modal .modal-lg .modal-content section.conoce div.redes a:hover img {
  opacity: 0.6;
}
.modal .modal-lg .modal-content .campos {
  font-weight: 200;
  padding: 10px 0;
  line-height: 1.5rem;
}
.modal .modal-lg .modal-content .campos strong {
  font-weight: 600;
}
.modal .modal-lg .modal-content .campos .dash {
  font-size: 5rem;
  margin-left: -3px;
}
.modal .modal-lg .modal-content .campos .formulario {
  margin-top: 30px;
  border-top: 1px solid #87b714;
  padding: 30px 0 0 0;
}
.modal .modal-lg .modal-content .campos .formulario .form-group {
  padding: 6px 0 0;
  min-width: 100%;
}
.modal .modal-lg .modal-content .campos .formulario .form-group.has-error .bg-grey {
  color: #dc0039 !important;
  background-color: #FFF !important;
  border-color: #dc0039 !important;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .bg-grey {
  text-align: center;
  background: #FFF;
  border-radius: 100%;
  border: 2px solid #87b714;
  color: #87b714;
  width: 42px;
  height: 42px;
  padding: 10px 12px;
  position: absolute;
  z-index: 9999;
}
.modal .modal-lg .modal-content .campos .formulario .form-group input,
.modal .modal-lg .modal-content .campos .formulario .form-group textarea {
  display: block;
  position: relative;
  margin: 4px 0 0 7px;
  min-width: 230px;
  font-size: 1.25rem;
  padding: 7px 0 7px 40px;
  background: #f1f1f1;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.modal .modal-lg .modal-content .campos .formulario .form-group input:focus,
.modal .modal-lg .modal-content .campos .formulario .form-group textarea:focus {
  outline: none;
  background: #FFF;
  color: #87b714;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn {
  margin: 10px 0 0 7px;
  color: #87b714;
  border: none;
  background: #FFF;
  box-shadow: none;
  font-size: 1.75rem;
  text-align: left;
  cursor: pointer;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn:hover {
  color: #000;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn:hover .bg-grey {
  border: 2px solid #000;
  color: #000;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn:focus {
  outline: none;
  color: #000;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn:focus .bg-grey {
  border: 2px solid #000;
  color: #000;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn.disabled {
  opacity: 1;
  color: #f1f1f1;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn.disabled .bg-grey {
  border: 2px solid #f1f1f1;
  color: #f1f1f1;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn .envio {
  padding-left: 35px;
}
.modal .modal-lg .modal-content .campos .formulario .form-group .btn .bg-grey {
  margin: -10px 0 0 -20px;
}
.modal .modal-lg .modal-content .campos .formulario .help-block .with-errors {
  display: block;
}
.modal .modal-lg .modal-content .campos .formulario .has-error .help-block {
  position: absolute;
  color: #dc0039;
  font-size: 12px;
  font-weight: 400;
  margin-left: 52px;
}
/* FOOTER --------------------- */
footer {
  bottom: 10px;
  position: fixed;
}
footer h1 {
  font-weight: 200;
  font-size: 2.5rem;
  line-height: 2.375rem;
  color: #FFF;
}
footer h1 strong {
  font-weight: 600;
  color: #87b714;
}
footer nav {
  padding: 0;
}
footer nav a,
footer nav a:visited {
  display: block !important;
  color: #FFF !important;
  padding: 0;
  cursor: pointer;
}
footer nav a span.misc,
footer nav a:visited span.misc {
  display: block !important;
  font-weight: 200;
  font-size: 2.5rem;
  line-height: 0.5rem;
}
footer nav a span.option,
footer nav a:visited span.option {
  display: block !important;
  padding: 8px 0 0;
  font-weight: 400;
  font-size: 1.375rem;
}
footer nav a:hover,
footer nav a:visited:hover,
footer nav a:active,
footer nav a:visited:active {
  color: #87b714 !important;
  text-decoration: none;
}
footer section.social {
  padding: 15px 0 0;
}
footer section.social a {
  display: inline-block;
  margin: 0 5px 0 0;
}
footer section.social a img {
  width: 30px;
  height: 30px;
  opacity: 0.6;
}
footer section.social a:hover img {
  opacity: 1;
}
/* MODAL ---------------------- */
.modal-backdrop {
  background: #FFF;
}
.modal-backdrop.in {
  opacity: 0.9;
}
@media (min-width: 600px) {
  body {
    background-position: center;
  }
}
@media (min-width: 768px) {
  body {
    background-image: url(../../images/pautass.jpg) !important;
    background-position: center;
  }
  .contenedor {
    padding: 20px 60px;
  }
  /* HEADER --------------------- */
  header img {
    width: 125px;
    height: auto;
  }
  /* MAIN ----------------------- */
  .modal .modal-lg {
    width: 750px;
  }
  .modal .modal-lg .modal-content {
    padding: 60px 70px 30px;
  }
  .modal .modal-lg .modal-content h3 {
    font-size: 3.5rem;
    padding: 0 0 10px;
  }
  .modal .modal-lg .modal-content p {
    padding: 20px 0 0;
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
  .modal .modal-lg .modal-content .close {
    margin-top: -30px;
    margin-right: -40px;
  }
  .modal .modal-lg .modal-content .close img {
    width: 40px;
    height: 40px;
  }
  .modal .modal-lg .modal-content section.conoce {
    margin: 30px 0 0;
  }
  .modal .modal-lg .modal-content section.conoce div.redes {
    margin: 0 0 0 80px;
  }
  .modal .modal-lg .modal-content section.conoce div.redes a img {
    width: 40px;
    height: 40px;
  }
  .modal .modal-lg .modal-content .campos .formulario {
    margin-top: 0;
    border-top: none;
    padding: 20px 20px 0 15px;
  }
  .modal .modal-lg .modal-content .campos .formulario .form-group input,
  .modal .modal-lg .modal-content .campos .formulario .form-group textarea {
    min-width: 400px;
    padding: 7px 0 7px 45px;
    font-size: 1.5rem;
  }
  /* FOOTER --------------------- */
  footer {
    bottom: 20px;
  }
  footer h1 {
    font-size: 4.25rem;
    line-height: 4.375rem;
  }
  footer nav {
    padding: 40px 0 0;
  }
  footer nav a span.misc {
    font-size: 4rem;
    line-height: 1rem;
  }
  footer nav a span.option {
    padding: 10px 0 0;
    font-size: 1.625rem;
  }
  footer section.social {
    padding: 10px 0 0;
  }
  footer section.social a img {
    width: 40px;
    height: 40px;
  }
  /* MODAL ---------------------- */
}
@media (min-width: 992px) {
  body {
    background-image: url(../../images/pautass.jpg) !important;
    background-position: right;
  }
  .contenedor {
    padding: 30px 90px;
  }
  /* HEADER --------------------- */
  header img {
    width: 145px;
    height: auto;
  }
  /* MAIN ----------------------- */
  .modal .modal-lg .modal-content {
    padding: 60px 70px 30px;
  }
  .modal .modal-lg .modal-content .close {
    margin-top: -40px;
    margin-right: -50px;
  }
  .modal .modal-lg .modal-content .close img {
    width: 45px;
    height: 45px;
  }
  .modal .modal-lg .modal-content section.conoce div.texto {
    width: 90px;
    padding: 9px 10px 9px 0;
    font-size: 1.75rem;
    line-height: 1.5rem;
  }
  .modal .modal-lg .modal-content section.conoce div.redes {
    margin: 2px 0 0 100px;
  }
  .modal .modal-lg .modal-content section.conoce div.redes a {
    padding: 0 0 0 8px;
  }
  .modal .modal-lg .modal-content section.conoce div.redes a img {
    width: 45px;
    height: 45px;
  }
  /* FOOTER --------------------- */
  footer {
    bottom: 15px;
  }
  footer section h1 {
    font-size: 5.25rem;
    line-height: 4.875rem;
  }
  footer nav {
    padding: 20px 0 0;
  }
  footer nav a span.option {
    font-size: 1.875rem;
  }
  footer section.social {
    padding: 15px 0 0;
  }
  footer section.social a img {
    width: 45px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .contenedor {
    padding: 35px 120px 10px;
  }
  /* HEADER --------------------- */
  /* MAIN ----------------------- */
  /* FOOTER --------------------- */
  footer {
    bottom: 15px;
  }
  footer h1 {
    font-size: 7rem;
    line-height: 6.5rem;
  }
  footer nav {
    padding: 10px 0 0;
  }
  footer section.social {
    padding: 20px 0 0;
  }
}

/*# sourceMappingURL=global.css.map */