/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2016, 11:33:51 AM
    Author     : Javier
*/

html {
    font-size: 14px;
    /* font-family: 'Open Sans', sans-serif !important; */
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background-color: #020202;
}

main {
    flex: 1 0 auto;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('../fonts/Material Icons'),
        local('../fonts/MaterialIcons-Regular'),
        url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
        url(../fonts/MaterialIcons-Regular.woff) format('woff'),
        url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

footer {
    margin-top: 0px;
}

footer .page-footer {
    padding: 10px;
    font-size: 0.75rem;
    vertical-align: middle;
    background-color: #fff;
}

footer .page-footer img {
    vertical-align: middle;
}

.container-fluid {
    display: block;
    width: 100%;
    padding: 1% 2%;
    height: auto;
    margin: 0 auto;
}

nav {
    height: fit-content;
}
.navbar-header {
    background-color: #fff; 
    padding: 10px 0;
}

.navbar-header h3 {
    margin: 0;
    display: block;
}

.navbar-header span {
    line-height: 20px;
    height: 20px;
    display: block;
}

.logos-container {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0 15px;
}

.waves-effect {
    text-align: center;
    display: inline-block;
    margin-top: 5px;
}

.logo-img {
    height: 80px;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 600px) {
    .logo-img {
        height: 60px;
    }
}


.navbar-lang,
.navbar-lang i.material-icons {
    color: white;
    font-size: 0.8rem;
    height: 30px;
    line-height: 30px;
}

.navbar-lang {
    background: #3e4e5c;
    text-align: right;
}

.navbar-lang a {
    cursor: pointer;
    padding: 0px 8px;
}

.navbar-lang i.material-icons {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 4px;
}

.row {
    margin-bottom: -10px;
}

.pointer {
    cursor: pointer;
}

.justify-align {
    text-align: justify;
}

ul.browser-default {
    padding-left: 20px;
}

.modal-s {
    max-width: 400px;
}

.modal-m {
    max-width: 650px;
}

.modal-l {
    width: 95%;
}

td,
th {
    padding: 5px;
    vertical-align: top;
}

/* Botones */
.btn-link {
    color: #ffffff !important;
    background-color: rgb(0, 38, 196, 50%);
}

.btn-link:focus,
.btn-link:hover {
    background: rgba(0, 0, 0, 0.1);
}

.nav-action {
    margin-bottom: 15px;
}

.nav-action .btn,
.nav-action button {
    margin-right: 15px;
}

/* Estilos generales de formularios */
small.description-fields {
    display: block;
    color: #0AA0EB;;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

/* Mensajes de error formularios */
div.invalid {
    color: #F44336;
    font-size: 12px;
    margin-top: -14px;
}

.invalid[icon=true] {
    margin-left: 50px;
}

p+.invalid {
    margin-top: 10px;
}

select+.invalid {
    margin-top: 0px;
}

select.browser-default {
    margin-top: 4px;
}

select.browser-default.invalid {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

select.browser-default.valid {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}

/* Errores del sistema */

#modal-error .modal-body {
    background: white;
    padding: 10px;
}

.no-javascript {
    background: none repeat scroll 0% 0% #F5F5F5;
    height: 100%;
    left: 0px;
    opacity: 0.9;
    position: fixed;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 5000;
    color: #474747;
}

.no-javascript div {
    top: 30%;
    display: block;
    position: absolute;
    width: 100%;
    font-weight: 300;
    font-size: 3em;
}

.no-javascript img {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.not-supported-container {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    color: #3F5364;
    background: #E9E9E9;
    border-bottom: 20px solid #1F9BDE;
    padding: 2%;
}

.block-not-supported {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: middle;
}

.supported-browsers-content {
    display: inline-block;
    position: relative;
    width: 100%;
    background: #fbfbe3;
    background: rgba(255, 255, 152, 0.22);
    font-size: 12px;
    color: #7E6B09;
    border: 1px solid #E5D841;
    padding: 5px;
    text-align: center;
}

.supported-browsers label {
    display: inline-block;
    width: 100%;
    position: relative;
    height: auto;
}

.content-browser {
    display: inline-block;
    width: 100%;
    position: relative;
    height: auto;
}

.browser {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 5px 12px;
}

.browser a {
    text-decoration: none;
    display: inline-block;
    width: auto;
    height: auto;
    position: relative;
}

.browser img {
    vertical-align: middle;
    border: none;
}

/* Loaders */

.loader-top {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    background: rgba(50, 50, 50, 0.1);
    cursor: default;
}

.loader-top .progress {
    margin: 0px;
}

.loader-processing {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
    cursor: default;
    display: none;
}

.loader-processing.loader-relative {
    position: absolute;
}

.loader-processing .loader-processing-content {
    margin-top: 15%;
}

/* Notificaciones */
.toast.success {
    background: #388E3C;
    color: #fff;
}

.toast.notice {
    background: #ffb74d;
    color: #fff;
}

.toast.error {
    background: #E53935;
    color: #fff;
}

.toast.info {
    background: #64B5F6;
    color: #fff;
}

/* Notificaciones */

.header-panel {
    color: #FFF;
    font-weight: 300;
}

.card .card-content .card-title {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 0px;
}

.card .card-content .card-title:not(:first-child) {
    margin-top: 1rem;
}

.card-title+.description-fields {
    margin-top: -6px;
}

@media print {
    #primary_nav_wrap {
        margin-top: 15px
    }

    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }

    #primary_nav_wrap ul li ul {
        background: #000000;
        padding-top: 9px;
    }

    #primary_nav_wrap ul li a {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        font-size: 16px;
        line-height: 36px;
        padding: 0 25px;
        margin: 0 10px;
        font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif !important;
    }

    #primary_nav_wrap ul li {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    #primary_nav_wrap ul li ul li a {
        display: block;
        background: #000000;
        text-transform: uppercase;
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
        line-height: normal;
        padding: 10px 25px;
        margin: 0px;
    }

    .current-menu-item {
        background-color: #ffffff !important;
        color: #000000 !important;
        border-radius: 18px;
    }

    #primary_nav_wrap ul li a:hover {
        background: #ffffff;
        color: #000000;
        border-radius: 18px;
    }

    #primary_nav_wrap ul li ul li a:hover {
        background: #ffffff;
        color: #000000;
        border-radius: 0px;
    }

    #primary_nav_wrap ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        padding: 0;
    }

    #primary_nav_wrap ul ul li {
        float: none;
        width: 200px;
    }

    #primary_nav_wrap ul ul a {
        line-height: 120%;
        padding: 10px 15px;
    }

    #primary_nav_wrap ul li:hover>ul {
        display: block;
        z-index: 1;
    }

    .no-print {
        display: none !important;
    }

    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .row .col.m11 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }

    .card {
        box-shadow: none;
        margin: 0px;
    }

    .container {
        width: 100%;
    }

    body {
        font-size: 80%;
        -webkit-print-color-adjust: exact;
    }

    footer .page-footer {
        font-size: 10px;
    }
}

[type="checkbox"]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.input-field label:not(.label-icon).active {
    font-size: 1.1rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
}

.input-field label {
    color: #9e9e9e;
    /*position: absolute;*/
    /*top: 1.2rem;*/
    left: 0;
    font-size: 1.1rem;
    cursor: text;
    transition: .2s ease-out;
    text-align: initial;
}

@media only screen and (max-width: 600px) {
    #ayuda {
        display: none !important;
    }

    #ayudaDiv {
        display: block !important;
    }
}

@media only screen and (min-width: 601px) {
    #ayuda {
        display: inline-block !important;
    }

    #ayudaDiv {
        display: none !important;
    }
}

.ribbon {
    position: absolute;
    right: 305px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 69px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #7c7c7c00;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #777;
    background: linear-gradient(#777 0%, #aaa 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #aaa;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #79A70A;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.efect {
    outline: none;
    text-decoration: none;
    position: relative;
    font-size: 1.5em;
    line-height: 1;
    color: #9e9ba4;
    display: inline-block;
}

.efect:visited {
    text-decoration: none;
}


/* Nukun */

.efect-infoexpo {
    color: #3F5364;
    font-weight: 900;
    overflow: hidden;
    padding: 4px 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.efect-infoexpo:hover {
    color: #1F9BDE;
    text-decoration: none;
}

.efect-infoexpo::before,
.efect-infoexpo::after {
    content: '';
    position: absolute;
    width: 52%;
    height: 2px;
    background: #75BA00;
    bottom: 0;
    left: 13%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.efect-infoexpo::after {
    background: #ACD07A;
    -webkit-transform: translate3d(-300%, 0, 0) scale3d(0, 1, 1);
    transform: translate3d(-300%, 0, 0) scale3d(0, 1, 1);
}

.efect-infoexpo:hover::before {
    -webkit-transform: translate3d(300%, 0, 0) scale3d(0, 1, 1);
    transform: translate3d(300%, 0, 0) scale3d(0, 1, 1);
}

.efect-infoexpo:hover::after {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

.efect-infoexpo span {
    color: #1F9BDE;
    display: inline-block;
    position: relative;
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 0deg);
    -webkit-transition: -webkit-transform 0.5s, color 0.5s;
    transition: transform 0.5s, color 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.efect-infoexpo:hover span {
    color: #3F5364;
    -webkit-transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
    transform: perspective(1000px) rotate3d(0, 1, 0, 180deg);
}