/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

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

}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 100%; line-height: 1.231; }

body, button, input, select, textarea { font-family: helvetica, arial,"lucida grande", verdana, "メイリオ", "ＭＳ Ｐゴシック", sans-serif; color: #222; }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::selection { text-shadow: none; background-color: highlight; color: highlighttext; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.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 */
.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 */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  table { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* reflow reset for -webkit-margin-before: 1em */
p { margin: 0; }

html {
  overflow-y: auto;
  background-color: transparent;
  height: 100%;
}

body {
  background: #fff;
  font: normal 100%;
  position: relative;
  height: 100%;
}

body, div, img, p, button, input, select, textarea, a {
  box-sizing: border-box;
}

.image {
  display: block;
}

input {
  cursor: default;
  display: block;
}

input[type=button] {
  background-color: #e5e9e8;
  border: 1px solid #9daca9;
  border-radius: 4px;
  box-shadow: inset 0 1px #fff;
  font: inherit;
  letter-spacing: inherit;
  text-indent: inherit;
  color: inherit;
}

input[type=button]:hover {
  background-color: #eff1f1;
}

input[type=button]:active {
  background-color: #d2d6d6;
  border: 1px solid #9daca9;
  box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

/* Reset anchor styles to an unstyled default to be in parity with design surface. It
   is presumed that most link styles in real-world designs are custom (non-default). */
a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: inherit;
}
.primaryContainer {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  width: 100%;
  background-color: #EEEEEE;
  position: relative;
  min-width: 0%;
  border-top-right-radius: 0px;
}
.primaryContainer {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative;
  min-width: 0%;
  border-top-right-radius: 0px;
}

#Menu_Logo {
  margin-left: 0%;
  float: left;
  height: 65px;
  margin-top: 0px;
  clear: none;
  width: 100%;
  display: block;
  background-color: rgb(241, 241, 241);
  position: relative;
  top: 0px;
  left: 0px;
}

#Menu_Páginas {
  float: left;
  height: 40px;
  clear: both;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px 0px 0px -0.18071338%;
  background-color: rgb(20, 20, 20);
}
#Menu_Páginas a input[type=button]{
  height: 40px;

}

#Logo {
  float: none;
  width: 160px;
  max-width: 100%;
  height: 45px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
  margin: 10px auto auto;
}

#Twitter {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 35px;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 1;
}

#Pinteret {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 35px;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
}

#Facebook {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 10%;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
}

#HOME:hover {
  border-width: 5px;
  border-bottom-color: rgb(255, 255, 255);
  border-bottom-style: solid;
  padding-bottom: 0px;
  color: rgb(153, 153, 153);
}

#COLEÇAO:hover {
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(229, 233, 232, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: rgb(153, 153, 153);
  border-style: none none solid;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  border-width: 5px;
  border-bottom-color: rgb(255, 255, 255);
}

#MAKING_OF:hover {
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(229, 233, 232, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: rgb(153, 153, 153);
  border-style: none none solid;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  border-width: 5px;
  border-bottom-color: rgb(255, 255, 255);
}

#LOOKBOOK:hover {
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(229, 233, 232, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: rgb(153, 153, 153);
  border-style: none none solid;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  border-width: 5px;
  border-bottom-color: rgb(255, 255, 255);
}

#CONTATO:hover {
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(229, 233, 232, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: rgb(153, 153, 153);
  border-style: none none solid;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  border-width: 5px;
  border-bottom-color: rgb(255, 255, 255);
}

#BLOG:hover {
  font-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(229, 233, 232, 0);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: rgb(153, 153, 153);
  border-style: none none solid;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  border-width: 5px;
  border-bottom-color: rgb(255, 255, 255);
}

#Promo_Video {
  float: left;
  height: 480px;
  margin: 10px 10px 0px 0px;
  clear: none;
  width: 32.786885%;
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #f1f1f1;
}

#Play_Vídeo {
  float: none;
  height: auto;
  clear: none;
  width: 80%;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 150px auto;
  min-width: 0px;
}

#text3 {
  float: none;
  font-size: 32px;
  width: auto;
  height: 42px;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 0px;
  color: #222;
  font-family: 'CaviarDreams', sans-serif;
  margin-right: 0px;
  margin-left: 0%;
  margin-top: 0px;
  position: relative;
  top: 0px;
  left: 0px;
}

#box4 {
  float: left;
  height: 2px;
  clear: none;
  width: 100px;
  position: static;
  top: 0px;
  left: 0px;
  margin: -22px 0px 0px 0%;
  background-color: #707070;
}

#box5 {
  float: right;
  height: 2px;
  margin-left: 0px;
  margin-top: -22px;
  clear: none;
  width: 100px;
  display: block;
  margin-right: 0%;
  background-color: #707070;
}

#text4 {
  float: none;
  font-size: 30px;
  width: 100%;
  height: 38px;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin: 0px;
  clear: none;
  min-height: 0px;
  font-family: 'Roboto_Light', sans-serif;
  color: #D12E32;
}

#text5 {
  float: none;
  font-size: 55px;
  width: 100%;
  height: 40%;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 1px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0.3em 0;
}

#text6 {
  float: none;
  font-size: 20px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin: 0px;
  clear: none;
  min-height: 0px;
  color: #D12E32;
  letter-spacing: 0.14em;
  font-family:'Roboto_Light', sans-serif;;
}

#box6 {
  float: left;
  height: 2px;
  margin-left: 0.40991606%;
  margin-top: 20px;
  clear: none;
  width: 100%;
  display: block;
  margin-right: 0%;
  position: relative;
  top: 0px;
  left: 0px;
  min-width: 0px;
  background-color: #707070;
}

#Box_Vídeo {
  cursor: pointer;
  float: right;
  height: 479.9999936px;
  clear: none;
  width: 66.393443%;
  background-color: #FFF;
  margin: 10px 0px 0px;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  visibility: visible;

  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat repeat;
  overflow: hidden;
}

#Box_Vídeo  iframe{
  top:-145px;
}
#Estrutura_Home {
  float: none;
  height: 1570px;
  clear: none;
  width: 1220px;
  min-width: 0px;
  max-width: 1220px;
  min-height: 50px;
  position: relative;
  display: block;
  margin: 0px auto;
}

#Box_Blog {
  float: left;
  height: 710.000001px;
  clear: right;
  width: 66.393443%;
  display: block;
  background-color: #f1f1f1;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 10px;
  margin-left: 0%;
}

#FACEBOOK {
  float: left;
  height: 350px;
  margin: 0px;
  clear: none;
  width: 33.3%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 0.7;
  background-image:url("tag-facebook.png");
  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: auto;
  background-position: 0% 0%;
  background-repeat: repeat repeat;
}

#TWITTER {
  float: left;
  height: 350px;
  margin: 10px 0px 0px;
  clear: both;
  width: 33.3%;
  background-color: rgb(173, 83, 83);
  position: relative;
  top: 0px;
  left: 0px;
  background-image:url("tag-twitter.png");
  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: auto;
  opacity: 0.7;
  background-position: 0% 0%;
  background-repeat: repeat repeat;
}

#Box_Newsletter {
  float: left;
  height: 350px;
  clear: right;
  width: 66.393443%;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #f1f1f1;
}
#Box_Newsletter2 {
  float: left;
  height: 350px;
  clear: right;
  width: 100%;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #FFF;
}
#Box_Newsletter2 #box12 {
  width: 60%;
}

#PINTEREST {
  float: right;
  height: 350px;
  clear: right;
  width: 32.786885%;
  display: block;
  background-color: rgb(170, 170, 170);
  background-image:url("tag-pinterest.png");
  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: auto;
  opacity: 0.7;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0%;
  margin-top: 10px;
  margin-left: 0px;
  background-position: 0% 0%;
  background-repeat: repeat repeat;
}

#box11 {
  float: right;
  height: 45.22293%;
  margin-left: 0px;
  margin-top: 10px;
  clear: none;
  width: 32.786885%;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0px;
  opacity: 1;
}

#Banner_Home {
  float: none;
  /*height: 640px;*/
  height: 990px;
  margin: 0px auto;
  clear: both;
  width: 100%;
  background-image:url("banner.jpg");
  background-position: center top;
  background-attachment: scroll;
  -webkit-background-size: auto;
  background-size: cover;
  position: relative;
  padding-left: 10px;
  min-height: 0px;
  min-width: 0px;
  /*max-width: 1600px;*/
  background-position: 0% 0%;
  background-repeat: no-repeat no-repeat;
}

#Tipografia_Banner {
  position: absolute;
  /*top: 50%;
  left: 15%;*/
  top: 40%;
  left: 40%;
  margin-top: -70px;
}
#Tipografia_Banner img{
  width: 50vw;
  max-width: 325px;
}

#box1 {
  float: left;
  height: 204px;
  margin-left: 6px;
  margin-top: 6px;
  clear: none;
  width: 555px;
  border: 1px dashed rgb(255, 255, 255);
}

#text {
  float: left;
  font-size: 76px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  min-height: 0px;
  font-family: 'Squada One', cursive;
  color: rgb(255, 255, 255);
  letter-spacing: -1px;
  margin-right: 0%;
}

#text1 {
  float: left;
  font-size: 54px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  margin-left: 63.707554%;
  margin-top: -34px;
  clear: none;
  min-height: 0px;
  font-family: 'Squada One', cursive;
  color: rgb(255, 255, 255);
  margin-right: 0px;
  letter-spacing: -1px;
}

#image5 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 10.687023%;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  margin-right: 0%;
}

#image4 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 10.687023%;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  margin-right: 0%;
}

#image3 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 10.687023%;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  margin-right: 0%;
}

#image2 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 10.687023%;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  margin-right: 0%;
}

#image1 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  margin-right: 0%;
}

#Estrelas {
  float: none;
  height: auto;
  margin-left: 0.53331533%;
  margin-top: 97px;
  clear: none;
  width: 56.598934%;
  margin-right: 0px;
}

#text2 {
  float: none;
  font-size: 70px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 60px;
  margin-left: 51.703167%;
  margin-top: 8px;
  clear: none;
  min-height: 0px;
  font-family: 'Homenaje', sans-serif;
  margin-right: 0px;
  letter-spacing: -1px;
  color: #F1F1F1;
}

#box3 {
  float: left;
  height: auto;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  width: 49.227343%;
  margin-right: 0%;
}

#box2 {
  float: left;
  height: auto;
  margin-left: 4.458618%;
  margin-top: 35.5px;
  clear: none;
  width: 470.17187328px;
}

#Rodpé {

  height: 385px;
  margin-left: auto;
  margin-top: 0px;
  clear: none;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-right: auto;
  float: left;
  background-color: #1E1E1E;
  border-top: solid 1px #1E1E1E;
  /*background: url(topo-bg.png);*/
}

#text25 {
  float: left;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0%;
}

#text25:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#text26:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#text26 {
  float: left;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 20px;
  clear: both;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0%;
  display: block;
}

#text27:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#text27 {
  float: left;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 20px;
  clear: both;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  letter-spacing: 1px;
  margin-right: 0%;
}

#text28:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#text28 {
  float: left;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 20px;
  clear: both;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0%;
  display: block;
}

#text29:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#text29 {
  float: left;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 20px;
  clear: both;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #fff;
  letter-spacing: 1px;
  margin-right: 0%;
  display: block;
}

#Menu_Rodapé {
  float: left;
  height: auto;
  margin-left: 0.00128074%;
  margin-top: 110px;
  clear: none;
  width: 5.491803%;
  position: relative;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

#text30 {
  float: none;
  font-size: 14px;
  width: auto;
  height: 14px;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin-left: auto;
  margin-top: 185px;
  clear: none;
  min-height: 0px;
  font-family:'Roboto_Medium', sans-serif;;
  color: #fff;
  margin-right: auto;
  position: relative;
  top: 0px;
  left: 0px;
  max-width: 470px;
  width: 80%;
}

#Facebook1 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 0%;
  margin-top: 0.015625px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-right: 0%;
}

#Twitter1 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 34.431667%;
  margin-top: 0.671875px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-right: 0%;
}

#Pinteret1 {
  float: left;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 30%;
  margin-top: 0px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  margin-right: 0%;
}

#Mídidas {
  float: right;
  height: 18px;
  clear: none;
  width: 167.29869036156248px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0%;
  margin-top: 183px;
}

#Twitter:hover {
  opacity: 0.5;
}

#Facebook:hover {
  opacity: 0.5;
}

#Pinteret:hover {
  opacity: 0.5;
}

#text7 {
   float: none;
font-size: 1em;
width: auto;
height: auto;
text-align: center;
font-weight: normal;
line-height: 16px;
margin-left: auto;
margin-top: 190px;
clear: none;
min-height: 0px;
opacity: 0.94;
position: absolute;
top: 0px;
left: 0px;
margin-right: auto;
width: 100%;
}

#textspan {
  float: none;
  font-size: 100px;
  line-height: 1em;
  font-family: 'Squada One', cursive;
  color: rgb(253, 253, 253);
}

#textspan1 {
  float: none;
  font-size: 50px;
  line-height: 1em;
  font-family: 'Homenaje', sans-serif;
  color: rgb(170, 170, 170);
}

#text8 {
  float: none;
  font-size: 28px;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin-left: auto;
  margin-top: 15px;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: auto;
}

#text9 {
  float: left;
  font-size: 20px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 10px;
  margin: 0px;
}

#box8 {
  float: right;
  height: 280px;
  margin-left: 0px;
  margin-top: 27px;
  clear: none;
  width: 370px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 3.703704%;
}

#text10 {
  float: right;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 10px;
  margin: 0px;
}

#text11 {
  float: right;
  font-size: 14px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 22px;
  margin-left: 0px;
  margin-top: 40px;
  clear: right;
  min-height: 0px;
  font-family:'Roboto_Medium', sans-serif;;
  color: #999;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0%;
}

#text20 {
  float: left;
  font-size: 45px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  min-height: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0%;
}

#text21 {
  float: left;
  font-size: 16px;
  width: 100%;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0%;
  margin-top: 9px;
  clear: both;
  min-height: 0px;
  font-family:'Roboto', sans-serif;;
  color: #000;
  margin-right: 0%;
}

#text18 {
  /*float: left;
  font-size: 1em;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin: 155px 0px 0px 132.72px;
  clear: none;
  min-height: 0px;*/
  opacity: 1;
  background: rgba(30, 30, 30, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
}

#textspan2 {
  float: none;
  font-size: 20px;
  line-height: 1em;
  font-family: 'Homenaje', sans-serif;
  color: rgb(253, 253, 253);
  /*text-shadow: 0px 0px 10px #2D2F7D;*/
}

#textspan3 {
  float: none;
  font-size: 48px;
  line-height: 1em;
  font-family: 'Squada One', cursive;
  color: rgb(253, 253, 253);
  /*text-shadow: 0px 0px 10px #2D2F7D;*/
}

#text19 {
  /*float: left;
  font-size: 1em;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin-left: 33.179688%;
  margin-top: 141px;
  clear: none;
  min-height: 0px;*/
  opacity: 1;
  background: rgba(30, 30, 30, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
}

#textspan4 {
  float: none;
  font-size: 20px;
  line-height: 1em;
  font-family: 'Homenaje', sans-serif;
  color: rgb(253, 253, 253);
  /*text-shadow: 0px 0px 10px #2D2F7D;*/
}

#textspan5 {
  float: none;
  font-size: 48px;
  line-height: 1em;
  color: rgb(255, 255, 255);
  /*text-shadow: 0px 0px 10px #2D2F7D;*/
  font-family: 'Squada One', cursive;
}

#text24 {
  /*float: left;
  font-size: 1em;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: normal;
  line-height: 1em;
  margin-left: 31.121094%;
  margin-top: 161px;
  clear: none;
  min-height: 0px;
  display: block;
  margin-right: 0%;*/
  opacity: 1;
  background: rgba(30, 30, 30, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px 0;
}

#textspan6 {
  float: none;
  font-size: 20px;
  line-height: 1em;
  font-family: 'Homenaje', sans-serif;
  color: rgb(253, 253, 253);
  /*text-shadow: 0px 0px 10px #2D2F7D;*/
}

#textspan7 {
  float: none;
  font-size: 48px;
  line-height: 1em;
  font-family: 'Squada One', cursive;
  color: rgb(253, 253, 253);
  /*text-shadow: 0px 0px 10px #2D2F7D;*/
}

#formgroup {
  float: left;
  height: auto;
  display: block;
  text-align: left;
  margin-left: 0%;
  margin-top: 0px;
  clear: none;
  width: 80.882353%;
  min-height: auto;
  margin-right: 0%;
}

#text22 {
  float: none;
  font-size: 14px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  padding: 0.2em 0em;
  display: block;
  font-family:'Lato', sans-serif;;
  color: #404040;
  letter-spacing: 1px;
}

#textinput {
  float: none;
  height: 45px;
  padding: 0px;
  font-size: 1em;
  display: block;
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  border: 1px solid #ddd;
}

#box14 {
  float: right;
  height: 45px;
  margin-left: 0px;
  margin-top: 19.59375px;
  clear: none;
  width: 120px;
  /*background-image:url("Botao_newsletter.jpg");*/
  background-color: #1E1E1E;
  background-attachment: scroll;
  -webkit-background-size: 100%;
  background-size: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: 0.00229779%;
  background-position: 0% 0%;
  background-repeat: no-repeat no-repeat;
}

#text23 {
  float: none;
  font-size: 14px;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: 800;
  line-height: 1em;
  margin-left: auto;
  margin-top: 15.40625px;
  clear: none;
  min-height: 0px;
  font-family:'Roboto_Medium', sans-serif;;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-right: auto;
}

#box13 {
  float: left;
  height: auto;
  margin-left: 0%;
  margin-top: 17px;
  clear: both;
  width: 100.000001%;
  margin-right: 0%;
}

#box12 {
  float: none;
  height: auto;
  margin-left: auto;
  margin-top: 100px;
  clear: none;
  width: 83.950618%;
  margin-right: auto;
}

#box10 {
  float: left;
  height: 140px;
  clear: left;
  width: 23.45679%;
  max-width: 380px;
  max-height: 280px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 30px;
  margin-left: 3.703704%;
  display: block;
  margin-right: 0px;
  background-image:url("blog01.jpg");
  background-attachment: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat no-repeat;
}

#text15 {
  float: left;
  font-size: 20px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 10px;
  margin: 0px;
  display: block;
}

#text16 {
  float: right;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 0px;
  margin: 0px 0.03125px 0px 0px;
  display: block;
}

#text17 {
  float: right;
  font-size: 14px;
  width: 99.935145%;
  height: 66px;
  text-align: left;
  font-weight: normal;
  line-height: 22px;
  margin: 35px 0% 0px 0px;
  clear: right;
  min-height: 0px;
  font-family:'Roboto_Medium', sans-serif;;
  color: #999;
  display: block;
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px;
}

#BLOG_31 {
  float: left;
  height: auto;
  margin-left: 3.703704%;
  margin-top: 30px;
  clear: none;
  width: 65.435956%;
}

#BLOG_3 {
  float: left;
  height: auto;
  margin-left: 3.703704%;
  margin-top: 30px;
  clear: none;
  width: 65.435956%;
  margin-right: 0%;
}

#text12 {
  float: left;
  font-size: 20px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 10px;
  margin: 0px;
  display: block;
}

#text13 {
  float: right;
  font-size: 15px;
  width: auto;
  height: auto;
  text-align: left;
  font-weight: normal;
  line-height: 1em;
  clear: none;
  min-height: 0px;
  font-family: 'CaviarDreams', sans-serif;
  color: #222;
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 0px;
  margin: 0px 0.03125px 0px 0px;
  display: block;
}

#text14 {
  float: right;
  font-size: 14px;
  width: 99.935145%;
  height: 66px;
  text-align: left;
  font-weight: normal;
  line-height: 22px;
  margin: 35px 0% 0px 0px;
  clear: right;
  min-height: 0px;
  font-family:'Roboto_Medium', sans-serif;;
  color: #999;
  display: block;
  overflow: hidden;
  position: relative;
  top: 0px;
  left: 0px;
}

#CONTATO {
  float: left;
  height: 100%;
  font-size: 15px;
  margin-left: 4.998547%;
  margin-top: 0px;
  clear: none;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #FDFDFD;
  border-style: none;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  margin-right: 0%;
  padding: 0px;
  min-height: 0px;
  background-color: rgba(229, 233, 232, 0);
}

#MAKING_OF {
  float: left;
  height: 100%;
  font-size: 15px;
  margin-left: 4.998547%;
  margin-top: 0px;
  clear: none;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #FDFDFD;
  border-style: none;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  margin-right: 0%;
  padding: 0px;
  min-height: 0px;
  background-color: rgba(229, 233, 232, 0);
}

#LOOKBOOK {
  float: left;
  height: 100%;
  font-size: 15px;
  margin-left: 4.998547%;
  margin-top: 0px;
  clear: none;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #FDFDFD;
  border-style: none;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  margin-right: 0%;
  padding: 0px;
  min-height: 0px;
  background-color: rgba(229, 233, 232, 0);
}

#COLEÇAO {
  float: left;
  height: 100%;
  font-size: 15px;
  margin-left: 4.998547%;
  margin-top: 0px;
  clear: none;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #FDFDFD;
  border-style: none;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  margin-right: 0%;
  padding: 0px;
  min-height: 0px;
  background-color: rgba(229, 233, 232, 0);
  display: block;
}

#HOME {
  float: left;
  height: 100%;
  font-size: 15px;
  margin-left: 29.341297%;
  margin-top: 0px;
  clear: none;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #FDFDFD;
  border-style: none;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  padding: 0px;
  margin-right: 0%;
  min-height: 0px;
  background-color: rgba(229, 233, 232, 0);
}

#BLOG {
  float: left;
  height: 100%;
  font-size: 15px;
  margin-left: 4.998547%;
  margin-top: 0px;
  clear: none;
  width: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #FDFDFD;
  border-style: none;
  font-family: 'Homenaje', sans-serif;
  letter-spacing: 1px;
  margin-right: 0%;
  display: block;
  padding: 0px;
  min-height: 0px;
  background-color: rgba(229, 233, 232, 0);
}

#box {
  float: right;
  height: 18px;
  margin-left: 0px;
  margin-top: 11px;
  clear: none;
  width: 140px;
  position: static;
  top: 0px;
  left: 0px;
  margin-right: 5%;
}

#image {
  float: left;
  width: auto;
  max-width: 100%;
  height: 16px;
  margin-left: 5%;
  margin-top: 11px;
  clear: none;
  color: rgb(0, 0, 0);
  position: relative;
  top: 0px;
  left: 0px;
  display: none;
}

#box9 {
  float: left;
  height: 140px;
  clear: both;
  width: 23.456789%;
  max-width: 380px;
  max-height: 280px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 30px;
  margin-left: 3.701775%;
  display: block;
  margin-right: 0px;
  background-image:url("blog01.jpg");
  background-attachment: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat no-repeat;
}

#box7 {
  float: left;
  height: 277px;
  clear: none;
  width: 45.503472%;
  max-width: 380px;
  max-height: 280px;
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 30px;
  margin-left: 3.88302%;
  display: block;
  margin-right: 0px;
  background-image:url("blog01.jpg");
  background-attachment: inherit;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat no-repeat;
}

#TWITTER:hover {
  opacity: 1;
}

#FACEBOOK:hover {
  opacity: 1;
}

#PINTEREST:hover {
  opacity: 1;
}

#text9:hover {
  text-decoration: underline;
}

#text12:hover {
  text-decoration: underline;
}

#text15:hover {
  text-decoration: underline;
}

#box7:hover {
  opacity: 0.7;
}

#box9:hover {
  opacity: 0.7;
}

#box10:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1220px) {
  #Estrutura_Home {
    width: 100%;
  }

  #Promo_Video {
    margin-right: 0px;
    width: 32%;
  }

  #Box_Vídeo {
    cursor: pointer;
    width: 67%;
    background-color: #FFF;
  }

  #Box_Blog {
    margin-right: 0px;
  }

  #Box_Newsletter {
    margin-right: 0px;
    margin-top: 10px;
    margin-left: 0px;
    clear: both;
  }

  #PINTEREST {
    width: 33%;
    margin-left: 0px;
    margin-right: 0px;
    float: right;
    margin-top: 10px;
    clear: none;
    position: relative;
    top: 0px;
    left: 0px;
    background-image:url("Pinterest.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(170, 170, 170);
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
  }

  #Rodpé {
    display: block;
    width: 100%;
    float: left;
    background-color: #FDFDFD;
  }

  #Tipografia_Banner {
    position: relative;
    top: 0px;
    left: 0px;
    width: 570px;
    margin-top: 208.6875px;
    margin-left: auto;
    clear: none;
    margin-right: auto;
    float: none;
    display: block;
  }

  #box1 {
    width: 555px;
    height: 204px;
  }

  #box2 {
    width: 470.171875px;
  }

  #box3 {
    width: 49.227344%;
  }

  #Estrelas {
    width: 56.598933%;
  }

  #box11 {
    opacity: 1;
  }

  #box8 {
    width: 45.716933%;
    height: auto;
  }

  #Menu_Logo {
    margin: 0px 0px 0px 0%;
    clear: none;
  }

  #FACEBOOK {
    opacity: 0.7;
    background-image:url("s01.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgba(51, 51, 51, 0.5);
    background-position: 50% 0%;
    background-repeat: repeat repeat;
  }

  #formgroup {
    margin-top: 0px;
    margin-left: 0%;
    clear: both;
    height: 45px;
    text-align: left;
    width: 75%;
  }

  #text22 {
    text-align: left;
    padding: 0.2em 0em;
    float: none;
    display: block;
    font-family:'Lato', sans-serif;;
    color: rgb(255, 255, 255);
    font-size: 14px;
  }

  #textinput {
    float: none;
    display: block;
    width: 100%;
    height: 45px;
  }

  #HOME:hover {
    height: 100%;
    border-width: 5px;
  }

  #COLEÇAO:hover {
    height: 100%;
    border-width: 5px;
  }

  #LOOKBOOK:hover {
    height: 100%;
    border-width: 5px;
  }

  #MAKING_OF:hover {
    height: 100%;
    border-width: 5px;
  }

  #CONTATO:hover {
    height: 100%;
    border-width: 5px;
  }

  #BLOG:hover {
    height: 100%;
    border-width: 5px;
  }

  #Play_Vídeo {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
  }

  #text5 {
    height: auto;
    font-size: 60px;
  }

  #text6 {
    height: auto;
    width: 99.931865%;
  }

  #box4 {
    width: 80px;
  }

  #box5 {
    width: 80px;
  }

  #text18 {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    text-align: center;
  }

  #text24 {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
    text-align: center;
  }

  #text19 {
    margin: 141px auto 0px;
    float: none;
    clear: none;
    height: auto;
  }

  #TWITTER {
    background-image:url("Twitter.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(173, 83, 83);
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
  }

  #CONTATO {
    height: 100%;
    margin-top: 0px;
  }

  #MAKING_OF {
    height: 100%;
    margin-top: 0px;
  }

  #COLEÇAO {
    height: 100%;
    margin-top: 0px;
  }

  #HOME {
    height: 100%;
    margin-top: 0px;
  }

  #LOOKBOOK {
    height: 100%;
    margin-top: 0px;
  }

  #BLOG {
    height: 100%;
    margin-top: 0px;
  }

  #box {
    width: 140px;
    margin-right: 0%;
    margin-top: 11px;
    clear: none;
  }
}

@media only screen and (max-width: 970px) {
  #Play_Vídeo {
    margin-top: 48.326202%;
    margin-bottom: auto;
  }

  #text4 {
    height: auto;
  }

  #textinput {
    display: block;
    width: 100%;
  }

  #formgroup {
    width: 65%;
  }

  #Estrutura_Home {
    height: auto;
  }

  #BLOG {
    display: block;
  }

  #box {
    margin-right: 0;
  }
  #Box_Newsletter2 #box12 {
    width: 70%;
  }

  #box7 {
    width: 43.913919%;
    height: 205px;
  }

  #box9 {
    margin-top: 18px;
    margin-left: 3.69993%;
    clear: both;
  }

  #BLOG_3 {
    margin-top: 18px;
    margin-left: 3.702356%;
    clear: none;
  }

  #box8 {
    margin-right: 3.702356%;
    margin-top: 27px;
    clear: none;
  }
}

@media only screen and (max-width: 768px) {
  #FACEBOOK {
    background-image:url("s01.png");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(170, 170, 170);
    width: 49%;
    background-position: 50% 0%;
    background-repeat: no-repeat no-repeat;
  }

  #Facebook {
    margin-top: 0.015625px;
    margin-left: 0%;
    clear: none;
    margin-right: 0%;
  }

  #Twitter {
    margin-top: 0.671875px;
    margin-left: 26.086957%;
    clear: none;
    margin-right: 0%;
  }

  #Pinteret {
    margin-top: 0px;
    margin-left: 26.086957%;
    clear: none;
    margin-right: 0%;
  }

  #Menu_Páginas {
    display: block;
    margin-top: 0px;
    margin-left: -0.18094679%;
    clear: both;
  }


  #Tipografia_Banner {
    height: 220px;
    display: block;
    margin-top: 120px;
    margin-bottom: 120px;
    width: 82.8125%;
  }

  #CONTATO {
    display: none;

  }
  #Box_Newsletter2 #box12 {
    width: 90%;
  }
  #MAKING_OF {
    display: none;
  }

  #COLEÇAO {
    display: none;
  }

  #HOME {
    margin-top: 0px;
    margin-left: 12.722914%;
    clear: none;
    display: none;
  }

  #Estrutura_Home {
    margin-top: 0px;
    clear: both;
  }

  #BLOG {
    display: none;
  }

  #box {
    height: auto;
    margin-top: 10.3125px;
    clear: none;
    width: 140px;
  }

  #Banner_Home {
    background-image:url("image.jpg");
    background-attachment: scroll;
    -webkit-background-size: auto 460px;
    background-size: auto 460px;
    height: 460px;
    max-height: 460px;
    background-position: 30% 0%;
    background-repeat: no-repeat no-repeat;
  }

  #image {
    float: left;
    width: auto;
    max-width: 100%;
    height: 16px;
    margin-left: 5%;
    margin-top: 11px;
    clear: none;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    display: block;
  }

  #Rodpé {
    display: block;
    float: left;
    background-color: #10899A;
  }

  #Box_Vídeo {
    cursor: pointer;
    /*height: auto;*/
    max-height: none;
    width: 100%;

    background-attachment: scroll;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: rgb(170, 170, 170);
    min-height: 250px;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
  }

  #Promo_Video {
    width: 100%;
    height: 280px;
  }

  #Play_Vídeo {
    margin-top: 50px;
    width: auto;
    height: 70.714286%;
    max-width: 300px;
  }

  #text7 {
    margin-top: 0px;
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    padding: 25%;
  }

  #box1 {
    width: 97.718631%;
  }

  #text2 {
    width: 48.280217%;
  }

  #text1 {
    width: 36.292446%;
  }

  #Estrelas {
    width: 56.598933%;
  }

  #text {
    width: 99.372173%;
  }

  #box3 {
    width: 49.227344%;
  }

  #box2 {
    width: 91.830444%;
  }

  #Box_Newsletter {
    display: none;
    margin-top: 385px;
    margin-left: -639px;
    clear: none;
  }

  #text30 {
    display: block;
  }

  #Box_Blog {
    width: 100%;
    margin-top: 10px;
    margin-left: 0%;
    clear: right;
    height: auto;
    padding-bottom: 15px;
  }

  #box11 {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    margin-top: 10px;
    clear: left;
    width: 66%;
    height: auto;
  }

  #PINTEREST {
    margin: 10px 0px 0px;
    clear: right;
  }

  #TWITTER {
    margin-left: 0px;
    margin-right: 0%;
    float: right;
    clear: right;
    margin-top: 0px;
    width: 49%;
  }

  #BLOG_3 {
    margin-top: 30px;
    margin-left: 3.700295%;
    clear: none;
  }

  #box10 {
    margin-top: 30px;
    margin-left: 3.702074%;
    clear: left;
  }

  #box9 {
    margin-top: 30px;
    margin-left: 3.700295%;
    clear: both;
  }

  #box7 {
    margin-top: 30px;
    margin-left: 3.88302%;
    clear: none;
    width: 23.456789%;
    margin-right: 0px;
    height: 140px;
  }

  #box8 {
    width: 65.439163%;
  }

  #text11 {
    height: 66px;
    overflow: hidden;
  }

  #text10 {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 480px) {
  #Box_Vídeo {
    cursor: pointer;
    display: block;

    background-attachment: scroll;
    -webkit-background-size: 100%;
    background-size: 100%;

    min-height: 0px;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
  }

  #text7 {
    margin-top: 50px;
    font-size: 14px;
    padding-bottom: 0px;
    height: 125px;
    min-height: 0px;
  }

  #box {
    width: 140px;
  }
#Box_Newsletter2 #box12 {
  width: 96 %;
}
  #text {
    font-size: 54px;
    margin-top: 12px;
    margin-left: 0%;
    clear: none;
    text-align: center;
    width: 100%;
  }

  #text1 {
    font-size: 46px;
    margin-left: auto;
    margin-top: 0px;
    clear: both;
    height: auto;
    width: 50.00629%;
    text-align: center;
    margin-right: auto;
    float: none;
  }

  #text2 {
    font-size: 54px;
    margin-top: 0px;
    margin-left: 0%;
    clear: none;
    text-align: center;
    height: auto;
    width: 100%;
  }

  #Estrelas {
    width: 40%;
    margin-top: 81px;
    margin-left: 0.52412796%;
    clear: none;
    display: none;
  }

  #box2 {
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 20px;
    clear: none;
    display: block;
    height: 221.171875px;
    width: 100%;
  }

  #box1 {
    height: 263px;
  }

  #Tipografia_Banner {
    height: 279px;
    margin-left: auto;
    margin-right: auto;
  }

  #box3 {
    margin-top: 0px;
    margin-left: auto;
    clear: none;
    width: 100%;
    margin-right: auto;
    float: none;
  }

  #box11 {
    display: none;
  }

  #PINTEREST {
    display: none;
  }

  #Menu_Rodapé {
    display: none;
  }

  #Mídidas {
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: none;
    margin-top: 50px;
  }

  #text30 {
    margin-top: 50px;
    clear: none;
    max-width: 470px;
    width: 80%;
    padding-bottom: 70px;
  }

  #Rodpé {
    height: auto;
    background-color: #10899A;
  }

  #textspan {
    font-size: 50px;
  }

  #textspan1 {
    font-size: 25px;
  }

  #box7 {
    display: none;
  }

  #box9 {
    display: none;
    margin-top: -93px;
    margin-left: 0%;
    clear: none;
  }

  #box10 {
    display: none;
    margin-top: -93px;
    margin-left: -93.699049%;
    clear: none;
  }

  #box8 {
    height: auto;
    width: 90%;
    margin-left: 5%;
    margin-right: 0px;
    float: left;
    margin-top: 30px;
    clear: both;
  }

  #BLOG_3 {
    margin-top: 30px;
    margin-left: 5%;
    clear: none;
    width: 90%;
  }

  #BLOG_31 {
    width: 90%;
    margin-left: 5%;
  }

  #text10 {
    padding-left: 0px;
  }
}

.popup-video{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 5000;
  top:-100%;
  left:0;
  -webkit-transition: all 0.5s ;
  transition: all 0.5s ;
  opacity: 0;
}
.popup-video.play{
  top:0%;
  opacity: 1;
}
.centro-video{
  width: 80%;
  height: 80%;
  margin:5% auto;
  display: block;
  overflow: hidden;
}
.centro-video #playerPopup{
  display: block;
  position: absolute;
  top: -20%;
}
.bt-fechar{
  display: block;
  float: right;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #FFF;
  cursor: pointer;
  font: 16px 'Squada One';
  letter-spacing: 1px;
}
#menu-mobile{
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 0.5s ;
  transition: all 0.5s ;
}
#menu-mobile > .i-menu{
    display: block;
    width: 100%;
    line-height: 50px;
    background: #333;
    text-align: center;
    color: #fff;
    font-family: 'Homenaje', sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
}
.bt-menu{
  cursor: pointer;
  -webkit-transition: all 0.5s ;
  transition: all 0.5s ;
}
.bt-menu.ab{
  -webkit-transform: rotateZ(90deg) ;
  transform: rotateZ(90deg);
}
#menu-mobile.ab{
  height: 250px;
}
.msg{

      border-radius: 6px;
      width: 100%;
      float: left;
      font-family:'Roboto';
      min-height: 40px;
      line-height: 40px !important;
      padding-left: 10px;
      margin: 10px 0;
      text-align: center;


    }
    .msgOk{
      color: #468847;
      background-color: #dff0d8;
      border-color: #d6e9c6;
    }
    .msgErro{
      color: #b94a48;
      background-color: #f2dede;
      border-color: #eed3d7;
    }
.wrap12202{
  max-width: 1220px;
  width: 100%;
  height: 100%;
  display: block;
  margin:0 auto;
  background: ;
  overflow: hidden;
  text-align: center;
}
.bt-enviar:hover{
    opacity: 0.7 !important;
}
      /*=============================================
        Módulo - Zoom
        =============================================*/
          #modulo-zoom{
            background: rgba(0,0,0,0.9);
            display: none;
            height: 100%;
            left: 0;
            padding-top: 40px;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 50;

            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
          }

          #modulo-zoom .bt-fechar{
           /* background:#fff;
            position: absolute;
            right: 10px;
            top: 5px*/
          }

          #modulo-zoom .foto{
            background-size: cover;
            bottom: 30px;
            /*left: 20px;*/
            left: 50%;
            position: absolute;
            /*right: 20px;*/
            margin-left:-480px;
            width: 960px !important;
            top: 30px;
          }

          #modulo-zoom .mask{
            background:url(img/mask-1.png);
            height:100%;
            left:0;
            position: absolute;
            top:0;
            width:100%;
          }
      /*=============================================
        FIM: Zoom
        =============================================*/
