/* header/footer fixes */
.nav-wrapper {
  min-height: 48px;
}

.header-wrap-outer .container {
  padding-left: 0;
  padding-right: 0;
}

.navbar-mobile .btn-mobile-nav {
  padding-top: 12px !important;
}

.navbar-mobile .sprite-32a-sony-logo {
  margin-top: 8px !important;
}

.btn.locale {
  padding: 8px 12px !important;
  line-height: 24px;
}

.store-locator-submit-btn {
  padding: 4px 4px 0 !important;
}

.footer-social-links a {
  line-height: 2em !important;
}

.footer-social-links a i {
  vertical-align: middle;
}

.nav-primary .nav-li-link {
  padding: 2px 5px;
}

.page-wrap-outer {
  overflow: visible !important;
}

.footer-wrapper {
  overflow: hidden !important;
}

.u-nav-wrapper {
  visibility: visible !important;
  z-index: 1100 !important;
}

.u-nav-wrapper .u-nav-primary-link .u-nav-primary-img-wrap {
  background-image: none !important;
}

@media (max-width: 768px) {
  .nav-wrapper {
    height: 44px;
  }
}

/* fonts */
/* colors */
/* landing-content */
#landing-content {
  font-family: "SST W01 Roman", Helvetica, Arial, sans-serif;
  /* font weight */
}
#landing-content .regular {
  font-family: "SST W01 Roman", Helvetica, Arial, sans-serif;
}
#landing-content .medium {
  font-family: "SST W01 Medium", Helvetica, Arial, sans-serif;
}
#landing-content .bold {
  font-family: "SST W01 Bold", Helvetica, Arial, sans-serif;
}
#landing-content .heavy {
  font-family: "SST W01 Heavy", Helvetica, Arial, sans-serif;
}
#landing-content .orange {
  color: #F25529;
}
#landing-content .sup {
  display: inline-block;
  font-size: 12px;
  padding: 0.1rem;
  vertical-align: super;
  cursor: default;
}
#landing-content {
  /* section */
}
#landing-content section {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  #landing-content section {
    padding: 4rem 0;
  }
}
#landing-content section.bg-gray {
  background-color: #f1f5f9;
}
#landing-content section .copy {
  margin: auto;
  max-width: 768px;
}
#landing-content {
  /* tipography */
}
#landing-content .text-center {
  text-align: center;
}
#landing-content .text-left {
  text-align: left;
}
#landing-content .text-right {
  text-align: right;
}
#landing-content {
  /* general */
}
#landing-content .nc-stars {
  margin-left: 0.2rem;
  height: 16px !important;
  vertical-align: -2px;
}
#landing-content .btn {
  padding: 13px 24px 11px;
}
#landing-content .btn.btn-orange {
  background-color: #F25529;
}
#landing-content .btn.btn-orange:hover {
  background-color: #d94c25;
}
#landing-content {
  /* section: hero */
}
#landing-content #hero {
  width: 100%;
  padding: 0;
  background-color: #f1f5f9;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #landing-content #hero {
    flex-direction: row;
    height: 30vw;
  }
}
@media (min-width: 1200px) {
  #landing-content #hero {
    height: 25vw;
  }
}
#landing-content #hero .hero-image {
  width: 100%;
  padding-bottom: 50%;
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-image: url("../pics/hero-mobile.jpg");
  /*border-bottom: 10px solid $orange;*/
}
@media (min-width: 768px) {
  #landing-content #hero .hero-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-bottom: 0;
    background-position: center;
    background-image: url("../pics/hero-desktop.jpg");
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  #landing-content #hero .hero-image {
    background-position: right center;
  }
}
#landing-content #hero .hero-caption {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  #landing-content #hero .hero-caption {
    padding-top: inherit;
    text-align: left;
    align-items: start;
    padding: 3rem 0;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  #landing-content #hero .hero-caption {
    padding: 3rem 0;
    max-width: 50%;
  }
}
#landing-content #hero .hero-caption .btn {
  margin-top: 10px;
  padding: 13px 24px;
}
#landing-content #hero .hero-caption .p5 {
  margin-bottom: 0;
  padding: 0.25rem 0.25rem 0.1rem;
}
@media (min-width: 768px) {
  #landing-content #hero .hero-caption .p5 {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#landing-content {
  /* section: modelos */
}
#landing-content #modelos .copy .t2 {
  margin-bottom: 12px;
}
@media (min-width: 576px) {
  #landing-content #modelos .copy .t5 {
    margin-bottom: 50px;
  }
}
#landing-content #modelos .row {
  display: flex;
  flex-wrap: wrap;
}
#landing-content #modelos .row .col {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  #landing-content #modelos .row .col {
    width: 50%;
  }
}
#landing-content #modelos .row .col .mod-card {
  padding: 30px;
  background: #fff;
  height: 100%;
  margin-bottom: 15px;
}
#landing-content #modelos .row .col .mod-card .mc-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#landing-content #modelos .row .col .mod-card .mod-col {
  color: #504d56;
  column-count: 2;
  text-align: justify;
  font-size: 0.9rem;
}
@media (min-width: 576px) {
  #landing-content #modelos .row .col .mod-card .mod-col {
    column-count: 3;
  }
}
#landing-content {
  /* section: promos */
}
#landing-content #promos .copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
}
@media (min-width: 768px) {
  #landing-content #promos .copy {
    flex-direction: row;
  }
}
#landing-content #promos .copy .col-img {
  padding: 0 3rem;
}
@media (min-width: 768px) {
  #landing-content #promos .copy .col-img {
    padding: 0;
    width: 20%;
  }
}
#landing-content #promos .copy .col-text {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex: 2;
  padding: 2rem 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  #landing-content #promos .copy .col-text {
    padding: 0 0 0 2rem;
    text-align: left;
  }
}
#landing-content #promos .copy .col-text .btn {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #landing-content #promos .copy .col-text .btn {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
#landing-content #promos .copy .col-text .link-text {
  font-size: 0.75em;
  line-height: 1.5;
}
#landing-content #promos .copy .col-text .t2 {
  margin-bottom: 0.5rem;
}
#landing-content #promos .copy .col-text .col-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  #landing-content #promos .copy .col-text .col-btn {
    flex-direction: row;
  }
}
#landing-content #promos .row-promos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
#landing-content #promos .row-promos .promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  #landing-content #promos .row-promos .promo {
    width: 45%;
  }
}
#landing-content #promos .row-promos .promo .btn {
  margin-bottom: 1rem;
}
#landing-content #promos .row-promos .promo h3 {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
#landing-content #promos .row-promos .promo h3 span {
  display: inline-block;
}
#landing-content #promos .row-promos .promo p {
  max-width: 400px;
  margin: auto;
  margin-bottom: 1rem;
}
#landing-content {
  /* section: registrar */
}
#landing-content #registrar .row-reg {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  #landing-content #registrar .row-reg {
    flex-wrap: nowrap;
  }
}
#landing-content #registrar .row-reg .t2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#landing-content #registrar .row-reg .col {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 576px) {
  #landing-content #registrar .row-reg .col {
    width: 33.3333333333%;
  }
}
#landing-content #registrar .row-reg .col .icon {
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 36px;
}
#landing-content #registrar .row-reg .col .t1 {
  font-size: 4rem;
}
#landing-content #registrar .row-reg .col .title {
  color: #6f6f75;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "SST W01 Roman", Helvetica, Arial, sans-serif;
}
#landing-content #registrar .row-reg .col .title .t4 {
  padding: 5px 10px 8px;
  margin-bottom: 0;
}
#landing-content #registrar .row-reg .col .bajada {
  padding-top: 15px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #6f6f75;
}
#landing-content #registrar .row-reg .col .bajada a {
  text-decoration: underline;
  color: #5887f5;
}
#landing-content #registrar .center-btn {
  text-align: center;
  padding: 20px 0;
}
#landing-content {
  /* section: como-usar */
}
#landing-content #como-usar .row-reg {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  #landing-content #como-usar .row-reg {
    flex-wrap: nowrap;
  }
}
#landing-content #como-usar .row-reg .t2 {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
#landing-content #como-usar .row-reg .col {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
}
@media (min-width: 576px) {
  #landing-content #como-usar .row-reg .col {
    width: 33.3333333333%;
  }
}
#landing-content #como-usar .row-reg .col .icon {
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 36px;
}
#landing-content #como-usar .row-reg .col .t1 {
  font-size: 4rem;
}
#landing-content #como-usar .row-reg .col .title {
  color: #6f6f75;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "SST W01 Roman", Helvetica, Arial, sans-serif;
}
#landing-content #como-usar .row-reg .col .title .t4 {
  padding: 5px 10px 8px;
  margin-bottom: 0;
}
#landing-content #como-usar .row-reg .col .bajada {
  padding-top: 15px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #6f6f75;
}
#landing-content #como-usar .row-reg .col .bajada a {
  text-decoration: underline;
  color: #5887f5;
}
#landing-content #como-usar .center-btn {
  text-align: center;
  padding: 20px 0;
}
#landing-content {
  /* section: legales */
}
#landing-content #legales .legales {
  margin-bottom: 2rem;
}
#landing-content #legales ul {
  list-style: square !important;
}

/* modal */
.modal-products {
  display: none;
}
.modal-products h2 {
  max-width: 750px;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
.modal-products h2 b {
  font-family: "SST W01 Medium", Helvetica, Arial, sans-serif;
}
.modal-products .modal-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .modal-products .modal-row {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }
}
.modal-products .modal-row .modal-col {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .modal-products .modal-row .modal-col {
    width: 45%;
  }
}
.modal-products .modal-row .modal-col figure {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.modal-products .modal-row .modal-col figure span {
  width: 30%;
}

/* products sso */
.products-sso {
  width: 100%;
  padding: 50px;
  background: #ebab3d;
  color: #fff;
  margin: 60px 0;
  text-align: center;
  font-family: "SST W01 Medium", Helvetica, Arial, sans-serif;
}

/* tooltip */
#tooltip {
  text-align: center;
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  font-size: 11px;
  position: absolute;
  z-index: 100;
  padding: 12px;
  border-radius: 4px;
  max-width: 400px;
  /* triangle decoration */
}
#tooltip:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #eee;
  top: -18px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
#tooltip:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ccc;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:before {
  border-top-color: transparent;
  border-bottom: 10px solid #eee;
  top: -20px;
  bottom: auto;
}
#tooltip.left:before {
  left: 8px;
  margin: 0;
}
#tooltip.right:before {
  right: 8px;
  left: auto;
  margin: 0;
}

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