:root {
    --main-blue: #00ADB9;
    --light-blue: #96DDE2;
    --black: #323444;
    --white: #FFF;
    --pink: #FE1684;
}


html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links>a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.row {
    margin: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

#preloader-status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(/assets/img/logo-letras-azules-nutricion-de-reyes.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    margin: -100px 0 0 -100px;
}

.custom-card{
    margin: 20px;
    border: 2px solid #FFFFFF;
    border-radius: 22px 22px 22px 22px;
}

.custom-card .card-header{
    background-color: var(--main-blue);
    border-radius: 22px 22px 0px 0px !important;
}

.custom-card .card-footer{
    background-color: transparent !important;
    border: 0px;
}

.bg-pink{
    background-color: #FE1684;
}

.btn-primary{
    background-color: var(--pink);
    border-color: var(--pink);
    color: #FFF;
}

.btn-primary:hover, .btn-primary:focus{
    background-color: #FFF;
    border-color: var(--pink);
    color: var(--pink);
}

@media (min-width: 576px)
{
    .card li{
        font-weight: 300;
        font-size: 14px;
        line-height: 30px;
    }

    .card-header-price{
        font-family: 'Gilroy';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }
}
