@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@font-face {
  font-family: "Roboto d1";
  src:url("../../assets/fonts/RobotoD1v3-Medium.woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body{
  font-family: 'Roboto', Arial, sans-serif;
  color: #444;
}

h1,h2,h3,h4{
  font-weight: bold;
  color: #111;
}

h1{
  font-size: 2rem;
}

h2{
  font-size: 1.75rem;
}

h3{
  font-size: 1.5rem;
}

h4{
  font-size: 1.25rem;
}

a, a:hover{
  color: #2fd9a9;
}

.text-small{
  font-size: 0.8em;
}

.legal{
  font-size: 0.8em;
  color: #777;
}

.container {
  max-width: 960px;
  padding-left: 24px;
  padding-right: 24px;
}

.btn{
  border-radius: 12px;
  font-weight: 500;
}


.btn-primary, .btn-primary:hover{
  color: #fff;
  background-color: rgb(63,42,86);
  border-color: rgb(63,42,86);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
  color: #fff;
  background-color: rgba(63,42,86,0.80);
  border-color: rgb(63,42,86);
}


.btn-secondary{
  color: #3F2A56;
  background-color: rgba(63,42,86,0.10);
  border-color: rgba(63,42,86,0.10);
}

.btn-secondary:hover{
  color: #3F2A56;
  background-color: rgba(63,42,86,0.05);
  border-color: #3F2A56;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
  color: #fff;
  background-color: #3F2A56;
  border-color: #3F2A56;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.display-4{
  font-weight: 700;
  font-size: 46px;
}

.text-alternative {
  color: #2FD9A9;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.breadcrumb{
  background: none;
  justify-content: center;
  margin: 0;
  padding: 0;
  font-size: .95rem;
}

/*
 * Custom colors
 */
.bg-purple{
  background: #3F2A56;
  color: #ffffff;
}

.bg-purple h1{
  color: #fff;
}

.bg-green{
  background: #2FD9A9;
  color: #fff;
}

.bg-green h1{
  color: #fff;
}

.bg-green .text-alternative {
  color: #3F2A56;
}

.bg-light{
  background: rgba(63,42,86,0.025)!important;
}


/*
 * Main Nav
 */

 .logo{
   fill:#3F2A56;
 }

 @media only screen and (max-width: 767px) {
    .logo{
      fill:#FFFFFF;
    }
 }

.site-header .row{
  height: 80px;
}

.site-header {
  padding: 0 12px;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(74,74,74,0.10);
  z-index: 99999;
}

.site-header .menu{
    height: 80px;
    overflow: hidden;
}

.site-header .menu a{
  font-size: 16px;
  font-weight: 400;
  color: #7E7E7E;
  padding: 32px;
}

.site-header .menu a:hover, .site-header .menu a.active{
  font-weight: 600;
  color: #3F2A56;
  text-decoration: none;
  transition-duration: 0.2s;
}

.btn-icon{
  color: #000;
}

.btn-icon:hover{
  color: #3F2A56;
}

.btn-icon::before{
  font-family: "Roboto d1";
  content: attr(data-icon);
  font-size: .8em;
  height: 40px;
  width: 40px;
  padding: 12px;
  border-radius: 50%;
  margin-right: 12px;
  background-color: #ECECEC;
}

.mobile-menu{
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: #FAFAFA;
  box-shadow: 0 -1px 0 0 rgba(0,0,0,0.1);
  z-index: 99999;
}

.mobile-menu .col{
  padding: 0;
}

.mobile-menu .menu{
  max-width: 480px;
  margin: auto;
}

.mobile-menu .menu a{
  height: 64px;
  font-size: 11px;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  color: #7E7E7E;
}

.mobile-menu .menu a:hover{
  text-decoration: none;
}

.mobile-menu .menu a::before{
  font-family: "Roboto d1";
  content: attr(data-icon);
  color: #7E7E7E;
  padding-top:8px;
  height: 40px;
  display: block;
  font-size: 20px;
  margin: auto;
}

.mobile-menu .menu a.active{
  font-weight: 500;
  color: #3F2A56;
}

.mobile-menu .menu a.active::before{
  color: #3F2A56;
}
/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}



.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }



/*
 * Home Image Hero
 */
 .bg-photo-hero::before{
   content: '';
   top: 0;
   background-image: attr(data-img);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   z-index: 0;
 }

.bg-photo-hero.bg-pagar::before{
  background-image: url('../assets/img/photos/paga-deuna.jpg');
 }

.bg-photo-hero.bg-cobrar::before{
   background-image: url('../assets/img/photos/cobra-deuna.jpg');
  }

.bg-photo-hero.bg-negocios::before{
   background-image: url('../assets/img/photos/negocios-deuna.jpg');
}


@media only screen and (min-width: 768px) {
  .bg-photo-hero{
    position: relative;
  }
  .bg-photo-hero::before{
    position: absolute;
    left: calc(50% - 50px);
    width: calc(50vw + 50px);
    height: 100%;
    clip-path: polygon(48px 260px, 120px 0, 100% 0, 100% 100%, 0 100%, 160px 260px);
  }
  .bg-photo-hero > .row{
    height: 80vh;
    min-height: 640px;
    max-height: 800px;
  }
}

@media only screen and (max-width: 767px) {


  .site-header{
    position: absolute;
    background: linear-gradient(180deg, #191122 0%, rgba(63,42,86,0.00) 100%);
    z-index: 99999;
    box-shadow: 0 0 0 0 transparent;
  }

  .normal-mobile{
    position: relative;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgba(74,74,74,0.10);
  }

  .normal-mobile .logo{
    fill:#3F2A56;
  }

  .bg-photo-hero{
    position: relative;
    padding-top: 52vh;
  }
  .bg-photo-hero::before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50vh;
    clip-path: polygon(67% 100%, 67% 92%, 100% 97%, 100% 0, 0 0, 0 85%);
  }

  .display-4{
    font-size: 32px
  }

}

/*
 * Accordion
 */

.accordion {
    margin-bottom: 1rem;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item-header {
    background-color: rgba(63, 42, 86, 0.024);
    padding: 20px;
    cursor: pointer;
    border-radius: 12px;
}

.accordion-item-header .accordion-title {
    color: #3F2A56;
    margin: 0;
    position: relative;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
}

.accordion-title::after {
    position: absolute;
    font-size: 1.5rem;
    font-weight: 400;
    right: 0;
    top: 0;
    width: 24px;
    text-align: center;
}


.accordion-item-header .accordion-title::after {
    content: "-";
}

.accordion-item-header.collapsed .accordion-title::after {
    content: "+";
}

.accordion-item-body {
    padding: 20px 20px 0;
}

.accordion-item-body > *:last-child {
    margin-bottom: 0;
}


/*
 * Mapa
 */

#pac-input{
  width: calc(100% - 32px);
  padding: 16px;
  margin: 16px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 16px;
}


#scroll-container h5{
  font-size: 16px;
}

#scroll-container .list-group-item {
  border: none;
  border-radius: 0;
}

#scroll-container .list-group-item::after {
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  position: absolute;
  bottom: 0;
  background: #eaeaea;
}

.fix-pading-16{
  width: calc(100% + 32px);
  margin-left: -16px;
}

#mapa{
  height: 100%;
  width: 100%;
}

#mapa-comercios{
  position: fixed;
  width: 60%;
  height: calc(100vh - 80px);
  margin-left: 40% ;
  z-index: -1;
}

/*Labels*/

.label {
  width: 50px; height: 20px;

  border: 1px solid #eb3a44;
  border-radius: 5px;

  background: #fee1d7;
  color: #3F2A56;
  text-align: center;
  line-height: 20px;

  font-weight: bold;
  font-size: 14px;
}

.gm-style {
  font: 500 11px Roboto, Arial, sans-serif;
  text-decoration: none;
  text-shadow: -1px -1px 1px #fafafa,
  1px -1px 1px #fafafa,
  -1px 1px 1px #fafafa,
  1px 1px 1px #fafafa;
  }

.cluster{
  touch-action: none;
  text-shadow: none;
  z-index: -95;
}


@media only screen and (min-width: 767px) {
  #scroll-container{
    position: absolute;
    z-index: -1;
    font-size: 14px;
    padding: 16px;
    width: 40%;
    height: calc(100vh - 80px);
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 767px) {
  body{
    font-size: 16px;
  }

  #scroll-container{
    padding-top: calc(100vh - 240px);
    width: 100%;
    max-height: 100%;
  }

  #scroll-container.expand .scroll-list{
    height: calc(100vh - 112px);
    overflow-y: scroll;
  }

  .scroll-list {
    height: 100%;
    padding: 0 16px 40px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  #resultados{
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .contenido-scroll{
    height: 100%;
    overflow-y: scroll;
    position: relative;
  }

  .scroll-view{
    box-shadow: 0 -2px 4px 0 rgba(0,0,0,.12);
    z-index: 9999;
    position: absolute;
    width: 100%;
    border-radius: 8px;
    padding: 20px 16px;
    background: #fff;
    padding-bottom: 64px;
    max-height: calc(100% - 48px);
    overflow: hidden;
  }

  .scroll-view::before{
    content: "";
    height: 4px;
    width: 40px;
    border-radius: 4px;
    background: #a1a1a1;
    position: absolute;
    z-index: 9;
    margin-top: -12px;
    margin-left: calc(50% - 40px);
  }



  #mapa-comercios{
    margin-left: 0;
    width: 100%;
    height: calc(100vh - 240px);
    z-index: auto;
  }

}

@media only screen and (max-width: 767px) and (max-height: 480px) {
  #scroll-container{
    padding-top: calc(100vh - 60px);
    width: 100%;
  }

  #mapa-comercios{
    margin-left: 0;
    width: 100%;
    height: calc(100vh - 60px);
  }

}

/* MAP */

.buscador{
  height: 48px;
  width: 100%;
  background: #F5F5F5;
  border-radius: 4px;
  font-size: 16px;
  color: #363636;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
}

.buscador .input{
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
}

.input-disabled{
  pointer-events: none;
}

.buscador::after{
  content: "􀊫";
  font-size: 18px;
  font-family: "Roboto d1";
}

.categorias-listado{
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  width: calc(100% + 32px);
  overflow-x: scroll;
  font-size: 14px;
  margin-left: -16px;
  margin-bottom: 0;
  padding: 24px 0 24px 16px;
}

.categorias-listado li{
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 72px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 4px;

}

.categorias-listado li:first-child{
  margin-left: -8px;
}

.categorias-listado li::before{
  background: #F5F5F5;
  border-radius: 50%;
  margin: 0 8px;
  width: 56px;
  height: 56px;
  content: attr(data-icon);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.header-listado{
  display: flex;
  justify-content: space-between;
}

.header-listado h2{
  font-size: 24px;
  margin-bottom: 16px;
}

#title-listado.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.close-listado{
  cursor: pointer;
}

.close-listado::after{
  content: "􀁡";
  display: block;
  height: 24px;
  width: 24px;
  margin-top: -4px;
  margin-right: 8px;
  font-size: 24px;
  text-align: center;
  align-items: center;
  color: #777;
  cursor: pointer;
  font-family: "Roboto d1";
}

.pac-container{
  z-index: 9999;
  height: 100%;
  min-width: calc(100%);
  margin-top: 24px;
  margin-left: -32px;
  padding: 0 16px;
  box-shadow: none;
  border: none;
  font-size: 16px;
}
.pac-item{
  border-top: none;
  border-bottom: 1px solid #fafafa;
  padding: 16px;
  margin-left: -16px;
}
.pac-item-query{
  font-size: 14px;
}


/*Help*/




.arrow::before, .chevron-after:after, .index-page .marquee-canvas-bitcoin::after, .marquee-canvas .background-video::after {
    content: ""
}

.help-card-section .col{
  padding-left: 8px;
  padding-right: 8px;
}

.card.help-card{
  border: none;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  border-radius: 8px;
  overflow: hidden;
}

.card.help-card .card-body{
  display: flex;
  position: absolute;
  height: 100%;
  max-width: 160px;
  align-items: center;
}

.card-title{
    font-size: 1.25rem;
    font-weight: 500;
    color: #3F2A56;
}

.help-content-area {
    max-width: 960px;
    padding-top: 64px;
    margin: auto;
    box-sizing: content-box;
    -webkit-font-smoothing:antialiased
}

@media (min-width: 960px) {
    .help-content-area {
        padding-top:128px
    }
}

.help-content-area h3 {
    line-height: 1rem;
    margin-bottom:24px;
}

.help-content-area section {
    margin-bottom:48px
}

@media (max-width: 480px) {
    .help-content-area {
        padding:0
    }

    .help-content-area section {
        margin:32px
    }
}

.help-header .help-title {
    font-size: 32px;
    line-height: 40px;
    margin:.83em 0
}

@media (min-width: 768px) {
    .help-header .help-title {
        font-size: 40px;
        line-height:48px
    }
}

.help-header .help-breadcrumb {
    position: relative;
    top: -16px;
    color: #999;
    font-size: 16px;
    letter-spacing:.2px
}

.help-header .help-breadcrumb:last-child {
    margin-left:12px
}

.help-header .chevron-after:after {
    margin-left:11px
}


.chevron-after:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #ddd;
    border-left: 0;
    border-top: 0;
    position: relative;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform:rotate(-45deg)
}

.help-contact-support {
    color: #444;
    padding: 24px;
    background: rgba(63,42,86,0.025);
    border-radius:12px
}

@media (min-width: 450px) {
    .help-contact-support {
        padding:42px
    }
}

.help-contact-support h3 {
    margin-top:0
}

.help-contact-support .contact {
    color:#2fd9a9
}

.help-contact-support .chevron-after:after {
    border: 2px solid #2fd9a9;
    border-top: 0;
    border-left: 0;
    margin-left: 12px;
    top:-1px
}

.help-article-cards {
    display: grid;
    grid-gap: 8px;
    grid-template-columns:repeat(2, minmax(auto, 260px))
}

.help-article-cards img {
    max-width: 260px;
    width:100%
}

.help-article-cards .help-article-card {
    position: relative;
    overflow:hidden
}


.help-article-cards .help-article-card .help-article-card-content .help-article-card-title {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: .2px;
    margin-left:18px
}

.help-article-cards .help-article-card .help-article-card-content .help-article-card-assurance {
    display: none;
    color: rgba(0, 0, 0, .4);
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: .2px;
    max-width: 180px;
    margin: 0 18px;
    padding-top:6px
}

.help-article-body strong, .help-article-body th, .index-page.uk h1, .press-page .intro h1, .press-page .intro h2 {
    font-weight:500
}


.help-article-list {
    padding-top: 24px;
    margin-bottom: 32px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap:wrap
}

.help-article-list h3{
  font-weight: 500;
  margin-bottom: 16px;
}

.help-article-list ol, .help-article-list ul{
  margin-top: 8px;
}

.help-article-list .chevron-after {
    display: inline-block;
    width:100%
}

.help-article-list .chevron-after:after {
    margin-right: -32px;
    float: right;
    top:4px
}

@media (min-width: 768px) {

    .help-article-list .chevron-after {
        width:auto
    }

    .help-article-list .chevron-after:after {
        margin-left: 18px;
        float: none;
        top:-1px
    }
}

.help-article-list .help-article-list-item {
    display: inline-block;
    color: #3F2A56;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: .2px;
    width: 100%;
    padding:24px 32px 16px 0
}

@media (min-width: 768px) {
    .help-article-list .help-article-list-item {
        width:50%
    }
}
.container-menu-header-botoom {
  display: flex;
  gap: 15px;
}
.btn-menu-border {
  border: 1px solid #00DAA8 !important;
  padding-left: 10px !important;
  padding: 10px !important;
  font-weight: normal !important;
  border-radius: 15px !important;
  display: flex !important;
  gap: 10px;
  align-items: center;
  color: #3F2A56;
}
 @media only screen and (max-width: 1100px) {
    .container-menu-header-botoom, .d-none-2 {
        display: none !important;
    }
 }
 .btn-header-descarga {
  background: #2FD9A9 !important;
  display: block;
  border-radius: 18px !important;
  padding: 8px 20px !important;
  transition: all 400ms ease;
  animation: boton-header 1.5s infinite;
  color: #3F2A56;
}

@keyframes boton-header {
  0% {
    transform: scale(.99);
    box-shadow: 0 0 0 0 rgba(0,0,0,.1);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 25px rgba(0,0,0,0);
  }
  100% {
    transform: scale(.99);
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}
.btn-header-descarga:hover {
  box-shadow: 3px 3px 20px  rgba(0,0,0,0.5);
  transform: translateY(-1%);
}