/* Biblioteca de CSS , efectos varios */

/* CSS RESET 
html5doctor.com Reset Stylesheet, by Richard Clark
MODIFICADO para ESPACIO360
*/
html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, em, img, 
a, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, 
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, footer, header, menu, nav, section,
audio, video {
 margin:0; padding:0;
 border:0; outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 
}
html {  
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
 	  	box-sizing: border-box;
}
*, *:before, *:after { /* Para no romper plugins externos */
-webkit-box-sizing: inherit;
   -moz-box-sizing: inherit;
 	  	box-sizing: inherit;  
}
body { line-height:1;}
article,aside,footer,header,menu,nav,section {  display:block;}
nav ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0;}
input, select { vertical-align:middle;}
/* FIN CSS RESET*/



/* Estilos CURSO */
html{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
body{
	font-size:100%;
}
html, body, div.contenedor{
	position: absolute;
	width: 1024px; height: 650px;
	top: 0; left: 0;
	overflow: hidden;
}

b, strong{ font-weight: 700;}
h1.title{ font-size:21px; padding-bottom: 15px; line-height: 1.2em;}
h2.subtitle{ font-size: 18px; padding-bottom: 15px; }
p { font-size: 16px; line-height: 22px; }

ul.greenbullet{
    list-style-image: url(../img/template/greenbullet.png);
}
ul.greenbullet>li{
    margin: 5px 5px 10px 15px;
}



/* Botones */
.boton1{
    background-color: #ddd;
    box-shadow: inset 0 8px 20px white;
    width: 300px;
    padding:10px 0;
    margin:10px auto;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.6s;
    border-radius: 10px;
}
.boton1>p{
    padding-bottom: 0 !important;
    font-weight: bold;
    color:#0081c9 !important;
}
.boton1:hover{
    background-color: #ccc;
}

/*===== Contenedor =====*/

.main, .contenido-sco{
    width:1024px; height:650px;
    position: absolute;
    top:0; left:0;
    background-color: #FFF;
}
.main {
    overflow: hidden;
    background-image: none !important;
}
.header {
    width: 100%;
    height: 38px;
    /*background-image: url(../../../../img/template/bayer_logo.png);*/
    display: table;
    position: absolute;
    top: 0;    left: 0;
    z-index: 50;
}
.hlogo{ 
    position: absolute;
    z-index: 15;
}
/*.titulo {
    color: #fff;
    display: block;
    font-size: 24px;
    width: auto;
    height: 36px;
    float: left;
    padding: 7px 15px 0 75px;
    background: #0081C9;
}*/
.titulo {
    font-weight: 300;
    color: #fff;
    display: block;
    font-size: 24px;
    width: auto;
    height: 36px;
    float: left;
    padding: 4px 8px 0px 70px;
    background: #0081C9;
    position: relative;
    z-index:12;
}

.titulo:after {
    position: absolute;
    width: 0; 
	height: 0; 
	border-left: 0px solid transparent;
	border-right: 16px solid transparent;
	border-top: 36px solid #0081C9;
	border-bottom: 0 solid transparent;
    content: '';
    top: 0px;
    right: -16px;
}
.temas {
    font-weight: 300;
    position: relative;
    color: #fff;
    display: block;
    font-size: 18px;
    width: auto;
    height: 36px;
    opacity: 0.8;
    float: left;
    padding: 8px 6px 0 20px;
    background: rgba(0, 129,201,0.6);
    z-index: 9;
    font-style: italic;
}
.temas:after {
    position: absolute;
    width: 0; 	height: 0; 
	border-left: 0px solid transparent;
	border-right: 16px solid transparent;
	border-top: 36px solid rgba(0, 129,201,0.6);
	border-bottom: 0 solid transparent;
    content: '';
    top: 0px;
    right: -16px;
}

.header-btn-cont {
    position: absolute;
    display: table;
    width: 40px;
    height: 40px;
    text-align: center;
    left: 964px;
    top:0px;
}

.header-btn {
    display: inline-block;
    width: 37px;
    height: 34px;
    margin-left: 2px;
    vertical-align: middle;
    cursor:pointer;
    background: #5CBBE5;
}

.header-btn img{ width:100%;}
.header-btn i {
    cursor: pointer;
    color: #fff;
}

.cargando {
    position: absolute;
    width: 100%;
    height: 650px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    display: table;
}

.loading {
    text-align: center;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.navegacion {
    display: table;
    width: 1024px;
    height: 31px;
    position: absolute;
    bottom: 0px;
    z-index: 9999;
}
.paginacion {
    color: #fff;
    font-size: 14pt;
    left: 915px;
    position: absolute;
    text-align: center;
    top: -20px; 
    font-weight: bold;
    display: none;
    background-color: rgba(150,150,150,0.6);
    border:2px solid rgba(150,150,150,0.8);
    border-radius: 35px;
    padding: 8px 15px;
}

.pie_pag {
    position: absolute;
    right: 0px;
    top: -5px;
    height: 111px;
    width: 129px;
    /*background: url(../img/template/pagination.svg) no-repeat;*/
}

.instruccion {
   text-align: left;
   width: auto;
   height: 100%;
   background: #fff; 
   opacity: 0.7;
   /*float: left;*/
   display: inline-block;
}
.instru-back{
    background: #d1d1d1 !important;
    opacity: 0.7;
}

.intruccion-txt {
    position: relative;
    color: #000;
    font-size: 12pt;
    display: inline-block;
    padding: 7px 12px;
    float: left;
}
.instruccion img{
    float: right;
    overflow: hidden;
    padding: 3px 12px 0;
    width: 47px;
}
.nav_btn {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 1.5em;
    text-align: center;
    color: #006599;
    cursor: pointer;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    transition: text-shadow 1s linear 0;
}

.nav_btn:hover{
    text-shadow: 0px 0px 5px rgba(0,0,0,0.5);

}

#siguiente {
    left: 50%;
    top: 22%;
}
#anterior {
    left: 40%;
    top: 22%;
}
#audio{ margin-top: 0; }
.selected {
    background-color: #253A48;
}


/* menu */
.menu-2 {
    position: absolute;
    z-index: 45;
    width: 72px;
    top: 5%;
    left: 94%;
    transition: all 2s;
}
.menu-2 img { margin: 7px 0px; }
.active-2 { top: -100%;  }
.menu-2.activated-2 { transition: all 1s;}


.menu {
    position: absolute;
    z-index: 100000;
    width: 600px;
    height: 643px;
    top: 0px;
    left: 424px;
    background-color: #28ABE2;
}
.menu .btn-back{ 
    top: 55px;
    font-size: 25px;
    right: 22px;
    color: white;
 }
.menu-temas-cont {
    display: block;
    height: 560px;
    overflow: auto;
     padding-left: 20px;
}
ul#menu_temas {
    list-style-type: none;
}
div.menu ul#menu_temas li a {
    color: #FFF;
    text-decoration: none;
    font-size: 1em;
}
div.menu h2 {
    color: #ffffff;
    padding: 20px;
}
div.menu ul#menu_temas li a:hover {
    /*color: #231f20;*/
    color:#28ABE2;
    background: #fff; 
    opacity: .8;
    transition: all .8s;

}
div.contenedor div.menu ul#menu_temas li {
    margin-top: .7em;
    margin-bottom: .7em;
}
.cerrar-menu {
    color: #ffffff;
    cursor: pointer;
    float: right;
    left: 89%;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 64px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 20;
}
.cerrar-menu i{
    font-size: 1.5em;
}

.fa-bars .fa-2x{
    font-size: 1.5em;
    padding-top: 5px;
}

/*CSS MAPA INDEX*/
#mapa{
    /*background:url(../img/bg_00.jpg) top left no-repeat;*/
    position: absolute;
    width: 1024px; height: 650px;
    top: 0; left: 0;
    z-index: 1000;
}
#map-container{
    position: absolute;
    top:0px; left:0px;
    width:100%; height: 100%;
    overflow: hidden;
}

#map{ position: absolute; 
    
    /*transition:left 1s linear 0;*/
}


#palanca{position: absolute; top:459px; left:638px;}

#locations{
    position: absolute;
    background-color: white;
    top:0; left:-300px;
    width: 325px;    height:100%;
    z-index: 4;
    
}

#locations img{
    width: 100%;
    height: auto;
    position: relative;
}
#locations li:hover{
    color:#333;
    background-color: rgba(255,255,255,0.3);
}
div.map-location{
    position: absolute;
    cursor: pointer;
}
/*div.map-location:nth-of-type(1){top:428px; left:1090px; height:440px; width:540px;}
div.map-location:nth-of-type(2){top:640px; left:1775px; height:270px; width:430px;}
div.map-location:nth-of-type(3){top:760px; left:210px; height:240px; width:400px;}
div.map-location:nth-of-type(4){top:75px; left:1560px; height:340px; width:225px;}*/
/* Central Bayer */
div.map-location:nth-of-type(1){top: 399px;left: 1504px;height: 200px; width: 193px;}
/* SEDENA */
div.map-location:nth-of-type(2){top: 257px; left: 400px; height: 279px; width: 164px;}
/* Naval */
div.map-location:nth-of-type(3){top: 245px; left: 1354px; height: 144px; width: 220px;}
/* ISSEMYM */
div.map-location:nth-of-type(4){top: 742px; left: 1710px; height: 182px; width: 151px;}
/* IMSS */
div.map-location:nth-of-type(5){top: 234px; left: 602px; height: 94px; width: 225px;}
/* ISSSTE */
div.map-location:nth-of-type(6){top: 655px; left: 568px; height: 245px; width: 177px;}
/* PEMEX */
div.map-location:nth-of-type(7){top: 610px; left: 1274px; height: 142px; width: 180px;}
/* SSA - HOSPITAL GENERAL */
div.map-location:nth-of-type(8){top: 44px; left: 1606px; height: 148px; width: 180px;}
/* OPD */
div.map-location:nth-of-type(9){top: 676px; left: 1687px; height: 300px; width: 229px;}

/* HOVERS TOOLTIPS*/
div.map-location.tip:hover:before{
    position: absolute;
    top:30px;    left:10px;
    background-color: rgba(10,10,10,0.8);
    color:white;
    border:1px solid white;
    border-radius: 15px;
    padding:10px;
    font-size:30px;
}
div.map-location svg{
    display: block;
    height: 125px;
    width: 125px;
    position: absolute; 
    top: -26%; 
    right:-25%;
}
/*img.btn_pointmap{ position: absolute; width: 120px; top: -26%; right:-25%;}*/
.point1 { top: -108% !important; }
/*img.btn_pointmap:nth-of-type(2){ top: 26%;  left:55%; }
img.btn_pointmap:nth-of-type(3){ top: 22%;  left:13%; }
img.btn_pointmap:nth-of-type(4){ top: 7%;   left:34%; }
img.btn_pointmap:nth-of-type(5){ top: 65%;  left:69%; }
img.btn_pointmap:nth-of-type(6){ top: 11%;  left:87%; }
img.btn_pointmap:nth-of-type(7){ top: 41%;  left:33%; }
img.btn_pointmap:nth-of-type(8){ top: 6%;  left:60%; }
img.btn_pointmap:nth-of-type(9){ top: 35%;  left:80%; }*/
/*
div.map-location.tip:nth-of-type(1):hover:before{
    content:"Central Bayer";
}
div.map-location.tip:nth-of-type(2):hover:before{
    content:"SEDENA";
}
div.map-location.tip:nth-of-type(3):hover:before{
    content:"OPD";
}
div.map-location.tip:nth-of-type(4):hover:before{
    content:"ISSEMyM";
}
div.map-location.tip:nth-of-type(5):hover:before{
    content:"IMSS";
}
div.map-location.tip:nth-of-type(6):hover:before{
    content:"ISSSTE";
}
div.map-location.tip:nth-of-type(7):hover:before{
    content:"PEMEX";
}
div.map-location.tip:nth-of-type(8):hover:before{
    content:"SSA";
}
div.map-location.tip:nth-of-type(9):hover:before{
    content:"OPD";
}

*/
#ir-a-lugar{
    position: absolute;
    transform: scale(1);
     transition: margin .3s, transform .3s;
    /*!  */
}

#ir-a-lugar:hover{
    transition: margin .5s, transform .5s;
    transform: scale(1.2);
    margin-top: 3px;
}

#locations{  background:#EAEAEA; }
#locations .info{ width:100%; position: relative; border-bottom:1px solid #A3A2A2;}
#locations .info div{padding: 10px 0;text-align:center;width:48%; display:inline-block; font-weight:lighter; text-transform:uppercase; color:#0082CA;}
#locations .info div .value{font-weight: bold;padding-bottom: 6px;display: block;}
#locations .info div p{font-size:14px;}

#locations .name-state{ background:#009AD4;  color:white; position: relative;}
#locations .name-state h1{ font-weight: lighter; padding: 15px 10px 5px;color: white; font-size: 17px;}
#locations .name-state h1 .name{ font-weight: bold; }
#locations .name-state p{padding: 0px 10px 15px;font-weight: lighter;font-size: 15px;}
#locations .name-state label{ position: absolute;top: 20px;right: 16px; text-align: center;}
#locations .name-state #ir-a-lugar{ cursor: pointer; position: absolute;top: -47px;right: 9px;border: 0px;font-size: 15px;width: 40px;background: url(../img/template/btn-target.svg);height: 40px;border-radius: 50%; box-shadow:2px 2px 2px rgba(51,51,51,.25);}
#locations .content{color: rgb(80, 80, 80);padding: 20px 15px; overflow-y: auto; height:300px;}
#locations .content h1{font-weight: lighter;font-size: 18px;margin-bottom:10px; color: #009AD4;}
#locations .content p{ font-size: 15px; }
/*FIN CSS MAPA INDEX*/


/* CURSO MAIN */
.contenido-sco p{
    padding-bottom: 10px
}


/* Estilos Curso Capacitación y Desarrollo>Circuito Hospitalario */
.contenido-sco.ch h1.title{ color:#004a71; }
.contenido-sco.ch h2.subtitle{ color:#0081c9; }
.contenido-sco.ch p { color:#656565; }
.contenido-sco.ch .md-title div h1.title{ color:#fff;}

/*=== POPular ===================*/
.md-modal {
    position: absolute;
    top: -200%;
    left: 50%;
    min-width: 750px;
    height: auto;
    z-index: 2000;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.md-modal .md-content {
    color: #7d7b7b;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}
.md-content .md-inner{
    padding: 25px;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    display: inline-block;
    box-shadow: 0px 2px 25px rgba(51,51,51,.5);
    width:100%;
}
.md-content .md-txtw{
    margin: 0;
    font-weight: 300;
    width: 100%;
}  
.md-content .md-txt{
    margin: 0;
    font-weight: 300;
    width: 60%;
    float: left;
}   
.md-content .md-img{
    float: right;
    width: 40%;
}

.md-img img { margin: auto; display: block; }
.md-bg1 { background:#fff; }
/*Effect*/
.md-show{
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-close, .md-close1 { 
    height: 50px;
    position: relative;
    z-index: 5;
    background: #072249;
}

.md-title { width: 93%; float: left; height: 100%; }
.md-title div { padding-top: 14px; text-align: center; color: #fff; }
.md-close .md-btn-close,.md-close1 .md-btn-close{ width: 7%; float: right; }
.md-close .md-btn-close img,.md-close1 .md-btn-close img { float: right; cursor: pointer; }
.md-content h3{color:#DB8E28;}
.md-content hr { border: 1px dashed #88BC24; height: 0; width: 49%; margin: 0; }
.bg-pop{ background:rgba(255,255,255,.3); height:0px; width:100%; opacity:0; position: absolute; top:auto;bottom: 0px; left:0px;transition:all .3s; z-index:1000; }
.bg-pop.md-show{opacity:1; height: 650px; transition:all .3s;}
.md-label{ text-align: center; color:#01723A; font-size:15px;}
/*=== Fin POPular ===================*/



/* EFECTOS CSS */
/* Escala animada */
.zoom-in { transition: all .2s ease-in-out; }
.zoom-in:hover { transform: scale(1.1); }


/* blink */
.blink{
    -webkit-animation-name:parpadeo;
       -moz-animation-name:parpadeo;
         -o-animation-name:parpadeo;
            animation-name:parpadeo;

    -webkit-animation-duration:0.5s;
       -moz-animation-duration:0.5s;
         -o-animation-duration:0.5s;
            animation-duration:0.5s;

    -webkit-animation-direction:alternate;
       -moz-animation-direction:alternate;
         -o-animation-direction:alternate;
            animation-direction:alternate;

    -webkit-animation-iteration-count:infinite;
       -moz-animation-iteration-count:infinite;
         -o-animation-iteration-count:infinite;
            animation-iteration-count:infinite;    
}

@-webkit-keyframes parpadeo{  from{opacity: 1;}  to {opacity: 0.3;} } 
   @-moz-keyframes parpadeo{  from{opacity: 1;}  to {opacity: 0.3;} } 
     @-o-keyframes parpadeo{  from{opacity: 1;}  to {opacity: 0.3;} } 
        @keyframes parpadeo{  from{opacity: 1;}  to {opacity: 0.3;} }


/* Animacion de entrada, según direcciones*/
.entraLeft, .entraRight, .entraTop, .entraBottom{
    -webkit-animation-duration:1s;
       -moz-animation-duration:1s;
         -o-animation-duration:1s;
            animation-duration:1s;

    -webkit-animation-direction:normal;
       -moz-animation-direction:normal;
         -o-animation-direction:normal;
            animation-direction:normal;

    -webkit-animation-iteration-count:1;
       -moz-animation-iteration-count:1;
         -o-animation-iteration-count:1;
            animation-iteration-count:1; 
}
.entraLeft{
    -webkit-animation-name:entraLeft;
       -moz-animation-name:entraLeft;
         -o-animation-name:entraLeft;
            animation-name:entraLeft;
}

@-webkit-keyframes entraLeft{
    from {  -webkit-transform: translate3d(-100%, 0, 0); opacity: 0; }
    to {    -webkit-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-moz-keyframes entraLeft{
    from {  -moz-transform: translate3d(-100%, 0, 0); opacity: 0; }
    to {    -moz-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-o-keyframes entraLeft{
    from {  -o-transform: translate3d(-100%, 0, 0); opacity: 0; }
    to {    -o-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@keyframes entraLeft{
    from {  transform: translate3d(-100%, 0, 0); opacity: 0; }
    to {    transform: translate3d(0, 0, 0);    opacity: 1; }
}

.entraRight{
    -webkit-animation-name:entraRight;
       -moz-animation-name:entraRight;
         -o-animation-name:entraRight;
            animation-name:entraRight;
}

@-webkit-keyframes entraRight{
    from {  -webkit-transform: translate3d(100%, 0, 0); opacity: 0; }
    to {    -webkit-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-moz-keyframes entraRight{
    from {  -moz-transform: translate3d(100%, 0, 0); opacity: 0; }
    to {    -moz-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-o-keyframes entraRight{
    from {  -o-transform: translate3d(100%, 0, 0); opacity: 0; }
    to {    -o-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@keyframes entraRight{
    from {  transform: translate3d(100%, 0, 0); opacity: 0; }
    to {    transform: translate3d(0, 0, 0);    opacity: 1; }
}

.entraTop{
    -webkit-animation-name:entraTop;
       -moz-animation-name:entraTop;
         -o-animation-name:entraTop;
            animation-name:entraTop;
}
@-webkit-keyframes entraTop{
    from {  -webkit-transform: translate3d(0, -100%, 0); opacity: 0; }
    to {    -webkit-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-moz-keyframes entraTop{
    from {  -moz-transform: translate3d(0, -100%, 0); opacity: 0; }
    to {    -moz-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-o-keyframes entraTop{
    from {  -o-transform: translate3d(0, -100%, 0); opacity: 0; }
    to {    -o-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@keyframes entraTop{
    from {  transform: translate3d(0, -100%, 0); opacity: 0; }
    to {    transform: translate3d(0, 0, 0);    opacity: 1; }
}

.entraBottom{
    -webkit-animation-name:entraBottom;
       -moz-animation-name:entraBottom;
         -o-animation-name:entraBottom;
            animation-name:entraBottom;
}
@-webkit-keyframes entraBottom{
    from {  -webkit-transform: translate3d(0, 100%, 0); opacity: 0; }
    to {    -webkit-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-moz-keyframes entraBottom{
    from {  -moz-transform: translate3d(0, 100%, 0); opacity: 0; }
    to {    -moz-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@-o-keyframes entraBottom{
    from {  -o-transform: translate3d(0, 100%, 0); opacity: 0; }
    to {    -o-transform: translate3d(0, 0, 0);    opacity: 1; }
}
@keyframes entraBottom{
    from {  transform: translate3d(0, 100%, 0); opacity: 0; }
    to {    transform: translate3d(0, 0, 0);    opacity: 1; }
}


/* animación rotación*/
.rotando, .rotando-al-reves{
    -webkit-animation-duration:8s;
       -moz-animation-duration:8s;
         -o-animation-duration:8s;
            animation-duration:8s;

    -webkit-animation-iteration-count:infinite;
       -moz-animation-iteration-count:infinite;
         -o-animation-iteration-count:infinite;
            animation-iteration-count:infinite;

    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
    
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
         -o-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
}
.rotando{
    -webkit-animation-name:rotando;
       -moz-animation-name:rotando;
         -o-animation-name:rotando;
            animation-name:rotando;
}

.rotando-al-reves{
    -webkit-animation-name:rotando-al-reves;
       -moz-animation-name:rotando-al-reves;
         -o-animation-name:rotando-al-reves;
            animation-name:rotando-al-reves;
}

@-webkit-keyframes rotando{ from{  -webkit-transform: rotate(0deg); }   to{ -webkit-transform: rotate(360deg);  }   }
   @-moz-keyframes rotando{ from{  -moz-transform: rotate(0deg); }   to{ -moz-transform: rotate(360deg);  }   }
     @-o-keyframes rotando{ from{  -o-transform: rotate(0deg); }   to{ -o-transform: rotate(360deg);  }   }
        @keyframes rotando{ from{  transform: rotate(0deg); }   to{ transform: rotate(360deg);  }   }

@-webkit-keyframes rotando-al-reves{ from{  -webkit-transform: rotate(0deg); }   to{ -webkit-transform: rotate(-360deg);  }   }
   @-moz-keyframes rotando-al-reves{ from{  -moz-transform: rotate(0deg); }   to{ -moz-transform: rotate(-360deg);  }   }
     @-o-keyframes rotando-al-reves{ from{  -o-transform: rotate(0deg); }   to{ -o-transform: rotate(-360deg);  }   }
        @keyframes rotando-al-reves{ from{  transform: rotate(0deg); }   to{ transform: rotate(-360deg);  }   }

/*==== Class button info-bubble ===*/
.btn-bubble,.btn-bubble-2,.btn-bubble-3 { position: absolute; }
.btn-bubble img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
    cursor: pointer;
}
.txt-bubble,.txt-bubble-2,.txt-bubble-3{ 
    position: relative;
    font-size: 16px;
    padding: 5px 15px;
    background: #fff;
    text-align: center;
    color: #0081C9;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: block;
}
.btn-bubble-2 img {
    margin: 0 auto;
    padding-bottom: 10px;
    cursor: pointer;
    float: left;
    padding-right: 10px;
    position: relative;
    width: 49px;
}
.txt-bubble-2 {
    float: right;
    display: inline;
}
.btn-bubble-3 img {
    margin: 0 auto;
    padding-bottom: 10px;
    cursor: pointer;
    float: right;
    padding-right: 10px;
    position: relative;
    width: 49px;
}
.txt-bubble-3 {
    float: left;
    display: inline;
}
/*====animación boton =====*/
.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
}
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/*Table you have to give width to the thead > th*/
.tg thead{ color:white; background:#122348; font-weight:bold; }
.tg th,.tg td{ padding:10px 15px; }
.tg thead{ display: block; }
.tg tbody{ max-height: 450px; overflow-y:scroll; display: block; }
.tg tbody tr:nth-child(even){ background:#93B6C9; color:white;}
.tg tbody tr:nth-child(odd){ background:#5AA1C9; color:white;}

.tg ul.list{list-style-type:circle; padding-left:20px;margin-top:1.2em;}
.tg ul.list li{color: white;margin-top:.8em;}
.tg ul.list li span{color: white;}

 .btn-gradient{
    padding: 15px; font-size: 16px; font-weight:bold; color: #0080C5; border-radius: 10%; position: absolute; cursor: pointer;

    background: rgba(242,242,243,1);
    background: -moz-linear-gradient(top, rgba(242,242,243,1) 0%, rgba(216,215,217,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,242,243,1)), color-stop(100%, rgba(216,215,217,1)));
    background: -webkit-linear-gradient(top, rgba(242,242,243,1) 0%, rgba(216,215,217,1) 100%);
    background: -o-linear-gradient(top, rgba(242,242,243,1) 0%, rgba(216,215,217,1) 100%);
    background: -ms-linear-gradient(top, rgba(242,242,243,1) 0%, rgba(216,215,217,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,243,1) 0%, rgba(216,215,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f3', endColorstr='#d8d7d9', GradientType=0 );
}

/* CSS CALIFICACIÓN */

.progress-pie-chart {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.gt {
  background-color: #3498db;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #3498db;
  transform: rotate(60deg);
}
.gt .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.91304px/2);
  top: calc(50% - 173.91304px/2);
  width: 173.91304px;
  height: 173.91304px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #3498db;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}

body {
  font-family: Arial;
  background: #f7f7f7;
}

.progress-pie-chart {
  margin: 50px auto 0;
}
.grayscale{
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; 
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.course-app{ display:none; }
.course-app.loaded{ display: block; }
#start-loader{
    background: #009AD4;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
#start-loader .wrapper{
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    display: block;
}
#start-loader .wrapper h1 {
    font-weight: 300;
    color: #fff;
    display: block;
    font-size: 28px;
    width: auto;
    height: 36px;
    padding: 12px 8px 0px 70px;
    text-align: center;
}
#start-loader .wrapper .spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

#start-loader .wrapper .dot1,#start-loader .wrapper .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
#start-loader .wrapper .dot2{
    background-color: #fff;
}
#start-loader .wrapper .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*===== poins bounce =======*/
.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-3px,0);
    transform: translate3d(0,-3px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.map-location .no-active{
    opacity: 0;
    transition:opacity 0.5s;
}
.map-location.activo .no-active{
    opacity: 1;
}

.btn-back { position: absolute; bottom: 9px; right: 44px; cursor: pointer; }

.guia_layer {
    background: black;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
#guia{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 99999;
}
#guia .guia-close{
    position: absolute;
    top: -1px;
    right: 7px;
    opacity: .25;
    cursor:pointer;
    transition:opacity .2s;
}
#guia .guia-close:hover{
    opacity:1;
    transition:opacity .5s;
}
.video-guia { 
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);

    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
 }

 /*.contenido-sco{ background-image: url(img/template/fgenerico.png); background-repeat: no-repeat; background-size: cover; }*/
.menu-2 img{ cursor: pointer; }

.descargableslist, .blocknotes{ 
    position: absolute;
    z-index: 999991;
    width: 50%;
    display: table;
    margin: 0 auto;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
    height: 650px;
    overflow: hidden;
}
.blocknotes{ height: 650px; width: 90%; }
.contentnote{ height: 550px; width: 100%; position: relative; float: left; }
.descargableslist-close,.blocknotes-close{ position: relative; width: 100%; float: right; text-align: right; display: table; }
.descargableslist-close img, .blocknotes-close img{ position: relative; float: right; cursor: pointer;}
.guia-close{  z-index: 10000; }
.descargableslist h4, .blocknotes h4{ color: #0081c9;
    font-size: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;}



.listados{position: relative; margin: 0 auto; color: #000; display: block;}

div.listados  dl { padding: 10px; }
div.listados  dl  dt {
    margin-top: 15px;
    margin-bottom: 35px;
}

div.listados  dl  dt  a {
    color: #000 !important;
    font-size: 20px;
}

div.listados  dl  dt  i {
    color: red;
    padding-right: 10px;
}

.helpineedsomebody{ position: absolute;
display: block;
z-index: 1001;
bottom: 0;
right: 50px;
}
.leyenda{
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    color: #009ad4;
    display: table;
    font-weight: bold;
    left: 0;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 1;
}
.helpineedsomebody i{
    text-align: center;
    font-size: 34px;
    color: red;
    font-weight: bold;
    cursor: pointer;
}

#homeprincipal{ 
    right: 20px;
    top: 22%;
 }

 textarea{
    height: 100%;
    width: 100%;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}