html {
    scroll-behavior: smooth
}

body {
    font-size: 16px;
}

a:hover {
    color: #fa5e39;
}

.dropdown-menu {
    border: 0!important;
    font-size: 0.7em;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857
}

.white-icon {
    filter: invert(100%) sepia(0%) saturate(7443%) hue-rotate(18deg) brightness(115%) contrast(109%)
}

.mobile-button {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 999;
    box-shadow: 0 3px 4px #0006
}

.text-gray {
    color: #555
}

.text-orange {
    color: #FF7216
}

.outline-orange {
    border: solid 1px #FF7216
}

.navbar-light .navbar-nav .nav-link {
    color: black
}

.navbar-nav>li {
    float: left;
    position: relative
}

.active {
    border-bottom: 2px solid #FF7216
}

h1 {
    font-size: 1.5rem;
    color: #4B4B4B;
    font-weight: 700;
    border-bottom: 2px solid #FF7216;
    padding-bottom: 1rem
}

h2 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #555
}

h3 {
    font-size: 2rem
}

footer {
    font-size: .6em;
    color: #fff
}

.btn-orange {
    text-align: center;
    vertical-align: middle;
    width: 278px;
    height: auto;
    background: #FF7216;
    border-radius: 4px
}

.btn-outline-light:hover {
    background: #fa5e39
}

.btn-outline-light:active {
    background: #fa5e39
}

.top-header {
    font-size: 1rem
}

.mt-header {
    margin: 100px 0 0 0
}

.bg-orange {
    background: #FF7216;
}

.bg-black {
    background: #141414;
}

.first-row {
    font-size: .9rem
}

h2>span {
    color: #FF7216;
}

p>span {
    color: #FF7216;
}

.channels-txt {
    font-size: 1rem;
    line-height: 1.6rem
}

.channel-cards {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 160px;
    height: 133px;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 3px;
    padding: 20px;
    font-size: 1.1rem;
    margin-bottom: 1.5rem
}

.third-row {
    font-size: 1rem
}

.w-35 {
    width: 35%
}

.w-30 {
    width: 30%
}

.w-66 {
    width: 66%
}

.methods-txt {
    font-size: 1.3rem
}

.method-title {
    font-size: 1rem;
    font-weight: 700
}

.card-method {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 125px;
    box-shadow: 0 4px 20px #00000029;
    border-radius: 3px;
    padding: 5px
}

.methods-txt-cards {
    font-size: .8rem
}

.orange-big {
    background: #FF721626 0% 0% no-repeat padding-box;
    box-shadow: 0 5px 10px #00000015;
    border-radius: 19px
}

.card-ademas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 118px;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    font-size: 2rem
}

.ademas-txt-cards {
    font-size: .9rem
}

.sixth-row-bg {
    background-image: url(../img/bg.jpg);
    background-color: #000;
    height: 280px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.main-sixth-title {
    font-size: 1.4rem;
    font-weight: 700
}

.sixth-row-text {
    font-size: 1rem
}

.sixth-row-text>span {
    color: #FF7216
}

.half-orange {
    background: #fff9f5;
    text-align: center;
    font-size: 1rem
}

.text-orange>span {
    color: #404040
}

p>.text-orange {
    margin: 0 auto
}

.eight-row {
    font-size: 1.4rem
}

.bg-mid-orange {
    background: #FFF8F4
}

.cuentas-txt {
    font-size: 1.3rem
}

.cuentas-title {
    font-size: 1.2rem;
    font-weight: 700
}

.card-cuentas {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 115px;
    box-shadow: 0 3px 6px #00000029;
    background: #FF7216;
    border-radius: 3px;
    padding-top: 10px
}

.cuentas-txt-cards {
    font-size: 1rem
}

.bg-gray {
    background: #E5E5E5
}

.btn.text-orange:hover {
    color: #ffb280
}

.card-body {
    position: inherit
}

.card-text {
    font-size: .9rem!important
}

.card-title {
    font-size: .9rem!important;
    position: relative;
    z-index: 999;
    font-weight: 400;
    font-size: 1.1rem!important
}

.wrap {
    position: relative
}

.wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    border-radius: .2em
}

.modal-title {
    font-size: 1.1rem
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* {
    font-size: 90%!important;
    opacity: .5;
    top: .8em!important
}

.form-control {
    font-size: 0.9rem!important;
    border: 1px solid #ffc59e
}

.form-control:focus {
    border-color: #ffc59e;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 173, 117, .18)
}

@media (min-width:576px) {
    .navbar {
        height: 75px
    }
}

@media (min-width:768px) {
    h1 {
        font-size: 3.5rem;
        border-bottom: 4px solid #FF7216;
        font-weight: 400
    }
    .top-header {
        font-size: 1.5rem
    }
    .first-row {
        font-size: 1.2rem
    }
    h2 {
        font-size: 2rem;
        font-weight: 700;
        color: #555
    }
    .channels-txt {
        font-size: 1.4rem;
        line-height: 1.6rem
    }
    .third-row {
        font-size: 1.6rem
    }
    .main-sixth-title {
        font-size: 2rem;
        font-weight: 700
    }
    .sixth-row-text {
        font-size: 1.2rem
    }
    .sixth-row-bg {
        height: 360px
    }
    .eight-row {
        font-size: 1.6rem
    }
    .navbar {
        height: auto
    }
    .half-orange {
        font-size: 1.8rem
    }
    .card-title {
        font-size: .9rem!important;
    }
}

@media (min-width: 1200px) {
    .card-title {
        font-size: 1rem!important;
    }
}

@media (min-width:430px) and (max-width:575px) {
    /* fix for text over cuentas title image */
    p.cuentas-title {
        margin-top: 8rem;
    }
}