:root {
    --roo-bg-app: #f4f6f9;
    --pf-color-primary: #004e7d;
    --pf-color-primary-claro: #42b5e9;
    --pf-color-secondary: #ffdb00;
    --pf-color-aux-1: #d8d9dd;
    --pf-white: #fff;
    --pf-black-transparent-75: rgba(0, 0, 0, 0.75);
    --pf-black-transparent-20: rgba(0, 0, 0, 0.2);
    --pf-placeholder: #3d3d3d;
    --pf-color-text-input: #515151;
}

.font-size-14 {
    font-size: 14px;
}

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

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-70 {
    font-size: 70px;
}

.color-primary {
    color: var(--pf-color-primary);
}

.color-primary-claro {
    color: var(--pf-color-primary-claro);
}

.color-white {
    color: var(--pf-white);
}

.color-placeholder {
    color: var(--pf-placeholder);
}

.bg-pf-secondary {
    background-color: var(--pf-color-secondary);
}

.bg-color-primary-claro {
    background-color: var(--pf-color-primary-claro) !important
}

.border-radius-20 {
    border-radius: 20px;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: inherit;
    pointer-events: none;
    background-color: var(--pf-color-primary);
    color: var(--pf-white);
    border-color: inherit;
    opacity: var(--bs-btn-disabled-opacity);
}

.bg-gris-estadistic {
    background-image: url(/static/img/bg-gris.webp);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding-left: 0px !important;
}

.ico-arrow-letf {
    width: 30px;
    height: auto;
}

nav {
    background-color: var(--pf-color-secondary);
}

.container-body {
    min-height: calc(100vh - 55px);
    background-color: var(--roo-bg-app);
}

.logo {
    width: 100%;
    max-width: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.acerito {
    width: 100%;
    max-width: 260px;
}

.card-modulos {
    max-width: 300px;
    margin: 0px auto;
    padding: 0px;
    border-radius: 200px;
    cursor: pointer;
    background-color: var(--pf-white);
    -webkit-box-shadow: 0px 0px 23px 3px var(--pf-black-transparent-75);
    -moz-box-shadow: 0px 0px 23px 3px var(--pf-black-transparent-75);
    box-shadow: 0px 0px 23px 3px var(--pf-black-transparent-75);
}

.card-modulos .card-body {
    padding: 10px 60px;
}

.card-modulos .ico-module {
    position: absolute;
    width: 114px;
    height: auto;
    margin-left: -96px;
    margin-top: -34px;
}

.card-modulos .ico-row {
    position: absolute;
    width: 100%;
    max-width: 61px;
    top: 13px;
    right: 11px;
}

.card-modulos h2 {
    font-size: 20px;
    line-height: 20px;
    color: var(--pf-color-primary);
    margin-bottom: 4px;
    margin-left: 20px;
}

.card-modulos p {
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    background-color: var(--pf-color-aux-1);
    color: var(--pf-color-primary);
    text-align: center;
    width: 110px;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
}

.ico-redes {
    width: 45px;
    height: auto;
    margin: 10px;
}

/*INCICIAR SESION*/
.img-fabrica-premios {
    width: 100%;
}

.icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 25px;
    height: auto;
}

.bl_form {
    margin: 30px 0 0;
}

.bl_form input {
    padding-top: 15px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 4px 0px var(--pf-black-transparent-20);
    border: none;
    color: var(--pf-white);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    outline: none;
}

.logo-fabrica-premios {
    width: 100%;
    max-width: 260px;
    padding-top: 15px;
    padding-bottom: 15px;
}

h2 {
    font-size: 22px;
    color: var(--pf-color-primary);
    padding-left: 8px;
}

h2.title {
    border-left: 4px solid var(--pf-color-secondary);
}

.formulario .controls {
    padding: 0;
    margin-top: 10px;
}

.formulario.no-placeholder .controls {
    margin-top: 0;
}

.formulario .form-control {
    display: inline;
    background: transparent;
    border: none;
    border-radius: 0px;
    outline: none;
    border-bottom: 1px solid var(--pf-color-primary);
    height: 52px;
    font-size: 18px;
    line-height: 32px;
    color: var(--pf-color-text-input);
    font-weight: 400;
    padding-left: 64px;
    vertical-align: top;
    box-shadow: none;
}

.formulario .form-group.half-width {
    width: 40%;
    float: left;
}

.formulario .form-group {
    position: relative;
}

.formulario .form-group [class*=fa] {
    display: block;
    width: 64px;
    position: absolute;
    top: 0;
    left: 5px;
    color: #eee;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    font-weight: 300;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

.formulario .form-group [class*=fa].active {
    color: #ccc;
}

.formulario.no-placeholder .form-group [class*=fa] {
    top: 30px;
}

.formulario p {
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
}

.btn-default,
.btn-default.btn-check:checked+.btn,
.btn-default.btn.active,
.btn-default.btn.show,
.btn-default.btn:first-child:active,
:not(.btn-check)+.btn-default.btn:active,
.btn-default.btn:hover,
.btn-default.form-control.is-invalid:focus,
.btn-default.form-control.is-invalid {
    width: 200px;
    background-color: var(--pf-color-primary);
    color: var(--pf-white);
    border: none;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 25px;
    margin: 0px auto;
    box-shadow: none;
}

.btn-default-claro,
.btn-default-claro.btn-check:checked+.btn,
.btn-default-claro.btn.active,
.btn-default-claro.btn.show,
.btn-default-claro.btn:first-child:active,
:not(.btn-check)+.btn-default-claro.btn:active,
.btn-default-claro.btn:hover,
.btn-default-claro.form-control.is-invalid:focus,
.btn-default-claro.form-control.is-invalid {
    width: 100%;
    background-color: var(--pf-color-primary-claro);
    color: var(--pf-white);
    border: none;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    margin: 0px auto;
    box-shadow: none;
    line-height: 16px;
}

.btn-white {
    color: var(--pf-color-primary);
    background-color: var(--bs-white);
    border: 1px solid var(--pf-color-primary);
    padding: 10px 32px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    margin: 0px auto;
    box-shadow: none;
    line-height: 16px;
}

.form-control::-moz-placeholder {
    font-family: 'CeraProRegular';
    font-size: 18px;
    color: var(--pf-placeholder);
}

.form-control::-webkit-input-placeholder {
    font-family: 'CeraProRegular';
    font-size: 18px;
    color: var(--pf-placeholder);
}

.bg-container-form {
    max-width: 450px;
    background-color: #f4f2f1;
    border-radius: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-container-form input,
.bg-container-form select {
    border-radius: 20px;
}

#carouser-acerito .carousel-item {
    min-height: 80px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.img-right-slider {
    position: absolute;
    width: 130px;
    right: 4%;
    bottom: -32px
}

#carouser-acerito h3 {
    font-size: 26px;
}

#container-header {
    background-color: var(--primary-color);
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 100;
}

.btn-cerrar {
    position: absolute;
    z-index: 9999;
    top: 0px;
    right: 0px;
    font-size: 21px;
    color: var(--pf-white);
    padding: 13px;
    line-height: 11px;
}

#menu-side {
    width: 90%;
    max-width: 320px;
    background-color: var(--pf-color-primary);
}

.container-menu-perfil {
    width: 100%;
    background-color: var(--pf-color-primary-claro);
    padding-top: 50px;
}

.container-img-perfil {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 50%;
}

.novapuntos-disponibles {
    background-color: #8e8e8e;
}

.btn-select-filter {
    background-color: #043c64;
    color: var(--pf-white);
    border-radius: 20px;
}

.btn-select-filter.form-select {
    background-image: url(/static/img/ico-select.webp);
    background-size: 16px auto;
}

#meta-mes {
    background-image: url(/static/img/bg-meta-mes.webp);
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    min-height: 100px;
}

#meta-mes h3 {
    line-height: 18px;
}

.card-shadow {
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 27px -15px var(--pf-black-transparent-75);
    -moz-box-shadow: 0px 0px 27px -15px var(--pf-black-transparent-75);
    box-shadow: 0px 0px 27px -15px var(--pf-black-transparent-75);
}

.btn-arrow {
    padding: 10px 32px 13px 10px;
}

.btn-arrow::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -2px;
    width: 48px;
    height: 48px;
    background-image: url(/static/img/ico-flecha.webp);
    background-repeat: no-repeat;
    background-size: 47px;
}

.nav-link {
    color: var(--accent-color);
    position: relative;
}

.nav-link:hover {
    color: var(--accent-color);
}

.nav-link:hover::after {
    content: '';
    background-color: var(--accent-color);
    width: .6em;
    height: 5px;
    border-radius: 1em;
    position: absolute;
    bottom: 0;
    left: 45%;
}

.nav-link.active {
    font-weight: 600;
}

.nav-link.active::after {
    content: '';
    background-color: var(--accent-color);
    width: .6em;
    height: 5px;
    border-radius: 1em;
    position: absolute;
    bottom: 0;
    left: 45%;
}

.list-group-item.list-group-item-action:focus,
.list-group-item.list-group-item-action:hover {
    color: var(--accent-color) !important;
    border-radius: .4em;
}

.list-group-item.active {
    background-color: #fff;
    color: var(--accent-color) !important;
    border-radius: .4em;
}

.list-group-item img {
    filter: hue-rotate(0deg) saturate(0%) brightness(100);
}

.list-group-item.active img {
    filter: none;
}

#menu-fixed {
    bottom: 0px;
    background-color: #fff;
}

#menu-fixed a svg {
    margin: 0px auto;
}

#menu-fixed .bi-circle-fill {
    color: red;
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
}

.input-shadow {
    -webkit-box-shadow: 0px 27px 85 -23px var(--pf-black-transparent-75);
    -moz-box-shadow: 0px 27px 85 -23px var(--pf-black-transparent-75);
    box-shadow: 0px 27px 85 -23px var(--pf-black-transparent-75);
}

.input-search input {
    border-radius: 20px 0px 0px 20px;
    height: 40px;
}

.input-search button {
    border-radius: 0px 20px 20px 0px;
    height: 40px;
}

.category-shadow {
    -webkit-box-shadow: 0px 0px 17px -7px var(--pf-black-transparent-75);
    -moz-box-shadow: 0px 0px 17px -7px var(--pf-black-transparent-75);
    box-shadow: 0px 0px 17px -7px var(--pf-black-transparent-75);
}

#container-category {
    overflow-x: scroll;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.btn-plus {
    width: 30px;
    height: 30px;
    background-color: var(--pf-color-primary);
    color: var(--pf-white);
    border-radius: 50%;
    position: absolute;
    bottom: 8px;
    right: 8px;
    transition: .3s all ease-in-out;
}

.btn-plus:active{
    transform: scale(.5);
}

#container-awards .card-body {
    width: 80%;
    padding: 0px 0px 0px 5px;
}

#container-awards .card-body h5 {
    margin-top: 10px;
    max-height: 34px;
    overflow: hidden;
}

#menu-fixed {
    -webkit-box-shadow: 0px 8px 22px 0px var(--pf-black-transparent-75);
    -moz-box-shadow: 0px 8px 22px 0px var(--pf-black-transparent-75);
    box-shadow: 0px 8px 22px 0px var(--pf-black-transparent-75);
}

#container-awards {
    min-height: 300px;
}

.btn-favorite {
    width: 30px;
    height: 30px;
    background-color: #cfcfcf;
    color: var(--pf-white);
    position: absolute;
    transition: .3s all ease-in-out;
    border: 0;
    border-radius: 100%;
}

.btn-favorite.favorite {
    background-color: #e64f4f;
}

.btn-favorite:active{
    transform: scale(1.4);
}

.btn-icon:active{
    transform: scale(.8);
}