@font-face {
  font-family: 'bentonsansregular';
  src: url("../fonts/bentonsans_book-webfont.eot");
  src: url("../fonts/bentonsans_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bentonsans_book-webfont.woff") format("woff"), url("../fonts/bentonsans_book-webfont.ttf") format("truetype"), url("../fonts/bentonsans_book-webfont.svg#bentonsansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bentonsansbold';
  src: url("../fonts/bentonsans_bold-webfont.eot");
  src: url("../fonts/bentonsans_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bentonsans_bold-webfont.woff") format("woff"), url("../fonts/bentonsans_bold-webfont.ttf") format("truetype"), url("../fonts/bentonsans_bold-webfont.svg#bentonsansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* line 33, ../sass/main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 37, ../sass/main.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/* line 42, ../sass/main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 47, ../sass/main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 52, ../sass/main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 61, ../sass/main.scss */
img {
  vertical-align: middle;
}

/* line 65, ../sass/main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 71, ../sass/main.scss */
textarea {
  resize: vertical;
}

/* line 75, ../sass/main.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* line 97, ../sass/main.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 103, ../sass/main.scss */
body {
  background: #14385e;
  color: #fff;
  font: 10px/20px 'bentonsansregular', Arial, sans-serif;
  text-align: center;
}

/*
 * estilos comunes
 */
/* line 114, ../sass/main.scss */
strong {
  font-family: 'bentonsansbold', 'bentonsansregular', Arial, sans-serif;
  font-weight: normal;
}

/* line 119, ../sass/main.scss */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 125, ../sass/main.scss */
ul li {
  float: left;
}

/* line 132, ../sass/main.scss */
nav ul {
  margin-top: 30px;
}
/* line 135, ../sass/main.scss */
nav ul li:first-child {
  margin-left: 75px;
  margin-right: 110px;
}

/* line 143, ../sass/main.scss */
.top-nav {
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  right: 30px;
  top: 20px;
}
/* line 150, ../sass/main.scss */
.top-nav li {
  padding-left: 15px;
}
/* line 153, ../sass/main.scss */
.top-nav li:first-child {
  border-right: 1px solid #fff;
  padding-right: 15px;
}
/* line 160, ../sass/main.scss */
.top-nav a {
  color: #fff;
  text-decoration: none;
}

/* line 166, ../sass/main.scss */
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
/* line 173, ../sass/main.scss */
#bg img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 50%;
  min-width: 50%;
}

/* line 181, ../sass/main.scss */
.wrapper {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  height: 550px;
  width: 575px;
}

/* line 187, ../sass/main.scss */
.logo {
  display: block;
  height: 95px;
  margin: 20px auto 0;
  width: 169px;
}

/* line 194, ../sass/main.scss */
.sales-text {
  margin-top: 40px;
  text-transform: uppercase;
}

/* line 199, ../sass/main.scss */
.call-text {
  font-size: 12px;
  margin-top: 90px;
}
