html, body {
    height: 100%;
    background-color: #013171 !important;
}

/* Blue background */
.bg-blue{
    background-color: #013171 !important;
}

/* Just blue text*/
.txt-blue{
    color: #013171;
}

.txt-red{
    color: #c22a22;
}
.txt-green{
    color: #82A753;
}
.txt-grey{
    color: #8F8F8F;
}

/* Just grey text*/
.txt-darkgrey{
    color: #8F8F8F;
}

.border-red{
    border: 2px solid #c22a22 !important; 
    border-radius: 0.2rem;
}

/* Grey background */
.bg-grey{
    background-color: #c4c4c4 !important;
}

/* Label style */
.label-form{
    font-weight: 600;
    color: #000;
    font-size: large;
  }

/* Font weight Semibold */
.font-weight-semibold{
    font-family: 'Montserrat';
    font-weight: 600;
}

/* Contenedor del body (sin header, ni footer) */
.container-body {
    height: 100%;
    overflow-x: hidden;
    display: flex;
    align-items: center;
}

/* Para asignar el borde de los inputs 
(es equivalente a border-dark, pero con el !important ) */
.border-input{
    border-color: #000 !important;
    border: 1px solid !important;
}

/* Para agregar border redondeados, usar este estilo */
.round10{
    border-radius: 10px !important;
}

/* Estilos de botón para inicio de sesión, recordar contraseña, etc */
.btnsna{
    font-weight: 600 !important;
    background-color: #fff;
    color: #013171 !important;
    border: 1px solid !important;
    border-color: #013171 !important;
    border-radius: 0.35rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.btnsna:hover{
    background-color: #c4c4c4;
    color: #013171;
}

.btnsna:active{
    background-color: #013171 !important;
    border-color: #013171 !important;
    color: #fff !important;
}

.btnsna:focus{
    background-color: #013171 !important;
    border-color: #013171 !important;
    color: #fff !important;
}
/* Estilos de botón Acceder */
.btnsna-blue{
    font-weight: 600;
    background-color: #013171 !important;
    color: #fff;
    border: 1px solid;
    border-color: #013171 !important;
    border-radius: 0.35rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.btnsna-blue:hover{
    color: #c4c4c4 !important;
}

/* Fondo del home y login*/
.home-bg{
    width:100%;
    height: 80% !important;
    min-height: 70% !important;
    background: url('../../images/HomeSNA.jpg');
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

/* Formato iconos de RR.SS. y web */
.icon-footer{
    margin-left: 10%;
    font-size: x-large;
}

/* Step navigation bar */
.step-nav{
    background-position: center center;
    background-repeat: no-repeat;
    max-height: 271px;
    min-height: 250px !important;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .card-responsive{
        width: 90%;
    }
    #accesos-directos{
        display: none;
    }
    .title-sna{
        font-size: large;
        width: fit-content;
        text-align: center !important;
        padding: 0 !important;
    }
    .title-sna-login{
        font-size: large;
        width: fit-content;
        text-align: center !important;
        padding: 0 !important;
    }
    .text-blue{
        color: #013171;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: small;
    }
    .icon-sna {
        position: absolute;
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 25pt;
    }
    .btnL {
        text-align: center;
        position: relative;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
        line-height: 1.3;
        border-radius: 1rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .card-responsive{
        width: 90%;
    }
    .title-sna{
        font-size: x-large;
        text-align: left !important;
    }
    .title-sna-login{
        font-size: x-large;
        text-align: center !important;
    }
    .text-blue{
        color: #013171;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 6pt;
        margin-left: -30px;
    }
    .icon-sna {
        position: absolute;
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20pt;
    }
    .btnL {
        text-align: center;
        position: relative;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
        line-height: 1.3;
        border-radius: 1rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .card-responsive{
        width: 60%;
    }
    .title-sna{
        font-size: 23pt;
        text-align: left !important;
    }
    .title-sna-login{
        font-size: 23pt;
        text-align: center !important;
    }
    .text-blue{
        color: #013171;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 9pt;
    }
    .icon-sna {
        position: absolute;
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20pt;
    }
    .btnL {
        text-align: center;
        position: relative;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
        line-height: 1.3;
        border-radius: 1rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .card-responsive{
        width: 40%;
    }
    .title-sna{
        font-size: 33pt;
        margin-top: 5%;
        text-align: left !important;
        
    }
    .title-sna-login{
        font-size: 33pt;
        margin-top: 5%;
        text-align: center !important;
    }    
    .text-blue{
        color: #013171;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 13pt;
    }
    .icon-sna {
        position: absolute;
        left: 8%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 30pt;
    }
    .btnL {
        text-align: center;
        position: relative;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 0.8rem;
        line-height: 1.3;
        border-radius: 1rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1300px) {
    .card-responsive{
        width: 30%;
    }
    .title-sna{
        font-size: 40pt;
        margin-top: 5%;
        text-align: left !important;
    }
    .title-sna-login{
        font-size: 40pt;
        margin-top: 5%;
        text-align: center !important;
    }   
    .text-blue{
        color: #013171;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-size: 18pt;
    }
    
    .icon-sna {
        position: absolute;
        left: 8%;
        top: 45%;
        transform: translateY(-50%);
        font-size: 35pt;
    }
    .btnL {
        text-align: center;
        position: relative;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.3;
        border-radius: 1rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #013171 !important;
  }
  
a.dropdown-item i{
color: #013171;
}
a.dropdown-item:active i{
color: #fff;
}