/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: ek_muktaextralight;
    src: url('../fonts/ekmukta/ekmukta-extralight.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ek_muktaextramedium;
    src: url('../fonts/ekmukta/ekmukta-medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: robotoslab-bold;
    src: url('../fonts/Roboto/robotoslab-bold.eot');
    src: url('../fonts/Roboto/robotoslab-bold.eot?#iefix') format("embedded-opentype"), url('../fonts/Roboto/robotoslab-bold.woff2') format("woff2"), url('../fonts/Roboto/robotoslab-bold.woff') format("woff"), url('../fonts/Roboto/robotoslab-bold.ttf') format("truetype"), url('../fonts/Roboto/robotoslab-bold.svg#roboto_slabbold') format("svg");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: robotoslab-regular;
    src: url('../fonts/Roboto/robotoslab-regular.eot');
    src: url('../fonts/Roboto/robotoslab-regular.eot?#iefix') format("embedded-opentype"), url('../fonts/Roboto/robotoslab-regular.woff2') format("woff2"), url('../fonts/Roboto/robotoslab-regular.woff') format("woff"), url('../fonts/Roboto/robotoslab-regular.ttf') format("truetype"), url('../fonts/Roboto/robotoslab-regular.svg#roboto_slabregular') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: robotoslab-light;
    src: url('../fonts/Roboto/robotoslab-light.eot');
    src: url('../fonts/Roboto/robotoslab-light.eot?#iefix') format("embedded-opentype"), url('../fonts/Roboto/robotoslab-light.woff2') format("woff2"), url('../fonts/Roboto/robotoslab-light.woff') format("woff"), url('../fonts/Roboto/robotoslab-light.ttf') format("truetype"), url('../fonts/Roboto/robotoslab-light.svg#roboto_slabregular') format("svg");
    font-weight: 400;
    font-style: normal
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: ek_muktaextralight, sans-serif;
    background-color: #f6f6f6;
}

/*---------------------------------------------*/

a {
    font-family: ek_muktaextralight;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #c61219;
}

/*---------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

h2 {
    font-family: robotoslab-bold;
    color: #484848;
    font-size: 20px;
    line-height: 23px;
    margin: 20px 0;
}

p {
    font-family: ek_muktaextralight;
    font-size: 18px;
    line-height: 1.3;
    color: #484848;
    margin: 0 0 10px;
}

p strong {
    font-family: ek_muktaextramedium;
    font-weight: 100;
}

ul,
li {
    margin: 0px;
    list-style-type: none;
}

.list li {
    font-size: 19px;
    line-height: 1.7;
}

.list li::before {
    content: "•";
    font-weight: 600;
    margin-left: -15px;
    margin-right: 10px;
    color: #ccc;
}

ul.list {
    margin-left: 15px;
}

.nav li {
    color: #212529;
}

.nav li {
    background-color: #10223a;
    padding: 0 20px;
    margin-bottom: 10px;
    margin-right: 2px;
}

li h2 {
    color: #fff;
}

/*---------------------------------------------*/

input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-input-placeholder {
    color: #484848;
}

input:-moz-placeholder {
    color: #484848;
}

input::-moz-placeholder {
    color: #484848;
}

input:-ms-input-placeholder {
    color: #484848;
}

textarea::-webkit-input-placeholder {
    color: #484848;
}

textarea:-moz-placeholder {
    color: #484848;
}

textarea::-moz-placeholder {
    color: #484848;
}

textarea:-ms-input-placeholder {
    color: #484848;
}

/*---------------------------------------------*/

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/

.txt1 {
    font-family: ek_muktaextralight;
    font-size: 15px;
    color: #484848;
    line-height: 1.5;
}

.txt2 {
    font-family: ek_muktaextralight;
    font-size: 15px;
    color: #ed1c24;
    line-height: 1.5;
}

.captcha .txt2 {
    padding-left: 15px;
}

.wrap-help .txt2 {
    padding-left: 5px;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
    width: 50%;
    margin: 0 auto;
}

.soporte .limiter {
    width: 990px;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px;
}

.soporte .container-login {
    padding: 0;
}

.wrap-login100 {
    width: 650px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px;

    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.wrap {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 100px;

    box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.soporte .wrap-login100 {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.wrap-help {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 18px;
}

/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
    width: 100%;
}

.login100-form-title {
    display: block;
    font-family: robotoslab-light;
    font-size: 26px;
    color: #484848;
    line-height: 1.2;
    text-align: left;
    padding-top: 45px;
    padding-left: 30px;
}

.soporte .login100-form-title {
    padding-top: 30px;
    padding-left: 30px;
}

.salida .login100-form-title {
    padding-top: 27px;
}

.login100-form-avatar {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.login100-form-avatar img {
    width: 100%;
}

.container-avatar-tittle {
    display: -webkit-inline-box;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #d9d9d9;
}

.input100 {
    font-family: ek_muktaextralight;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;

    display: block;
    width: 100%;
    height: 52px;
    background: transparent;
    padding: 0 5px;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;

    background: #a3a6aa;
}

.focus-input100::after {
    font-family: ek_muktaextralight;
    font-size: 18px;
    color: #999999;
    line-height: 1.2;

    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 15px;
    left: 0px;
    padding-left: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
    top: -20px;
    font-size: 15px;
}

.input100:focus + .focus-input100::before {
    width: 100%;
}

.has-val.input100 + .focus-input100::after {
    top: -20px;
    font-size: 15px;
}

.has-val.input100 + .focus-input100::before {
    width: 100%;
}

p.text-date {
    font-family: ek_muktaextralight;
    font-size: 18px;
    color: #999999;
    padding-left: 5px;
    margin: 0;
}

/*------------------------------------------------------------------
[ Button ]*/

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-family: robotoslab-bold;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    background-color: #94162b;



    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background-color: #ca1920;
}



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 100%;
    padding: 0 5px;
    top: 125%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    pointer-events: none;

    font-family: robotoslab-light;
    color: #e09e16;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    opacity: 1;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 15px;
    color: #f0ae25;

    display: block;
    position: absolute;
    background-color: #fff;
    top: 125%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}


/*//////////////////////////////////////////////////////////////////
[ Login more ]*/

.login-more li {
    position: relative;
    display: inline-block;
}

.login-more li.right {
    float: right;
}

/*//////////////////////////////////////////////////////////////////
[ Collapse ]*/

.collapse.show {
    display: none;
}

/*//////////////////////////////////////////////////////////////////
[ Tooltip ]*/

.tooltip-inner {
    background-color: #f7ebc2!important;
    color: #553902;
    text-align: left;
    opacity: 0.8;
    padding: 30px 40px;
    font-family: ek_muktaextralight;
    border-radius: 50px;
    max-width: 320px;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 8px;
    border-right-color: #f7ebc2;
    opacity: 0.8;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 8px;
    border-left-color: #f7ebc2;
}

.tooltip.bs-tooltip-auto[x-placement^=right],
.tooltip.bs-tooltip-right,
.tooltip.bs-tooltip-auto[x-placement^=left],
.tooltip.bs-tooltip-left {
    padding: 0 15px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

/*//////////////////////////////////////////////////////////////////
Containers preloader */

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width: 45%;
    position: relative;
}

.preloader-container {
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* preloader */

.preloader-dotline .dot {
    display: inline-block;
    background: #b0b0b0;
    height: 5px;
    width: 5px;
    opacity: 0;
    border-radius: 50%;
    animation: dotline-move 4s infinite;
    transform: translateX(-250px)
}

.preloader-dotline .dot:nth-child(1) {
    animation-delay: .8s;
}

.preloader-dotline .dot:nth-child(2) {
    animation-delay: .7s;
}

.preloader-dotline .dot:nth-child(3) {
    animation-delay: .6s;
}

.preloader-dotline .dot:nth-child(4) {
    animation-delay: .5s;
}

.preloader-dotline .dot:nth-child(5) {
    animation-delay: .4s;
}

.preloader-dotline .dot:nth-child(6) {
    animation-delay: .3s;
}

.preloader-dotline .dot:nth-child(7) {
    animation-delay: .2s;
}

@keyframes dotline-move {
    40% {
        transform: translateX(0px);
        opacity: 0.8;
    }
    100% {
        transform: translateX(250px);
        opacity: 0;
    }
}

/*//////////////////////////////////////////////////////////////////
TABS */

.line {
    border-top: 2px solid #313740;
}

#tabs {
    margin: 0 auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

input[type="radio"] {
    display: none;
}

label {
    background: #fff;
    display: inline-block;
    margin-right: 2px;
    padding: 14px 20px;
    font-family: robotoslab-light;
    color: #313740;
    cursor: pointer;
    transition: background .3s;
    -webkit-transition: background .3s;
    margin-bottom: 0;
}

label:hover {
    background: #fff;
    color: #313740;
}

.tab {
    display: none;
    padding: 20px;
    background: #efefef;
}

#toggle-tab1:checked ~ label[for="toggle-tab1"],
#toggle-tab2:checked ~ label[for="toggle-tab2"],
#toggle-tab3:checked ~ label[for="toggle-tab3"],
#toggle-tab4:checked ~ label[for="toggle-tab4"],
#toggle-tab3:default ~ label[for="toggle-tab3"],
#toggle-tab4:default ~ label[for="toggle-tab4"] {
    background: #10223a;
    margin-bottom: 0;
    color: #fff;
    cursor: pointer;
}

#toggle-tab1:checked:hover ~ label[for="toggle-tab1"]:hover,
#toggle-tab2:checked:hover ~ label[for="toggle-tab2"]:hover,
#toggle-tab3:checked:hover ~ label[for="toggle-tab3"]:hover,
#toggle-tab4:checked:hover ~ label[for="toggle-tab4"]:hover,
#toggle-tab3:default:hover ~ label[for="toggle-tab3"]:hover,
#toggle-tab4:default:hover ~ label[for="toggle-tab4"]:hover {
    background: #071221;
    margin-bottom: 0;
    color: #fff;
    cursor: pointer;
}

#toggle-tab1:checked ~ #tab1,
#toggle-tab2:checked ~ #tab2,
#toggle-tab3:checked ~ #tab3,
#toggle-tab4:checked ~ #tab4,
#toggle-tab3:default ~ #tab3,
#toggle-tab4:default ~ #tab4 {
    display: block;
}

.hide-responsive {
    display: none;
}

.hide-responsive a {
    color: #ed1c24;
    font-size: 16px;
}

.hide-responsive .card-body {
    background-color: transparent!important;
    padding: 0!important;
    color: #484848;
}

@media (max-width: 1024px) {
    .limiter {
        width: 100%;
    }
    .tooltip {
        display: none;
    }
    .collapse.show {
        display: block;
    }
    .card-body {
        background-color: #f7ebc2!important;
        color: #553902;
        text-align: left;
        opacity: 0.8;
        padding: 10px 15px!important;
        font-family: ek_muktaextralight;
        border: none;
        margin-top: 8px;
        border-radius: 0!important;
    }
    .soporte .limiter {
        width: 90%;
    }
    .soporte .container-login {
        padding: 15px 0;
    }

}

@media (max-width: 768px) {
    .soporte .login100-form-avatar {
        margin-top: 20px
    }
    .login100-form-avatar {
        width: 70px;
        height: 70px;
    }
    .login100-form-title {
        font-size: 26px;
        padding-top: 20px;
        padding-left: 15px;
    }
    .soporte .limiter {
        margin: 20px 0;
    }
    .soporte .wrap {
        padding: 30px 70px;
    }
    .wrap-login100 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .soporte .login100-form-title {
        font-size: 20px;
    }

}

@media (max-width: 480px) {
    .wrap-login100,
    .soporte .wrap-login100 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .container-avatar-tittle {
        display: contents;
    }
    .login100-form-title {
        font-size: 25px;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
    }
    .login100-form-avatar {
        margin: 0 29%;
        width: 120px;
        height: 120px;
    }
    .soporte .login100-form-title {
        text-align: left;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        text-align: center;
    }
    .soporte .alert-validate::before {
        top: 142%;
    }
    .hide-responsive {
        display: block;
    }
    .show-responsive {
        display: none;
    }
    .wrap-help p {
        text-align: center;
    }
    .soporte .wrap {
        padding: 20px 30px;
    }
    .soporte .limiter {
        width: 90%;
        margin: 20px 0;
    }
    .soporte .collapse h2 {
        font-size: 16px;
        margin: 10px 0;
    }
    #tabs {
        margin-bottom: 8%;
    }
}

@media (max-width: 320px) {
    .login100-form-avatar {
        margin: 0 23%;
    }
    .login-more .right {
        float: left!important;
    }
    .soporte .login-more .right {
        float: right!important;
    }
    label {
        width: 100%;
        text-align: center;
        background: #071221bf;
        color: #fff;
    }
}
