/* body */
html,body {
  overflow-x: hidden;
}
body {
  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;
  } 
  body.affix-top {
    margin-top: 64px;
  }
}

/* general */
.img-responsive {
  display: inline-block;
}
.container.narrow {
  max-width: 750px;
}
.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;
}
a:focus{
  outline:none;
}
@media (max-width: 768px) {
  .text-xs-left {
    text-align: left !important;
  }
}
.no-padding{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-margin{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.condensed-title{
  font-weight: bold;
  font-size:15px;
}

/* header */
.header {
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 999;
}
@media (min-width: 768px) {
  .header {
    position: relative;
    height: 64px;
  }
}
.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: block;
  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;
}
.header .bravia-logo{
  margin-top: 23px;
}
.header .list-inline {
  margin-bottom: 0;
  margin-left: 0;
}
.header .list-inline > li {
  margin: 14px 0;
  line-height: 36px;
  vertical-align: top;
}

/* 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: #f1f4f9;
}
.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 {
    margin-top: 63px;
    height: 350px;
  }
  .hero-text {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 20px 15px;
    text-align: left;

    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-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;
  }
  .hero #video-container video{
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;

    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  .hero .hero-caption{
    padding:20px 0px;
  }
  .hero .hero-caption h1{
    font-size: 28px;
  }
}

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

/* navbar-toggle */
.navbar-toggle {
  margin: 7px 0;
  padding: 0;
  border: none;
  border-radius: 0;
  height: 50px;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  width: 22px;
  height: 3px;
  border-radius: 0;
}
#mobile-navbar {
  box-shadow: none;
}
#mobile-navbar .navbar-nav > li > a {
  padding: 10px 0;
  color: #e4e7eb;
}
#mobile-navbar .navbar-nav > li > a:hover,
#mobile-navbar .navbar-nav > li > a:focus {
  background: transparent !important;
}

/* submenu */
.navbar-submenu {
  color: #fff;
  height: 64px;
  background: #1F232D;
  border: none;
  border-radius: 0;
  margin: 0;
}
.navbar-submenu .navbar-nav {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-submenu .navbar-nav {
    width: 80%;
    margin: 0 auto;
    float: none;

    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
  }
  .navbar-submenu.affix .navbar-nav {
    width: 100% !important;
  }
}
.navbar-submenu .navbar-nav > li {
  position: relative;
  width: 33.33%;
  text-align: center;

  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.navbar-submenu .navbar-nav > li:nth-child(3) {
  /*border-left: 1px solid #000;
  border-right: 1px solid #000;*/
}
.navbar-submenu .navbar-nav > li > a {
  padding: 9px 0;
  color: #fff;
  line-height: 46px;
}
.navbar-nav > li > a > .nav-icon {
  display: inline-block;
  width: 44px;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.navbar-submenu .navbar-nav > li:first-child {
  text-align: left;
  width: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.navbar-submenu .navbar-nav > li:first-child > a:hover{
  background-color: transparent;
}
.navbar-submenu .navbar-nav li a:hover, 
.navbar-submenu .navbar-nav li a:active, 
.navbar-submenu .navbar-nav li a:focus, 
.navbar-submenu .navbar-nav li a:visited {
  background-color: #13171f;
}

.navbar-submenu.affix .navbar-nav > li:first-child {
  width: 25% !important;
  opacity: 1 !important;
}
.navbar-submenu.affix .navbar-nav > li {
  width: 25%;
}
.navbar.affix {
  z-index:999;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-brand{
  display: none;
  height: auto;
  padding:16px 15px;
}
.navbar-brand.display{
  display: table-cell;
}

/* featured */
.featured {
  position: relative;
  display: block;
  padding-bottom: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #d7d7d7;
  z-index: 1;
}
@media (min-width: 728px) {
  .featured {
    padding-bottom: 165%;
  }
}
@media (min-width: 992px) {
  .featured {
    padding-bottom: 150%;
  }
  .featured.half {
    padding-bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .featured {
    padding-bottom: 135%;
  }
  .featured.half {
    padding-bottom: 100%;
  }
}
.featured-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 4;
  background-color: rgba(33,37,48,0.85);
}
.featured-caption h4 {
  margin: 0;
  font-size: 1.875em;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.04em;
  color: #fff;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.featured-caption p {
  max-width: 350px;
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #fff !important;

  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.featured-caption.dark h4 {
  color: #1f2024 !important;
}
.featured-caption.dark p {
  color: #1f2024 !important;
}
.featured:hover .featured-caption h4,
.featured:focus .featured-caption h4,
.featured:hover .featured-caption p,
.featured:focus .featured-caption p {
  color: #fff !important;
}
.featured-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 3;
  background-color: rgba(255,255,255,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(255,255,255,0.1);
}
@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: 60px;
  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;
  }
}

/* thumbnails */
.hero+.thumbnails {
  margin-top: 60px;
}
.thumbnail {
  position: relative;
  border-radius: 0;
  border: none;
  text-align: center;
  margin: 0px !important;
  padding:0px !important;
}
.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: 15px 0;
  margin-bottom: 15px;
  background-color: #f1f5f9;
}
@media (min-width: 768px) {
  .thumbnail .product-pic {
    padding: 15px 0;

    -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: auto;
  height: 30px;
}
.thumbnail .product-logo-overlay img:first-child{
  width: 30px;
  margin-right: 5px;
}
.thumbnail .product-logo-overlay img:last-child{
  width: 60px;
}
.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 */
.table {
  border-bottom: 1px solid #ddd;
}
.table tr {
  /*display: none;*/
}
.table tr.show {
  display: table-row !important;
}
.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;
}

/* table-bases */
.table-bases > thead > tr > th {
  color: #83838f;
  font-size: 75% !important;
  text-align: center;
  text-transform: uppercase;
  border-bottom-width: 1px;
}
.table-bases > tbody > tr > td {
  color: #83838f;
  font-size: 75% !important;
  text-align: center;
}

.list-bases {
  color: #83838f;
  font-size: 75% !important;
}

/* products */
.products .product-name{
  margin-bottom: 6px;
  font-weight: 600;
  color: #2f353d;
  line-height: 18px;
}
.products .product-model{
  margin-bottom: 12px;
  font-size: 12px;
  color: #83838f;
}
.products .product-bullets{
  margin: 20px 0;
  padding: 0;
  padding-left: 15px;
  list-style-type: square;
  color: #83838f;
  font-size: 12px;
}
.products .btn-primary{
  display: inline-block;
  margin: 0 auto;
  font-size: 13px;
  padding: 12px 18px;
}
.products button:first-of-type{
  margin-top: 15px;
  margin-bottom: 15px;
}
.products .product-item{
  margin-bottom:45px;
}
.products .product-item .product-copy {
  margin-bottom: 15px;
}
.products .product-item .product-link {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
}

/* 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.50em;
  }
}
.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 p {
  margin-bottom: 12px;
  color: #83838f;
}
.copy p.small {
  font-size: 75% !important;
}
.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;
  }
}

.highlight {
  margin-top: 15px;
  text-align: center;
}
.highlight-title {
  margin-top:8px;
  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-text a {
  color: #4572ed;
}
.highlight-text a:hover,
.highlight-text a:focus {
  text-decoration: none;
  color: #3c4c74;
}
.highlight-icon {
  display: inline-block;
  background: url('../pics/icn.png') no-repeat;
  width: 104px;
  height: 90px;
}

/* prize-item */
.prize-item {
  padding: 15px 0;
}
.prize-caption {
  padding: 15px 0;
}
.prize-title {
  display: block;
  margin-bottom: 8px;
  color: #F75229;    
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}
.prize-desc {
  font-size: 13px;
  color: #83838f;
}
.prize-desc > b {
  color: #2F353D;
}

.empty-space {
  height: 30px;
}

/* row-vertical */
@media (min-width: 992px) {
  .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;
  }
}

/* cd top */ 
.cd-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 35px;
  line-height: 39px;
  background: #4D5059;
  font-size: 16px;
  color: #FFF;
  text-align: center;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.cd-top:hover {
  transition: ease-in-out 0.15s !important;
  opacity: 1 !important;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  text-decoration: none;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.3;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
.cd-top span{
  color: white;
  font-size: 41px;
  transform: rotate(90deg);
  display: block;
  line-height: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
}

/* 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;
}

/* transicion */
.go-back{
  padding:20px 0px;
}
.go-back.gray {
  background-color: #f1f5f9;
}
.go-back h4{
  margin: 0px;
  margin-top: 4px;
}
.go-back a{
  color:#83838f;
}
.copy.transicion-hero{
  padding: 20px 0px;
}
.transicion-hero p > a {
  font-weight: bold;
  text-decoration: none;
  color: #5888F6;
}
@media (max-width:992px){
  .transicion-hero img{
    display: block;
    margin: 0 auto;
  }
}

.lugares-compra{
  margin-top: 40px;
}
.lugares-compra p{
  color:#83838f;
}
.lugares-compra table{
  border: 0px;
  margin-top: 40px;
}
.lugares-compra table tr td{
  vertical-align: middle;
  padding-top:14px;
  padding-bottom: 14px;
  line-height:3.5;
}
.lista-comercios{
  border-top: 1px solid #E4E7EB;
  padding: 14px 0;
}
.ir-a-sitio{
  color: #5887F5 !important;
  font-weight: bold;
}
.ir-a-sitio:hover{
  text-decoration: none;
}
iframe.iframe-g {
  width: 100%;
  height: 940px;
}
.separator{
  width: 94%;
  height: 1px;
  background-color: #dddddd;
  display: block;
  margin: 0 auto;
}
.donde-comprar {
  background-color: #f15226!important;
}
.donde-comprar:hover {
  background-color: #D94C25!important;
}