/*
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;
}

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: auto;
}

.navbar-header h3{
    margin: 0px;
    display: block;
}

.navbar-header span{
    line-height: 20px;
    height: 20px;
    display: block;
}

.navbar-header img{
    vertical-align: middle;
    max-height: 150px;
}

.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: 0px;
}

.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: #000000 !important;
    background-color: gray;
}

.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: #646464;
    /* font-weight: 300; */
    margin-bottom: 10px;
    font-size: 1.20rem;
}

/* Mensajes de error formularios */
div.invalid{
    color: #F44336;
    font-size: 12px;
    margin-top: -10px;
}

div.invalidEncuesta{
    color: #F44336;
    font-size: 12px;
}

.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: rgb(0 176 173 / 6%);
    font-size: 12px;
    color: #7E6B09;
    border: 1px solid #0a8b89;
    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{
    color: #004884;
    font-size: 1.2rem;
    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;
    }

    .navbar-header{
        height: 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;
    }

    .hedermail {
        margin-left: -3px
    }
}


.tabs .tab a{
    color: white !important;
    /* color: #35BACF !important; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px !important; /* Reduce el padding si es necesario */
}

.tabs .tab a:hover,
.tabs .tab a.active{
    color: white !important;
    /* color: #35BACF !important; */
    background-color: #3a72b5 !important;
    /* background-color: #35BACF  !important; */
}

.tabs .indicator{
    background-color: #3a72b5 !important;
    /* background-color: #35BACF  !important; */
}

.tabs{
    height: 85px !important;
    display: flex !important;
}

.tabs .tab{
    height: 85px !important;
    flex: 1 !important; /* Todos los tabs ocupan el mismo espacio */
    min-width: 0 !important; /* Evita desbordamiento */
}

@media only screen and (max-width: 993px)  {
    .tabsData{
        display: none;
    }
}

@media only screen and (min-width: 993px)  {
    .ItemsMenuNormal{
        display: none;
    }
}

@media screen and (min-width: 360px) and (max-width: 640px){
    .side-nav{
        /* background-color: #522c6e !important; */
        background-color: #D1D2D5 !important;
    }
    .colorWhite{
        color: #FFF !important;
    }
}
.webreg-me__social-button{
    /*    background-color: red !important;*/
    width: 180px !important
}

.webreg-me__social-button__text{
    font-size: smaller !important;
    width: 160px !important;
    padding-right: 30px!important;
}

.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);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semi-transparente */
    z-index: 9999; /* Asegura que esté en la parte superior */
    display: flex;
    justify-content: center;
    align-items: center;
}

.obsolete-browser-warning {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    text-align: center;
}

.image-container {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.browser-image {
    height: auto;
    cursor: pointer;
}

/* Conferencias */
.descripcion_conferencia {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    color: #617EBB !important;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 5px;
}

.descripcion_sala {
    color: #ff0000 !important;
    font-weight: 600;
    font-size: 20px;
}

.descripcion_dia {
    color: #000000 !important;
    font-weight: 900;
    font-size: 25px;
    /* background-color: #FFD700; */
}

.titulo {
    font-weight: bold;
    color: #000000 !important;
    font-size: 19px;
}

.confMagistral {
    font-weight: bold;
    color: #b45f06 !important;
    font-size: 19px;
    text-align: center;
}

.tipoConferencia {
    color: #ff0000 !important;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

/* Estilo para la imagen */
/* img {
    float: right;
    max-width: 100px;
    height: auto;
  } */

  /* Estilo para la imagen */
.conferencista {
    margin-bottom: 20px;
}

div.row {
    position: relative;
}

.divMagistral{
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
/* Conferencias */

button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 1300px) {
    .step {
        font-size: 11px;
    }
}