body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
span,
label {
    font-family: "Roboto", sans-serif;
}

.lang-menu {
    padding-top: 15px !important;
}

.lang-menu a {
    color: #fff;
    font-weight: 700;
}

.lang-menu li.open {
    background: #fff;
    color: #bf0411;
}

.lang-menu .nav .submenu a {
    color: #bf0411 !important;
    font-weight: 700;
}

.lang-menu .open a,
.lang-menu .open a:focus,
.lang-menu .open a:hover,
.lang-menu .open a:active {
    background: #fff !important;
    color: #bf0411 !important;
    border-radius: 15px !important;
}

.lang-menu .open a nav a {
    color: #bf0411 !important;
    font-weight: 700;
}

.lang-menu .nav a {
    color: #fff !important;
    font-weight: 700;
}

.back .lang-menu .nav a {
    color: #bf0411 !important;
    font-weight: 700;
}

/* #main{
    background: #ececec;
}
#app{
    background: #ececec;
} */

label {
    font-weight: 300 !important;
}

.input-group-addon:first-child {
    padding: 18px;
}

.btn-primary.active:focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    /*background-color: #bf0411 !important;*/
    border-color: #bf0411;
    outline: none !important;
}

.container-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-left: 50px !important;
}

.logo {
    padding-top: 15px;
    padding-bottom: 50px;
    background: #fff;
}

.radios {
    background: #fff;
    padding: 30px 0;
}

.title-register {
    background: #ececec;
    padding: 30px;
    overflow: hidden;
}

.title-register h4 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 15px;
    margin: 0 auto;
}

input.acepto {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 15px;
    height: 25px;
    width: 25px;
    background-color: #b6b6b6;
}

.container:hover input.acepto ~ .checkmark {
    background-color: #ccc;
}

.container input.acepto:checked ~ .checkmark {
    background-color: #2196f3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input.acepto:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.help-block {
    color: #ff0000 !important;
}

button[type="submit"] {
    background: #bf0411;
    border: 1px solid #bf0411;
    color: #fff;
    padding: 10px 30px;
    margin: 0px;
    margin-top: 15px;
}

.panel-default {
    width: 80%;
}

button[type="submit"]:hover,
button[type="submit"]:focus,
button[type="submit"]:active {
    background: #bf0411;
    border: 1px solid #bf0411;
    color: #fff;
    outline: none !important;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
select {
    padding: 0 30px;
    border-radius: 8px;
    height: 55px;
}

.input-group select.form-control {
    padding: 0 30px;
    border-radius: 8px;
    height: 55px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    box-shadow: none;
}

.none {
    display: none;
}

.proveedor {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;

    border: none;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 0px 0 0 !important;
    margin-left: -28px !important;
}

.full-height {
    height: 90vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    color: #fff;
}

.title h2 {
    font-size: 22px;
    margin: 0;
}

.title hr {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-b-md {
    margin-bottom: 30px;
}

.btn-black {
    margin: 50px 0;
    background: black !important;
    border: 1px solid black !important;
    color: #fff;
    padding: 10px 20px;
}

.links .btn-black {
    margin: 50px 15px;
    background: black;
    border: 1px solid black;
    color: #fff;
    padding: 10px 20px;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus {
    background: black !important;
    border: 1px solid black !important;
    color: #fff !important;
}

.links .btn-black:hover,
.links .btn-black:active,
.links .btn-black:focus {
    background: black !important;
    border: 1px solid black !important;
    color: #fff !important;
}

.remember {
    margin-left: 8px;
    color: #fff;
}

.remember input[type="checkbox"] {
    margin-top: 2px !important;
}

.help-block strong {
    color: #222;
    background: #f2dede;
    padding: 10px;
    border-radius: 5px;
}

.links ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.links-top ul {
    list-style: none;
    padding: 5px 0;
    display: flex;
    justify-content: left;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
}

.text-red {
    color: #bf0411 !important;
}

.text-white {
    color: #fff !important;
}

.links-top a {
    font-weight: 700;
}

.links-top a:hover,
.links-top a:focus {
    outline: none;
    text-decoration: none;
    color: #ff0000;
}

.links a {
    color: #fff;
    font-size: 18px;
}

.links p {
    margin: 8px 0px;
    color: #fff;
    font-size: 18px;
}

.links a:hover,
.links a:focus,
.links a:active {
    outline: none;
    text-decoration: none;
    color: #fff;
}

.form-horizontal .links {
    margin: 0px 0;
}

.formularios .links {
    margin: 0;
    margin-bottom: 30px;
}

.formularios .links a {
    color: #bf0411;
    font-weight: 700;
}

.formularios .links ul {
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    margin-top: 20px;
}

.formularios .links p {
    color: #ff0000;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.links-top > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.links label {
    color: #fff;
    font-size: 20px;
}

.background-white {
    background: #fff;
}

nav.lang-menu {
    background-color: transparent !important;
    border-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    margin: 0 !important;
}

nav.lang-menu li {
    color: #000 !important;
}

/* Campos Numericos */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Enlaces rojos aplicación */

.red-links-app {
    color: #bf0411;
}

.red-links-app:hover {
    color: #bf0411;
}

@media (min-width: 320px) {
    #container-login {
        background-color: #bf0411;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        height: auto;
    }
}

@media (min-width: 1024px) {
    #container-login {
        background-color: #bf0411;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        height: 100vh;
        width: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

.main_select_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 1rem;
    padding: 3rem 2rem;
    text-align: center;
}
@media screen and (min-width: 800px) {
    .main_select_block {
        display: block;
        padding: 3rem 2rem;
        text-align: center;
    }
}

.main_select_block .radio-inline {
    margin-left: 25px !important;
}
.main_select_block .checkbox-inline + .checkbox-inline,
.main_select_block .radio-inline + .radio-inline {
    margin-left: 25px !important;
}
@media screen and (min-width: 800px) {
    .main_select_block .checkbox-inline + .checkbox-inline,
    .main_select_block .radio-inline + .radio-inline {
        margin-left: 50px !important;
    }
}
