/* Down Arrow - Banner Image */
html[data-device-type=dedicated] .down-arrow, html[data-device-type="portable"] .down-arrow  {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 3em;
  height: 3em;
  bottom: 25px;
  left: 48.5%;
  transform: rotate(45deg);
  transition: all .3s ease-out;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
html[data-device-type="portable"] .down-arrow  {
  left: 47%;
}
html[data-device-type="portable"] .account-selection .down-arrow  {
  left: 48%;
}

/********* px-video.css ************/

/* utilities */
.sr-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.show-inline {
  display: inline-block;
}

/* containers */
.px-video-img-captions-container * {
  box-sizing: border-box;
}
.px-video-img-captions-container {
  position: relative;
  background-color: #FFF;
}
.px-video-container {
  position: relative;
}
.px-video-container .loading-spinner {
  background: no-repeat url('https://www.paypalobjects.com/webstatic/es_MX/mktg/logos-buttons/redesign/loading.gif');
  content: '';
  position: absolute;
  left: 50%;
  top: 40%;
  width: 45px;
  height: 45px;
  margin-left: -30px;
  margin-top: -30px;
  text-indent: -999em;
  overflow: hidden;
}

/* progress indicator */
.px-video-progress {
  width: 100%;
  height: 10px;
}
.px-video-progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  border: none;
}
.px-video-progress[value]::-webkit-progress-bar {
  background-color: #E6E6E6;
}
.px-video-progress[value]::-webkit-progress-value {
  background-color: #009CDF;
}

/* caption area */
.px-video-captions {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5em;
  min-height: 2.5em;
  background-color: #000;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  opacity: 0.75;
}

/* buttons */
.px-video-controls button {
  border: 1px #fff solid;
  background: transparent;
  padding: 0;
  margin: 0 5px;
  min-width: 25px;
  height: 20px;
  overflow: hidden;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
}
.px-video-controls button:focus {
  border: 1px #999 dotted;
  outline: none;
}
.px-video-controls button {
  cursor: pointer;
}
button.px-video-restart {
  margin-left: 0;
}
/* restart button */

.px-video-controls button.px-video-restart {
  background-position: -6px -333px;
}
.px-video-controls button.px-video-restart:hover,
.px-video-controls button.px-video-restart:focus {
  background-position: -6px -297px;
}

/* rewind button */
.px-video-controls button.px-video-rewind {
  background-position: -6px -189px;
}
.px-video-controls button.px-video-rewind:hover,
.px-video-controls button.px-video-rewind:focus {
  background-position: -6px -153px;
}

/* play button */
.px-video-controls button.px-video-play {
  background-position: -6px -45px;
}
.px-video-controls button.px-video-play:hover,
.px-video-controls button.px-video-play:focus {
  background-position: -6px -9px;
}

/* pause button */
.px-video-controls button.px-video-pause {
  background-position: -6px -117px;
}
.px-video-controls button.px-video-pause:hover,
.px-video-controls button.px-video-pause:focus {
  background-position: -6px -81px;
}

/* forward button */
.px-video-controls button.px-video-forward {
  background-position: -6px -261px;
}
.px-video-controls button.px-video-forward:hover,
.px-video-controls button.px-video-forward:focus {
  background-position: -6px -225px;
}

/* captions button */
.px-video-captions-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 25px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -835px;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -799px;
  cursor: pointer;
}
.px-video-captions-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -799px;
}
.px-video-captions-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -871px;
}

/* mute button */
.px-video-mute-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 240px;
  margin-top: 2px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -476px;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
.px-video-mute-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -440px;
  cursor: pointer;
}
.px-video-mute-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -440px;
}
/* checked state of mute button */
.px-video-mute-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -692px;
}
.px-video-mute-btn-container input[type="checkbox"]:checked:hover+label,
.px-video-mute-btn-container input[type="checkbox"]:checked:focus+label {
  background-position: -6px -656px;
}

/* volume range input */
.px-video-controls input[type='range'] {
  -webkit-appearance: none;
  height: 6px;
  width: 100px;
  margin-top: 8px;
  background-color: #E6E6E6;
  outline:none;
}
.px-video-controls input[type='range']:focus::-webkit-slider-thumb {
  outline: 1px #999 dotted;
}
.px-video-controls input[type='range']::-moz-range-track {
  -moz-appearance: none;
  height: 6px;
  background-color: #E6E6E6;
  border: none;
}
.px-video-controls input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  height: 10px;
  width: 6px;
  background-color: #666;
}
.px-video-controls input[type='range']::-moz-range-thumb {
  height: 12px;
  width: 8px;
}
/* fixing display for IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .px-video-controls input[type='range'] {
    position: relative;
    padding: 0;
    height: 8px;
    top: -3px;
  }
  .px-video-time {
    margin-top: 4px;
  }
  .px-video-captions {
    padding: 8px;
    min-height: 36px;
  }
}

/* Fullscreen styles */
.px-video-fullscreen-btn-container label {
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0 10px;
  background: no-repeat url('https://www.paypalobjects.com/webstatic/mktg/wright/icons/px-video-sprite.png');
  background-position: -6px -907px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:hover+label {
  background-position: -6px -943px;
  cursor: pointer;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:focus+label {
  outline: 1px #999 dotted;
  background-position: -6px -943px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked+label {
  background-position: -6px -979px;
}
.px-video-fullscreen-btn-container input[type="checkbox"]:checked:hover+label {
  background-position: -6px -1015px;
}
.px-video-container.fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-cursor-visibility: auto-hide;
}
.display-inline {
  display: inline-block;
  vertical-align: top;
}
/* style applied through js */
.px-video-controls.js-fullscreen-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 940;
  background: white;
  text-align: center;
}

  .px-video-captions.js-fullscreen-captions {
  min-height: 3.5em;
  font-size: 2.5em;
  padding: 1em;
}

.pal-blue {
  background-color: #009cde;
}
.pay-blue {
  background-color: #003087;
}
.pink {
  background-color: #de0063;
}
.purple {
  background-color: #640487;
}
.green {
  background-color: #00cf92;
}
.orange {
  background-color: #ff9600;
}
.pink,
.purple,
.green,
.orange,
.pink *,
.purple *,
.green *,
.orange *,
.pay-blue *,
.pal-blue * {
  color: #fff;
}
/* For mobile - shorter height and width */
.sticky-nav-global {
  z-index: 3;
  line-height: 60px;
  padding: 1px;
  opacity: .95;
}
.sticky-nav-global .stickyContainer {
  padding: 10px 0;
  overflow: auto;
}
.sticky-nav-global.white {
  background: #fff;
}
.sticky-nav-global.white .links-section ul li a {
  font-weight: bold;
}
.sticky-nav-global.white .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global.white.on .stickyContainer {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
}
.sticky-nav-global.gray {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.sticky-nav-global .btn-section {
  width: 25%;
  float: left;
}
.sticky-nav-global .btn-section .btn {
  visibility: hidden;
  font-size: 13px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sticky-nav-global .mobile-control {
  display: none;
}
.sticky-nav-global .links-section {
  width: 75%;
  float: left;
}
.sticky-nav-global .links-section .links-container {
  float: right;
}
.sticky-nav-global .links-section .links-container p {
  display: inline-block;
  margin-right: 10px;
}
.sticky-nav-global .links-section .links-container ul {
  display: inline-block;
  margin: 0;
}
.sticky-nav-global .links-section .links-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  justify-content: space-between;
}
.sticky-nav-global .links-section .links-container ul li.justified {
  display: flex;
}
.sticky-nav-global.on {
  position: fixed;
  top: 0;
  z-index: 4;
}
.sticky-nav-global.on .btn-section .btn {
  visibility: visible;
}
.sticky-nav-global.non-sticky {
  position: static;
}
.sticky-nav-global.btn-right .btn-section {
  float: right;
}
.sticky-nav-global.btn-right .links-section .links-container {
  float: left;
}
.sticky-nav-global.btn-right .links-section .links-container .link-item:first-of-type a {
  margin-left: 0;
}
@media (max-width: 1000px) {
  .sticky-nav-global {
    line-height: 30px;
  }
  .sticky-nav-global .containerCentered {
    min-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sticky-nav-global .containerCentered .links-container {
    float: left;
    margin-left: 10px;
  }
  .sticky-nav-global .containerCentered .links-container .links-headline {
    display: none;
  }
  .sticky-nav-global .containerCentered .links-container .sticky-nav-links {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .sticky-nav-global .links-section {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s height;
    -moz-transition: 0.3s height;
    -webkit-transition: 0.3s height;
  }
  .sticky-nav-global .links-section .links-container {
    margin-left: 0;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul {
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li {
    display: block;
    width: inherit;
  }
  .sticky-nav-global .links-section .links-container ul li a.sticky-nav-links {
    display: block;
    width: inherit;
    margin-left: 0;
    line-height: 25px;
  }
  .sticky-nav-global.on .mobile-control {
    float: right;
  }
  .sticky-nav-global.on .btn-section {
    display: block;
  }
  .sticky-nav-global.on.btn-right .mobile-control {
    float: left;
  }
  .sticky-nav-global .mobile-control {
    margin: auto;
    min-width: 40px;
    display: block;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjhDQUY2RjQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjhDQUY3MDQ4RjcxMUU1QkIzNUVGNzFBNTcxOEQ4MCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyOENBRjZENDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyOENBRjZFNDhGNzExRTVCQjM1RUY3MUE1NzE4RDgwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+XITWJgAAARtJREFUeNrs2dENgjAQBmAwbsAaPoAkLqA+uIAOpfv4oA8uQOIgMAOeSZsQIlra/6rB/5J7ABKuH4H2gLRt22QKMUsmEoQQQgghhBBCCCGEEPI/kPnQgaqqfnLAZVny1lpKXiWzL4wvM7ULBOQouZa8RMZkpuaz9gkBOUjezVWJhbGIwtTeIyC15DYipo/YSDao6TcWxgsxdtaqzYm1MN0HexTCZ/ptlDAWkfsgfNcRNCYYEbIgojAQROjKHoqBIRAtSh/j2gFAEaheq4vJHTBwBLJpdMWoINDd7yeMGkKjjR/CqCLevlgBMHbgN7N/oYXQgrzCJJoITUgXczbbOy2ENsRiVvyKMiJS/tUlhBBCCCGEEEIIUYuHAAMAg89oVszT+ikAAAAASUVORK5CYII=');
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .sticky-nav-global .mobile-control.on {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAQAAABu4E3oAAAFFWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMTIgMS4xNDk2MDIsIDIwMTIvMTAvMTAtMTg6MTA6MjQgICAgICAgICI+CiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iCiAgICB4bWxuczpkYW09Imh0dHA6Ly93d3cuZGF5LmNvbS9kYW0vMS4wIgogICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICB4bWxuczpQYXlQYWw9Ind3dy5wYXlwYWwuY29tL2Jhc2UvdjEiCiAgIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIgogICBkYzptb2RpZmllZD0iMjAxMy0xMi0xMFQxNTo0ODo1Ny41MjEtMDg6MDAiCiAgIGRhbTpzaXplPSIxNzEiCiAgIGRhbTpQaHlzaWNhbHdpZHRoaW5pbmNoZXM9Ii0xLjAiCiAgIGRhbTpleHRyYWN0ZWQ9IjIwMTMtMTItMTBUMTU6NDg6NTYuMTYxLTA4OjAwIgogICBkYW06c2hhMT0iZjQwZTM2OGI1NmNlMDdhZDRlNWNlY2ZiNGY5NDQxZmU1YjM3NDFjMiIKICAgZGFtOk51bWJlcm9mdGV4dHVhbGNvbW1lbnRzPSIwIgogICBkYW06RmlsZWZvcm1hdD0iUE5HIgogICBkYW06UHJvZ3Jlc3NpdmU9Im5vIgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmRwaT0iLTEiCiAgIGRhbTpNSU1FdHlwZT0iaW1hZ2UvcG5nIgogICBkYW06TnVtYmVyb2ZpbWFnZXM9IjEiCiAgIGRhbTpCaXRzcGVycGl4ZWw9IjE2IgogICBkYW06UGh5c2ljYWxoZWlnaHRpbmluY2hlcz0iLTEuMCIKICAgZGFtOlBoeXNpY2Fsd2lkdGhpbmRwaT0iLTEiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjI1IgogICB0aWZmOkltYWdlV2lkdGg9IjI1IgogICBQYXlQYWw6c3RhdHVzPSJTb3VyY2VBcHByb3ZlZCIKICAgUGF5UGFsOnNvdXJjZU5vZGVQYXRoPSIvY29udGVudC9kYW0vUGF5UGFsRGlnaXRhbEFzc2V0cy9zcGFydGFJbWFnZXMvR2xvYmFsSW1hZ2VzL21rdGcvMjAxNGRlc2lnbi9jbG9zZV9kZWZhdWx0LnBuZyIKICAgUGF5UGFsOmlzU291cmNlPSJ0cnVlIj4KICAgPGRjOmxhbmd1YWdlPgogICAgPHJkZjpCYWcvPgogICA8L2RjOmxhbmd1YWdlPgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/PhESLTAAAABySURBVHgBzdIxCoAwFATRtZCACYpoITaCl9BjeP/T2AnB4W+b6V+K7Ff7FcVN6lWVdGkNwKz7/2hm9IFRECMGjBg4xIARA4MQGHSGANr16BAUDbeZcfFbc4gAyCIAHgFgxMAjBgYVBhVaVNVpsBeR1HYvtcwLhzoX1iQAAAAASUVORK5CYII=');
    background-size: 25px 25px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sticky-nav-global .btn-section {
    display: none;
    width: auto;
    max-width: 75%;
  }
  .sticky-nav-global .btn-section .btn {
    min-width: 100%;
  }
}

.pal-blue{background-color:#009cde}.pay-blue{background-color:#003087}.pink{background-color:#de0063}.purple{background-color:#640487}.green{background-color:#00cf92}.orange{background-color:#ff9600}.pink,.purple,.green,.orange,.pink *,.purple *,.green *,.orange *,.pay-blue *,.pal-blue *{color:#fff}.center_me,.left{text-align:center}.left,.where_to_shop .span12{width:100%}.box-sizing{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#explore_ebay .ebay_search{background:#f5f5f5 none repeat scroll 0 0}#explore_ebay .ebay_submit,.faq a,#explore_ebay form{margin:0}.left{float:left}.faq a{padding:0}.ebay_search p:last-child{display:none}.hero-bg.cookied,.hero-bg.cookied.parallax .parallax-bg{background:url(https://www.paypalobjects.com/marketing/web/mx/merhant-hero-banner.jpg) no-repeat;background-position:right center;background-size:cover}.hero-bg.cookied .editorial-cell,.hero-bg.cookied.parallax .parallax-bg .editorial-cell{width:65%}.hero-bg.cookied .right-align,.hero-bg.cookied.parallax .parallax-bg .right-align{text-align:right}.hero-bg.cookied h1,.hero-bg.cookied.parallax .parallax-bg h1{font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-size:45px;font-size:3.21428571rem}.hero-bg.cookied .icon-play,.hero-bg.cookied.parallax .parallax-bg .icon-play{display:inline-block;position:relative;width:32px;height:17px;color:#FFF;text-indent:-999em;vertical-align:middle;margin-right:12px}.hero-bg.cookied .icon-play:after,.hero-bg.cookied.parallax .parallax-bg .icon-play:after{content:'';position:absolute;top:0;left:11px;width:0;height:0;border:14px solid rgba(0,0,0,0);border-width:7px 14px;border-left-color:#fff;overflow:hidden}.hero-bg.cookied span.hatch,.hero-bg.cookied.parallax .parallax-bg span.hatch{color:#fff}.hero-bg.cookied span.hatch a,.hero-bg.cookied.parallax .parallax-bg span.hatch a{cursor:pointer}.two-panel.panel{background:#f5f5f5;padding-top:45px}.two-panel.panel .contentHead{text-align:center;font-size:25px;font-size:1.78571429rem;font-weight:bold;padding-bottom:10px;text-align:left}.two-panel.panel img.panel-img{width:70px;height:70px;margin-bottom:10px}.p1{padding-bottom:30px}.custom-logos{padding:0px 0px 30px}.custom-logos .row-fluid{background-position:50% 10px}.custom-logos .cookied .appslogos{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/merchant/merchant-new-logos.png") no-repeat;width:230px;height:105px;float:left;margin-left:0px;margin:10px 0}.custom-logos .cookied .appslogos.eBay{background-position:50% 1%}.custom-logos .cookied .appslogos.googleplay{background-position:50% 12%}.custom-logos .cookied .appslogos.microsoft{background-position:50% 23%}.custom-logos .cookied .appslogos.itunes{background-position:50% 34%}.custom-logos .cookied .appslogos.wish{background-position:50% 45%}.custom-logos .cookied .appslogos.spotify{background-position:50% 55%}.custom-logos .cookied .appslogos.uber{background-position:50% 66%}.custom-logos .cookied .appslogos.steam{background-position:50% 77%}.custom-logos .cookied .appslogos.sony{background-position:50% 88%}.custom-logos .cookied .appslogos.airbnb{background-position:50% 99%}#faqs #faq.panel{background:#fff}.pageHeadline{padding-bottom:6px}.heroBtn{width:100%;max-width:300px}html[data-device-type="dedicated"] .span7{width:59.5%}html[data-device-type="dedicated"] .steps{padding-top:0}html[data-device-type="dedicated"] .heroBtn.how-paypal-works,html[data-device-type="portable"] .heroBtn.how-paypal-works,html[data-device-type="mobile"] .heroBtn.how-paypal-works{background-color:transparent}html[data-device-type="portable"] .hero-bg.cookied h1,html[data-device-type="portable"] .hero-bg.cookied.parallax .parallax-bg h1{font-size:42px;font-size:3rem}html[data-device-type="portable"] .hero-bg.cookied{background-position:center}html[data-device-type="portable"] .hero-bg.cookied .span8{width:95%}html[data-device-type="portable"] .steps{padding-top:0}html[data-device-type="portable"] .editorial-container{padding-right:0}html[data-device-type=mobile] header[role=banner].pp-header+#main>section:first-of-type{padding-top:0}html[data-device-type="mobile"] .hero-bg.cookied,html[data-device-type="mobile"] .hero-bg.cookied.parallax .parallax-bg{background-position:52% center}html[data-device-type="mobile"] .hero-bg.cookied h1,html[data-device-type="mobile"] .hero-bg.cookied.parallax .parallax-bg h1{font-size:36px;font-size:2.57142857rem}html[data-device-type="mobile"] .hero-bg.cookied .editorial-cell,html[data-device-type="mobile"] .hero-bg.cookied.parallax .parallax-bg .editorial-cell{padding-top:72px;width:100%;text-align:center}html[data-device-type="mobile"] .hero-bg.cookied .editorial-cell h1,html[data-device-type="mobile"] .hero-bg.cookied.parallax .parallax-bg .editorial-cell h1,html[data-device-type="mobile"] .hero-bg.cookied .editorial-cell p,html[data-device-type="mobile"] .hero-bg.cookied.parallax .parallax-bg .editorial-cell p{color:#fff}html[data-device-type="mobile"] #explore_ebay .ebay{background-image:none}html[data-device-type="mobile"] .containerExtend .steps:first-child{padding-top:0}html[data-device-type="mobile"] .custom-logos .row-fluid .cookied .appslogos{background-size:100%;width:50%;height:80px}html[data-device-type="mobile"] .custom-logos .row-fluid .cookied .appslogos.eBay{background-position:50% 2%}html[data-device-type="mobile"] .custom-logos .row-fluid .cookied .appslogos.googleplay{background-position:50% 13%}html[data-device-type="mobile"] .custom-logos .row-fluid .cookied .appslogos.steam{background-position:50% 76.5%}html[data-device-type="mobile"] .custom-logos .row-fluid .cookied .appslogos.sony{background-position:50% 87%}html[data-device-type="mobile"] .custom-logos .row-fluid .cookied .appslogos.airbnb{background-position:50% 98%}@media (orientation:landscape){html[data-device-type="mobile"] .custom-logos .row-fluid .cookied .appslogos{width:230px;height:105px;margin-left:5%;margin-right:5%}}#explore_ebay .ebay{background-image:url(https://www.paypalobjects.com/webstatic/mktg/LatAm_NMT/device/eBay_search_1x.png);background-position:50% 50%;background-size:95%}#explore_ebay .ebay_submit{vertical-align:top}#explore_ebay .ebay_input{height:40px;margin:0 10px 0 0;background:url(https://www.paypalobjects.com/webstatic/mktg/LatAm_NMT/icon/search_icon_1x.png) 95% 50% no-repeat}.security,.security.parallax .parallax-bg{background-image:url(https://www.paypalobjects.com/webstatic/mktg/LatAm_NMT/hero/secure_hero_keyboard.jpg)}.pullout img{max-width:120px;margin:0 auto;width:100%;display:block;padding-bottom:20px}.answers{padding:25px}.panel .panel-img{margin-bottom:25px;height:80px}.steps-section{padding-top:35px}.steps-section header{position:relative}.steps-section header h2{font-size:40px;font-size:2.85714286rem}.steps-section header::before{background:url("https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/mx-three-stepflow.png") no-repeat;background-size:93%;background-position:center center;height:550px;left:0;position:absolute;top:-113px;width:100%}.steps-section div.containerCentered .step-text span{font-weight:bold;color:#0070ba}.device-block{display:block}#sticky-nav a.btn::before,a.how-paypal-works.btn::before{content:"";margin-right:5px;text-decoration:none}.logo_wrap{float:left;width:20%;padding-bottom:2%}.logo_wrap:last-child{padding-bottom:0}.logo_shopping{background-image:url(https://www.paypalobjects.com/webstatic/mktg/LatAm_NMT/logo/Logo_Sprite_NMT_MX.png);background-repeat:no-repeat;width:100%;height:105px;margin:0 auto}.where_to_shop{background:#f5f5f5}#pontofrio_logo{background-position:50% 2px;width:100%}#extra_logo{background-position:50% -112px;width:100%}#bahia_logo{background-position:50% -217px;width:100%}#taxis_logo{background-position:50% -328px;width:100%}#vivo_logo{background-position:50% -436px;width:100%}#tam_logo{background-position:50% -548px;width:100%}#gol_logo{background-position:50% -660px;width:100%}#azul_logo{background-position:50% -762px;width:100%}#privalia_logo{background-position:50% -875px;width:100%}#estante_logo{background-position:50% -985px;width:100%}@media screen and (max-device-width:991px){.logo_wrap{width:33.333333%}.ebay_search input,.pullout .span8{width:100%}.ebay_search .span6,.hero-bg.cookied .span6{padding:0}.submit_wrap{display:block;padding:10px 0}.ebay_search input{max-width:100%}.pullout p{padding-bottom:0}}@media screen and (max-device-width:767px){.panel div+div{padding:0}.where_to_shop header{padding-bottom:0}.logo_wrap{width:50%;padding:0 0 2%}.heroBtn{max-width:100%}.signing_up .span4:nth-child(2){margin-bottom:20px}}@media screen and (max-device-width:568px){.logo_wrap{float:none;width:100%;margin:0 auto}}.hero-bg.uncookied{background:url(https://www.paypalobjects.com/marketing/web/mx/hero-banner-consumer.jpg) no-repeat;background-size:cover}.hero-bg.uncookied h1{font-family:"pp-sans-big-light",Helvetica Neue,Arial,sans-serif;font-size:50px;font-size:3.57142857rem}.hero-bg.uncookied h1 img{width:75px}.hero-bg.uncookied p a.heroBtn{width:45%;max-width:345px;margin-left:auto;margin-right:auto}.hero-bg.uncookied .icon-play{display:inline-block;position:relative;width:32px;height:17px;color:#FFF;text-indent:-999em;vertical-align:middle;margin-right:12px}.hero-bg.uncookied .icon-play:after{content:'';position:absolute;top:0;left:11px;width:0;height:0;border:14px solid rgba(0,0,0,0);border-width:7px 14px;border-left-color:#fff;overflow:hidden}.hero-bg.uncookied span.hatch{color:#fff}.hero-bg.uncookied span.hatch a{cursor:pointer}.device-block{display:block}.panel-one{background-color:#333333}.panel-one header{padding-bottom:0}.panel-one header h2,.panel-one header p{color:#fff}.steps-section{padding-bottom:60px}.steps-section.panel header{padding-bottom:20px;border-bottom:1px dotted #A0A0A0}.steps-section.panel header h2{font-size:40px;font-size:2.85714286rem}.steps-section .steps-link{text-align:center}.p1{padding-bottom:0}.p1 h2.pulloutHeadline{font-size:39px;font-size:2.78571429rem}.custom-logos .uncookied .appslogos{width:230px;height:105px;float:left;margin-left:0;background-size:80%}.ebay{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/ebay.png) no-repeat}.waltmart{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/waltmart.png) no-repeat}.liverpool{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/liverpool.png) no-repeat}.privalia{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/privalia.png) no-repeat}.volaris{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/volaris.png) no-repeat}.linio{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/linio.png) no-repeat}.groupon{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/groupon.png) no-repeat}.interjet{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/interjet.png) no-repeat}.aero-mexico{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/aero-mexico.png) no-repeat}.google-play{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/google-play.png) no-repeat}.merchant-sign-up-link{padding-top:30px;padding-bottom:60px}.merchant-sign-up-link a{width:30%}.four-panel .containerCentered .contentHead{text-align:center;font-size:25px;font-size:1.78571429rem;font-weight:bold;padding-bottom:10px;text-align:left}.four-panel .containerCentered .panel-img{width:70px;height:70px;margin-bottom:10px}.four-panel .containerCentered .span3{width:33%}.four-panel .containerCentered .span3:nth-child(4) .panel-img{width:100px;height:80px}html[data-device-type="portable"] .device-block{display:inline}html[data-device-type="portable"] .hero-bg.uncookied{background-position:45%}html[data-device-type="portable"] .hero-bg.uncookied .span8{width:95%}html[data-device-type="portable"] .row-fluid.steps-section .steps{padding-right:0}html[data-device-type="portable"] .row-fluid.p1 .span8{width:100%}html[data-device-type="portable"] .row-fluid.p1 .pulloutHeadline{font-size:37px;font-size:2.64285714rem}html[data-device-type="portable"] .row-fluid .container4d2p1m .span12{width:100%}html[data-device-type="portable"] .custom-logos .uncookied .appslogos{width:140px;height:105px;background-size:100%}@media (orientation:landscape){html[data-device-type="portable"] .custom-logos .row-fluid .uncookied .appslogos{width:190px;height:105px;background-size:100%}}html[data-device-type="mobile"] .hero-bg.uncookied{background-position:25%}html[data-device-type="mobile"] .hero-bg.uncookied h1{font-size:40px;font-size:2.85714286rem}html[data-device-type="mobile"] .hero-bg.uncookied p{padding:0}html[data-device-type="mobile"] .hero-bg.uncookied p a.btn{width:100%}html[data-device-type="mobile"] .editorial-container .editorial-cell{padding-top:72px}html[data-device-type="mobile"] .editorial-container .editorial-cell .pageHeadline{color:#fff}html[data-device-type="mobile"] .mobile-view h2{font-size:30px;font-size:2.14285714rem;padding-bottom:25px;text-align:center}html[data-device-type="mobile"] .mobile-view .icon{padding:4px 11px;width:70px;float:left;margin-right:20px}html[data-device-type="mobile"] .mobile-view .icon-text{display:table-cell;vertical-align:middle;height:30px;padding:0 10px 0 0}html[data-device-type="mobile"] .mobile-view .icon-text .headline{font-size:25px;font-size:1.78571429rem;display:block;margin-bottom:10px}html[data-device-type="mobile"] .mobile-view .icon-text .para a{margin-top:10px;display:block}html[data-device-type="mobile"] .steps-section.panel{padding-bottom:30px}html[data-device-type="mobile"] .steps-section.panel header{border-bottom:none}html[data-device-type="mobile"] .steps-section.panel header h2{font-size:30px;font-size:2.14285714rem}html[data-device-type="mobile"] .steps-section.panel .steps{border:none;padding:20px}html[data-device-type="mobile"] .p1 h2{font-size:30px;font-size:2.14285714rem}html[data-device-type="mobile"] .custom-logos .uncookied .appslogos{width:50%;height:75px;float:left;margin:10px 0;background-size:100%}html[data-device-type="mobile"] .merchant-sign-up-link a{width:100%;max-width:345px}@media (orientation:landscape){html[data-device-type="mobile"] .custom-logos .uncookied .appslogos{width:150px;margin:10px}}.hero-with-video{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/hero-desktop-back.jpg) no-repeat;background-position:center;background-size:cover}.hero-with-video h1{width:85%}html[data-device-type="portable"] .hero-with-video{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/portable-view-back.jpg) no-repeat;background-position:center;background-size:cover}html[data-device-type="portable"] .hero-with-video h1{width:80%;font-size:26px;font-size:1.85714286rem}html[data-device-type="mobile"] .hero-with-video{background:url(https://www.paypalobjects.com/digitalassets/c/website/marketing/latam/mx/what-is-paypal/mobile-view.jpg) no-repeat;background-position:center;background-size:cover}html[data-device-type="mobile"] .hero-with-video h1{width:100%;font-size:26px;font-size:1.85714286rem}html[data-device-type="mobile"] .hero-with-video .editorial-container .editorial-cell{padding-top:74px;text-align:center}html[data-device-type="mobile"] .hero-with-video p{padding:10px 0px}html[data-device-type="mobile"] .hero-with-video p .heroBtn{margin:0px}html[data-device-type="mobile"] .hero-with-video span.hatch{color:#fff}html[data-device-type="mobile"] .hero-with-video span.hatch a{display:block}html[data-device-type="mobile"] .steps-section{padding-top:0px}html[data-device-type="mobile"] .steps-section header.containerCentered.center-text{padding:0px 0px 30px}html[data-device-type="mobile"] .steps-section .device-block img{display:none}@media (orientation:landscape) and (min-width:1024px){html[data-device-type='portable'] .four-panel.row-fluid .span3,html[data-device-type='dedicated'] .four-panel.row-fluid .span3{width:32%}}

.keep-aspect-ratio{background:#000;border:2px solid #fff;position:relative;width:100%;height:0;box-sizing:border-box;overflow:hidden;padding-bottom:56.25%;margin:20px 0;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.75);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.75);box-shadow:0 0 5px 0 rgba(0,0,0,.75)}.keep-aspect-ratio iframe{position:absolute;width:102%;height:100%;left:-1%;top:0;right:-1%;bottom:0}.video-editorial{padding:35px 0;text-align:center}.video-editorial .video-editorial__video{padding:22px 0 0;max-width:648px;width:90%;margin:auto}html[data-device-type=dedicated] .hero-with-video.includes-sticky .editorial-cell,html[data-device-type=dedicated] .hero-with-video.includes-sticky .hero__video-container-inner,html[data-device-type=portable] .hero-with-video.includes-sticky .editorial-cell,html[data-device-type=portable] .hero-with-video.includes-sticky .hero__video-container-inner{margin-top:-85px}html[data-device-type=dedicated] .hero-with-video>.container,html[data-device-type=portable] .hero-with-video>.container{position:relative}html[data-device-type=dedicated] .hero-with-video .hero__video-container,html[data-device-type=portable] .hero-with-video .hero__video-container{position:absolute;top:0;bottom:0;line-height:37.85714285714286em;right:6%;left:54%}html[data-device-type=dedicated] .hero-with-video .hero__video-container .hero__video-container-inner,html[data-device-type=portable] .hero-with-video .hero__video-container .hero__video-container-inner{line-height:14px;display:inline-block;vertical-align:middle;width:100%}html[data-device-type=portable] .hero-with-video .hero__video-container{right:3.75%;left:50%}html[data-device-type=mobile] .hero-with-video{background-size:cover}html[data-device-type=mobile] .hero-with-video.hero-bg:not(.cookiedFRS){background-size:cover}html[data-device-type=mobile] .hero-with-video .editorial-cell{padding-top:20px}html[data-device-type=mobile] .hero-with-video .contentPara{display:none}html[data-device-type=mobile] .hero-with-video.lightContent .pageHeadline{color:#fff}html[data-device-type=mobile] .keep-aspect-ratio{padding-bottom:56%}

