@font-face {
    font-family: 'Avalon';
    src: url('../fonts/AvalonPSMT.eot'); /* IE9 Compat Modes */
    src: url('../fonts/AvalonPSMT.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/AvalonPSMT.woff') format('woff'), /* Modern Browsers */
        url('../fonts/AvalonPSMT.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/AvalonPSMT.svg#42ec769a4696583b2bb6af97647cf2f3') format('svg'), /* Legacy iOS */
        url('../fonts/AvalonPSMT.woff2') format('woff2');

    font-style:   normal;
    font-weight:  400;
}

@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/firasans-regular-webfont.eot');
    src: url('../fonts/firasans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/firasans-regular-webfont.woff2') format('woff2'),
        url('../fonts/firasans-regular-webfont.woff') format('woff'),
        url('../fonts/firasans-regular-webfont.ttf') format('truetype'),
        url('../fonts/firasans-regular-webfont.svg#fira_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 100%;
    line-height: normal;
}
body {
    background: url("../img/mosaico_25.png"), radial-gradient(410px at 50% 55% , rgba(168, 168, 207, 1), rgba(78, 80, 147, 0.94));
    font-family: /*"AvalonPSMT-Regular";*/ "Avalon";
    font-size: 1.25em;
}
.oacontext {
    position: relative;
}
.vexpand {
    height: 100%;
}

body.on-act1{
    background-color: #1e2b56;
}
body.on-portada::after {
    display: none !important;   
}
body::after {
    background: url("../img/general/central-quiosco.png") no-repeat center center;
    bottom: 0;
    content: "";
    /*display: none;*/
    height: 213px;
    max-width: 2600px;
    opacity: 0.35;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/*.on-portada .bg-effect {
    display: none !important;   
}
.bg-effect {
    bottom: 0;
    height: 213px;
    display: none;
    left: 0;
    opacity: 0.35;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.bg-effect .bg-left {
    background: url("../img/general/relleno-fondo.png") repeat scroll -16px 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    width: 100%;
    position: relative;
}

.bg-effect .bg-right {
    background: url("../img/general/relleno-fondo.png") repeat -16px 0;
    width: 100%;
    position: relative;
}
.bg-effect .bg-right::before, .bg-effect .bg-left::before {
    background-image: url("../img/general/relleno-fondo.png");
    content: "";
    height: 100%;
    left: -16px;
    position: absolute;
    top: 0;
    width: 16px;
}
.bg-effect .bg-central {
    background: url("../img/general/central-quiosco.png") no-repeat center center;
    width: 745px;
    max-width: 745px;
    min-width: 745px;
    height: 213px;
}*/

/*--------------
 iconos
 ---------------*/
[data-icon],
[class^="icon-"],
[class*=" icon-"] {
}

[data-icon]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
}
.icono .ico {
    color: #32d3e5;
    font-family: "iconos" !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    text-transform: none !important;
}
.header .unam::before {
    font-size: 63px;
}

.materia.icono .ico {
    border: 2px solid #bb64b2;
    border-radius: 50%;
    color: #bb64b2;
    display: inline-block;
    font-size: 2.2em;
    height: 56px;
    padding: 5px;
    vertical-align: middle;
    width: 56px;
}
.mejs-playpause-button > button::before {
    content: "b";
}
.mejs-playpause-button > button::before {
    background-color: transparent;
    color: #32d3e5;
    display: inline-block;
    font-family: "iconos" !important;
    font-size: 3.3em;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 0.8em;
    padding: 0;
    text-align: center;
    text-transform: none !important;
    transform-origin: 50% 50% 0;
    vertical-align: middle;
}
.mejs-playpause-button > button, [data-icon], [class^="icon-"], [class*=" icon-"] {
    background-color: transparent;
    padding: 0;
}

.btnmenu-writing .ico {
    font-size: 0.95em;
    margin-right: -6px;
}
.btnmenu-listening .ico {
    font-size: 0.95em;
}

/*-----------
    Header
------------*/

.header {
    background: none;
    display: flex;
    height: 75px;
    justify-content: space-between;
    left: 0;
    padding: 10px 10px 0 6px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    margin-top: 20px;
}
.header .unam {
    color: #dedffa;
}
.header .materia {
    line-height: 50px;
    padding: 0;
    color: #bb64b2;
    font-weight: bold;
    text-transform: uppercase;
}

/* --------------------------
 *  Pantallas
 * ------------------------- */

.pntll {
    height: 100%;
    min-height: 620px;
}

/* --------------------------
 * Menu 
 * ------------------------- */

.menu {
    background: none;
    position: absolute;
    z-index: 2;
    bottom: 4%;
    left: 6px;
}

.btn-menu {
    background-color: #168895;
    border: 2px solid #cee2e5;
    border-radius: 50%;
    color: #cee2e5;
    display: block;
    height: 45px;
    width: 45px;
}
.submenu {
    display: inline-block;
}
/* --------------------------
 *  Ventanas
 * ------------------------- */
.vntn.infov, .vntn.vntn-feedback, .vntn-container-menu {
    box-shadow: 10px 10px 0 0 rgba(48, 50, 82, 0.15);
}
.vntn.infov {
    background-color: #303252;
    color: #e3e3f9;
    border-radius: 5px;
    max-width: 80%;
    min-width: 730px;
}	

.infov .btn-cerrar { 
    background-color: #32d3e5;
    box-shadow: none; 
    color: #303252;
}

.infov .titulo {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    border-bottom: 2px solid #32d3e5;
    color: #32d3e5;
    margin: 10px 58px 10px 10px;
    padding: 3px 10px;
}

.infov .info {
    padding: 10px 20px;
    text-align: left;
}

.infov .recurso {
    margin: 10px 0;
}

.infov .leyenda {
    text-align: justify;
    font-size: .8em;
}

.infov h4 { 
    margin: 10px 0;
    color: #32d3e5;
    text-transform: uppercase;
}

.infov .entidad {
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.infov .credito {
    font-size: .8em;
    display: block;
    color: #32d3e5;
}

.infov .col {
    display: inline-block;
    vertical-align: top;
    max-width: 45%;
    padding: 0 10px;
}

.infov .enp {
    max-width: 28%;
    border-right: none;
}

.infov .dgtic {
    max-width: 70%;
}

.infov ul,
.infov li {
    padding: 0;
    margin: 0;
}

.infov li {
    margin: 10px 0;
}

.infov.creditos ul {
    list-style: none;
}

.vntn {
    -webkit-transform: scaleX(1) translateY(50%) translateZ(1px);
    transform: scaleX(1) translateY(50%) translateZ(1px);
}

.vntn.vntn-feedback {
    background: #d3d3fc url("../img/general/coyote.png") no-repeat scroll 43px 12px;
    color: #57a4c2;
    height: 182px;
    width: 469px;
}
.vntn.vntn-feedback > p {
    font-size: 1.8em;
    font-weight: bold;
    position: absolute;
    right: 70px;
    top: 10px;
}
.vntn.vntn-feedback::before,
.vntn.vntn-feedback::after {
    background: url("../img/general/pleca_lateral.png");
    content: "";
    display: block;
    height: 182px;
    width: 86px;
    position: absolute;
    top: 0;
}
.vntn.vntn-feedback::before {
    left: 0;
}
.vntn.vntn-feedback::after {
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.vntn-feedback .btn-cerrar {
    display: none;
}
.vntn-feedback .btn.btn-siguiente {
    background-color: #aaacec;
    border: 3px solid #787ab9;
    border-radius: 25px;
    bottom: 20px;
    height: 44px;
    position: absolute;
    right: 103px;
    width: 75px;
}
.vntn-feedback .btn-siguiente .ico {
    color: #7072b7;
    font-size: 0.8em;
}

/* --------------------------
 *  Overlay
 * ------------------------- */

.overlay {
    background-color: rgba(67, 69, 139, 0.45);
}

/* --------------------------
 *  Template
 * ------------------------- */

.debug .title, 
.debug .medium-container {
    background-color: rgba(255, 255, 255, 0.2);
}
.debug .first-container, .debug .last-container {
    background-color: rgba(255, 0, 0, 0.2);
}

.pantalla.template::before {
    content: none;
}
.template {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title {
    color: #fff;
    font-size: 1.2em;
    margin: 0 0 0;
    position: relative;
    text-align: center;
}
.title::before {
    border: 2px solid #ae5bb6;
    content: "";
    display: block;
    left: -13%;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 126%;
}
.title span {
    display: block;
    font-weight: bold;
    text-shadow: 0 3px rgba(52, 53, 82, 0.3);
}
.title .top-title {
    padding-bottom: 10px;
    color: #e3e3f9;
    text-transform: uppercase;
    font-size: 1.2em;
}
.title .bottom-title {
    padding-top: 10px;
    color: #e3e3f9;
}
.first-container {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 90%;
}
.first-container span {
    max-width: 80%;
    font-style: italic;
    text-align: left;
}
.medium-container {
    background-color: rgba(241, 241, 251, 0.8);
    color: #414485;
    max-height: 54%;
    padding: 10px 10px;
    position: relative;
    width: 70%;
    border-radius: 5px;
    border-left: 15px solid #8b8dc4;
}
.last-container {
    text-align: center;
    height: 74px;
}
.first-container.texto > p {
    margin: auto;
    text-align: left;
    width: 72%;
}
.title, .first-container,
.medium-container, .last-container {
    margin-bottom: 40px;    
}
.audiovisual .medium-container,
.locations .medium-container,
.directions .medium-container,
.order .medium-container,
.describe .medium-container,
.opposites .medium-container {
    border-left: none;
}
/* --------------------------
 *  Generales
 * ------------------------- */
.overlay-aux {
    background-color: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 45;
}
.materia-ficha {
    color: #e3e3f9;
}
.write ul {
    padding-left: 40px;
}
.write li {
    list-style: outside none circle;
}
.write h3 {
    border-bottom: 2px solid #bb5eb1;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: 0;
}
.btnmenu-listening::before,
.btnmenu-writing::before,
.btnmenu-listening::after,
.btnmenu-writing::after {
    background-color: #BB5EB1;
    border: 2px solid #9E4C94;
    content: "";
    height: 48%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 68%;
    z-index: -1;
}
.btnmenu-listening:before,
.btnmenu-writing:before {
    border-bottom: none;
    top: 0;
    -webkit-transform: skew(-28deg, 0deg); 
    -ms-transform: skew(-28deg, 0deg); 
    -o-transform: skew(-28deg, 0deg); 
    transform: skew(-28deg, 0deg);
} 
.btnmenu-listening:after,
.btnmenu-writing:after {
    border-top: none;
    bottom: 0;
    -webkit-transform: skew(28deg, 0deg); 
    -ms-transform: skew(28deg, 0deg); 
    -o-transform: skew(28deg, 0deg); 
    transform: skew(28deg, 0deg);
}
.btnmenu-writing:before {
    -webkit-transform: skew(28deg, 0deg); 
    -ms-transform: skew(28deg, 0deg); 
    -o-transform: skew(28deg, 0deg); 
    transform: skew(28deg, 0deg);
}
.btnmenu-writing:after {
    -webkit-transform: skew(-28deg, 0deg); 
    -ms-transform: skew(-28deg, 0deg); 
    -o-transform: skew(-28deg, 0deg); 
    transform: skew(-28deg, 0deg);
}

.btnmenu-reading::before,
.btnmenu-reading .ico::before {
    border-bottom: 37px solid transparent;
    border-right: 20px solid #9e4c94;
    border-top: 37px solid transparent;
    content: "";
    height: 0;
    left: -20px;
    position: absolute;
    top: 0;
    width: 0;
}
.btnmenu-reading::after,
.btnmenu-reading .ico::after {
    border-bottom: 37px solid transparent;
    border-left: 20px solid #9e4c94;
    border-top: 37px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
}
button.btnmenu-reading,
button.btnmenu-reading .ico {
    background-color: #9e4c94;
    height: 74px;
    overflow: visible;
    position: relative;
    width: 46px;
}
.btnmenu-reading .ico::before {
    border-bottom: 35px solid transparent;
    border-right: 19px solid #bb5eb1;
    border-top: 35px solid transparent;
    left: -19px;
}
.btnmenu-reading .ico::after {
    border-bottom: 35px solid transparent;
    border-left: 19px solid #bb5eb1;
    border-top: 35px solid transparent;
    right: -19px;
}
button.btnmenu-reading .ico {
    background-color: #bb5eb1;
    display: block;
    height: 70px;
    width: 44px;
    z-index: 1;
}

.vntn-container-menu.e-oculto {
    bottom: 5%;
    top: auto;
}
.vntn-container-menu {
    background-color: #9e4c94;
    border-radius: 0 10px 10px 0;
    bottom: 20%;
    font-family: "fira_sansregular";
    left: 50%;
    padding-top: 0;
    right: auto;
    top: auto;
    width: 280px;
}
.menu-title-container {
    background-color: #9e4c94;
    border-radius: 0 0 10px 10px;
    color: #e5b6ea;
    font-size: 0.9em;
    padding: 0 8px;
    position: absolute;
    right: 13px;
    text-transform: uppercase;
    top: 0;
}
.menu-buttons-container {
    background-color: #bb5eb1;
    border-radius: 0 10px 10px 0;
    margin: 3px 4px 4px auto;
    padding: 30px 0 0;
    width: 90%;
}
.vntn-container-menu .btn-cerrar {
    display: none;
    color: #fde6ff;
    right: 5px;
    top: 0;
}
.vntn-listening {
    bottom: 25%;
    margin-left: -280px;
    width: 305px;
}
.vntn-listening .menu-title-container {
    right: 15px;
}
.vntn-reading {
    bottom: 30%;
    margin-left: -120px;
}
.btnmenu-option {
    background: none;
    color: #fde6ff;
    display: block;
    font-size: 1em;
    margin: 5px 0 5px 15px;
    text-align: left;
    width: 85%;
    border-bottom: 2px solid  #c872bf;
    position: relative;
    overflow: visible;
    padding-bottom: 5px;
}
.btnmenu-option:hover {
    color: #414485;
}
.btnmenu-option::before {
    border-bottom: 7px solid transparent;
    border-left: 12px solid #9e4c94;
    border-top: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -16px;
    position: absolute;
    top: 6px;
    width: 0;
}
.btn.btnmenu-option:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.btnmenu {
    border: none;
    display: inline-block;
    font-size: 2.3em;
    height: 74px;
    line-height: 1.6em;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 88px;
    z-index: 1;
}
.btnmenu .ico {
    color: #fde6ff;
}
.btnmenu-listening {
    background: none;
}
.btnmenu-reading {
    background: none;
    z-index: 2;
}
.btnmenu-writing {
    background: none;
}
.fib-input, .prepositions .droppable {
    background-color: #f2f0f9;
    font-family: /*"AvalonPSMT-Regular";*/ "Avalon";
    font-size: 0.95em;
    text-align: center;
    border-color: #acaee0 #fff #fff #acaee0;
    border-style: solid;
    border-width: 1px;
    color: #168895;
    border-radius: 4px;
}
.fib-input[disabled], .droppable.inactive {
    background-color: #ddd;
    color: #168895;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: transparent;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(53, 148, 168, 0.75);
    border-radius: 10px;
    margin: 0 auto;
    width: 9px;
}
.mCustomScrollBox .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #3594a8;
    border-color: #f1f2fa; 
    border-radius: 10px;
    border-style: solid;
    border-width: 3px;
    margin: 0 auto;
    width: 6px;
}
.mCSB_scrollTools .mCSB_dragger {
    background-color: #3594a8;
    border: 3px solid #fff;
    border-radius: 7px;
    box-shadow: 0 1px 1px #888;
    height: 50px;
    left: 0;
    margin: auto;
    right: 0;
    width: 15px;
}
.mCustomScrollBox > .mCSB_scrollTools {
    height: 99%;
    width: 16px;
}
.mCustomScrollBox {
    transform: translateZ(1px);
    z-index: 1;
}	
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #3594a8;
}
.btn.btn-anterior, .btn.btn-siguiente {
    background: none;
    border: medium none;
    font-size: 3em;
    height: 39px;
    line-height: 0.64em;
    padding: 0;
    width: 64px;
}
.icon-unam:hover,
.btn-menu:hover,
.btn-cerrar:hover,
.btn.btn-anterior:hover .ico, 
.btn.btn-siguiente:hover .ico,
.mejs-playpause-button > button:hover {
    opacity: 0.5;
}
.btn.btnmenu:hover, 
.link-foro:hover,
.vntn-feedback .btn.btn-siguiente:hover,
.sp-play:hover {
    opacity: 0.75;
}
.btn.btn-anterior {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.mejs-container {
    height: 38px !important;
    width: 50px !important;
}
.sp-play {
    background: #4c4e98 none repeat scroll 0 0;
    border: 3px solid #ededfa;
    border-radius: 50%;
    height: 54px;
    line-height: 5px;
    width: 54px;
}
.sp-play.icono .ico {
    font-size: 2.5em;
    line-height: 0.9em;
    color: #ededfa; 
}
.mejs-playpause-button.mejs-pause > button,
.sp-play.play {
    opacity: 0.3;
}

.matchColumnsArea .col .relitem {
    box-shadow: 0 3px rgba(52, 53, 82, 0.3);
    background-color:  #d9d6c4;
    border-radius:10px;
    border: none;
}
.matchColumnsArea .col .relitem.bien {
    background-color: #bad5db;
}
.matchColumnsArea .col .relitem.seleccionado {
    background-color: #a1a3dd;
}

/* --------------------------
 *  Portada
 * ------------------------- */
.portada .top-title {
    font-size: 1.6em;
}
.portada .bottom-title {
    font-size: 1.3em;
}
.medium-container.imagen {
    background: none;
    height: 295px;
    width: 547px;
    padding: 0;
    border: none;
}

/* --------------------------
 *  audiovisual 
 * ------------------------- */
.audiobtn {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    margin-right: 10px;
}
.audiovisual .medium-container {
    background: none;
    font-size: 0.8em;
    height: 429px;
    max-height: none;
    overflow: hidden;
    padding: 0;
    width: 715px;
}
.audiovisual .medium-container {
    background: url("../img/listening/prepa-0.jpg") no-repeat  center 0;
}
.fit-container {
    height: 428px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 617px;
}
.pass-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
}
.fit-container.border,
.kiosko .fit-container.last-border,
.ended .fit-container.last-border,
.ended .fit-container.final-cntnr {
    border: 3px solid #8a8ccc;
}
.img-coyotes {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}

.medium-container.animation-paused .fit-container .animation-item {
    animation-play-state: paused;
}

.cross-steps, .walk-chtmc-steps,
.other-block-steps, .walk-block-steps,
.cross-mctzm-steps, .cross-crrll-steps {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

.get-out .cross-steps,
.pre-walk-cuauhtemoc .walk-chtmc-steps,
.other-block-show .other-block-steps,
.walk-block-show .walk-block-steps,
.cross-mctzm-show .cross-mctzm-steps,
.cross-crrll-show .cross-crrll-steps {
    opacity: 1;
    animation-play-state: paused;
}

.cross.get-out .cross-steps,
.walk-cuauhtemoc.pre-walk-cuauhtemoc .walk-chtmc-steps,
.other-block-on.other-block-show .other-block-steps,
.walk-block-on.walk-block-show .walk-block-steps,
.cross-mctzm-on.cross-mctzm-show .cross-mctzm-steps,
.cross-crrll-on.cross-crrll-show .cross-crrll-steps {
    animation-play-state: running;
}

.paused-cross.cross.get-out .cross-steps,
.paused-morelos-gomez.walk-cuauhtemoc.pre-walk-cuauhtemoc .walk-chtmc-steps,
.other-block-off.other-block-on.other-block-show .other-block-steps,
.walk-block-off.walk-block-on.walk-block-show .walk-block-steps,
.cross-mctzm-off.cross-mctzm-on.cross-mctzm-show .cross-mctzm-steps,
.cross-crrll-off.cross-crrll-on.cross-crrll-show .cross-crrll-steps {
    animation-play-state: paused;
}

.pre-walk-cuauhtemoc .cross-steps,
.other-block-show .walk-chtmc-steps,
.walk-block-show .other-block-steps,
.cross-mctzm-show .walk-block-steps,
.cross-crrll-show .cross-mctzm-steps {
    opacity: 0;
}

.cross-steps {
    background: url("../img/listening/sheet_parte1_79x28_0023.png") 0 0;
    height: 28px;
    left: 370px;
    top: 107px;
    width: 79px;
}
.get-out .cross-steps {
    animation: cross 5.3s steps(23);
}
@keyframes cross {
    100% { background-position: -1817px; }
}

.walk-chtmc-steps {
    background: url("../img/listening/sheet_parte2_118x40_0025.png") 0 0;
    height: 40px;
    left: 270px;
    top: 118px;
    width: 118px;
}
.pre-walk-cuauhtemoc .walk-chtmc-steps {
    animation: walk-cuauhtemoc 5.3s steps(25);
}
@keyframes walk-cuauhtemoc {
    100% { background-position: -2950px; }
}

.other-block-steps {
    background: url("../img/listening/sheet_parte3_79x45_0023.png") 0 0;
    height: 45px;
    left: 209px;
    top: 141px;
    width: 79px;
}
.other-block-show .other-block-steps {
    animation: other-block 5s steps(23);
}
@keyframes other-block {
    100% { background-position: -1817px; }
}

.walk-block-steps {
    background: url("../img/listening/sheet_parte4_70x56_0024.png") 0 0;
    height: 56px;
    left: 157px;
    top: 155px;
    width: 70px;
}
.walk-block-show .walk-block-steps {
    animation: walk-block 6s steps(24);
}
@keyframes walk-block {
    100% { background-position: -1680px; }
}

.cross-mctzm-steps {
    background: url("../img/listening/sheet_parte5_54x82_0023.png") 0 0;
    height: 82px;
    left: 120px;
    top: 193px;
    width: 54px;
}
.cross-mctzm-show .cross-mctzm-steps {
    animation: cross-mctzm 5s steps(23);
}
@keyframes cross-mctzm {
    100% { background-position: -1242px; }
}

.cross-crrll-steps {
    background: url("../img/listening/sheet_parte6_118x51_0026.png") 0 0;
    height: 51px;
    left: 47px;
    top: 254px;
    width: 118px;
}
.cross-crrll-show .cross-crrll-steps {
    animation: cross-crrll 6s steps(26);
}
@keyframes cross-crrll {
    100% { background-position: -3068px; }
}


.img-init {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    position: absolute;
}
.img-init-left {
    left: -100%;
}
.img-init-right {
    left: 100%;
}
.txt-init {
    color: #437880;
    font-family: "fira_sansregular";
    font-weight: bold;
    position: absolute;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.img-init-tran {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    position: absolute;
    transition: all 1s;
    -webkit-transition: all 1s;
    box-shadow: 10px 10px 0 0 rgba(65, 75, 75, 0.25);
}
.img-init-tran.img-init-bottom {
    bottom: 51px;
}
.img-init-zoom {
    left: 0;
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}
.init-steps {
    position: absolute;
}

.txt-init.txt-chtmc {
    left: -25%;
    top: 200px;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
}
.txt-init.txt-mrls {
    left: 299px;
    top: -45px;
    transform: rotate(78deg);
    -webkit-transform: rotate(78deg);
}
.txt-init.txt-gmz {
    left: 195px;
    top: -67px;
    transform: rotate(77deg);
    -webkit-transform: rotate(77deg);
    transition: all 1s linear 0.5s;
    -webkit-transition: all 1s linear 0.5s;
}
.txt-init.txt-absl {
    left: 147px;
    top: -45px;
    transform: rotate(77deg);
    -webkit-transform: rotate(77deg);
    transition: all 1s linear 0.5s;
    -webkit-transition: all 1s linear 0.5s;
}
.txt-init.txt-allnd {
    left: 79px;
    top: -40px;
    transform: rotate(78deg);
    -webkit-transform: rotate(78deg);
}
.txt-init.txt-mctzm {
    left: -19%;
    top: 260px;
    transform: rotate(-13deg);
    -webkit-transform: rotate(-13deg);
}
.txt-init.txt-crrll {
    left: -15px;
    top: 480px;
    transform: rotate(-78deg);
    -webkit-transform: rotate(-78deg);
}

.prepa1 .img-prp1,
.prepa1b .img-prp1b,
.prepa2 .img-prp2,
.lugar1 .img-lgrs1,
.lugar2 .img-lgrs2,
.lugar3 .img-lgrs3,
.mapa .img-mp,
.kiosko .img-mp42,
.st-john .img-mp43,
.trole .img-mp44,
.centenario .img-mp51 {
    left: 0%;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.prepa1 .img-prp1, 
.prepa2 .img-prp2,
.lugar1 .img-lgrs1,
.lugar3 .img-lgrs3,
.st-john .img-mp43,
.centenario .img-mp51 {
    animation: sld-lft-rght 0.5s ease-in-out;
    -webkit-animation: sld-lft-rght 0.5s ease-in-out;
}
.prepa1b .img-prp1b,
.lugar2 .img-lgrs2,
.mapa .img-mp,
.kiosko .img-mp42,
.trole .img-mp44 {
    animation: sld-rght-lft 0.5s ease-in-out;
    -webkit-animation: sld-rght-lft 0.5s ease-in-out;
}


.cuauhtemoc .txt-chtmc {
    left: 35%;
    top: 118px;
}
.morelos-gomez .txt-mrls {
    left: 316px;
    top: 54px;
}
.morelos-gomez .txt-gmz {
    left: 222px;
    top: 47px;
}
.cuauhtemoc-img .img-mp31 {
    left: -36px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
}

.jarocho-img2 .img-mp33,
.jarocho-ref .img-mp32 {
    left: 275px;
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
}
.jarocho-abasolo .txt-absl {
    left: 179px;
    top: 85px;
}
.allende .txt-allnd {
    left: 114px;
    top: 102px;
}
.moctezuma .txt-mctzm {
    left: 35%;
    top: 191px;
}
.carrillo .txt-crrll {
    left: 6px;
    top: 350px;
}

.cuauhtemoc-img-off.cuauhtemoc-img .img-mp31, 
.jarocho-off .img-mp33, 
.jarocho-off .img-mp32,
.hidalgo-off.hidalgo .img-mp41,
.mapa4-off.st-john .img-mp42, 
.mapa4-off.kiosko .img-mp43, 
.mapa4-off.trole .img-mp44 {
    opacity: 0;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
}

.hidalgo .img-mp41 {
    left: 35%;
    top: 51px;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}

.coyotes .img-mp52 {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.audiovisual .ended .img-coyotes {
    display: block;
}
.fit-container.final-cntnr {
    display: none;
}
.audiovisual .ended .fit-container.final-cntnr {
    display: block;
}
.audiovisual .medium-container.ended {
    width: 617px;
}

@keyframes sld-lft-rght {
    0% {
        left: -100%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    50% {
        left: 0%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@keyframes sld-rght-lft {
    0% {
        left: 100%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    50% {
        left: 0%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes sld-rght-lft {
    0% {
        left: 100%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    50% {
        left: 0%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes sld-lft-rght {
    0% {
        left: -100%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    50% {
        left: 0%;
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* --------------------------
 *  Audiotext 
 * ------------------------- */
.phrase {
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.phrase.active {
    color: #b645aa;
}
.audiotext .content > div {
    margin-bottom: 20px;
}

/* --------------------------
 *  Missing Locating 
 * ------------------------- */
.medium-container p > span {
    display: inline-block;
    vertical-align: middle;
}
.fib-item {
    line-height: 1.6em;
    margin-left: 10px;
    width: calc(100% - 74px);
}
/* --------------------------
 *  Locations 
 * ------------------------- */
.oa-slindx {
    text-align: center;
}
.oa-sltoit.e-activo {
    border: 3px solid #3232df; 
}
.oa-slnav {
    display: none;
}
.oa-sltoit {
    background-size: 100% 100%;
    border: 1px solid #8a8ccc;
    color: transparent;
    display: inline-block;
    height: 50px;
    margin: 5px;
    width: 70px;
}
.oa-sltoit.correct {
    opacity: 0.6;
}
.correct .option.e-selected {
    background-color: #ddd;
    background-color: #efeffb;
    border: 2px solid #8cb98c;
    border-radius: 10px;
    color: green;
}
.wrong .option.e-selected {
    color: red;
}
.option.e-selected::before {
    background: #efeffb url("") repeat scroll 0 0;
    border: 2px solid;
    border-radius: 50%;
}
.locations .oa-sltoit:nth-child(1) {
    background-image: url("../img/locations/1.jpg");
}
.locations .oa-sltoit:nth-child(2) {
    background-image: url("../img/locations/2.jpg");
}
.locations .oa-sltoit:nth-child(3) {
    background-image: url("../img/locations/3.jpg");
}
.locations .oa-sltoit:nth-child(4) {
    background-image: url("../img/locations/4.jpg");
}
.locations .oa-sltoit:nth-child(5) {
    background-image: url("../img/locations/5.jpg");
}
.locations .oa-sltoit:nth-child(6) {
    background-image: url("../img/locations/6.jpg");
}
.locations .medium-container {
    min-width: 754px;
    width: 65%;
}
.question-container {
    background-color: rgba(241, 241, 251, 0.8);
    border: 2px solid #8a8ccc;
    border-radius: 5px;
    font-size: 0.95em;
    padding: 3px;
    text-align: left;
}
.question-container img {
    display: inline-block;
    height: 245px;
    vertical-align: middle;
    width: 345px;
}
.oa-slitem {
    background-color: #aeaecf;
    border-radius: 5px;
    padding: 3px;
}
.option {
    display: block;
    padding: 4px 5px 1px;
    position: relative;
    width: 95%;
}
.option::before {
    background: #efeffb none repeat scroll 0 0;
    border: 2px solid;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: -24px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 10px;
}
.correct .option.e-selected::before {
    left: -26px;
}
.locations .content,
.directions .content {
    text-align: center;
}
.options-container {
    display: inline-block;
    margin-left: 29px;
    padding: 1px;
    vertical-align: middle;
    width: 47%;
}
.oa-slindx {
    background-color: #8384bb;
    border-bottom: 3px solid #aeaecf;
    display: inline-block;
    position: relative;
}
.oa-slindx::before,
.oa-slindx::after {
    background-color: #8384bb;
    border-bottom: 3px solid #aeaecf;
    content: "";
    height: 85px;
    position: absolute;
    bottom: 13px;
    width: 85px;
    z-index: -1;
}
.oa-slindx::before {
    left: -36px;
    transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
}
.oa-slindx::after {
    right: -36px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
}
.locations .medium-container,
.directions .medium-container {
    background-color: transparent;
    max-height: none;
    padding: 0;
}
/* --------------------------
 *  Giving directions 
 * ------------------------- */
.locations a, .locations a:visited,
.directions a, .directions a:visited {
    border-radius: 0;
    color: #414485;
    text-decoration: none;
    transition: none;
    line-height: 1.3em;
    -webkit-transition: none;
}
.locations a:active,
.directions a:active {
    color: #000;
}
.directions .oa-sltoit:nth-child(1) {
    background-image: url("../img/directions/1.jpg");
}
.directions .oa-sltoit:nth-child(2) {
    background-image: url("../img/directions/2.jpg");
}
.directions .oa-sltoit:nth-child(3) {
    background-image: url("../img/directions/3.jpg");
}
.directions .oa-sltoit:nth-child(4) {
    background-image: url("../img/directions/4.jpg");
}
.directions .medium-container {
    width: 704px;
}
.directions .options-container {
    width: 40%;
}
.locations .q3 .option,
.directions .option {
    margin: 15px 0;
}
/* --------------------------
 *  prepositions 
 * ------------------------- */

.prepositions .droppable.d2s-state-hover {
    background-color: #ddd;
}

.drg2spc-container {
    background-color: #babbdf;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    padding: 5px 0;
    border-radius: 0 0 50px 50px;
    margin: -10px auto 10px auto;
    width: 510px;
}
.draggable {
    padding: 3px 5px;
    z-index: 50;
    transform: translateZ(2px);
    -webkit-transform: translateZ(2px);
    background-color: #ededfa; 
    border-radius: 5px;
    color: #168895;
    box-shadow: 0 3px rgba(52, 53, 82, 0.3);
    cursor: move;
    touch-action: none;
}
.droppable {
    border: 1px solid;
    display: inline-block;
    height: 30px;
    line-height: 29px;
    text-align: center;
    vertical-align: bottom;
    width: 100px;
}
.statement-container {
    max-height: 80%;
}
.prepositions .draggable {
    margin-right: 15px;
}
/* --------------------------
 *  categories 
 * ------------------------- */
.categories .droppable.d2c-state-hover {
    background-color: rgba(186, 218, 85, 0.5);
}
.categories .draggable {
    padding: 8px 10px;
    color: #414485;
}
.drg2ctgr-container {
    margin: auto;
    position: relative;
    width: 240px;
}
.categories .droppable {
    background-color: #b4cacf;
    color: #414485;
    display: block;
    font-size: 0.95em;
    height: 100px;
    line-height: normal;
    margin: 5px 0px;
    min-height: 2em;
    padding: 10px;
    text-align: left;
    width: 230px;
    border: none;
    border-radius: 10px;	
}
.descriptions-cntnr-clmn .droppable {
    margin-left: 5px;
    margin-right: 5px;	
}

.categories-container {
    text-align: center;
}
.categories .oa-sltoit {
    border-radius: 50%;
    color: #000;
    height: 40px;
    width: 40px;
}
.categories .oa-slcont {
    background-color: #aeaecf;
    height: 80%;
    font-size: 0.9em;
}
.categories .drg2ctgr-container span {
    background-color: transparent;
    box-shadow: none;
    display: block;
    left: 0;
    top: 0;
    width: 240px;
}
.categories .draggable.d2c-drag-inactive {
    display: none;
}
.categories .oa-slindx {
    display: none;
}
.categories .oa-slnav {
    display: inline-block;
}
.oa-nextprevious-btns {
    margin-top: 10px;
    text-align: center;
}
.category-header-container {
    display: flex;
    margin: auto;
    width: 732px;
}
.content-clmn {
    display: flex;
}
.category-clmn {
    height: 180px;
    margin: auto;
    width: 732px;
}
.category-header-container h3 {
    background-color: #8b8dc4;
    color: #fff;
    font-size: 0.9em;
    margin: 0;
    padding: 5px;
    text-transform: uppercase;
    border-radius: 50px;
    color: #ededfa;
    width: 230px;
}
.category-header-container .descriptions-header {
    margin-left: 5px;
    margin-right: 5px;
}
/* --------------------------
 *  order - describe - opposites
 * ------------------------- */
.order .medium-container,
.describe .medium-container,
.opposites .medium-container {
    background-color: transparent;
}

/* --------------------------
 *  order 
 * ------------------------- */
.ocont {
    margin: 0 0 10px 0;
}
.ocont span {
    background-color: #d9d6c4;
    border: medium dotted #c9c5ad;
    border-radius: 5px;
    display: inline-block;
    margin: 0 5px 5px;
    padding: 5px;
    text-align: center;

}
.ocont .oa-placeholder {
    background: none;
    color: transparent;
    width: 15px;
}
.oa-placeholder::before {
    content: "l";
}
.ocont.wrong .oa-wordo {
    background-color: #a1a3dd;
    border-color: #babbee;
    color: #fff;
}
.ocont.correct .oa-wordo {
    background-color: #bad5db;
    border: 2px solid #99bec6;
}

/* --------------------------
 *  opposites 
 * ------------------------- */
.relate {
    font-size: 0.95em;
    position: relative;
}
.relate .oa-colc {
    display: flex;
    justify-content: space-between;
}
.ritem {
    background-color: #d9d6c4;
    border-radius: 10px;
    box-shadow: 0 3px rgba(52, 53, 82, 0.3);
    color: #414485;
    cursor: pointer;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    position: relative;
    transition: background-color 200ms linear 0s;
    -webkit-transition: background-color 200ms linear 0s;
}
.ritem.e-selected, .ritem:hover {
    background-color: #a1a3dd;
    color: #fff;
}
.ritem.correct {
    background-color: #bad5db;
}
._jsPlumb_overlay {
    display: none;
}
._jsPlumb_connector path {
    stroke: #414485;
    stroke-width: 3;
}
._jsPlumb_endpoint circle {
    fill: #414485;
}
.opposites .relate .oa-colc {
    justify-content: space-around;
}
/* --------------------------
 *  describe 
 * ------------------------- */
.describe .relate .oa-colc .col {
    width: 37%;
}

/* --------------------------
 *  Write 
 * ------------------------- */
.write .btn.btn-siguiente, 
.write .first-container > span {
    visibility: hidden;
}
.medium-container > h3.first-child {
    margin-top: 5px;
}
.link-foro {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}
.link-foro span {
    background-color: #4c4e98;
    border: 3px solid #ededfa;
    border-radius: 0;
    display: inline-block;
    padding: 7px;
    position: relative;
    z-index: 1;
    border-right: none;
    color: #ededfa;
    margin-left: 40px;
    font-weight: bold;
}
.link-foro::before,
.link-foro::after {
    background-color: #4c4e98;
    border-right: 4px solid #ededfa;
    content: "";
    height: 51%;
    position: absolute;
    right: -8px;
    width: 20px;
    z-index: 0;
}
.link-foro:before {
    top: 0;
    -webkit-transform: skew(-28deg, 0deg); 
    -ms-transform: skew(-28deg, 0deg); 
    -o-transform: skew(-28deg, 0deg); 
    transform: skew(-28deg, 0deg);
} 
.link-foro:after {
    bottom: 0;
    -webkit-transform: skew(28deg, 0deg); 
    -ms-transform: skew(28deg, 0deg); 
    -o-transform: skew(28deg, 0deg); 
    transform: skew(28deg, 0deg);
}
.link-foro:before {
    -webkit-transform: skew(28deg, 0deg); 
    -ms-transform: skew(28deg, 0deg); 
    -o-transform: skew(28deg, 0deg); 
    transform: skew(28deg, 0deg);
}
.link-foro:after {
    -webkit-transform: skew(-28deg, 0deg); 
    -ms-transform: skew(-28deg, 0deg); 
    -o-transform: skew(-28deg, 0deg); 
    transform: skew(-28deg, 0deg);
}
/* --------------------------
 *  Breakpoints 
 * ------------------------- */


@media screen and (max-width: 1100px) {
    .medium-container {
        width: 80%;
    }
}
@media screen and (max-width: 960px) {
    .categories .medium-container {
        width: 96%;
    }
}
@media screen and (min-height: 769px) {
    .bg-effect {
        display: flex;
    }
}
@media screen and (max-height: 1024px) {
    .locating .medium-container,
    .describing .medium-container,
    .giving .medium-container {
        max-height: 39%;
    }
}
@media screen and (max-width: 768px) {
    .vexpand {
        height: 100%;
        padding-bottom: 0;
        padding-top: 0;
    }

    .categories .medium-container {
        width: 99%;
    }
}
@media screen and (max-height: 768px) {
    .vntn-reading {
        bottom: 35%;
    }
    .vntn-listening {
        bottom: 30%;
    }
    .title {
        margin-bottom: 30px;
        margin-top: -50px;
    }
    .first-container {
        margin-bottom: 30px;
    }
    .medium-container {
        margin-bottom: 10px;
    }
    .last-container {
        margin-bottom: 0;
    }
}
@media screen and (max-height: 700px) {
    .medium-container {
        max-height: 60%;
    }
}
@media screen and (max-height: 768px) {
    .statement-container {
        height: 200px;
    }
    .category-clmn {
        height: 180px;
    }
}
@media screen and (max-height: 630px) {
    .vntn-reading {
        bottom: 40%;
    }
    .vntn-listening {
        bottom: 35%;
    }
    .title, .first-container, .medium-container, .last-container {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .title {
        margin-top: -50px;
    }
    .audiovisual .medium-container,
    .audiotext .medium-container {
        margin-bottom: 0px;    
    }
    .category-clmn {
        height: 150px;
    }
}


