<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Theme Name: MASSAZON DOS
  Theme URI: http://www.andreiolea.com
  Description: SITIO WEB DE MASSAZON.COM - Theme personalizado para www.massazon.com
  Version: 1.0.1
  Author: Design and built by Andrei Olea
  Author URI: http://andreiolea.com
  Tags: Custom wordpress theme, CSS3

  License: MIT
  License URI: http://opensource.org/licenses/mit-license.php
*/
@import "https://fonts.googleapis.com/css?family=Open+Sans:800|Roboto+Condensed:300,400,700|Roboto:300,400,700";
@-ms-viewport {
  width: device-width;
  zoom: 1;
  max-zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
  max-zoom: 1;
}
/*epopeya - TODD MOTTO*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
/* line 13, sass/foundation/vendor/_html5blankbase.scss */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* clear */
/* line 24, sass/foundation/vendor/_html5blankbase.scss */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

/* line 30, sass/foundation/vendor/_html5blankbase.scss */
.clear:after {
  clear: both;
}

/* line 33, sass/foundation/vendor/_html5blankbase.scss */
.clear {
  *zoom: 1;
}

/* line 36, sass/foundation/vendor/_html5blankbase.scss */
img {
  max-width: 100%;
  vertical-align: bottom;
}

/* line 40, sass/foundation/vendor/_html5blankbase.scss */
a {
  color: #444;
  text-decoration: none;
}

/* line 44, sass/foundation/vendor/_html5blankbase.scss */
a:hover {
  color: #444;
}

/* line 47, sass/foundation/vendor/_html5blankbase.scss */
a:focus {
  outline: 0;
}

/* line 50, sass/foundation/vendor/_html5blankbase.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 54, sass/foundation/vendor/_html5blankbase.scss */
input:focus {
  outline: 0;
  border: 1px solid #04A4CC;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
/* line 68, sass/foundation/vendor/_html5blankbase.scss */
::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 73, sass/foundation/vendor/_html5blankbase.scss */
::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/* line 78, sass/foundation/vendor/_html5blankbase.scss */
::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/* line 88, sass/foundation/vendor/_html5blankbase.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 91, sass/foundation/vendor/_html5blankbase.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 96, sass/foundation/vendor/_html5blankbase.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 100, sass/foundation/vendor/_html5blankbase.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 104, sass/foundation/vendor/_html5blankbase.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 108, sass/foundation/vendor/_html5blankbase.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 111, sass/foundation/vendor/_html5blankbase.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 115, sass/foundation/vendor/_html5blankbase.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 120, sass/foundation/vendor/_html5blankbase.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 127, sass/foundation/vendor/_html5blankbase.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 130, sass/foundation/vendor/_html5blankbase.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 133, sass/foundation/vendor/_html5blankbase.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 136, sass/foundation/vendor/_html5blankbase.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 144, sass/foundation/vendor/_html5blankbase.scss */
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  /* line 163, sass/foundation/vendor/_html5blankbase.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 169, sass/foundation/vendor/_html5blankbase.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 173, sass/foundation/vendor/_html5blankbase.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 176, sass/foundation/vendor/_html5blankbase.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 179, sass/foundation/vendor/_html5blankbase.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 184, sass/foundation/vendor/_html5blankbase.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 188, sass/foundation/vendor/_html5blankbase.scss */
  thead {
    display: table-header-group;
  }

  /* line 191, sass/foundation/vendor/_html5blankbase.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 194, sass/foundation/vendor/_html5blankbase.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 200, sass/foundation/vendor/_html5blankbase.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 206, sass/foundation/vendor/_html5blankbase.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, sass/foundation/vendor/_html5bp_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 14, sass/foundation/vendor/_html5bp_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 19, sass/foundation/vendor/_html5bp_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 23, sass/foundation/vendor/_html5bp_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 31, sass/foundation/vendor/_html5bp_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 37, sass/foundation/vendor/_html5bp_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 43, sass/foundation/vendor/_html5bp_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 47, sass/foundation/vendor/_html5bp_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 52, sass/foundation/vendor/_html5bp_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 60, sass/foundation/vendor/_html5bp_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 67, sass/foundation/vendor/_html5bp_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   epopeya display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, sass/foundation/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, sass/foundation/vendor/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, sass/foundation/vendor/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, sass/foundation/vendor/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, sass/foundation/vendor/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, sass/foundation/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, sass/foundation/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, sass/foundation/vendor/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 111, sass/foundation/vendor/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, sass/foundation/vendor/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 128, sass/foundation/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 136, sass/foundation/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 146, sass/foundation/vendor/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 158, sass/foundation/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 168, sass/foundation/vendor/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 176, sass/foundation/vendor/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 184, sass/foundation/vendor/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 192, sass/foundation/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 196, sass/foundation/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 208, sass/foundation/vendor/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 216, sass/foundation/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 228, sass/foundation/vendor/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 240, sass/foundation/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 251, sass/foundation/vendor/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 262, sass/foundation/vendor/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 276, sass/foundation/vendor/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 289, sass/foundation/vendor/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 301, sass/foundation/vendor/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 311, sass/foundation/vendor/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 323, sass/foundation/vendor/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 335, sass/foundation/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 344, sass/foundation/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Makes sure hidden inputs stay hidden
 */
/* line 354, sass/foundation/vendor/_normalize.scss */
input[hidden=true] {
  display: none !important;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 363, sass/foundation/vendor/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 376, sass/foundation/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 390, sass/foundation/vendor/_normalize.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 398, sass/foundation/vendor/_normalize.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 409, sass/foundation/vendor/_normalize.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 418, sass/foundation/vendor/_normalize.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 434, sass/foundation/vendor/_normalize.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 448, sass/foundation/vendor/_normalize.scss */
.invisible {
  visibility: hidden;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dyriwh");
  src: url("fonts/icomoon.eot?#iefixdyriwh") format("embedded-opentype"), url("fonts/icomoon.ttf?dyriwh") format("truetype"), url("fonts/icomoon.woff?dyriwh") format("woff"), url("fonts/icomoon.svg?dyriwh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 5, sass/foundation/base/_type.scss */
*, *::before, *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
}

/* line 11, sass/foundation/base/_type.scss */
html, body {
  font-family: "Roboto", sans-serif;
  color: #191919;
  font-size: 1rem;
}

/* ======== Typography ======== */
/* line 21, sass/foundation/base/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0.5em 0 0.3em 0;
  line-height: 1.2;
}

/* line 26, sass/foundation/base/_type.scss */
h1 {
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
}

/* line 31, sass/foundation/base/_type.scss */
h2 {
  font-size: 1.5rem;
  letter-spacing: -0.03em;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 37.5em) {
  /* line 31, sass/foundation/base/_type.scss */
  h2 {
    font-size: 2.2rem;
  }
}

/* line 40, sass/foundation/base/_type.scss */
h3 {
  font-size: 1.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

/* line 46, sass/foundation/base/_type.scss */
h4 {
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

/* line 54, sass/foundation/base/_type.scss */
h5 {
  font-size: 1rem;
}

/* line 58, sass/foundation/base/_type.scss */
h6 {
  font-size: 0.89rem;
}

/* line 62, sass/foundation/base/_type.scss */
p, ul, ol, blockquote, address {
  font-size: 0.9rem;
  line-height: 1.4;
  margin: 1em 0;
  font-weight: 300;
}
@media (min-width: 37.5em) {
  /* line 62, sass/foundation/base/_type.scss */
  p, ul, ol, blockquote, address {
    font-size: 1rem;
  }
}

/* line 80, sass/foundation/base/_type.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 88, sass/foundation/base/_type.scss */
a {
  color: #ec2024;
  text-decoration: underline;
}
/* line 91, sass/foundation/base/_type.scss */
a:hover {
  color: #6a090b;
  text-decoration: none;
}

/* line 97, sass/foundation/base/_type.scss */
small {
  font-size: 0.85rem;
  font-style: italic;
}

/* line 102, sass/foundation/base/_type.scss */
.phone-link {
  color: #ec2024;
  text-decoration: none;
}

/* line 109, sass/foundation/base/_type.scss */
address {
  font-style: normal;
}

/* line 113, sass/foundation/base/_type.scss */
.block-caption {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: ligthen(#191919, 20%);
  margin: 0.8em 0 0 0;
}
@media (min-width: 56.25em) {
  /* line 113, sass/foundation/base/_type.scss */
  .block-caption {
    font-size: 1.25rem;
  }
}
@media (min-width: 75em) {
  /* line 113, sass/foundation/base/_type.scss */
  .block-caption {
    font-size: 1.35rem !important;
  }
}

/* line 126, sass/foundation/base/_type.scss */
.nobreak {
  white-space: nowrap;
}

/* line 5, sass/foundation/base/_buttons.scss */
.button {
  display: inline-block;
  position: relative;
  background: #86bf1a;
  color: #FFFFFF;
  border: none;
  text-decoration: none;
  border-radius: 0.2em;
  text-transform: uppercase;
  padding: 0.25em 0.8em 0.3em 0.8em;
  font-size: 1.4rem;
  border: 1px solid transparent;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.02em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 37.5em) {
  /* line 5, sass/foundation/base/_buttons.scss */
  .button {
    width: auto;
  }
}
/* line 85, sass/foundation/settings/_mixins.scss */
.button:hover {
  background: #005451;
  color: #FFFFFF;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 89, sass/foundation/settings/_mixins.scss */
.button:hover::after {
  right: 0.1em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 94, sass/foundation/settings/_mixins.scss */
.button:focus {
  outline: none;
  border: 1px solid #acd100;
}

/* line 9, sass/foundation/base/_buttons.scss */
a.button {
  display: inline-block;
}

/* line 3, sass/foundation/global/_columns.scss */
.col-20 {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  /* line 3, sass/foundation/global/_columns.scss */
  .col-20 {
    width: 18%;
  }
}
@media print {
  /* line 3, sass/foundation/global/_columns.scss */
  .col-20 {
    width: 18%;
  }
}

/* line 13, sass/foundation/global/_columns.scss */
.col-25 {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  /* line 13, sass/foundation/global/_columns.scss */
  .col-25 {
    width: 23%;
  }
}
@media print {
  /* line 13, sass/foundation/global/_columns.scss */
  .col-25 {
    width: 23%;
  }
}

/* line 23, sass/foundation/global/_columns.scss */
.col-33 {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  /* line 23, sass/foundation/global/_columns.scss */
  .col-33 {
    width: 31%;
  }
}
@media print {
  /* line 23, sass/foundation/global/_columns.scss */
  .col-33 {
    width: 31%;
  }
}

/* line 33, sass/foundation/global/_columns.scss */
.col-50 {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  /* line 33, sass/foundation/global/_columns.scss */
  .col-50 {
    width: 48%;
  }
}
@media print {
  /* line 33, sass/foundation/global/_columns.scss */
  .col-50 {
    width: 48%;
  }
}

/* line 43, sass/foundation/global/_columns.scss */
.col-75 {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 48em) {
  /* line 43, sass/foundation/global/_columns.scss */
  .col-75 {
    width: 73%;
  }
}
@media print {
  /* line 43, sass/foundation/global/_columns.scss */
  .col-75 {
    width: 73%;
  }
}

/* line 54, sass/foundation/global/_columns.scss */
.col-100 {
  width: 100%;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* line 4, sass/foundation/global/_layout.scss */
html, body {
  height: 100%;
}

/* line 9, sass/foundation/global/_layout.scss */
body {
  min-width: 300px;
  background: #FFFFFF !important;
}

/* line 14, sass/foundation/global/_layout.scss */
.capacidadcarga {
  display: none;
}

/* line 18, sass/foundation/global/_layout.scss */
.show {
  display: block;
}

/* line 22, sass/foundation/global/_layout.scss */
.hide {
  display: none;
}

/* line 26, sass/foundation/global/_layout.scss */
.soatcalc-wrapper {
  display: block;
  width: 100%;
  max-width: 37.5em;
  margin: 0;
}
/* line 32, sass/foundation/global/_layout.scss */
.soatcalc-wrapper h1 {
  margin-top: 0;
}

/* line 37, sass/foundation/global/_layout.scss */
.question {
  margin: 1em 0;
}

/* line 43, sass/foundation/global/_layout.scss */
label {
  display: inline-block;
  width: 11em;
  margin-right: 1em;
}

/* line 49, sass/foundation/global/_layout.scss */
input[type="text"], select {
  border: 1px solid #00aeef;
  padding: 0.3em;
  height: 1.9em;
  width: calc(100% - 13em);
  background: #f1f8fb;
  display: inline-block;
}

/* line 58, sass/foundation/global/_layout.scss */
input[type="button"] {
  display: block;
  width: 10em;
  margin: 0 auto;
  padding: 0.5em 0.8em;
  background: #00aeef;
  color: #FFFFFF;
  text-transform: uppercase;
  border: none;
  border-radius: 0.3em;
}
/* line 69, sass/foundation/global/_layout.scss */
input[type="button"]:hover {
  background: #006489;
}

/* line 74, sass/foundation/global/_layout.scss */
h1 {
  margin-bottom: 0.1em;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #00aeef;
}

/* line 82, sass/foundation/global/_layout.scss */
h3 {
  display: block;
  margin-top: 0;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5, sass/foundation/global/_frontpage.scss */
body {
  background: #f2f2f2;
}
</pre></body></html>