:root {
    --primary-color: #1E3575;
}

html body.tik-tok {
    font-size: 14px;
    color: var(--primary-color)
}

h4 {
    font-size: 1.285714285714286em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}

.tik-tok .navBarAhorro .a_blog {
    margin-right: 10px;
}

.tik-tok .nav > li > a {
    padding: 10px 10px 0 10px;
    font-size: 0.875em !important;
}

.tik-tok .navBarAhorro .a_contactanos {
    height: auto;
    width: 150px;
}

footer {
    display: none;
}

.tik-tok .floating-button.hidden-sm.hidden-xs {
    display: block !important;
    bottom: 10px;
    width: 60px;
    height: 60px;
}

.tik-tok .secondary-buttons button {
    width: 60px;
    height: 60px;
}

.tik-tok .main-button i, .tik-tok .secondary-buttons i {
    font-size: 28px;
}

.tik-tok .secondary-buttons {
    bottom: 20px;
}

    .tik-tok .secondary-buttons .whats-icon img {
        max-width: 28px;
    }

p {
    font-weight: 200;
}

.main {
    padding-top: 100px;
    padding-bottom: 130px;
}

.col-xs-12 {
    padding: 0px;
    margin-bottom: 30px;
}

.button-card {
    display: flex;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 16px;
    padding: 30px 15px;
    position: relative;
    flex-direction: row;
    -moz-box-shadow: 0 0 40px 0 rgba(30,75,210,0.09);
    -webkit-box-shadow: 0 0 40px 0 rgba(30,75,210,0.09);
    box-shadow: 0 0 40px 0 rgba(30,75,210,0.09);
}

a:focus .button-card, a:focus-within .button-card {
    background-color: var(--primary-color);
}

    a:focus .button-card img, a:focus-within .button-card img {
        filter: invert(1) brightness(2);
    }

    a:focus .button-card .btnNext, a:focus-within .button-card .btnNext {
        border-color: #fff;
    }

        a:focus .button-card .btnNext i.material-icons, a:focus-within .button-card .btnNext i.material-icons {
            color: #fff;
        }

.img-container {
    margin: auto 10px;
    flex-shrink: 0;
}

.button-card img {
    width: 100%;
    max-width: 25px;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

    a:hover, a:focus, a:focus-visible, a:focus-within {
        text-decoration: none;
        outline: 0;
    }

    a:focus, a:focus-within {
        color: #fff;
    }

.btnNext {
    background-color: transparent;
    height: 35px;
    width: 35px;
    text-align: center;
    border-radius: 100px;
    border: solid 1px var(--primer-color);
    margin-left: 10px;
    flex-shrink: 0;
    align-self: center;
}

    .btnNext i.material-icons {
        font-size: 15px;
        line-height: 33px;
        color: var(--primer-color);
    }

.btnCTA {
    display: none;
}

.p-relative {
    position: relative;
}

.blur-morado, .blur-amarillo, .blur-azul {
    position: absolute;
    z-index: -1;
    width: 212px;
    height: 212px;
    border-radius: 100%;
    filter: blur(50px);
}

.blur-morado {
    background-color: rgba(184,71,249,.35);
    top: 25%;
    right: 0;
}

.blur-amarillo {
    background-color: rgba(252,231,197,1);
    top: 50%;
    right: 0;
}

.blur-azul {
    background-color: rgba(197,214,255,1);
    bottom: 0;
    right: 0;
}

@media (min-width:370px) {
    html body.tik-tok {
        font-size: 16px;
    }

    .button-card img {
        max-width: 35px;
    }

    .img-container {
        margin: auto 15px auto 10px;
    }

    h4 {
        font-size: 1.375em;
    }
}

@media (min-width:425px) {
    .button-card {
        padding: 40px 20px;
        max-width: 395px;
        margin: auto;
    }

    .img-container {
        margin: auto;
    }

    .button-card img {
        max-width: 45px;
    }

    .button-card img, btnNext {
        margin-right: 20px;
    }
}

@media (min-width:576px) {
    .tik-tok .floating-button.hidden-sm.hidden-xs, .tik-tok .secondary-buttons button {
        width: 72px;
        height: 72px;
    }

    .tik-tok .main-button i, .tik-tok .secondary-buttons i {
        font-size: 36px;
    }

    .tik-tok .secondary-buttons .whats-icon img {
        max-width: 36px;
    }
}

@media (min-width:768px) {
    h1 {
        margin-bottom: 45px;
    }

    .main {
        padding-top: 150px;
    }

    .tik-tok .floating-button.hidden-sm.hidden-xs {
        bottom: 5%;
    }

    a:hover .button-card {
        transform: translateY(-20px);
    }

    .button-card {
        max-width: 100%;
        margin: unset;
        flex-direction: column;
        text-align: center;
        transition: .3s ease-in;
    }

    .col-xs-12 {
        padding: 0 15px;
        margin-bottom: 0px;
    }

    .button-card img {
        margin: auto;
    }

    .button-card p {
        margin-bottom: 20px;
    }

    .btnNext {
        display: none;
    }

    .btnCTA {
        display: flex;
        align-content: center;
        background-color: var(--primer-color);
        color: #ffffff;
        justify-content: center;
        border-radius: 100px;
        font-weight: 700;
        height: 45px;
        max-width: unset;
    }

        .btnCTA i {
            font-size: 0.875em;
            margin-left: 6px;
            margin-bottom: -2px;
        }

        .btnCTA i, .btnCTA span {
            align-self: center;
        }

    .img-container {
        height: 60px;
        margin-bottom: 20px;
        display: flex;
    }

    .blur-morado, .blur-azul {
        top: 50%;
        transform: translateY(-50%)
    }

    .blur-morado {
        left: 0;
    }

    .blur-amarillo {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .blur-azul {
        right: 0;
    }
}

@media (min-width:992px) {
    .tik-tok .navBarAhorro .a_blog {
        margin-right: 30px;
    }

    .tik-tok .nav > li > a {
        padding: 15px 10px 0 15px;
        font-size: 1em !important;
    }

    .tik-tok .navBarAhorro .a_contactanos {
        height: 48px;
        width: 200px;
    }

    .btnCTA {
        width: 200px;
        margin: auto;
    }
}

@media (min-width:1200px) {
    .tik-tok .navBarAhorro .a_blog {
        margin-right: 40px;
    }

    .button-card {
        padding: 40px;
    }
}
