﻿@font-face {
    font-family: InterDisplay-Regular;
    src: url(InterDisplay-Regular.ttf) format('truetype');
}



#Home div {
    justify-content: center;
    align-items: center;
}

#frmUsuario div {
    justify-content: center;
    align-items: center;
}


#DCPrincipal{
    width: 100% !important;
}

html, body, div {
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /*background: #E5F4FB;*/
}

    html body {
        background: url(/images/fondo.png);
        overflow: hidden;
    }

img {
    border:0;
}

.imgLogin {
    background-color: #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.imgLogin img {
    position:center;
    width:150px;
    height:150px;
}

p {
    font-family: InterDisplay-Regular !important;
    /*font-weight: bold;*/
    text-align: center;
    padding: 20px;
    font-size: 35px;
    /*color: #3C4144;*/
    color:  #136AC2;
}

.registro {
    margin: 0 auto;
/*    width: 50%;*/
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    font-family: InterDisplay-Regular !important;
}

.inputRegistro {
    font-family: InterDisplay-Regular !important;
    /*font-weight: 100;*/
    font-size: 16px;
    line-height: 1.2;
    color: #232A2C;
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border: 1.6px solid   #454546;
    border-radius: 6px;
    padding: 0 30px 0 53px;
    margin: 20px 0;
}

.registro .glyphicon {
    position: absolute;
    padding: 16px 25px;
    pointer-events: none;
    color: #777;
}

.botonRegistro {
    font-family: InterDisplay-Regular !important;
    /*font-weight: bold;*/
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
    display: block;
    width: 100%;
    background: #171618;
    height: 50px;
    border: 2px solid;
    border-radius: 4px;
    padding: 0;
    margin: 20px 0;
    border-color: #171618;
}

    .botonRegistro:hover {
        font-family: InterDisplay-Regular !important;
        font-size: 17px;
        line-height: 1.2;
        color: #ffffff;
        display: block;
        width: 100%;
        background: #454546;
        height: 50px; /*40px*/
        /* border: 4px solid;*/
        border-radius: 4px; /* 4px*/
        padding: 0 2px 0 2px;
        margin: 20px 0;
        border-color: #454546;
    }

.registroBoton {
    margin: 0 auto;
    /*width: 50%;*/ 
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
   
}
 
.registroBoton .glyphicon {
    position: absolute;
    padding: 12px 25px;
    pointer-events: none;
    font-size:27px;
    color: #fff;
}

a {
    font-family: InterDisplay-Regular !important;
    /*font-weight: 100;*/
    font-size: 15px;
    color: #A3A3A3;
}

    a:hover {
        color: #A3A3A3;
    }

@media(max-width:600px) {
    .registro {
        margin: 0 auto;
        width: 80%;
        position: relative;
    }

    .registroBoton {
        margin: 0 auto;
        width: 80%;
        position: relative;
    }
}

/*redload-------------*/
.centrado {
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-spinner {
    color:    #454546;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}

    .lds-spinner div:after {
        content: " ";
        display: block;
        position: absolute;
        top: 3px;
        left: 29px;
        width: 5px;
        height: 14px;
        border-radius: 20%;
        background: #000;
    }

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
   transform: rotate(120deg);
   animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
    background-image: linear-gradient(rgba(235, 0, 41, 1, rgba(235, 0, 41, 1);
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px #454546 !important;
}


