@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

p{
    font-family: 'Manrope', sans-serif;
    font-size: 24px;
    line-height: 1.5 em;
    font-weight: 300;
    text-align: left;
}
.small{
    font-size: 20px !important;
}
.line-txt{
    text-decoration: line-through;
    color: #919191;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Rubik', sans-serif;
    font-weight: 800;
    letter-spacing: 0;
}

h1 {
    font-family: 'Rubik', sans-serif;
    font-size: 66px;
    font-weight: 800;
    animation: fadeInDown 1s ease-out;
}
h2{
    font-family: 'Rubik', sans-serif;
    font-size: 50px;
    font-weight: 800;
    animation: fadeInLeft 1s ease-out;
}

@media only screen and (max-width: 850px) {  
  h2{
    font-size: 45px;
    line-height: 1.2 em;
  }
} 

h3{
    font-family: 'Rubik', sans-serif;
    font-size: 42px;
    font-weight: 800;
    animation: fadeInLeft 1s ease-out;
}

h4{
    font-family: 'Rubik', sans-serif;
    font-size: 30px;
    font-weight: 600;
    animation: fadeInLeft 1s ease-out;
    letter-spacing: -1px;
}

h5{
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    font-weight: 600;
    animation: fadeInLeft 1s ease-out;
}

li{
    font-size: 21px;
    font-weight: 300;
    line-height: 2rem;
    margin-bottom: 2rem;
}

strong{
    font-weight: 600;
}

.subtit{
    font-size: 26px;
    font-weight: 300;
    color: #ff8715;
    text-transform: uppercase;
}

.dropshadow{
    text-shadow: 2px 2px 5px #000000;
}

/*nav*/

header {
    background-color: #fff;
    padding: 0;
    border-bottom: 1px solid blue !important;
}

.navbar-brand img {
    height: 40px;
}

.nav-link{
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    padding: 20px 20px 0 0;
}

.nav-item{
    font-size: 16px;
}

/*colors*/

.text-dark{
    color: #353535;
}
.text-blue{
    color: #2E2E7A;
}
.text-orange{
    color: #FF8715;
}
.text-white{
    color:#ffffff;
}

.bg-blue{
    background-color: #2E2E7A !important;
}
.bg-orange{
    background-color:  #FF8715 !important;
}
.bg-light{
    background-color: #F6F6F7;
}
.bg-dark{
    background-color: #353535;
}

/*proximamente*/

.proximamente{
    background-color:  #FF8715 !important;
    padding: 50px;
}


/*video*/

/* Video Section Styles */
.video-section {
    margin-top:80px;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff 50%, #2E2E7A 50%);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .video-section .text-content {
        text-align: center;
    }

}


/*buttons*/

.buttons {
    position: relative;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}



.btn{
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px 25px;
    margin: 10px 0;
    border-radius: 30px;
    text-transform: uppercase;
    height: 46px;
    cursor: pointer;
    transition: background-color 0.3s ease;

    }


.btn-primary:hover{
    background-color: rgba(255, 255, 255, .7);
}
.btn-primary{
    background-color: #2E2E7A !important;
    border: 1px solid #2E2E7A;
}
.btn-warning{
     background-color: #FF8715 !important;
     border: 1px solid #FF8715;
}
.btn-header{
    font-size: 15px;
    margin-left: 25px;
    padding: 10px 18px;
}


.btn-outline-primary{
    border: solid 2px #2E2E7A;
    border-radius: 30px;
    color: #2E2E7A;
}
.btn-outline-primary:hover{
    background-color: #2E2E7A;
    border: none;
}


/*hero*/

.desktop {
    background: url("img/bbf-bakground-desktop.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: left;
    width: 100%;
    height: 76vh;
    padding-top: 12vh;
    margin-top:100px;
}

.mobile{
    background: url("img/bbf-hero-mobile1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: left;
    width: 100%;
    height: 100vh;
    padding-top: 80px;
}

.desktop-box{
    padding-top: 500px;
    position: relative;
}

.hero-small{
    font-size: 20px;
    text-align: center;
}


/* 960px */  
@media only screen and (max-width: 850px) {  
  .desktop{
    display: none;
  }
  .desktop-box{
    display: none;
  }
} 

@media only screen and (min-width: 850px) {  
  .mobile{
    display: none;
  }
  .desktop-box{
    display: none;
  }

} 


/*how it works*/

.how-it-works{
    background-color: #2E2E7A;
}
.video{
    margin-top: 2rem;
}

.container-xsmall {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}


/*beneficios*/
.beneficios {
    
}
.image-box-1{
    background-image: url(img/bg-orange.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.image-box-2{
    background-image: url(img/bbf-control-total-desde-tu-celular.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.image-box-3{
    background-image: url(img/bbf-multiusuario.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.image-box-4{
    background-image: url(img/bbf-analisis-de-datos.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.image-box-5{
    background-image: url(img/bbf-pantalla-info.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
}

.equal-height-columns{
    height: 250px;
    display: .webkit-box;
    display: webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.lead{
    font-size: 26px;
    line-height: 1.2em;
}
.check{
    width: 30px;
    height: 30px;
    padding-right: 10px;
}



/* benefits*/
.benefit {
    background-color: #2E2E7A;
}


.benefit-item {
    transition: transform 0.3s ease;
    width: 100%;
}

.benefit-item:hover {
    transform: scale(1.05);
}

.box-rounded {
    border-radius: 25px;
}

.benefit-box-text {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    padding: 20px;
}

#plan-empresarial{
    overflow: hidden;
    padding: 0;
}
#plan-familiar{
    overflow: hidden;
    padding: 0;
}


.plans {
    background-image: url("img/bg-bbf.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% 0%;
    height: 100%;
    width: 100%;
    z-index: -1;
    animation: verticalMove 80s infinite linear; 
}

@keyframes verticalMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 0% 100%;
    }
}



@media (max-width: 768px) {
    .plans {
        background-attachment: scroll; 
        animation: verticalMoveMobile 50s infinite linear; 
    }

    @keyframes verticalMoveMobile {
        0% {
            background-position: 0% 0%;
        }
        100% {
            background-position: 0% 100%;
        }
    }
}

.plans .plan-item {
    border: 1px solid #eaeaea;
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
}

.icons {
    height: 100px !important;
    width: 100px !important;
    margin-top: 3rem;
}

.plans .price {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}

.plans-columns {
    text-align: left;
    line-height: 35px;
    -webkit-columns: 250px 2;
    -moz-columns: 250px 2;
    columns: 250px 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

/*promotion*/

.promotion {
    background-color: #FF7700;
    color: #fff;
    padding: 50px 0;
}

.testimonials .testimonial-item img {
    height: 120px;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.testimonials .testimonial-item:hover img {
    transform: scale(1.1);
}

footer {
    background-color: #2E2E7A;
    color: #fff;
    padding: 50px 0;
}

footer a {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
}

.footer-bottom{
    border-top: 1px solid #585757;
    padding: 35px, 0;
}

.social-links img {
    height: 50px;
    margin: 20px 10px;
}

.payments img{
    width: 250px !important;
    margin-bottom: 40px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}


/*contacto*/

.form-select{
    text-align:left;
    padding: 10px;
    width: 100%;
    font-family: Manrope, sans-serif;
    background-color: rgba(255, 255, 255, .9);
}

input{
    font-family: Manrope, sans-serif;
}

/*wapp*/
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:150px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:9999;
    }

    .my-float{
        margin-top:16px;
    }