/* VARIABLES */
:root {
    --purple: #4F2D7F;
    --green: #4FBA67;
    --purple-light: #7884FF;
}

/* FONTS */
body, p {
    font-family: "Open-sans", Arial, Helvetica, sans-serif;
}

/* NAVBAR */

.bg-lb {
    background-color: #4F2D7F;
}

.nav-link {
    color: #FFFFFF;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.2s;
}

.nav-link:hover {
    color: #4F2D7F;
    background-color: #FFFFFFEE;
}

.nav-item .btn {
    font-weight: 500;
}

.nav-item .btn-availability {
    background-color: #D1DDFC;
}

.nav-item .btn-availability:hover {
    background-color: #4F2D7F;
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.nav-item .btn-login {
    background-color: #4F2D7F;
    border-color: #D1DDFC;
    color: #D1DDFC;
}

.nav-item .btn-login:hover {
    background-color: #FFFFFF;
    border-color: #4F2D7F;
    color: #4F2D7F;
}

.navbar-toggler {
    color: #FFFFFF44;
    border: 2px solid #FFFFFF44;
}

.narvar-toggle .navbar-toggler-icon {
    color: #FFFFFF;
}

.navbar-toggler.collapsed {
    background-color: #4F2D7F;
    border: 2px solid #FFFFFF44;
}

#navbarSupportedContent .btn {
    width: 100%;
}

.navbar-toggler-icon {
    background-image: url("/images/hamburger-white.svg");
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ham-menu-line {
    border: 1px solid #ffffff88;
    width: 80%;
    margin: 4px 0;
}

.navbar-toggler .navbar-toggler-icon {
    transform: rotate(90deg) !important;
    transition: 0.25s;
}

.navbar-toggler.collapsed .navbar-toggler-icon {
    transform: rotate(0deg) !important;
    transition: 0.25s;
}

.mainlogo{
    width: 100%;
    max-width: 300px;
}

/* HEADER */
.header-hero {
    background-color: #4F2D7F;
    color: #FFF;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-weight: bolder;
    padding: 10rem 2rem;
}

.header-hero h1 {
    font-weight: 700;
}

/* COINS */
.hero-banner-section {
    background-color: #FFFFFF;
    min-height: 60vh;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.hero-banner-section h1 {
    color: var(--purple);
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
}

.coins-container {
    position: relative;
}

.eth {
    width: 100%;
    left: 0px;

    filter: drop-shadow(-2px 4px 4px #00000044);
}

.litecoin {
    position: absolute;
    width: 100%;
    left: 0px;

    filter: drop-shadow(2px 4px 4px #00000044);
}

.bitcoin {
    position: absolute;
    width: 100%;
    left: 0px;
    filter: drop-shadow(0px 6px 4px #00000044);
}

.image-container {
    width: 100%;
}

.image-container img {
    width: 100%;
}

/* STATUS */

.status-section {
    position: relative;
    display: flex;
    justify-content: center;
}

.status-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: #FFFFFF;
    z-index: 0;
}

.status-section .container {
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 2rem;
    box-shadow: 0px 6px 6px #00000044;
    z-index: 1;
}

.status-section .container .row {
    align-items: center;
}

.status-title {
    font-family: 'Rubik', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 43px;
    color: var(--purple);
}

.bitcoinera-status {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bitcoinera-status .dot {
    height: 25px;
    width: 25px;
    background-color: var(--green);
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
}

.features-section {
    background-color: var(--purple);
    position: relative;
}

.features-section .container {
    padding: 1rem 5rem;
}

.feature {
    text-align: center;
}

.feature p {
    color: #FFFFFF;
    margin: 0;
}

.feature .image-container {
    padding-bottom: 20px;
}

.feature .image-container img {
    width: 80px;
}

.howtobuy-card {
    background-color: #D1DDFC;
    border-radius: 5px;
    padding: 1rem;
    height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.howtobuy-card .image-container {
    padding: 0.5rem;
}
.howtobuy-card .text-container {
    padding: 0.5rem;
}

.btn-custom {
    background-color: #7884FF;
    border-color: #7884FF;
    color: #fff;
    
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;

    padding: 0.6rem 2rem;
}

/* MAP SECTION */
.mapbox {
    width: 100%;
    height: 100%;
}

.mapboxgl-control-container {
    opacity: 0;
    display: none;
}

.map-location-card {
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 1.5rem;
}

    .map-location-card .location {
        border-radius: 5px;
        margin-bottom: 0.5rem;
        padding: 1rem;
        cursor: pointer;
        transition: 0.2s;
    }

    .map-location-card .location:hover {
        background-color: #FFFFFFAA;
        box-shadow: 0px 4px 2px #00000022;
    }

        .map-location-card .location p {
            margin-bottom: 0px;
        }

.location-card-city strong {
    color: var(--purple);
    font-weight: bolder;
}

.map-container {
    position: relative;
}

.map-container:before {
    content: "";
    position: absolute;
    bottom: -110px;
    left: -70px;
    width: 100%;
    height: 100%;
    max-width: 146px;
    max-height: 225px;
    background-image: url(../images/guy.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    z-index: 1;
}

h2 {
    color: var(--purple);

    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 43px;
    letter-spacing: 0em;

}

.faq {
    background-color: #F0F0F0;
    border-radius: 5px;
    padding: 0.8rem 1.5rem;
    margin-bottom: 1.5rem;

    cursor: pointer;
}

    .faq p {
        margin-bottom: 0px;
    }

    .accordion-collapse .accordion-body {
        margin-bottom: 1.5rem;
        border: 1px solid #00000022;
        border-radius: 5px;
    }

    .btn-tc{
        background-color: #7884FF;
        border-color: #7884FF;
        color: #fff;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 17px;
        margin-top: 10px;
        border-radius: 5px;
        cursor: pointer;
    }

    .text-map {
        color: #fff!important;
    }

    .btn-cq{
        background-color: #7884FF;
        border-color: #7884FF;
        color: #fff;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        
        margin-top: 10px;
        border-radius: 5px;
        cursor: pointer;
        font-size: 17px;
      
    }

    .btn-cm{
        background-color: #7884FF;
        border-color: #7884FF;
        color: #fff;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
       
        font-size: 17px;
        margin-top: 10px; 
        border-radius: 5px;
        cursor: pointer;
    }

    .btn-sp{
        background-color: #7884FF;
        border-color: #7884FF;
        color: #fff;
        font-family: 'Open Sans', Helvetica, Arial, sans-serif;
        font-size: 17px;
        margin-top: 10px;
        border-radius: 5px;
        cursor: pointer;
        
    }

/* IG FEED */
.ig-section .col-md-3 {
    padding: 0px;
}
.ig-section img {
    width: 100%;
}

/* crypto section*/

.currency{
   position: relative;
   bottom: 30px;
    height:230px;
    width:240px;
}

.text-phone{
    position: relative;
  
    text-align: center;
  
    font-weight: bold 
}

.phone{
    position: relative;
    bottom: 37px;
    width: auto;
    height: 195px;    
}

.text-idm{
    position: relative;
    top: 8px;
    text-align: center;
    font-weight: bold 
}
.idm{
     position: relative;
    bottom: 2px;
    height:250px;
     width:230px;
  
}
.qrcode{
   position: relative;
   height:250px;
   width:230px;
}

.img-money{
    position: relative;
    top: 70px;
    height:270px;
     width: 225px;
}

.text-currency{
    text-align: center;
    position: relative;
    top: 10px;
    font-weight: bold 
}


.text_qr{
    position: relative;
    top: 14px;
    text-align: center;
    font-weight: bold 
}
.text-bille{
    position: relative;
    top: 30px;
    text-align: center;

    font-weight: bold 
}
.text-env{
   
    text-align: right;
    font-weight: bold 
}
.btn-soporte{
    height: 80px;
    width: 170px;
    font-size: 25px;
}

.owl-nav{
    display: flex;
    justify-content: center;
}


.img-arrow{
    width: 85px;
    padding: 15px;

}

.owl-nav .olw-prev:hover, .owl-nav .owl-next:hover{
background: none!important;
outline: none!important;
opacity: 1;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
    outline: none;
    opacity: 0.6;
    transition: all .5s ease;
}



/* FOOTER */

/* este código resuelve el proble de overflow en mobile */
/* los items del submenú son demaciado anchos, deberían tener un padding a la izquierda y un width de 100% */
footer.footer {
    overflow-x: hidden;
}

.footer {
    background-color: var(--purple);
    color: #FFFFFF;
    padding: 0.8rem;
    font-family: "Open-sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

.footer .nav-item {
    font-weight: 400;
}

.footer .nav-link {
    font-weight: bold;
}

.footer-title {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;

    padding: 0.8rem 0;

    display: inline-block;
}

a.nav-link{
    color: #ffffff;
}
.nav-link a:hover {
    color: #0c0c0c;
}

.column-learn{
    position: relative;
    left: 70px!important;
}
.column-Aboutus{
    position: relative;
    left: 25px!important;
}

.img-lb{
    width: 230px;

}

/* Calculadora */
.calc-form {
    margin-top: 10px;
}
.calc-form input {
    margin: 0 0 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px 7px;
}
.calc-form input::-webkit-outer-spin-button,
.calc-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc-form input[type=number] {
  -moz-appearance: textfield;
}
.ayuda {
    font-size: 0.8em;
    line-height: 1.1em;
    margin: 10px 0 0;
    text-align: justify;
}


  @media only screen and (min-width: 507px) and (max-width: 768px) {
	.column-learn{
        position: relative;
        left: 0px!important;
    }
    .column-Aboutus{
        position: relative;
        left: 0px!important;
    }
}

@media (min-width: 768px) {

    .location-card-city.desktop {
        display: block;
    }

    .location-card-city.mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-banner-section h1 {
        font-size: 3.5rem;
    }
    .location-card-city.mobile {
        display: block;
    }
    
    .location-card-city.desktop {
        display: none;
    }

    .bitcoinera-status {
        display: flex;
        float: right;
        align-items: center;
        position: relative;
    }

    .status-precio{
        position: relative;
        top: 20px;
    }
    
    .status-bitcoin{
      position: relative;
      top: 20px;
    }

    .status-litecoin{
        position: relative;
        top: 20px;
    }

    .img-lb{
        width: 230px;
    }

    .status-section .container .row .col-12.col-md-3 {
        padding: 1.5rem 0;
    }
    .btn-disponible{
      position: relative;
      bottom: 130px;
    }
    
    
   
}


/* terms and conditions */
.section-body-content {
    padding: 6rem 0;
}

.section-body-content h2 {
    color: unset;
    font-family: 'Open-sans', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
    line-height: 2;
    margin-bottom: 2rem;
}

.section-body-content p {
    font-family: 'Open-sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
  
    line-height: 2;
    margin-bottom: 2rem;

}


/* FAQ */

h2.faq-title {
    color: #4F2D7F;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: 800;
}

.faq-accordion .accordion-header {
    margin-bottom: 0px;
    border: 1px solid rgba(0,0,0,.125);
    background-color: #F0F0F0 !important;
}

.faq-accordion .accordion-header .accordion-button {
    background-color: #F0F0F0 !important;
    color: #333333;
    font-family: "Open-sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.faq-accordion .accordion-item {
    margin-bottom: 2rem;
    border: 1px solid rgba(0,0,0,.125);
    background-color: #F0F0F0;
}

.faq-accordion .accordion-body {
    margin-bottom: 0px;
}

/* Spacing */
.padding-vertical-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}