@charset "utf-8";
/* CSS Document */

/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}

/**
 * 2.0 - Formating
 *
 */

body {
  background-color: #0c2844;
}

#wrapper {
  width: 962px;
  height: 100vh;
  margin: 0 auto;
  background: url(assets/fundo_repetindo.jpg) top center repeat-y;
}
#main {
  width: 962px;
  height: 100vh;
  margin: 0 auto;
  background: url(assets/fundo.jpg) top center no-repeat;
  /* position: relative;
  float: left; */
  display: flex;
  align-items: center;
  justify-content: center;
}

#info_superior {
  width: 962px;
  height: 200px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  float: left;
}
#text_superior {
  margin-top: 140px;
  margin-left: 30px;
  width: 500px;
  height: 60px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

#produtos {
  width: 962px;
  height: auto;
  margin-top: 30px;
  position: relative;
  float: left;
}
.produto_individual {
  width: 700px;
  margin: 20px auto;
  height: 380px;
  position: relative;
}
.produto_img {
  width: 300px;
  height: 300px;
  position: relative;
  float: left;
}
.produto_desc {
  width: 360px;
  height: 260px;
  position: relative;
  float: left;
  padding: 20px 20px 20px 20px;
}
.produto_desc a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.produco_desc a:hover {
  color: #ff0;
  font-family: Arial, Helvetica, sans-serif;
}
.produto_individual2 {
  width: 700px;
  margin: 20px auto;
  height: 500px;
  position: relative;
}
.produto_img2 {
  width: 700px;
  height: 250px;
  position: relative;
  float: left;
}
.produto_desc2 {
  width: 660px;
  height: 220px;
  position: relative;
  float: left;
  padding: 20px 20px 20px 20px;
}
.produto_desc2 a {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.produco_desc2 a:hover {
  color: #ff0;
  font-family: Arial, Helvetica, sans-serif;
}

p,
strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #fff;
}
.preco {
  font-size: 24px;
}

#botao_pag {
  width: 700px;
  height: 80px;
  text-align: right;
  position: relative;
  float: left;
}

.ferias-title {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
}

.ferias-text {
  font-size: 18px;
}

.ferias-link {
  font-weight: 900;
}
