﻿body {
    font-family: 'Gotham', sans-serif;
    text-decoration: none;
}

.bordercolor {
    border-width: 1px;
    border-style: solid;
    border-color: #FF4D4C;
    
}

.bordercolorA {
    border-width: 1px;
    border-style: solid;
    border-color: #262E42;
}

.btn-blue {
    background-color: #262E42;
    color: white;
}

.btn-orange {
    background-color: #FF4D4C;
    color: white;
}

#soporte{
    color: black;
}

.tx-titulo{
    font-size: 3em;
}

.tx-subtitulo {
    font-size: 1em;
}

footer, .footer-login {
    background-color: #262E42;
}

#content-side {
    margin-top: 3em;
}

.color-alpha {
    color: #2f3245;
}


.background-alpha {
    background-color: #2f3245;
   
}


.color-beta {
    color: #dc4f53;
}

.background-beta {
    background-color: #dc4f53;
    
}

.nav-link {
    color: black;
}

/* colores del menu */
#menu li:hover {
    background-color: yellow !important;
}

#menu li a:hover {
    color: #dfe6e7;
    background: black;
}
/* fin colores del menu */

.selectcard :hover {
    background-color: #5c5c5b;
    border-radius: 6px;
}

.shadow {
    -webkit-box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 45%) !important;
    box-shadow: 1px 1px 6px 1px rgb(0 0 0 / 45%) !important;
    border-radius: 6px;
}

.laretalShadow {
    -webkit-box-shadow: 0px 10px 17px -4px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 17px -4px rgba(0,0,0,0.5);
}
a:link {
    text-decoration: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.h-small {
    height: 94% !important;
}
@media (max-width: 766px) {
    .h-small {
        height: 95% !important;
    }
}

dl, dt, dd {
    margin: 0;
    padding: 0;
}

dl {
    color: black;
    
    border-radius: 5px;
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: auto auto;
    grid-template-columns: auto 5px auto;
    grid-template-rows: auto [last-line];
    grid-auto-rows: min-content;
    grid-gap: 1rem;
    position: relative;
}

    dl > dt:first-child::after {
        content: '';
        display: inline;
        border-left: 1px solid white;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: 1rem;
    }

    dl > dt {
        grid-column-start: 1;
        grid-column-end: 2;
        align-self: center;
        justify-self: end; 
        text-align: right; 
    }

    dl > dd {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-column-start: 3;
        grid-column-end: 4;
        align-self: center;
        justify-self: start; 
    }

.list-group-horizontal li:hover {
    background-color: black !important;
}


.select2-close-mask {
    z-index: 2099;
}

.select2-dropdown {
    z-index: 3051;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }


