﻿/**-------------------------------------------------------------------------
----------------------    font style for design     ------------------------
-------------------------------------------------------------------------**/
@font-face {
    font-family: 'Saira';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Saira.ttf") format("truetype");
}
/**-------------------------------------------------------------------------
-------------------------------------------------------------------------**/
html, body {
    font-size: 14px;
    height: 100%;
    margin: 0;
    width: 100%;
}
body {
    background: #e6e6e6;
    overflow-x: hidden;
}

header {
    margin-top: 0px;
    width: 100%;
    z-index: 2;
}

h1, .h1, h2, .h2, h3, .h3, h4 {
    color: #004f7d;
    margin-bottom: 0px;
    margin-top: 10px;
}

input:required,
select:required,
textarea:required {
    border-bottom: 2px solid rgba(255, 0, 0, 0.7);
}

input:valid,
select:valid,
textarea:valid {
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
/**
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
**/
#loading {
    background-color: rgba(255,255,255,0.5);
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1100;
}

#loading img {
    margin-top: 20%;
    width: 200px;
}

/**
-------------------------------------------------------------------------------------
--------------------        CLASS CONTENT SITE       --------------------------------
-------------------------------------------------------------------------------------
**/
.app-admin {
    font-family: sans-serif;
    display: flex;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.app-admin-content {
    background-color: rgba(255, 255, 255, 1);
    height: 100%;
    overflow-y: auto;
    width: 80%;
}
.app-admin-menu {
    background-image: url(../images/back.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -2px 0px 5px #004a64 inset;
    height: 100%;
    width: 20%;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.app-admin-mask {
    background: rgba(0, 78, 126, 0.4);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.app-admin-menu > .list-group > .list-group-item.list-group-item-action,
.app-admin-menu > .list-group > form.form-inline > button.list-group-item.list-group-item-action {
    background: none;
    color: #2f4a79;
    font-size: 1.2em;
    padding: .5rem 1rem;
}
.app-admin-menu > .list-group > .list-group-item.list-group-item-action.active,
.app-admin-menu > .list-group > form.form-inline > button.list-group-item.list-group-item-action.active {
    background: #2f4a79;
    border: none;
    color: #fff;
}
.app-admin-menu > .list-group > .list-group-item.list-group-item-action:hover {
    background: #2f4a79;
    color: #fff;
}
.app-admin-menu > .list-group > form.form-inline > button.list-group-item.list-group-item-action:hover {
    background: rgba(255, 0, 0, 0.7);
    color: #fff;
}
.app-login {
    font-family: 'Saira', sans-serif;
    display: flex;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;

    z-index: 2;
}
.app-login-info {
    align-items: center;
    background-image: url(../images/back02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    overflow-y: auto;
    width: 50%;
}
.app-login-form {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    overflow-y: auto;
    width: 50%;
}
.btn-app-admin-menu {
    display: none;
}
.content-page {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}
.fa-15x {
    font-size: 1.5em;
}
.event-page-home {
    font-family: 'Saira', sans-serif;
    display: flex;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;

    z-index: 2;
}
.event-info {
    align-items: start;
    background-image: url(../images/back02.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 100%;
    text-align: center;
    width: 50%;
}
.event-info-img {
    margin: 1rem auto 0 auto;
    width: 45%;
}
.event-info-img > img {
    margin-left: 0;
}
.event-register {
    background: #fff;
    display: block;
    height: 100%;
    padding-top: 2%;
    overflow-y: auto;
    width: 50%;
}
.event-register-form {
    display: block;
    color: #808080;
    margin: 0 auto 0 0;
    max-width: 650px;
    width: 95%;
}
.event-register-form > div {
    margin: 0 auto;
    width: 90%;
}
.event-register-form .form-group {
    margin-bottom: 1.5rem;
    margin-top: 0;
}
.event-register-form .form-group span.text-danger {
    font-size: 0.9em;
    font-weight: 600;
}
.event-register-form .form-control[readonly],
.event-register-form .form-control[disabled] {
    background: #e6e6e6;
    box-shadow: none;
    color: rgba(0, 79, 125, 1);
    font-weight: 600;
}
.event-register-form .form-control {
    background: #fff;
    box-shadow: none;
    color: rgba(0, 79, 125, 1);
    font-weight: 600;
}
.event-register-form select.form-control,
.event-register-form .form-control::placeholder {
    color: rgba(0, 79, 125, 1);
    font-weight: 600;
    font-size: .9em;
}
.event-register-form .input-group-text {
    background: #cccccc;
}
.event-page-home-result {
    background: #fff;
    height: 100%;
    overflow-y: auto;
    width: 100%;
}
.event-page-home-result-content {
    font-family: 'Saira', sans-serif;
    background: #f2f2f2;
    display: block;
    margin: 0 auto;
    max-width: 650px;
    padding: 3rem;
    width: 80%;
}
.event-page-home-result-content > .icon-check {
    display: block;
    margin: 1rem auto;
    max-width: 120px;
}
.event-page-home-result-content > .text-result-description {
    color: #004F7D;
    font-size: 1.5em;
}
.event-page-home-result-content > h1 {
    font-size: 3em;
    font-weight: 600;
}
.event-page-home-result-content > .event-page-home-result-message {
    background: #9bcaed;
    border-radius: 8px;
    color: #2e4979;
    font-size: 1.2em;
    line-height: 1;
    margin-bottom: .25rem;
    padding: 1rem 10%;
    text-align: center;
}
.event-page-home-result-content > p {
    color: #004f7d;
    margin-top: 1rem;
    padding: 0 8%;
}
.logo-brand {
    max-width: 180px;
}
.event-page-home-result-content > .logo-brand2 {
    max-width: 180px;
}
hr {
    border-color: #006fb7;
}
.logo {
    display: block;
    margin: .5rem auto;
    max-width: 360px;
    width: 98%;
}
.logo > img {
    display: block;
    margin: .5rem auto;
    width: 280px;
}
.app-admin-menu > .logo
{
    min-height: 225px;
}
.message_validate_nit {
    display: none;
    color: rgba(0, 79, 125, 1);
    font-size: 13px;
    padding-left: 30px;
    position: relative;
    width: 100%;
}
.message_validate_nit span {
    display: block;
    font-size: 1.1em;
    font-weight: 600;
}
.message_validate_nit .far {
    position: absolute;
    left: 0;
    top: 20%;
}
.message_validate_nit.message_validate_nit_01 .far
{
    color: rgba(0, 79, 125, 1);
}
.message_validate_nit.message_validate_nit_02 span,
.message_validate_nit.message_validate_nit_03 span,
.message_validate_nit.message_validate_nit_02 .far,
.message_validate_nit.message_validate_nit_03 .far
{
    color: rgba(255, 0, 0, 0.7);
}
.mt-button {
    margin-top: 28px;
}
.page {
    background: #014E7D;
    height: 100%;
    position: relative;
    width: 100%;
}
.page:before {
    background: #fff;
    content: ' ';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;

    z-index: 1;
}
.panel-login {
    background: #c6edfd;
    border-radius: 6px;
    margin-bottom: 1rem;
    padding: 1rem 2rem;
}
.panel-login > p {
    color: #004a64;
    text-align: center;
}
section.login {
    margin: 8rem auto 0 0;
    max-width: 600px;
    width: 100%;
}
section.login > div {
    background: #f7f7f7;
    border: 1px solid rgba(0,78,124,.5);
    border-radius: 12px;
    margin: 0 auto;
    padding: 1rem;
    width: 80%;
}
.p-text-junta {
    color: #004f7d;
}

.program-name {
    color: #4697cb;
}
.card-landing-page {
    border: none;
}
    .card-landing-page > .card-header {
        background: #004f7d;
        border: none;
        color: #fff;
        margin-bottom: .5rem;
        padding: .5rem;
    }
    .card-landing-page > .card-body {
        background: #d5d8da;
        border: none;
        padding: .5rem;
    }
#registerProspect .input-group-prepend,
#registerProspect .input-group-text,
#registerProspect .form-control {
    border: none !important;
}
#registerProspect .input-group-text {
    color: rgba(0, 79, 125, 1);
}
/**
-------------------------------------------------------------------------------------
--------------------        CLASS BUTTONS THEME      --------------------------------
-------------------------------------------------------------------------------------
**/
.btn-primary {
    background: #004f7d;
    border: 1px solid #004f7d;
}
.btn-primary:hover {
    background: #002c4a;
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background: #002c4a;
    box-shadow: 0 0 0 0.2rem rgba(0, 79, 125, .5);
}
.btn-primary.focus,
.btn-primary:focus {
    background: #002c4a;
    box-shadow: 0 0 0 0.2rem rgba(0, 79, 125, .5);
}
/**
-------------------------------------------------------------------------------------
--------------------       CLASS CSS BOOTSTRAP 4     --------------------------------
-------------------------------------------------------------------------------------
**/
.close {
    color: #fff;
}
.form-group.form-check {
    margin-top: 1.5rem;
}
.modal-header {
    background: rgb(0 78 126);
}
.modal-title {
    color: #fff;
}
.table > thead > tr > th {
    background: #e2e2e2;
    background: -webkit-linear-gradient(#e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: -o-linear-gradient(#e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    background: linear-gradient(#e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 );
    text-align: center;
    vertical-align: middle;
}
.table-hover > tbody > tr:hover > td {
    background: rgba(9, 149, 236, 0.2);
}
/**
-------------------------------------------------------------------------------------
--------------------     ELEMENTOS PARA CSS SLICK    --------------------------------
-------------------------------------------------------------------------------------
**/
.slick-list,
.slick-track {
    height: 100%;
}

.slick-prev.slick-arrow {
    position: absolute;
    top: 40%;
    left: 20px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    content: " ";
    display: block;
    background-color: none;
    color: #fff;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.slick-next.slick-arrow {
    position: absolute;
    top: 40%;
    right: 20px;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-next::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    content: " ";
    display: block;
    background-color: none;
    color: #fff;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/**
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
**/
.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.8rem + 2px);
    line-height: 1;
    padding: .40rem 1.125rem .75rem .375rem;
}

.select2-container--bootstrap4 .select2-results__option {
    padding: 5px 10px;
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #004a64;
}
/**
------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------
**/
@media screen and (min-width:1601px) and (max-width: 1920px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
}
@media screen and (min-width:1401px) and (max-width: 1600px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
    .event-info-img {
        width: 50%;
    }
    .event-info-img > img {
        margin-left: 5%;
    }
}

@media screen and (min-width:1025px) and (max-width:1400px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
    .event-info-img {
        width: 60%;
    }
    .app-admin-content {
        width: 80%;
    }
    .app-admin-menu {
        width: 20%;
    }
    .event-register-form {
        width: 85%;
    }
    .event-register-form > div {
        margin: 0 auto;
        width: 95%;
    }
    .event-info-img > img {
        margin-left: 1rem;
    }
}

@media screen and (min-width:993px) and (max-width:1024px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
    .event-info-img {
        width: 80%;
    }
    .app-admin-content {
        width: 100%;
    }
    .app-admin-menu {
        display: block;
        left: -28%;
        position: absolute;
        width: 28%;

        z-index: 10;
    }
    .app-login-info {
        width: 50%;
    }
    .app-login-form {
        width: 50%;
    }
    .btn-app-admin-menu {
        display: inline-block;
    }

    section.login {
        width: 100%;
    }
    .event-info,
    .event-register {
        width: 50%;
    }
    .event-register-form {
        width: 85%;
    }
    .event-info-img > img {
        margin-left: 0;
    }
    section.login > div {
        width: 90%;
    }

    .app-admin.open > .app-admin-mask {
        display: block;
    }
    .app-admin.open > .app-admin-menu {
        display: block;
        box-shadow: 2px 0px 5px #004a64;
        left: 0;
        position: absolute;
        width: 28%;
    }
    .event-register-form > div {
        margin: 0 auto;
        width: 95%;
    }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
    .event-info-img {
        width: 80%;
    }
    .app-admin-content {
        width: 100%;
    }
    .app-admin-menu {
        display: block;
        left: -45%;
        position: absolute;
        width: 45%;
        z-index: 10;
    }
    .app-login-info {
        width: 50%;
    }
    .app-login-form {
        width: 50%;
    }
    .btn-app-admin-menu {
        display: inline-block;
    }
    section.login {
        width: 100%;
    }
    .event-info {
        width: 50%;
    }
    .event-register {
        width: 50%;
    }
    .event-register-form {
        margin: auto auto;
        width: 90%;
    }
    .event-register-form > div {
        margin: 0 auto;
        width: 100%;
    }
    .event-info-img > img {
        margin-left: 0;
    }
    section.login > div {
        width: 95%;
    }

    .app-admin.open > .app-admin-mask {
        display: block;
    }
    .app-admin.open > .app-admin-menu {
        display: block;
        box-shadow: 2px 0px 5px #004a64;
        left: 0;
        position: absolute;
        width: 45%;
    }
}

@media screen and (min-width:513px) and (max-width:767px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
    .event-info-img {
        width: 80%;
    }
    .app-admin-content {
        width: 100%;
    }
    .app-admin-menu {
        display: block;
        left: -60%;
        position: absolute;
        width: 60%;
        z-index: 10;
    }
    .app-login {
        display: block;
    }
    .app-login-info {
        width: 100%;
    }
    .app-login-form {
        width: 100%;
    }
    .btn-app-admin-menu {
        display: inline-block;
    }
    .event-page-home {
        display: block;
    }
    .event-info,
    .event-register {
        width: 100%;
    }
    .event-register-form {
        margin: auto auto;
        width: 92%;
    }
    .event-info {
        padding-top: 3rem;
    }
    .event-page-home-result-content {
        width: 80%;
    }
    .event-page-home-result-content > .event-page-home-result-message {
        padding: 1rem 5%;
    }
    .event-info-img {
        margin: -4rem auto 0 auto;
        max-width: 600px;
    }
    .event-info-img > img {
        margin-left: 0;
    }

    section.login {
        margin: 0 auto;
        width: 80%;
    }

    .app-admin.open > .app-admin-mask {
        display: block;
    }
    .app-admin.open > .app-admin-menu {
        display: block;
        box-shadow: 2px 0px 5px #004a64;
        left: 0;
        position: absolute;
        width: 60%;
    }
    .event-register-form > div {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (min-width:321px) and (max-width:512px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
    .event-info-img {
        margin: -4rem auto 0 auto;
        width: 80%;
    }
    .app-admin-content {
        width: 100%;
    }
    .app-admin-menu {
        display: block;
        left: -60%;
        position: absolute;
        width: 60%;
        z-index: 10;
    }
    .app-login {
        display: block;
    }
    .app-login-info {
        width: 100%;
    }
    .app-login-form {
        width: 100%;
    }
    .btn-app-admin-menu {
        display: inline-block;
    }
    .event-page-home {
        display: block;
    }
    .event-info,
    .event-register {
        width: 100%;
    }
    .event-register-form {
        margin: auto auto;
        width: 92%;
    }
    .event-page-home-result-content {
        width: 90%;
    }
    .event-page-home-result-content > .event-page-home-result-message {
        padding: 1rem 5%;
    }
    .event-info {
        padding-top: 4rem;
    }
    .event-info-img > img {
        margin-left: 0;
    }

    section.login {
        margin: 0 auto;
        width: 95%;
    }
    .event-register-form > div {
        margin: 0 auto;
        width: 100%;
    }
    section.login > div {
        width: 100%;
    }

    .app-admin.open > .app-admin-mask {
        display: block;
    }
    .app-admin.open > .app-admin-menu {
        display: block;
        box-shadow: 2px 0px 5px #004a64;
        left: 0;
        position: absolute;
        width: 55%;
    }
}

@media screen and (max-width:320px) {
    .app-admin-menu > .logo {
        min-height: 150px;
    }
    .event-info-img {
        margin: -2rem auto 0 auto;
        width: 80%;
    }
    .app-admin-content {
        left: 0;
        width: 100%;
    }
    .app-admin-menu {
        display: block;
        left: -75%;
        position: absolute;
        width: 75%;
        z-index: 10;
    }
    .app-login {
        display: block;
    }
    .app-login-info {
        width: 100%;
    }
    .app-login-form {
        width: 100%;
    }
    .btn-app-admin-menu {
        display: inline-block;
    }
    .event-page-home {
        display: block;
    }
    .event-info,
    .event-register {
        width: 100%;
    }
    .event-register-form {
        margin: auto auto;
        width: 92%;
    }
    .event-page-home-result-content {
        width: 90%;
    }
    .event-page-home-result-content > .event-page-home-result-message {
        padding: 1rem 5%;
    }
    .event-info {
        padding-top: 4rem;
    }
    .event-info-img > img {
        margin-left: 0;
    }

    section.login {
        margin: 0 auto;
        width: 95%;
    }
    .event-register-form > div {
        margin: 0 auto;
        width: 100%;
    }
    section.login > div {
        width: 100%;
    }

    .app-admin.open > .app-admin-mask {
        display: block;
    }
    .app-admin.open > .app-admin-menu {
        display: block;
        box-shadow: 2px 0px 5px #004a64;
        left: 0;
        position: absolute;
        width: 75%;
    }
}