/*Adobe Fonts Aktiv Grotesque*/
@import url("https://use.typekit.net/jvf4iwo.css");

* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: aktiv-grotesk, Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  -webkit-font-smoothing: antialiased;
	background-color: #d8d8d8;
}

img,
video {
  width: 100%;
  height: auto;
  max-width: fit-content;
}
.svg-wrapper svg {
  height: 100%;
  width: auto;
}

table {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 960px;
  border-collapse: collapse;
}

p {
  margin: 1.5em 0;
}

a.jump-to {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  width: fit-content;
  height: auto;
}
a.jump-to.light-bg {
  color: #bbb;
}
a.jump-to.light-bg:hover {
  color: #222;
}
a.jump-to.dark-bg {
  color: #999;
}
a.jump-to.dark-bg:hover {
  color: #eee;
}

a.button {
  display: block;
  padding: 1em 1.5em;
  border: 2px solid;
  border-radius: 1000px;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.5em;
  height: 60px;
  letter-spacing: .3px;
  text-decoration: none;
}

.clearfix:after {
  content:"";
  display:block;
  clear:both;
}

.page-loader {
  display: none;
}

.page {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

header {
  margin: 0;
  padding: 0;
  text-align: center;
}

#logo {
  margin: 0;
  padding: 30px;
}
#logo h1 {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 20px;
  background: url('../images/logo.svg') no-repeat center center;
  background-size: contain;
  text-transform: uppercase;
  text-indent: -1000em;
  overflow: hidden;
}

navigation#main-menu {
  display: none;/*block;*/
  padding: 10px;
  background-color: #000;
}
#main-menu ul.menu {
  display: block;
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.menu li.menu-item {
  display: inline-block;
  margin: 0 1.2%;
  padding: 0;
}
.menu-item a.menu-link {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
.menu-item a.menu-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .menu li.menu-item {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 459px) {
  .menu li.menu-item {
    margin: 0 15px;
  }
}

#intro h2 {
    font-size: 3.5rem;
		line-height: 1em;
		font-weight: 500;
}

#intro #splash {
  position: relative;
  display: flex;
  width: 100%;
  height: 45.138vw;
  max-height: 565px;
  min-height: 440px;
  flex-direction: column;
  justify-content: center;
	align-items: center;
	background: url('../images/header_home-theater.jpg') center center no-repeat;
	background-size: cover;
}

#intro #splash .copy,
#intro #splash .button {
	color: #fff;
}
#intro #splash .copy {
  /*position: absolute;
  top: 50%;*/
  /*transform: translateY(-50%);*/
  display: block;
  /*margin: 0 auto;*/
  padding: 0 10px;
  /*width: 100%;*/
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 2em;
  line-height: 1.125em;
  color: #fff;
}
@media only screen and (min-width: 500px) {
  #intro #splash .copy {
    font-size: 2em;
  }
}
@media only screen and (min-width: 800px) {
  #intro #splash .copy {
    font-size: 3em;
  }
}
@media only screen and (min-width: 960px) {
  #intro #splash .copy {
    font-size: 4em;
  }
}

#why-choose-sonos-homepage {
	margin: 2em 0;
	padding: 1px 20px;
	clear: both;
	width: 50%;
	min-height: 50vw;
	max-height: 1050px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#why-choose-sonos-homepage .section-image {
  position: absolute;
  right: 0;
  width: 40%;
  /*max-width: 850px;*/
}
#why-choose-sonos-homepage .section-image #overlay-svg-app-artwork {
	position: absolute;
	top: 50%;
	left: -25%;
	width: 50%;
	transform: translateY(-50%);
}
#why-choose-sonos-homepage .section-image #overlay-svg-app-artwork path {
	fill: #fff;
}
#why-choose-sonos-homepage .section-image #overlay-picture-album-art-13 {
    position: absolute;
    top: 42%;
    left: -20%;
    width: 40%;
    transform: translateY(-50%);
}
#why-choose-sonos-homepage .section-copy .benefits {
	padding: 1em 0;
}
#why-choose-sonos-homepage .section-copy .benefits + .benefits {
	border-top: 1px solid;
}
@media only screen and (max-width: 580px) {
	#why-choose-sonos-homepage {
		width: 100%;
	}

	#why-choose-sonos-homepage .section-image {
		position: relative;
		margin-left: 25%;
		width: 75%;
	}
}

main#products {
}

.product {
	border-bottom: solid 1px;
}
.product:before {
  content: '';
  display: intial;/*block;*/
  background: url() no-repeat center center;
  background-size: cover;
  height: 221px;
}
.product section {
  padding: 90px 20px 40px;
}
.product footer {
  padding-bottom: 20px;
}

.product .info {
  position: relative;
    margin: 0 auto;
    width: 100%;
    /*max-width: 960px;*/
}
.product .info .product-image {
  /*float: left;*/
  width: calc(50% - 40px);
}
.product .info .product-image img {
	display: block;
	margin: 0 auto;
}
.product .info .product-image img.vertical {
	max-width: 340px;
}

.product .info .summary {
  float: right;
  /*padding-top: 3rem;*/
  width: 50%;
  position: relative;
}
@media only screen and (min-width: 581px) {
  .product .info .product-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 1.5em;
  }
}
@media only screen and (max-width: 680px) {
  .product .info .product-image {
    width: calc(40% - 40px);
  }
  .product .info .summary {
    width: 60%;
  }
}
@media only screen and (max-width: 580px) {
  .product section {
    /* padding-top: 0; */
  }
  .product .info .product-image,
  .product .info .summary {
    float: none;
    width: 100%
  }
  .product .info .summary {
    padding: 0;
  }
}
.product .info.full {
  padding: 90px 20px 40px;
}
.product .info.full .summary {
  float: none;
  width: 100%
}
.product .info.full .summary .actions {
    width: 100%;
}

.summary h1.product-title {
  /*margin: 20px 0;*/
  /*border-bottom: 1px solid;*/
	font-size: 3em;
  /*text-transform: uppercase;*/
}

.summary .product-header,
.summary .features {
  display: flex;
}
.summary .product-header {
  align-items: baseline;
  /* justify-content: space-between; */
}
.summary .product-header .features-item {
  margin-left: 2em;
}
.summary .features .features-item + .features-item {
	margin-left: 0.5em;
}
.summary .features-item .svg-wrapper {
	height: 2em;
}
.features-item.voice-control .svg-wrapper:hover:after {
  display: inline-block;
  content: "Control por Voz";
  font-size: 0.75em;
  line-height: 1em;
  vertical-align: text-top;
}

.summary .price,
.summary .options,
.summary .actions {
    display: inline-block;
    margin: 0 10px 0 0;
}
.summary .price {
  font-weight: bold;
  font-size: 1.35rem;
}
.price .cents {
  font-size: 0.625em;
  font-weight: normal;
  /*vertical-align: text-top;*/
}
.summary .price.new {
  color: #EE2737;
}
.summary .price.old {
  display: block;
  font-weight: normal;
  font-size: 0.75em;
  color: #868686;
  text-decoration: line-through;
}
.price.old .cents {
  font-size: 1em;
  vertical-align: baseline;
}
.summary .options .option {
	box-sizing: content-box;
  display: inline-block;
	margin: 0 5px;
  width: 24px;
  height: 24px;
  border: 3px solid #d8d8d8;
  border-radius: 50%;
  /*box-shadow: 0 0 0px 1px #ccc;*/
  text-indent: -1000em;
  overflow: hidden;
  vertical-align: bottom;
  cursor: pointer;
}
.summary .options .option.black {
  background-color: #000;
}
.summary .options .option.white {
  background-color: #fff;
}
.summary .options .option.selected {
  /*border-color: #4af;*/
	box-shadow: 0 0 0px 1px #000;
}
.summary .actions {
  display: block;
  float: right;
  margin: 0;
  width: calc(100% - 200px);
}
.actions a.button-buy {
  display: inline-block;
  /*padding: 0.25rem 1rem;*/
  background-color: #000;
  /*font-size: 0.875em;*/
  text-align: center;
  text-decoration: none;
  color: #fff;
	border-width: 0;
}
/*.actions a.button-more {
  position: absolute;
  top: 16px;
  right: 0;
  border-bottom: 4px solid #ddd;
  font-size: 0.875em;
  text-decoration: none;
  color: #000;
}
.actions a.button-more:hover {
  border-bottom-color: #ff3c00;
}*/
.actions a.button-more {
  position: static;
  display: block;
  margin-top: 10px;
  padding: 0.25em 1em;
  border: 1px solid #ddd;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.actions a.button-more:hover {
  border-color: #000;
}
@media only screen and (max-width: 580px) {
  .summary .actions {
    width: 100%;
  }
  .actions a.button {
    margin-top: 10px;
    width: 100%;
  }
  .actions a.button-more {
    border: 1px solid #ddd;
    padding: 0.25em 1em;
    position: static;
    display: block;
    text-align: center;
  }
  .actions a.button-more:hover {
    border-color: #000;
  }
}
.actions a.button-more {
	display: none !important;
}

.product .extended-info {
  clear: both;
  background-color: #000;
  color: #fff;
  display: none;
}
.extended-info > div {
  width: 100%;
  max-width: 980px;
  margin: 4em auto;
}
.extended-info h3 {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.extended-info ul {
  padding-left: 1em;
}
.extended-info ul li {
  margin-bottom: 1.5rem;
}

.extended-info .comparison {
  background-color: #fff;
  color: #000;
  margin: -30px -20px 0;
  padding: 4em 20px;
  padding-top: 0;
  width: inherit;
  max-width: none;
}
.comparison table thead tr {
  border-bottom: 1px dashed #999;
}
.comparison table thead th {
  width: 25%;
}
.comparison table thead th .comparison-title {
  display: block;
  margin: 0.5rem;
  text-transform: uppercase;
}
.comparison table tbody tr {
  border-bottom: 1px dashed #999;
}
.comparison table tbody th,
.comparison table tbody td {
  padding: 0.75rem 1.5rem;
}
.comparison table tbody th {
  background-color: #eee;
  font-weight: normal;
  text-align: left
}
.comparison table tbody td {
  border-left: 10px solid #fff;
  background-color: #fbf0d5;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .comparison table {
    font-size: 0.875rem;
    line-height: 1.25em;
  }
  .comparison table tbody th,
  .comparison table tbody td {
    padding: 0.75rem 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .comparison table {
    font-size: 0.75rem;
    line-height: 1.25em;
  }
  .comparison table tbody th,
  .comparison table tbody td {
    padding: 0.75rem 0.5rem;
  }
}

.comparison a.jump-to {
  position: relative;
  top: 2em;
}

.extended-info .features,
.extended-info .specs {
  column-count: 2;
  column-gap: 1.5;
  column-width: 300px;
}
.extended-info .id {
  padding: 3rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.extended-info div,
.extended-info p,
.extended-info ul {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
            page-break-inside: avoid; /* Firefox */
                 break-inside: avoid; /* IE 10+ */
}

.features > h3:first-of-type,
.specs > h3:first-of-type {
  margin-top: 0;
}

.id dl {
  margin: 0;
}
.id dl dt,
.id dl dd {
  margin: 0;
}
.id dl dt {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.id dl dd {
  margin-bottom: 1.25rem;
}
.id dl dd:last-of-type {
  margin-bottom: 0;
}

.specs ul {
  padding: 0;
}
.specs ul li {
  margin-bottom: 0;
  list-style: none;
}


#move:before {
  background-image: url('../images/billboard_move.jpg');
  background-position: center center;
}
#one:before {
  background-image: url('../images/billboard_one.jpg');
  background-position: center center;
}
#onesl:before {
  /*background-image: url('../images/billboard_onesl.jpg');*/
  background-position: center center;
}
#play1:before {
  background-image: url('../images/billboard_play1.jpg');
  background-position: 36% center;
}
#play3:before {
  background-image: url('../images/billboard_play3.jpg');
  background-position: 20% center;
}
#play5:before {
  background-image: url('../images/billboard_play5.jpg');
  background-position: 30% center;
}
#one-gen1:before {
  background-image: url('../images/billboard_one_g1.jpg');
  background-position: 20% center;
}
#playbar:before {
  background-image: url('../images/billboard_playbar.jpg');
  background-position: 15% center;
}
#playbase:before {
  background-image: url('../images/billboard_playbase.jpg');
  background-position: left center;
}
#beam:before {
  background-image: url('../images/billboard_beam_02.jpg');
  background-position: center center;
}
#sub-2:before {
  background-image: url('../images/billboard_sub.jpg');
  background-position: 20% center;
}
#port:before {
  /*background-image: url('../images/billboard_port.jpg');*/
  background-position: center center;
}
#amp:before {
  /*background-image: url('../images/billboard_amp.jpg');*/
  background-position: center center;
}
#boost:before {
  background-image: url('../images/billboard_boost.jpg');
  background-position: 61% center;
}

/*#move:before,
#one:before,*/
#onesl:before,
#play1:before,
#play3:before,
#play5:before,
#one-gen1:before,
#playbar:before,
#playbase:before,
/*#beam:before,*/
#sub-2:before,
#port:before,
#amp:before,
#boost:before {
	display: initial;
}

/*
#why-choose-sonos-homepage {
  background-color: transparent;
  color: var(--colors-b1a);
}
#why-choose-sonos-homepage > .system-benefits-headline + div {
  padding: calc(100vw * 0.5/27) 0 calc(100vw * 0.5/27) calc(100vw * 4/27);
}

@media (max-width: 1023px) {
  #why-choose-sonos-homepage > .system-benefits-headline + div {
    padding: 0 0 0 var(--x5);
    height: var(--x22);
  }
  #why-choose-sonos-homepage #overlay-svg-app-artwork {
    left: calc(100vw * 5/27);
    width: var(--x14);
  }
  #why-choose-sonos-homepage #overlay-picture-album-art-13 {
    left: var(--x5);
    top: var(--x9);
    width: var(--x11);
    height: var(--x11);
  }
  #why-choose-sonos-homepage .system-benefits-headline {
    width: var(--x27);
    padding: var(--x2) 0 var(--x5) var(--x3);
  }
  #why-choose-sonos-homepage .system-benefits-body {
    padding-top: calc(100vw * 3/27);
  }
}

@media (min-width: 1024px) {
  #why-choose-sonos-homepage {
    margin-top: calc(100vw * -3/27);
    margin-bottom: calc(100vw * -3/27);
  }
  #why-choose-sonos-homepage #overlay-svg-app-artwork {
    left: calc(100vw * 4/27);
    width: calc(100vw * 6/27);
  }
  #why-choose-sonos-homepage #overlay-picture-album-art-13 {
    left: calc(100vw * 4/27);;
    top: calc(100vw * 6/27);
    width: calc(100vw * 4.5/27);
    height: calc(100vw * 4.5/27);
  }
  #product-row-homepage-main #pt-one-sl-beside-n-prod-slot-beside-n div.img-wrapper,
  #product-row-homepage-main #pt-one-beside-n-prod-slot-beside-n div.img-wrapper {
    margin-left: calc(100vw * 1.5/27);
  }
}
*/
