* {
    letter-spacing: 1px;
    line-height: 25px;
}

strong {
    color: var(--principal);
}

.form-control:disabled {
    background-color: #FFF;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem var(--principalClaroRGBA);
}

.form-floating>label {
    padding: 1rem 0.5rem 1rem 0.75rem;
}

.custom-text a {
    color: var(--principal);
    transition: .3s ease-in-out;
    text-decoration: none;
    text-underline-offset: 5px;
}

.custom-text a:hover {
    color: var(--secundario);
    text-decoration: underline;
}

.text-white strong {
    color: #FFF;
}

.text-primario-subtle strong {
    color: var(--contrastePrincipal);
}

.label-required:after,
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label.label-required::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label.label-required::after,
.form-floating > .form-control:not(:disabled) ~ label.label-required::after,
.form-floating > .form-select ~ label.label-required::after {
    content: '*';
    color: var(--principal);
    background-color: #FFF;
    margin-left: 1px;
    inset: auto;
}

.form-floating > .form-control ~ label,
.form-floating > .form-select ~ label {
    overflow: hidden;
    text-wrap: wrap;
}

#navbar-top {
    font-size: 14px;
}

#navbar-top button,
#navbar-top a {
    font-size: 14px;
}

#menu-enlaces {
    background-color: var(--principal);
    padding: 0;
}

#menu-enlaces .navbar-toggler {
    border: 0;
    width: 100%;
    text-align: left;
}

#menu-enlaces .navbar-nav {
    padding: 0;
}

#menu-enlaces a.nav-link,
#menu-enlaces button {
    font-size: 11px;
    padding: 1.5rem 20px;
    font-weight: 400;
    color: var(--contrastePrincipal);
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    opacity: 1 !important;
}

#menu-enlaces a.nav-link.active,
#menu-enlaces button.active {
    font-weight: bold;
    text-decoration-line: underline;
    text-underline-offset: 5px;
}

#menu-enlaces a.nav-link:hover {
    background-color: var(--secundario);
    color: var(--contrasteSecundario);
}

#menu-enlaces .dropdown-menu a {
    color: var(--texto);
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#menu-enlaces .dropdown-menu {
    border: none;
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 4px;
}

#menu-enlaces .dropdown-menu a:hover {
    color: var(--contrasteSecundario);
    background-color: var(--secundario);
}

#menu-rrss a.btn {
    border: 2px solid #e6e6e6;
    border-radius: 100px;
    padding: 6px 10px;
    margin: 0 2px;
}

#menu-rrss a.btn:hover {
    border: 2px solid var(--secundario);
    color: var(--contrasteSecundario);
    background-color: var(--secundario);
}

#menu-login li > button {
    font-size: 20px;
}

#menu-login .dropdown-menu {
    padding: 0;
    box-shadow: 0 10px 34px -20px rgba(0, 0, 0, 0.71);
    border-radius: 4px;
}

#menu-login .dropdown-menu a {
    padding: 8px 20px;
}

#menu-login .dropdown-menu a.important {
    background-color: var(--secundario);
    color: var(--contrasteSecundario);
}

#menu-login #menu-usuario #bienvenida {
    background-color: var(--principal);
    color: var(--contrastePrincipal);
}

.footer {
    background-color: var(--principal) !important;
    color: var(--contrastePrincipal);
}

.footer h5 {
    font-size: 16px;
    letter-spacing: 2px;
}

.footer ul li {
    line-height: 1em;
}

.footer ul li form button {
    display: block;
    padding: 0;
    color: var(--contrastePrincipal);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.footer ul li a,
.footer ul li form {
    font-size: 16px;
    padding-bottom: 8px !important;
    color: var(--contrastePrincipal);
}

.footer ul li a:hover,
.footer ul li form button:hover {
    color: var(--secundario) !important;
}

#colaboradores img {
    max-width: 200px;
    max-height: 150px;
}

.border-primario {
    border-color: var(--principal) !important;
}

.border-primario-subtle {
    border-color: var(--contrastePrincipal) !important;
}

.bg-primario {
    background-color: var(--principal);
}

.bg-primario-subtle {
    background-color: var(--principalClaroPublic);
}

.bg-secundario {
    background-color: var(--secundario);
}

.text-primario {
    color: var(--principal);
}

.text-secundario {
    color: var(--secundario);
}

.text-primario-subtle {
    color: var(--contrastePrincipal);
}

.btn.active {
    border: 2px solid var(--secundario);
    background-color: var(--secundario);
    color: var(--contrasteSecundario);
}

.btn.active:hover {
    border: 2px solid var(--principal);
}

.btn-primario {
    border: 2px solid var(--principal);
    background-color: var(--principal);
    color: var(--contrastePrincipal);
}

.btn-primario:hover {
    border: 2px solid var(--secundario);
    background-color: var(--secundario);
    color: var(--contrasteSecundario);
}

.btn-secundario {
    border: 2px solid var(--secundario);
    background-color: var(--secundario);
    color: var(--contrasteSecundario);
}

.btn-secundario:hover {
    border: 2px solid var(--secundarioClaro);
    background-color: var(--secundarioClaro);
    color: var(--contrasteSecundario);
}

.btn-outline-primario {
    border: 2px solid var(--principal);
    color: var(--principal);
}

.btn-outline-primario:hover {
    background-color: var(--principal);
    color: var(--contrastePrincipal);
}

.btn-outline-secundario {
    border: 2px solid var(--secundario);
    color: var(--secundario);
}

.btn-outline-secundario:hover {
    background-color: var(--secundario);
    color: var(--contrasteSecundario);
}

.w-15 {
    width: 15%;
}

.btn-google, .btn-apple {
    color: #000;
    background-color: #FFF;
    border-color: #000;
    padding: 15px 16px 15px 65px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}

.btn-google:focus,
.btn-apple:focus {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-google:active, .btn-google:hover,
.btn-apple:active, .btn-apple:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-google:before {
    content: "";
    background-image: url(/img/google-play.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
}

.btn-apple:before {
    content: "";
    background-image: url(/img/app-store.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
}

.btn-apple:hover:before {
    filter: invert(100%);
}

#banner .image-container {
    position: relative;
    display: inline-block;
    width: 100%; /* Puedes ajustar el ancho según tu imagen */
    height: 600px;
    margin-bottom: -6px;
}

#banner .image-container img {
    display: block;
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center top;
}

#banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Negro con 50% de opacidad */
    pointer-events: none; /* Para que la capa no interfiera con los eventos del ratón */
}

#banner .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    color: white;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    pointer-events: none; /* Para que el texto no interfiera con los eventos del ratón */
}

.link-primario {
    color: var(--principal) !important;
}

.link-underline-primario:hover {
    -webkit-text-decoration-color: var(--principal) !important;
    text-decoration-color: var(--principal) !important;
}

.rounded-top-start {
    border-top-left-radius: 0.375rem !important;
}

.rounded-bottom-start {
    border-bottom-left-radius: 0.375rem !important;
}

.page-link.text-primario:hover {
    color: var(--contrasteSecundario);
    background-color: var(--secundario);
}

.form-floating>.form-control:disabled~label::after, .form-floating>:disabled~label::after {
    background-color: #FFF;
}

@media (max-width: 992px) {
    #menu-enlaces a.nav-link,
    #menu-enlaces button {
        width: 100%;
        text-align: left;
    }

    ul#menu-info-desplegable {
        background-color: var(--principal);
        box-shadow: none !important;
    }

    #menu-enlaces .dropdown-menu a {
        color: var(--contrastePrincipal) !important;
        padding: 5px 10px 5px 25px;
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: relative;
        opacity: 1 !important;
    }

    #banner .text-overlay {
        white-space: wrap;
        font-size: 36px;
        line-height: 46px;
    }
}

@media (max-width: 400px) {
    #banner .text-overlay {
        font-size: 28px;
        line-height: 38px;
    }
}

@media (min-width: 1500px) {
    .col-xl-4 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 75%;
    }
}

/* Material inputs */
[type=checkbox].material-inputs + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 21px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none
}

[type=checkbox].material-inputs + label:before, [type=checkbox].material-inputs:not(.filled-in) + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 1px solid #b1b8bb;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s
}

[type=checkbox].material-inputs:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=checkbox].material-inputs:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, .26)
}

[type=checkbox].material-inputs.tabbed:focus + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1)
}

[type=checkbox].material-inputs:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #26a69a;
    border-bottom: 2px solid #26a69a;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox].material-inputs:checked:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    border-bottom: 2px solid rgba(0, 0, 0, .26)
}

[type=checkbox].material-inputs:indeterminate + label:before {
    top: -11px;
    left: -12px;
    width: 10px;
    height: 22px;
    border-top: none;
    border-left: none;
    border-right: 2px solid #26a69a;
    border-bottom: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox].material-inputs:indeterminate:disabled + label:before {
    border-right: 2px solid rgba(0, 0, 0, .26);
    background-color: transparent
}

[type=checkbox].material-inputs.filled-in + label:after {
    border-radius: 2px
}

[type=checkbox].material-inputs.filled-in + label:after, [type=checkbox].material-inputs.filled-in + label:before {
    content: "";
    left: 0;
    position: absolute;
    transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
    z-index: 1
}

[type=checkbox].material-inputs.filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%
}

[type=checkbox].material-inputs.filled-in:not(:checked) + label:after {
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid #e9ecef;
    top: 0;
    z-index: 0
}

[type=checkbox].material-inputs.filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

[type=checkbox].material-inputs.filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type=checkbox].material-inputs.filled-in.tabbed:focus + label:after {
    border-radius: 2px;
    border-color: #e9ecef;
    background-color: rgba(0, 0, 0, .1)
}

[type=checkbox].material-inputs.filled-in.tabbed:checked:focus + label:after {
    border-radius: 2px;
    background-color: #26a69a;
    border-color: #26a69a
}

[type=checkbox].material-inputs.filled-in:disabled:not(:checked) + label:before {
    background-color: transparent;
    border: 2px solid transparent
}

[type=checkbox].material-inputs.filled-in:disabled:not(:checked) + label:after {
    border-color: transparent;
    background-color: #bdbdbd
}

[type=checkbox].material-inputs.filled-in:disabled:checked + label:before {
    background-color: transparent
}

[type=checkbox].material-inputs.filled-in:disabled:checked + label:after {
    background-color: #bdbdbd;
    border-color: #bdbdbd
}

[type=radio].material-inputs:checked[class*=material-inputs], [type=radio].material-inputs:not(:checked)[class*=material-inputs] {
    position: absolute;
    left: -9999px;
    opacity: 0
}

[type=radio].material-inputs:checked + label, [type=radio].material-inputs:not(:checked) + label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 21px;
    font-size: 1rem;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

[type=radio].material-inputs + label:after, [type=radio].material-inputs + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: .28s ease;
    border-radius: 50%
}

[type=radio].material-inputss.with-gap:checked + label:after, [type=radio].material-inputss.with-gap:checked + label:before, [type=radio].material-inputss:checked + label:after, [type=radio].material-inputss:checked + label:before, [type=radio].material-inputss:not(:checked) + label:after, [type=radio].material-inputss:not(:checked) + label:before {
    border-radius: 50%
}

[type=radio].material-inputs:not(:checked) + label:after, [type=radio].material-inputs:not(:checked) + label:before {
    border: 2px solid #e9ecef
}

[type=radio].material-inputs:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=radio].material-inputs:checked + label:before {
    border: 2px solid transparent;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap:checked + label:after, [type=radio].material-inputs.with-gap:checked + label:before, [type=radio].material-inputs:checked + label:after {
    border: 2px solid #26a69a
}

[type=radio].material-inputs.with-gap:checked + label:after, [type=radio].material-inputs:checked + label:after {
    background-color: #26a69a;
    z-index: 0
}

[type=radio].material-inputs:checked + label:after {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

[type=radio].material-inputs.with-gap:checked + label:after {
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

[type=radio].material-inputs.tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, .26);
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, .26)
}

[type=radio].material-inputs:disabled:checked + label:before, [type=radio].material-inputs:disabled:not(:checked) + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .26);
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs:disabled + label {
    color: rgba(0, 0, 0, .26)
}

[type=radio].material-inputs:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, .26)
}

[type=radio].material-inputs:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, .26);
    border-color: #bdbdbd
}

[type=checkbox].material-inputs + label {
    padding-left: 26px;
    height: 16px;
    line-height: 21px;
    font-weight: 400
}

[type=checkbox].material-inputs:checked + label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px
}

[type=checkbox].material-inputs:checked.chk-col-red + label:before {
    border-right: 2px solid #fb3a3a;
    border-bottom: 2px solid #fb3a3a
}

[type=checkbox].material-inputs:checked.chk-col-pink + label:before {
    border-right: 2px solid #e91e63;
    border-bottom: 2px solid #e91e63
}

[type=checkbox].material-inputs:checked.chk-col-purple + label:before {
    border-right: 2px solid #7460ee;
    border-bottom: 2px solid #7460ee
}

[type=checkbox].material-inputs:checked.chk-col-deep-purple + label:before {
    border-right: 2px solid #673ab7;
    border-bottom: 2px solid #673ab7
}

[type=checkbox].material-inputs:checked.chk-col-indigo + label:before {
    border-right: 2px solid #3f51b5;
    border-bottom: 2px solid #3f51b5
}

[type=checkbox].material-inputs:checked.chk-col-blue + label:before {
    border-right: 2px solid #02bec9;
    border-bottom: 2px solid #02bec9
}

[type=checkbox].material-inputs:checked.chk-col-light-blue + label:before {
    border-right: 2px solid #03a9f4;
    border-bottom: 2px solid #03a9f4
}

[type=checkbox].material-inputs:checked.chk-col-cyan + label:before {
    border-right: 2px solid #00bcd4;
    border-bottom: 2px solid #00bcd4
}

[type=checkbox].material-inputs:checked.chk-col-teal + label:before {
    border-right: 2px solid #009688;
    border-bottom: 2px solid #009688
}

[type=checkbox].material-inputs:checked.chk-col-green + label:before {
    border-right: 2px solid #26c6da;
    border-bottom: 2px solid #26c6da
}

[type=checkbox].material-inputs:checked.chk-col-light-green + label:before {
    border-right: 2px solid #8bc34a;
    border-bottom: 2px solid #8bc34a
}

[type=checkbox].material-inputs:checked.chk-col-lime + label:before {
    border-right: 2px solid #cddc39;
    border-bottom: 2px solid #cddc39
}

[type=checkbox].material-inputs:checked.chk-col-yellow + label:before {
    border-right: 2px solid #ffe821;
    border-bottom: 2px solid #ffe821
}

[type=checkbox].material-inputs:checked.chk-col-amber + label:before {
    border-right: 2px solid #ffc107;
    border-bottom: 2px solid #ffc107
}

[type=checkbox].material-inputs:checked.chk-col-orange + label:before {
    border-right: 2px solid #ff9800;
    border-bottom: 2px solid #ff9800
}

[type=checkbox].material-inputs:checked.chk-col-deep-orange + label:before {
    border-right: 2px solid #ff5722;
    border-bottom: 2px solid #ff5722
}

[type=checkbox].material-inputs:checked.chk-col-brown + label:before {
    border-right: 2px solid #795548;
    border-bottom: 2px solid #795548
}

[type=checkbox].material-inputs:checked.chk-col-grey + label:before {
    border-right: 2px solid #9e9e9e;
    border-bottom: 2px solid #9e9e9e
}

[type=checkbox].material-inputs:checked.chk-col-blue-grey + label:before {
    border-right: 2px solid #607d8b;
    border-bottom: 2px solid #607d8b
}

[type=checkbox].material-inputs:checked.chk-col-black + label:before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000
}

[type=checkbox].material-inputs:checked.chk-col-white + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff
}

[type=checkbox].material-inputs:checked.chk-col-primario + label:before {
    border-right: 2px solid var(--principal);
    border-bottom: 2px solid var(--principal);
}

[type=checkbox].material-inputs.filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0
}

[type=checkbox].material-inputs.filled-in:checked + label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-red + label:after {
    border: 2px solid #fb3a3a;
    background-color: #fb3a3a
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-pink + label:after {
    border: 2px solid #e91e63;
    background-color: #e91e63
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-purple + label:after {
    border: 2px solid #7460ee;
    background-color: #7460ee
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-deep-purple + label:after {
    border: 2px solid #673ab7;
    background-color: #673ab7
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-indigo + label:after {
    border: 2px solid #3f51b5;
    background-color: #3f51b5
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-blue + label:after {
    border: 2px solid #02bec9;
    background-color: #02bec9
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-light-blue + label:after {
    border: 2px solid #03a9f4;
    background-color: #03a9f4
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-cyan + label:after {
    border: 2px solid #00bcd4;
    background-color: #00bcd4
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-teal + label:after {
    border: 2px solid #009688;
    background-color: #009688
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-green + label:after {
    border: 2px solid #26c6da;
    background-color: #26c6da
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-light-green + label:after {
    border: 2px solid #8bc34a;
    background-color: #8bc34a
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-lime + label:after {
    border: 2px solid #cddc39;
    background-color: #cddc39
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-yellow + label:after {
    border: 2px solid #ffe821;
    background-color: #ffe821
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-amber + label:after {
    border: 2px solid #ffc107;
    background-color: #ffc107
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-orange + label:after {
    border: 2px solid #ff9800;
    background-color: #ff9800
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-deep-orange + label:after {
    border: 2px solid #ff5722;
    background-color: #ff5722
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-brown + label:after {
    border: 2px solid #795548;
    background-color: #795548
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-grey + label:after {
    border: 2px solid #9e9e9e;
    background-color: #9e9e9e
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-blue-grey + label:after {
    border: 2px solid #607d8b;
    background-color: #607d8b
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-black + label:after {
    border: 2px solid #000;
    background-color: #000
}

[type=checkbox].material-inputs.filled-in:checked.chk-col-white + label:after {
    border: 2px solid #fff;
    background-color: #fff
}

[type=radio].material-inputs:not(:checked) + label {
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    font-weight: 400
}

[type=radio].material-inputs:checked + label {
    padding-left: 26px;
    height: 22px;
    line-height: 22px;
    font-weight: 400
}

[type=radio].material-inputs.radio-col-red:checked + label:after {
    background-color: #fb3a3a;
    border-color: #fb3a3a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-pink:checked + label:after {
    background-color: #e91e63;
    border-color: #e91e63;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-purple:checked + label:after {
    background-color: #7460ee;
    border-color: #7460ee;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-deep-purple:checked + label:after {
    background-color: #673ab7;
    border-color: #673ab7;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-indigo:checked + label:after {
    background-color: #3f51b5;
    border-color: #3f51b5;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-blue:checked + label:after {
    background-color: #02bec9;
    border-color: #02bec9;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-light-blue:checked + label:after {
    background-color: #03a9f4;
    border-color: #03a9f4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-cyan:checked + label:after {
    background-color: #00bcd4;
    border-color: #00bcd4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-teal:checked + label:after {
    background-color: #009688;
    border-color: #009688;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-green:checked + label:after {
    background-color: #26c6da;
    border-color: #26c6da;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-light-green:checked + label:after {
    background-color: #8bc34a;
    border-color: #8bc34a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-lime:checked + label:after {
    background-color: #cddc39;
    border-color: #cddc39;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border-color: #ffe821;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-amber:checked + label:after {
    background-color: #ffc107;
    border-color: #ffc107;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-orange:checked + label:after {
    background-color: #ff9800;
    border-color: #ff9800;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-deep-orange:checked + label:after {
    background-color: #ff5722;
    border-color: #ff5722;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-brown:checked + label:after {
    background-color: #795548;
    border-color: #795548;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-grey:checked + label:after {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-blue-grey:checked + label:after {
    background-color: #607d8b;
    border-color: #607d8b;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-black:checked + label:after {
    background-color: #000;
    border-color: #000;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-white:checked + label:after {
    background-color: #fff;
    border-color: #fff;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.radio-col-primario:checked + label:after {
    background-color: var(--principal);
    border-color: var(--principal);
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-red:checked + label:before {
    border: 2px solid #fb3a3a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-red:checked + label:after {
    background-color: #fb3a3a;
    border: 2px solid #fb3a3a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-pink:checked + label:before {
    border: 2px solid #e91e63;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-pink:checked + label:after {
    background-color: #e91e63;
    border: 2px solid #e91e63;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-purple:checked + label:before {
    border: 2px solid #7460ee;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-purple:checked + label:after {
    background-color: #7460ee;
    border: 2px solid #7460ee;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-deep-purple:checked + label:before {
    border: 2px solid #673ab7;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-deep-purple:checked + label:after {
    background-color: #673ab7;
    border: 2px solid #673ab7;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-indigo:checked + label:before {
    border: 2px solid #3f51b5;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-indigo:checked + label:after {
    background-color: #3f51b5;
    border: 2px solid #3f51b5;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-blue:checked + label:before {
    border: 2px solid #02bec9;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-blue:checked + label:after {
    background-color: #02bec9;
    border: 2px solid #02bec9;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-light-blue:checked + label:before {
    border: 2px solid #03a9f4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-light-blue:checked + label:after {
    background-color: #03a9f4;
    border: 2px solid #03a9f4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-cyan:checked + label:before {
    border: 2px solid #00bcd4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-cyan:checked + label:after {
    background-color: #00bcd4;
    border: 2px solid #00bcd4;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-teal:checked + label:before {
    border: 2px solid #009688;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-teal:checked + label:after {
    background-color: #009688;
    border: 2px solid #009688;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-green:checked + label:before {
    border: 2px solid #26c6da;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-green:checked + label:after {
    background-color: #26c6da;
    border: 2px solid #26c6da;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-light-green:checked + label:before {
    border: 2px solid #8bc34a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-light-green:checked + label:after {
    background-color: #8bc34a;
    border: 2px solid #8bc34a;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-lime:checked + label:before {
    border: 2px solid #cddc39;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-lime:checked + label:after {
    background-color: #cddc39;
    border: 2px solid #cddc39;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-yellow:checked + label:before {
    border: 2px solid #ffe821;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-yellow:checked + label:after {
    background-color: #ffe821;
    border: 2px solid #ffe821;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-amber:checked + label:before {
    border: 2px solid #ffc107;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-amber:checked + label:after {
    background-color: #ffc107;
    border: 2px solid #ffc107;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-orange:checked + label:before {
    border: 2px solid #ff9800;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-orange:checked + label:after {
    background-color: #ff9800;
    border: 2px solid #ff9800;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-deep-orange:checked + label:before {
    border: 2px solid #ff5722;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-deep-orange:checked + label:after {
    background-color: #ff5722;
    border: 2px solid #ff5722;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-brown:checked + label:before {
    border: 2px solid #795548;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-brown:checked + label:after {
    background-color: #795548;
    border: 2px solid #795548;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-grey:checked + label:before {
    border: 2px solid #9e9e9e;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-grey:checked + label:after {
    background-color: #9e9e9e;
    border: 2px solid #9e9e9e;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-blue-grey:checked + label:before {
    border: 2px solid #607d8b;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-blue-grey:checked + label:after {
    background-color: #607d8b;
    border: 2px solid #607d8b;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-black:checked + label:before {
    border: 2px solid #000;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-black:checked + label:after {
    background-color: #000;
    border: 2px solid #000;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-white:checked + label:before {
    border: 2px solid #fff;
    animation: ripple .2s linear forwards
}

[type=radio].material-inputs.with-gap.radio-col-white:checked + label:after {
    background-color: #fff;
    border: 2px solid #fff;
    animation: ripple .2s linear forwards
}

[type=checkbox]:checked[class*=material-inputs], [type=checkbox]:not(:checked)[class*=material-inputs] {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 6px;
    position: absolute;
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--principal);
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--secundario);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #212529;
    transition: background-color 5000s ease-in-out 0s;
}