* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::placeholder {
    color: #999999 !important;
    font-weight: normal !important;
}

/*-------------------------------INDEX-------------------------------*/
.body-right {
    position: relative;
    height: 100%;
    background-color: #09096B;
    float: right;
}

.click-row{
    color: #444444c3;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bolder;
    letter-spacing: 0.5px;
}

.click-row:hover{
    color: #09096B;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: bolder;
    letter-spacing: 0.5px;
}

.sm-square {
    position: absolute;
    width: 39.1px;
    height: 39.1px;
    left: 10%;
    top: 15%;
    background: #17177C;
    border-radius: 10px;
    transform: rotate(30deg);
}

.md-square {
    position: absolute;
    width: 72.65px;
    height: 72.65px;
    right: 15%;
    top: 7%;
    background: #17177C;
    border-radius: 10px;
    transform: rotate(30deg);
}

.smr-square {
    position: absolute;
    width: 39.1px;
    height: 39.1px;
    left: 10%;
    top: 15%;
    background: #DFDFF0;
    border-radius: 10px;
    transform: rotate(30deg);
}

.mdr-square {
    position: absolute;
    width: 72.65px;
    height: 72.65px;
    right: 15%;
    top: 7%;
    background: #DFDFF0;
    border-radius: 10px;
    transform: rotate(30deg);
}

.elipse-login {
    position: absolute;
    border-radius: 100% 0% 0% 0%;
    width: 291px;
    height: 291px;
    bottom: 0px;
    right: 0px;
    background: #17177C;
}

.not-unread{
    background: #F2F2F2;
}

/*----------------------------FORMULARIO DE LOGIN----------------------------*/
.input-block {
    max-width: 366px;
    margin: auto;
}

.label-login {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #444444;
    padding-top: 10px;
    padding-bottom: 3px;
}

.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon-login {
    padding: 18px 12px;
    min-width: 40px;
    font-family: sans-serif;
    font-weight: bolder;
    font-size: 25px;
    color: #17177C;
}

.input-login {
    width: 100%;
    height: 65px;
    padding: 10px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    transition: border-color 0.5s;
}

.input-login:focus {
    outline: none;
    border-color: #444444;
}

.button-login {
    outline: none !important;
    width: 100%;
    height: 50px;
    background: linear-gradient(90deg, #ED495C 0%, #F6B045 100%);
    border-radius: 10px;
    border: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    color: #FFFFFF;
}


.button-list {
    outline: none !important;
    background: none;
    width: 45px;
    height: 37px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-list:hover {
    background: #EDEDF4;
}

.button-login:hover {
    border: 2px solid #ED495C;
    background: linear-gradient(90deg, #F6B045 0%, #ED495C 100%);
    color: #ffffff;
    background-size: 150% 80%;
    background-position: 100% 50%; 
    transition: background 2.5s ease, border 0.8s ease; 
}

.button-cancel{
    color: #ED495C;
    border: 2px solid;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 200.7%;
    transition: border 0.8s ease;
}

.button-cancel:hover{
    background: #ED495C;
    color: #FFFFFF;
    transition: border 0.8s ease;
}

.button-cancel:active{
    background: #ED495C !important;
    color: #FFFFFF !important;
}

.input-radio{
    outline:none !important;
    background: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 21px;
}

.input-radio:active, .input-radio:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.input-radio:checked {
    border: none;
    width: 30px;
    height: 30px;
    background: #09096B !important;
    border-radius: 21px;
}

.button-file {
    outline: none !important;
    background: #FFFFFF;
    height: 45px;
    padding: 10px 12px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #17177C;
    cursor: pointer;
}

.new-tooltip {
    color: #222;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.new-tooltip.icon:before {
    font-family: "FontAwesome", sans-serif;
    color: #fff;
    font-size: 20px;
}

.new-tooltip .tiptext {
    background: #fff;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    position:  absolute;
    text-align: justify;
    bottom: 0;
    left: -25px;
    right: -25px;
    padding: 12px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    width: 300px;
    border-radius: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.new-tooltip .tiptext:before {
    content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    bottom: -5px;
    left: 40px;
    z-index: 800;
}

.new-tooltip:hover .tiptext {
    bottom: 50px;
    visibility: visible;
    opacity: 1;
}

.new-tooltip.tip .tiptext {
    color: #4183d7;
}

.button-file:disabled {
    color: #17177ca7;
    cursor: not-allowed;
    transition:  border-color 0.3s ease, color 0.3s ease;

}

.button-file:hover, .button-file:active, .button-file:focus {
    color: #17177c;
    border: 2px solid #A3A3A3 !important;
}

#contenedor-loader {
    position: fixed;
    z-index: 9999;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url(../img/spinner.gif) center no-repeat;
}

.titulo-comprar{
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    color: #17177C;
}

.card-header{
    color: #fff;
    background-color: #17177C;
}


.text-degradado {
    background: linear-gradient(to right, #ED495C, #F6B045); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

.label-venta {
    width: 100%;
    height: 15px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 25px;
    line-height: 24px;
    color: #444444;
    padding-top: 8px;
}

.input-form, .input-form:focus, .input-form:active{
    min-width: 120px;
    width: 100%;
    height: 45px;
    border: 2px solid #D6D6DF !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    outline: none;
}

.label-radio{
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    color: #444444;
    padding-top: 8px;
    padding: 6px;
    height: 30px;
    vertical-align: middle;
}

input[type="radio"] {
    margin-top: -2px;
    vertical-align: middle;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fade-in {
    animation: fade-in 0.5s ease-in forwards;
}

.fade-out {
    animation: fade-out 0.5s ease-out forwards;
}

/*----------------------------------------SCROLL*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color:#fff;
    background-image: linear-gradient(to bottom, #00539c 80%, transparent 20%, transparent);
    border-radius: 5px;
}

::-webkit-scrollbar-horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #afafc329;
}

#credit-card{
    max-width: 100%;
    content:url(../img/cards1.png);
}

#debit-card{
    max-width: 100%;
    content:url(../img/cards2.png);
}

#open-logo{
    max-width: 100%;
    content:url(../img/openpay.png);
}

#security-logo{
    content:url(../img/security.png);
}

#cvv-code{
    max-width: 100%;
    content:url(../img/cvv.png);
}

#banks-aff{
    max-width: 100%;
    content:url(../img/banks.jpg);
}

#stores-aff{
    max-width: 100%;
    content:url(../img/stores.jpg);
}

.label-text {
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #444444;
}

.label-bold {
    height: 15px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 15px;
    line-height: 14px;
    color: #17177c;
    padding-top: 8px;
}

.alert-text{
    padding-top: 10px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    text-transform: uppercase;
    color: #17177C;
    padding-bottom: 10px;
}

.label-sub {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 250.7%;
    text-transform: uppercase;
    color: #17177C;
    padding-bottom: 10px;
}

.input-check {
    outline: none !important;
    background: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}

.input-check:active,
.input-check:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.input-check:checked {
    border: none;
    width: 30px;
    height: 30px;
    background: #09096B;
    border-radius: 8px;
}

.link-accept{
    color: #007DD1;
    font-weight: bold;
    text-decoration: none;
}

.link-accept:hover{
    cursor: pointer;
    text-decoration: none;
}

.list-unstyled ul {
    list-style-type: none;
}

.list-unstyled::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #17177C;
    border-radius: 50%;
    margin-right: 8px;
}

/*---------------------------------INDEX*/
.full-height{
    height: 100%;
}

.body-index{
    height: 100%;
    background-color: #EDEDF4;
    float: left;
}

.body-index2{
    width: 100%;
    height: 700px;
}

.body-right {
    position: relative;
    height: 100vh;
    background-color: #09096B;
    float: right;
}

.body-right2{
    position: relative;
    width: 100%;
    height: 700px;
}

.div-demo{
    position: absolute;
    z-index: 15;
    max-width: 70%;
    top: 30%;
    left: 15%;
}

.div-demo2{
    position: absolute;
    z-index: 15;
    max-width: 100%;
    top: 35%;
    left: 4%;
}

.div-card{
    position: absolute;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 15px;
    left: 15%;
    bottom: 10%;
    color: #D6D6DF;
}

.div-card2{
    position: absolute;
    left: 4%;
    bottom: 10%;
}

.input-block{
    max-width:366px; 
    margin:auto;
}

.demo-block{
    max-width:205px;
}


.login-info{
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 18px;

    color: #D6D6DF;
}

.login-demo{
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 53px;
    color: #D6D6DF;
}


.button-demo{
    width: 100%;
    height: 65px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: none, linear-gradient(90deg, #ED495C 0%, #F6B045 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #09096B inset;
    border-radius: 10px;
}

.car-header {
    background: linear-gradient(90deg, #00539c 0%, rgba(0, 89, 172, 0.241) 100%);
}


@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

ul {
    list-style-type: none;
}

.background {
    position: fixed;
    width: calc(100vw);
    height: calc(100vh);
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: var(--blanco);
    overflow: hidden;
	z-index: -999;
}

.background ul.squares li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(0, 83, 156, 0.2);
    animation: animate 19s linear infinite;
}
.background ul.squares li:nth-child(0) {
    left: 1%;
    width: 104px;
    height: 104px;
    bottom: -104px;
    animation-delay: 1s;
}
.background ul.squares li:nth-child(1) {
    left: 78%;
    width: 144px;
    height: 144px;
    bottom: -144px;
    animation-delay: 5s;
}
.background ul.squares li:nth-child(2) {
    left: 77%;
    width: 169px;
    height: 169px;
    bottom: -169px;
    animation-delay: 9s;
}
.background ul.squares li:nth-child(3) {
    left: 3%;
    width: 171px;
    height: 171px;
    bottom: -171px;
    animation-delay: 6s;
}
.background ul.squares li:nth-child(4) {
    left: 55%;
    width: 183px;
    height: 183px;
    bottom: -183px;
    animation-delay: 4s;
}
.background ul.squares li:nth-child(5) {
    left: 73%;
    width: 133px;
    height: 133px;
    bottom: -133px;
    animation-delay: 15s;
}
.background ul.squares li:nth-child(6) {
    left: 58%;
    width: 137px;
    height: 137px;
    bottom: -137px;
    animation-delay: 24s;
}
.background ul.squares li:nth-child(7) {
    left: 9%;
    width: 125px;
    height: 125px;
    bottom: -125px;
    animation-delay: 31s;
}
.background ul.squares li:nth-child(8) {
    left: 1%;
    width: 114px;
    height: 114px;
    bottom: -114px;
    animation-delay: 18s;
}
.background ul.squares li:nth-child(9) {
    left: 52%;
    width: 180px;
    height: 180px;
    bottom: -180px;
    animation-delay: 32s;
}

.border-right-blue {
    border-right: 2px solid #00539cb6;
}

.text-azul {
    color: #00539c;
}

.text-rosa {
    color: #ED495C;
}

.card {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 255, 0.324);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 255, 0.489);
    border-color: var(#00539c);
}

.conocelo:hover{
    background: linear-gradient(90deg, #ED495C 0%, #F6B045 100%) !important;
    opacity: 0.9;
    border: 1px solid #00539c !important;
    color: #fff;
    font-weight: bold;
}

.conocelo{
    background: linear-gradient(90deg, #ED495C 0%, #F6B045 100%) !important;
    opacity: 1;
    border: 1px solid #00539c !important;
    color: #fff;
    font-weight: bold;
}

.avisos a:hover {
    background-size: 100% 2px;
    cursor: pointer;
}

.avisos a{
    color: var(#00539c);
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}


.container-cargando {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.loader-logo {
    width: 60px;
    animation: spin 5s linear infinite;
}

.loader-text {
    font-size: 33px;
    font-weight: bold;
    margin-left: 10px;
    background: linear-gradient(to right, #ED495C, #F6B045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loader-dots {
    display: inline-block;
    font-weight: bold;
    font-size: 44px;
    margin-left: 1px;
    color: #ED495C;
    animation: blink 1.5s steps(1, end) infinite;
}

.loader-dots:nth-child(1) {
    animation-delay: 0s;
}

.loader-dots:nth-child(2) {
    animation-delay: 0.5s;
}

.loader-dots:nth-child(3) {
    animation-delay: 1s;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes blink {
    0% { opacity: 0.9; }
    50% { opacity: 0.5; }
    100% { opacity: 0.9; }
}


.fondo-azul-wrapper {
    position: relative;
    display: inline-block;
}

.fondo-azul {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fondo-azul-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #09086a, #00539c);
    opacity: 0.7;
    z-index: 1;
    pointer-events: none;
}

.button-login-mail {
    outline: none !important;
    background: linear-gradient(90deg, #ED495C 0%, #F6B045 100%);
    border-radius: 10px;
    border: none;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 250.7%;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}


.button-list {
    outline: none !important;
    background: none;
    width: 45px;
    height: 37px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 250.7%;
    text-align: center;
    color: #17177C;
}

.button-list:hover {
    background: #EDEDF4;
}

.button-login:hover {
    border: 2px solid #ED495C;
    background: linear-gradient(90deg, #F6B045 0%, #ED495C 100%);
    color: #ffffff;
    background-size: 150% 80%;
    background-position: 100% 50%; 
    transition: background 2.5s ease, border 0.8s ease; 
}

.button-cancel{
    color: #ED495C;
    border: 2px solid;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 200.7%;
    transition: border 0.8s ease;
}

.button-cancel:hover{
    background: #ED495C;
    color: #FFFFFF;
    transition: border 0.8s ease;
}

.button-cancel:active{
    background: #ED495C !important;
    color: #FFFFFF !important;
}

.input-radio{
    outline:none !important;
    background: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 21px;
}

.input-radio:active, .input-radio:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.input-radio:checked {
    border: none;
    width: 30px;
    height: 30px;
    background: #09096B;
    border-radius: 21px;
}

.button-file {
    outline: none !important;
    background: #FFFFFF;
    height: 45px;
    padding: 10px 12px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #17177C;
    cursor: pointer;
}

.button-file:disabled {
    color: #17177ca7;
    cursor: not-allowed;
    transition:  border-color 0.3s ease, color 0.3s ease;

}

.button-file:hover, .button-file:active, .button-file:focus {
    color: #17177c;
    border: 2px solid #A3A3A3 !important;
}

#contenedor-loader {
    position: fixed;
    z-index: 9999;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4) url(../img/spinner.gif) center no-repeat;
}

.titulo-comprar{
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    color: #17177C;
}

.label-text {
    font-family: sans-serif;
    text-align: justify;
}

.label-venta {
    width: 100%;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 22px;
    color: #17177C;
}

.card-header{
    color: #fff;
    background-color: #17177C;
}


.text-degradado {
    background: linear-gradient(to right, #ED495C, #F6B045); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

.input-form, .input-form:focus, .input-form:active{
    min-width: 120px;
    width: 100%;
    height: 45px;
    border: 2px solid #D6D6DF !important;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    outline: none;
}

.label-radio{
    font-family: sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 14px;
    color: #444444;
    padding-top: 8px;
    padding: 6px;
    height: 30px;
    vertical-align: middle;
}

input[type="radio"] {
    margin-top: -2px;
    vertical-align: middle;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fade-in {
    animation: fade-in 0.5s ease-in forwards;
}

.fade-out {
    animation: fade-out 0.5s ease-out forwards;
}

/*----------------------------------------SCROLL*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #0d0d91;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) 80%, transparent 20%, transparent);
    border-radius: 5px;
}

::-webkit-scrollbar-horizontal {
    height: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #17177C;
}

#credit-card{
    max-width: 100%;
    content:url(../img/cards1.png);
}

#debit-card{
    max-width: 100%;
    content:url(../img/cards2.png);
}

#open-logo{
    max-width: 100%;
    content:url(../img/openpay.png);
}

#security-logo{
    content:url(../img/security.png);
}

#cvv-code{
    max-width: 100%;
    content:url(../img/cvv.png);
}

#banks-aff{
    max-width: 100%;
    content:url(../img/banks.jpg);
}

#stores-aff{
    max-width: 100%;
    content:url(../img/stores.jpg);
}

.label-bold {
    height: 15px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bolder;
    font-size: 15px;
    line-height: 14px;
    color: #17177c;
    padding-top: 8px;
}

.alert-text{
    padding-top: 10px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    text-transform: uppercase;
    color: #17177C;
    padding-bottom: 10px;
}

.label-sub {
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 250.7%;
    text-transform: uppercase;
    color: #17177C;
    padding-bottom: 10px;
}

.input-check {
    outline: none !important;
    background: #FFFFFF;
    appearance: none;
    width: 30px;
    height: 30px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 8px;
    cursor: pointer;
}

.input-check:active,
.input-check:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.input-check:checked {
    border: none;
    width: 30px;
    height: 30px;
    background: #09096B;
    border-radius: 8px;
}

.link-accept{
    color: #007DD1;
    font-weight: bold;
    text-decoration: none;
}

.link-accept:hover{
    cursor: pointer;
    text-decoration: none;
}

.list-unstyled ul {
    list-style-type: none;
}

.list-unstyled::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #17177C;
    border-radius: 50%;
    margin-right: 8px;
}

/*---------------------------------INDEX*/
.full-height{
    height: 100%;
}

.body-index{
    height: 100%;
    background-color: #EDEDF4;
    float: left;
}

.body-index2{
    width: 100%;
    height: 700px;
}

.body-right {
    position: relative;
    height: 100vh;
    background-color: #09096B;
    float: right;
}

.body-right2{
    position: relative;
    width: 100%;
    height: 700px;
}

.div-demo{
    position: absolute;
    z-index: 15;
    max-width: 70%;
    top: 30%;
    left: 15%;
}

.div-demo2{
    position: absolute;
    z-index: 15;
    max-width: 100%;
    top: 35%;
    left: 4%;
}

.div-card{
    position: absolute;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 15px;
    left: 15%;
    bottom: 10%;
    color: #D6D6DF;
}

.div-card2{
    position: absolute;
    left: 4%;
    bottom: 10%;
}

.input-block{
    max-width:366px; 
    margin:auto;
}

.demo-block{
    max-width:205px;
}


.login-info{
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 19px;
    line-height: 18px;

    color: #D6D6DF;
}

.login-demo{
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 46px;
    line-height: 53px;
    color: #D6D6DF;
}


.button-demo{
    width: 100%;
    height: 65px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: none, linear-gradient(90deg, #ED495C 0%, #F6B045 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #09096B inset;
    border-radius: 10px;
}

.car-header {
    background: linear-gradient(90deg, #00539c 0%, rgba(0, 89, 172, 0.241) 100%);
}

@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

ul {
    list-style-type: none;
}

.background {
    position: fixed;
    width: calc(100vw);
    height: calc(100vh);
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background: var(--blanco);
    overflow: hidden;
	z-index: -999;
}

.background ul.squares li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(0, 83, 156, 0.2);
    animation: animate 19s linear infinite;
}
.background ul.squares li:nth-child(0) {
    left: 1%;
    width: 104px;
    height: 104px;
    bottom: -104px;
    animation-delay: 1s;
}
.background ul.squares li:nth-child(1) {
    left: 78%;
    width: 144px;
    height: 144px;
    bottom: -144px;
    animation-delay: 5s;
}
.background ul.squares li:nth-child(2) {
    left: 77%;
    width: 169px;
    height: 169px;
    bottom: -169px;
    animation-delay: 9s;
}
.background ul.squares li:nth-child(3) {
    left: 3%;
    width: 171px;
    height: 171px;
    bottom: -171px;
    animation-delay: 6s;
}
.background ul.squares li:nth-child(4) {
    left: 55%;
    width: 183px;
    height: 183px;
    bottom: -183px;
    animation-delay: 4s;
}
.background ul.squares li:nth-child(5) {
    left: 73%;
    width: 133px;
    height: 133px;
    bottom: -133px;
    animation-delay: 15s;
}
.background ul.squares li:nth-child(6) {
    left: 58%;
    width: 137px;
    height: 137px;
    bottom: -137px;
    animation-delay: 24s;
}
.background ul.squares li:nth-child(7) {
    left: 9%;
    width: 125px;
    height: 125px;
    bottom: -125px;
    animation-delay: 31s;
}
.background ul.squares li:nth-child(8) {
    left: 1%;
    width: 114px;
    height: 114px;
    bottom: -114px;
    animation-delay: 18s;
}
.background ul.squares li:nth-child(9) {
    left: 52%;
    width: 180px;
    height: 180px;
    bottom: -180px;
    animation-delay: 32s;
}

.border-right-blue {
    border-right: 2px solid #00539cb6;
}

.text-azul {
    color: #00539c;
}

.text-rosa {
    color: #ED495C;
}

.card {
    transform: scale(1.02);
    box-shadow: 0 8px 16px rgba(0, 0, 255, 0.324);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 255, 0.489);
    border-color: var(#00539c);
}

.avisos a:hover {
    background-size: 100% 2px;
    cursor: pointer;
}

.avisos a{
    color: var(#00539c);
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}


.conocelo:hover{
    background: linear-gradient(90deg, #ED495C 0%, #F6B045 100%) !important;
    opacity: 0.9;
    border: 1px solid #00539c !important;
    color: #fff;
    font-weight: bold;
}

.conocelo{
    background: linear-gradient(90deg, #ED495C 0%, #F6B045 100%) !important;
    opacity: 1;
    border: 1px solid #00539c !important;
    color: #fff;
    font-weight: bold;
}

.container-cargando {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.loader-logo {
    width: 60px;
    animation: spin 5s linear infinite;
}

.loader-text {
    font-size: 33px;
    font-weight: bold;
    margin-left: 10px;
    background: linear-gradient(to right, #ED495C, #F6B045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.loader-dots {
    display: inline-block;
    font-weight: bold;
    font-size: 44px;
    margin-left: 1px;
    color: #ED495C;
    animation: blink 1.5s steps(1, end) infinite;
}

.loader-dots:nth-child(1) {
    animation-delay: 0s;
}

.loader-dots:nth-child(2) {
    animation-delay: 0.5s;
}

.loader-dots:nth-child(3) {
    animation-delay: 1s;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes blink {
    0% { opacity: 0.9; }
    50% { opacity: 0.5; }
    100% { opacity: 0.9; }
}


.packet-card {
    border: 4px solid #F6B044;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.packet-card::before {
    content: "PAQUETE";
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F6B044;
    color: white;
    padding: 4px 8px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; 
}
.card:hover {
    transform: scale(1.01);
    box-shadow: 0 8px 16px rgba(0, 0, 255, 0.324);
}

.radio-button{
    outline:none !important;
    background: #FFFFFF;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 2px solid #D6D6DF;
    box-sizing: border-box;
    border-radius: 21px;
}

.radio-button:active, .radio-button:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.radio-button:checked {
    border: none;
    width: 25px;
    height: 25px;
    background: #F6B044;
    border-radius: 21px;
}

table.table-head thead tr th {
    border: none;
    background: transparent !important;
    height: 50px;
    text-align: left;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    color: #17177C;
    text-transform: uppercase;
    position: sticky;
    top: 0;
}

table.tbody tr th td {
    background: transparent !important;
}

.button-modal{
    outline:none !important;
    background: none;
    padding: 10px;
    border: 2px solid #CECEE2;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #17177C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.button-modal:hover{
    background: #EDEDF4 !important;
    color: #17177C !important;
}