@font-face {
    font-family: 'encode_sans';
    src: url('fonts/encodesans-light-webfont.eot');
    src: url('fonts/encodesans-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/encodesans-light-webfont.woff2') format('woff2'),
        url('fonts/encodesans-light-webfont.woff') format('woff'),
        url('fonts/encodesans-light-webfont.ttf') format('truetype'),
        url('fonts/encodesans-light-webfont.svg#encode_sanslight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'encode_sans';
    src: url('fonts/encodesans-semibold-webfont.eot');
    src: url('fonts/encodesans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/encodesans-semibold-webfont.woff2') format('woff2'),
        url('fonts/encodesans-semibold-webfont.woff') format('woff'),
        url('fonts/encodesans-semibold-webfont.ttf') format('truetype'),
        url('fonts/encodesans-semibold-webfont.svg#encode_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'encode_sans';
    src: url('fonts/encodesans-bold-webfont.eot');
    src: url('fonts/encodesans-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/encodesans-bold-webfont.woff2') format('woff2'),
        url('fonts/encodesans-bold-webfont.woff') format('woff'),
        url('fonts/encodesans-bold-webfont.ttf') format('truetype'),
        url('fonts/encodesans-bold-webfont.svg#encode_sansbold') format('svg');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'encode_sans';
    src: url('fonts/encodesans-extrabold-webfont.eot');
    src: url('fonts/encodesans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/encodesans-extrabold-webfont.woff2') format('woff2'),
        url('fonts/encodesans-extrabold-webfont.woff') format('woff'),
        url('fonts/encodesans-extrabold-webfont.ttf') format('truetype'),
        url('fonts/encodesans-extrabold-webfont.svg#encode_sansextrabold') format('svg');
    font-weight: 900;
    font-style: normal;
}

body,html{
    width: 100%;
    height: 100%; 
}

body{
    font-family: 'encode_sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

h1{
    font-size: 2.5em;
    font-weight: 900;
}
h2{
    margin-top: 0;
}
h3{}

button{
    font-size: 1.1em;
    font-weight: 800;
    margin: 20px 0;
    cursor: pointer;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
}

ol, ul{
    padding-left: 30px;
}

ol>li, ul>li{
    margin-bottom: 8px;
}

#marco{
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 100;
    overflow: auto;
}
#fondo{
    height:100%;
    width: 100%;
    opacity: 0.75;
    position: fixed;
    z-index: 1;
}

#mapa{
    position: absolute;
    z-index: 50;
    height: 100%;
    overflow: hidden;
}

.video{
    width:100%;/*655px;*/
    /*height:380px;*/
}

.bocado{
    background: #fff;
    border-radius: 20px;
    box-shadow: 6px 6px 18px rgba(0,0,0,.2);
    color: initial;
    font-size: 1.2em;
    font-weight: 600;
    padding: 15px 20px;
    position: relative;
    left: 65%;
    top: 0;
    width: 50%;
}
@media (max-width: 991px) {
    .bocado{
        left: 50%;
        width: 42% !important;
        margin-bottom: 20px;
    }
    .bocado:before{
        left: 40% !important;
    }
}
.bocado:before {
    bottom: -20px;
    border: 0;
    border-bottom-width: 20px;
    border-left-width: 30px;
    border-style: solid;
    border-color: transparent #fff;
    content: "";
    display: block;
    left: 40px;
    position: absolute;
    width: 0;
}
.bocado small{
    display: block;
    color: initial;
}
.contenedor{
    color: #fff;
    height: 100%;
    margin: 70px auto 0 auto;
    max-width: 1100px;
    position: relative;
    width: 90%;
    z-index: 10;
}
.contenedor h1 {
    color: #fff;
    margin-top: 130px;
}
@media (max-width: 991px) {
    .contenedor h1 {
        margin-top: 30px;
    }
}

.contenedor div:last-child .sub_title{
    float: right;
    text-align: right;
}

.columna_material{
    width:59.19%; /*695px;*/
    min-height: 80%;
    max-height: 80%;
}
.columna_material img.pacho{
    display: block;
    margin:0 auto;
    margin-top: 100px;
}

.columna_material .infografia_cont{
    width: 100%;
    max-height:450px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
}
.columna_material img{
    max-width: 100%;
    height: auto;
}

.columna_info{
    width:36.55%;/* 402px;*/
    margin-top: 130px;
}

.cerrar{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
    top:10px;
    right:10px;
    background-image: url(../images/sprite_cerrar.png);
    transform: scale(1);
    transition: 0.3s transform ease-out;
}
.cerrar:hover {
    background-position: right;
    transform: scale(1.2);
}

.sub_title{
    width: 63%;
    margin-left: 0px;
    margin-top: 20px;
}

.sub_title h2{
    line-height: 0.7;
    font-size: 1.7em;
}
.carousel-control .glyphicon-chevron-left{
    left: -7px;
}
.carousel-control .glyphicon-chevron-right{
    right: -7px;
}
.carousel-control .glyphicon-chevron-right:before,
.carousel-control .glyphicon-chevron-left:before{
    position: absolute;
    left: 4px;
    top: 3px;
}

/*GRID TEMPORAL*/
body:after{
    content: "";
    display:none;
    background: url(../images/grid.png) left top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

@media screen and (max-width:1024px){

    body:after{
        content:"breakpoint 1024px";
        position: absolute;
        display: none;
    }
    .contenedor{
        width: 80%;
        min-width: 820px;
    }

    .columna_info{
        margin-top: 105px
    }

    .columna_material{
        width: 50%
    }

}


@media screen and (max-width:780px){

    body:after{
        content:"breakpoint 780px";
        position: absolute;
        display: none;
    }
    .contenedor{
        width: 100%;
        min-width:auto;
    }

    .contenedor>div{
        display: block;
        margin: 0 auto;
    }

    .columna_info{
        margin-top: 105px;
        padding-bottom: 50px;
    }
    .columna_material{
        width:90%
    }
    .columna_info{
        width:90%
    }

}
.carrusel_videos{
    height: auto;
    padding: 20px 0;
}

.carrusel_videos li{
    margin-bottom: 15px;
}

.controles{
    text-align: center;
}
.controles .ctrl_circulos,.slick-dots button{
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    margin: 0 8px;
}

.ctrl_circulos.seleccionado{
    background-color: #24c1ff;
    border:3px solid #000;
}
.proceso{
    margin:50px 0 0 0 ;
    display: flex;
    justify-content:space-between;
    width: 96%;

}
.proceso .ctrl_circulos{
    display:block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border-radius: 10px;
    vertical-align: middle;
    margin: 0 8px;
}

/*ESTACIONES*/

/*Estación 1*/

.bg_estacion1{
    background: url(../images/bg_01.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion1{
    border:3px solid #000;
    background:#BB3849;
    padding: 15px;
    color: #FFE97B;
}

.btn_estacion1:hover{
    background-color: #FFE97B;
    color: #BB3849
}
.cont_estacion1, .cont_estacion1 .bocado small{
    color: #1E5E00;
}

.cont_estacion1 h2{
    color: #000;
}

.cont_estacion1 .cerrar{
    display: block;
}

/*Estación 2 */

.bg_estacion2{
    background: url(../images/bg_02.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion2{
    border:3px solid #000;
    background:#BB3849;
    padding: 15px;
    color: #FFF;
}

.btn_estacion2:hover{
    background-color: #FFE97B;
    color: #BB3849
}
.cont_estacion2{
    color: #fff;
}
.cont_estacion2 h2, .cont_estacion13 h2{
    color:#aa2435;
}
.cont_estacion2 .cerrar{
    display: block;
}

/*Estación 3 */

.bg_estacion3{
    background: url(../images/bg_03.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion3{
    border:3px solid #000;
    background:#5cbc3f;
    padding: 15px;
    color: #1d4a10;
}

.btn_estacion3:hover{
    background-color: #1d4a10;
    color: #fff
}

.cont_estacion3 h2, .cont_estacion14 h2{
    color:#3d1d80;
    margin-bottom: 20px;
}
.cont_estacion3 .carousel h2{
    margin: 30px 0 20px;
}
.cont_estacion3 .cerrar{
    display: block;
}
.cont_estacion3 .carousel img, .cont_estacion3 .slider-thumbs img{
    width: 100%;
}
.cont_estacion3 .thumbnail, .cont_estacion4 .thumbnail, .cont_estacion6 .thumbnail{
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: -8px 6px 0px rgba(0,0,0,0.25);
    cursor: pointer;
    padding: 2px;
    opacity: 0.5;
    transition: all 0.4s;
}
.cont_estacion3 .thumbnail:hover, .cont_estacion4 .thumbnail:hover, .cont_estacion4 .active .thumbnail, .cont_estacion6 .thumbnail:hover {
    box-shadow: -16px 12px 0px rgba(0,0,0,0.25);
    opacity: 1;
}
.cont_estacion3 .carousel-control{
    background-image: none;
    bottom: initial;
    top: 160px;
    width: 10%;
}
.cont_estacion3 .carousel-control .glyphicon{
    background: #5CBC3F;
    border: 3px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    position: absolute;
}
@media (max-width: 991px) {
    .cont_estacion3 .col-md-5{
        clear: both;
        position:initial !important;
    }
    .cont_estacion6 .col-md-5{
        clear: both;
        position:initial !important;
    }
    .cont_estacion8 .col-md-5{
        clear: both;
        position:initial !important;
    }
}
/*Estación 4 */

.bg_estacion4{
    background: url(../images/bg_04.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion4{
    border:3px solid #000;
    background:#00abcb;
    padding: 15px;
    color: #00465B;
}

.btn_estacion4:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion4 h2, .cont_estacion15 h2{
    color:#80331d;
}
.cont_estacion4 .cerrar{
    display: block;
}
.cont_estacion4 .tab-pane .tab-inner {
    padding: 30px 0 20px;
}
.cont_estacion4 .thumbnails img{
    width: 100%;
}
/*Estación 5 */

.bg_estacion5{
    background: url(../images/bg_05.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion5{
    border:3px solid #000;
    background:#d8ab00;
    padding: 15px;
    color: #451d0a;
}

.btn_estacion5:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion5 h2, .cont_estacion16 h2{
    color:#333b0c;
}
.cont_estacion5 .cerrar{
    display: block;
}
.cont_estacion5 .nav-pills>li.active>a, .cont_estacion5 .nav-pills>li.active>a:focus, .cont_estacion5 .nav-pills>li.active>a:hover{
    background:#d8ab00;
    border:2px solid #000;
    color: #451d0a;
}
.cont_estacion5 .nav-pills>li>a{
    border: 2px solid transparent;
    color: #451d0a;
    font-weight: 600;
}
.cont_estacion5 .nav>li>a:focus, .cont_estacion5 .nav>li>a:hover{
    background:#bb3849;
    border:2px solid #000;
    color: #fff;
}


/*Estación 6 */

.bg_estacion6{
    background: url(../images/bg_06.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion6{
    border:3px solid #000;
    background:#31dfb8;
    padding: 15px;
    color: #00635e;
}
.btn_estacion6:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion6 h1{
    margin-bottom: 30px;
}
.cont_estacion6 h2{
    color:#a92567;
    margin: 30px 0 20px;
}
.cont_estacion6 .cerrar{
    display: block;
}
.cont_estacion6 .carousel img, .cont_estacion6 .slider-thumbs img{
    width: 100%;
}
.cont_estacion6 .carousel-control{
    background-image: none;
    bottom: initial;
    top: 160px;
    width: 10%;
}
.cont_estacion6 .carousel-control .glyphicon{
    background: #5CBC3F;
    border: 3px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    position: absolute;
}

/*Estación 7 */

.bg_estacion7{
    background: url(../images/bg_07.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion7{
    border:3px solid #000;
    background:#27df90;
    padding: 15px;
    color: #00635e;
}
.btn_estacion7:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion7{
    color: #fff;
}
.cont_estacion7 h2, .cont_estacion18 h2{
    color:#104881;
}
.cont_estacion7 .cerrar{
    display: block;
}

/*Estación 8 */

.bg_estacion8{
    background: url(../images/bg_08.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion8{
    border:3px solid #000;
    background:#29ebeb;
    padding: 15px;
    color: #006353;
}

.btn_estacion8:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion8 h2, .cont_estacion19 h2{
    color:#ffe100;
    margin-bottom: 20px;
}
.cont_estacion8 .carousel h2{
    margin: 30px 0 20px;
}
.cont_estacion8 .cerrar{
    display: block;
}
.cont_estacion8 .ul>li{
    margin-bottom: 40px;
}
.cont_estacion8 .carousel-indicators {
    bottom: 0;
    display: inline-block;
    position: inherit;
}
.cont_estacion8 .carousel img{
    width: 100%;
}
.cont_estacion8 .carousel-control{
    background-image: none;
    bottom: initial;
    top: 150px;
    width: 10%;
}
.cont_estacion8 .carousel-control .glyphicon{
    background: #5CBC3F;
    border: 3px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    position: absolute;
}

/*Estación 9 */

.bg_estacion9{
    background: url(../images/bg_09.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion9{
    border:3px solid #000;
    background:#29ebeb;
    padding: 15px;
    color: #00635e;
}

.btn_estacion9:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion9 h2{
    color:#ffe100;
}
.cont_estacion9 .cerrar{
    display: block;
}

.cont_estacion9 .columna_material h2{
    color:#fff;
}

/*Estación 10 */

.bg_estacion10{
    background: url(../images/bg_10.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.btn_estacion10{
    border:3px solid #000;
    background:#4c7feb;
    padding: 15px;
    color: #cae5ff;
}

.btn_estacion10:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion10 h2{
    color:#d24a54;
}
.cont_estacion10 .cerrar{
    display: block;
}

.cont_estacion10 .columna_material h2{
    color:#fff;
}

/*Estación 11 */
.bg_estacion11{
    background: url(../images/bg_11.jpg) no-repeat left top;
    background-size: 100% 100%;
    transform: rotate(180deg);
}
.btn_estacion11{
    border:3px solid #000;
    background:#eb8061;
    padding: 15px;
    color: #fff;
}
.btn_estacion11:hover{
    background-color: #d8ab00;
    color: #451d0a;
}
.cont_estacion11 h2{
    color:#3076aa;
}
.cont_estacion11 h3{
    color:#E4FFD6;
}
.cont_estacion11 p{
    color: #333;
}
.cont_estacion11 .cerrar{
    display: block;
}
.cont_estacion11 .ul>li{
    margin-bottom: 40px;
}
.cont_estacion11 .carousel img{
    width: 100%;
}
.cont_estacion11 .carousel-indicators {
    bottom: 0;
    display: inline-block;
    position: inherit;
}
.cont_estacion11 .carousel-control{
    background-image: none;
    bottom: initial;
    top: 50%;
    width: 10%;
}
.cont_estacion11 .carousel-control .glyphicon{
    background: #5CBC3F;
    border: 3px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    position: absolute;
}

/*Estación 12 */

.bg_estacion12{
    background: rgba(57,138,200,0.85);
    background-size: 100% 100%;

}
.btn_estacion12{
    border:3px solid #000;
    background:#c0e368;
    padding: 15px;
    color: #379476;
}

.btn_estacion12:hover{
    background-color: #bb3849;
    color: #fff;
}
.cont_estacion12 h1{
    padding-top: 20px;
}
.cont_estacion12 h2{
    color:#c6f7af;
}
.cont_estacion12 .cerrar{
    display: block;
}
.cont_estacion12 .bocado{
    color: #00abcb;
    font-size: 1.1em;
    width: 100%;
}

/*Estación 14 */

.cont_estacion14 .preguntas{
    font-size: 20px;
    margin-bottom: 50px;
}
.cont_estacion14 .preguntas p{
    border-bottom: 2px dashed rgba(61,29,128,0.4);
    margin: 30px 0 20px;
    padding-bottom: 6px;    
}
.cont_estacion14 .preguntas .list-inline>li{
    text-align: center;
}
.cont_estacion14 .preguntas .list-inline>li div{
    background: rgba(61, 29, 128, 0.4);
    border-radius: 10em;
    padding: 2px 10px;
    margin: 0 auto;
}

/*Estación 15 */

.cont_estacion15 .preguntas{
    font-size: 20px;
    margin-bottom: 50px;
}
.cont_estacion15 .preguntas li{
    box-shadow: -8px 6px 0px rgba(0,0,0,0.25);
    margin-bottom: 30px;
    transition: all 0.4s; 
}
.cont_estacion15 .preguntas li:hover{
    box-shadow: -16px 12px 0px rgba(0,0,0,0.25);
}
.cont_estacion15 .preguntas li:hover .media{
    background: #BB3849;
}
.cont_estacion15 .preguntas .media{
    background: #80331d;
    margin-top: 0;
    transition: all 0.4s;
}
.cont_estacion15 .preguntas .media .media-body{
    padding: 10px;
}
.cont_estacion15 .preguntas .media .media-left{
    background: #000;
    padding: 15px 20px;
}

/*Estacion 16 */

.cont_estacion16 .preguntas .ficha{
    background: rgba(30, 94, 0, 0.3);
    box-shadow: -8px 6px 0px rgba(0,0,0,0.25);
    margin-bottom: 30px;
    transition: all 0.4s; 
}
.cont_estacion16 .preguntas{
    margin-top: 30px;
}
.cont_estacion16 .preguntas .ficha img{
    width: 240px;
}
.cont_estacion16 .preguntas .ficha:hover{
    box-shadow: -16px 12px 0px rgba(0,0,0,0.25);
}
.cont_estacion16 .preguntas .ficha:hover .media{
    background: #1d4a10;
}
.cont_estacion16 .preguntas .media{
    background: #1e5e00;
    margin: 0 auto;
    padding: 10px;
    transition: all 0.4s;
    text-align:center;
}

/*Estación 17 */

.cont_estacion6 div.cs-skin-slide{
    width: 180px;
}
.cont_estacion6 .cs-skin-slide .cs-options{
    height: 380px;
}

.cont_estacion10 div.cs-skin-slide{
    width: 150px;
}

/*Estación 18 */

.cont_estacion18 .preguntas{
    font-size: 20px;
    margin-bottom: 50px;
}
.cont_estacion18 .preguntas p{
    border-bottom: 2px dashed rgba(61,29,128,0.4);
    font-size: 24px;
    margin: 30px 0 20px;
    padding-bottom: 6px;    
}
.cont_estacion18 .preguntas ol>li{
    background: rgba(16,72,129,0.4);
    border-radius: 10em;
    padding: 4px 15px;
    margin-bottom: 15px;
}
.cont_estacion18 .preguntas ol>li input{
    margin: 5px 10px 5px 0;
    vertical-align: text-top;
}
/* Estacion 19 */

.cont_estacion19 .actividad{
    margin-top:30px;
}
.cont_estacion19 .ficha{
    background: rgba(30, 94, 0, 0.3);
    box-shadow: -8px 6px 0px rgba(0,0,0,0.25);
    margin-bottom: 30px;
    transition: all 0.4s; 
}
.cont_estacion19 .ficha img{
    width: 100%;
}
.cont_estacion19 .ficha:hover{
    box-shadow: -16px 12px 0px rgba(0,0,0,0.25);
}
.cont_estacion19 .ficha:hover .pie{
    background: #09B295;
}
.cont_estacion19 .pie{
    background: #006C4A;
    padding: 10px;
    transition: all 0.4s;
}
.cont_estacion19 div.cs-skin-slide{
    width: 95%;
}

/*fin de estaciones */

.completar{
    margin-top: 120px;
}
.completar p{
    line-height: 1.8;
    text-align: justify;
}
.completar ol>li{
    border-bottom: 1px dashed rgba(0,0,0,0.6);
    line-height: 1.8;
    padding: 10px 5px 10px 25px;
    position: relative;
}
.completar ol>li:before{
    background: #a92567;
    box-shadow: inset 0 0 5px 1px rgba(0,0,0,0.3);
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: -1;
    left: -33px;
    top: 7px;
}

/*REGISTRO DE USUARIOS*/
#box{
    display: table-cell;
    vertical-align: middle;
}
#box form{
    width:440px ;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
#box .legal {
    color: #fff;
    margin: 10px auto;
    text-align: center;
    width: 440px;
}
#box .legal a {
    border-bottom: 1px dotted;
    padding-bottom: 2px;
    transition: all 0.2s;
}
#box .legal a:hover {
    padding-bottom: 0;
}
.bg_registro{
    background: #bada77 url(../images/login_bg.jpg) no-repeat center top;
    background-size: cover;
    display: table;
}
.form-control{
    margin-left: 25%;
    margin-top: 10%;
}    
.btn_login{
    position: absolute;
    top: 40%;
    left: 40%;
}

.shadow{
    /*position: relative;
    z-index: 9;*/
    background-image: url(../images/shadow.png);
    width: 648px;
    height: 600px;
    margin-top: -500px;
    margin-left:auto;
    margin-right: auto;
}
#logo_form{
    background-color: #F5F5F5;
    padding: 10px 40px;
}

#logo_form img{
    max-width: 100%;
}

#formulario input{
    width: 80%;
    display: block;
    margin: 12px auto 0 auto;
    background-color: #eaeaea;
    border:none;
    border-radius: 5px;
    padding: 18px 15px;
    font-size: 1em;
    font-weight: 300;
}
#formulario{
    text-align: center;
}

#formulario input[type="submit"]{
    display: inline-block;
    width: auto;
    border: 3px solid #000;
    border-radius: 0;
    font-size: 1.3em;
    padding: 15px 33px;
    margin: 20px 0;
    font-weight: 600;
    cursor: pointer;
    background-color: #FFCC00;
    color: #C62C2C;
}
#formulario input[type="submit"]:hover{
    background-color: #C62C2C;
    color: #FFCC00;
}

/*TRANSICIONES*/
.transicionIn{
    transition:all ease-out 0.3s;
}


/*Estado inicial entrada*/
.transicionIn.ng-enter{
    opacity: 1;
    margin-left: -800px;
}

/*Estado final entrada*/
.transicionIn.ng-enter-active{
    opacity: 1;
    margin-left: 0px;
}

/*Estado Inicial Salida*/
.transicionIn.ng-leave{
    opacity:0;
    display: none;
}

/*Estado Final Salida*/
.transicionIn.ng-leave-active{
    opacity: 0;
    display: none;
}

/*Canvas*/
#ctx{
    background:#64DAF6;
    display: block;
    position: relative;
    z-index: 0;
}

#ctx:hover{
    cursor:-webkit-grab;
}

#ctx2{
    position:fixed;
    display:block;
    z-index:3;
    right:0;
}

canvas{
    display: block;
}

#zoom{
    position: fixed;
    z-index: 100;
    bottom: 30px;
    left: 30px;
    background: #4CC7E8;
    display: block;
    padding: 10px 20px;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-radius: 5px;
}

#minimapa{
    position: fixed;
    z-index: 101;
    bottom: 80px;
    left: 30px;
    width:200px;
    display: none;
}
#minimapa .control{
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgba(215,119,124,0.5);
    border:1px solid #D7777C;
    top:0;
    cursor:pointer;
}

#minimapa img{
    width: 100%;
    display: block;
    height: auto;
}
/**Botones de zoomIn zoomOut***/
.grupo-zoom{
    background: #D7777C;
    border-radius: 20em;
    bottom: 120px;
    box-shadow: -4px 4px 0 #A6585D;
    left: 32px;
    padding: 10px 5px;
    position: absolute;
}
.grupo-zoom .zoomIn,.grupo-zoom .zoomOut{
    color: #fff;
    display: block;
    padding: 5px 5px 10px 8px;
    text-shadow: -6px 4px 0px #A6585D;
    transition: 0.3s text-shadow;
}
.grupo-zoom .zoomIn:hover,.grupo-zoom .zoomOut:hover{
    text-shadow: -3px 2px 0px #A6585D;
} 
/*** Boton Salir **/
.div-salir{
    position:absolute;
    bottom:20px;
    left:20px;
}
.div-salir .grupo-salir{
    position:relative;
}
.div-salir .grupo-salir .circulo:hover{
    background-image: url(../estacs/puertas-abiertas.png);
    transform:scale(1);
}
.div-salir .grupo-salir .circulo{
    background-image: url(../estacs/puertas-cerradas.png);
    background-size: cover;
    width:80px;
    height:80px;
    border-radius:50%;
    background-color:#fffcd5;
    transform:scale(0.9);
    transition: all 0.2s linear;
}
.div-salir .grupo-salir .mensaje{
    background-color: #84DC6E;
    border-radius: 10em;
    box-shadow: -4px 4px 0 #11B544;
    color: #1A5134;
    font-weight: 600;
    box-sizing: border-box;
    width: auto;
    position: relative;
    top: 57px;
    left: 55px;
    padding: 3px 25px 6px 30px;
}

/**Tooltip de boostrap ***/
.tooltip-inner {
    background-color: #000 !important;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000 !important;
}
.tooltip.right .tooltip-arrow{
    border-right-color: #000 !important;
}
.tooltip.left .tooltip-arrow{
    border-left-color: #000 !important;
} 
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000 !important;    
}

/******** MODAL DE CALIFICACION *****/
.modal.calificacion{
    background-color: rgba(255,255,255,0.4);
    top: 10%;
    left: 50%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-left: -50%;
    margin-top: -100px;
    width:auto;
}
.calificacion .bocado{
    font-size: inherit;
    margin: 40px auto;
    padding: 5px;
    position: initial;
    width: 80%;
}
.calificacion .bocado:before{
    display: inline-block;
    position:relative;
    left: 80px;
    top: 128px;
}
.calificacion .bocado h2{
    margin-bottom: 30px;
    color: #bb3849;
}
.calificacion .bocado .calificacion-puntaje{
    color: #FC7425;
}
.calificacion .media-heading {
    font-size: 30px;
}
.calificacion .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.calificacion .modal-body{
    max-height: inherit;
    padding: 0;
}
.calificacion.estac13 .modal-backdrop{
    background: url(../images/bg_02.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.calificacion .modal-backdrop.in{
    opacity: .75;
}
.calificacion .retroalimentacion-pie {
    color: #fff;
}
.progress-pacho {
    height: 250px;
}
.progress-pacho > svg {
    height: 100%;
    display: block;
    z-index: 1;
}
/*contendeor global*/
.retroalimentacion-grupo{
    width:250px;
}
/*contenedor circulo*/
.retroalimentacion-pacho {
    background-color: #fffcd5;
    background-repeat:no-repeat;
    background-size: 75%;
    border-radius:50%;
    box-shadow: inset 0 0 10px 3px rgba(0,0,0,.3);
    height: 250px;
    -webkit-animation: calificacion 2s ease; /* Chrome, Safari, Opera */
    animation: calificacion 2s ease; /* standar */
    margin-bottom: 10px;
    width: 250px;
}
.retroalimentacion-pacho.exito {
    background-image:url('../images/pacho-bien.png');
    background-position: 15px 10px;
}
.retroalimentacion-pacho.fallo {
    background-image:url('../images/pacho-pensando.png');
    background-position: center 10px;
}
/* Standart */
@keyframes calificacion {
    0%   {background-position-y:100%;}
    100% {background-position-y:0%;}
}
/* Chrome, Safari, Opera */
@-webkit-keyframes calificacion {
    0%   {background-position-y:100%;}
    100% {background-position-y:0%;}
}
@-webkit-keyframes animacion-exito {
    100% {
        background-position: -2000px;
    }
}

@-webkit-keyframes animacion-error {
    100% {
        background-position: -6500px;
    }
}
/*Ordenamiento Actividad Estacion 19 Alistamiento del vehiculo*/
/* Estacion 19 Alistamiento del vehiculo */
/*Buenas practicas y malas practicas Estacion 20 */
#practicas .practicas-container > div {
    display: inline-block;
    float: left;
    vertical-align: top;
}
#lista-componentes .componente {
    cursor: pointer;
    display: inline-block;
    height: 176px;
    transform:scale(0.9);
    transition: transform 0.1s;
    width: 250px;
    z-index: 50;
    vertical-align: middle;
}
#lista-componentes .componente#dispacidad{
    background: url(../images/estacion20/estacion20A.png);
}
#lista-componentes .componente#alineacion{
    background: url(../images/estacion20/estacion20B.png);
}
#lista-componentes .componente#alistamiento{
    background: url(../images/estacion20/estacion20C.png);
}
#lista-componentes .componente#mala-alineacion{
    background: url(../images/estacion20/estacion20D.png);
}
#lista-componentes .componente#puerta-abierta{
    background: url(../images/estacion20/estacion20E.png);
}
#lista-componentes .componente#escaleras{
    background: url(../images/estacion20/estacion20F.png);
}
#practicas .container-draggable {
    background: rgba(255,255,255,0.25);
    border: solid 2px #945495;
    border-radius: 25px;
    min-height: 520px;
    vertical-align: top;
}
#practicas .container-draggable h2{
    background: #945495;
    border-radius: 8px;
    display: inline-block;
    padding: 6px 10px;
    margin-top: 8px;
}
/*Estacion 22*/
#luces-artificiales{
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
}
/**/

/*Calificaciones */
.calificacion.estac14 .modal-backdrop{
    background: url(../images/bg_03.jpg) no-repeat left top;
    background-size: 100% 100%;
}
/*Calificaciones */
.calificacion.estac15 .modal-backdrop{
    background: url(../images/bg_04.jpg) no-repeat left top;
    background-size: 100% 100%;
}
/*Calificaciones */
.calificacion.estac16 .modal-backdrop{
    background: url(../images/bg_05.jpg) no-repeat left top;
    background-size: 100% 100%;
}
/*Calificaciones */
.calificacion.estac17 .modal-backdrop{
    background: url(../images/bg_06.jpg) no-repeat left top;
    background-size: 100% 100%;
}
/*Calificaciones */
.calificacion.estac18 .modal-backdrop{
    background: url(../images/bg_07.jpg) no-repeat left top;
    background-size: 100% 100%;
}
/*Calificaciones */
.calificacion.estac19 .modal-backdrop{
    background: url(../images/bg_08.jpg) no-repeat left top;
    background-size: 100% 100%;
}
/*Calificaciones */
.calificacion.estac20 .modal-backdrop{
    background: url(../images/bg_09.jpg) no-repeat left top;
    background-size: 100% 100%;
}
/*Calificaciones */
.calificacion.estac21 .modal-backdrop{
    background: url(../images/bg_10.jpg) no-repeat left top;
    background-size: 100% 100%;
}

/* Creditos */
.creditos {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  box-sizing: border-box;
  position: fixed;
  top: 10%;
  right: 0rem;
  width: 18rem;
  height: 80%;
  background-color: #097945;
  color: white;
  -webkit-transform: perspective(300px) rotateY(-5deg);
          transform: perspective(300px) rotateY(-5deg);
  -webkit-transform-origin: middle right;
          transform-origin: middle right;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: auto;
  z-index: 1000;
}
.creditos:after {
  content: '';
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: -3rem;
  background-image: -webkit-radial-gradient(ellipse, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 60%);
  background-image: radial-gradient(ellipse, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 60%);
}
.creditos .cerrar-creditos {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  /*font-size: 2rem;*/
  background-color: transparent;
  text-align: center;
}
/*.creditos figcaption {
  padding: 2rem;
}*/
.creditos figcaption p {
  line-height: 1.2rem;
}
.creditos dl {
    font-size: 14px;
}
.cerrado {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  right: -25rem;
}
.bg_registro a, .bg_registro a:hover{
    text-decoration:none;
    color: #fff;
}