/*!
 * Bootstrap v4.0.0-alpha.4 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* base styles */
/* variables styles */
/* color */
/* TRANSITIONS */
/* SPACES */
/* RADIUS */
/* OPACITY */
/* shadow */
/* base styles */
body {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  color: #272525;
  letter-spacing: 0.04rem; }

main img {
  width: 90%;
  max-width: 100%;
  height: auto; }
  main img.img-ico {
    width: auto;
    margin: 0 auto; }

.h-100 {
  min-height: 100vh; }
  @media (max-width: 992px) {
    .h-100 {
      height: auto;
      min-height: auto; } }

a {
  color: #b81111;
  transition: all 0.2s ease-out; }
  a:hover, a:active, a:focus {
    color: rgba(184, 17, 17, 0.8);
    text-decoration: none; }

.special-phone {
  font-size: 32px;
  font-weight: 700;
  display: block;
  line-height: 1em; }

h1, h2, h3, h4 {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.08; }

h5 {
  font-family: "Karla", sans-serif;
  letter-spacing: 0;
  line-height: 1.08; }

h6 {
  font-family: "Karla", sans-serif;
  letter-spacing: 0;
  line-height: 1.08; }

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: block; }
  @media (max-width: 768px) {
    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
      display: inline-block; } }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-family: "Karla", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08rem;
  display: block;
  line-height: 1.5rem;
  font-weight: 400; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 500; }

h1 {
  font-size: 64px; }
  @media (max-width: 992px) {
    h1 {
      font-size: 32px; } }
  @media (max-width: 575px) {
    h1 {
      font-size: 24px; } }

h2 {
  font-size: 32px; }

h3 {
  font-size: 24px;
  font-weight: 500; }

h4 {
  font-size: 20px;
  font-weight: 500; }

h5 {
  font-size: 18px;
  font-weight: 700; }

h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: 700; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul li {
    margin-bottom: 7.5px;
    position: relative;
    padding-left: 15px; }
    ul li:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 7.5px;
      border-radius: 300px;
      width: 7.5px;
      height: 7.5px; }

.blockquote p {
  font-weight: 300; }
.blockquote .blockquote-footer {
  font-weight: 700;
  color: #b81111; }

/* components styles */
.link {
  display: inline-block;
  font-family: "Karla", sans-serif;
  padding: 15px 15px;
  letter-spacing: 0.08rem;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .link {
      padding: 15px 7.5px;
      font-size: 11px; } }

.btn, header#main-header nav .nav-link {
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  border-radius: 2px;
  padding: 15px;
  transition: all 0.2s ease-out;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
  box-shadow: 0px 6px 21px -8px rgba(0, 0, 0, 0.57); }
  .btn svg, header#main-header nav .nav-link svg, .btn img, header#main-header nav .nav-link img {
    max-width: 30px;
    max-height: 30px;
    line-height: 0;
    fill: white; }
    .btn svg path, header#main-header nav .nav-link svg path, .btn img path, header#main-header nav .nav-link img path {
      fill: white; }
  .btn span, header#main-header nav .nav-link span {
    font-weight: 400; }
  .btn strong, header#main-header nav .nav-link strong {
    display: block;
    font-size: 18px;
    line-height: 1em; }
  .btn.btn-primary, header#main-header nav .btn-primary.nav-link {
    background: #b81111;
    border-color: #b81111;
    color: white; }
    .btn.btn-primary:hover, header#main-header nav .btn-primary.nav-link:hover, .btn.btn-primary:active, header#main-header nav .btn-primary.nav-link:active, .btn.btn-primary:focus, header#main-header nav .btn-primary.nav-link:focus {
      background: rgba(184, 17, 17, 0.8);
      border-color: rgba(184, 17, 17, 0.8); }
  .btn.btn-white, header#main-header nav .nav-link {
    background: white;
    border-color: white;
    color: #b81111; }
    .btn.btn-white:hover, header#main-header nav .nav-link:hover, .btn.btn-white:active, header#main-header nav .nav-link:active, .btn.btn-white:focus, header#main-header nav .nav-link:focus {
      background: white;
      border-color: white;
      color: #272525; }
  .btn.btn-green, header#main-header nav .btn-green.nav-link {
    background: #4cad20;
    border-color: #4cad20;
    color: white; }
    .btn.btn-green:hover, header#main-header nav .btn-green.nav-link:hover, .btn.btn-green:active, header#main-header nav .btn-green.nav-link:active, .btn.btn-green:focus, header#main-header nav .btn-green.nav-link:focus {
      background: rgba(76, 173, 32, 0.8);
      border-color: rgba(76, 173, 32, 0.8); }
  .btn.btn-no-border, header#main-header nav .nav-link {
    border-radius: 0; }
  .btn.btn-no-shadow, header#main-header nav .btn-no-shadow.nav-link {
    box-shadow: none; }
  @media (max-width: 992px) {
    .btn.btn-what strong, header#main-header nav .btn-what.nav-link strong,
    .btn.btn-what span,
    header#main-header nav .btn-what.nav-link span {
      display: none; } }
  .btn.btn-what i, header#main-header nav .btn-what.nav-link i {
    font-size: 36px;
    font-weight: 400; }
    @media (max-width: 992px) {
      .btn.btn-what i, header#main-header nav .btn-what.nav-link i {
        position: relative;
        right: inherit;
        top: inherit; } }
  .btn.btn-what-small, header#main-header nav .btn-what-small.nav-link {
    padding: 15px; }
    .btn.btn-what-small i, header#main-header nav .btn-what-small.nav-link i {
      font-size: 36px;
      font-weight: 400; }

form .form-control {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 7.5px; }
  form .form-control:focus, form .form-control:active {
    background: rgba(0, 0, 0, 0.8);
    color: white; }
form .invalid-feedback {
  color: red;
  font-weight: 700; }
form .form-group label {
  text-transform: uppercase;
  opacity: 0.8;
  font-size: 11px;
  letter-spacing: 0.15rem; }
form.form-white .form-control {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.5);
  color: black; }
  form.form-white .form-control:focus, form.form-white .form-control:active {
    background: white;
    color: black; }

.card {
  border: 0;
  background: #f2eeee;
  box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.17);
  margin-bottom: 30px;
  transition: all 0.2s ease-out; }
  .card:hover, .card:active, .card:focus {
    box-shadow: 0px 11px 50px -19px rgba(0, 0, 0, 0.75); }
  .card .card-body {
    color: black; }
    .card .card-body ul li:before {
      background: rgba(0, 0, 0, 0.2); }
  .card .card-footer {
    background: none;
    border: none;
    margin: 0;
    padding: 15px 0; }
    @media (max-width: 575px) {
      .card .card-footer {
        text-align: center; } }
    .card .card-footer .btn, .card .card-footer header#main-header nav .nav-link, header#main-header nav .card .card-footer .nav-link {
      min-width: 100%; }
    .card .card-footer span {
      text-align: center;
      display: block;
      color: #4cad20;
      font-weight: 700;
      font-size: 11px;
      text-transform: uppercase;
      line-height: 1.5rem; }
    .card .card-footer p {
      font-size: 11px;
      color: #b81111; }
      .card .card-footer p strong {
        font-size: 18px;
        font-weight: 700; }
        .card .card-footer p strong em {
          display: block;
          font-style: normal;
          line-height: 1em;
          margin-right: 3px; }
          @media (max-width: 575px) {
            .card .card-footer p strong em {
              display: inline-block; } }
  .card:hover {
    background: #b81111; }
    .card:hover .card-header {
      color: white; }
      .card:hover .card-header h4 {
        color: white; }
    .card:hover .card-body {
      color: white; }
      .card:hover .card-body h4 {
        color: white; }
      .card:hover .card-body ul li:before {
        background: rgba(255, 255, 255, 0.2); }
    .card:hover .card-footer p {
      color: white; }

.modal .modal-dialog .modal-content {
  border-radius: 2px; }
  .modal .modal-dialog .modal-content .modal-header {
    border: none; }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      color: #b81111; }
  .modal .modal-dialog .modal-content .modal-footer {
    border: none; }

.grecaptcha-badge {
  display: none; }

.price {
  float: right;
  font-size: 2em;
  position: relative;
  padding: 0.5em;
  top: -12px;
  right: -20px;
  color: #000; }
  .price em {
    display: block;
    font-size: 0.4em;
    line-height: 0.4em;
    padding: 0em 0em 0em 4em;
    font-weight: 600; }
  .price small {
    font-size: 0.4em; }

#CookielawBanner {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #b81111;
  padding: 15px 0;
  z-index: 9; }
  #CookielawBanner .container {
    position: relative; }

/* layouts styles */
/* grid styles */
@media (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%; } }

header#main-header {
  width: 100%; }
  header#main-header nav {
    padding: 0;
    background: white;
    box-shadow: 0px 1px 17px 0px rgba(0, 0, 0, 0.17); }
    header#main-header nav .row {
      width: 100%;
      margin: 0; }
      header#main-header nav .row .justify-content-end {
        padding-right: 0; }
        @media (max-width: 992px) {
          header#main-header nav .row .justify-content-end {
            padding: 0; } }
        header#main-header nav .row .justify-content-end .btn, header#main-header nav .row .justify-content-end .nav-link {
          text-align: right;
          font-size: 12px; }
          @media (max-width: 992px) {
            header#main-header nav .row .justify-content-end .btn, header#main-header nav .row .justify-content-end .nav-link {
              padding: 7.5px;
              text-align: left; } }
      @media (max-width: 992px) {
        header#main-header nav .row .text-center {
          display: none; } }
    header#main-header nav .navbar-toggler {
      position: absolute;
      padding: 7.5px 7.5px 7.5px 0;
      top: 7px;
      left: -6px; }
      header#main-header nav .navbar-toggler i {
        color: #b81111; }
    @media (max-width: 992px) {
      header#main-header nav .navbar-nav {
        position: fixed;
        left: 0;
        right: 0;
        box-shadow: 0px 11px 50px -19px rgba(0, 0, 0, 0.75); } }
    header#main-header nav .navbar-brand {
      padding: 7.5px 0;
      margin: 0;
      width: 100%;
      display: block;
      text-align: center; }
      @media (max-width: 992px) {
        header#main-header nav .navbar-brand.navbar-brand-desktop {
          display: none; } }
      header#main-header nav .navbar-brand.navbar-brand-desktop .logo-header {
        width: 180px;
        height: auto;
        margin: 0 auto; }
      header#main-header nav .navbar-brand.navbar-brand-tablet {
        display: none;
        width: auto; }
        @media (max-width: 992px) {
          header#main-header nav .navbar-brand.navbar-brand-tablet {
            display: inline-block;
            margin-left: 35px; } }
        @media (max-width: 768px) {
          header#main-header nav .navbar-brand.navbar-brand-tablet {
            display: none; } }
        header#main-header nav .navbar-brand.navbar-brand-tablet .logo-header {
          width: 180px;
          margin: 0; }
      header#main-header nav .navbar-brand.navbar-brand-mobile {
        display: none;
        width: auto; }
        @media (max-width: 768px) {
          header#main-header nav .navbar-brand.navbar-brand-mobile {
            display: inline-block;
            margin-left: 10px; } }
        header#main-header nav .navbar-brand.navbar-brand-mobile .logo-header {
          width: 80px;
          margin: 0; }
    header#main-header nav .nav-item {
      padding: 0;
      margin: 0; }
    header#main-header nav .nav-link {
      font-size: 12px;
      box-shadow: none;
      text-shadow: none; }

.navbar-form {
  padding: 0;
  margin: 0 -15px; }
  .navbar-form .row {
    width: 100%;
    margin: 0; }
    .navbar-form .row .col-back {
      padding: 0; }
    .navbar-form .row .col-phone {
      text-align: right;
      padding: 0; }

footer#main-footer {
  background: #272525 url(/static/img/bg-footer.png) no-repeat left bottom;
  background-attachment: fixed;
  color: white; }
  footer#main-footer .container {
    border-top: rgba(255, 255, 255, 0.1) solid 1px; }
    footer#main-footer .container .col {
      padding-top: 30px;
      padding-bottom: 15px; }
      footer#main-footer .container .col .logo-footer {
        margin: 0 auto 15px;
        width: 100px;
        height: auto; }
      footer#main-footer .container .col p {
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.15rem; }

section {
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 768px) {
    section {
      padding-top: 15px;
      padding-bottom: 15px; } }
  section article.list-article {
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    padding-top: 15px;
    padding-bottom: 15px; }
    section article.list-article h5 {
      display: block; }
      section article.list-article h5 a {
        display: block;
        position: relative;
        padding-right: 40px; }
        section article.list-article h5 a i {
          position: absolute;
          right: 0;
          top: 0; }
          section article.list-article h5 a i.fa-chevron-down {
            display: none; }
        section article.list-article h5 a.collapsed i.fa-chevron-down {
          display: block; }
        section article.list-article h5 a.collapsed i.fa-chevron-up {
          display: none; }
    section article.list-article:last-child {
      border-bottom: none; }
  section header.section-intro {
    padding: 30px 0; }
    section header.section-intro h6 {
      position: relative; }
      section header.section-intro h6:before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        right: 101%;
        top: 50%;
        left: -9000px; }
  section .col-box {
    position: relative;
    z-index: 2; }
  section.section-box-light {
    color: #272525; }
    section.section-box-light header.section-intro h6 {
      color: rgba(0, 0, 0, 0.5); }
      section.section-box-light header.section-intro h6:before {
        background: rgba(0, 0, 0, 0.1); }
    section.section-box-light h1, section.section-box-light h2, section.section-box-light h3, section.section-box-light h4 {
      color: #b81111; }
      section.section-box-light h1 small, section.section-box-light h2 small, section.section-box-light h3 small, section.section-box-light h4 small {
        color: #272525; }
  section.section-box-dark {
    color: white;
    background: #272525; }
    section.section-box-dark header.section-intro h6 {
      color: rgba(0, 0, 0, 0.5); }
      section.section-box-dark header.section-intro h6:before {
        background: rgba(0, 0, 0, 0.1); }
    section.section-box-dark h1, section.section-box-dark h2, section.section-box-dark h3, section.section-box-dark h4 {
      color: #b81111; }
      section.section-box-dark h1 small, section.section-box-dark h2 small, section.section-box-dark h3 small, section.section-box-dark h4 small {
        color: #272525; }
  section#section-mega-form {
    padding: 0; }
    section#section-mega-form .box-explain {
      padding: 220px 15px 15px; }
      @media (max-width: 768px) {
        section#section-mega-form .box-explain {
          padding: 30px 0 15px; } }
      section#section-mega-form .box-explain h5 strong {
        font-weight: 700;
        color: #b81111; }
    section#section-mega-form .col-form-1 {
      background: white; }
      section#section-mega-form .col-form-1 .form-header {
        padding: 40px 15px 15px; }
        @media (max-width: 768px) {
          section#section-mega-form .col-form-1 .form-header {
            padding: 40px 0 15px; } }
        section#section-mega-form .col-form-1 .form-header .logo-header {
          width: 180px;
          height: auto;
          margin-bottom: 15px; }
        section#section-mega-form .col-form-1 .form-header h1 {
          font-size: 32px; }
      section#section-mega-form .col-form-1 .form-body {
        padding: 0 15px; }
        @media (max-width: 768px) {
          section#section-mega-form .col-form-1 .form-body {
            padding: 0; } }
    section#section-mega-form .col-form-2 {
      background: rgba(242, 238, 238, 0.85); }
      @media (max-width: 992px) {
        section#section-mega-form .col-form-2 {
          background: #f2eeee; } }
    @media (max-width: 992px) {
      section#section-mega-form .col-form-3 {
        display: none; } }
  section#section-box-pq {
    background: url(/static/img/bg-pq.jpg) no-repeat right bottom;
    padding-bottom: 120px; }
    @media (max-width: 1200px) {
      section#section-box-pq {
        background-size: 20%; } }
    @media (max-width: 768px) {
      section#section-box-pq {
        background: none;
        padding-bottom: 15px; } }
  section#section-box-contact {
    background: #272525 url(/static/img/bg-footer.png) no-repeat left bottom;
    background-attachment: fixed; }
  section#section-box-banner {
    padding: 0;
    background: url(/static/img/bg-banner.jpg) no-repeat center 0;
    background-size: 100%;
    position: relative; }
    section#section-box-banner:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      z-index: 1;
      top: 80%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,1+100 */
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
      /* IE6-9 */ }
    section#section-box-banner .section-box-bottom .col-box {
      padding-top: 15px;
      padding-bottom: 15px; }
      section#section-box-banner .section-box-bottom .col-box:first-child {
        background: #272525; }
      section#section-box-banner .section-box-bottom .col-box:last-child {
        background: #000000; }
      section#section-box-banner .section-box-bottom .col-box h2 {
        font-size: 24px;
        color: white; }
        section#section-box-banner .section-box-bottom .col-box h2 strong {
          color: #b81111; }
    section#section-box-banner .col-box.col-box-claim {
      padding-top: 180px;
      padding-bottom: 30px;
      text-align: center;
      position: relative; }
      section#section-box-banner .col-box.col-box-claim h1 {
        margin-bottom: 15px; }
      section#section-box-banner .col-box.col-box-claim:after {
        content: "";
        top: -30px;
        display: block;
        position: absolute;
        z-index: -1;
        border-radius: 300px;
        left: 0;
        right: 0;
        bottom: -60px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+1,0.74+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.74) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.74) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.74) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bdffffff',GradientType=0 );
        /* IE6-9 */ }
        @media (max-width: 1024px) {
          section#section-box-banner .col-box.col-box-claim:after {
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+64&0+1,0.93+62,0.93+62 */
            background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.93) 64%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.93) 64%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.93) 62%, rgba(255, 255, 255, 0.93) 64%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#edffffff',GradientType=0 );
            /* IE6-9 */ } }
        @media (max-width: 575px) {
          section#section-box-banner .col-box.col-box-claim:after {
            display: none; } }
      @media (max-width: 575px) {
        section#section-box-banner .col-box.col-box-claim {
          padding-top: 50%; } }
    section#section-box-banner .col-banner {
      background: rgba(255, 255, 255, 0.5); }
    section#section-box-banner .col-form {
      background: rgba(255, 255, 255, 0.8);
      box-shadow: 0px 11px 50px -19px rgba(0, 0, 0, 0.75); }
      section#section-box-banner .col-form h3 {
        font-size: 32px; }
      section#section-box-banner .col-form form .form-group label {
        color: rgba(0, 0, 0, 0.98);
        font-weight: 600;
        font-size: 14px;
        margin-bottom: .1rem; }
    section#section-box-banner.home-banner {
      background: url(/static/images/fondo-home.jpg) no-repeat 0;
      background-size: cover;
      min-height: 250px; }
      section#section-box-banner.home-banner:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 10%;
        z-index: 0;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */ }

.wrapper#form-presupuesto {
  background: url(/static/img/bg-form-presupuesto.jpg) no-repeat right bottom;
  background-size: cover;
  background-attachment: fixed; }
.wrapper#form-valo {
  background: url(/static/img/bg-form-valo.jpg) no-repeat right bottom;
  background-size: cover;
  background-attachment: fixed; }

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