@import "parametros.css";


html,
body {
    background-color: #FFF;
    background-image: url("../images/bg/bg_default.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(var(--color-01));
    font-family: var(--font-family-text);
    font-weight: 200;
    margin: 0;
    padding: 0;
    height: 100%;
}

p {
    font-size: 16px;
}

a:hover {
    color: var(--color-2);
    text-decoration: underline;
}
a {
    color: var(--color-02);
    text-decoration: none;
    background-color: transparent;
}

a.primary-color {
    color: #0072b8;
}

a.white-color {
    color: #FFF;
}

.text-green {
    color: var(--color-3);
}
#top-bar {
    padding-top: 5px;
    padding-bottom: 3px;
    color: #FFF;
    background-color: var(--color-1);
}
#top-bar span {
    color: #fff;
    font-weight: 500;
}
#top-bar .fa {
    margin-right: 10px;
    color: #FFF;
    font-size: 20px;
    vertical-align: middle;
}


.navbar-ihendolat {
    background-color: var(--color-01) !important;
    padding: 5px 10px;
}
.navbar-ihendolat .navbar-nav .nav-item {
    border-right: 1px solid #343a40;
}
.navbar-ihendolat .navbar-nav .nav-item:last-child {
    border-right: none;
}
.navbar-ihendolat .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 700;
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.navbar-ihendolat .navbar-nav .nav-item .nav-link i {
    font-size: 18px;
    margin-right: 5px;
}
.navbar-ihendolat .navbar-nav .nav-item .nav-link img.coin {
    width: 20px;
    margin-right: 5px;
}
.navbar-ihendolat .navbar-nav .nav-item .nav-link .coin-text {
    font-size: 13px;
}
.navbar-ihendolat .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 13px !important;
    font-weight: 700;
}
.navbar-ihendolat .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.navbar-ihendolat .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #ebedf0 !important;
    color: #343a40;
}
.navbar-ihendolat .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active,
.navbar-ihendolat .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
    color: #343a40;
    text-decoration: none;
    background-color: #ebedf0;
}
.navbar-ihendolat .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item h5 {
    font-size: 16px !important;
    font-weight: 700;
    min-width: 300px;
    max-width: 400px;
    word-wrap: normal;
    white-space: normal;
}
.navbar-ihendolat .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    min-width: 300px;
    max-width: 400px;
    word-wrap: normal;
    white-space: normal;
}

.navbar-ihendolat.white{
    background-color: #FFF !important;

}
.navbar-ihendolat.white .navbar-brand{
    color: #205b9f;
}
.navbar-ihendolat.white .navbar-nav .nav-item .nav-link{
    color: #205b9f;
}

.navbar-ihendolat.white .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}
.navbar-ihendolat.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
    .navbar-ihendolat .navbar-nav .nav-item {
        border-right: none;
        padding-bottom: 5px;
        padding-top: 5px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }

    .navbar-ihendolat .navbar-nav .nav-item:first-child{
        padding-top: 20px;
    }
    .navbar-ihendolat .navbar-nav .nav-item:last-child{
        margin-bottom: 20px;
    }
}


#main-container {
    padding-top: 0;
    padding-bottom: 30px;
}
#main-container #main-banner {
    padding-top: 35px;
    padding-bottom: 35px;
    background: url('../images/admin/main-banner.jpg') no-repeat center;
    margin-bottom: 2px;
}
#main-container #main-banner h1,
#main-banner h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
#main-container #main-banner h1 {
    font-size: 60px;
    font-weight: bold;
}
#main-container #main-banner h2 {
    font-size: 22px;
    font-weight: 300;
}

#main-container #breadcrumb {
    padding-left: 0 !important;
    padding-right: 0 !important;

    -webkit-box-shadow: 0px 11px 26px -16px  rgb(196, 204, 224);
    -moz-box-shadow: 0px 11px 26px -16px  rgb(196, 204, 224);
    box-shadow: 0px 11px 26px -16px  rgb(196, 204, 224);

}
#main-container .breadcrumb {
    margin-bottom: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    background-color: rgb(196, 204, 224);
    /*background-color: #343a40;*/
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#main-container .breadcrumb li,
.breadcrumb > li + li::before,
.breadcrumb li a {
    color: #205b9f;;
    /*color: #fff;*/
    font-size: 12px;
    font-weight: 400;
}
#main-container .breadcrumb > .active {
    /*color: #f1f1f1;*/
    color: #5D216B;
}



#main-container .title-section h2 {
    font-size: 28px;
    font-weight: bold;
    color: var(--color-2);
    font-family: var(--font-family-title);
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    margin-bottom: 25px;
}
#main-container .title-section h2 span {
    display: block;
    color: #878a8c;
    font-size: 18px;
}
#main-container .content-section {
    padding-bottom: 80px;
}
#main-container .content-section .container {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 50px;
    padding-bottom: 50px;
}
#main-container .content-section .panel-result {
    margin-bottom: 30px !important;
    padding: 20px;
    background: var(--color-1);
    border:  1px solid var(--color-1);
    color: var(--color-light);
    border-radius: 3px;
}
#main-container .content-section .panel-result .panel-result-heading {
    padding: 5px 0 20px 0;
    color: var(--color-light);
    border-bottom: 1px solid var(--color-helper);
    font-family: var(--font-family-title);
}
#main-container .content-section .panel-result .panel-result-heading h3.panel-title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
#main-container .content-section .panel-result .panel-result-heading .help-block {
    display: block;
    color: var(--color-helper);
    font-size: 14px;
    font-weight: 300;
}
#main-container .content-section .panel-result .panel-result-body {
    padding: 20px 0 0;
}
#main-container .content-section .panel-result .table-view02{
    color: var(--color-light);
}

#main-container .content-section .panel-result .table-view02 > thead > tr > th {
    border-top: none;
    font-size: 16px;
    padding: 8px;
    vertical-align: middle;
}
#main-container .content-section .panel-result .table-view02 > tbody > tr > td {
    font-size: 12px;
    font-weight: 400;
    vertical-align: middle;
}
#main-container .content-section .panel-result .table-view02 > tbody > tr > td .btn {
    font-size: 12px;
}
/**************** LISTA DE EVENTOS ********************************************/
.evento-item {
    margin-bottom: 10px;
}
.evento-item .img-poster {
    border: 2px solid #0072b8;
}
.evento-item .evento-titulo,
.evento-item .evento-titulo a {
    color: var(--color-light);
    font-weight: 500;
    font-family: 'Oswald', sans-serif !important;
    text-decoration: none;
}
.evento-item .evento-titulo a:hover {
    color: var(--color-light);
}
.evento-item .evento-info {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.evento-item .evento-info li.list-inline-item,
.evento-item .evento-info li.list-inline-item a {
    font-weight: 400 !important;
    font-size: 12px;
    color: var(--color-helper);
    text-decoration: none;
}
.evento-item .evento-info li.list-inline-item a:hover {
    color: var(--color-helper);
}
.evento-item .evento-info li i {
    margin-right: 3px;
}
.evento-content {
    margin-bottom: 10px;
}
.evento-content .read-more {
    margin-top: 15px;
    text-align: right;
}
/**************** PAGAR SUSCRIPCIÓN EVENTO ********************************************/
.evento-to-pay {
    margin-bottom: 20px;
}
.evento-to-pay h4 {
    font-family: 'Oswald', sans-serif !important;
    font-weight: 900;
    font-size: 30px;
}
.evento-to-pay p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.evento-to-pay ul,
.evento-to-pay ul li {
    font-weight: 300;
    font-size: 16px;
}

.forma-pago {
    padding: 10px;
    color: #FFF !important;
    margin-bottom: 10px;
    min-height: 130px;
    height: auto;
}
.forma-pago h5 {
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 900;
}
.forma-pago p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}
.forma-pago i {
    font-size: 40px;
}

.forma-pago.bg-celeste:hover {
    text-decoration: none;
    background-color: #006FFF;
}
.forma-pago.bg-green:hover {
    text-decoration: none;
    background-color: #00af3e;
}
.forma-pago.bg-naranja:hover {
    text-decoration: none;
    background-color: #F59300;
}

.bg-celeste {
    background-color: #0065E8;
}
.bg-green {
    background-color: #5d813c;
}
.bg-naranja{
    background-color: #E88B00;
}

.btn-promocion{
    display: block;
    color: var(--color-light) !important;
    margin-bottom: 13px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.btn-promocion h4{
    font-size: 24px !important;
    font-weight: 700;
}
.btn-promocion p{
    margin-bottom: 0;
    font-size: 12px;
}


/**************** FOOTER  *****************************************************/
#footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
#footer .copyright {
    background-color: var(--color-1);
    padding: 18px 0 8px;

}
#footer .copyright p{
    font-size: 12px;
}


#footer .copyright,
#footer .copyright a,
#footer .copyright a:hover {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}


#footer.white .copyright{
background-color: rgb(196, 204, 224)
}
#footer.white .copyright,
#footer.white .copyright a,
#footer.white .copyright a:hover {
    color: #205b9f;
    font-weight: 300;
    font-size: 14px;
}


/**************** BOOTSTRAP CSS *********************************************/
.form-group .col-form-label,
.form-group .control-label {
    color: #8b8b8b;
    font-weight: 600;
    font-size: 14px;
}
@media (min-width: 768px) {
    .form-group .col-form-label {
        text-align: right;
    }
}
.form-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    resize: none;
}
.form-group .form-text {
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 12px;
}
.form-group .input-group-text {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.jfilestyle {
    margin-bottom: 5px !important;
}
.has-error .g-recaptcha > div {
    border: 1px solid #a94442;
}
input.error,
textarea.error,
select.error {
    border: 1px solid red !important;
    box-shadow: 0 0 8px red inset !important;
    outline: 0 none;
}
label.error {
    color: red;
    font-size: 11px !important;
    font-weight: 300 !important;
    padding-top: 0 !important;
    text-align: left !important;
}
.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.pagination .page-item .page-link {
    color: #000;
    font-weight: 400;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0072b8;
    border-color: #0072b8;
}
.btn {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-view02 {
    color:  #FFF;
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
    padding: 7px 30px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-view02:hover, .btn-view02:focus {
    background-color: var(--color-02);
    border: 1px solid var(--color-02);
    color: var(--color-light);
}

.btn-dark{
    color:  #FFF;
    background-color: var(--color-4);
    border: 1px solid var(--color-4);
    padding: 7px 30px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-dark:hover,.btn-dark:focus{
    background-color: var(--color-04);
    border: 1px solid var(--color-04);
    color: var(--color-light);
}

.modal-content {
    background: #F5F5F5;
    color: var(--color-1);
}
.modal-content .modal-header {
    border-bottom: 1px solid #e4e4e4;
}
.modal-content .modal-header .modal-title {
    font-family: var(--font-family-title);
    font-size: 24px;
    font-weight: 500;
}
.modal-content .modal-footer {
    border-top: 1px solid #e4e4e4;
}
/**************** PRELOADER CSS *********************************************/
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff;
    display: table;
    text-align: center;
}
#preloader .loader {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 200px;
    height: 200px;
}
#preloader .loader-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #0b101f;
    border-right-color: #eee;
    border-radius: 50%;
    position: relative;
    animation: loader-rotate 1s linear infinite;
    margin: 0 auto;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: inherit !important;
}
/**************** UTILITIES CSS *********************************************/
.space10 {
    min-height: 10px;
}
.space20 {
    min-height: 20px;
}
.space30 {
    min-height: 30px;
}
.space40 {
    min-height: 40px;
}
.space50 {
    min-height: 50px;
}

div.is-invalid {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
    font-weight: 400;
}

