/********

    CSS RESETss

*********/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

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

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

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

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

* {
  font-family: "ElectroluxSans"; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }

@media screen and (max-width: 990px) {
  .container {
    padding: 0; } }

strong {
  font-weight: 600; }

.show-mob {
  display: none; }

.show-mob img {
  display: block;
  width: 100%; }

#section1 {
  background: url("../images/bg-section1.jpg") top center;
  padding-bottom: 150px;
  background-size: cover;
  min-height: auto;
  height: 100%; }

#section1 .info {
  max-width: 520px; }

#section1 .logo {
  padding: 35px;
  margin-bottom: 40px;
  box-sizing: border-box; }

#section1 .info-top {
  background-color: #dfe7ea;
  padding: 50px;
  color: #041e50; }

#section1 .info-top p {
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 25px; }

#section1 .info-top p strong {
  display: block; }

#section1 .info-top h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 35px; }

#section1 .info-top h1 span {
  font-weight: 300;
  font-size: 32px; }

#section1 .info-bottom {
  background-color: #041e50;
  padding: 50px;
  color: #fff;
  font-size: 28px;
  font-weight: 400; }

#section1 .info-bottom .textStrong {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px; }

#section1 .info-bottom p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; }

@media screen and (max-width: 990px) {
  #section1 {
    background: #fff;
    padding-bottom: 0px; }
  #section1 .show-mob {
    display: block; }
  #section1 .info {
    max-width: 100%; }
  #section1 .logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0; } }

@media screen and (max-width: 500px) {
  #section1 .info-top {
    padding: 50px 20px; }
  #section1 .info-top p {
    font-size: 22px;
    line-height: 25px; }
  #section1 .info-top h1 {
    font-size: 29px; }
  #section1 .info-top h1 span {
    font-size: 26px; }
  #section1 .info-bottom {
    padding: 50px 20px;
    font-size: 26px;
    line-height: 29px; }
  #section1 .info-bottom br {
    display: none; }
  #section1 .info-bottom .textStrong {
    font-size: 24px; }
  #section1 .info-bottom p {
    font-size: 17px; } }

#section2 {
  background: url("../images/bg-section2.jpg") top center;
  overflow: hidden;
  padding: 50px 0;
  height: 770px;
  box-sizing: border-box; }

#section2 .info {
  float: right;
  width: 440px;
  margin-right: 70px;
  padding: 70px 0;
  color: #041e50; }

#section2 .info .bottom {
  margin-top: 100px; }

#section2 .info h3 {
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px; }

#section2 .info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; }

@media screen and (max-width: 1280px) {
  #section2 {
    background-position-x: -220px; }
  #section2 .info {
    width: 310px; }
  #section2 .info br {
    display: none; } }

@media screen and (max-width: 1024px) {
  #section2 {
    background: #fff;
    padding-top: 0;
    height: auto; }
  #section2 .show-mob {
    display: block; }
  #section2 .info {
    margin: 0 auto;
    float: inherit;
    width: 80%; } }

@media screen and (max-width: 500px) {
  #section2 .info {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box; }
  #section2 .info h3 {
    font-size: 25px;
    line-height: 27px; }
  #section2 .info p {
    font-size: 17px; } }

#section3 {
  padding: 90px 0; }

#section3 .spot1 {
  bottom: 130px;
  left: 270px; }

#section3 .spot1 .spot-information {
  position: relative;
  top: -90px; }

#section3 .clear {
  clear: both;
  display: block;
  height: 20px;
  width: 100%; }

#section3 .container {
  position: relative; }

#section3 .container .mega {
  position: absolute;
  left: -135px;
  top: -130px; }

#section3 .info-left, #section3 .info-right {
  width: 50%;
  float: left;
  color: #041e50;
  box-sizing: border-box; }

#section3 .info-left h3, #section3 .info-right h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px; }

#section3 .info-left p, #section3 .info-right p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; }

#section3 .info-left h3 {
  margin-top: 10px; }

#section3 .info-right {
  text-align: right;
  height: 540px;
  background: #dfe7ea;
  padding: 100px 40px 40px; }

#section3 .info-right h3 {
  margin: 20px 0; }

#section3 .info-right img {
  border-bottom: solid 1px #041e50; }

@media screen and (max-width: 1210px) {
  #section3 .container .mega {
    width: 100%;
    left: -40px;
    top: -92px; }
  #section3 .container .mega img.produto {
    width: 100%; } }

@media screen and (max-width: 1024px) {
  #section3 {
    padding: 0; }
  #section3 .spot1 {
    bottom: 85px;
    left: 190px; }
  #section3 .container .mega {
    position: relative;
    width: 100%;
    left: -40px;
    top: -92px; }
  #section3 .info-left, #section3 .info-right {
    width: 100%;
    text-align: center; }
  #section3 .info-left {
    margin-bottom: 80px; } }

@media screen and (max-width: 520px) {
  #section3 .container .mega {
    left: 0; }
  #section3 .spot1 {
    bottom: 30px;
    left: 50px; }
  #section3 .spot1 .spot-information {
    position: relative;
    top: -90px; }
  #section3 br {
    display: none; }
  #section3 .info-left, #section3 .info-right {
    padding: 50px 20px; }
  #section3 .info-left h3, #section3 .info-right h3 {
    font-size: 26px;
    line-height: 28px; } }

@media screen and (max-width: 345px) {
  #section3 .spot1 .spot-information {
    top: -40px;
    left: -35px;
    width: 250px; } }

#section4 {
  background: url("../images/bg-section4.jpg") top center;
  padding: 90px 0;
  box-sizing: border-box;
  min-height: 940px; }

#section4 .info {
  color: #fff;
  width: 515px; }

#section4 .info h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px; }

#section4 .info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; }

#section4 .info p.desc {
  margin: 20px 0 70px; }

#section4 .item {
  overflow: hidden;
  margin-bottom: 40px; }

#section4 .item ul {
  margin-left: 112px; }

#section4 .item li {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  list-style: none; }

#section4 .item .tit {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 15px; }

#section4 .item img {
  float: left; }

@media screen and (max-width: 1024px) {
  #section4 {
    background: #041e50; }
  #section4 .show-mob {
    display: block;
    margin-bottom: 70px; }
  #section4 .info {
    width: 80%;
    margin: 0 auto; }
  #section4 .info br {
    display: none; } }

@media screen and (max-width: 500px) {
  #section4 br {
    display: none; }
  #section4 .info h3 {
    font-size: 26px;
    line-height: 30px; } }

@media screen and (max-width: 400px) {
  #section4 .item img {
    width: 100%;
    float: inherit; }
  #section4 .item ul {
    margin: 20px 0 0 20px; } }

#section5 {
  background: url("../images/bg-section5.jpg") top center;
  min-height: 812px; }

#section5 .info {
  width: 410px;
  float: right;
  margin-right: 120px;
  padding-top: 80px;
  color: #041e50; }

#section5 .info .top {
  margin-bottom: 200px; }

#section5 .info h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin: 20px 0; }

#section5 .info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px; }

@media screen and (max-width: 1024px) {
  #section5 {
    background: #fff;
    min-height: auto;
    padding-bottom: 100px; }
  #section5 .show-mob {
    display: block;
    border-bottom: solid 10px #041e50; }
  #section5 .info {
    width: 90%;
    max-width: 400px;
    float: inherit;
    margin: 0 auto;
    text-align: center; }
  #section5 .info .top {
    margin-bottom: 90px; }
  #section5 .info br {
    display: none; } }

@media screen and (max-width: 500px) {
  #section5 .info h3 {
    font-size: 26px;
    line-height: 30px; } }

#section6 {
  background: url("../images/bg-section6.jpg") top center no-repeat; }

#section6 .dica.mob {
  display: none; }

#section6 h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin: 20px 0; }

#section6 .left-info {
  width: 420px;
  float: left; }

#section6 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

#section6 .dica {
  color: #041e50;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px; }

#section6 .dica span {
  position: relative;
  top: -6px; }

#section6 .top-faixa {
  padding: 60px 0;
  color: #041e50;
  margin-bottom: 100px; }

#section6 .blubox {
  color: #fff; }

#section6 .spot2 {
  bottom: 20px;
  right: 140px; }

#section6 .spot2 .spot-information {
  position: relative;
  top: -90px; }

#section6 .right-info {
  float: right;
  width: 380px;
  margin-right: 100px;
  position: relative;
  margin-top: -50px; }

#section6 .vitrine-acessorios {
  clear: both;
  overflow: hidden; }

#section6 .solucao {
  color: #041e50;
  margin-top: 190px;
  margin-bottom: 80px; }

#section6 .right-vitrine {
  margin-left: 3px;
  width: calc(50% - 3px);
  float: right;
  text-align: center;
  background: #041e50;
  height: 365px;
  position: relative; }

#section6 .right-vitrine .item {
  padding: 60px 0;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: none; }

#section6 .right-vitrine .item .tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px; }

#section6 .right-vitrine .item .subtit {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px; }

#section6 .left-vitrine {
  width: 50%;
  margin-bottom: 100px;
  overflow: hidden;
  float: left;
  position: relative;
  z-index: 50; }

#section6 .left-vitrine li {
  display: block;
  float: left;
  width: 25%;
  height: 120px;
  margin-bottom: 2px; }

#section6 .left-vitrine li a {
  display: block;
  background: #dfe7ea;
  margin-bottom: 10px;
  height: 100%;
  text-align: center;
  position: relative;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: background 0.5s ease;
  cursor: pointer; }

#section6 .left-vitrine li a:hover {
  background: #c9d2d6; }

#section6 .left-vitrine li a.active {
  background: #041e50; }

#section6 .left-vitrine li img {
  width: 60%;
  max-height: 90%;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media screen and (max-width: 1024px) {
  #section6 {
    background: #fff; }
  #section6 br {
    display: none; }
  #section6 .left-info {
    width: 100%;
    float: inherit; }
  #section6 .right-info {
    width: 230px;
    float: inherit;
    margin: 0 auto; }
  #section6 .right-info img {
    width: 100%; }
  #section6 .right-info img.spot-information {
    width: 250px; }
  #section6 .solucao {
    padding: 0 20px;
    margin: 70px 0;
    text-align: center; }
  #section6 .top-faixa {
    background: #dfe7ea;
    text-align: center;
    margin-bottom: 0; }
  #section6 .blubox {
    background: #041e50;
    padding: 90px 0;
    text-align: center; } }

@media screen and (max-width: 1000px) {
  #section6 {
    padding-bottom: 50px; }
  #section6 .left-vitrine {
    margin-bottom: 0px; } }

@media screen and (max-width: 768px) {
  #section6 .dica.mob {
    position: relative;
    top: 12px;
    display: block; }
  #section6 .dica.desk {
    display: none; }
  #section6 .vitrine-acessorios {
    width: 80%;
    margin: 0 auto; }
  #section6 .vitrine-acessorios .right-vitrine, #section6 .vitrine-acessorios .left-vitrine {
    width: 100%; }
  #section6 .vitrine-acessorios .left-vitrine li {
    height: 90px; } }

@media screen and (max-width: 500px) {
  #section6 {
    overflow: hidden; }
  #section6 .dica {
    padding: 0 20px; }
  #section6 .spot2 .spot-information {
    top: -270px;
    left: -75px; }
  #section6 .solucao {
    padding: 10px 20px;
    margin: 20px 0; }
  #section6 .top-faixa, #section6 .blubox {
    padding: 50px 20px; }
  #section6 .top-faixa h3, #section6 .blubox h3 {
    font-size: 26px;
    line-height: 30px; }
  #section6 .vitrine-acessorios {
    width: 100%; }
  #section6 .right-info {
    margin-bottom: 40px; }
  #section6 .left-vitrine {
    margin-bottom: 0; }
  #section6 .right-vitrine img {
    width: auto;
    max-height: 170px;
    max-width: 300px; } }

#section7 {
  color: #fff;
  background: #041e50;
  padding: 80px 0;
  overflow: hidden;
  text-align: center; }

#section7 h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 32px; }

#section7 .slide-fotos {
  margin-top: 80px; }

#section7 .slide-fotos .slick-prev, #section7 .slide-fotos .slick-next {
  width: 27px;
  height: 46px; }

#section7 .slide-fotos .slick-prev::before, #section7 .slide-fotos .slick-next::before {
  display: none; }

#section7 .slide-fotos .slick-prev {
  background: url("../images/voltar.png"); }

#section7 .slide-fotos .slick-next {
  background: url("../images/ir.png"); }

#section7 .item {
  text-align: center; }

#section7 .item .bx {
  padding: 0 20px; }

#section7 .item p {
  display: block;
  width: 100%; }

#section7 .item img {
  display: inline-block;
  width: 100%; }

#section7 .item .tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 10px; }

#section7 .item .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px; }

@media screen and (max-width: 1024px) {
  #section7 {
    padding: 80px; } }

@media screen and (max-width: 500px) {
  #section7 {
    padding: 70px 30px; }
  #section7 br {
    display: none; }
  #section7 h3 {
    font-size: 26px;
    line-height: 30px; } }

#section8 {
  background: url("../images/bg-section8.png") top center no-repeat;
  height: 850px; }

#section8 .info {
  max-width: 499px;
  height: 230px;
  background: #ffffff;
  float: right;
  color: #041e50;
  font-size: 29px;
  font-weight: 600;
  line-height: 36px;
  box-sizing: border-box;
  padding: 50px;
  margin-top: 220px; }

@media screen and (max-width: 900px) {
  #section8 {
    height: auto;
    overflow: hidden;
    background: #fff; }
  #section8 .show-mob {
    display: block; }
  #section8 .info {
    margin: 0;
    float: none;
    max-width: 100%;
    text-align: center;
    height: auto; } }

@media screen and (max-width: 420px) {
  #section8 .info {
    font-size: 24px;
    line-height: 30px; } }

.banner img {
  width: 100%;
  display: block; }

#section9 {
  background: url("../images/bg-section9.png") center repeat-y;
  padding: 80px 0; }

@media screen and (max-width: 900px) {
  #section9 {
    background: #DEE6E9; } }

@media screen and (max-width: 600px) {
  #section9 {
    padding-bottom: 0; } }

.electrolux_produtoembalagem {
  overflow: hidden; }

.electrolux_produtoembalagem--vitrine {
  max-width: 510px;
  width: 100%;
  float: left;
  margin-right: 50px; }

.electrolux_produtoembalagem--vitrine figure {
  text-align: center; }

.electrolux_produtoembalagem--bottom {
  overflow: hidden; }

.electrolux_produtoembalagem--medidas {
  float: left;
  width: 200px; }

.electrolux_produtoembalagem--medidas ul {
  list-style: none; }

.electrolux_produtoembalagem--medidas li {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #041e50; }

.electrolux_produtoembalagem--peso {
  border: 1px #041e50 solid;
  float: right;
  width: 120px;
  display: block;
  text-align: center;
  color: #041e50;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  height: 70px;
  box-sizing: border-box;
  padding-top: 5px; }

.electrolux_produtoembalagem--peso strong {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px; }

.electrolux_produtoembalagem--peso strong span {
  font-size: 18px; }

.electrolux_produtoembalagem--conteudo {
  background: #041e50;
  max-width: 590px;
  color: #fff;
  float: left;
  box-sizing: border-box;
  padding: 60px 50px;
  margin-top: 20px;
  width: 560px; }

.electrolux_produtoembalagem--conteudo h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px; }

.electrolux_produtoembalagem--conteudo ul {
  margin-left: 20px; }

.electrolux_produtoembalagem--conteudo li {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px; }

@media screen and (max-width: 1160px) {
  .electrolux_produtoembalagem--conteudo {
    width: calc(100% - 680px); } }

@media screen and (max-width: 1080px) {
  .electrolux_produtoembalagem--vitrine, .electrolux_produtoembalagem--conteudo {
    float: none;
    width: 70%;
    margin: 0 auto 40px;
    clear: both; }
  .electrolux_produtoembalagem--conteudo {
    margin-bottom: 0; } }

@media screen and (max-width: 600px) {
  .electrolux_produtoembalagem--vitrine, .electrolux_produtoembalagem--conteudo {
    width: 100%;
    box-sizing: border-box; }
  .electrolux_produtoembalagem--vitrine {
    padding: 0 20px; } }

@media screen and (max-width: 380px) {
  .electrolux_produtoembalagem--medidas, .electrolux_produtoembalagem--peso {
    float: none;
    margin-bottom: 20px;
    width: 100%; }
  .electrolux_produtoembalagem--conteudo {
    padding: 60px 20px; } }

.tootip {
  position: absolute;
  width: 39px;
  height: 39px;
  display: inline-block;
  z-index: 999; }

.tootip:before {
  background: url("../images/plus-icon.png") no-repeat;
  background-size: 100%;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9;
  position: relative; }

.tootip:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 500ms infinite;
  animation: cd-pulse 500ms infinite;
  border-radius: 100%;
  z-index: 999; }

.spot-information {
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative; }

.spot-information.open {
  opacity: 1; }

.tootip:hover .spot-information, .tootip:active .spot-information {
  opacity: 1; }

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98); }
  50% {
    -webkit-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98); }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2); } }

@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98); }
  50% {
    -webkit-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98);
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.98); }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    -webkit-box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.2); } }
