/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Nunito:100,200,300,400,500,600,700";


/*.section-welcome{
    margin-top: -277px;
}*/
.card-list {
    display: flex;
}
body {
    font-family: 'Nunito', sans-serif;
    background: #ffffff;
    color: #727176;
    font-weight: 200;
    overflow-x: hidden;
}
.flecha-atras{
    right: 191px;
    position: relative;
}
.alert {
    border-radius: 0.5rem;
}
.img-card{
    width: 35px;
}
.body-card-text {
    display: grid;
    font-size: 17px;
    line-height: 45px;
}
p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
    color: #727176;
    font-weight: 200;
}
h5, .h5 {
    font-weight: 200;
}
.logo-40 {
    width: 29px;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.card {
    border-radius: 0.85rem;
    font-weight: 400;
    border: 1px solid #f7f7f8;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0), 0px 0px 0px 0 rgba(0, 0, 0, 0);
    width: 185px;
    height: 145px;
    padding: 20px;
}
.card:hover {
    border: 1px solid #d41d3f;
}
.gris-suave{
    color: #dedede;
}
.logo-banco {
    width: 134px;
}
.gris-fuerte{
   color: #c2c3c9;
}
.btn-actualizar{
    color: #3f4e9a !important;
}
.navbar {
    padding: 15px 10px;
    background: #fff;
    border-radius: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #c2c3cd;

}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    perspective: 1500px;
}


#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #F7F7F8;
    color: #727176;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}
select[disabled]{
    background-image: none;
    cursor: no-drop;
}
button[disabled]{
    cursor: no-drop;
}
.card-crediminutos[disabled]{
    color: #dedede;
    cursor: no-drop;
    pointer-events: none;
}

#sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #f7f7f8;
}

#sidebar ul.components {
    padding: 20px 0px 20px 20px;
}
.footer {
    position: fixed;
    bottom: 0px;
    height: 61px;
    width: 100%;
    z-index: 9999;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}

.nav-item{
    list-style: none;
    color: #c2c3cb;
}
.nav-link i {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right: 12px;
}
.font40-px {
    font-size: 34px;
}
.font60-px{
    font-size: 60px;
}
.font23-px {
    font-size: 23px;
}
#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #727176;
}
#sidebar ul li a:hover {
    color: #C22645;
    border-right: 13px solid #C22645;
}
.isologo{
    width: 30px;
}
i {
    line-height: 1.6 !important;
}
#sidebar ul li.active > a, #sidebar ul li.active > a[aria-expanded="true"] {
    color: #C22645;
    border-right: 13px solid #C22645;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: none;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.fontcolor-name {
    color: #242424;
    font-size: 15px;
    font-weight: 500;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
h1{
    font-size: 54px;
    font-weight: 200;
}
a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}
.close {
    font-weight: 100;
    opacity: 1;
}
.fondo-content {
    width: 100%;
    -moz-border-radius: 100px 100px 0 0;
    -webkit-border-radius: 100px 100px 0 0;
    border-radius: 0px 0px 100% 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.72) 0%, rgb(242, 242, 242) 100%);
    z-index: -1;
    padding-bottom: 55px;
}
.md-form label, .md-form label.active {
    font-size: 14px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 0px 40px 20px 40px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #ffffff;
    cursor: pointer;
}

#sidebarCollapse span {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    display: block;
    background: #555;
    transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
    transition-delay: 0.2s;
}

#sidebarCollapse span:first-of-type {
    transform: rotate(45deg) translate(2px, 2px);
}
#sidebarCollapse span:nth-of-type(2) {
    opacity: 0;
}
#sidebarCollapse span:last-of-type {
    transform: rotate(-45deg) translate(1px, -1px);
}


#sidebarCollapse.active span {
    transform: none;
    opacity: 1;
    margin: 5px auto;
}

.caritas{
    width: 55px;
}
strong{
    font-weight: bold;
}
.mt-120{
    margin-top: 120px !important;
}
.section-logo-bancos{
    margin-top: -40px;
}
.table-delete-margen th, .table-delete-margen td {
    padding-top: 0px;
    padding-bottom: 7px;
}

.container-bancos{
    justify-content: center;
    align-items: center;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebarNoti li {
    list-style: none;
}
#sidebarNoti li small {
    font-size: 7px;
}
#sidebarNoti {
    width: 310px;
    position: fixed;
    top: 0;
    right: -510px;
    height: 100%;
    z-index: 999;
    background: #f7f7f8;
    color: #fff;
    transition: all 0.6s;
    overflow-y: auto;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
#sidebarNoti.active {
    right:0;
    margin-right: 0px;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}


#sidebarNoti .sidebar-header {
    padding: 8px;
    background: #f7f7f8;
    border-bottom: 1px solid #c2c3cb;
}

#sidebarNoti ul.components {
    padding: 20px;
    border-bottom: 1px solid #c2c3cb;
}


#sidebarNoti ul p {
    color: #fff;
    padding: 10px;
}

#sidebarNoti ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

a[data-toggle="collapse"] {
    position: relative;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

#montoInput{
    display: none;
}
#inputContenedor{
    display: none;
}
.input-monto{
    font-size: 54px;
    font-weight: 200;
}
li.nav-item.ml-2.mr-5 {
    color: #191717;
    font-weight: 600;
}
.bg-light {
    background-color: #f8f9fa !important;
}
#sidebarNoti span.badge.red {
    right: 33px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar ul li.active > a, #sidebar ul li.active > a[aria-expanded="true"] {
        color: #c22645;
        border-right: 0px solid #c2264500;
    }

    #sidebarNoti svg.svg-inline--fa.fa-bell.fa-w-14.font40-px {
        right: 23px;
        position: absolute;
    }

    #sidebarNoti span.badge.red {
        right: 16px;
    }
    img.mr-3 {
        margin-top: -27px !important;
    }
    #sidebarNoti {
        width: 100%;
    }
    .input-monto{
        font-size: 35px;
    }
    .card{
        width: 100%;
        height: 76px;
    }
    .card-crediminutos[disabled]{
        display: none;
    }
    .flecha-atras {
        right: 45px;
        position: relative;
    }
    .d-xs-flex{
        display: flex;
    }
    .section-logo-bancos {
        margin-top: 30px;
    }
    .logo-banco {
        width: 155px;
    }
    .img-perfil{
        width: 100px;
    }
    .fondo-content {
        border-radius: 24% 24% 80% 80% / 88% 88% 24% 24%;
        padding-bottom: 30px;
    }

    h1 {
        font-size: 35px;
    }
    small{
        font-size: 70%;
    }
    #content {
        width: 100%;
        padding: 0px 0px 20px 0px;
        min-height: 100vh;
        transition: all 0.3s;
    }
    #sidebar ul li a {
        padding: 10px;
        font-size: 20px;
        display: block;
        color: #727176;
    }
    #sidebar ul li a i {
        display: inline-block;
        width: 30px;
        text-align: center;
        margin-right: 10px;
    }
    #sidebar {
        margin-left: -400px;
        transform: initial;
        margin-top: 71px;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 9;
        min-width: 100%;
        max-width: 100%;
        background: #ffffff;
        transition: all 0.6s;
    }
    #sidebarNoti .sidebar-header {
        padding: 8px;
        background: #f7f7f8;
        border-bottom: 1px solid #c2c3cb;
        display: none;
    }

    #sidebarNoti {
        display: none;
        width: 100%;
        position: fixed;
        top: 72px;
        right: -510px;
        height: 100%;
        z-index: 9999999;
        background: #ffffff;
        color: #fff;
        transition: all 0.6s;
        overflow-y: auto;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    #sidebarNoti.active {
        right: 0;
        margin-right: 0px;
        display: block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .scrollOculto{
        overflow: hidden;
    }
    .overlay.active {
        display: none;
        opacity: 1;
    }
    #sidebar ul li a:hover {
        color: #C22645;
        border-right: 0px solid #c2264500;
    }
    .sidebarNoti div:nth-child(1){
        display: none;
    }

    .ul-a-decoration{
        text-decoration: underline;
        font-size: 17px !important;
    }
    .overlay {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
    #sidebar .sidebar-header {
        padding: 20px;
        background: #f7f7f8;
        display: none;
    }
    #sidebar.active {
        margin-left: 0;
        transform: none;
        margin-top: 72px;
    }
    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    #sidebarCollapse.active span {
        margin: 0 auto;
    }
    #sidebarCollapse.active span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse.active span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse.active span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }

}

.login-fondo{
    background-image: url('../img/login-fondo-min.jpg');
    background-size: cover;
    width: 100vw;
    /*height: 100vh;*/
    height: auto;
    padding-top: 3vh;
}

.google-btn .google-icon-wrapper {
    position: absolute;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #fff;
}

.google-btn {
    width: 184px;
    height: 42px;
    background-color: #4285f4;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 25%);
    cursor: pointer;
    margin: 40px auto;
}

.google-btn .google-icon {
    /*position: absolute;*/
    margin-top: 11px;
    margin-left: 0px;
    width: 18px;
    height: 18px;
}

.google-btn .btn-text {
    float: right;
    margin: 11px 11px 0 0;
    color: #fff!important;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}



.btn-progres {
    border: none;
    border-radius: 2rem;
    background: linear-gradient(90deg, #C22645 0%, transparent 0%);
    animation: prog 2s linear;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-direction: forward;
}

@keyframes prog {
    0% {
        background: linear-gradient(90deg, #9b1015 0%, transparent 0%); }
    2% {
        background: linear-gradient(90deg, #9b1015 2%, transparent 0%); }
    4% {
        background: linear-gradient(90deg, #9b1015 4%, transparent 0%); }
    6% {
        background: linear-gradient(90deg, #9b1015 6%, transparent 0%); }
    8% {
        background: linear-gradient(90deg, #9b1015 8%, transparent 0%); }
    10% {
        background: linear-gradient(90deg, #9b1015 10%, transparent 0%); }
    12% {
        background: linear-gradient(90deg, #9b1015 12%, transparent 0%); }
    14% {
        background: linear-gradient(90deg, #9b1015 14%, transparent 0%); }
    16% {
        background: linear-gradient(90deg, #9b1015 16%, transparent 0%); }
    18% {
        background: linear-gradient(90deg, #9b1015 18%, transparent 0%); }
    20% {
        background: linear-gradient(90deg, #9b1015 20%, transparent 0%); }
    22% {
        background: linear-gradient(90deg, #9b1015 22%, transparent 0%); }
    24% {
        background: linear-gradient(90deg, #9b1015 24%, transparent 0%); }
    26% {
        background: linear-gradient(90deg, #9b1015 26%, transparent 0%); }
    28% {
        background: linear-gradient(90deg, #9b1015 28%, transparent 0%); }
    30% {
        background: linear-gradient(90deg, #9b1015 30%, transparent 0%); }
    32% {
        background: linear-gradient(90deg, #9b1015 32%, transparent 0%); }
    34% {
        background: linear-gradient(90deg, #9b1015 34%, transparent 0%); }
    36% {
        background: linear-gradient(90deg, #9b1015 36%, transparent 0%); }
    38% {
        background: linear-gradient(90deg, #9b1015 38%, transparent 0%); }
    40% {
        background: linear-gradient(90deg, #9b1015 40%, transparent 0%); }
    42% {
        background: linear-gradient(90deg, #9b1015 42%, transparent 0%); }
    44% {
        background: linear-gradient(90deg, #9b1015 44%, transparent 0%); }
    46% {
        background: linear-gradient(90deg, #9b1015 46%, transparent 0%); }
    48% {
        background: linear-gradient(90deg, #9b1015 48%, transparent 0%); }
    50% {
        background: linear-gradient(90deg, #9b1015 50%, transparent 0%); }
    52% {
        background: linear-gradient(90deg, #9b1015 52%, transparent 0%); }
    54% {
        background: linear-gradient(90deg, #9b1015 54%, transparent 0%); }
    56% {
        background: linear-gradient(90deg, #9b1015 56%, transparent 0%); }
    58% {
        background: linear-gradient(90deg, #9b1015 58%, transparent 0%); }
    60% {
        background: linear-gradient(90deg, #9b1015 60%, transparent 0%); }
    62% {
        background: linear-gradient(90deg, #9b1015 62%, transparent 0%); }
    64% {
        background: linear-gradient(90deg, #9b1015 64%, transparent 0%); }
    66% {
        background: linear-gradient(90deg, #9b1015 66%, transparent 0%); }
    68% {
        background: linear-gradient(90deg, #9b1015 68%, transparent 0%); }
    70% {
        background: linear-gradient(90deg, #9b1015 70%, transparent 0%); }
    72% {
        background: linear-gradient(90deg, #9b1015 72%, transparent 0%); }
    74% {
        background: linear-gradient(90deg, #9b1015 74%, transparent 0%); }
    76% {
        background: linear-gradient(90deg, #9b1015 76%, transparent 0%); }
    78% {
        background: linear-gradient(90deg, #9b1015 78%, transparent 0%); }
    80% {
        background: linear-gradient(90deg, #9b1015 80%, transparent 0%); }
    82% {
        background: linear-gradient(90deg, #9b1015 82%, transparent 0%); }
    84% {
        background: linear-gradient(90deg, #9b1015 84%, transparent 0%); }
    86% {
        background: linear-gradient(90deg, #9b1015 86%, transparent 0%); }
    88% {
        background: linear-gradient(90deg, #9b1015 88%, transparent 0%); }
    90% {
        background: linear-gradient(90deg, #9b1015 90%, transparent 0%); }
    92% {
        background: linear-gradient(90deg, #9b1015 92%, transparent 0%); }
    94% {
        background: linear-gradient(90deg, #9b1015 94%, transparent 0%); }
    96% {
        background: linear-gradient(90deg, #9b1015 96%, transparent 0%); }
    98% {
        background: linear-gradient(90deg, #9b1015 98%, transparent 0%); }
    100% {
        background: linear-gradient(90deg, #9b1015 100%, transparent 0%); } }


/*VALIDACIONES*/
input.error {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #ff3044f2 !important;
    color: #000;
}

td.field input.error, td.field select.error, tr.errorRow td.field input, tr.errorRow td.field select, td.field textarea.error {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #ff3044f2 !important;
    color: #000;
    margin: 0;
}

.tdtextarea.error {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #ff3044f2 !important;
    color: #000;
    margin: 0;
}

.rotative-line-screen {
    padding: 0 0 100px;
    background: #f5f6fa;
    min-height: 100vh;
    margin: 0 -40px;
}

.rotative-line-header {
    background: #e5072f;
    color: #fff;
    border-radius: 0 0 28px 28px;
    padding: 32px 20px 40px;
    position: relative;
    z-index: 2;
}

.rotative-line-header h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
}

.rotative-line-header p {
    margin: 6px 0 0;
    color: #ffccd5;
    font-size: 14px;
}

.rotative-body {
    padding: 0 16px;
    position: relative;
    z-index: 3;
    margin-top: -20px;
}

.rotative-level-card {
    border-radius: 14px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.rotative-level-card small {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.rotative-level-card h5 {
    margin: 2px 0 0;
    font-weight: 800;
    font-size: 18px;
}

.rotative-level-card a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    background: rgba(255,255,255,0.35);
    padding: 5px 10px;
    border-radius: 8px;
    white-space: nowrap;
}

.rotative-main-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.rotative-main-card h6 {
    color: #6b7280;
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 600;
}

.rotative-main-card h2 {
    color: #1a1a2e;
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.rotative-main-card .rotative-available {
    display: inline-block;
    color: #22c55e;
    font-size: 13px;
    font-weight: 700;
    margin-top: 4px;
}

.rotative-main-card p {
    color: #6b7280;
    margin: 4px 0 0;
    font-size: 13px;
}

.rotative-main-card .rotative-actions {
    margin-top: 16px;
}

.rotative-action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 12px;
    background: #e5072f;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 24px;
    text-decoration: none;
    width: 100%;
    transition: background 0.15s ease;
}

.rotative-action-button:hover {
    background: #cc0628;
    text-decoration: none;
    color: #fff;
}

.rotative-action-button.rotative-btn-white {
    background: #fff;
    color: #1a1a2e;
    border: 1px solid #e8eaf0;
}

.rotative-action-button.rotative-btn-white:hover {
    background: #f9fafb;
    color: #1a1a2e;
}

.rotative-link {
    display: block;
    text-align: center;
    color: #e5072f;
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
    text-decoration: none;
}

.rotative-link:hover {
    text-decoration: underline;
    color: #cc0628;
}

.rotative-section {
    margin-top: 24px;
}

.rotative-section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.rotative-section-title h5,
.rotative-section > h5 {
    margin: 0;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 17px;
}

.rotative-section > p {
    margin: 4px 0 0;
    color: #6b7280;
    font-size: 13px;
}

.rotative-section-title a {
    color: #e5072f;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.rotative-benefits {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.rotative-benefit-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    text-align: center;
}

.rotative-benefit-card h6 {
    margin: 8px 0 4px;
    font-size: 14px;
    color: #1a1a2e;
    font-weight: 700;
}

.rotative-benefit-card p {
    margin: 0;
    color: #9ca3af;
    font-size: 11px;
}

.rotative-benefit-card .rotative-benefit-tags {
    margin-top: 8px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.rotative-benefit-card .rotative-benefit-tags span {
    font-size: 10px;
    color: #6b7280;
    background: #f3f4f6;
    padding: 2px 6px;
    border-radius: 4px;
}

.rotative-promo-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    text-align: center;
}

.rotative-promo-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.rotative-promo-card span {
    display: inline-block;
    background: #3577ff;
    color: #fff;
    border-radius: 999px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
}

.rotative-promo-card h6 {
    margin: 10px 0 4px;
    font-size: 14px;
    color: #1a1a2e;
    font-weight: 700;
}

.rotative-promo-card p {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
}

.rotative-promo-card a {
    display: inline-block;
    margin-top: 8px;
    color: #e5072f;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
}

.rotative-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.rotative-shortcuts a {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 14px;
    padding: 14px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    color: #1a1a2e;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    gap: 6px;
    transition: box-shadow 0.15s ease;
}

.rotative-shortcuts a i {
    font-size: 20px;
    color: #e5072f;
}

.rotative-shortcuts a:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    text-decoration: none;
    color: #1a1a2e;
}

.rotative-form-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 16px;
    padding: 20px 16px;
    margin-bottom: 16px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.rotative-form-card h5 {
    margin: 0 0 16px;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 18px;
}

.rotative-form-card .form-group {
    margin-bottom: 16px;
}

.rotative-form-card label:not(.rotative-checkbox-row) {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 6px;
    display: block;
}

.rotative-form-card .form-control {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    font-size: 15px;
    background: #f9fafb;
}

.rotative-form-card .form-control:focus {
    border-color: #e5072f;
    box-shadow: 0 0 0 3px rgba(229, 7, 47, 0.08);
    background: #fff;
}

.rotative-data-grid {
    display: block;
}

.rotative-data-row {
    border-bottom: 1px solid #f0f1f5;
    padding: 12px 0;
}

.rotative-data-row:last-child {
    border-bottom: 0;
}

.rotative-data-row small {
    color: #9ca3af;
    font-size: 12px;
    font-weight: 500;
}

.rotative-data-row p {
    margin: 4px 0 0;
    color: #1a1a2e;
    font-weight: 600;
    font-size: 15px;
}

.rotative-cupo-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.rotative-cupo-card h6 {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
}

.rotative-cupo-card h2 {
    color: #1a1a2e;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
}

.rotative-cupo-card p {
    color: #6b7280;
    font-size: 13px;
    margin: 4px 0 0;
}

.rotative-list-card {
    background: #eef6ff;
    border: 1px solid #d0e3ff;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}

.rotative-list-card p {
    margin: 0 0 10px;
    font-size: 14px;
    color: #1e4080;
    padding-left: 24px;
    position: relative;
    line-height: 1.4;
}

.rotative-list-card p::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #22c55e;
    font-size: 13px;
    top: 1px;
}

.rotative-list-card p:last-child {
    margin-bottom: 0;
}

.rotative-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    color: #374151;
}

.rotative-checkbox-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 1px;
    accent-color: #e5072f;
}

.rotative-checkbox-row a {
    color: #e5072f;
    font-weight: 600;
    text-decoration: underline;
}

.rotative-full-width {
    width: 100%;
    text-align: center;
}

.rotative-info-box {
    background: #eef6ff;
    color: #1e4080;
    border: 1px solid #d0e3ff;
    border-radius: 12px;
    font-size: 13px;
    padding: 12px 14px;
    margin-bottom: 16px;
    line-height: 1.5;
}

.rotative-back-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    text-decoration: none;
}

.rotative-back-link:hover {
    color: #ffccd5;
}

@media (max-width: 767px) {
    .rotative-line-screen {
        margin: 0;
    }
}

.rotative-desktop-grid {
    display: block;
}

@media (max-width: 374px) {
    .rotative-main-card h2 {
        font-size: 26px;
    }

    .rotative-cupo-card h2 {
        font-size: 28px;
    }

    .rotative-line-header h4 {
        font-size: 18px;
    }

    .rotative-shortcuts {
        grid-template-columns: repeat(2, 1fr);
    }

    .rotative-benefits {
        grid-template-columns: 1fr;
    }

    .rotative-promo-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .rotative-shortcuts {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 768px) {
    .rotative-line-header {
        padding: 36px 32px 48px;
        border-radius: 0 0 32px 32px;
    }

    .rotative-line-header h4 {
        font-size: 26px;
    }

    .rotative-body {
        padding: 0 24px;
    }

    .rotative-main-card {
        padding: 24px;
    }

    .rotative-main-card h2 {
        font-size: 40px;
    }

    .rotative-cupo-card h2 {
        font-size: 40px;
    }

    .rotative-form-card {
        padding: 24px;
    }

    .rotative-benefits {
        grid-template-columns: repeat(3, 1fr);
    }

    .rotative-promo-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .rotative-body {
        padding: 0 32px;
    }

    .rotative-line-header {
        padding: 40px 40px 52px;
    }

    .rotative-main-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
    }

    .rotative-main-card .rotative-actions {
        margin-top: 0;
        flex-shrink: 0;
    }

    .rotative-action-button {
        width: auto;
        padding: 14px 32px;
    }

    .rotative-benefits {
        grid-template-columns: repeat(4, 1fr);
    }

    .rotative-promo-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .rotative-form-card {
        max-width: 600px;
    }

    .rotative-cupo-card {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .rotative-line-header {
        padding: 32px 32px 44px;
        border-radius: 0 0 28px 28px;
    }

    .rotative-body {
        padding: 0 24px;
    }

    .rotative-main-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 24px 28px;
    }

    .rotative-main-card .rotative-actions {
        margin-top: 0;
        flex-shrink: 0;
        margin-left: 24px;
    }

    .rotative-action-button {
        width: auto;
        padding: 14px 32px;
    }

    .rotative-benefits {
        grid-template-columns: repeat(3, 1fr);
    }

    .rotative-promo-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .rotative-form-card {
        padding: 24px 28px;
    }

    .rotative-cupo-card {
        padding: 24px 28px;
    }

    .rotative-shortcuts {
        grid-template-columns: repeat(4, 1fr);
    }

    .rotative-data-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 24px;
    }
}

@media (min-width: 1024px) {
    .rotative-line-header {
        padding: 36px 40px 48px;
        border-radius: 0 0 32px 32px;
    }

    .rotative-body {
        padding: 0 40px;
    }

    .rotative-main-card h2 {
        font-size: 36px;
    }

    .rotative-cupo-card h2 {
        font-size: 36px;
    }

    .rotative-benefits {
        grid-template-columns: repeat(4, 1fr);
    }

    .rotative-promo-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .rotative-level-card {
        max-width: 400px;
    }

    .rotative-desktop-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        align-items: start;
    }

    .rotative-home-grid {
        display: grid;
        grid-template-columns: 3fr 1fr;
        gap: 32px;
        align-items: start;
    }

    .rotative-home-grid .rotative-benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .rotative-home-grid .rotative-promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rotative-home-grid .rotative-shortcuts {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rotative-home-grid {
    display: block;
}

.rotative-form-centered {
    max-width: 100%;
}

@media (min-width: 768px) {
    .rotative-form-centered {
        max-width: 720px;
        margin: 0 auto;
    }
}

.rotative-back-link {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 12px;
    text-decoration: none;
}

.rotative-back-link:hover {
    color: #ffccd5;
}

.rotative-cupo-card {
    background: #fff;
    border: 1px solid #e8eaf0;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 16px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.rotative-cupo-card h6 {
    color: #6b7280;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px;
}

.rotative-cupo-card h2 {
    color: #1a1a2e;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
}

.rotative-cupo-card p {
    color: #6b7280;
    font-size: 13px;
    margin: 4px 0 0;
}
