/* body */
body {
  display: block !important;
  font-family: "SST W01 Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  line-height: 1.46667;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}

/* general */
.img-responsive {
  display: inline-block;
}
.container.narrow {
  max-width: 970px;
}
.container.nav-wrapper {
  padding-left: 0;
  padding-right: 0;
}
a {
  -webkit-transition: background-color 0.25s linear,border-color 0.25s linear,opacity 0.25s linear,color 0.25s linear,fill 0.25s linear;
  transition: background-color 0.25s linear,border-color 0.25s linear,opacity 0.25s linear,color 0.25s linear,fill 0.25s linear;
}
@media (max-width: 768px) {
  .text-xs-left {
    text-align: left !important;
  }
}

/* header */
.header {
  width: 100%;
  height: 64px;
  background: #000;
}
.header .brand {
  display: block;
  margin: 7px 0;
  background: url(../pics/icn.png) no-repeat;
  background-position: 0 0;
  width: 102px;
  height: 50px;
}
.header .site-sony {
  display: inline-block;
  margin: 14px 0;
  background: #30343D;
  width: 85px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #FFF;
  font-size: 12px;

  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.header .site-sony:hover {
  background: #4572ED;
  text-decoration: none;
}

/* content */
#content {
  border-top: 1px solid #000;
}
#content:before {
  content: '';
  position: relative;
  display: table;
  clear: both;
}

/* hero */
.hero {
  position: relative;
  height: 405px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f1f5f9;
}
.hero > .container {
  position: relative;
  height: 100%;
}
.hero-text {
  position: absolute;
  top: 50%;
  padding: 30px 45px;
  width: 50%;
  max-width: 465px;
  background: rgba(33,37,48,0.95);
  color: #bcbccc;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.hero-text.right {
  right: 0;
}
.hero-text h1 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.125;
  color: #fff;
  letter-spacing: -0.04em;
  margin: 0;
}
.hero-text h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: -0.04em;
  margin: 0;
}
.hero-text h2 > b {
  font-weight: 600;
}
.hero-text h3 {
  margin: 0 0 5px;
  color: #83838f;
  font-size: 14px;
  font-weight: 900;
}
.hero-text p {
  color: #bcbccc;
  font-size: 16px;
  line-height: 1.46667;
  margin-top: 20px;
  margin-bottom: 0;
}
.hero-logo {
  float: right;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .hero {
    height: 240px;
    /*background-size: contain;*/
    background-position: center;
    background-color: #f1f4f9;
  }
  .hero-text {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px 15px;
    text-align: left;

    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, -0);
    transform: translate(0, 0);
  }
  .hero-text h1 {
    font-size: 24px;
    font-weight: 400;
  }
  .hero-text p {
    margin-top: 10px;
    font-size: 13px;
  }
  .hero-logo {
    display: block;
    float: none !important;
    margin: 10px auto 20px !important;
  }
}

.carousel-hero,
.carousel-hero .carousel-inner,
.carousel-hero .item {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* thumbnails */
.hero+.thumbnails {
  margin-top: 60px;
}
.thumbnail {
  position: relative;
  margin-bottom: 60px;
  border-radius: 0;
  border: none;
  text-align: center;
}
.thumbnail:hover {
  text-decoration: none !important;
}
.thumbnail>img, .thumbnail a>img {
  margin-right: auto;
  margin-left: 0;
}
.thumbnail .product-pic {
  position: relative;
  display: block;
  padding: 45px 15px 15px;
  margin-bottom: 15px;
  background-color: #f1f5f9;
}
@media (min-width: 768px) {
  .thumbnail .product-pic {
    padding: 45px 15px;

    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
  }
  .thumbnail:hover .product-pic {
    background-color: #e8edf3;
  }
}

.thumbnail .product-pic > .tag {
  position: absolute;
  display: block;
  top: -15px;
  right: -15px;
}
.thumbnail .product-logo-overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}
.thumbnail .product-copy {
  text-align: left;
  margin-bottom: 15px;
}
.thumbnail h3 {
  margin-bottom: 2px;
}
.thumbnail .product-name {
  margin-bottom: 6px;
  font-weight: 600;
  color: #2f353d;
  line-height: 18px;
}
.thumbnail .product-desc {
  margin-bottom: 15px;
  font-size: 13px;
  color: #83838f;
}
.thumbnail .product-model {
  margin-bottom: 12px;
  font-size: 12px;
  color: #83838f;
}
.thumbnail .product-price {
  margin-bottom: 6px;
  color: #2f353d;
  font-size: 12px;
  font-weight: 600 !important;
}
.thumbnail .product-bullets {
  margin: 20px 0 0;
  padding: 0;
  padding-left: 15px;
  list-style-type: square;
  color: #83838f;
  font-size: 12px;
}
.thumbnail p {
  margin-bottom: 15px;
  color: #83838f;
}
.thumbnail .muted {
  font-weight: 400;
  color: #83838f;
}
.thumbnail .bold {
  font-weight: 700;
  color: #2f353d;
}
.thumbnail .orange {
  font-weight: 700;
  color: #f3542a;
}
.thumbnail .product-tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px 5px;
  background-color: #f3542a;
  background-size: cover;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: "SST W01 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 12px;
  cursor: default;
}
.thumbnail .discount > .percent {
  display: block;
  margin-top: 26px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
}

.table {
  border-bottom: 1px solid #ddd;
}
.table .table-name {
  padding-left: 15px;
  font-size: 11px;
  text-align: left;
  text-transform: uppercase;
}
.table .table-price {
  padding-right: 15px;
  font-size: 22px;
  text-align: right;
}

/* copy */
.copy {
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.46667;
}
.copy.gray {
  background-color: #f1f5f9;
}
.copy h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  line-height: 1.15789;
  letter-spacing: -0.04em;
  color: #2f353d;
}
@media (max-width: 768px) {
  .copy h2 {
    font-size: 1.75em;
  }
}
.copy h3 {
  margin-bottom: 8px;
  font-family: "SST W01 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.44444;
  letter-spacing: -0.04em;
  color: #2f353d;
}
@media (min-width: 768px) {
  .copy h3 {
    font-size: 18px;
  }
}
.copy h3 > span {
  display: inline-block;
}
.copy h4 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "SST W01 Medium","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1.15789;
  letter-spacing: -0.04em;
  color: #2f353d;
}
@media (max-width: 768px) {
  .copy h4 {
    font-size: 18px;
  }
}
.copy p {
  margin-bottom: 12px;
  color: #83838f;
}
.copy p.small {
  font-size: 75% !important;
}
.copy p.lead {
  margin-top: 20px;
  font-size: 20px;
  line-height: 28px;
  font-family: "SST W01 Light";
  font-weight: 300;
  color: #83838F;
}
.copy ul {
  color: #83838f;
  margin-bottom: 12px;
}

.copy-title {
  font-size: 18px !important;
  color: #2F353D !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
}
@media (min-width: 768px) {
  .copy-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.25789 !important;
    letter-spacing: -0.01em !important;
  }
}

.copy-box {
  padding: 30px 50px;
  max-width: 465px;
  background: rgba(255,255,255,0.95);
}
.copy-box > h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #2f353d;
}
.copy-box > p {
  color: #83838f;
  font-size: 13px;
}

.marketing-text h3 {
  max-width: 620px;
  margin: 0 auto;
  margin-bottom: 12px;
  font-size: 18px;
}
.marketing-text p {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .marketing-text p {
    font-size: 15px;
  }
}

.highlight {
  margin-top: 15px;
  text-align: center;
}
.highlight-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -.02em;
  color: #2F353D;
}
@media (min-width: 768px) {
  .highlight-title {
    font-size: 21px;
    line-height: 26px;
  }
}
.highlight-text {
  max-width: 300px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.53846;
  color: #83838F;
  margin: 0 auto;
  margin-top: 15px;
}
.highlight-icon {
  display: inline-block;
  background: url('../pics/icn.png') no-repeat;
  width: 104px;
  height: 90px;
}
.highlight-icon.envios {
  background-position: -99px -153px;
}
.highlight-icon.comodidad {
  background-position: -298px -355px;
}
.highlight-icon.garantia {
  background-position: -298px -55px;
}
.highlight-icon.envio-gratis {
  background: url('../pics/envio-gratis.png') no-repeat center center;
}
.highlight-icon.icon-01 {
  background: url('../pics/icon-01.png') no-repeat;
  background-position: center;
}
.highlight-icon.icon-02 {
  background: url('../pics/icon-02.png') no-repeat;
  background-position: center;
}
.highlight-icon.icon-03 {
  background: url('../pics/icon-03.png') no-repeat;
  background-position: center;
}
.highlight-icon.icon-04 {
  background: url('../pics/icon-04.png') no-repeat;
  background-position: center;
}
.highlight-icon.icon-05 {
  background: url('../pics/icon-05.png') no-repeat;
  background-position: center;
}
.highlight-icon.icon-06 {
  background: url('../pics/icon-06.png') no-repeat;
  background-position: center;
}
.highlight-logo {
  height: 64px;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.empty-space {
  height: 30px;
}

/* row-vertical */
@media (min-width: 768px) {
  .row-vertical {
    display: table-row;
    table-layout: fixed;
  }
  .row-vertical > div {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

.bg-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bg-photo {
    margin-top: 15px;
    height: 200px;
  }
}

/* featured */
.featured {
  position: relative;
  display: block;
  padding-bottom: 65%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d7d7d7;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
@media (min-width: 768px) {
  .featured {
    padding-bottom: 130%;
  }
}
.featured:hover {
  opacity: .9;
}
.featured-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  background-color: rgba(33,37,48,0.85);
}
.featured-caption h4 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "SST W01 Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: #fff;
}
.featured-caption p {
  color: #fff !important;
}
.featured-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background-color: rgba(33,37,48,0);

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.featured:hover .featured-overlay,
.featured:focus .featured-overlay {
  background-color: rgba(33,37,48,0.85);
}
@media (max-width: 768px) {
  .featured {
    margin-top: 0;
  }
}

/* featured-carousel */
.featured-carousel .item {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f1f5f9;
}
.featured-carousel .caption {
  padding: 30px 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  max-width: 465px;
  background: rgba(255,255,255,0.95);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.featured-carousel .caption.right {
  left: auto;
  right: 100px;
}
.featured-carousel .caption h2 {
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  color: #2f353d;
}
.featured-carousel .caption > p {
  color: #83838f;
  font-size: 13px;
}
.featured-carousel .caption > p:last-of-type {
  margin-bottom: 0;
}
.featured-carousel .carousel-control {
  background: rgba(0,0,0,0.8);
  top: 50%;
  font-size: 50px;
  width: 45px;
  height: 65px;
  line-height: 68px;
  border-radius: 4px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.featured-carousel .carousel-control.left {
  left: 15px;
}
.featured-carousel .carousel-control.right {
  right: 15px;
}
@media (max-width: 768px) {
  .featured-carousel .caption,
  .featured-carousel .caption.right {
    padding: 30px;
    position: absolute;
    left: 45px;
    right: 45px;
    top: 50%;
    max-width: 100%;
  }
  .featured-carousel .caption h2 {
    font-size: 21px;
  }
}

.nav-carousel {
  margin-bottom: 0 !important;
}
.nav-carousel li > a {
  border-radius: 0 !important;
  border: none !important;
  border-bottom: 4px solid transparent !important;
  color: #83838f;
  font-size: 13px;
}
.nav-carousel li > a:hover,
.nav-carousel li > a:focus {
  color: #2f353d !important;
  background-color: transparent !important;
}
.nav-carousel li.active > a {
  color: #2f353d !important;
  border-color: #5887f5 !important;
}

/* footer */
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1f2024;
}
.footer .container+.container {
  margin-top: 60px;
}
.footer h5 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 15px;
  color: #83838f;
}
@media (max-width: 768px) {
  .footer h5 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.footer .footer-link {
  display: block;
  margin: 7px 0 0 0;
  font-size: 13px;
  color: #e4e7eb;
}
.footer .footer-link:hover {
  text-decoration: none;
  color: #83838f;
}
.footer .footer-locale {
  display: block;
  background-color: #3c3c42;
  padding: 14px 12px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.footer .footer-locale:hover {
  text-decoration: none;
  background-color: #504d56;
}
@media (min-width: 768px) {
  .footer .footer-locale {
    max-width: 165px;
  }
}
.footer .icon-flag-CO {
  background-image: url("../pics/flags.v5.png");
  background-position: -220px -70px;
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  top: -2px;
}
.footer .icon-flag-MX {
  background-image: url("../pics/flags.v5.png");
  background-position: -160px -42px;
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  top: -2px;
}
.footer .icon-flag-CL {
  background-image: url("../pics/flags.v5.png");
  background-position: -220px -98px;
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  top: -2px;
}
.footer .icon-flag-PE {
  background-image: url("../pics/flags.v5.png");
  background-position: -20px -126px;
  width: 20px;
  height: 14px;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  top: -2px;
}
.footer-signature {
  border-top: solid 1px #3c3c42;
  margin-top: 20px;
  padding-top: 20px;
}
.footer-legal-links a {
  display: inline-block;
  margin-right: 1em;
  text-transform: uppercase;
  font-size: 10px;
  color: #e4e7eb;
}
.footer-legal-links a:hover {
  text-decoration: none;
  color: #83838f;
}
.footer-legal-text {
  margin-bottom: 0;
  font-size: 10px;
  color: #83838f;
}
@media (max-width: 768px) {
  .footer .list-inline {
    margin-top: 15px;
  }
  .footer .list-inline > li {
    display: block;
    text-align: left;
  }
}

/* btn */
.btn {
  display: inline-block;
  border-radius: 1px;
  padding: 13px 24px;
  margin-bottom: 0;
  line-height: inherit;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  background: #5887f5;
  border: none;

  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: background-color 0.25s linear,border-color 0.25s linear,opacity 0.25s linear,color 0.25s linear,fill 0.25s linear;
  transition: background-color 0.25s linear,border-color 0.25s linear,opacity 0.25s linear,color 0.25s linear,fill 0.25s linear;
}
.btn-fixed {
  width: 280px;
}
.btn-lg {
  font-size: 15px !important;
}
.btn-info {
  margin-bottom: 4px;
  background-color: #5887f5;
}
.btn-info:hover {
  background-color: #4572ed;
}
.btn-warning {
  margin-bottom: 4px;
  background-color: #f25529;
}
.btn-warning:hover {
  background-color: #d94c25;
}
.btn-fixed-width {
  width: 210px;
}

/* link-collapse */
.link-collapse {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 75% !important;
  color: #83838f;
}
.link-collapse .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.link-collapse.open .caret {
  margin-top: -6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid;
}

/* table */
@media (min-width: 768px) {
  .table-small {
    width: 50%;
  }
}
.table-small th,
.table-small td {
  color: #83838f;
  font-size: 11px;
}

/* parallax */
.bg-parallax {
  position: relative;
  padding: 90px 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
