/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800');
/*
 * 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.
 */

/* ==========================================================================
   Variables
   ========================================================================== */

:root {
  --color-accent: #00CCFF;
}

/*colors*/

/*Products color*/

#brand{  fill: #fff;  fill-rule: evenodd; }

.color-NoColor {
  fill: #eee;
  stroke: #ddd;
}

.color-Black {
  fill: #000000;
  background-color: #000000;
}

.color-Amarelo {
  fill: #F8D263;
  background-color: #F8D263;
}

.color-AmareloLimao {
  fill: #B8F67A;
  background-color: #B8F67A;
}

.color-Rosa {
  fill: #D63581;
  background-color: #D63581;
}

.color-Vermelho {
  fill: #ff2800;
  color: white;
  background-color: #ff2800;
}

.color-Roxo {
  fill: #32276C;
  color: white;
  background-color: #32276C;
}

.color-Preto {
  fill: #222325;
  color: white;
  background-color: #222325;
}

.color-CinzaChumbo {
  fill: #54595C;
  background-color: #54595C;
}

.color-Cinza {
  fill: #909398;
  background-color: #909398;
}

.color-AzulMarinho {
  fill: #011d57;
  color: white;
  background-color: #011d57;
}

.color-AzulRoyal {
  fill: #0000ff;
  color: white;
  background-color: #0000ff;
}

.color-AzulTurquesa {
fill: #3a87fe;
  background-color: #3a87fe;
}

.color-Teal {
  fill: #03658A;
  background-color: #03658A;
}

.color-VerdeBandeira {
  fill: #0D4529;
  color: white;
  background-color: #0D4529;
}

.color-VerdeLimao {
  fill: #5CC948;
  background-color: #5CC948;
}

.color-Laranja {
  fill: #FE8034;
  background-color: #FE8034;
}

.color-Prata {
  fill: #C6C4C5;
  background-color: #C6C4C5;
}

.color-Branco {
  fill: #FFFFFF;
  background-color: #FFFFFF;
}
.color-Qb {
 fill: #868789;
 background-color: #868789;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

.popover .arrow-left {
  left: -10px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* .simulador {} */

.simulador__main {
  padding-top: 50px;
  position: relative;
}

.simulador__aside {
  color: #eee;
  background: #222;
  position: fixed;
  width: 300px;
  top: 0;
  left: -320px;
  transition: all 0.2s linear;
  height: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  z-index: 3000;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.simulador__aside--open {
  left: 0px;
}

.simulador__aside__header {
  flex: 0 0 0px;
  background: #020202;
  padding: 0px 40px;
  position: relative;
  text-align: center;
}

.simulador__aside__header__brand {
  width: 120px;
  margin: 4px auto;
  display: inline-block;
}

.simulador__aside__header__close {
  line-height: 0;
  float: right;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 14px;
  margin: 0;
}

.simulador__aside__header__close:hover {
  text-decoration: none;
  color: #fff
}

.simulador__aside__body {
  margin-top: 20px;
  flex: 1 0 0;
  overflow-y: auto;
}

.simulador__aside__body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1d1d1d;
}

.simulador__aside__body::-webkit-scrollbar {
  border-radius: 5px;
  width: 10px;
  background-color: #00c0ef;
}

.simulador__aside__body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #000;
}

.simulador__aside__backdrop {
  position: fixed;
  background: transparent;
  height: 100%;
  width: 100%;
  top: 0;
  transition: all 0.2s linear;
  z-index: -1;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.simulador__aside__backdrop--open {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}

.simulador__aside__backdrop__body--open {
  overflow: hidden
}

/*  .screenshot */

.screenshot__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.screenshot__list__item {
  padding: 5px;
  width: 218px;
  display: inline-block;
  margin: 10px auto 0 auto;
  border: 1px solid transparent
}

.screenshot__list__item:hover {
  border: 1px solid rgba(0, 76, 255, 1)
}

.screenshot__list__item__title {
  margin: 10px 0;
  text-decoration: none;
  color: var(--color-accent);
  font-size: 0.95rem;
}

.screenshot__list__item__title:hover {
  text-decoration: none;
}

.screenshot__list__item__img__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.screenshot__list__item__img__inner::before {
  transition: all 0.2s linear;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.screenshot__list__item__img__inner:hover::before {
  background-color: rgba(16, 57, 150, 0)
}

.screenshot__list__item__img {
  max-width: 100%;
}

.screenshot__list__item__link {
  display: block;
  position: relative;
  text-align: center;
}

.simulador__header {
  color: #222326;
  height: 50px;
  width: 100%;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: #fff;
}

.simulador__header__hamburguer {
  line-height: 0;
  color: #000;
  height: 50px;
  align-items: center;
  display: flex;
  padding: 0 20px;
  text-decoration: none;
}

.simulador__header__hamburguer:hover {
  text-decoration: none;
}

.simulador__header__brand {
  height: 50px;
  align-items: center;
  display: flex;
}

.simulador__header__brand__image {
  width: 120px;
}

.simulador__header__title {
  height: 50px;
  align-items: center;
  display: none;
}

@media (min-width: 768px) {
  .simulador__header__title {
    display: flex;
  }
}

.simulador__header__title__name {
  margin: 0 20px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.simulador__header__title__name strong {
  color: var(--color-accent);
  font-weight: 300;
}



.simulador__header__language-selector{ margin-left: auto;  margin-right: 30px;}
.simulador__header__language-selector input{ display: none;}
.simulador__header__language-selector label{ cursor: pointer;}
.simulador__header__language-selector img{}
.simulador__header__language-selector input[type="radio"] + label {opacity: 0.3;}
.simulador__header__language-selector input[type="radio"]:checked + label {  opacity: 1; }




/* .simulador__main {} */

.simulador__content {
  height: calc(100vh - 50px);
  background-color: #eee;
  /* background-image: url("../img/site/patterns/graphy.png") */
}

.simulador__content .product {
  flex: 1 0 auto;
  padding: 20px;
  align-self: center;
  max-width: 1110px;
  margin: 0 auto;
}

.color__list {
  text-align: center;
  margin-bottom: 20px;
}

.color__item {
  border: 1px solid #d2d3d4;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  transition: all 0.2s;
  margin-right: 5px;
}

.color__item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.color__choose--closed {
  margin-top: 80px;
}

.is__color-interactive {
  cursor: copy;
  /* cursor: url('../img/site/cursor/select.png'), auto;	 */
  transition: all 0.2s;
  stroke: darkgrey;
  stroke-width: 0.5px;
}

.is__color-interactive:hover {
  opacity: 0.95;
  stroke: grey;
  stroke-width: 1px;
  stroke-linecap: round;
  fill: #b8b8b8;
}

.simulador__content .product svg {
  -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.12));
}

.simulador__content .product svg:hover {
  -webkit-filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.19));
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.19));
}

.simulador__content .product>svg {
  max-width: 100%
}

.info {
  position: fixed;
  width: 300px;
  right: 10px;
  bottom: 0;
}

.info__card {
  z-index: 1000;
  bottom: -340px;
  transition: all 0.2s ease-in;
  border: none;
}

.info__card .card-header {
  cursor: pointer;
  color: var(--color-accent);
  background: #020202;
}

.info__card.is_active {
  bottom: 0
}

.info__button {
  right: 20px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  width: 50px;
  height: 60px;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  background: #fff;
}

.info__button__image {
  width: 100%;
}

.select2-container {
  z-index: 1070;
}







/*Produto*/

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
