/*************************
 *tipografia de apoyo
 */
/****** abeezee ***********/ 

@font-face {
    font-family: 'abeezeeregular';
    src: url('../fonts/abeezee-regular-webfont.eot');
    src: url('../fonts/abeezee-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/abeezee-regular-webfont.woff2') format('woff2'),
         url('../fonts/abeezee-regular-webfont.woff') format('woff'),
         url('../fonts/abeezee-regular-webfont.ttf') format('truetype'),
         url('../fonts/abeezee-regular-webfont.svg#abeezeeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***** amaranth ************/

@font-face {
    font-family: 'amaranthregular';
    src: url('../fonts/amaranth-regular-webfont.eot');
    src: url('../fonts/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amaranth-regular-webfont.woff2') format('woff2'),
         url('../fonts/amaranth-regular-webfont.woff') format('woff'),
         url('../fonts/amaranth-regular-webfont.ttf') format('truetype'),
         url('../fonts/amaranth-regular-webfont.svg#amaranthregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "abeezeeregular";
    background-color: #002842;
}

body:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    top: 619px;
    left: 0;
   /* border-bottom: solid 1px #666;*/
}

button {
    font-family: "abeezeeregular";
}

.oacontext{
    position: relative; 
    /* box-shadow: 0 0 3px #666; */
    background-color: #012f51;
}

.overlay {
    background-color: rgba(142, 152, 159, .85);
}

p {
    margin: .5em 0;
}

/* --------------------------
 *  Header 
 * ------------------------- */

.header {
    position: absolute;
    background: none;
    width: 90%;
    width: calc(100% - 12px);
    z-index: 1;
}

.header .btn-icono {
    background: none;
    border: none;
    line-height: 43px;
    color: #fff;
    font-size: 1.35em;
    margin: 0;
    overflow: hidden;
    height: 46px;
    padding-left: 46px;
    position: relative;
}

.header .btn-icono::before {
    background: url("../img/sprites.png") no-repeat -90px -135px #00877f;
    border-radius: 50%;
    content: "";
    display: block;
    height: 44px;
    color: #fff;
    width: 44px;
    text-align: center;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0px 2px #006462 inset;
}

.header .btn-inicio::before {
    background-position: -90px -135px;
}

.header .btn-instruccion::before {
    background-position: -90px -90px;
}

.header .btn-sabiasque::before {
       background-position: -180px -47px;
}

.header .btn-creditos::before {
    background-position: -136px -91px;
}

.btn-icono.btn-creditos {
    text-indent: -9999px;
    float: right;
    margin-right: 10px;
    width: 50px;
}

.btn-icono.btn-instruccion {
    margin-right: 30px;
    float: right;
}

.btn-icono.btn-sabiasque{
    margin-right: 30px;
    float: right;
}

/* --------------------------
 *  Pantallas
 * ------------------------- */

.pantalla {
    padding: 0;
    padding-top: 56px;
    min-height: 564px;
}

/* --------------------------
 *  Ventanas
 * ------------------------- */
.vntn {
    top: 56px;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    width: 70%;
    padding: 50px;
    max-width: 480px;
    border:  none;
    max-height: 2048px;
}

.vntn-bienvenidos.e-oculto,
.vntn-instruccion.e-oculto{
    display: block !important;
    opacity: 0;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    top: 22px;
    right: 150px;
    z-index: -1;
    overflow: hidden;
    max-height: 0;
}

.vntn-bienvenidos.e-oculto{
    right: 480px;
}

.vntn-instruccion {
    padding: 4px 4px 0;
    border-radius: 12px;
    background-color: #c5efee;
    top: 112px;
}

.vntn--btn-cerrar {
    background: url('../img/sprites.png') no-repeat -180px -90px;
    background-color: #008282;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
    text-indent: -9999px;
    border: none;
    top: 8px;
    right: 8px;
}

.vntn-instruccion--titulo {
    color: #c5efee;
    background-color: #008282;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin: 0 0 0 0;
    height: 51px;
    line-height: 54px;
    padding-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

.vntn-instruccion--txt {
    color: #325e9f;
    padding: 25px;
	font-size: 1.2em;
}

/* --------------------------
 *  Generales
 * ------------------------- */

.nav {
    border-bottom: 1px solid #fead20;
    position: relative;
}

.btn-nav {
    height: 44px;
    color: #c7d2d5;
    padding: 0 11px;
    background-color: #8d9da2; 
    border: none;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-right: 4px;
    font-size: 1.2em; 
}

.btn-nav:before {
    display: inline-block;
    vertical-align: top;
    content: '';
    width: 30px;
    height: 30px;
    margin:  3px 3px 0 0;
    background: url('../img/sprites.png') -7px -186px no-repeat;
}

.btn-nav.nav-cal:before {
    background-position: -147px -231px;
}

.btn-nav.e-activo:before {
    background-position: -56px -138px;
}

.btn-nav.nav-cal.e-activo:before {
    background-position: -147px -140px;
}

.btn-nav.e-activo {
    background-color: rgb(0, 139, 139); /*#5a84b6;*/
	color: #fff;
}

.btn-nav span {
    display: inline-block;
    vertical-align: top;
    margin:  6px auto;
}

/* --------------------------
 *  Actividad 1 
 * ------------------------- */

.actividad1 {
    background-color: #002842;
}

.actividad1:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 101px;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: #cadaea;
}

.contenedor {
    border-bottom: 1px solid #fead20;
    position: relative;
    min-height: 518px;
}

/*** Esquema ***/
.esquema {
    background: url('../img/stars.jpg') center center #000;
    width: 100%;
    height: 518px;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.esquema--clickrec {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: transparent;
    text-indent: -9000px;
}

.esquema--clickrec .marca {
    position: absolute;
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border-radius: 50%;
    border: solid 2px #e88;
    color: #e88;
    background-color: rgba(230, 150, 150, .3);
    -webkit-transition: all 300ms;
    -webkit-transition-property: width, height, margin;
    transition: all 300ms;
    transition-property: width, height, margin;

}

.esquema--clickrec .marca.e-oculto {
    display: block !important;
    width: 0;
    height: 0;
    margin: 0;
    visibility: hidden;
}

.esquema--clickrec .marca.bien {
    border: solid 2px #8e8;
    color: #e88;
    background-color: rgba(150, 230, 150, .3);
}

.esquema--ecliptica {
    position: absolute;
    top: 10%;
    left: -10%;
    width: 120%;
    height: 80%;
    z-index: 0;
    border-radius: 43%;
    background-color: rgba(225, 225, 255, .16);
    text-indent: -9000px;
}

.esquema--rayos {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 60px;
    margin: -30px 0 0 0; 
    z-index: 0;
    text-indent: -9000px;
}

.esquema--rayos:before {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed rgba(210, 212, 127, .5);
    top: 50%;
}

.esquema--orbita {
    position: absolute;
    z-index: 0;
    width: auto;
    left: 0; 
    right: 0;
    height: 50%;
    top: 25%;
    text-indent: -9000px;
    border-radius: 50%;
    background-color: transparent;
    border-top: solid 1px rgba(210, 212, 127, .5);
    border-bottom: solid 1px rgba(210, 212, 127, .5);
    margin: 0 19% 0;
}

.esquema--orbita:before {
    display: none;
}

.esquema--orbita.before {
    border-bottom: none;
}

.esquema--orbita.after {
    z-index: 2;
    border-top: none;
}

.esquema--cuerpo {
    position: absolute;
    z-index: 2;
    color: #fff;
}

.esquema--sol {  
    top: 50%;
    left: 50%;
    width: 256px;
    height: 256px;
    margin: -128px 0 0 -128px;
}

.esquema--tierra {
    width: 126px;
    height: 126px;
    margin: -63px 0 0 -63px;
}

.esquema--tierra.e-e-pri {
    top: 25%;
    left: 50%;
    z-index: 1;
}

.esquema--tierra.e-e-oto {
    top: 75%;
    left: 50%;
    z-index: 3;
}

.esquema--tierra.e-s-inv {
    right: 14%;
    top: 50%;
}

.esquema--tierra.e-s-ver {
    left: 19%;
    top: 50%;
}

.cuerpo--sombra,
.cuerpo--tr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50% 0 0 -50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    text-indent: -9000px;
}

.cuerpo--arco {
    width: 40%;
    height: 20%;
    position: absolute;
    overflow: hidden;
    right: 103%;
    bottom: 50%;
    font-size: .8em;
}

.cuerpo--arco .etqt {
    display: block;
    text-align: right;
    margin: 15% 15% 0 0;
}

.cuerpo--arco:before {
    display: block;
    content: '';
    position: absolute;
    width: 150%;
    height: 280%;
    left: 93%;
    border: 1px dashed #fff;
    border-radius: 50%;
    top: -95%;
}

.cuerpo--img .img {
    /* background: url('../img/tierra/pl_0.png') center center no-repeat; */
    /* background-size: 100% 100%; */
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
}
.cuerpo--img .img img{
    display: block;
    width: 100%;
    height: 100%;
}

.esquema--tierra .cuerpo--tr {
    -webkit-transform: rotate(23.3deg);
    transform: rotate(23.3deg);
}

.esquema--sol .cuerpo--sombra {  
    width: 92%;
    height: 92%;
    margin: -46% 0 0 -46%;
}

.cuerpo--sombra {
    display: block;
    overflow: hidden;
    border-radius: 50%;
}

.cuerpo--sombra.fondo:after,
.cuerpo--sombra.corte:after {
    position: absolute;
    top: -36%;
    left: -25%;
    display: block;
    content: '';
    width: 150%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 0px 100px rgba(36, 36, 59, .3);
}

.cuerpo--sombra.fondo:after {
    box-shadow: 0 0 0px 100px rgba(0, 0, 0, 1);
}

.esquema--sol .cuerpo--sombra.corte:after {
    box-shadow: 0 0 0px 100px rgba(255, 255, 255, .2);
}

.esquema--tierra .cuerpo--sombra.corte:after {
    z-index: 1;
}

.cuerpo--sombra.sombra:before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .5);
    z-index: 1;
    position: relative;
}

.esquema--tierra.e-e-pri .sombra:before {
    display: none;
}

.esquema--tierra.e-e-oto .sombra:before {
    margin: 0;
}

.esquema--tierra.e-s-inv .sombra:before {
    margin: 0 0 0 50%;
}

.esquema--tierra.e-s-ver .sombra:before {
    margin: 0 0 0 -50%;
}

.esquema--etqt {
    display: none;
    color: #fff;
}

/** líneas **/
.esquema--linea {
    position: absolute;
    top: 50%;
    height: 2px;
    background-color: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 2000ms linear 0s;
    transition: all 2000ms linear 0s;
    left: 50%;
}

.esquema--linea.e-oculto {
    display: block !important;
    width: 0 !important;
    -webkit-transition: all 0ms ease 0s;
    transition: all 0ms ease 0s;
}

.esquema--linea .etqt {
    color: #fff;
    -webkit-transition: all 0ms ease 2000ms;
    transition: all 0ms ease 2000ms;
    position: absolute;
    display: block;
    -webkit-transform: rotate(-23.3deg);
    transform: rotate(-23.3deg);
    font-size: .8em;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    white-space: nowrap;
    text-align: left;
    top: 0px;
}

.esquema--linea .etqt:after {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 9px;
    border-bottom: dashed 1px #fff;
    top: 9px;
}

.esquema--linea.e-oculto .etqt {
    visibility: hidden;
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
    opacity: 0;
}

.esquema--linea.eje .etqt:after,
.esquema--linea.eje .etqt {
    display: none;
}

.esquema--linea.eje {
    width: 1px;
    background-color: #fff;
    border: none;
    height: 130%;
    margin: -65% 0 0 -.5%;
}

.esquema--linea.eje:before,
.esquema--linea.eje:after {
    display: block;
    content: 'N';
    position: absolute;
    line-height: 1em;
    top: -1em;
    left: -6px;
    text-indent: 0;
}

.esquema--linea.eje:after {
    content: 'S';
    top: auto;
    bottom: -1em;
}

.esquema--linea._h {
    text-indent: 0;
    z-index: 0;
}

.esquema--linea.ecuador {
    width: 100%;
    margin: 0 0 0 -50%;
}

.esquema--linea.ecuador .etqt {
    padding-right: 10px;
    right: 115%;
    top: 16px;
}

.esquema--linea.ecuador .etqt:after {
    right: -3px;
}

.esquema--linea.tropico {
    width: 90%;
    margin: 0 0 0 -45.5%;
    background-color: yellow;
}

.esquema--linea.tropico .etqt {
    padding-left: 10px;
    left: 116%;
    top: -10px;
}

.esquema--linea.tropico .etqt:after {
    left: -2px;
    border-bottom: 1px dashed #fbee9a;
}

.esquema--linea.cpolar {
    width: 40%;
    margin: 0 0 0 -20%;
    background-color: #91f6ff;
}

.esquema--linea.cpolar .etqt {
    padding-left: 10px;
    left: 131%;
    top: -10px;
}

.esquema--linea.cpolar .etqt:after {
    left: -2px;
    border-bottom: 1px dashed #91f6ff;
}

.esquema--linea._h:before,
.esquema--linea._h:after {
    display: block;
    content: '';
    position: absolute;
    height: 0;
    border-bottom: 1px dashed #fff;
    -webkit-transition: all 0ms ease 2000ms;
    transition: all 0ms ease 2000ms;
}

.esquema--linea._h:before {
    display: none;
    width: 15%;
    right: 100%;
}

.esquema--linea._h.e-oculto:after {
    visibility: hidden;
    opacity: 0;
}

.esquema--linea.ecuador:after{
    right: 100%;
    width: 13%;
}

.esquema--linea.tropico:after {
    left: 100%;
    width: 15%;
    border-bottom: 1px dashed #fbee9a;
}

.esquema--linea.cpolar:after {
    left: 100%;
    width: 30%;
    border-bottom: 1px dashed #91f6ff;
}

.esquema--linea.cancer {
    margin-top: -20%;
}

.esquema--linea.capricornio {
    margin-top: 20%;
}

.esquema--linea.artico{
    margin-top: -45%;
}

.esquema--linea.antartico {
    margin-top: 45%;
}

.esquema--act-etqt {
    color: #f0dfb2;
    position: absolute;
    text-align: center;
    font-size: .9em;
    white-space: nowrap;
}

.e-s-inv .esquema--act-etqt {
    bottom: 107%;
    right: 56%;
}

.e-s-ver .esquema--act-etqt {
    bottom: 107%;
    left: 90%;
}

.e-e-pri .esquema--act-etqt {
    bottom: 85%;
    left: 100%;
}

.e-e-oto .esquema--act-etqt {
    right: 90%;
    top: 104%;
}

.esquema--btn-act {
    background-color: transparent;
    color: #fff;
    position: relative;
    display: block;
    padding: 15px 0 0 18px;
    float: left;
    z-index: 4;
    border: none;
    margin: 0 4px 0;
    font-size: 1.04em;
}

.esquema--btn-act:after,
.esquema--btn-act:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 30px;
    top: 0;
    left: 0;
    border-left: solid 1px #fead20;
    border-bottom: solid 1px #fead20;
}

.esquema--btn-act:after {
    width: 6px;
    height: 6px;
    border: none;
    background-color: #fead20;
    top: 27px;
    left: 12px;
    border-radius: 50%;
}

.esquema--btn-act.toesquema {
    background: url('../img/stars.jpg') no-repeat -177px -350px;
    width: 44px;
    height: 44px;
    overflow: hidden;
    text-indent: -9000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.toesquema:after,
.toesquema:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/sprites.png') no-repeat -46px -45px transparent;
	border: none;
}

.e-horizontal .esquema--btn-act,
.e-vertical .esquema--btn-act {
    display: none;
}

.e-horizontal .toesquema,
.e-vertical .toesquema {
    display: block;
}

.e-horizontal .contenedor {
    padding-right: 350px;
}

.img-tropicos,
.img-cpolares {
    padding: 0;
    background-color: #d7e3f6;
    border: 6px solid #195dae;
    border-radius: 10px;
    max-width: 392px;
    width: 90%;
}

.img-cpolares .vntn--btn-cerrar,
.img-tropicos .vntn--btn-cerrar{
    background-color: #195dae;
    right: 4px;
    top: 4px;
}

.img-tropicos .trop,
.img-cpolares .cpol { 
    width: 100%;
	margin-top: 10px;
}

.js-vntn.vntn.img-cpolares {
    box-shadow: 2px 4px 10px #333;
}

/*** estados esquema ***/

.e-horizontal .esquema {
    width: 350px;
    position: absolute;
    z-index: 1;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
}

.e-vertical .esquema {
    height: 280px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.e-horizontal .e-e-pri .esquema--act-etqt {
    left: auto;
    right: 50%;
    bottom: 105%;
}

.e-horizontal .e-e-oto .esquema--act-etqt {
    right: auto;
    left: 50%;
}

.e-vertical .e-e-pri, 
.e-vertical .e-e-oto {
    display: none;
}
 
.e-horizontal .e-s-inv, 
.e-horizontal .e-s-ver {
    display: none;
}

.e-horizontal .tropico,
.e-horizontal .cpolar {
    display: none;
}

.e-horizontal .esquema--ecliptica {
    width: 200%;
    left: -50%;
}

.e-vertical .esquema--ecliptica {
    height: 100%;
    top: 0;
}

.e-horizontal .esquema--orbita{
    margin: 0 -115px;
}

.e-all .e-s-inv .tropico:after,
.e-all .e-s-inv .tropico .etqt {
    display: none;
}

.e-all .e-s-ver .cpolar:after,
.e-all .e-s-ver .cpolar .etqt {
    display: none;
}

.e-all .e-e-pri .cpolar:after,
.e-all .e-e-pri .tropico:after,
.e-all .e-e-pri .cpolar .etqt,
.e-all .e-e-pri .tropico .etqt {
    display: none;
}

.e-all .e-e-oto .cpolar:after,
.e-all .e-e-oto .tropico:after,
.e-all .e-e-oto .cpolar .etqt,
.e-all .e-e-oto .tropico .etqt {
    display: none;
}

.e-all .esquema--linea._h .etqt,
.e-all .esquema--linea._h {
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
}

.done-cpolares .esquema--sol,
.done-cpolares .esquema--ecliptica,
.done-cpolares .cuerpo--sombra:after,
.done-cpolares .esquema--orbita {
    visibility: hidden;
    -webkit-transition: all 0ms ease 2000ms;
    transition: all 0ms ease 2000ms;
}

.done-solsticios.esquema,
.done-tropicos.esquema,
.done-cpolares.esquema {
    width: 610px;
    -webkit-transition: all 300ms ease 2000ms;
    transition: all 300ms ease 2000ms;
    height: 240px;
    border-left: solid 1px #fead20;
}

.done-solsticios .e-s-ver,
.done-tropicos .e-s-ver,
.done-cpolares .e-s-ver {
    left: 150px;
}

.done-solsticios .e-s-inv,
.done-tropicos .e-s-inv,
.done-cpolares .e-s-inv {
    right: 93px;
}

.done-tropicos .e-s-inv,
.done-cpolares .e-s-inv,
.done-tropicos .e-s-ver,
.done-cpolares .e-s-ver {
    -webkit-transition: all 300ms ease 2000ms;
    transition: all 300ms ease 2000ms;
}

.done-solsticios.esquema {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.done-solsticios .e-s-ver .esquema--act-etqt, 
.done-tropicos .e-s-ver .esquema--act-etqt, 
.done-cpolares .e-s-ver .esquema--act-etqt {
    left: auto;
    right: 50%;
}


.done-tropicos .esquema--sol,
.done-tropicos .esquema--ecliptica,
.done-tropicos .cuerpo--sombra:after,
.done-tropicos .esquema--orbita {
    visibility: hidden;
    -webkit-transition: all 0ms ease 2000ms;
    transition: all 0ms ease 2000ms;
}

.done-solsticios .esquema--sol,
.done-solsticios .esquema--ecliptica,
.done-solsticios .cuerpo--sombra:after,
.done-solsticios .esquema--orbita {
    visibility: hidden;
}

.done-equinoccios .esquema--sol,
.done-equinoccios .esquema--ecliptica,
.done-equinoccios .cuerpo--sombra:after {
    visibility: hidden;
}

/*** textos y actividad ***/

.sub-tit { 
    font-size: 1.1em;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;	
}

.act-txt {
    padding: 0;
    position: relative;
    background: url('../img/fondoact.jpg') #cadaea;
    font-size: 1.2em; 
    color: #014598;
}

.equinoccios.act-txt {
    background: #cadaea;
}

.solsticios.done {
    -webkit-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}

.act-txt .txt {
    margin: 0px 20%;
    padding: 5px 20px 280px;
    min-height: 228px;
    box-shadow: 10px 0 12px -10px #5b7895, -10px 0 12px -10px #5b7895; /*#435d77;*/
    background: #cadaea;
}

.act-txt.e-oculto {
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
    display: block !important;
    position: absolute;
    visibility: hidden;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
}

.done .txt{
    padding: 5px 20px;
}

.cpolares.done .txt, 
.tropicos.done .txt {
    -webkit-transition: all 0ms ease 2000ms;
    transition: all 0ms ease 2000ms;
    margin: 0;
    box-shadow: none;
}


.equinoccios.done .txt {
    margin: 0px 20px;
    box-shadow: none;
}

.solsticios .txt {
    margin: 0px 15%;
}

.done .esqalign{
    min-height: 268px;
}

.act-txt ul {
    list-style: none;
    padding: 0;
}

.txt.esqalign > ul {
    margin-left: 30px;
    margin-right: 28px;
}

.act-txt li {
    position: relative;
}

.act-txt li:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 .1em; 
    border: solid .3em #014598;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
}

.e-horizontal .act-txt {
    height: auto;
}

.e-horizontal .act-txt.e-oculto {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    max-height: auto;
    max-width: 0;
}

.op-aqui {
    color: #0319bb;
    font-weight: bold;
}

.trea,
.cprea {
    background: #fbee9a;
    border: 4px solid #fead20;
    width: 38%;
    min-width: 400px;
    position: relative;
    float: right;
    padding: 10px;
    margin: 10px;
    overflow: hidden;
    -webkit-transition: all 300ms ease 2000ms;
    transition: all 300ms ease 2000ms;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    /* para la animacion del transition*/
    max-height: 1800px;
}

.trea p,
.cprea p {
    margin: 0;
}

.trea.e-oculto,
.cprea.e-oculto {
    display: block !important;
    visibility: hidden;
    max-height: 0;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    margin 0;
    position: absolute;
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
    opacity: 0;
    width: 0;
    min-width: 0;
}

.rea,
.cpinteract {
    overflow: hidden;
    padding: 0px 610px 0px 0;
    -webkit-transition: all 200ms ease 2200ms;
    transition: all 200ms ease 2100ms;
    clear: both;
    /* para la animacion del transition*/
    background: url('../img/stars.jpg');	
    min-height: 240px;
    max-height: 1024px;
}

.cpinteract {
	color: #fff;
    padding: 0px 625px 0px 15px;
}

.cpinteract .inst{
    text-align: center;
	color: #f0dfb2;
}

.solsticios .rea {
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
}

.rea.e-oculto, 
.cpinteract.e-oculto {
    display: block !important;
    min-height: 0;
    max-height: 0px;
    padding: 0px;
    visibility: hidden;
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
    opacity: 0;
}

.act-table {
    max-width: 640px;
    min-width: 392px;
    width: 100%;
    margin: 5px auto 15px;
    font-size: .8em;
    border-radius: 15px;
    box-shadow: 0 0 0 2px #014598;
}

.act-btns {
    text-align: center;
    font-size: .8em;
}

.act-table td {
    text-align: center;
    background-color: rgba(85, 85, 85, .4);
}

.act-table .td-label {
    font-weight: bold;
    padding: 9px;
}

.act-table .td-tt {
	color: #71f6ff;
    background-color: #014598; 
}

.act-table .r-tl {
    border-top-left-radius: 12px;
}

.act-table .r-tr {
    border-top-right-radius: 12px;
}

.act-table .r-bl {
    border-bottom-left-radius: 12px;
}

.act-table .r-br {
    border-bottom-right-radius: 12px;
}

.act-drag {
    cursor: pointer;
    padding: 5px;
    border: dashed 2px #10a1d8;
    border-radius: 3px;
    margin: 2px;
    display: inline-block;
}

.act-drag.activo {
    border: solid 2px #10a1d8;
}

.act-table .act-drag {
    margin: 0;
    float: none;
	border: none;
}

.sombraeje {
    position: relative;
    padding: 50px 0;
    margin: 0 25px 0 0;
    text-align: center;
    background: url('../img/stars.jpg');
    float: left;
    width: 280px;
    font-size: .8em;
	border: 4px solid #9aacc0;
    border-radius: 10px;
    box-shadow: 0 0 0 4px #e0e9f8 inset;
    display: block;
    overflow: hidden;
    z-index: 0;
}

.act-rea {
    top: 101px;
    background-color: #195dae;
    border-radius: 10px;
    box-shadow: 2px 4px 10px #333;
    color: #fff;
    font-size: 1.2em;
}

.act-rea .vntn--btn-cerrar {
    background-color: transparent;
    box-shadow: none;
}

.diasols .esquema--tierra,
.soltps .esquema--tierra,
.sombraeje .esquema--tierra {
    display: inline-block;
    position: relative;
    margin: 0;
}

.sombraeje .esquema--linea.eje:after,
.sombraeje .cuerpo--arco,
.sombraeje .cuerpo--sombra:after,
.sombraeje .esquema--linea._h {
    display: none;
}

.sombraeje .cuerpo--tr {
    -webkit-transform: none;
    transform: none;
}

.sombraeje .sombra:before {
    margin: 0 0 0 50%;
}

.sombraeje .esquema--linea.eje {
    height: 22%;
    z-index: 2;
}

.sombraeje .esquema--act-etqt {
    top: 105%;
    left: 20px;
}

.trea{
    width: 45%;
}

.diasols,
.soltps {
    width: auto;
    text-align: left;
    text-indent: 100px;
    margin: auto;
    position: relative;
    padding: 55px 0;
    margin: 0;
    font-size: .8em;
    overflow: hidden;
    min-height: 130px;
}

.soltps .esquema--sol {
    position: absolute;
    right: -194px;
    left: auto;
    z-index: 3;
}

.soltps .esquema--act-etqt {
    bottom: 100%;
    right: 90%;
    text-indent: 0;
    text-align: center;
}

.diasols .sombra:before,
.soltps .sombra:before {
    margin: 0 0 0 -50%;
}

.soltps .esquema--linea._h .etqt,
.soltps .cuerpo--arco,
.soltps .cuerpo--sombra:after{
    display: none;
}

.soltps .esquema--linea._h:after {
    left: 100%; 
    bottom: 100%;
    width: 21px;
    height: 68px;
    border: none;
    background: url('../img/persona.png') transparent;
    background-size: 100% 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.soltps .esquema--linea.artico:after {
    -webkit-transform: translate(-50%, 0px) rotate(22.7deg) scale(0.4);
    transform: translate(-50%, 0px) rotate(22.7deg) scale(0.4); 
}

.soltps .esquema--linea.cancer:after {
    -webkit-transform: translate(-50%, 0px) rotate(66.7deg) scale(0.4);
    transform: translate(-50%, 0px) rotate(66.7deg) scale(0.4); 
}

.soltps .esquema--linea.ecuador:after {
    -webkit-transform: translate(-50%, 0px) rotate(90deg) scale(0.4);
    transform: translate(-50%, 0px) rotate(90deg) scale(0.4); 
}

.soltps .esquema--linea.capricornio:after {
    -webkit-transform: translate(-50%, 0px) rotate(114.7deg) scale(0.4);
    transform: translate(-50%, 0px) rotate(114.7deg) scale(0.4); 
}

.soltps .esquema--linea.antartico:after {
    -webkit-transform: translate(-50%, 0px) rotate(156.7deg) scale(0.4);
    transform: translate(-50%, 0px) rotate(156.7deg) scale(0.4); 
}

.soltps .esquema--tierra .raylines {
    width: 180%;
    height: 180%;
    position: absolute;
    top: 50%;
    left: 50%; 
    margin: -90% 0 0 -90%;
    box-shadow: 0 0 35px 35px rgba(255, 255, 255, .152) inset;
    border-radius: 50%;
}

.soltps .esquema--tierra  .rayline {
    background-color: #fead20;
    position: absolute;
    border-radius: 10px;
    opacity: .3;
}

.soltps .esquema--tierra  .rayh {
    height: 20px;
    margin: -10px 0 0;
    width: 1200px;
}

.soltps .esquema--tierra  .rayd0 {
    margin-left: -40px;
    width: 1200px;
}

.soltps .esquema--tierra  .rayd1 {
    height: 12px;
    margin: -6px 0 0 -39px;
    width: 40px;
}

.soltps .esquema--tierra  .rayd2 {
    height: 4px;
    margin: -3px 0 0 -40px;
    width: 40px;
    border-radius: 0px;
}

.rea.e-oculto .soltps{
    visibility: hidden !important;
    opacity: 0;
}

.diasols {
    margin: auto;
    text-align: center;
    text-indent: 0;
}

.diasols .esquema--act-etqt {
    bottom: 100%;
    right: 95%;
    text-indent: 0;
    text-align: center;
}

.diasols .esquema--linea._h:before,
.diasols .esquema--linea._h:after {
    display: block;
    border-color: #fff;
}

.diasols .esquema--linea.ecuador .etqt {
    -webkit-transform: none;
    transform: none;
    top: -.7em;
    right: 105%;
    font-size: .85em;
}

.diasols .esquema--linea.tropico {
    background-color: #fff;
}

.diasols .detqt {
    color: #fff;
    position: absolute;
    white-space: nowrap;
    margin-top: -.7em;
    font-size: .85em;
}

.diasols .detqt.dc {
    top: 70%;
    left: 110%;
}

.diasols .detqt.dl {
    top: 30%;
    left: 110%;
}

.diasols .detqt.nc {
    top: 30%;
    right: 110%;
}

.diasols .detqt.nl {
    top: 70%;
    right: 110%;
}

.diasols .esquema--linea.cpolar,
.diasols .esquema--linea.ecuador:after,
.diasols .esquema--linea.ecuador:before,
.diasols .esquema--linea.tropico .etqt,
.diasols .cuerpo--arco,
.diasols .cuerpo--sombra:after{
    display: none !important;
}

.diasols .cuerpo--tr {
    -webkit-transform: none;
    transform: none;
}

.diasols .sombra:before {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotate(-23.3deg);
    transform: rotate(-23.3deg);
}

/* --------------------------
 *  Portada
 * ------------------------- */
.portada {
    text-align: center;
    overflow: hidden;
}

.portada:before {
    display: block;
    position: absolute;
    content: '';
    width: 80%;
    height: 100%;
    background-color: #002842;
    top: 0;
    right: -30%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.portada .titulo {
    color: #ffac13;
    font-size: 3em;
    /*font-weight: bold;*/
    margin: 15px;
    text-align: center;
    line-height: 50px;
	font-family: "amaranthregular";
}

.columna {
    width: 49.5%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
}

.intxt {
    margin: 50px 15% 0;
	font-size: 1.2em;
	line-height: 28px;
}

.btn-comenzar {
    background-color: #ffac13;
    border: 4px solid #bd7a05;
    border-radius: 10px;
    color: #662b0d;
    display: block;
    font-weight: bold;
    margin: auto;
    padding: 5px 12px;
    font-size: 1.1em;
    float: right;
	font-family: "amaranthregular";
}

.portada .esquema--tierra {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 20px auto;
}

.portada .esquema--linea {
    background-color: #819fb2;
}

.portada .esquema--linea._h {
    height: 3px;
}

.portada .esquema--linea.eje {
    background-color: #dae9fc;
    width: 3px;
}

.portada .esquema--linea.ecuador {
    width: 150%;
    margin: 0 0 0 -75%;
}

.portada .esquema--linea.tropico {
    width: 130%;
    margin-left: -65%;
}

.portada .esquema--linea.cpolar {
    display: none;
    width: 44%;
    margin-left: -22%;
}

.portada .esquema--tierra svg {
    width: 120%;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%; 
    margin: -60% 0 0 -60%;
    fill: none;
    stroke: #819fb2;
    z-index: -1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(23.3deg);
    transform: rotate(23.3deg);
}

.portada .esquema--linea._h .etqt,
.portada .esquema--linea._h:after,
.portada .cuerpo--arco,
.portada .esquema--act-etqt,
.portada .sombra:before,
.portada .cuerpo--sombra:after {
    display: none;
}

.portada .esquema--linea.eje{
    font-size: 1.3em;
}

/* --------------------------
 *  calendario 
 * ------------------------- */

.calendario{
    background-color: #002842;
}

.calgeo {
    position: relative;
    overflow: hidden;
    height: 519px;
    width: 100%;
}

.calgeo--estacion {
    position: relative;
    width: 25%;
    height: 485px;
    float: left;
    font-size: 1.2em;
    text-align: center;
    color: #fead20;
	text-transform: uppercase;
	line-height: 45px;
}

.calgeo--estacion.primavera {
    text-indent: -413px;
    background: url('../img/primavera.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.calgeo--estacion.verano {
    text-indent: -2px;
    background: url('../img/verano.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.calgeo--estacion.otono {
    text-indent: -246px;
    background: url('../img/otono.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.calgeo--estacion.invierno {
    text-indent: -120px;
    background: url('../img/invierno.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.barra-info--estacion {
    position: relative;
    float: left;
    width: 23%;
    padding-right: 2%;
    text-indent: 0;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.calgeo--barra-info {
    clear: both;
    width: 4460px;
    height: 33px;
    border-top: solid 1px #fead20;
    color: #fead20;
    background-color: #0b1829;
    position: relative;
}

.calgeo--barra-info:before {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    content: '';
    display: block;
    border-bottom: 1px dotted #fead20;
} 

.barra-info--etqt {
    display: inline-block;
    line-height: 33px;
    padding: 0 5px;
    background-color: #0b1829;
    position: relative;
    white-space: nowrap
}

.barra-info--etqt.mr {
    margin-right: 22%;
}

.calgeo--btn-cali {
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin: -18px 0 0 -18px;
    box-shadow: 0 0 0 3px #058588;
    color: transparent;
    background: url('../img/sprites.png') -141px -185px rgba(255, 255, 255, .8);
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    top: 50px;
    left: 50px;
    text-indent: 0;
    z-index: 1;
}

.calgeo--btn-cali.e-visitado {
    box-shadow: 0 0 0 3px #eb8b02;
	background: rgba(255, 255, 255, 0.8) url("../img/sprites.png") -94px -185px    
}

.calgeo .hud {
    background: url("../img/sprites.png") no-repeat -45px 0 rgba(5, 133, 136, 0.7);
    cursor: pointer;
    height: 44px;
    position: absolute;
    text-indent: -10000px;
	top: 60.3%;
    width: 44px;
    z-index: 1;
	box-shadow: 0 2px 2px #024244;
}

.calgeo .hud.right {
    right: 0;
	border-radius: 6px 0px 0px 6px;
}

.calgeo .hud.left {
    background-position: 0 -135px;
    left: 0;
	border-radius: 0px 6px 6px 0px;
}

.infoimg { 
    border: 4px solid #c5efee;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #4dc796;
    display: block;
    margin: 20px auto;
    overflow: hidden;
}

.vntn-calinfo .infoimg { 
    margin: 0 auto 25px;
}

.vntn-calinfo._r .infoimg {
    float: right;
    margin: 25px;
}

.vntn-calintro {
    top: 30px;
    max-width: 85%;
    min-width: 750px;
}

.vntn-calinfo {
    max-width: 39%;
    min-width: 499px;
}

.vntn-calinfo.big {
    max-width: 60%;
    min-width: 758px;
}

/* --------------
 *   Créditos
 *---------------*/

.mCSB_dragger_bar {
    width: 14px !important;
    background-color: rgba(5, 164, 164, .9) !important;
	box-shadow: 0 0 0 2px #f0fdfd inset;
}

.mCSB_draggerRail {
	background-color: rgba(62, 111, 148, 0.6) !important;
	width: 4px !important;
}

/* --------------------------
 *  disable animations 
 * ------------------------- */

.diasols .esquema--cuerpo, 
.diasols .esquema--linea,
.diasols .esquema--linea .etqt,
.diasols .esquema--linea._h:before,
.diasols .esquema--linea._h:after {
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
}

.soltps .esquema--cuerpo, 
.soltps .esquema--linea,
.soltps .esquema--linea .etqt,
.soltps .esquema--linea._h:before,
.soltps .esquema--linea._h:after {
    -webkit-transition: all 0ms ease 0ms;
    transition: all 0ms ease 0ms;
}

/* --------------------------
 *  Breakpoints 
 * ------------------------- */

@media screen and (max-width: 1130px) {
    .act-txt .txt{
        margin: 0 10%;
    }

    .equinoccios.done .txt {
        margin: 0 20px;
    }

}

@media screen and (max-width: 1110px) {

	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiarán. 
	 * -------------------------------- */
    
    .done-tropicos.esquema,
    .done-solsticios.esquema,
    .done-cpolares.esquema {
        width: 450px;
    }

    .done-tropicos .e-s-inv,
    .done-solsticios .e-s-inv,
    .done-cpolares .e-s-inv{
        right: 12px;
    }

    .done-cpolares .e-s-inv .cuerpo--arco,
    .done-cpolares .e-s-inv .esquema--linea .etqt,
    .done-cpolares .e-s-inv .esquema--linea._h:after{
        display: none;
    }

    .done-tropicos .e-s-inv .cuerpo--arco,
    .done-tropicos .e-s-inv .esquema--linea .etqt,
    .done-tropicos .e-s-inv .esquema--linea._h:after{
        display: none;
    }

    .done-solsticios .e-s-inv .cuerpo--arco,
    .done-solsticios .e-s-inv .esquema--linea .etqt,
    .done-solsticios .e-s-inv .esquema--linea._h:after{
        display: none;
    }

    .rea {
        padding-right: 450px;
    }

    .cpinteract {
        padding-right: 460px;
    }
}


@media screen and (max-width: 975px) {

	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiarán. 
	 * -------------------------------- */

    .done-tropicos.esquema,
    .done-solsticios.esquema,
    .done-cpolares.esquema{
        width: 100%;
        position: relative;
        border: none;
        border-top: 1px solid rgba(240, 190, 30, .3);
    }

    .done-solsticios .esquema--tierra .esquema--act-etqt,
    .done-cpolares .esquema--tierra .esquema--act-etqt,
    .done-tropicos .esquema--tierra .esquema--act-etqt {
        top: 100%;
        right: 105%;
        bottom: auto;
        left: auto;
    }

    .done-tropicos .e-s-inv,
    .done-solsticios .e-s-inv,
    .done-cpolares .e-s-inv{
        right: 14%;
    }

    .done-tropicos .e-s-ver,
    .done-solsticios .e-s-ver,
    .done-cpolares .e-s-ver{
        left: 23%;
    }

    .done-cpolares .e-s-inv .cuerpo--arco,
    .done-cpolares .e-s-inv .esquema--linea .etqt,
    .done-cpolares .e-s-inv .esquema--linea._h:after{
        display: block;
    }

    .done-tropicos .e-s-inv .cuerpo--arco,
    .done-tropicos .e-s-inv .esquema--linea .etqt,
    .done-tropicos .e-s-inv .esquema--linea._h:after{
        display: block;
    }

    .done-solsticios .e-s-inv .cuerpo--arco,
    .done-solsticios .e-s-inv .esquema--linea .etqt,
    .done-solsticios .e-s-inv .esquema--linea._h:after{
        display: block;
    }

    .act-table {
        margin: 5px auto 20px;
    }

    .soltps {
        border: none;
        text-indent: 0px;
        text-align: center;
    }

    .soltps .esquema--act-etqt {
        right: 180%;
        bottom: 35%;
    }

    .rea,
    .cpinteract {
        padding: 10px 0;
    }

    .done.act-txt {
        background: #cadaea;
    }

    .done.act-txt .txt,
    .act-txt .txt{
        margin: 0;
        padding: 5px 40px;
        box-shadow: none;
    }
}

@media screen and (max-width: 935px) {

	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiarán. 
	 * -------------------------------- */

    .sombraeje {
        float: none;
        width: auto;
    }
}


@media screen and (max-width: 887px) {

	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiarán. 
	 * -------------------------------- */

    .esquema .esquema--sol {
        width: 190px;
        height: 190px;
        margin: -95px 0 0 -95px;
    }
}
