*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s linear;
  font-family: Avenir, sans-serif;
}

@font-face {
  src: url("../Font/Avenir.ttc");
  font-family: Avenir;
}
body {
  position: relative;
}

img {
  width: 100%;
}

.clear {
  clear: both;
}

.title-wrapper {
  background: #fff;
  padding-top: 68px;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.title-wrapper div {
  border-bottom: 3px solid #E70014;
  padding: 10px;
}
.title-wrapper div h3 {
  letter-spacing: 5px;
}

.wrapper {
  max-width: 100%;
  margin: 0 auto;
}

#splash {
  background-image: url("../images/TS7010-fundotopo-TCL-Soundbar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
#splash .splash-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 40px;
  color: white;
  width: 100%;
}
#splash .splash-content #splash-content-logo {
  width: 80%;
  margin-bottom: 20px;
}
#splash .splash-content #splash-content-soundbar {
  width: 100%;
  margin-bottom: 30px;
}
#splash .splash-content h2 {
  font-weight: bolder;
  font-family: Avenir, sans-serif;
  margin-bottom: 30px;
}
#splash .splash-content p {
  text-align: center;
  font-size: 14px;
}

/******** wireless ********/
#wireless {
  position: relative;
  background: #fff;
}
#wireless #wireless-content {
  position: relative;
}
#wireless #wireless-content .gray-background {
  background-image: url("../images/TS7010-fundocinzaclaro-Soundbar.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#wireless #wireless-content .gray-background .gb-content {
  padding: 45px;
}
#wireless #wireless-content .gray-background .gb-content span {
  font-size: 20px;
  font-weight: 700;
}
#wireless #wireless-content .gray-background .gb-content p {
  margin-top: 12px;
}
#wireless #wireless-content .gray-background .gb-content img {
  max-width: 50px;
  margin-bottom: 1px;
}
#wireless #wireless-content #subwoofer {
  background: #ECECEC;
  margin-top: -5px;
}

/******** watts ********/
#watts {
  background-image: url("../images/TS7010-fundocinzaescuro-TCL-Soundbar.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  color: white;
}
#watts .watts-content {
  padding: 50px 20px;
}
#watts .watts-content img {
  margin-top: 80px;
}
#watts .watts-content .texts {
  max-width: 210px;
  text-align: left;
  position: absolute;
  left: 45%;
}
#watts .watts-content .texts span {
  font-size: 22px;
  font-weight: 800;
}

.c-content-boxes {
  display: flex;
  flex-direction: column;
}
.c-content-boxes .box {
  background: #EBEBEB;
  border-radius: 20px;
  position: relative;
  padding: 45px;
  margin: 20px;
  flex-basis: 40%;
}
.c-content-boxes .box #box-hdmi {
  position: relative;
  right: -45px;
}
.c-content-boxes .box #box1-content img {
  max-width: 50px;
}
.c-content-boxes .box #box2-content {
  position: relative;
}
.c-content-boxes .box #box2-content img {
  width: 140px;
  margin-bottom: 20px;
}
.c-content-boxes .box #box2-content p {
  font-size: 15px;
}
.c-content-boxes .box #soundbar_with_effect {
  position: relative;
  right: -45px;
}
.c-content-boxes .box #cellphone {
  display: none;
}
.c-content-boxes .box:nth-child(2) {
  display: flex;
  flex-direction: column;
}

#design #design-bg {
  background-image: url("../images/TS7010-fundocom-TV-TCL-Soundbar.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 25% center;
  height: 60vh;
  display: flex;
  flex-direction: column-reverse;
  padding: 55px 40px 40px;
}
#design #design-bg .design-bg-texts {
  padding: 15px;
  flex: 1 1 50%;
  text-align: left;
  color: #000;
  display: none;
}
#design #design-bg .design-bg-texts span {
  font-size: 20px;
  font-weight: 700;
}
#design #design-bg .design-bg-texts p {
  margin-top: 10px;
}
#design #design-bg .spaceing {
  flex: 1 1 50%;
}
#design .design-bg-texts-2 {
  text-align: center;
  background: #969E9F;
  padding: 45px;
}
#design .design-bg-texts-2 span {
  font-size: 22px;
  font-weight: bold;
}

#resources #resources-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 200px;
}
#resources #resources-content .resource-item {
  padding: 0 25px;
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#resources #resources-content .resource-item img {
  max-width: 50px;
  margin-bottom: 10px;
}
#resources #resources-content #bluetooth img {
  transform: scale(3);
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }

  .title-wrapper h3 {
    font-size: 22px;
  }

  #design #design-bg {
    flex-direction: row;
    padding: 40px;
  }
  #design #design-bg .design-bg-texts p {
    margin-top: 10px;
    width: 350px;
  }

  #resources #resources-content .resource-item {
    flex: 1 1 20%;
    border-right: 1px solid #DEDEDE;
  }
  #resources #resources-content #resource-item-last {
    border-right: none;
  }
  #resources #resources-content #bluetooth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #resources #resources-content #bluetooth img {
    transform: scale(2.5);
  }
}
@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }

  .splash-content #splash-content-logo {
    max-width: 270px;
  }
  .splash-content p {
    font-size: 20px;
    max-width: 470px;
  }

  #splash .splash-content #splash-content-logo {
    max-width: 350px;
  }
  #splash .splash-content p {
    max-width: 470px;
    font-size: 16px;
  }

  .title-wrapper h3 {
    font-size: 28px;
  }

  #watts .watts-content {
    position: relative;
  }
  #watts .watts-content img {
    margin-top: 80px;
  }
  #watts .watts-content .texts {
    max-width: 210px;
    text-align: left;
    position: absolute;
    left: 40%;
    top: 120px;
  }
  #watts .watts-content .texts span {
    font-size: 30px;
  }
  #watts .watts-content .texts p {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }

  #splash {
    padding: 0 100px 100px;
  }
  #splash .splash-content p {
    max-width: 470px;
    font-size: 18px;
  }
  #splash .splash-content h2 {
    margin-bottom: 50px;
  }

  #wireless {
    position: relative;
  }
  #wireless #wireless-content {
    display: flex;
    padding-left: 100px;
    top: -80px;
  }
  #wireless #wireless-content .gray-background {
    border-radius: 30px;
  }
  #wireless #wireless-content .gray-background .gb-content {
    padding: 75px 150px 75px 75px;
  }
  #wireless #wireless-content .gray-background .gb-content p {
    font-size: 18px;
  }
  #wireless #wireless-content #subwoofer {
    position: relative;
    left: -50px;
    top: 50px;
    background: transparent;
  }
  #wireless #wireless-content #subwoofer img {
    transform: scale(1.7);
  }

  .title-wrapper h3 {
    font-size: 34px;
  }

  .c-content-boxes {
    flex-direction: row;
    justify-content: space-between;
  }
  .c-content-boxes .box {
    flex: 1 1 40%;
  }
  .c-content-boxes .box #cellphone {
    display: block;
    width: 150px;
    position: absolute;
    left: -40px;
  }
  .c-content-boxes .box:nth-child(2) {
    padding-left: 130px;
  }

  #design #design-bg {
    flex-direction: row;
  }
  #design #design-bg .design-bg-texts {
    display: block;
    padding-top: 50px;
  }
  #design .design-bg-texts-2 {
    display: none;
  }
}
@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }

  #watts .watts-content .texts {
    max-width: 300px;
    text-align: left;
    position: absolute;
    left: 40%;
    top: 160px;
  }

  #wireless #wireless-content {
    top: -120px;
  }
  #wireless #wireless-content .gray-background .gb-content {
    padding: 75px 150px 140px 75px;
  }
  #wireless #wireless-content #subwoofer {
    position: relative;
    left: -50px;
    top: 50px;
  }
  #wireless #wireless-content #subwoofer img {
    transform: scale(1.7);
  }

  .title-wrapper h3 {
    font-size: 38px;
  }

  #design-bg .design-bg-texts {
    padding-top: 100px;
    padding-left: 70px;
  }
}

/*# sourceMappingURL=main.css.map */
